.hero_section__wrapper {
    padding: 90px 0 0;
    background: #6546A8;
    position: relative;
}

.hero_section__container {
    width: 100%;
    max-width: 1102px;
    padding: 0 15px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.hero_section__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.hero_section__left {
    width: 44%;
    padding: 0 15px;
}

.hero_section__right {
    width: 56%;
    padding: 0 15px;
    align-self: flex-end;
}

.hero_section__image {
    position: relative;
    right: -26px;
    margin-top: 47px;
}

.hero_section__logo {
    margin-bottom: 36px;
}

.hero_section__logo img {
    margin-left: 0;
}

.hero_section__content {
    padding-top: 28px;
    padding-bottom: 30px;
}

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

.hero_section__title span {
    color: #fff;
}

.hero_section__decor_before {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero_section__decor_before img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 0.5;
}

.hero_section__decor_after {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.hero_section__decor_after img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 0.5;
}

@media (max-width: 1200px) {
    .hero_section__decor_after {
        display: none;
    }
    .hero_section__image {
        right: auto;
    }
}

@media (max-width: 1100px) {
    .hero_section__right,
    .hero_section__left {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .hero_section__right,
    .hero_section__left {
        width: 100%;
    }

    .hero_section__image {
        margin-top: 0;
    }

    .hero_section__logo img {
        margin: auto;
    }
    
    .hero_section__title {
        text-align: center;
    }
    
    .hero_section__title br {
        display: none;
    }

    .hero_section__title {
        font-size: 40px;
        line-height: 47px;
    }
}
/* content_section */
.content_section #share {
    margin: 69px 0 0;
}

.content_section #share .jssocials-shares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content_section #share .jssocials-share {
    margin-right: 18px;
}

.content_section #share .jssocials-share:last-child {
    margin-right: 0;
}

.content_section #share .jssocials-share a {
    display: block;
}

.content_section {
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
}

.content_section__container {
    overflow: visible;
    width: 1320px;
    max-width: 100%;
    padding: 0 15px;
    margin: auto;
}

.content_section__row {
    display: flex;
    margin: 0 -15px;
}


.content_section__navigation {
    width: calc(50% - (805px / 2));
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.content__container {
    width: 805px;
    padding: 0 15px;
    max-width: 100%;
}

.content_section__navigation_wrapper {
    position: sticky;
    top: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.content_section__navigation_wrapper li {
    margin-bottom: 26px;
}

.content_section__navigation_wrapper li.sub_item {
    margin-left: 15px;
    margin-top: -10px;
}


.content_section__navigation_wrapper a {
    position: relative;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #929BA7;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    text-decoration: none !important;
}

.content_section__navigation_wrapper a:before {
    content: '';
    left: 0;
    top: 5px;
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #BBF0FF;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.content_section__navigation_wrapper a.active {
    padding-left: 22px;
    color: #112031;
}

.content_section__navigation_wrapper a.active:before {
    opacity: 1;
}

.content_section__navigation_wrapper {

}

.content_section .html_content .wp-block-image {
    margin: 48px 0 48px;
}

.content_section .html_content .wp-block-quote {
    padding-top: 53px;
    border-left: none;
    margin: 87px 0 89px 0;
    padding-left: 0;
    text-align: center;
    position: relative;
}

.content_section .html_content .wp-block-quote:before {
    content: '';
    display: block;
    position: absolute;
    width: 36px;
    height: 30px;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    background-image: url("../img/quote.svg");
}

.content_section .html_content .wp-block-quote p {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #112031;
    margin: 0;
    letter-spacing: normal;
}

.content_section .html_content .wp-block-quote cite {
    display: inline-block;
    margin-top: 14px;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #112031;
    letter-spacing: normal;
}


.content_section .html_content h2,
.content_section .html_content h3,
.content_section .html_content h4,
.content_section .html_content h5 {
    letter-spacing: normal;
}

.content_section .html_content h2:first-child {
    margin-bottom: 12px;
}

.content_section .html_content h2:first-child,
.content_section .html_content h3:first-child,
.content_section .html_content h4:first-child,
.content_section .html_content h5:first-child {
    margin-top: 0;
}

.content_section .html_content h2 + h3,
.content_section .html_content h2 + h4 {
    margin-top: 12px;
}

.content_section .html_content h2 {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    margin-top: 70px;
}

.content_section .html_content h3 {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 42px;
}

.content_section .html_content h4 {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.content_section .html_content p {
    margin-bottom: 15px;
}


@media (max-width: 1200px) {
    .content_section__navigation {
        display: none;
    }

    .content_section__row {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .content__container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

