.hero_section__wrapper {
    background-color: #112031;
    margin-bottom: 36px;
}

.hero_section__container {
    position: relative;
    width: 100%;
    padding: 0 15px;
    max-width: 1240px;
    margin: auto;
}

.hero_section__decor {
    display: block;
    position: absolute;
}

.hero_section__decor svg {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero_section__decor.left {
    left: 55px;
    top: 46%;
}

.hero_section__decor.right {
    right: 42px;
    top: 36%;
}

.hero_section__decor.bottom {
    right: 8%;
    bottom: -32px;
    max-width: 95px;
}

.hero_section__decor.background {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.hero_section__decor img {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero_section__header {
    padding: 98px 15px 31px;
    max-width: 756px;
    margin: auto;
    position: relative;
    z-index: 2;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero_section__title {
    color: #fff;
    text-align: center;
    font-family: 'Aeonik';
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 77px;
    margin-bottom: 0;
}

.hero_section__subtitle {
    margin-top: 12px;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.46;
    text-align: center;
    color: #fff;
    letter-spacing: -.24px;
}

.hero_section__buttons {
    margin-top: 42px;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.hero_section__button {
    padding: 0 10px;
    margin-bottom: 15px;
}

.hero_section__button a {
    font-size: 18px;
    min-width: 185px;
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (max-width: 991px) {
    .hero_section__decor.left,
    .hero_section__decor.right {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero_section__title {
        font-size: 48px;
        line-height: 56px;
    }

    .hero_section__subtitle {
        font-size: 18px;
        line-height: 29px;
    }
    
    .hero_section__subtitle br {
        display: none;
    }

    .hero_section__decor {
        display: none;
    }

    .hero_section__header {
        min-height: auto;
    }

    .hero_section__button,
    .hero_section__button a {
        width: 100%;
        display: block;
    }
}

/* Description */
.description {
    margin: 87px 0 140px;
}

.description__container {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 0 15px;
}

.description__header {
    margin-bottom: 13px;
    text-align: center;
}

.description__title {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    margin: 0;
}

.description__title span {
    color: #6C4EAB;
    font-family: 'Aeonik';
}

.description__content {
    text-align: center;
}

.description__icons {
    margin-top: 62px;
    margin-bottom: 50px;
}

.description__icons_title {
    color: #112031;
    text-align: center;
    font-family: 'Aeonik';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

.description__icons_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.description_icon {
    width: 192px;
    padding: 0 15px;
    position: relative;
}

.description_icon__bg {
    position: absolute;
    width: 162px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    left: 0;
    right: 0;
    margin: auto;
}

.description_icon__wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    text-decoration: none !important;
}

.description_icon__wrapper.disable {
    pointer-events: none;
}

.description_icon__wrapper span {
    display: block;
    text-decoration: none !important;
}

.description_icon__icon_svg {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 46px auto 14px;
}

.description_icon__title {
    color: #112031;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
/* End Description */


.page-template-support_page_rebrand_2024 .global_cards_section .global_cards__container {
    max-width: 1206px;
}

.page-template-support_page_rebrand_2024 .global_card_item__wrapper {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 31px;
}

.page-template-support_page_rebrand_2024 .global_card_item__title {
    font-size: 18px;
    margin-bottom: 6px;
}

.page-template-support_page_rebrand_2024 .accordion_section .container {
    width: 100%;
    max-width: 1204px;
}

.page-template-support_page_rebrand_2024 .accordion__header {
    margin-bottom: 57px;
}

.page-template-support_page_rebrand_2024 .accordion_item {
    margin-bottom: 40px;
    padding-bottom: 35px;
}

.page-template-support_page_rebrand_2024 .accordion_item__answer {
    padding-right: 0;
    margin-top: 10px;
}