body {
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Poppins", sans-serif;
}

.ang-logo {
    height: 25px;
}

.ang-main {
    padding-top: 1.5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
}

.ang-well {
    border-radius: 5px;
    background: #f3f3f3;
    padding: 12px;
    margin: 25px 0;
}

.tooltip-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    padding: 5px 10px;
    margin-bottom: 0;
}

.tooltip-list > li {
    list-style-type: none;
    margin-right: 10px;
}


.alpha-list {
    list-style: upper-alpha;
    padding: 0 20px 0 10px;
    line-height: 1.35;
    margin-top: 3px;
}


.tippy-box {
    white-space: pre-line;
    padding: 3px 7px 10px;
    text-align: justify;
}

.no-list {
    padding-left: 0;
    margin-bottom: 0;
}

.no-list > li {
    list-style-type: none;
    margin-right: 10px;
}

.ang-main > .container {
    position: relative;
}

.ang-card {
    font-family: "Poppins", sans-serif;
    font-size: .813rem;
    font-weight: 400;
    color: #47404f;
    letter-spacing: .3px;
    line-height: 1.6;
    text-align: left !important;
    box-sizing: border-box;
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
    border: 0;
    margin-top: 10px;
    border: 1px solid #FFF;
    transition: all 0.3s ease-in-out;
}

.ang-card--visible {
    opacity: 1;
    cursor: default !important;
}

.selected .ang-card,
.ang-card:hover {
    opacity: 1 !important;
    border: 1px solid #ced4da;
}

.dimmed .ang-card {
    opacity: 0.4 !important;
}

.ang-card:hover {
    cursor: pointer;
    opacity: 1 !important;
}

.ang-card-body {
    font-family: "Poppins", sans-serif;
    font-size: .813rem;
    font-weight: 300;
    color: #47404f;
    letter-spacing: .3px;
    line-height: 1.6;
    text-align: left !important;
    -webkit-box-direction: normal;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem;
    position: relative;
    z-index: 1;
}

.ang-card-title {
    letter-spacing: .3px;
    text-align: left !important;
    -webkit-box-direction: normal;
    box-sizing: border-box;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #332e38;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.ang-form-label {
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1.6;
    text-align: left !important;
    -webkit-box-direction: normal;
    box-sizing: border-box;
    display: block !important;
    font-size: 12px;
    color: #70657b;
    margin-bottom: 4px;
}

.ang-button {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: .3px;
    background-color: #4E143B;
    color: white;
    border-radius: .75rem;
    font-size: .8125rem;
    padding: 10px;
    text-transform: uppercase;
}

.ang-button.ang-btn-lg {
    padding: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ang-button.ang-btn-small {
    padding: 6px 10px;
}

.ang-button:hover,
.ang-button:focus {
    background-color: #c13450;
    color: white;
}

._bg_color2 {
    background-color: #1191AA !important;
}

._bg_color3 {
    background-color: #FFD433 !important;
}

._bg_color1 {
    background-color: #CC264E !important;
}

.progress-bar {
    background-color: #E94153;
}

.form-return {
    font-weight: 500;
    cursor: pointer;
    color: #4E143B;
}

.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered, .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 2px 32px 2px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    min-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
    background-color: #f8f9fa;
}

.select2-container--default .select2-selection--single {
    line-height: 35px !important;
    background-color: #f8f9fa;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-results__option {
    font-family: "Poppins", sans-serif;
    font-size: .813rem;
    line-height: 30px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}

.select2-container--default .select2-selection.select2-selection--multiple {
    background: #f8f9fa;
    border: 1px solid #ced4da;
    line-height: 26px;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 20px 0 10px;
}

.select2-search__field::placeholder {
    color: #999;
    font-weight: 300;
}

.recruitmentForm .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #cfb8c7;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #1191AA;
    border: 1px solid #fff;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.ang-form-control {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    margin: 0;
    overflow: visible;
    display: block;
    width: 100%;
    /*height: auto;*/
    padding: .5rem .75rem;
    font-size: 1rem; /* to remove zoom on mobile */
    line-height: 1.5;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    outline: initial !important;
    background: #f8f9fa;
    border: 1px solid #ced4da;
    color: #47404f;
    font-weight: 300;
    height: unset;
    min-height: 36px;
}

.ang-form-control:disabled {
    background: #E8E8E8;
}

.ang-form-control.money {
    text-align: right;
}

.ang-form-control-position-held {
    width: 50%;
}

.ang-heading {
    font-family: "Poppins", sans-serif;
    letter-spacing: .3px;
    text-align: left !important;
    -webkit-box-direction: normal;
    box-sizing: border-box;
    line-height: 1.2;
    color: #595062;
    font-weight: 400;
}

@media (max-width: 767px) {
    h1.ang-heading {
        font-size: 2rem !important;
    }

    .ang-form-control-position-held {
        width: 100%;
    }
}

.ang-consent {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .3px;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 2.2325rem !important;
}

h2 {
    font-size: 1.626rem !important;
}

h3 {
    font-size: 1.42275rem !important;
}

h5 {
    font-size: 1rem !important;
}

.ang-alert-danger {
    background-color: #FFF7FA !important;
}

.ang-alert-warning {
    background-color: #FFFEF6 !important;
}

.ang-alert-success {
    background-color: #F5FFF5 !important;
}

.ang-alert-danger > .ang-card-title {
    color: #721c24;
}

.ang-alert-warning > .ang-card-title {
    color: #D9C43F;
}

.ang-alert-success > .ang-card-title {
    color: #46D83F;
}

.ang-footer {
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: #4E143B;
    color: white;
    font-weight: 300;
}

.pointerable {
    cursor: pointer;
}

.footer_social {
    height: 40px;
}

label.error,
.fc-red {
    color: red;
}

.deco-1,
.deco-2,
.deco-3,
.deco-4 {
    display: inline-block;
    position: absolute;
    width: 12rem; /* temp */
}

.deco-1 > svg,
.deco-2 > svg,
.deco-3 > svg,
.deco-4 > svg {
    display: block;
    width: 100%;
    height: auto;
}

.deco-1 {
    top: 0;
    right: 0;
    z-index: -1;
    transform: rotate(115deg);
}

@media (min-width: 992px) {
    /* media-breakpoint-up(lg) */
    .deco-1 {
        width: 18rem;
        right: 5rem;
    }
}

.deco-2 { /* relative to .ang-card */
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    opacity: .7;
    z-index: -1;
}

.deco-3 {
    position: relative;
}

@media (min-width: 768px) {
    /* media-breakpoint-up(md) */
    .deco-3 {
        transform: translate(-30%, 0);
    }
}

.deco-4 { /* relative to .ang-card */
    bottom: 0;
    left: 0;
    transform: translate(-40%, 50%) rotate(15deg);
    width: 20rem;
    opacity: .7;
    z-index: -1;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 3px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    font-size: .875rem;
    color: rgba(0, 0, 0, .87);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}


.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: '';
    display: inline-block;
    position: absolute;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker {
    padding: .375rem .75rem !important;
}

div.datepicker > div {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.datepicker .next, .datepicker .prev, .datepicker tfoot tr th, .input-append.date .add-on, .input-prepend.date .add-on {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.table-condensed tbody > tr > td, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > td, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed thead > tr > th {
    padding: 5px;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px;
}

.datepicker td, .datepicker th {
    text-align: center;
    border: 0;
    width: 20px;
    height: 20px;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td span.active {
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
}

.datepicker table tr td.active.active, .datepicker table tr td span.active.active {
    background: #9b2b57 !important;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: '';
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}

.datepicker table tr td span, .datepicker td, .datepicker th {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.glyphicon-chevron-left {
    background: url('../../assets/img/ArrowLeft.svg') !important;
    width: 13px !important;
    height: 13px !important;
}

.glyphicon-chevron-right {
    background: url('../../assets/img/ArrowRight.svg') !important;
    width: 13px !important;
    height: 13px !important;
}

.ang-survey {
    width: 100%;
}

.ang-survey__info {
    font-size: 16px;
    line-height: 26px;
    padding: 50px 50px 0;
}

.ang-survey__question {
    font-size: 14px;
    font-weight: bold;
}

.ang-survey__substantiation,
.ang-survey__question,
.ang-survey__rating-offer,
.ang-survey__raiting-long {
    display: block;
    width: 88%;
    margin: 0 auto 10px;
}

.ang-survey__raiting,
.ang-survey__raiting-long {
    list-style: none;
    display: block;
}

.ang-survey__raiting {
    padding: 10px 0;
}

.ang-survey__raiting-long {
    padding: 0;
}

.ang-survey__substantiation.ang-survey__substantiation-yes-no {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.ang-survey__substantiation {
    display: flex;
    flex-direction: column;
    padding: 10px 0 20px;
}

@media (max-width: 767px) {
    .ang-survey__substantiation.ang-survey__substantiation-yes-no {
        margin-bottom: 0;
    }
}

.ang-survey__raiting:last-of-type,
.ang-survey__raiting-long:last-of-type {
    border-bottom: 0;
}

.ang-survey__raiting-long:before {
    content: '';
    position: relative;
    top: 11px;
    left: 5.5%;
    display: block;
    background-color: #efefef;
    height: 4px;
    width: 90%
}

.ang-survey__raiting:before {
    content: '';
    position: relative;
    top: 11px;
    left: 9.5%;
    display: block;
    background-color: #efefef;
    height: 4px;
    width: 76%;
}

.ang-survey__raiting-long li {
    position: relative;
    display: inline-block;
    width: 9%;
    text-align: center;
    vertical-align: top;
}

.ang-survey__raiting li {
    position: relative;
    display: inline-block;
    width: 19%;
    text-align: center;
    vertical-align: top;
}

.ang-survey__raiting input[type=radio],
.ang-survey__raiting-long input[type=radio] {
    opacity: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin-left: 3px;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
    pointer-events: none;
    transition: background 0.3s ease-in-out;
}

.checkmark:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    opacity: 0;
}

.ang-survey__raiting input:checked ~ .checkmark:after,
.ang-survey__raiting-long input:checked ~ .checkmark:after {
    opacity: 1;
}

.ang-survey__raiting input:checked ~ .checkmark,
.ang-survey__raiting-long input:checked ~ .checkmark {
    background-color: #4E143B;
}

.ang-survey__raiting li label {
    width: 100%;
    margin-top: 5px;
}

.ang-survey__raiting li label.error,
.ang-survey__raiting-long li label.error {
    position: absolute;
    bottom: -25px;
}

.ang-survey__raiting li label.error {
    left: 40px;
}

.ang-survey__raiting-long li label.error {
    left: 15px;
}

.ang-survey__raiting-description {
    display: flex;
    width: 88%;
    margin: 0 auto 10px;
    justify-content: space-between;
    font-size: 0.8rem;
}

.ang-survey__rating-offer {
    display: flex;
    padding: 10px 0;
    cursor: default;
}

.ang-survey__rating-offer label.error {
    font-size: .813rem;
    font-weight: 300;
    top: unset;
    transform: none;
    left: 0;
    bottom: -25px;
}

.ang-survey__raiting-long li label.error,
.ang-survey__rating-offer label.error {
    width: 250px;
    text-align: left;
}

.ang-survey__rating-offer-item {
    position: relative;
    margin-right: 15px;
}

.ang-survey__rating-offer-item:last-of-type {
    margin-left: 0;
}

.ang-survey__rating-offer-item input[type=radio] {
    display: flex;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.ang-survey__rating-offer-item .checkmark {
    margin: 0;
    left: 0;
    height: 24px;
    width: 24px;
}

.ang-survey__rating-offer-item input:checked ~ .checkmark {
    background-color: #4E143B;
}

.ang-survey__rating-offer-item:last-child input[type=radio] {
    opacity: 0;
    width: 52px;
    cursor: pointer;
}

.ang-survey__rating-offer-item:last-child .checkmark,
.ang-survey__rating-offer-item:last-child input:checked ~ .checkmark {
    background: transparent;
}

.ang-survey__rating-offer-item:last-child input:checked ~ label {
    color: #fff;
    background: #4E143B;
}


.ang-survey__rating-offer-item:not(:last-of-type) input:checked ~ label {
    color: #fff;
}

.ang-survey__rating-offer label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 16px;
    z-index: 10;
    cursor: pointer;
}

.ang-survey__rating-offer-item:last-of-type label {
    background-color: #eee;
    border-radius: 50%;
    padding: 3px 7px;
}

@media only screen and (max-width: 1023px) {
    .ang-survey__raiting li label.error {
        left: -7px;
        width: 250px;
    }
}

@media (max-width: 767px) {
    .ang-survey__raiting-long li label.error {
        left: -3px;
    }
}

@media (max-width: 575px) {
    .ang-survey__info {
        margin-bottom: 0;
        padding: 20px 20px 0;
    }

    .ang-survey__form {
        padding: 0 20px;
    }

    .ang-survey__question, .ang-survey__raiting-description {
        padding: 0;
        width: 100%;
    }

    .ang-survey__raiting-description-right {
        text-align: right;
    }

    .ang-survey__substantiation,
    .ang-survey__rating-offer,
    .ang-survey__raiting-long {
        width: 100%;
        padding-bottom: 15px;
    }

    .ang-survey__raiting-long {
        margin-bottom: 0;
    }

    .ang-survey__substantiation {
        padding-top: 0;
    }

    .ang-survey__raiting:not(:first-child),
    .ang-survey__raiting-long:not(:first-child) {
        padding-bottom: 40px;
    }

    .ang-survey__raiting:before,
    .ang-survey__raiting-long:before {
        width: 100%;
        left: 0;
    }

    .ang-survey__raiting li {
        width: 10%;
    }

    .ang-survey__raiting li {
        width: 20%;
    }

    .ang-survey__raiting li label,
    .ang-survey__raiting-long li label,
    .ang-survey__rating-offer label.error,
    .ang-survey__states-control label.error {
        font-size: 12px;
        display: block;
        position: absolute;
    }

    .ang-survey__rating-offer label {
        font-size: 12px;
    }

    .ang-survey__raiting li:first-child input,
    .ang-survey__raiting li:first-child .checkmark {
        position: absolute;
        left: 0;
        margin-left: 0;
    }

    .ang-survey__raiting-long li:first-child input,
    .ang-survey__raiting-long li:first-child .checkmark {
        left: 0;
        margin-left: 0;
    }

    .ang-survey__raiting li:first-child label {
        text-align: left;
        margin-top: 30px;
    }

    .ang-survey__raiting-long li:first-child label:not(.error) {
        text-align: left;
        margin-left: 7px;
    }

    .ang-survey__raiting-long li:nth-child(2) .checkmark {
        left: 15%;
    }

    .ang-survey__raiting-long li:nth-child(2) label {
        left: 13%;
    }

    .ang-survey__raiting-long li:nth-child(3) .checkmark {
        left: 20%;
    }

    .ang-survey__raiting-long li:nth-child(3) label {
        left: 16%;
    }

    .ang-survey__raiting-long li:nth-child(4) .checkmark {
        left: 30%;
    }

    .ang-survey__raiting-long li:nth-child(4) label {
        left: 23%;
    }

    .ang-survey__raiting-long li:nth-child(5) .checkmark {
        left: 40%;
    }

    .ang-survey__raiting-long li:nth-child(5) label {
        left: 35%;
    }

    .ang-survey__raiting-long li:nth-child(6) .checkmark {
        left: 50%;
    }

    .ang-survey__raiting-long li:nth-child(6) label {
        left: 45%;
    }

    .ang-survey__raiting-long li:nth-child(7) .checkmark {
        left: 60%;
    }

    .ang-survey__raiting-long li:nth-child(7) label {
        left: 55%;
    }

    .ang-survey__raiting-long li:nth-child(8) .checkmark {
        left: 70%;
    }

    .ang-survey__raiting-long li:nth-child(8) label {
        left: 65%;
    }

    .ang-survey__raiting-long li:nth-child(9) .checkmark {
        left: 77%;
    }

    .ang-survey__raiting-long li:nth-child(9) label {
        left: 73%;
    }

    .ang-survey__raiting-long li:nth-child(10) .checkmark {
        left: 82%;
    }

    .ang-survey__raiting-long li:nth-child(10) label {
        right: 0;
    }

    .ang-survey__raiting-long li:last-child {
        width: 9.5%;
    }

    .ang-survey__raiting-long li:last-child label {
        right: 0;
    }

    .ang-survey__raiting li:last-child input,
    .ang-survey__raiting li:last-child .checkmark {
        position: absolute;
        left: calc(100% - 15px);
        margin-left: 0;
    }

    .ang-survey__raiting-long li:last-child input,
    .ang-survey__raiting-long li:last-child .checkmark {
        left: calc(100% - 15px);
        margin-left: 0;
    }

    .ang-survey__raiting-long li:last-child label {
        text-align: right;
    }

    .ang-survey__raiting li:last-child label {
        text-align: right;
        margin-top: 29px;
    }

    .ang-survey__raiting li:nth-child(2) input,
    .ang-survey__raiting li:nth-child(2) .checkmark {
        left: 25%;
        position: absolute;
        margin: 0;
    }

    .ang-survey__raiting li:nth-child(2) label {
        bottom: -56px;
        text-align: center;
        margin-left: -10%;
    }

    .ang-survey__raiting li:nth-child(4) input,
    .ang-survey__raiting li:nth-child(4) .checkmark {
        position: absolute;
        left: 60%;
        margin: 0;
    }

    .ang-survey__raiting li:nth-child(4) label {
        bottom: -56px;
        left: 5%;
        text-align: right;
    }

    .ang-survey__raiting li:nth-child(5) label {
        margin-left: 5px;
    }

    .ang-survey__rating-offer-item {
        margin-right: 10px;
    }

    .ang-survey__raiting li .neutral {
        position: absolute;
        left: 0;
        top: 100%;
        width: 65px;
    }

    .ang-survey__raiting li label.error {
        bottom: -86px;
    }

    .ang-survey__raiting li label.error,
    .ang-survey__raiting-long li label.error {
        left: 0;
    }

    .ang-survey__raiting-long li label.error {
        bottom: -45px;
    }
}

@media only screen and (min-width: 330px) and (max-width: 389px) {
    .ang-survey__raiting li label.error {
        bottom: -90px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 330px) {
    .ang-survey__raiting li label,
    .ang-survey__raiting-long li label,
    .ang-survey__rating-offer label.error,
    .ang-survey__states-control label.error {
        font-size: 10px;
        text-align: left;
    }

    .ang-survey__raiting li:nth-child(4) label,
    .ang-survey__raiting li:nth-child(2) label {
        bottom: -53px;
    }

    .ang-survey__raiting-long li:nth-child(5) label {
        left: 30%;
    }

    .ang-survey__raiting li:nth-child(4) label,
    .ang-survey__raiting li:nth-child(5) label {
        width: 56px;
    }

    .ang-survey__raiting-long li label {
        margin-left: 1px;
    }

    .ang-survey__raiting-long li:nth-child(9) label {
        left: 68%;
    }

    .ang-survey__raiting-description {
        font-size: 0.7rem;
    }
}

@media only screen and (min-width: 420px) and (max-width: 575px) {
    .ang-survey__raiting li .neutral {
        width: 100%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 575px) {
    .ang-survey__raiting li:nth-child(2) label {
        margin-left: -14%;
    }

    .ang-survey__raiting li:nth-child(4) label {
        left: -4px;
    }
}

@media only screen and (min-width: 575px) {
    .ang-survey__raiting-long li label {
        display: block;
        margin-left: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .ang-survey__raiting-long {
        margin-left: 4%;
    }
}

/* EMAIL */
/* CLIENT-SPECIFIC STYLES */
#outlook a {
    padding: 0;
}

/* Force Outlook to provide a "view in browser" message */
.ReadMsgBody {
    width: 100%;
}

.ExternalClass {
    width: 100%;
}

/* Force Hotmail to display emails at full width */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
    line-height: 100%;
}

/* Force Hotmail to display normal line spacing */
body, table, td, a {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Prevent WebKit and Windows mobile changing default text sizes */
table, td {
    mso-table-lspace: 0pt;
    mso-table-rspace: 0pt;
}

/* Remove spacing between tables in Outlook 2007 and up */
img {
    -ms-interpolation-mode: bicubic;
}

img {
    border: 0;
    height: auto;
    line-height: 100%;
    outline: none;
    text-decoration: none;
}

table {
    border-collapse: collapse !important;
}

@media screen and (max-width: 575px) {
    table[class="wrapper"] {
        width: 100% !important;
    }

    td[class="logo"] {
        text-align: left;
        padding: 20px 0 20px 0 !important;
    }

    td[class="logo"] img {
        margin: 0 auto;
    }

    td[class="mobile-hide"] {
        display: none;
    }

    table[class="responsive-table"] {
        width: 100% !important;
    }

    td[class="padding-copy"] {
        padding: 10px 5% 10px 5% !important;
        text-align: center;
    }

    td[class="no-padding"] {
        padding: 0 !important;
    }

    a[class="mobile-button"] {
        width: 80% !important;
        padding: 15px !important;
        border: 0 !important;
        font-size: 16px !important;
    }
}

#progressbar {
    display: flex;
    align-items: center;
    margin: 30px 0;
    padding: 0;
    counter-reset: step;
    width: 100%;
    text-align: center;
}

@media (max-width: 1199px) {
    #progressbar {
        display: flex;
        align-items: flex-start;
    }
}

#progressbar li {
    list-style-type: none;
    color: rgb(51, 51, 51);
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative;
    cursor: pointer;
    height: 73px;
}

@media (max-width: 767px) {
    #progressbar li {
        font-size: 60%;
    }
}

#progressbar li.active:before,
#progressbar li.active + li:after {
    background: #1191AA;
    color: white;
}

#progressbar li.disabled:before,
#progressbar li.disabled:not(:first-child):after {
    background: #cdd0d3;
    color: white;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    font-size: 10px;
    color: #fff;
    background: #94cad5;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    position: relative;
    z-index: 1;
}

#progressbar li.active:before {
    width: 36px;
    line-height: 36px;
}

@media (max-width: 767px) {
    #progressbar li.active:before {
        width: 30px;
        line-height: 30px;
    }

    #progressbar li.active:not(:first-child):after {
        top: 14px;
    }
}

#progressbar li:not(:first-child):after {
    content: '';
    width: 68%;
    height: 2px;
    background: #94cad5;
    position: absolute;
    left: -34%;
    top: 14px;
    z-index: 0;
}

.uploader-img-info {
    display: flex;
    margin-bottom: 6px;
}

.uploader-img-info span {
    width: 180px;
}

.ang-survey__substantiation-container {
    position: relative;
    height: 30px;
    width: 72px;
}

.ang-survey__substantiation-container.form-check {
    padding-left: 0;
}

.ang-survey__states-control input {
    display: none;
}

.ang-survey__states-control input:checked ~ .ang-survey__states-control-labels {
    background-color: rgb(110 213 114);
    border: 1px solid rgb(110 213 114);
}

.ang-survey__states-control input:checked ~ .ang-survey__states-control-labels:after {
    background-color: #ffffff;
}

.ang-survey__states-control .ang-survey__states-control-labels {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #efefef;
    border-radius: 12px;
    background-color: #efefef;
    padding: 4px;
}

.ang-survey__states-control .ang-survey__states-control-labels:after {
    position: relative;
    display: block;
    content: "";
    left: 33%;
    height: 100%;
    border-radius: 12px;
    background-color: darkgrey;
    transition: all 0.2s ease;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.6);
}

.ang-survey__states-control .ang-survey__states-control-labels label {
    height: 100%;
    float: left;
    cursor: pointer;
}

.ang-survey__states-control input.option1:checked ~ .ang-survey__states-control-labels:after {
    left: 0;
}

.ang-survey__states-control input.option2:checked ~ .ang-survey__states-control-labels {
    background-color: #efefef;
    border: 1px solid #efefef;
}

.ang-survey__states-control input.option3:checked ~ .ang-survey__states-control-labels {
    background-color: rgb(255 110 110);
    border: 1px solid rgb(255 110 110);
}

.ang-survey__states-control input.option1:checked ~ .ang-survey__states-control-labels:after {
    left: 0;
}

.ang-survey__states-control input.option2:checked ~ .ang-survey__states-control-labels:after {
    left: 33.3333333333%;
    background-color: darkgrey;
}

.ang-survey__states-control input.option3:checked ~ .ang-survey__states-control-labels:after {
    left: 66.6666666667%;
    background-color: #ffffff;
}

.ang-survey__states-control .ang-survey__states-control-labels:after {
    width: 33.3333333333%;
}

.ang-survey__states-control label {
    width: 33.3333333333%;
}

.ang-survey__states-control label.error {
    position: absolute;
    width: 250px;
    bottom: -30px;
    left: -40px;
}

.ang-survey__states-control-labels .hide {
    display: none;
}

.ang-survey__states-control .hide ~ label {
    width: 50%;
}

@media (min-width: 1200px) {
    .ang-survey__states-control label.error {
        left: -34px;
    }
}

@media (max-width: 992px) {
    .ang-survey__states-control label.error {
        left: -32px;
    }
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.custom-checkbox {
    margin-right: 10px;
}

.ang-body-regulations {
    padding: 25px;
    justify-content: center;
    border: 1px solid transparent;
}

.ang-body-regulations p {
    font-weight: 400;
    margin: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .ang-body-regulations .ang-card-title {
        font-size: 0.9rem !important;
    }
}

.ang-body-regulations .ang-card-title {
    margin: 0;
}

.custom-checkbox svg {
    height: 28px;
    width: 28px;
    border: none;
    border-radius: 5px;
    display: block;
}

.custom-checkbox--small svg {
    height: 20px;
    width: 20px;
}

.custom-checkbox--small {
    margin-right: 6px;
}

.custom-checkbox--tiny svg {
    height: 17px;
    width: 17px;
}

.custom-checkbox--tiny {
    margin: 2px 6px 0 0;
}

.custom-checkbox label {
    margin: 0;
    cursor: pointer;
}

.custom-checkbox svg rect,
.custom-checkbox svg polyline {
    fill: none;
    stroke-width: 3;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
    display: none;
}

.ang-body-regulations .custom-checkbox input[type="checkbox"] {
    display: block;
    opacity: 0;
    position: absolute;
    height: 27px;
    width: 27px;
    cursor: pointer;
}

.custom-checkbox--blue svg rect {
    stroke: #1191AA;
}

.custom-checkbox--blue input[type="checkbox"]:checked + .custom-checkbox svg rect,
.custom-checkbox--blue input[type="checkbox"]:checked + label svg polyline,
.custom-checkbox--blue input[type="radio"]:checked + .custom-checkbox svg rect,
.custom-checkbox--blue input[type="radio"]:checked + label svg polyline {
    stroke: #1191AA;
}

.custom-checkbox--red svg rect {
    stroke: #CC264E;
}

.custom-checkbox--red input[type="checkbox"]:checked + .custom-checkbox svg rect,
.custom-checkbox--red input[type="checkbox"]:checked + label svg polyline,
.custom-checkbox--red input[type="radio"]:checked + .custom-checkbox svg rect,
.custom-checkbox--red input[type="radio"]:checked + label svg polyline {
    stroke: #CC264E;
}

.custom-checkbox--yellow svg rect {
    stroke: #FFD433;
}

.custom-checkbox--yellow input[type="checkbox"]:checked + .custom-checkbox svg rect,
.custom-checkbox--yellow input[type="checkbox"]:checked + label svg polyline {
    stroke: #FFD433;
}

.custom-checkbox--purple svg rect {
    stroke: #591342;
}

.custom-checkbox--purple input[type="checkbox"]:checked + .custom-checkbox svg rect,
.custom-checkbox--purple input[type="checkbox"]:checked + label svg polyline,
.custom-checkbox--purple input[type="radio"]:checked + .custom-checkbox svg rect,
.custom-checkbox--purple input[type="radio"]:checked + label svg polyline {
    stroke: #591342;
}

.custom-checkbox--grey svg rect {
    stroke: #ced4da;
}

.custom-checkbox--grey input[type="checkbox"]:checked + .custom-checkbox svg rect,
.custom-checkbox--grey input[type="checkbox"]:checked + label svg polyline,
.custom-checkbox--grey input[type="radio"]:checked + .custom-checkbox svg rect,
.custom-checkbox--grey input[type="radio"]:checked + label svg polyline {
    stroke: #ced4da;
}

.custom-checkbox input[type="checkbox"]:checked + label svg polyline,
.custom-checkbox input[type="radio"]:checked + label svg polyline {
    -webkit-animation: checked 0.5s ease forwards;
    animation: checked 0.5s ease forwards;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
}

@-webkit-keyframes checked {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes checked {
    to {
        stroke-dashoffset: 0;
    }
}

#client-apk-form {
    padding-bottom: 0;
}

.insurance-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.insurance-item {
    max-width: 18.4%;
    flex: 0 0 18.4%;
}

.insurance-item:not(:last-child) {
    margin-right: 2%;
}

@media (max-width: 575px) {
    .insurance-item .ang-card {
        height: auto;
        width: auto;
    }
}

@media (max-width: 767px) {
    .insurance-grid {
        align-items: center;
    }

    .insurance-item {
        flex: 48%;
        max-width: 48%;
    }

    .insurance-item:nth-child(even) {
        margin-right: 0;
    }

    .insurance-item:last-child {
        display: flex;
        flex: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .insurance-item:last-child .ang-card {
        flex: 48%;
        max-width: 48%;
    }

    .insurance-item:last-child .ang-card:first-child {
        margin-right: 2%;
    }
}

.insurance-item .ang-card {
    position: relative;
    height: 190px;
}

.insurance-item .ang-card.bordered {
    opacity: 1;
    border: 1px solid #ced4da;
}

.insurance-item .ang-card.dimmed {
    opacity: 0.4;
}

.insurance-item .ang-card .custom-checkbox {
    position: absolute;
    opacity: 0;
}

@media (min-width: 768px) {
    .insurance-item .ang-card:first-child {
        margin-bottom: 22px;
    }
}

.insurance-item .ang-card-title {
    margin: 0.5rem 0 0.3rem;
}

.insurance-item .ang-card-title,
.insurance-list__col-left .ang-card-title {
    text-align: center !important;
    text-transform: uppercase;
    font-size: 1rem;
    height: 25px;
}

.insurance-list__col-left .ang-card-title {
    margin: 0 0 0.3rem;
}

@media (max-width: 575px) {
    .insurance-item .ang-card-title,
    .insurance-list__col-left .ang-card-title {
        display: flex;
        align-items: center;
        height: 35px;
        margin-top: 0;
    }

    .insurance-list__col-img .ang-card-body {
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .insurance-item .ang-card-title {
        margin: 0.5rem 0 0.7rem;
    }

    .insurance-item .ang-card-title,
    .insurance-list__col-left .ang-card-title {
        font-size: 0.85rem;
    }

    .insurance-list__col-left .ang-card-title {
        margin-bottom: 0.7rem;
    }

    .insurance-item .ang-card .custom-checkbox {
        top: 5px;
        left: 5px;
    }

    .insurance-item .img-responsive {
        min-width: 100px;
    }
}

.insurance-list {
    display: flex;
    padding: 20px 0 40px;
    cursor: default;
}

.insurance-list__col-img {
    width: 202px;
    margin: 0;
    cursor: default;
}

.insurance-list__col-img .ang-card-body {
    padding-top: 0;
    cursor: default;
}

.insurance-list .form-group {
    margin-bottom: 0.5rem;
}

.insurance-list .ang-form-label {
    cursor: pointer;
}

.insurance-list__col-right {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
}

.insurance-list__col-right .form-check {
    padding-left: 0;
}

.insurance-list__col-right .form-check .ang-form-label {
    margin: 1px 0 0;
}

.insurance-list__col-oc {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 200px;
    column-gap: 15px;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .insurance-list__col-oc {
        max-height: 330px;
    }
}

.insurance-list__col-right .ang-form-label {
    text-transform: capitalize;
}

.insurance-list__col-right-title {
    display: block;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 8px;
    cursor: default;
}

.insurance-list__col-right-area {
    max-width: 650px;
}

@media (max-width: 767px) {
    .insurance-list {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0;
    }

    .insurance-list:last-child {
        padding-bottom: 20px;
    }

    .insurance-list__col-img {
        margin: 0 0 10px;
    }

    .insurance-list .form-group {
        margin-bottom: 0.2rem;
    }

    .insurance-list__col-right .col-md-4:not(:first-of-type) .insurance-list__col-right-title {
        margin-top: 1rem;
    }

    .insurance-list__col-oc {
        max-height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .insurance-list__col-img {
        width: 150px;
    }
}

.requirements a {
    color: #1191aa;
}

.requirements .sms-code-input {
    min-width: 280px;
}

.buttons-wrapper {
    display: flex;
    padding-bottom: 1.25rem;
}

.sms-section p {
    text-align: center;
}

.sms-section button {
    display: block;
    margin: 0 auto;
}

#travel .insurance-list__col-right .error {
    position: absolute;
    bottom: -30px;
}

.ang-collapse-content {
    transition: all 0.3s ease;
    cursor: pointer;
}


.recruit .ang-card:hover {
    cursor: unset;
}

.recruit .ang-link {
    color: #007bff;
}

.ang-collapse.not-expanded .ang-collapse-content {
    display: block;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    height: 0;
    padding: 0;
}

.ang-card-icon svg {
    position: absolute;
    top: -20px;
    right: 0;
    opacity: 0.2;
    transition: all 0.3s ease;
}

.recruit-question-mark {
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 60px;
}

.recruit .summary .row {
    position: relative;
}

.recruit.management:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.recruit .border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.recruit .text-indent-5 {
    text-indent: 3%;
}

.recruit .representatives:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.recruit .summary .row:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, .1);
    transform: translateX(-50%);
}

@media (min-width: 992px) {
    .recruit-question-mark {
        display: block;
    }
}

.recruit .ang-card-title {
    margin-bottom: 0.7rem;
}

.recruit .ang-card-title small {
    font-size: 70%;
}

.recruit .ang-form-control {
    font-size: 0.8rem;
    min-height: 30px;
    padding: 0.4rem 0.75rem;
}

.recruit .ang-form-label {
    font-size: 10px;
    margin-bottom: 2px;
}

.recruit .form-group {
    margin-bottom: 0.6rem;
}

.recruit .form-check {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.recruit .form-check-label {
    margin: 0 0 0 5px;
}

.recruit .form-check input {
    position: relative;
    margin: 0.1rem 0 0;
}

.recruit .ang-consent {
    line-height: 1.3;
}

.recruit p.ang-consent {
    font-size: 11px;
}

.recruit .select2-selection--single {
    min-height: 29px;
    font-size: 0.8rem;
}

.recruit .select2-container--default.select2-container--focus .select2-selection--multiple {
    min-height: 42px;
}

.recruit .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 29px !important;
}

.recruit .ang-button.ang-btn-lg {
    padding: 6px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.recruit .h6, .recruit h6 {
    font-size: 0.85rem;
}

.recruit label.error,
.recruit .fc-red {
    font-size: 9px;
    margin-bottom: 0;
}

.recruit .ang-btn-small {
    padding: 2px 10px;
    font-size: 11px;
    border-radius: 8px;
}

.recruit .ang-button-plus,
.recruit .ang-button-minus {
    position: relative;
    padding: 4px 21px 4px 10px;
}

.recruit .ang-button-plus:after {
    content: url('../img/plus.svg');
    right: 5px;
    top: 5px;
}

.recruit .ang-button-minus:after {
    content: url('../img/cross2.svg');
    right: 7px;
    top: 4px;
}

.recruit .ang-button-plus:after,
.recruit .ang-button-minus:after {
    position: absolute;
}

.ang-uploader {
    position: relative;
    min-height: 100px;
    border: 3px dashed #6dc0ac;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px;
    cursor: pointer;
}

.drop-icon {
    position: relative;
}

.ang-uploader svg {
    transition: transform 0.3s ease;
}

.ang-uploader:hover svg {
    transform: scale(1.1);
}

.ang-uploader .files > .file-uploaded {
    width: 50%;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    padding: 5px;
    background: #fafbfc;
    margin-bottom: 10px;
}

.ang-uploader .files > .file-uploaded:nth-child(odd) {
    margin-right: 10px;
    width: calc(50% - 10px);
}

.bg-main {
    background-color: #f4f3f1;
    height: 100%;
}

@font-face {
    font-family: "MarkPro";
    src: local("MarkPro"),
    url(../fonts/MarkPro.woff) format('woff');
    font-weight: 400;
}

@font-face {
    font-family: "MarkPro";
    src: local("MarkPro"),
    url(../fonts/MarkProMedium.woff) format('woff');
    font-weight: 500;
}

@font-face {
    font-family: "MarkPro";
    src: local("MarkPro"),
    url(../fonts/MarkProBold.woff) format('woff');
    font-weight: 700;
}

@font-face {
    font-family: "MarkPro";
    src: local("MarkPro"),
    url(../fonts/MarkProBlack.woff) format('woff');
    font-weight: 900;
}

.tippy-box {
    white-space: pre-line;
    padding: 3px 7px 10px;
    text-align: justify;
}

.ang-accordion {
    opacity: 0;
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0, 1, 0, 1);
}

.ang-accordion.show {
    opacity: 1;
    pointer-events: all;
    overflow: visible;
    max-height: 1000px;
    transition: all 0.7s ease-in-out;
}
.chevron-transform {
    transform: rotate(180deg);
}

.alpha-list {
    list-style: upper-alpha;
    padding: 0 20px 0 10px;
    line-height: 1.35;
    margin-top: 3px;
}

.beneficiaries-title {
    font-weight: 500;
}

.apk-list {
    list-style: auto;
    padding-left: 20px;
    padding-top: 5px;
}

@media (max-width: 767px) {
    body .tippy-box {
        text-align: left;
        font-size: 12px;
    }

    .remove-beneficiares {
        position: static;
    }
}
