.pb-0 {
    padding-bottom: 0;
}

.bg-primary-blue {
    background-color: #6698C6;
    color: #fff;
}

.bg-primary-blue .title_main {
    color: inherit;
}

.nowrap {
    white-space: nowrap;
}

.yellow-btn {
    background-color: #E8B221 !important;
    color: var(--primary-black) !important;

    border-radius: 4px;
}

.yellow-btn::after {
    background-color: var(--primary-black);
}

.cases-slider__item--img-wrapper {
    overflow: hidden;
    border-radius: 0 0 32px 0;
}

.cases-slider__item:hover .cases-slider__item--img {
    transform: scale(1.1);
    transition: var(--transition);
}

.glide__slide:hover .cases-slider__item--img {
    transform: scale(1.1);
    transition: var(--transition);
}

.row.row_pad8 .wpcf7-response-output {
    display: none;
}

.row.row_pad8 .col-md-6 .wpcf7-response-output {
    display: block;
}

.table-section__description a {
    color: var(--primary-black);
    text-decoration: underline;
}

.main-header .yourir-change .yourir-negative {
    color: #fff;
}

.inv_results__item.inv_cols__item {
    border-left: none;
    flex-direction: row;
    margin-top: 0;
}

.benefits-our-story {
    margin-top: 80px;
}

.gov-list__item {
    font-weight: 500;
}

.footnote--bottom {
    margin-bottom: 80px;
}

.carousel-divider {
    border-bottom: 1px solid #b04224;
    width: 100%;
    margin-bottom: 15px;
}

.js-hide-doc {
    display: none;
}

.years-select {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}

.years-select label {
    font-weight: 400;
}

.years-select select {
    cursor: pointer;
    font-size: 16px;
    background-color: transparent;
    margin-top: 4px;
    padding: 11px 16px;
    border: 1px solid #ccc;
    font-family: 'Gotham';
    line-height: normal;
    min-width: 200px;
    color: #302E2C;
    background: transparent url('../images/ww-img/angle-down.svg') no-repeat calc(100% - 15px) 50% / auto auto !important;
    -webkit-appearance: none;
    appearance: none;
}

.media-section {
    margin-top: 24px;
}

.media-section .inv_cols__item {
    min-height: unset;
    padding: 16px;
}

.media-section .inv_cols__item a:hover {
    color: var(--primary-yellow);
}

.media_item {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

/* 5 елементів в рядок */
.tiles-5-per-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.tiles-5-item {
    flex: 0 0 calc(20% - 24px);
    max-width: calc(20% - 24px);
}

@media (max-width: 1200px) {
    .tiles-5-item {
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
}

@media (max-width: 768px) {
    .tiles-5-item {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 480px) {
    .tiles-5-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.col {
    display: flex;
    flex-direction: column;
}

.col-reverse {
    flex-direction: column-reverse;
}

.gap_48 {
    gap: 48px;
}

/* Disclaimer Popup для Magnific Popup */
.disclaimer-popup-content {
    background: #fff;
    padding: 40px;
    max-width: 932px;
    margin: 40px auto;
    position: relative;
    max-height: 600px;
    display: flex;
    flex-direction: column;
}

.disclaimer-popup__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: scroll;
}

.disclaimer-popup__text::-webkit-scrollbar {
    width: 6px;
}

.disclaimer-popup__text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.disclaimer-popup__text::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.disclaimer-popup__text::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.disclaimer-popup__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 32px;
}

.disclaimer-popup__actions .btn::after {
    content: none;
    mask: none;
}

.disclaimer-popup__actions .btn-accept {
    background-color: #E8B221;
    color: #302E2C;
    border-radius: 4px;
}

.disclaimer-popup__actions .mfp-close {
    position: unset;
    width: 93px;
    height: 44px;
    font-size: 16px;
    color: #302E2C;
    background: #E8B221;
    opacity: 1;
    font-weight: 500;
    border-radius: 4px;
    font-family: "Gotham";
}

.disclaimer-popup__actions .btn-accept:hover {
    background-color: #c99819;
}

.disclaimer-popup__actions .btn-decline {
    background-color: #E8B221;
    color: #302E2C;
}

.disclaimer-popup__actions .btn-decline:hover {
    background-color: #c99819;
}

@media (max-width: 768px) {
    .disclaimer-popup-content {
        padding: 32px 20px;
    }

    .disclaimer-popup__actions {
        flex-direction: column;
    }

    .disclaimer-popup__actions .btn {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

.page-template-graduate-program .great-at-card-1 {
    min-height: unset;
}

.page-template-vacation-program .subtitle {
    line-height: 1.35;
}

.page-template-vacation-program .great-at-card-1 {
    min-height: unset;
}

.page-template-vacation-program_block-title {
    margin-bottom: 24px;
    font-size: 36px;
}

.page-template-vacation-program_block-subtitle {
    font-size: 20px;
    margin-bottom: 24px;
}

.hero-assets__line__box .btn.hero-assets__line--a {
    background-color: var(--primary-yellow);
    color: #302e2c;
    border-radius: 4px;
}

.hero-assets__line__box .hero-assets--h5 {
    max-width: 180px;
}

.search-form {
    position: relative;

}

.category-news .search-form {
    min-width: 250px;
    margin-bottom: -13px;
}

.category-news .search-form .search-field,
.search-form .search-field::placeholder {
    font-size: 16px;
}

.category-news .search-form .search-submit svg {
    width: 16px;
    height: 16px;
}

.cases-slider__item--noimg {
    background-color: #ebe9f0;
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 0 0 32px 0;
}

.page-template-case-studies .filter_block select {
    color: #fff;
}

.key-facts__item--link.operation__tel,
.key-facts__item--link.operation__facebook {
    display: flex;
}

.key-facts__item--link.operation__tel {
    margin-bottom: 8px;
}

.assets__tabs__tab a {
    color: var(--primary-black);
    text-decoration: underline;
}

.assets__tabs__tab a.btn {
    color: var(--Primary-White, #fff);
    text-decoration: none;
}

.assets__tabs__tab .btn_st {
    text-decoration: none;
}

.operation__tel,
.operation__fax,
.operation__mail,
.operation__facebook,
.operation__community-enquires,
.operation__link {
    color: var(--primary-black);
    word-break: break-all;
}

.operation__tel::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'><path d='M3.62 7.79C5.06 10.62 7.38 12.93 10.21 14.38L12.41 12.18C12.68 11.91 13.08 11.82 13.43 11.94C14.55 12.31 15.76 12.51 17 12.51C17.55 12.51 18 12.96 18 13.51V17C18 17.55 17.55 18 17 18C7.61 18 0 10.39 0 1C0 0.45 0.45 0 1 0H4.5C5.05 0 5.5 0.45 5.5 1C5.5 2.25 5.7 3.45 6.07 4.57C6.18 4.92 6.1 5.31 5.82 5.59L3.62 7.79Z' fill='%23302E2C'/></svg>") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
}

.operation__fax::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 17px;
    background: url("data:image/svg+xml;utf8,<svg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17 5H16V0H6V14.5V16H20V8C20 6.34 18.66 5 17 5ZM8 2H14V5H8V2ZM12 13H8V8H12V13ZM14 13C13.45 13 13 12.55 13 12C13 11.45 13.45 11 14 11C14.55 11 15 11.45 15 12C15 12.55 14.55 13 14 13ZM14 10C13.45 10 13 9.55 13 9C13 8.45 13.45 8 14 8C14.55 8 15 8.45 15 9C15 9.55 14.55 10 14 10ZM17 13C16.45 13 16 12.55 16 12C16 11.45 16.45 11 17 11C17.55 11 18 11.45 18 12C18 12.55 17.55 13 17 13ZM17 10C16.45 10 16 9.55 16 9C16 8.45 16.45 8 17 8C17.55 8 18 8.45 18 9C18 9.55 17.55 10 17 10Z' fill='%23302E2C'/><path d='M2.5 4C1.12 4 0 5.12 0 6.5V14.5C0 15.88 1.12 17 2.5 17C3.88 17 5 15.88 5 14.5V6.5C5 5.12 3.88 4 2.5 4Z' fill='%23302E2C'/></svg>") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
}

.operation__mail::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'><path d='M18 0H2C0.9 0 0.01 0.9 0.01 2L0 14C0 15.1 0.9 16 2 16H18C19.1 16 20 15.1 20 14V2C20 0.9 19.1 0 18 0ZM18 4L10 9L2 4V2L10 7L18 2V4Z' fill='%23302E2C'/></svg>") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
}

.operation__facebook::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M20 10C20 4.48 15.52 0 10 0C4.48 0 0 4.48 0 10C0 14.84 3.44 18.87 8 19.8V13H6V10H8V7.5C8 5.57 9.57 4 11.5 4H14V7H12C11.45 7 11 7.45 11 8V10H14V13H11V19.95C16.05 19.45 20 15.19 20 10Z' fill='%23302E2C'/></svg>") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
}

.operation__community-enquires::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><mask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'><rect width='24' height='24' fill='%23D9D9D9'/></mask><g mask='url(%23mask0)'><path d='M16 11V9H18V11H16ZM16 7V2H18V7H16ZM19.95 21C17.8667 21 15.8083 20.5458 13.775 19.6375C11.7417 18.7292 9.89167 17.4417 8.225 15.775C6.55833 14.1083 5.27083 12.2583 4.3625 10.225C3.45417 8.19167 3 6.13333 3 4.05C3 3.75 3.1 3.5 3.3 3.3C3.5 3.1 3.75 3 4.05 3H8.1C8.33333 3 8.54167 3.07917 8.725 3.2375C8.90833 3.39583 9.01667 3.58333 9.05 3.8L9.7 7.3C9.73333 7.56667 9.725 7.79167 9.675 7.975C9.625 8.15833 9.53333 8.31667 9.4 8.45L6.975 10.9C7.30833 11.5167 7.70417 12.1125 8.1625 12.6875C8.62083 13.2625 9.125 13.8167 9.675 14.35C10.1917 14.8667 10.7333 15.3458 11.3 15.7875C11.8667 16.2292 12.4667 16.6333 13.1 17L15.45 14.65C15.6 14.5 15.7958 14.3875 16.0375 14.3125C16.2792 14.2375 16.5167 14.2167 16.75 14.25L20.2 14.95C20.4333 15.0167 20.625 15.1375 20.775 15.3125C20.925 15.4875 21 15.6833 21 15.9V19.95C21 20.25 20.9 20.5 20.7 20.7C20.5 20.9 20.25 21 19.95 21Z' fill='%231C1B1F'/></g></svg>") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
}

.operation__link::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10 20C8.61667 20 7.31667 19.7375 6.1 19.2125C4.88333 18.6875 3.825 17.975 2.925 17.075C2.025 16.175 1.3125 15.1167 0.7875 13.9C0.2625 12.6833 0 11.3833 0 10C0 8.61667 0.2625 7.31667 0.7875 6.1C1.3125 4.88333 2.025 3.825 2.925 2.925C3.825 2.025 4.88333 1.3125 6.1 0.7875C7.31667 0.2625 8.61667 0 10 0C11.3833 0 12.6833 0.2625 13.9 0.7875C15.1167 1.3125 16.175 2.025 17.075 2.925C17.975 3.825 18.6875 4.88333 19.2125 6.1C19.7375 7.31667 20 8.61667 20 10C20 11.3833 19.7375 12.6833 19.2125 13.9C18.6875 15.1167 17.975 16.175 17.075 17.075C16.175 17.975 15.1167 18.6875 13.9 19.2125C12.6833 19.7375 11.3833 20 10 20ZM10 18C12.2333 18 14.125 17.225 15.675 15.675C17.225 14.125 18 12.2333 18 10C18 9.88333 17.9958 9.7625 17.9875 9.6375C17.9792 9.5125 17.975 9.40833 17.975 9.325C17.8917 9.80833 17.6667 10.2083 17.3 10.525C16.9333 10.8417 16.5 11 16 11H14C13.45 11 12.9792 10.8042 12.5875 10.4125C12.1958 10.0208 12 9.55 12 9V8H8V6C8 5.45 8.19583 4.97917 8.5875 4.5875C8.97917 4.19583 9.45 4 10 4H11C11 3.61667 11.1042 3.27917 11.3125 2.9875C11.5208 2.69583 11.775 2.45833 12.075 2.275C11.7417 2.19167 11.4042 2.125 11.0625 2.075C10.7208 2.025 10.3667 2 10 2C7.76667 2 5.875 2.775 4.325 4.325C2.775 5.875 2 7.76667 2 10H7C8.1 10 9.04167 10.3917 9.825 11.175C10.6083 11.9583 11 12.9 11 14V15H8V17.75C8.33333 17.8333 8.6625 17.8958 8.9875 17.9375C9.3125 17.9792 9.65 18 10 18Z' fill='%23302E2C'/></svg>") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
}


.hero-assets__line__box .btn.hero-assets__line--a:after {
    content: "";
    mask: url(../images/icons/alex/btn-arrow.svg) no-repeat center;
    -wevkit-mask: url(../images/icons/alex/btn-arrow.svg) no-repeat center;
    display: block;
    width: 24px;
    height: 24px;
    transition: var(--transition);
    background-color: #302e2c;
}

.hero-assets__line__group {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 40px;
}

@media (max-width: 768px) {
    .page-template-resources .hero-assets__line__box {
        flex-direction: row;
    }

    .hero-assets__line__group {
        flex-direction: column;
        gap: 0px;
    }
}

.hero-assets__links {
    display: flex;
    gap: 16px;
}

.faq__box.divider {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    height: 58px;
}

.divider--line {
    height: 1px;
    width: 100%;
    background-color: #CCCCCC;
}

.contact-block-section {
    background: #FBF7F3;
}


.contact-block {
    padding: 80px 0;
    gap: 32px;
    flex-wrap: nowrap;
}

.contact-block--ir {
    padding: 0 0 80px 0;
}

.contact-block--ir .contact-block {
    padding: 0;
}

.contact-block .contact-block_text {
    color: var(--primary-black);
    font-size: 16px;
    display: flex;
    flex-direction: column;
    max-height: 250px;
    flex-wrap: wrap;
}

.contact-block .contact-block_text a {
    color: var(--primary-black);
    text-decoration: underline;
    margin-bottom: 8px;
}

.contact-block .contact-block_text p:nth-child(4) {
    margin-bottom: 16px;
}

.contact-block .contact-block_text p {
    margin: 0;
}

.contact-block .col-md-12 {
    border-left: 4px solid var(--primary-yellow);
    background-color: #ffffff;
    padding: 24px 32px;
}

.contact-block .faq--h2 {
    color: var(--primary-black);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.72px;
}

@media (max-width: 768px) {
    .contact-block {
        flex-direction: column;
    }

    .contact-block.row {
        display: flex;
    }

    .contact-block .contact-block_text {
        max-height: unset;
    }
}

.governance__banner {
    margin-bottom: 80px;
}

.careers-intro_text {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #302e2c;
    padding-left: 32px;
    border-left: 4px solid #dca91f;
}

.sustainability-panel .item {
    display: none;
    padding: 24px;
    margin-bottom: 12px;
    background: #ffffff;
    border-radius: 0 0 32px 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    border-left: 4px solid transparent;
}

.sustainability-panel .item.active {
    display: block;
    border-left-color: #743929;
    background: #fbf7f3;
    /*max-width: 343px;*/
    max-height: 156px;
}

.sustainability-panel .item h3 {
    margin: 0 0 16px 0;
    background: #743929;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #ffffff;
}

.sustainability-panel .item h3 svg {
    transform: translateX(2px);
}

.sustainability-panel .item .text {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #302e2c;
}

.careers-intro {
    padding-bottom: 0px;
}

.assets-grid--text.intro-p {
    margin-bottom: 80px;
}


.page-template-case-studies .quick_links_panel select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    padding: 10px 40px 10px 15px;
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #302e2c;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    cursor: pointer;
    min-width: 200px;
    transition: all 0.3s ease;
    position: relative;
    color: #fff;
}

/* Стилі для опцій */
.page-template-case-studies.quick_links_panel select option {
    padding: 10px;
    font-size: 16px;
    background: white;
    color: #302e2c;
}

.people-careers.tabs-nav__wrap {
    border: none;
    background: transparent;
    padding: 0;
}

.people-careers.tabs-nav__nav {
    border-top: 3px solid transparent;
    background: transparent;
}

.people-careers.tabs-nav__nav.active {
    background: var(--Primary-White, #fff);
    border-top: 3px solid #dca91f;
}

.people-careers.tabs-content .tab-content {
    background: var(--Primary-White, #fff);
    padding: 40px;
    display: none;
}

.people-careers.tabs-content .tab-content.active {
    display: block;
}

.people-careers .col-sm-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
}

.people-careers .infographic-wrapper {
    display: flex;
    width: 100%;
}

.people-careers .infographic-item:last-child {
    border-radius: 0 0 32px 0;
}

.people-careers .infographic-item {
    padding: 64px 12px 130px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    color: #fff;
    gap: 10px;
    text-align: center;
}

.people-careers .infographic-item p {
    margin: 0;
}

.people-careers .compliance {
    padding: 0;
}

.people-careers .compliance__item__head {
    cursor: pointer;
}

.people-careers .compliance__item.active .compliance__item__body {
    height: auto;
}

.people-careers h3,
.accordion-main-title {
    margin-bottom: 10px;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;

    letter-spacing: -0.02em;
}

.people-careers .accordion-footer-content {
    display: flex;
    width: 100%;
    justify-content: center;
}

/* Утиліти видимості */
.show-desktop {
    display: none !important;
}

.show-mobile {
    display: block !important;
}

@media (min-width: 1025px) {
    .show-desktop {
        display: block !important;
    }

    .show-mobile {
        display: none !important;
    }
}

/* Стилі для мобільного акордеона табів */
.tabs-accordion .accordion-tab-item {
    border-left: 3px solid rgba(220, 169, 31, 0.25);
    background: #fff;
    margin-bottom: 2px;
    border-bottom: 2px solid #FBF7F3;
}

.tabs-accordion .accordion-tab-item.active {
    border-left: 3px solid #dca91f;
}

.tabs-accordion .accordion-tab-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tabs-accordion .accordion-tab-head svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.tabs-accordion .accordion-tab-item.active .accordion-tab-head svg {
    transform: rotate(180deg);
}

.tabs-accordion .accordion-tab-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.tabs-accordion .accordion-tab-item.active .accordion-tab-body {
    max-height: 5000px;
}

.tabs-accordion .accordion-tab-content {
    padding: 0 16px 24px 16px;
}

.tabs-accordion .accordion-tab-content .row {
    background: var(--Primary-White, #fff);
}


.footnote-block_title {
    font-size: 24px;
}

.footnote-block_image {
    aspect-ratio: 1140 / 730;
    width: 100%;
    padding: 40px 0;
}

.footnote-block_image img {
    aspect-ratio: 1140 / 730;
    width: 100%;
}

.sustainability_highlights .hightlights__item {
    border-color: var(--secondary-teal);
    color: var(--secondary-teal);
}

.sustainability_highlights .hightlights__item p {
    margin: 0;
}

.sustainability_highlights .hightlights__item .hightlights__item-subtitle p {
    margin: 0;
    line-height: 1.4;
}

.sustainability_highlights .hightlights__item .hightlights__item-title p {
    margin: 0;
    line-height: 1;
}



.sustainability_highlights .hightlights__item .hightlights__item-text,
.hightlights__item-title {
    color: var(--secondary-teal);
}

.sustainability_highlights .hightlights__item .hightlights__item-title {
    margin: 24px 0 4px 0
}

.sustainability_highlights .hightlights__item-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;

    color: #302E2C;
}

@media (max-width: 768px) {
    .people-careers.tabs-nav__nav.active {
        border-left: 3px solid #dca91f;
        border-top: none;
    }

    .people-careers.tabs-nav__nav {
        border-left: 3px solid rgba(220, 169, 31, 0.25);
    }

    .people-careers.tabs-nav__wrap {
        border: none;
        background: transparent;
        padding: 0;
        flex-direction: column;
        height: auto;
        gap: 2px;
    }

    .people-careers.tabs-content {
        padding: 0;
    }

    .people-careers.tabs-content .tab-content:first-child {
        padding: 30px 0px;
    }

    .people-careers.row {
        justify-content: center;
    }

    .accordion-header-content {
        padding: 0 16px 24px 16px;
    }

    .people-careers .compliance {
        padding: 0 16px 24px 16px;
    }
}
