.add-new:hover, .close-svg, .f__add-file, .f__btn {
    cursor: pointer
}

.f__add-file-text, .f__text {
    color: #F36F20;
    text-align: center
}

.two-dates, .w180, .w55 {
    float: left
}

.add-new:before, .cv__form, .cv_extended_form_sub_title, .f__add-file-text, .f__text, .text-danger {
    text-align: center
}

.f__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f__mgl-60 {
    margin-right: 60px
}

.f__download {
    display: -ms-flexbox;
    display: flex
}

.f__img {
    display: -ms-flexbox;
    display: flex;
    width: 265px;
    height: 93px
}

@media (max-width: 640px) {
    .f__container {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .f__mgl-60 {
        margin-right: 0
    }
}

.f__cv-form, .f__text {
    display: -ms-flexbox;
    -ms-flex-align: center
}

.f__cv-form {
    display: flex;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    -ms-flex-direction: column;
    flex-direction: column
}

.f__text {
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center
}

.f__btn {
    width: 137px;
    height: 44px;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase
}

.f__add-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 35px auto
}

.f__icon {
    width: 20px;
    height: 20px;
    background-image: url(/fonts/farrow.svg?196c443c5341cc1042ab0c13292c9189)
}

.f__add-file-text {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .05em;
    margin-left: 12px
}

.error-cv {
    margin-top: 12px;
    color: red;
    margin-bottom: 12px
}

table tbody.mc-table__body {
    display: contents
}

.mc-table__weekday {
    color: #fff
}

.wauto {
    width: auto
}

.close-svg {
    position: absolute;
    top: 20px;
    right: 0
}

.rel, .w180 {
    position: relative
}

.agree_link {
    font-size: 15px;
    font-family: 'Open Sans';
    color: #F36F20;
    text-decoration: underline
}

.mt50 {
    margin-top: 50px
}

.mr20 {
    margin-right: 20px
}

.f-2-columns > div {
    width: calc(50% - 15px)
}

.f-2-columns input {
    width: calc(100%) !important;
    min-width: calc(100%) !important
}

.certificates, .education, .w100 {
    width: 100%
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.add-new {
    color: #F36F20;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 14px;
    margin-bottom: 30px
}

.add-new:before {
    content: '+';
    color: #F36F20;
    border-radius: 10px;
    border: 1px solid #F36F20;
    width: 13px;
    height: 13px;
    line-height: 12px;
    display: inline-block;
    margin-right: 5px
}

.cv_extended_form textarea {
    min-height: 130px
}

.w55 {
    width: 55px;
    line-height: 44px
}

.w180 {
    width: 180px
}

.w180 .searchit__icon {
    bottom: 20px !important
}

.cv_extended_form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 470px;
    max-width: 100%;
    margin: 0 auto
}

.cv_extended_form .form__group {
    width: 100%;
    margin-bottom: 30px
}

.cv_extended_form .form__input-label {
    margin-bottom: 20px;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 700
}

.cv_extended_form label {
    margin-bottom: 0
}

.cv_extended_form .form__group.error .error__text {
    margin-top: 10px
}

.mb40 {
    margin-bottom: 40px
}

.cv_extended_form .searchit__results--outside {
    z-index: 3
}

.cv_extended_form .searchit--outside.show .searchit__results--outside {
    z-index: 4
}

.cv_extended_form .show .searchit__results--outside {
    opacity: 1;
    visibility: visible
}

.cv_extended_form .icon {
    top: 4px
}

.cv_extended_form_sub_title {
    font-size: 24px;
    line-height: 35px;
    color: #F36F20;
    margin-bottom: 40px
}

.cv_extended_form_sub_title:before {
    content: "";
    display: inline-block;
    margin-top: 15px;
    width: 26px;
    height: 14px;
    background-image: url(/fonts/decor.svg?e7fe6da6658d2a57ce0dbb5b570fb32b);
    margin-right: 17px
}

.qs-overlay-year {
    color: #000 !important
}

.ext-cv-form-divider {
    width: 470px;
    border: 1px solid #DADADA;
    height: 1px;
    margin-bottom: 40px
}

@media (max-width: 470px) {
    .cv_extended_form, .ext-cv-form-divider {
        width: calc(100% - 30px) !important
    }

    .cv_extended_form {
        max-width: calc(100% - 30px) !important
    }

    .w180 {
        width: 100%;
        float: left
    }

    input.half-field {
        width: 100% !important;
        min-width: 50% !important
    }
}

.ext-cv-form-divider.smaller-divider {
    width: 390px;
    margin: 30px auto 40px
}

@media (min-width: 471px) {
    input.half-field {
        width: 180px;
        min-width: 180px !important
    }
}

.two-dates {
    width: 50%
}

.text-danger {
    display: none;
    font-size: 12px;
    color: #ff4b55;
    padding: 0 8px;
    width: 100%;
    height: 25px
}

.cap_sub {
    margin: 20px auto 0;
    width: 304px
}

@media screen and (max-width: 990px) and (min-width: 768px) {
    .header__phone + .header__phone {
        display: none;
    }

    .header__lang {
        padding-right: 0;
    }
}

.header__menu {
    padding-right: 12px;
}

.header__menu + .header__menu {
    padding-left: 12px;
}

.header__menu-item + .header__menu-item {
    margin-left: 12px;
}

.header__phone svg {
    margin-right: 6px;
}

.fgdsb {
    margin-top: 20px;
}

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

.fgdsb__snippet {
    font-size: 12px;
    color: #a3a3a3;
    line-height: 1.4;
}

.pl-0 {
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    .fgdsb {
        text-align: center;
        margin-top: 0;
    }

    .fgdsb img {
        max-width: 140px;
    }

    .fgdsb__snippet {
        margin-top: 1em;
    }
}

.global-contact-form__btn {
    position: fixed;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #073325;
    box-shadow: 0 16px 40px rgba(73, 92, 136, .15);
    right: 32px;
    bottom: 32px;
    z-index: 1111
}

@media (max-width: 1365px) {
    .global-contact-form__btn {
        bottom: 8px;
        right: 16px;
        width: 56px;
        height: 56px
    }

    .global-contact-form__btn .icon {
        width: 24px;
        height: 24px
    }
}

.global-contact-form__modal {
    background-color: hsla(0, 0%, 100%, 0)
}

.global-contact-form__modal .modal__wrapper {
    position: absolute;
    left: auto;
    top: auto;
    right: 32px;
    bottom: 112px;
    box-shadow: 0 16px 40px rgba(73, 92, 136, .15)
}

@media (max-width: 1365px) {
    .global-contact-form__modal .modal__wrapper {
        bottom: 74px
    }
}

@media (max-width: 767px) {
    .global-contact-form__modal .modal__wrapper {
        bottom: auto;
        right: auto;
        position: relative;
        margin-left: 8px;
        margin-right: 8px;
        width: calc(100% - 16px)
    }
}

.global-contact-form__modal .form::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid #eee;
    width: 12px
}

.global-contact-form__modal .form::-webkit-scrollbar-thumb {
    background-color: #afafaf;
    border-radius: 15px;
    border: 2px solid #eee
}

.global-contact-form__modal .form::-webkit-scrollbar-button {
    display: none
}

@media (max-width: 767px) {
    .global-contact-form__modal {
        background: rgba(27, 31, 39, .4)
    }

    .global-contact-form__modal .modal__content, .global-contact-form__modal .modal__wrapper {
        align-items: flex-start
    }
}


.modal--no-bg .modal__wrapper {
    background: none
}

.modal--scrollable .modal__close {
    position: absolute;
    top: -16px;
    right: -16px
}

@media (max-width: 579px) {
    .modal--scrollable .modal__close {
        right: 0
    }
}

.modal--scrollable .modal__wrapper {
    position: relative;
    padding: 20px;
    height: 100%;
    align-items: flex-start;
    box-shadow: 0 4px 8px rgba(34, 33, 49, .15);
    background-color: #fff;
    border-radius: 24px;
    max-height: 500px
}

@media (max-width: 1135px) {
    .modal--scrollable .modal__wrapper {
        max-width: calc(100vw - 120px)
    }
}

@media (max-width: 579px) {
    .modal--scrollable .modal__wrapper {
        max-width: calc(100vw - 20px)
    }
}

.modal--scrollable .modal__content {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    background-color: hsla(0, 0%, 80%, .5);
    height: 100%;
    overflow: hidden
}

@media (max-width: 995px) {
    .modal--scrollable .modal__content {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }
}

.modal--form {
    background: rgba(27, 31, 39, .4)
}

.modal--form .modal__wrapper {
    max-width: 540px;
    height: auto;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 16px 48px rgba(73, 92, 136, .15)
}

@media (max-width: 767px) {
    .modal--form .modal__wrapper {
        margin-left: 8px;
        margin-right: 8px
    }
}

.modal--form .modal__content {
    padding: 40px 32px;
    align-items: flex-start
}

.global-contact-form__modal .modal__content {
    overflow: auto;
    max-height: 90vh;
}

.modal--form .form-wrapper {
    background-color: hsla(0, 0%, 100%, 0);
    border-radius: 0;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .modal--form .form-wrapper {
        align-items: flex-start
    }
}

.modal--form .form__title {
    font-size: 24px;
    line-height: 32px
}


.modal--form .modal__close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(73, 92, 136, .15);
    z-index: 6
}

.modal--form .modal__close .icon {
    stroke: #073325;
}

@media (max-width: 767px) {
    .modal--form .modal__close {
        right: 16px;
        top: 16px;
        width: 32px;
        height: 32px
    }
}

label.pill {
    position: relative;
    display: flex;
    align-items: center
}

label.pill .input-pill {
    position: relative;
    margin-right: -40px;
    padding-left: 8px;
    order: -1
}

label.pill .input-pill:before {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #d3d9e5
}

label.pill .input-pill--right {
    margin-right: auto;
    margin-left: -40px;
    padding-left: 0;
    padding-right: 8px;
    order: 0
}

label.pill .input-pill--right:before {
    right: auto;
    left: -10px
}

label.pill input {
    padding-left: 56px
}

label.pill--right input {
    padding-left: 1.5em;
    padding-right: 56px
}


.cgrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
}

.cgrid .full-width {
    grid-column: span 2;
}

.cgrid .form__input-label {
    margin-bottom: 6px;
    display: block;
}

.global-contact-form__modal .title {
    margin-bottom: 28px;
}

.global-contact-form__modal .title:after {
    display: none;
}

.align-items-center {
    align-items: center;
}

.mt-4 {
    margin-top: 32px;
}

.mt-3 {
    margin-top: 24px;
}

.mt-2 {
    margin-top: 16px;
}

.mr-4 {
    margin-right: 32px;
}

.mb-0 {
    margin-bottom: 0;
}

.icon {
    transition: .3s ease;
    transition-delay: 0s;
    stroke-width: 2
}

.form__group--file {
    cursor: pointer !important;
}

.icon--mleft {
    margin-left: .8em
}

.icon--mright {
    margin-right: .8em
}

.global-contact-form__action {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
}

.global-contact-form__modal .form__upload-title {
    color: #073325;
}

.global-contact-form__modal .text-info {
    margin-left: 0.75em;
    color: #888;
}


.uploaded-files {
    display: flex;
    flex-wrap: wrap
}

.uploaded-files:empty {
    padding-top: 0
}

.uploaded-files li {
    margin-top: 10px;
    margin-right: 10px;
}

.form__upload-item {
    display: flex;
    align-items: center;
    padding: 6px 16px;
    background-color: #eff2f9;
    border-radius: 24px
}

.form__upload-item svg {
    fill: currentColor;
    width: 1em;
}

.bg-grey3 .form__upload-item {
    background-color: #fff
}

.state-loading {
    position: relative;
    pointer-events: none;
    color: transparent !important;
    background: #222 !important;
}

.state-loading:before {
    content: "";
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0iIiB3aWR0aD0iMjAwcHgiIGhlaWdodD0iMjAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+CjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0U5QjQzRSIgc3Ryb2tlLXdpZHRoPSIyIj4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgdmFsdWVzPSIwOzQwIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwIDAuMiAwLjggMSIgY2FsY01vZGU9InNwbGluZSIgYmVnaW49IjBzIi8+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIgMCAwLjggMSIgY2FsY01vZGU9InNwbGluZSIgYmVnaW49IjBzIi8+CjwvY2lyY2xlPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2VlZSIgc3Ryb2tlLXdpZHRoPSIyIj4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgdmFsdWVzPSIwOzQwIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwIDAuMiAwLjggMSIgY2FsY01vZGU9InNwbGluZSIgYmVnaW49Ii0wLjVzIi8+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIgMCAwLjggMSIgY2FsY01vZGU9InNwbGluZSIgYmVnaW49Ii0wLjVzIi8+CjwvY2lyY2xlPgo8L3N2Zz4=) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 22;
}

.global-contact-form__modal .error__text {
    opacity: 1;
    visibility: visible;
    max-height: unset;
    padding: 0;
    margin-top: 4px;
}

.global-contact-form__modal .error__text:empty {
    display: none;
}

.global-contact-form__modal input {
    min-width: unset !important;
}

.global-contact-form__modal .form__success .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}

.global-contact-form__modal a {
    color: #073325;
}

@media screen and (max-width: 768px) {
    .cgrid {
        display: flex;
        flex-direction: column;
    }

    .global-contact-form__action {
        flex-direction: column-reverse;
    }
}

.c-visible {
    visibility: visible;
    opacity: 1;
    position: static;
}

.digital-wallet {
    margin: 50px 0;
    padding: 50px 0;
}

.digital-wallet .title {
    text-align: center;
    margin-bottom: 1.5em;
}

.digital-wallet .swiper {
    margin-bottom: -40px;
    padding-left: 1px;
    padding-right: 1px;
}

.digital-wallet .swiper-wrapper {
    padding-bottom: 40px;

}

.digital-wallet .swiper-slide {
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}


.digital-wallet__item {
    background: #fff;
    padding: 20px;
    height: 100%;
    text-align: center;
    position: relative;
    margin-top: 14px;
    box-shadow: 6px 4px 12px 2px #ddd;
}

.digital-wallet__item:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
}

.digital-wallet__icon {
    margin: 0 auto clamp(12px, 2vw, 16px);
    display: block;
}

.digital-wallet__icon img {
    height: clamp(48px, 4vw, 52px);
    width: auto;
    max-width: 100%;
}

.digital-wallet__title {
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 600;
    margin-bottom: 0.75em;
    text-transform: uppercase;
}

.digital-wallet__snippet {
    font-size: clamp(12px, 2vw, 14px);
    color: #666;
    line-height: 1.5;
}


.digital-wallet__track {
    width: 20px;
    flex: 0 0 20px;
    height: 20px;
    display: block;
    background-color: #073325;
    border-radius: 100%;
    border: 5px solid #fff;
    margin: 0 auto 10px;
    box-shadow: 1px 1px 12px #ddd;
    z-index: 2;
}


.digital-wallet__track:before {
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: 8px;
    background: #eee;
    display: block;
    z-index: 0;
    transform: translate(15px, 2px);
}

.digital-wallet .swiper-wrapper .swiper-slide:last-child .digital-wallet__track:before {
    display: none;
}

.digital-wallet__slider {
    position: relative;
}

.digital-wallet .leafer__btn:before {
    display: none;
}

.digital-wallet .swiper-pagination {
    display: none;
}

.digital-wallet .swiper-pagination-bullet-active {
    background-color: #073325;
}

@media screen and (min-width: 1080px) {
    .digital-wallet .leafer__btn--next {
        right: -50px;
    }

    .digital-wallet .leafer__btn--prev {
        left: -50px;
    }
}

@media screen and (max-width: 1080px) {
    .digital-wallet .leafer__btn {
        display: none;
    }

    .digital-wallet .swiper-pagination {
        display: block;
    }
}

.global-contact-form__btn--pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0px rgba(7,51,37,0.5);

    }
    100% {
        transform: scale(1.02);
        box-shadow: 0 0 0 20px rgba(243, 111, 32, 0);
    }
}


/*Cosmo LA Content*/
.com4 .collapse {
    display: none
}

.com4 .show {
    display: block !important;
}

@media (min-width: 0) and (max-width: 1280px) {
    .tab-pane .com4 {
        padding-top: 0
    }

    .com4 .container.row {
        margin-left: -16px;
        margin-right: -16px;
        width: auto
    }
}

@media (width < 1280px) {
    .com4 .container {
        max-width: 100%;
        padding: 0
    }

    .com4 {
        padding-left: 0;
        padding-right: 0;
    }
}

.com4__cover {
    *zoom: 1
}

.com4__cover:after, .com4__cover:before {
    content: " ";
    display: table
}

.com4__cover:after {
    clear: both
}

.com4__aside {
    float: left;
    display: none
}

@media (min-width: 1280px) {
    .com4__aside {
        width: 30%;
        padding-right: 5%;
        display: block;
        padding-left: 0
    }
}

.com4__asideHead {
    font-size: 18px;
    color: #262626;
    padding: 8px 0;
    margin-bottom: 32px;
    line-height: 1.33;
    border-bottom: 1px solid #ccc
}

.com4__list {
    list-style: none;
    padding: 0
}

.com4__listItem {
    line-height: 1
}

.com4__listItem + .com4__listItem {
    margin-top: 24px
}

.com4__listLink {
    font-size: 14px;
    color: grey;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    -webkit-transition: padding .3s ease-in;
    transition: padding .3s ease-in;
    cursor: pointer;
    line-height: 24px
}

.com4__listLink.active {
    font-weight: 700;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 20px;
    padding-left: 24px;
    pointer-events: none
}

.com4__listLink:hover,
.com4__accordionHeader:hover {
    color: #073325;
    text-decoration: underline;
}

.com4__listLinkIcon {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: -20px;
    background: #073325;
    -webkit-transition: left .3s ease-in;
    transition: left .3s ease-in;
    width: 14px;
    height: 14px;
    display: inline-block;
    mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDM4LjYgMjc4LjZjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNsLTE2MC0xNjBjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zTDMzOC44IDIyNCAzMiAyMjRjLTE3LjcgMC0zMiAxNC4zLTMyIDMyczE0LjMgMzIgMzIgMzJsMzA2LjcgMEwyMzMuNCAzOTMuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMGwxNjAtMTYweiIvPjwvc3ZnPg==') no-repeat center/cover;
}

.com4__listLink.active .com4__listLinkIcon {
    left: 0
}

@media (min-width: 1280px) {
    .com4__container {
        float: left;
        width: 70%
    }
}

.com4__containerInner {
    overflow: hidden;
    display: none
}

.com4__containerInner.active {
    display: block
}

.com4__accordionHeader {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    color: #4d4d4d;
    line-height: 20px;
    position: relative;
    padding: 20px 48px 20px 56px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff
}

.com4__accordionHeader:before {
    content: '';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    mask: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjMzLjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBsMTkyLTE5MmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMEwyNTYgMzM4LjcgODYuNiAxNjkuNGMtMTIuNS0xMi41LTMyLjgtMTIuNS00NS4zIDBzLTEyLjUgMzIuOCAwIDQ1LjNsMTkyIDE5MnoiLz48L3N2Zz4=') no-repeat center/contain;
    background: currentColor;
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
}

.com4__accordionHeader[aria-expanded=true] {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.com4__accordionHeader[aria-expanded=true]:before {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

@media (max-width: 1279px) {
    .com4-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .com4__accordionHeader {
        font-size: 16px;
    }
}

@media (min-width: 1280px) {
    .com4__accordionHeader {
        display: none
    }
}

.com4__accordionIcon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 20px
}

.com4__containerGroup {
    margin-bottom: 0;
}

@media (min-width: 1280px) {
    .com4__containerGroup {
        margin-left: 0;
        margin-right: 0
    }
}

.com4__panel {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0 !important
}

.com4__accordionPanelCollapse {
    padding: 0 8px;
    transition: height 0.3s ease;
    overflow: hidden;
}

@media (min-width: 1280px) {
    .com4__accordionPanelCollapse {
        padding: 0
    }
}

.com4__accordionBody {
    padding: 32px 4.1666666667%;
}

@media (min-width: 768px) {
    .com4__accordionBody {
        padding: 40px 8.3333333333%
    }
}

@media (min-width: 1280px) {
    .com4__accordionBody {
        padding: 0 0 40px
    }
}

.com4__accordionBody h3 {
    font-size: 28px;
    color: #073325;
    letter-spacing: 1.1px;
    line-height: 32px;
    margin-top: 0;
    font-weight: 700;
}

.com4__accordionBody h4, .com4__accordionBody h5, .com4__accordionBody h6 {
    font-size: 16px;
    font-weight: 600;
}

.com4__accordionBody p {
    font-size: 12px;
    line-height: 18px;
    color: #4d4d4d;
    margin-bottom: 1em;
    margin-top: 0;
}

@media (min-width: 768px) {
    .com4__accordionBody p {
        font-size: 14px;
        line-height: 24px
    }
}

@media (min-width: 1280px) {
    .com4__accordionBody p {
        font-size: 16px;
        line-height: 26px
    }
}

.com4__accordionBody p a {
    font-weight: 600
}

.com4__accordionBody > * + * {
    margin-top: 16px
}

.com4__attachmentCover {
    margin-left: -4.1666666667%;
    margin-right: -4.1666666667%;
    *zoom: 1
}

.com4__attachmentCover:after, .com4__attachmentCover:before {
    content: " ";
    display: table
}

.com4__attachmentCover:after {
    clear: both
}

.com4__attachmentCover.slick-slider .slick-dots {
    bottom: -16px
}

@media (min-width: 768px) {
    .com4__attachmentCover {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .com4__attachmentCover {
        margin-left: -8px;
        margin-right: -8px
    }
}

@media (min-width: 1280px) {
    .com4__attachmentCover--fullWidth .com4__attachment {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px)
    }
}

.com4__attachment {
    width: 100%;
    float: left;
    position: relative;
    min-height: 88px;
    display: block
}

@media (min-width: 768px) {
    .com4__attachment {
        margin: 8px;
        -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
        background-color: rgba(255, 255, 255, .75);
        margin: 8px 0
    }
}

@media (min-width: 1280px) {
    .com4__attachment {
        width: -webkit-calc(50% - 16px);
        width: calc(50% - 16px);
        margin: 8px
    }
}

.com4__attachment:hover .com4__attachmentIco:before {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.com4__attachment:hover .com4__attachmentIco .icon, .com4__attachment:hover .com4__attachmentIco svg path {
    fill: #fff;
    color: #fff;
    position: relative;
    z-index: 1
}

.com4__attachment:hover .com4__attachmentText {
    text-decoration: underline
}

.com4__attachmentInner {
    height: 88px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .75);
    padding: 0 80px 0 24px;
    margin: 0 8px 32px 8px;
    position: relative;
    text-align: left
}

@media (min-width: 768px) {
    .com4__attachmentInner {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        margin: 0;
        padding: 0 80px 0 32px
    }
}

.com4__attachmentIco {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 12px 0;
    text-align: center;
    font-size: 16px;
    color: #073325;
    overflow: hidden
}

.com4__attachmentIco:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, right top, left top, from(#f48644), to(#073325));
    background-image: -webkit-linear-gradient(right, #f48644, #073325);
    background-image: linear-gradient(to left, #f48644, #073325);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.com4__attachmentIco svg {
    width: 1em;
    position: relative;
    z-index: 2;
    height: 1em;
    margin-left: 4px
}

.com4__attachmentIco svg path {
    fill: #073325
}


/*Com 11 Module*/
.com11 {
    text-align: left;
    font-family: "Open Sans";
    background: #fff;
}

.com11 .container.row > .row {
    margin-left: 0;
    margin-right: 0
}

.com11__container {
    background-color: #f5f5f5;
    width: 100%;
    font-size: 0
}

@media (min-width: 768px) {
    .com11__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.com11__imageWrapper {
    width: 100%;
    max-height: 225px;
    overflow: hidden
}

@media (min-width: 768px) {
    .com11__imageWrapper {
        overflow: visible;
        max-height: auto;
        overflow: hidden;
        width: 145px;
        margin-left: 8px
    }
}

@media (min-width: 1280px) {
    .com11__imageWrapper {
        width: 244px;
        margin-left: 0
    }
}

.com11__image {
    display: block;
    width: 100%
}

@media (min-width: 768px) {
    .com11__image {
        width: 150%;
        margin-left: -25%
    }
}

@media (min-width: 1280px) {
    .com11__image {
        width: 100%;
        margin-left: 0
    }
}

.com11__wrapper {
    padding: 24px;
    font-size: 0;
    position: relative
}

@media (min-width: 768px) {
    .com11__wrapper {
        padding-left: 39px;
        padding-right: 31px;
        width: -webkit-calc(100% - 145px);
        width: calc(100% - 145px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1280px) {
    .com11__wrapper {
        padding-left: 68px;
        padding-right: 52px;
        width: -webkit-calc(100% - 244px);
        width: calc(100% - 244px)
    }
}

.com11__textCover {
    width: 100%
}

@media (min-width: 768px) {
    .com11__textCover {
        padding: 0 25px 0 0
    }
}

@media (min-width: 1280px) {
    .com11__textCover {
        max-width: 453px
    }
}

.com11__buttonCover {
    height: 40px;
    margin-top: 16px
}

@media (min-width: 1280px) {
    .com11__buttonCover {
        margin: auto 0
    }
}

.com11__buttonCover .btn-sm {
    height: 40px;
    height: 4rem;
    width: 100%;
    background-color: #073325;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
    line-height: 4rem
}

.com11__title {
    font-size: 14px;
    font-weight: 600;
    color: #4d4d4d;
    margin: 0 0 16px
}

@media (min-width: 768px) {
    .com11__title {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .com11__title {
        font-size: 18px;
    }
}

.com11__description {
    font-size: 13px;
    color: #4d4d4d;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .com11__description {
        font-size: 14px;
    }
}

.text-center {
}

.consent-text {
    justify-content: start;
    align-items: center;
    cursor: pointer;
}

.consent-text input {
    min-width: 1px;
}

.consent-text a {
    text-decoration: underline;
}