.svg_arrow_bottom {
    width: 17.394px;
    height: 9.696px;
}
.svg_arrow_cursor {
    width: 57.936px;
    height: 38.897px;
}
.svg_arrow_expertise {
    width: 56.522px;
    height: 37.482px;
}
.svg_arrow_left {
    width: 9.696px;
    height: 17.394px;
}
.svg_arrow_prev {
    width: 21.223px;
    height: 14.449px;
}
.svg_arrow_right {
    width: 9.696px;
    height: 17.394px;
}
.svg_arrow_trigger {
    width: 56.522px;
    height: 37.482px;
}
.svg_close {
    width: 16.414px;
    height: 16.414px;
}
.svg_play {
    width: 61.115px;
    height: 71.89px;
}
.svg_search_icon {
    width: 14.651px;
    height: 14.651px;
}
.svg_soc_in {
    width: 50px;
    height: 49.998px;
}
.svg_soc_x {
    width: 50px;
    height: 50px;
}
@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url(../fonts/NeueHaasDisplay-Mediu.eot);
    src: local("../fonts/NeueHaasDisplay-Mediu"), url(../fonts/NeueHaasDisplay-Mediu.eot?#iefix) format("embedded-opentype"), url(../fonts/NeueHaasDisplay-Mediu.woff2) format("woff2"), url(../fonts/NeueHaasDisplay-Mediu.woff) format("woff"),
        url(../fonts/NeueHaasDisplay-Mediu.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Neue Haas Grotesk Display Pro";
    src: url(../fonts/NeueHaasDisplay-Roman.eot);
    src: local("../fonts/NeueHaasDisplay-Roman"), url(../fonts/NeueHaasDisplay-Roman.eot?#iefix) format("embedded-opentype"), url(../fonts/NeueHaasDisplay-Roman.woff2) format("woff2"), url(../fonts/NeueHaasDisplay-Roman.woff) format("woff"),
        url(../fonts/NeueHaasDisplay-Roman.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a,
button,
input,
select,
textarea {
    outline: 0;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    appearance: none;
}
ul {
    list-style-type: none;
}
:root {
    --scale-inner: 0.834;
}
@media screen and (max-width: 767px) {
    :root {
        --scale-inner: 1;
    }
}
body {
    background-color: #fff;
    color: #575756;
    font: 22px "Neue Haas Grotesk Display Pro", sans-serif;
}
body.no_scroll{
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    body.no_scroll{
        overflow:auto;
    }
}

.container {
    padding: 0 3.125%;
}
@media screen and (max-width: 767px) {
    .container {
        padding: 0 32px;
    }
}
.container_inner {
    padding: 0 5.55%;
}
@media screen and (max-width: 767px) {
    .container_inner {
        padding: 0;
    }
}
.container_left {
    padding-left: 8.33%;
}
@media screen and (max-width: 767px) {
    .container_left {
        padding-left: 32px;
    }
}
.container_right {
    padding-right: 8.33%;
}
@media screen and (max-width: 767px) {
    .container_right {
        padding-right: 32px;
    }
}
.bg_gray {
    background-color: #efefef;
}
.bg_gray .testimonials_about {
    background-color: #fff;
}
.bg_gray_dark {
    background-color: #333332;
}
.bg_gray_dark .focus_title {
    color: #fff;
}
.bg_gray_dark .focus_nav li {
    color: #dad1e3;
}
.bg_gray_dark .focus_nav li:before {
    background-color: #ebe7f4;
    opacity: 0.35;
}
.bg_gray_dark .focus_nav li:after {
    background-color: #dbd1e3;
}
.bg_gray_dark .focus_dots .swiper-pagination-bullet {
    border-color: #dbd1e3;
}
.bg_gray_dark .focus_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #dbd1e3;
}
.bg_gray_dark .focus_info .description_text {
    color: #fff;
}
.bg_gray_dark .focus_info_name {
    color: #dbd1e3;
}
.bg_gray_dark .our_expertise_name {
    color: #fff;
}
.bg_gray_dark .our_expertise_text {
    color: #fff;
}
.bg_gray_dark .our_expertise_more {
    color: #fff;
}
.bg_purple {
    background-color: #523178;
}
.bg_green {
    background-color: #22b4b3;
}
.mb {
    margin-bottom: 186px;
}
@media screen and (max-width: 1440px) {
    .mb {
        margin-bottom: 140px;
    }
}
@media screen and (max-width: 991px) {
    .mb {
        margin-bottom: 75px;
    }
}
.btn {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 194px;
    text-align: center;
    text-decoration: none;
    color: #523178;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 11px 24px;
    border-radius: 30px;
    border: 2px solid #523178;
    background: 0 0;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .btn {
        min-width: 154px;
        font-size: 14px;
        line-height: 22px;
        padding: 9px 24px;
    }
}
.btn:hover {
    background-color: rgba(82, 49, 120, 0.12);
}
.btn.hover_fill:hover {
    color: #fff;
    background-color: #523178;
}
.btn.hover_green:hover {
    color: #fff;
    background-color: #22b4b3;
    border-color: #523178;
}
.btn.transparent {
    border-color: #fff;
    color: #fff;
}
.btn.transparent.hover_fill:hover {
    border-color: #523178;
}
.btn.big {
    min-width: 267px;
    padding-top: 17px;
    padding-bottom: 17px;
    line-height: 22px;
}
@media screen and (max-width: 1440px) {
    .btn.big {
        min-width: 154px;
        padding-top: 9px;
        padding-bottom: 9px;
        line-height: 22px;
    }
}
.btn.small {
    min-width: 154px;
    padding-top: 6px;
    padding-bottom: 6px;
}
@media screen and (max-width: 1440px) {
    .btn.small {
        line-height: 21px;
    }
}
@media screen and (max-width: 767px) {
    .btn.small {
        line-height: 22px;
        padding-top: 9px;
        padding-bottom: 9px;
    }
}
.btn.gray {
    background-color: #efefef;
}
.btn.gray:hover {
    background-color: rgba(82, 49, 120, 0.12);
}
.btn.purple {
    background-color: #523178;
    color: #fff;
}
.btn.white {
    background-color: #fff;
    border-color: #fff;
    color: #523178;
}
.btn.white:hover {
    background-color: #523178;
    border-color: #523178;
    color: #fff;
}
.btn.white:hover svg {
    fill: #fff;
}
.btn svg {
    margin-right: 15px;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .btn svg {
        margin-right: 12px;
    }
}
.title_section {
    color: #523178;
    font-weight: 500;
    font-size: clamp(40px, 5.72vw, 110px);
    line-height: 109%;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 360px) {
    .title_section {
        font-size: 30px;
    }
}
.title_section.big {
    font-size: clamp(65px, 8.33vw, 160px);
    line-height: 81%;
}
@media screen and (max-width: 767px) {
    .title_section.big {
        line-height: 55px;
    }
}
@media screen and (max-width: 360px) {
    .title_section.big {
        font-size: 40px;
    }
}
.title_section.small {
    font-size: clamp(40px, 4.16vw, 80px);
    line-height: 112.5%;
}
@media screen and (max-width: 360px) {
    .title_section.small {
        font-size: 30px;
    }
}
.title_section.xs {
    font-size: clamp(40px, 3.125vw, 60px);
    line-height: 118%;
}
.title_section.white {
    color: #fff;
}
.title_section.light {
    color: #d9d1e3;
}
.title_block {
    color: #523178;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
}
@media screen and (max-width: 1440px) {
    .title_block {
        font-size: 24px;
        line-height: 28px;
    }
}
@media screen and (max-width: 767px) {
    .title_block {
        font-size: 22px;
        line-height: 29px;
    }
}
.description_text {
    color: #575756;
    font-size: 26px;
    line-height: 42px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .description_text {
        font-size: 20px;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px) {
    .description_text {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: normal;
    }
}
.description_text.white {
    color: #fff;
}
.description_text.white a {
    color: #fff;
}
.description_text.big {
    font-size: 32px;
}
@media screen and (max-width: 1440px) {
    .description_text.big {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .description_text.big {
        font-size: 16px;
    }
}
.description_text h3 {
    color: #523178;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
    .description_text h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .description_text h3 {
        font-size: 22px;
        line-height: 32px;
    }
}
.description_text h4 {
    color: #523178;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.01em;
    margin-bottom: 22px;
}
@media screen and (max-width: 1440px) {
    .description_text h4 {
        font-size: 20px;
        line-height: 27px;
    }
}
@media screen and (max-width: 767px) {
    .description_text h4 {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: normal;
    }
}
.description_text h5 {
    color: #575756;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
}
@media screen and (max-width: 1440px) {
    .description_text h5 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .description_text h5 {
        font-size: 22px;
        line-height: 32px;
    }
}
.description_text h6 {
    color: #523178;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
    .description_text h6 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .description_text h6 {
        font-size: 22px;
        line-height: 32px;
    }
}
.description_text h6:last-child {
    margin-bottom: 0;
}
.description_text p {
    margin-bottom: 32px;
}
@media screen and (max-width: 1440px) {
    .description_text p {
        margin-bottom: 24px;
    }
}
.description_text p:last-child {
    margin-bottom: 0;
}
.description_text p strong {
    color: #523178;
    font-weight: 500;
}
.description_text a {
    text-decoration: underline;
    color: #575756;
}
.description_text a:hover {
    text-decoration: none;
}
.description_text li {
    position: relative;
    color: #523178;
    padding-left: 22px;
}
.description_text li:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #523178;
}
@media screen and (max-width: 1440px) {
    .description_text li:before {
        top: 12px;
    }
}
@media screen and (max-width: 767px) {
    .description_text li:before {
        top: 8px;
    }
}
.text_big {
    color: #523178;
    font-size: clamp(27px, 3.125vw, 60px);
    line-height: 118%;
    letter-spacing: -0.01em;
}
.text_big.white {
    color: #fff;
}
.typical_text.white li,
.typical_text.white p {
    color: #fff;
}
.typical_text.white li::marker {
    color: #fff;
}
.typical_text.white strong {
    color: #fff;
}
.typical_text h1 {
    color: #523178;
    font-weight: 500;
    font-size: clamp(40px, 5.72vw, 110px);
    line-height: 109%;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
}
@media screen and (max-width: 360px) {
    .typical_text h1 {
        font-size: 30px;
    }
}
.typical_text h2 {
    color: #523178;
    font-weight: 500;
    font-size: clamp(40px, 4.16vw, 80px);
    line-height: 112.5%;
    letter-spacing: -0.01em;
    margin-bottom: 32px;
}
@media screen and (max-width: 360px) {
    .typical_text h2 {
        font-size: 30px;
    }
}
.typical_text h3 {
    color: #523178;
    font-weight: 500;
    font-size: clamp(30px, 3.125vw, 60px);
    line-height: 118%;
    letter-spacing: -0.01em;
    margin-bottom: 32px;
}
.typical_text li,
.typical_text p {
    color: #575756;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.01em;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}
@media screen and (max-width: 1440px) {
    .typical_text li,
    .typical_text p {
        font-size: 16px;
        line-height: 24px;
    }
}
.typical_text li a,
.typical_text p a {
    color: #575756;
    text-decoration: underline;
}
.typical_text li a:hover,
.typical_text p a:hover {
    text-decoration: none;
}
.typical_text li {
    margin-bottom: 5px;
}
.typical_text li:last-child {
    margin-bottom: 0;
}
.typical_text p,
.typical_text ul {
    margin-bottom: 20px;
}
.typical_text p:last-child,
.typical_text ul:last-child {
    margin-bottom: 0;
}
.typical_text ul {
    padding-left: 20px;
}
.typical_text ol {
    list-style-position: inside;
}
.typical_text ol li {
    padding-left: 0;
}
.typical_text ol li:before {
    display: none;
}
.typical_text li {
    list-style: disc;
    line-height: 26px;
}
.typical_text li::marker {
    color: #523178;
}
.typical_text strong {
    font-weight: 500;
    color: #523178;
}


.typical_text blockquote p::before {
    content: "“";
}

.typical_text blockquote p::after {
    content: "”";
}

.typical_text blockquote p {
    font-size: 24px;
    margin: 40px!important;
    color: #523178;
    font-style: italic;
    font-weight: bold;
}

@media screen and (min-width: 991px) {

    .typical_text blockquote p {
        font-size: 24px;
        margin: 40px 100px 50px 40px !important;
        color: #523178;
        font-style: italic;
        font-weight: bold;
    }
    
}
.preheader{
    background-color: #fff;
    color: #523178;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    border-bottom: 1px solid #523178;
}

.preheader .flex_center{
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    max-width: 130px;
}

.preheader .flex_center span{
    margin-right: 10px;
    font-size: 18px;
}

.dropdown_area{
    background-color: #fff;
    color: #523178;
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s;
    border-bottom: 1px solid #523178;
}

.dropdown_area.active{
    top: 30px;
    transition: all 0.3s;
}

.dropdown_area .dropdown{
    padding: 20px 0;
    width: 60%;
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
}

.dropdown_area .dropdown a{
    color: #523178;
    padding: 10px 0;
    width: 45%;
    margin-right: 5%;
    text-decoration: none;
}
.dropdown_area .dropdown a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .dropdown_area .dropdown{
        width: 100%;
    }
    
    
}
@media screen and (max-width: 767px) {
    .dropdown_area .dropdown a{
        width: 100%;
        margin-right: 0%;
    }    
}
@media screen and (min-width: 768px) {
    .dropdown_area .dropdown a:after{
        content: "";
        position:absolute;
        left:3%;
        margin-top: 13px;
        height:1px;
        width:93%;
        background-color:#523178;
        display:block;
    }    
}


.header {
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    z-index: 30;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.6s 1.2s;
}
.header.active,
.header.fixed,
.header.hovered {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header.active .header_logo_white,
.header.fixed .header_logo_white,
.header.hovered .header_logo_white {
    display: none;
}
.header.active .header_logo_purple,
.header.fixed .header_logo_purple,
.header.hovered .header_logo_purple {
    display: block;
}
.header.active .header_nav > ul > li > a,
.header.fixed .header_nav > ul > li > a,
.header.hovered .header_nav > ul > li > a {
    color: #575756;
}
@media screen and (max-width: 991px) {
    .header.active .header_nav > ul > li > a,
    .header.fixed .header_nav > ul > li > a,
    .header.hovered .header_nav > ul > li > a {
        color: #523178;
    }
}
.header.active .header_nav > ul > li > a span:after,
.header.fixed .header_nav > ul > li > a span:after,
.header.hovered .header_nav > ul > li > a span:after {
    background-color: #523178;
}
.header.active .header_toggle.active span,
.header.fixed .header_toggle.active span,
.header.hovered .header_toggle.active span {
    background: 0 0;
}
.header.active .header_toggle span,
.header.fixed .header_toggle span,
.header.hovered .header_toggle span {
    background: #523178;
}
.header.active .header_toggle span:after,
.header.active .header_toggle span:before,
.header.fixed .header_toggle span:after,
.header.fixed .header_toggle span:before,
.header.hovered .header_toggle span:after,
.header.hovered .header_toggle span:before {
    background: #523178;
}
.header.white {
    background-color: #fff;
}
.header.white .header_logo_white {
    display: none;
}
.header.white .header_logo_purple {
    display: block;
}
.header.white .header_nav > ul > li > a {
    color: #523178;
}
.header.white .header_nav > ul > li > a span:after {
    background-color: #523178;
}
.header.white .header_toggle.active span {
    background: 0 0;
}
.header.white .header_toggle span {
    background: #523178;
}
.header.white .header_toggle span:after,
.header.white .header_toggle span:before {
    background: #523178;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 94px;
}
.header_logo {
    display: block;
    max-width: 130px;
}
@media screen and (max-width: 1440px) {
    .header_logo {
        max-width: 105px;
    }
}
.header_logo_purple {
    display: none;
}
.header_right {
    height: 100%;
}
@media screen and (max-width: 991px) {
    .header_right {
        display: block;
    }
}
.header_navbar {
    display: flex;
    align-items: center;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .header_navbar {
        position: fixed;
        top: 94px;
        left: 0;
        width: 100%;
        height: calc(100% - 94px);
        height: -webkit-fill-available;
        display: block;
        padding: 30px 3.125% 170px;
        overflow: auto;
        background-color: #fff;
        border-top: 1px solid #523178;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
}
@media screen and (max-width: 767px) {
    .header_navbar {
        padding: 30px 32px 170px;
        top:124px;
        height: calc(100% - 114px);
    }
}
@media screen and (max-width: 991px) {
    .header_navbar.visible {
        opacity: 1;
        visibility: visible;
    }
}
.header_nav {
    height: 100%;
}
@media screen and (max-width: 991px) {
    .header_nav {
        height: auto;
    }
}
.header_nav > ul {
    display: flex;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .header_nav > ul {
        height: auto;
        display: block;
    }
}
.header_nav > ul > li {
    height: 100%;
    padding-right: 72px;
}
@media screen and (max-width: 1750px) {
    .header_nav > ul > li {
        padding-right: 54px;
    }
}
@media screen and (max-width: 1300px) {
    .header_nav > ul > li {
        padding-right: 24px;
    }
}
@media screen and (max-width: 991px) {
    .header_nav > ul > li {
        height: auto;
        padding-right: 0;
        margin-bottom: 20px;
    }
}
.header_nav > ul > li:last-child {
    padding-right: 0;
}
@media screen and (max-width: 991px) {
    .header_nav > ul > li:last-child {
        margin-bottom: 0;
    }
}
.header_nav > ul > li.has_submenu:hover > a span:after {
    width: 100%;
}
@media screen and (max-width: 991px) {
    .header_nav > ul > li.has_submenu:hover > a span:after {
        width: 0;
    }
}
@media screen and (max-width: 991px) {
    .header_nav > ul > li.has_submenu:hover > a.opened span:after {
        width: 100%;
    }
}
.header_nav > ul > li.has_submenu:hover .header_submenu {
    opacity: 1;
    visibility: visible;
}
.header_nav > ul > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
}
@media screen and (max-width: 1600px) {
    .header_nav > ul > li > a {
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 1440px) {
    .header_nav > ul > li > a {
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 991px) {
    .header_nav > ul > li > a {
        color: #523178;
        font-size: 35px;
        line-height: 45px;
    }
}
.header_nav > ul > li > a:hover span:after {
    width: 100%;
}
.header_nav > ul > li > a span {
    position: relative;
}
.header_nav > ul > li > a span:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
}
.header_submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding-top: 86px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .header_submenu {
        padding-top: 64px;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu {
        padding-top: 0;
        position: static;
        background: 0 0;
        opacity: 1;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }
}
.header_submenu:after {
    content: "";
    position: absolute;
    top: -94px;
    left: 0;
    width: 100%;
    height: 94px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 991px) {
    .header_submenu:after {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu .container {
        padding: 0;
    }
}
.header_submenu_vector {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 41.51%;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .header_submenu_vector {
        display: none;
    }
}
.header_submenu_vector img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.header_submenu_wrap {
    position: relative;
    z-index: 2;
    display: flex;
}
@media screen and (max-width: 991px) {
    .header_submenu_wrap {
        flex-direction: column;
        padding-top: 20px;
    }
}
.header_submenu_left {
    width: 33.77%;
    padding-bottom: 64px;
    padding-right: 92px;
    border-right: 2px solid #523178;
}
@media screen and (max-width: 1440px) {
    .header_submenu_left {
        padding-bottom: 48px;
        padding-right: 69px;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu_left {
        width: 100%;
        padding-bottom: 0;
        padding-right: 0;
        margin-top: 10px;
        border-right: none;
        order: 2;
    }
}
.header_submenu_left .btn {
    margin-top: 52px;
}
@media screen and (max-width: 1440px) {
    .header_submenu_left .btn {
        margin-top: 40px;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu_left .btn {
        margin-top: 0;
        border: none;
        background: 0 0;
        padding: 0;
        font-size: 18px;
        line-height: 26px;
        min-width: auto;
    }
}
.header_submenu_description {
    max-width: 480px;
}
@media screen and (max-width: 1440px) {
    .header_submenu_description {
        max-width: 360px;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu_description {
        display: none;
    }
}
.header_submenu_name {
    color: #523178;
    font-weight: 500;
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -0.01em;
    margin-bottom: 28px;
}
@media screen and (max-width: 1440px) {
    .header_submenu_name {
        font-size: 45px;
        line-height: 38px;
        margin-bottom: 21px;
    }
}
.header_submenu_right {
    width: 66.23%;
    padding-bottom: 64px;
    padding-left: 152px;
}
@media screen and (max-width: 1440px) {
    .header_submenu_right {
        padding-bottom: 48px;
        padding-left: 114px;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu_right {
        width: 100%;
        padding-bottom: 0;
        padding-left: 0;
        order: 1;
    }
}
.header_submenu_list.big a {
    color: #523178;
    font-weight: 500;
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .header_submenu_list.big a {
        font-size: 45px;
        line-height: 38px;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu_list.big a {
        font-size: 18px;
        line-height: 26px;
    }
}
.header_submenu_list li {
    margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
    .header_submenu_list li {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu_list li {
        margin-bottom: 15px;
    }
}
.header_submenu_list li:last-child {
    margin-bottom: 0;
}
.header_submenu_list a {
    text-decoration: none;
    color: #575756;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .header_submenu_list a {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width: 991px) {
    .header_submenu_list a {
        font-size: 18px;
        line-height: 1;
    }
}
.header_submenu_list a:hover {
    text-decoration: underline;
}
.header_navbar_vector {
    display: none;
}
@media screen and (max-width: 991px) {
    .header_navbar_vector {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
    }
}
.header_navbar_vector img {
    width: 100%;
}
.header_search_btn {
    display: flex;
    align-items: center;
    margin-left: 128px;
    min-width: auto;
}
@media screen and (max-width: 1750px) {
    .header_search_btn {
        margin-left: 96px;
    }
}
@media screen and (max-width: 1300px) {
    .header_search_btn {
        margin-left: 32px;
    }
}
@media screen and (max-width: 991px) {
    .header_search_btn {
        display: none;
    }
}
@media screen and (max-width: 1440px) {
    .header_search_btn svg {
        width: 13px;
        height: 13px;
    }
}
.header_search_dropdown {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #575756;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s;
}
@media screen and (max-width: 991px) {
    .header_search_dropdown {
        display: none;
    }
}
.header_search_dropdown.visible {
    visibility: visible;
    transform: translateY(0);
}
.header_search_inner {
    position: relative;
    padding: 33px 0;
}
@media screen and (max-width: 1440px) {
    .header_search_inner {
        padding: 32px 0;
    }
}
.header_search_form {
    width: 66.33%;
    margin: 0 auto;
}
.header_search_field {
    background: 0 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    width: 100%;
    color: #fff;
    font: 500 32px "Neue Haas Grotesk Display Pro", sans-serif;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .header_search_field {
        font-size: 24px;
    }
}
.header_search_field::-webkit-input-placeholder {
    color: #fff;
}
.header_search_field:-moz-placeholder {
    color: #fff;
}
.header_search_field::-moz-placeholder {
    color: #fff;
}
.header_search_field:-ms-input-placeholder {
    color: #fff;
}
.is-ajax-search {
    width: 66.33%;
    margin: 0 auto;
}
.is-form-style input.is-search-input {
    background: 0 0;
    background-color: transparent;
    border-radius: 0;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
    border-bottom: 2px solid #fff!important;
    width: 100%;
    color: #fff;
    height: 46px;
    padding: 0 7px;
    letter-spacing: -0.01em;
    font-size: 32px!important;
    font-weight: 700!important;
}
@media screen and (max-width: 1440px) {
    .is-search-input {
        font-size: 24px;
    }
}
.is-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 32px!important;
    font-weight: 700!important;
}
.is-search-input:-moz-placeholder {
    color: #fff;
    font-size: 32px!important;
    font-weight: 700!important;
}
.is-search-input::-moz-placeholder {
    color: #fff;
    font-size: 32px!important;
    font-weight: 700!important;
}
.is-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 32px!important;
    font-weight: 700!important;
}
.is-form-style button.is-search-submit{
    display: none;
}
.is-ajax-search-details a, .is-ajax-search-result a{
    color: #523178!important;
    font-weight: 700!important;
}
.header_search_close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #efefef;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .header_search_close {
        width: 33px;
        height: 33px;
    }
}
.header_search_close:hover {
    background-color: #fff;
}
.header_search_close svg {
    display: block;
    stroke: #707070;
}
@media screen and (max-width: 1440px) {
    .header_search_close svg {
        width: 13px;
        height: 13px;
    }
}
.header_toggle {
    cursor: pointer;
    position: relative;
    z-index: 90;
    overflow: hidden;
    width: 28px;
    height: 16px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    display: none;
    cursor: pointer;
    transition: all 0.3s;
}
@media screen and (max-width: 991px) {
    .header_toggle {
        display: block;
    }
}
.header_toggle span {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
}
.header_toggle span:after,
.header_toggle span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    transition: all 0.3s;
}
.header_toggle span:before {
    top: 6px;
}
.header_toggle span:after {
    bottom: 6px;
}
.header_toggle span:focus {
    outline: 0;
}
.header_toggle.active {
    background-color: transparent;
    width: 28px;
    height: 28px;
}
.header_toggle.active span {
    background: 0 0;
    border: none;
}
.header_toggle.active span:before {
    top: 5px;
    transform: rotate(45deg);
}
.header_toggle.active span:after {
    bottom: -5px;
    transform: rotate(-45deg);
}
.overlay {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(87, 87, 86, 0.8);
    mix-blend-mode: multiply;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
@media screen and (max-width: 767px) {
    .overlay {
        display: none;
    }
}
.overlay.visible {
    opacity: 1;
    visibility: visible;
}
.anim_start.is_ready .header {
    transform: none;
}
.anim_start.is_ready .top_cover {
    opacity: 1;
}
.anim_start.is_ready .top_info .title_anim,
.anim_start.is_ready .top_page_info .title_anim {
    opacity: 1;
}
.anim_start.is_ready .top_info .title_anim .char,
.anim_start.is_ready .top_page_info .title_anim .char {
    transform: translateY(0);
    transition-delay: 0.2s;
}
.anim_start.is_ready .top_text {
    opacity: 1;
    transform: translateY(0);
}
.anim_start.is_ready .top_buttons {
    transform: translateY(0);
}
.anim_start .header {
    transform: translateY(-100%);
}
.anim_start .top_cover {
    opacity: 0;
    transition: opacity 1s;
}
.anim_start .top_text {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1s, opacity 1s;
}
.anim_start .top_buttons {
    transform: translateY(100px);
    transition: transform 1s;
}
.top_section {
    position: relative;
    top:35px;
}
.top_anim {
    transform-origin: center top;
    transition: transform 0.7s;
}
.top_anim.animate {
    transform: scale(0.834);
}
@media screen and (max-width: 767px) {
    .top_anim.animate {
        transform: none;
    }
}
.top_cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.top_cover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 50, 0);
    mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
    .top_cover.vidflex{
        height:80vh;
    }
}
.top_cover.vidflex:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 50, 0.1);
    mix-blend-mode: multiply;
}
.top_media {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #523178;
}
.top_media img,
.top_media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_media iframe{
    position: absolute;
    top: -15%;
    left: -20%;
    width: 140%;
    height: 140%;
}


@media screen and (max-width: 767px) {
    .top_media iframe{
        position: absolute;
        top: -0%;
        left: -120%;
        width: 200vh;
        height: 110%;
    }
}
.overplay iframe{
    position: absolute;
    top: -20%;
    left: -10%;
    width: 130%;
    height: 130%;
}


@media screen and (max-width: 767px) {
    .overplay iframe{
        position: absolute;
        top: -10%;
        left: -10%;
        width: 200vh;
        height: 110%;
    }
}
.top_vector {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    opacity: 0.8;
}
.top_vector img {
    width: 100%;
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.top_vector img {
    	height: 100vh;
		object-fit: cover;
	}
}
.top_inner {
    position: relative;
    z-index: 4;
    min-height: 80vh;
    padding: 180px 0 100px;
    display: flex;
    align-items: flex-end;
}
@media screen and (max-width: 1440px) {
    .top_inner {
        padding-bottom: 72px;
        min-height: 80vh;
    }

    .top_inner .popup_show.slide_in{
        opacity: 1!important;
    }
}
.top_info {
    max-width: 75%;
}
@media screen and (max-width: 767px) {
    .top_info {
        max-width: none;
    }
}
.top_text {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
    margin-top: 30px;
    max-width: 894px;
}
@media screen and (max-width: 1440px) {
    .top_text {
        font-size: 30px;
        line-height: 40px;
        max-width: 670px;
    }
}
@media screen and (max-width: 767px) {
    .top_text {
        max-width: none;
        font-size: 22px;
        line-height: 32px;
        margin-top: 24px;
    }
}
.top_buttons {
    margin-top: 20px;
    position: absolute;
    left: 0%;
}
@media screen and (max-width: 1440px) {
    .top_buttons {
        margin-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    .top_buttons {
        margin-top: 43px;
    }
}
.intro_section {
    padding: 250px 0;
}
@media screen and (max-width: 1440px) {
    .intro_section {
        padding: 188px 0;
    }
}
@media screen and (max-width: 991px) {
    .intro_section {
        padding: 122px 0 145px;
    }
}
.intro_section .title_section {
    margin-bottom: 160px;
}
@media screen and (max-width: 1440px) {
    .intro_section .title_section {
        margin-bottom: 120px;
    }
}
@media screen and (max-width: 991px) {
    .intro_section .title_section {
        margin-bottom: 32px;
    }
}
.intro_row {
    display: flex;
}
@media screen and (max-width: 991px) {
    .intro_row {
        flex-direction: column;
    }
}
.intro_left {
    width: 40.53%;
    padding-right: 40px;
}
@media screen and (max-width: 991px) {
    .intro_left {
        width: 100%;
        padding-right: 0;
        order: 2;
        margin-top: 40px;
    }
}
.intro_right {
    width: 59.47%;
}
@media screen and (max-width: 991px) {
    .intro_right {
        width: 100%;
        order: 1;
    }
}
.intro_right .description_text {
    max-width: 660px;
}
@media screen and (max-width: 1440px) {
    .intro_right .description_text {
        max-width: 495px;
    }
}
@media screen and (max-width: 991px) {
    .intro_right .description_text {
        max-width: none;
    }
}
.areas_section {
    padding-top: 226px;
}
@media screen and (max-width: 1440px) {
    .areas_section {
        padding-top: 170px;
    }
}
@media screen and (max-width: 991px) {
    .areas_section {
        padding-top: 103px;
    }
}
.areas_section .title_section {
    margin-bottom: 220px;
}
@media screen and (max-width: 1440px) {
    .areas_section .title_section {
        margin-bottom: 165px;
    }
}
@media screen and (max-width: 991px) {
    .areas_section .title_section {
        margin-bottom: 95px;
    }
}
.areas_wrap {
    display: flex;
    margin: 0 -11px;
}
@media screen and (max-width: 767px) {
    .areas_wrap {
        display: block;
        margin: 0;
    }
}
.area_box {
    position: relative;
    height: 855px;
    width: calc(50% - 22px);
    margin: 0 11px;
    overflow: hidden;
}
@media screen and (max-width: 1440px) {
    .area_box {
        height: 642px;
    }
}
@media screen and (max-width: 991px) {
    .area_box {
        height: 500px;
    }
}
@media screen and (max-width: 767px) {
    .area_box {
        width: 100%;
        margin: 0 0 28px;
        height: 392px;
    }
}
.area_box:last-child {
    margin-top: 209px;
}
@media screen and (max-width: 1440px) {
    .area_box:last-child {
        margin-top: 157px;
    }
}
@media screen and (max-width: 767px) {
    .area_box:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.area_box_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.area_box_img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 94.26%;
    background: linear-gradient(0deg, #575756 0, rgba(17, 17, 17, 0) 100%);
    mix-blend-mode: multiply;
}
.area_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.area_box_info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 60px 50px;
}
@media screen and (max-width: 1440px) {
    .area_box_info {
        padding: 45px 38px;
    }
}
@media screen and (max-width: 991px) {
    .area_box_info {
        padding: 24px;
    }
}
.area_box_description {
    max-width: 688px;
}
@media screen and (max-width: 1440px) {
    .area_box_description {
        max-width: 516px;
    }
}
.area_box_name a{
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
    .area_box_name {
        font-size: 30px;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px) {
    .area_box_name {
        font-size: 25px;
        line-height: 24px;
        margin-bottom: 24px;
    }
}
.area_box_text {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .area_box_text {
        font-size: 24px;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px) {
    .area_box_text {
        font-size: 18px;
        line-height: 24px;
    }
}
.area_box_categories {
    display: flex;
    flex-wrap: wrap;
    margin: 80px -15px -15px;
}
@media screen and (max-width: 1440px) {
    .area_box_categories {
        margin: 60px -12px -12px;
    }
}
@media screen and (max-width: 991px) {
    .area_box_categories {
        margin-top: 29px;
    }
}
.area_box_categories a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin: 0 15px 15px;
}
@media screen and (max-width: 1440px) {
    .area_box_categories span {
        font-size: 14px;
        line-height: 16px;
        margin: 0 12px 12px;
    }
}
@media screen and (max-width: 767px) {
    .area_box_categories span {
        font-size: 10px;
        margin: 0 12px 12px;
    }
}
.why_section {
    padding: 101px 0 231px;
}
@media screen and (max-width: 1440px) {
    .why_section {
        padding: 74px 0 174px;
    }
}
@media screen and (max-width: 991px) {
    .why_section {
        padding: 149px 0 70px;
    }
}
.why_section.pt_no {
    padding-top: 0;
}
.why_section.pb_no {
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
    .why_section .container_right {
        padding-left: 32px;
    }
}
@media screen and (max-width: 767px) {
    .why_section .container_left {
        padding-right: 32px;
    }
}
.why_section .title_section {
    margin-bottom: 110px;
    margin-top: 60px;
}
@media screen and (max-width: 1440px) {
    .why_section .title_section {
        margin-bottom: 80px;
        margin-top: 45px;
    }
}
@media screen and (max-width: 991px) {
    .why_section .title_section {
        margin-bottom: 60px;
        margin-top: 30px;
    }
}
.why_wrap {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .why_wrap {
        display: block;
    }
}
.why_wrap.reverse {
    flex-direction: row-reverse;
}
.why_wrap.reverse .why_info {
    padding-left: 0;
    padding-right: 87px;
}
@media screen and (max-width: 1440px) {
    .why_wrap.reverse .why_info {
        padding-right: 65px;
    }
}
@media screen and (max-width: 991px) {
    .why_wrap.reverse .why_info {
        padding-right: 37px;
    }
}
@media screen and (max-width: 767px) {
    .why_wrap.reverse .why_info {
        padding-right: 0;
    }
}
.why_img {
    width: 55.62%;
}
@media screen and (max-width: 767px) {
    .why_img {
        width: 100%;
        margin-bottom: 60px;
    }
}
.why_info {
    width: 44.38%;
    padding-left: 87px;
}
@media screen and (max-width: 1440px) {
    .why_info {
        padding-left: 65px;
    }
}
@media screen and (max-width: 991px) {
    .why_info {
        padding-left: 37px;
    }
}
@media screen and (max-width: 767px) {
    .why_info {
        width: 100%;
        padding-left: 0;
    }
}
.why_description {
    max-width: 673px;
    padding-left: 87px;
    border-left: 2px solid #523178;
}
@media screen and (max-width: 1440px) {
    .why_description {
        max-width: 505px;
        padding-left: 65px;
    }
}
@media screen and (max-width: 991px) {
    .why_description {
        padding-left: 37px;
    }
}
@media screen and (max-width: 767px) {
    .why_description {
        max-width: none;
    }
}
.why_description .title_section {
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .why_description .title_section {
        font-size: 50px;
    }
}
.why_description .title_block {
    margin-bottom: 48px;
}
@media screen and (max-width: 1440px) {
    .why_description .title_block {
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 767px) {
    .why_description .title_block {
        margin-bottom: 30px;
    }
}
.why_description .btn {
    margin-top: 48px;
}
@media screen and (max-width: 1440px) {
    .why_description .btn {
        margin-top: 36px;
    }
}
@media screen and (max-width: 1440px) {
    .why_description .btn {
        margin-top: 30px;
    }
}
.impact_section {
    padding: 96px 0;
    overflow: hidden;
}
@media screen and (max-width: 1440px) {
    .impact_section {
        padding: 72px 0;
    }
}
@media screen and (max-width: 991px) {
    .impact_section {
        padding: 69px 0 139px;
    }
}
@media screen and (max-width: 767px) {
    .impact_section .container {
        padding-right: 0;
    }
}
.impact_section .title_section {
    margin-bottom: 86px;
}
@media screen and (max-width: 1440px) {
    .impact_section .title_section {
        margin-bottom: 65px;
    }
}
@media screen and (max-width: 991px) {
    .impact_section .title_section {
        margin-bottom: 71px;
    }
}
.impact_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.impact_item {
    position: relative;
    width: 100%;
    padding: 36px 42px 50px;
    background-color: #cdc6dd;
    transform: translateX(100%);
    transition: all 1s;
}
@media screen and (max-width: 1440px) {
    .impact_item {
        padding: 27px 32px 38px;
    }
}
@media screen and (max-width: 767px) {
    .impact_item {
        padding: 30px;
    }
}
.impact_item.is_inview {
    transform: translateX(0);
}
.impact_item.is_inview:after {
    width: 150vw;
}
.impact_item.pink {
    background-color: #f8d9e7;
    width: 90.78%;
}
.impact_item.pink:after {
    background-color: #e44087;
}
.impact_item.pink .impact_item_num {
    color: #e44087;
}
.impact_item.green {
    background-color: #b6dddb;
    width: 81.57%;
}
.impact_item.green:after {
    background-color: #22b4b3;
}
.impact_item.green .impact_item_cateory {
    color: #575756;
}
.impact_item.green .impact_item_num {
    color: #22b4b3;
}
.impact_item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -3.125vw;
    width: 0;
    height: 2px;
    background-color: #523178;
    transition: all 2s;
}
.impact_item .description_text {
    color: #333332;
}
@media screen and (max-width: 767px) {
    .impact_item .description_text {
        font-size: 14px;
        line-height: 22px;
    }
}
.impact_item_cateory {
    color: #e44087;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
    .impact_item_cateory {
        font-size: 14px;
        line-height: 15px;
    }
}
@media screen and (max-width: 767px) {
    .impact_item_cateory {
        font-size: 10px;
        line-height: 13px;
        margin-bottom: 7px;
    }
}
.impact_item_num {
    color: #523178;
    font-weight: 500;
    font-size: clamp(40px, 5.72vw, 110px);
    line-height: 109%;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
    .impact_item_num {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 767px) {
    .impact_item_num {
        font-size: 47px;
        line-height: 50px;
        margin-bottom: 3px;
    }
}
@media screen and (max-width: 360px) {
    .impact_item_num {
        font-size: 30px;
        line-height: 40px;
    }
}
.impact_buttons {
    display: flex;
    justify-content: center;
    margin-top: 120px;
}
@media screen and (max-width: 1440px) {
    .impact_buttons {
        margin-top: 90px;
    }
}
@media screen and (max-width: 991px) {
    .impact_buttons {
        margin-top: 71px;
    }
}
.description_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 164px;
}
@media screen and (max-width: 1440px) {
    .description_row {
        margin-bottom: 123px;
    }
}
@media screen and (max-width: 991px) {
    .description_row {
        margin-bottom: 58px;
        flex-direction: column;
    }
}
.description_row.vertcal_center {
    align-items: center;
}
@media screen and (max-width: 991px) {
    .description_row.vertcal_center {
        align-items: flex-start;
    }
}
.description_row .title_section {
    margin-right: 40px;
}
@media screen and (max-width: 991px) {
    .description_row .title_section {
        margin-right: 0;
    }
}
.description_row .title_section:last-child {
    margin-bottom: 0;
}
.description_row .description_text {
    max-width: 586px;
}
@media screen and (max-width: 1440px) {
    .description_row .description_text {
        max-width: 440px;
    }
}
@media screen and (max-width: 991px) {
    .description_row .description_text {
        max-width: none;
    }
}
@media screen and (max-width: 991px) {
    .description_row .title_section {
        margin-bottom: 24px;
    }
}
.description_block .btn {
    margin-top: 86px;
}
@media screen and (max-width: 1440px) {
    .description_block .btn {
        margin-top: 64px;
    }
}
@media screen and (max-width: 991px) {
    .description_block .btn {
        margin-top: 37px;
    }
}
.description_block .btn:first-child {
    margin-top: 0;
}
.description_block .carousel_prev {
    margin-right: 13px;
}
.description_block .carousel_arrow {
    display: flex;
}
.carousel_block {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .carousel_block {
        display: block;
    }
}
.carousel_nav {
    order: 1;
    display: flex;
    margin-right: 76px;
}
@media screen and (max-width: 1440px) {
    .carousel_nav {
        margin-right: 57px;
    }
}
@media screen and (max-width: 991px) {
    .carousel_nav {
        margin-right: 24px;
    }
}
@media screen and (max-width: 767px) {
    .carousel_nav {
        margin-right: 0;
        margin-top: 36px;
    }
}
.carousel_arrow {
    cursor: pointer;
    position: relative;
    z-index: 5;
    width: 76px;
    min-width: 76px;
    height: 60px;
    border: 3px solid #523178;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .carousel_arrow {
        width: 57px;
        min-width: 57px;
        height: 40px;
        border-width: 2px;
    }
}
@media screen and (max-width: 767px) {
    .carousel_arrow {
        width: 47px;
        min-width: 47px;
        height: 37px;
        border-width: 1px;
        margin-right: 17px;
    }
}
.carousel_arrow:hover {
    background-color: #523178;
}
.carousel_arrow:hover svg {
    stroke: #fff;
}
@media screen and (max-width: 767px) {
    .carousel_arrow:hover svg {
        width: 12px;
        height: 8px;
    }
}
@media screen and (max-width: 767px) {
    .carousel_arrow:last-child {
        margin-right: 0;
    }
}
.carousel_arrow.white {
    border-color: #fff;
}
.carousel_arrow.white:hover {
    background-color: #fff;
}
.carousel_arrow.white:hover svg {
    stroke: #523178;
}
.carousel_arrow.white svg {
    stroke: #fff;
}
.carousel_arrow svg {
    stroke: #523178;
    stroke-width: 3;
}
@media screen and (max-width: 1440px) {
    .carousel_arrow svg {
        width: 16px;
        height: 11px;
    }
}
@media screen and (max-width: 767px) {
    .carousel_arrow svg {
        width: 12px;
        height: 8px;
        stroke-width: 1;
    }
}
.carousel_next {
    top: 80px;
    left: -76px;
}
@media screen and (max-width: 767px) {
    .carousel_next {
        display: flex;
    }
}
.carousel_next svg {
    transform: rotate(180deg);
}
.carousel_slider {
    width: 100%;
    order: 2;
}
.carousel_slider.swiper {
    overflow: visible;
}
.carousel_slider.swiper-backface-hidden .swiper-slide {
    transform: translateX(var(--tw-translate-x));
}
.carousel_slider .swiper-slide {
    --tw-translate-x: -55vw;
    width: 47%;
    will-change: transform;
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .carousel_slider .swiper-slide {
        --tw-translate-x: 0;
    }
}
.carousel_slider .swiper-slide.swiper-slide-active,
.carousel_slider .swiper-slide.swiper-slide-active ~ * {
    --tw-translate-x: 0;
}
.carousel_slider .swiper-slide.swiper-slide-active + .swiper-slide .case_study_img {
    transform: translateX(0);
}
@media screen and (max-width: 767px) {
    .carousel_slider .swiper-slide.swiper-slide-active + .swiper-slide .case_study_img {
        transform: translateX(-10%);
    }
}
.carousel_slider .swiper-slide.swiper-slide-active + .swiper-slide .case_study_info {
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .carousel_slider .swiper-slide.swiper-slide-active + .swiper-slide .case_study_info {
        opacity: 0;
    }
}
.carousel_slider .swiper-slide.swiper-slide-active ~ * .case_study_img {
    transform: translateX(-10%);
}
.carousel_slider .swiper-slide.swiper-slide-active ~ * .case_study_info {
    opacity: 0;
}
.case_studies {
    position: relative;
    padding-top: 170px;
    margin-bottom: 230px;
    overflow: hidden;
}
@media screen and (max-width: 1440px) {
    .case_studies {
        padding-top: 128px;
        margin-bottom: 172px;
    }
}
@media screen and (max-width: 991px) {
    .case_studies {
        padding-top: 132px;
        margin-bottom: 138px;
    }
}
@media screen and (max-width: 767px) {
    .case_studies.bg_gray {
        background-color: transparent;
    }
}
@media screen and (max-width: 767px) {
    .case_studies.bg_gray:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: calc(100% - 73px);
        background-color: #efefef;
    }
}
.case_studies.mb_no {
    margin-bottom: 0;
}
.case_studies .description_row {
    margin-bottom: 226px;
}
@media screen and (max-width: 1440px) {
    .case_studies .description_row {
        margin-bottom: 170px;
    }
}
@media screen and (max-width: 991px) {
    .case_studies .description_row {
        margin-bottom: 58px;
    }
}
.case_studies .description_row .title_section {
    max-width: 738px;
}
@media screen and (max-width: 1440px) {
    .case_studies .description_row .title_section {
        max-width: 554px;
    }
}
@media screen and (max-width: 991px) {
    .case_studies .description_row .title_section {
        max-width: none;
    }
}
.case_study_slide {
    position: relative;
}
.case_study_slide.swiper-slide {
    min-height: 680px;
}
@media screen and (max-width: 1440px) {
    .case_study_slide.swiper-slide {
        min-height: 510px;
    }
}
@media screen and (max-width: 991px) {
    .case_study_slide.swiper-slide {
        min-height: 365px;
    }
}
.case_study_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.case_study_img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75.88%;
    mix-blend-mode: multiply;
    background: linear-gradient(180deg, rgba(87, 87, 86, 0) 0, #575756 100%);
}
@media screen and (max-width: 991px) {
    .case_study_img:after {
        height: 100%;
    }
}
.case_study_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case_study_info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1440px) {
    .case_study_info {
        padding: 36px;
    }
}
@media screen and (max-width: 991px) {
    .case_study_info {
        padding: 35px 27px;
    }
}
@media screen and (max-width: 767px) {
    .case_study_info {
        position: relative;
    }    
}
.case_study_info .btn {
    margin-top: 26px;
}
@media screen and (max-width: 767px) {
    .case_study_info .btn {
        margin-top: 30px;
    }
}
.case_study_date {
    display: inline-block;
    text-decoration: underline;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.005em;
    margin-bottom: 28px;
}
@media screen and (max-width: 1440px) {
    .case_study_date {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 21px;
    }
}
@media screen and (max-width: 767px) {
    .case_study_date {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 18px;
    }
}
.case_study_name {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    line-height: 36px;
    letter-spacing: -0.01em;
    margin-bottom: 11px;
}
@media screen and (max-width: 1440px) {
    .case_study_name {
        font-size: 30px;
        line-height: 27px;
    }
}
@media screen and (max-width: 767px) {
    .case_study_name {
        font-size: 27px;
        line-height: 28px;
        margin-bottom: 18px;
    }
}
.case_study_category {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.005em;
}
@media screen and (max-width: 1440px) {
    .case_study_category {
        font-size: 14px;
        line-height: 16px;
    }
}
@media screen and (max-width: 767px) {
    .case_study_category {
        font-size: 12px;
        line-height: 17px;
        letter-spacing: normal;
    }
}
.case_study_category:hover:before {
    width: calc(123% + 13px);
}
.case_study_category:before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -3px;
    left: -13px;
    z-index: -1;
    width: 0;
    background-color: #523178;
    transition: all 0.3s;
}
.cs_related {
    padding: 173px 0 171px;
}
@media screen and (max-width: 1440px) {
    .cs_related {
        padding: 130px 0 128px;
    }
}
@media screen and (max-width: 991px) {
    .cs_related {
        padding: 75px 0;
    }
}
.cs_related .description_row {
    margin-bottom: 164px;
}
@media screen and (max-width: 1440px) {
    .cs_related .description_row {
        margin-bottom: 123px;
    }
}
@media screen and (max-width: 991px) {
    .cs_related .description_row {
        margin-bottom: 58px;
    }
}
.case_studies_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px -22px;
}
@media screen and (max-width: 767px) {
    .case_studies_wrap {
        display: block;
        margin: 0;
    }
}
.case_study_item {
    position: relative;
    width: calc(50% - 22px);
    margin: 0 11px 22px;
    height: 680px;
}
@media screen and (max-width: 1440px) {
    .case_study_item {
        height: 510px;
    }
}
@media screen and (max-width: 991px) {
    .case_study_item {
        height: 365px;
    }
}
@media screen and (max-width: 767px) {
    .case_study_item {
        width: 100%;
        height: auto;
        margin: 0 0 22px;
    }
}
@media screen and (max-width: 767px) {
    .case_study_item:last-child {
        margin-bottom: 0;
    }
}
.markets_section {
    padding: 0 0 268px;
    overflow: hidden;
}
@media screen and (max-width: 1440px) {
    .markets_section {
        padding-bottom: 201px;
    }
}
@media screen and (max-width: 991px) {
    .markets_section {
        padding-bottom: 114px;
    }
}
.markets_section .description_row {
    margin-bottom: 190px;
}
@media screen and (max-width: 1440px) {
    .markets_section .description_row {
        margin-bottom: 142px;
    }
}
@media screen and (max-width: 991px) {
    .markets_section .description_row {
        margin-bottom: 43px;
    }
}
.markets_section .description_row .description_text {
    margin-top: 95px;
}
@media screen and (max-width: 1440px) {
    .markets_section .description_row .description_text {
        margin-top: 72px;
    }
}
@media screen and (max-width: 991px) {
    .markets_section .description_row .description_text {
        margin-top: 0;
    }
}
@media screen and (max-width: 991px) {
    .markets_section .description_row .description_text .title_section {
        margin-bottom: 31px;
    }
}
.markets_section .carousel_nav {
    margin-top: 53px;
}
@media screen and (max-width: 991px) {
    .markets_section .carousel_nav {
        margin-right: 24px;
    }
}
@media screen and (max-width: 767px) {
    .markets_section .carousel_nav {
        margin-right: 0;
    }
}
.market_post_img {
    margin-bottom: 28px;
}
@media screen and (max-width: 1440px) {
    .market_post_img {
        margin-bottom: 21px;
    }
}
@media screen and (max-width: 767px) {
    .market_post_img {
        margin-bottom: 36px;
    }
}
.market_post_info {
    border-left: 6px solid #523178;
    padding-left: 28px;
}
@media screen and (max-width: 1440px) {
    .market_post_info {
        border-left-width: 5px;
        padding-left: 21px;
    }
}
@media screen and (max-width: 991px) {
    .market_post_info {
        border-left-width: 3px;
    }
}
@media screen and (max-width: 767px) {
    .market_post_info {
        border-left-width: 1px;
        padding-left: 21px;
    }
}
.market_post_info .btn {
    margin-top: 38px;
}
@media screen and (max-width: 767px) {
    .market_post_info .btn {
        margin-top: 25px;
    }
}
.market_post_name {
    color: #523178;
    font-weight: 500;
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 24px;
}
@media screen and (max-width: 1440px) {
    .market_post_name {
        font-size: 30px;
        line-height: 22px;
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 767px) {
    .market_post_name {
        font-size: 25px;
        line-height: 1;
        margin-bottom: 25px;
    }
}
.market_post_text {
    color: #707070;
    font-size: 24px;
    line-height: 30px;
}
@media screen and (max-width: 1440px) {
    .market_post_text {
        font-size: 18px;
        line-height: 22px;
    }
}
@media screen and (max-width: 767px) {
    .market_post_text {
        font-size: 12px;
        line-height: 18px;
    }
}
.img_home_1 {
    margin-bottom: 256px;
}
@media screen and (max-width: 1440px) {
    .img_home_1 {
        margin-bottom: 192px;
    }
}
@media screen and (max-width: 991px) {
    .img_home_1 {
        margin-bottom: 138px;
    }
}
.img_home_2 {
    margin-bottom: 296px;
}
@media screen and (max-width: 1440px) {
    .img_home_2 {
        margin-bottom: 222px;
    }
}
@media screen and (max-width: 991px) {
    .img_home_2 {
        margin-bottom: 98px;
    }
}
.cta_section {
    overflow: hidden;
    padding-bottom: 188px;
}
@media screen and (max-width: 1440px) {
    .cta_section {
        padding-bottom: 141px;
    }
}
@media screen and (max-width: 991px) {
    .cta_section {
        padding-bottom: 97px;
    }
}
.cta_section.pb_no {
    padding-bottom: 0;
}
.cta_section.bg_bottom {
    position: relative;
}
.cta_section.bg_bottom:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56.58%;
    background-color: #efefef;
}
.cta_section.bg_bottom.bottom_gray_dark:before {
    background-color: #333332;
}
.cta_section.bg_top {
    position: relative;
}
.cta_section.bg_top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #efefef;
}
.cta_section.bg_top.bottom_gray_dark:before {
    background-color: #333332;
}
@media screen and (max-width: 767px) {
    .cta_partners .cta_vector {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 767px) {
    .cta_partners .cta_vector:after {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .cta_partners .cta_inner {
        padding-top: 96px;
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 767px) {
    .cta_partners .cta_left {
        margin-bottom: 102px;
    }
}
.cta_inner {
    position: relative;
    overflow: hidden;
    min-height: 678px;
    padding: 136px 0 118px;
}
@media screen and (max-width: 1440px) {
    .cta_inner {
        min-height: 508px;
        padding: 102px 0 88px;
    }
}
@media screen and (max-width: 767px) {
    .cta_inner {
        min-height: auto;
        padding: 52px 38px;
    }
}
.cta_inner.bg_purple .cta_vector:after {
    background: linear-gradient(275deg, #523178 0, rgba(82, 49, 120, 0) 100%);
}
.cta_inner.bg_green .cta_vector:after {
    background: linear-gradient(90deg, rgba(34, 180, 179, 0) 0, #22b4b3 85%);
}
.cta_vector {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .cta_vector {
        height: auto;
    }
}
.cta_vector:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    width: 66.66%;
}
.cta_vector img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .cta_vector img {
        height: auto;
        object-fit: contain;
    }
}
.cta_wrap {
    position: relative;
    z-index: 2;
    display: flex;
}
@media screen and (max-width: 767px) {
    .cta_wrap {
        display: block;
    }
}
.cta_left {
    width: 50%;
    padding-right: 80px;
}
@media screen and (max-width: 1440px) {
    .cta_left {
        padding-right: 60px;
    }
}
@media screen and (max-width: 767px) {
    .cta_left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
}
.cta_left .title_section {
    max-width: 540px;
}
@media screen and (max-width: 1440px) {
    .cta_left .title_section {
        max-width: 405px;
    }
}
@media screen and (max-width: 767x) {
    .cta_left .title_section {
        max-width: none;
    }
}
.cta_right {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .cta_right {
        width: 100%;
    }
}
.cta_description {
    max-width: 636px;
}
@media screen and (max-width: 1440px) {
    .cta_description {
        max-width: 480px;
    }
}
.cta_description .btn {
    margin-top: 93px;
}
@media screen and (max-width: 1440px) {
    .cta_description .btn {
        margin-top: 79px;
    }
}
@media screen and (max-width: 767px) {
    .cta_description .btn {
        margin-top: 23px;
    }
}
@media screen and (max-width: 767px) {
    .cta_contact .cta_vector:after {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .cta_contact .cta_inner {
        padding-bottom: 161px;
    }
}
.partner_logos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px -80px;
    text-align: center;
}
@media screen and (max-width: 1440px) {
    .partner_logos {
        margin: 0 -40px -60px;
    }
}
@media screen and (max-width: 767px) {
    .partner_logos {
        margin: 0 -20px -30px;
    }
}
.partner_logo_item {
    width: calc(50% - 80px);
    margin: 0 40px 80px;
    max-height: 120px;
}
@media screen and (max-width: 1440px) {
    .partner_logo_item {
        margin: 0 40px 60px;
    }
}
@media screen and (max-width: 767px) {
    .partner_logo_item {
        width: calc(50% - 40px);
        margin: 0 20px 30px;
    }
}

.partner_logo_item img{
    width: auto;
    max-height: 120px;
    margin: 0 auto;
}

.expertise_section {
    padding: 201px 0 182px;
}
@media screen and (max-width: 1440px) {
    .expertise_section {
        padding: 150px 0 136px;
    }
}
@media screen and (max-width: 991px) {
    .expertise_section {
        padding: 88px 0 133px;
    }
}
.expertise_section .description_row {
    align-items: center;
    margin-bottom: 293px;
}
@media screen and (max-width: 1440px) {
    .expertise_section .description_row {
        margin-bottom: 220px;
    }
}
@media screen and (max-width: 991px) {
    .expertise_section .description_row {
        margin-bottom: 22px;
        align-items: flex-start;
    }
}
@media screen and (max-width: 991px) {
    .expertise_section .description_row .title_section {
        font-size: 65px;
        line-height: 55px;
    }
}
@media screen and (max-width: 360px) {
    .expertise_section .description_row .title_section {
        font-size: 40px;
    }
}
@media screen and (max-width: 991px) {
    .expertise_section .description_row .btn {
        display: none;
    }
}
.expertise_item {
    position: relative;
    display: block;
    text-decoration: none;
}
.expertise_item:hover:before {
    height: 100%;
}
.expertise_item:hover .expertise_item_icon svg {
    fill: #fff;
    stroke: #fff;
}
.expertise_item:hover .expertise_item_name {
    color: #fff;
}
.expertise_item:hover .description_text {
    color: #fff;
}
.expertise_item:hover .expertise_item_arrow {
    border-color: #fff;
}
.expertise_item:hover .expertise_item_arrow svg {
    stroke: #fff;
}
.expertise_item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    background-color: #523178;
    transition: all 0.3s;
}
.expertise_item:last-child .expertise_item_wrap {
    border-bottom: none;
}
@media screen and (max-width: 767px) {
    .expertise_item:last-child .expertise_item_wrap {
        border-bottom: 1px solid #523178;
    }
}
.expertise_item_wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
    border-bottom: 2px solid #523178;
}
@media screen and (max-width: 1440px) {
    .expertise_item_wrap {
        padding: 34px 0;
    }
}
@media screen and (max-width: 991px) {
    .expertise_item_wrap {
        padding: 62px 0 25px;
        border-bottom-width: 1px;
    }
}
.expertise_item_left {
    display: flex;
    align-items: center;
    padding-right: 80px;
}
@media screen and (max-width: 1440px) {
    .expertise_item_left {
        padding-right: 60px;
    }
}
@media screen and (max-width: 991px) {
    .expertise_item_left {
        flex-direction: column;
        padding-right: 0;
        align-items: flex-start;
    }
}
.expertise_item_left .description_text {
    max-width: 760px;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .expertise_item_left .description_text {
        max-width: 570px;
    }
}
@media screen and (max-width: 767px) {
    .expertise_item_left .description_text {
        font-size: 14px;
        line-height: 20px;
        max-width: 296px;
    }
}
.expertise_item_icon {
    min-width: 223px;
    width: 223px;
    margin-right: 58px;
}
@media screen and (max-width: 1440px) {
    .expertise_item_icon {
        min-width: 174px;
        width: 174px;
        margin-right: 44px;
    }
}
@media screen and (max-width: 991px) {
    .expertise_item_icon {
        min-width: 120px;
        width: 120px;
        margin-bottom: 44px;
    }
}
.expertise_item_icon svg {
    display: block;
    fill: #523178;
    stroke: #523178;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .expertise_item_icon svg {
        width: 100%;
        height: auto;
    }
}
.expertise_item_name {
    color: #575756;
    margin-bottom: 11px;
    font-weight: 500;
    font-size: clamp(40px, 5.72vw, 110px);
    line-height: 109%;
    letter-spacing: -0.01em;
    transition: all 0.3s;
}
@media screen and (max-width: 767px) {
    .expertise_item_name {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 31px;
    }
}
@media screen and (max-width: 360px) {
    .expertise_item_name {
        font-size: 40px;
        line-height: 45px;
    }
}
.expertise_item_arrow {
    width: 121px;
    min-width: 121px;
    height: 121px;
    border-radius: 50%;
    border: 2px solid #523178;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .expertise_item_arrow {
        width: 91px;
        min-width: 91px;
        height: 91px;
    }
}
@media screen and (max-width: 991px) {
    .expertise_item_arrow {
        position: absolute;
        top: 62px;
        right: 0;
        width: 52px;
        min-width: 52px;
        height: 52px;
    }
}
.expertise_item_arrow svg {
    display: block;
    stroke: #523178;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .expertise_item_arrow svg {
        width: 42px;
        height: 28px;
    }
}
@media screen and (max-width: 991px) {
    .expertise_item_arrow svg {
        width: 23px;
        height: 15px;
    }
}
.news_section {
    padding: 254px 0 217px;
    overflow: hidden;
}
@media screen and (max-width: 1440px) {
    .news_section {
        padding: 190px 0 163px;
    }
}
@media screen and (max-width: 991px) {
    .news_section {
        padding: 0 0 104px;
    }
}
@media screen and (max-width: 991px) {
    .news_section .container {
        padding-right: 0;
    }
}
.news_section .carousel_nav {
    display: none;
}
@media screen and (max-width: 991px) {
    .news_section .carousel_nav {
        display: flex;
        margin-top: 47px;
    }
}
.news_section .carousel_arrow {
    margin-right: 17px;
}
.news_section .carousel_arrow:last-child {
    margin-right: 0;
}
.news_section .carousel_next {
    display: flex;
}
.news_panel {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 160px;
}
@media screen and (max-width: 1440px) {
    .news_panel {
        margin-bottom: 120px;
    }
}
@media screen and (max-width: 991px) {
    .news_panel {
        padding-right: 34px;
    }
}
@media screen and (max-width: 767px) {
    .news_panel {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 92px;
    }
}
@media screen and (max-width: 767px) {
    .news_panel .title_section {
        margin-bottom: 23px;
    }
}
.news_slider.swiper {
    overflow: visible;
}
.new_slide_item.swiper-slide {
    height: auto;
}
.new_slide_item .post_item {
    height: 100%;
}
.post_item {
    border-left: 2px solid #523178;
    padding-left: 24px;
}
@media screen and (max-width: 1200px) {
    .post_item {
        padding-left: 20px;
    }
}
.post_item .btn {
    margin-top: 31px;
}
.post_item_details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
    .post_item_details {
        margin-bottom: 26px;
    }
}
@media screen and (max-width: 1200px) {
    .post_item_details {
        margin-bottom: 23px;
    }
}
.post_item_details a,
.post_item_details span {
    margin-right: 40px;
    color: #575756;
    text-decoration: underline;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.005em;
}
@media screen and (max-width: 1440px) {
    .post_item_details a,
    .post_item_details span {
        margin-right: 30px;
        font-size: 14px;
        line-height: 16px;
    }
}
.post_item_details a:last-child,
.post_item_details span:last-child {
    margin-right: 0;
}
.post_item_img {
    display: block;
    margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
    .post_item_img {
        margin-bottom: 26px;
    }
}
.post_item_name {
    display: inline-block;
    text-decoration: none;
    color: #523178;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.01em;
    margin-bottom: 23px;
}
@media screen and (max-width: 1440px) {
    .post_item_name {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 767px) {
    .post_item_name {
        font-size: 25px;
        line-height: 1;
    }
}
.footer {
    position: relative;
    background-color: #523178;
    padding: 106px 0 50px;
    overflow: hidden;
}
@media screen and (max-width: 1440px) {
    .footer {
        padding: 80px 0 38px;
    }
}
@media screen and (max-width: 767px) {
    .footer {
        padding: 80px 0 112px;
    }
}
.footer_vector {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .footer_vector {
        bottom: 80px;
        display: flex;
        justify-content: center;
    }
}
.footer_vector img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .footer_vector img {
        width: auto;
        max-width: none;
        margin-left: -60%;
        margin-right: 0;
    }
}
.footer_main {
    position: relative;
    z-index: 2;
    display: flex;
    padding-bottom: 70px;
}
@media screen and (max-width: 1440px) {
    .footer_main {
        padding-bottom: 53px;
    }
}
@media screen and (max-width: 991px) {
    .footer_main {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px) {
    .footer_main {
        padding-bottom: 50px;
    }
}
.footer_details {
    width: 42.22%;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 1440px) {
    .footer_details {
        padding-right: 60px;
    }
}
@media screen and (max-width: 991px) {
    .footer_details {
        width: 100%;
        padding-right: 0;
        margin-bottom: 70px;
    }
}
.footer_subscribe {
    max-width: 586px;
}
@media screen and (max-width: 1440px) {
    .footer_subscribe {
        max-width: 440px;
    }
}
@media screen and (max-width: 991px) {
    .footer_subscribe {
        max-width: none;
    }
}
.footer_subscribe_title {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
    .footer_subscribe_title {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 16px;
    }
}
.footer_subscribe_text {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
    margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
    .footer_subscribe_text {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 34px;
    }
}
@media screen and (max-width: 767px) {
    .footer_subscribe_text {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 30px;
    }
}
.footer_subscribe_form {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.footer_subscribe_field {
    width: 100%;
    height: 53px;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #fff;
    font: 500 16px "Neue Haas Grotesk Display Pro", sans-serif;
}
.footer_subscribe_field::-webkit-input-placeholder {
    color: #fff;
}
.footer_subscribe_field:-moz-placeholder {
    color: #fff;
}
.footer_subscribe_field::-moz-placeholder {
    color: #fff;
}
.footer_subscribe_field:-ms-input-placeholder {
    color: #fff;
}
@media screen and (max-width: 1440px) {
    .footer_subscribe_field {
        height: 40px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .footer_subscribe_field {
        height: 55px;
    }
}
.footer_subscribe_send {
    border: none;
    border-radius: 0;
    background: 0 0;
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
    font: 500 16px "Neue Haas Grotesk Display Pro", sans-serif;
}
@media screen and (max-width: 1440px) {
    .footer_subscribe_send {
        font-size: 14px;
    }
}
.footer_subscribe_send:hover {
    text-decoration: none;
}

#mc_embed_signup{
    width: 100%;
}

.indicates-required{
    font-size: 14px;
    line-height: 22px;
}

.mc-field-group.gdprRequired{
    margin: 10px 0 ;
    /* width: calc(100% - 100px);
    float: left; */
}

.mc-field-group label{
    display: block;
    width: 100%;
    font-size: 18px;
    margin-top: 3px;
}

.mc-field-group input{
    width: 100%;
    height: 53px;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #575756;
    padding: 0 10px;
    font: 500 16px "Neue Haas Grotesk Display Pro", sans-serif;
    border: 1px solid #575756;
    margin-bottom: 10px;
}

.mc-field-group input[type="checkbox"]{ 
    width: 17px;
    height: auto;
    margin: 0 5px;
}

.mc-field-group label.checkbox{
    margin: 5px;
}

.mc-field-group label.checkbox span{
    font-size: 18px;
    margin-left: 5px;
}

#mc-embedded-subscribe{
    cursor: pointer;
    color: #523178;
    font-weight: 700;
    margin-top: 24px;
    min-width: 194px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    padding: 11px 24px;
    border-radius: 30px;
    border: 2px solid #523178;
    background: 0 0;
    transition: all 0.3s;
}

#mc-embedded-subscribe:hover{
    color: white;
    border: 2px solid #523178;
    background: 0 0 #523178;
    transition: all 0.3s;
}

.button{
    cursor: pointer;
    color: white;
    font-weight: 700;
    margin-top: 24px;
    min-width: 194px;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    line-height: 21px;
    padding: 11px 54px;
    border-radius: 30px;
    border: 2px solid white;
    background: 0 0;
    transition: all 0.3s;
}

.button:hover{
    color: #523178;
    border: 2px solid white;
    background: 0 0 white;
    transition: all 0.3s;
}

#mc_embed_shell a{
    color: #523178;
    text-decoration: underline;
}

.asterisk{
    color: red;
}

.clear_both{
    clear: both;
}

.footer_soc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 34px;
}
@media screen and (max-width: 1440px) {
    .footer_soc {
        margin-top: 26px;
    }
}
@media screen and (max-width: 991px) {
    .footer_soc {
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin: 70px 0 -20px;
    }
}
.footer_soc_item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .footer_soc_item {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .footer_soc_item {
        width: 50%;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .footer_soc_item {
        font-size: 15px;
        line-height: 22px;
        padding-right: 16px;
    }
}
.footer_soc_item:hover {
    text-decoration: underline;
}
.footer_soc_item:last-child {
    margin-bottom: 0;
}
.footer_soc_item svg {
    fill: #fff;
    margin-right: 25px;
}
@media screen and (max-width: 1440px) {
    .footer_soc_item svg {
        width: 34px;
        height: 34px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .footer_soc_item svg {
        width: 32px;
        height: 32px;
        margin-right: 16px;
    }
}
.footer_nav {
    width: 33.77%;
    padding-right: 80px;
}
@media screen and (max-width: 1440px) {
    .footer_nav {
        padding-right: 60px;
    }
}
@media screen and (max-width: 991px) {
    .footer_nav {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .footer_nav {
        width: 100%;
        padding-right: 0;
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 767px) {
    .footer_nav ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 -30px;
    }
}
.footer_nav li {
    margin-bottom: 53px;
}
@media screen and (max-width: 1440px) {
    .footer_nav li {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .footer_nav li {
        width: 50%;
        margin: 0 0 30px;
        padding-right: 16px;
    }
}
.footer_nav li:last-child {
    margin-bottom: 0;
}
.footer_nav a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .footer_nav a {
        font-size: 30px;
        line-height: 34px;
    }
}
@media screen and (max-width: 767px) {
    .footer_nav a {
        font-size: 20px;
        line-height: 1;
    }
}
.footer_nav a:hover {
    text-decoration: underline;
}
.footer_contact {
    width: 24.01%;
}
@media screen and (max-width: 991px) {
    .footer_contact {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .footer_contact {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}
.footer_contact_column {
    margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
    .footer_contact_column {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .footer_contact_column {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0;
        padding-right: 10px;
    }
}
.footer_contact_column:last-child {
    margin-bottom: 0;
}
.footer_contact_item {
    margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
    .footer_contact_item {
        margin-bottom: 30px;
    }
}
.footer_contact_item:last-child {
    margin-bottom: 0;
}
.footer_contact_name {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
}
@media screen and (max-width: 1440px) {
    .footer_contact_name {
        font-size: 24px;
        line-height: 27px;
    }
}
@media screen and (max-width: 767px) {
    .footer_contact_name {
        font-size: 18px;
        line-height: 20px;
    }
}
@media screen and (max-width: 767px) {
    .footer_contact_text {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.01em;
    }
}
@media screen and (max-width: 767px) {
    .footer_logos {
        margin-top: 84px;
    }
}
@media screen and (max-width: 1440px) {
    .footer_logos img {
        max-width: 146px;
    }
}
@media screen and (max-width: 767px) {
    .footer_logos img {
        max-width: 194px;
    }
}
.footer_bottom {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding-top: 50px;
}
@media screen and (max-width: 1440px) {
    .footer_bottom {
        padding-top: 34px;
    }
}
@media screen and (max-width: 991px) {
    .footer_bottom {
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .footer_bottom {
        padding-top: 0;
        border-top: none;
    }
}
.footer_cop {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    max-width: 600px;
}
@media screen and (max-width: 1440px) {
    .footer_cop {
        max-width: 450px;
        font-size: 12px;
        line-height: 14px;
    }
}
@media screen and (max-width: 991px) {
    .footer_cop {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .footer_cop {
        max-width: 264px;
        font-size: 13px;
        line-height: 15px;
    }
}
.footer_links {
    display: flex;
    min-width: 580px;
}
@media screen and (max-width: 1440px) {
    .footer_links {
        min-width: 435px;
    }
}
@media screen and (max-width: 1200px) {
    .footer_links {
        min-width: auto;
    }
}
.footer_links a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-right: 64px;
}
@media screen and (max-width: 1440px) {
    .footer_links a {
        font-size: 12px;
        line-height: 14px;
        margin-right: 48px;
    }
}
@media screen and (max-width: 767px) {
    .footer_links a {
        margin-right: 40px;
        font-size: 13px;
        line-height: 15px;
    }
}
.footer_links a:hover {
    text-decoration: underline;
}
.footer_links a:last-child {
    margin-right: 0;
}
.title_anim {
    opacity: 0;
}
.title_anim.is_inview {
    opacity: 1;
}
.title_anim.is_inview .char {
    transform: translateY(0);
}
.title_anim.splitting .char,
.title_anim.splitting .word {
    display: inline-flex;
}
.title_anim .word {
    overflow: hidden;
}
.title_anim .char {
    transform: translateY(100%);
    transition: transform 1s ease;
}
.cursor{
    cursor: pointer;
}
/*
.cursor {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    width: 121px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #523178;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    pointer-events: none;
    visibility: hidden;
}
@media screen and (max-width: 1440px) {
    .cursor {
        width: 91px;
        height: 91px;
    }
}
@media screen and (max-width: 991px) {
    .cursor {
        display: none;
    }
}
@media (hover: none) {
    .cursor {
        display: none;
    }
}
.cursor.visible {
    visibility: visible;
}
.cursor svg {
    stroke: #fff;
    stroke-width: 6;
}
@media screen and (max-width: 1440px) {
    .cursor svg {
        stroke-width: 4;
        width: 41px;
        height: 26px;
    }
}
.show_cursor {
    cursor: none;
}
@media screen and (max-width: 991px) {
    .show_cursor {
        cursor: pointer;
    }
} */
.img_parallax {
    height: 140%;
}
.img_parallax img {
    will-change: transform;
}
.container_narrow {
    transform-origin: center top;
    will-change: transform;
}
.category_tag {
    display: inline-flex;
    border: 1px solid #e44087;
    border-radius: 19px;
    background-color: rgba(228, 64, 135, 0.1);
    padding: 9px 30px;
    color: #e44087;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.01em;
}
.about_section {
    overflow: hidden;
    padding: 100px 0;
}
@media screen and (max-width: 1440px) {
    .about_section {
        padding:  75px 0 ;
    }
}
@media screen and (max-width: 991px) {
    .about_section {
        padding:  35px 0 ;
    }
}
.about_section.p_no {
    padding: 0;
}
.about_section.pt_no {
    padding-top: 0;
}
.about_section.pb_no {
    padding-bottom: 0;
}
.about_section .category_tag {
    margin-bottom: 48px;
}
.about_section .title_section {
    margin-bottom: 132px;
}
@media screen and (max-width: 1440px) {
    .about_section .title_section {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 991px) {
    .about_section .title_section {
        font-size: 50px;
        margin-bottom: 36px;
    }
}
.about_section .title_section.small {
    max-width: 773px;
}
@media screen and (max-width: 1440px) {
    .about_section .title_section.small {
        max-width: 580px;
    }
}
@media screen and (max-width: 767px) {
    .about_section .title_section.small {
        font-size: 32px;
    }
}
.about_section .values_block {
    margin-top: 248px;
}
@media screen and (max-width: 1440px) {
    .about_section .values_block {
        margin-top: 186px;
    }
}
@media screen and (max-width: 991px) {
    .about_section .values_block {
        margin-top: 75px;
    }
}
.about_inner {
    position: relative;
}
.about_inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5.31%;
    display: block;
    background-color: #523178;
    width: 2px;
    height: 100%;
}
@media screen and (max-width: 991px) {
    .about_inner:before {
        display: none;
    }
}
.about_row {
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 991px) {
    .about_row {
        flex-direction: column;
    }
}
.about_info {
    width: 55.625%;
}
@media screen and (max-width: 991px) {
    .about_info {
        width: 100%;
    }
}
.about_info.right {
    margin-left: auto;
}

.about_info.blog_simple{
    margin: 60px 0;
}

.about_info.blog_simple h1, .about_info.blog_simple h2, .about_info.blog_simple h3, .about_info.blog_simple h4, .about_info.blog_simple h5, .about_info.blog_simple h6, .about_info.blog_simple p{
    margin-bottom: 30px;
}

.about_info.blog_simple a{
    color: #523178;
}
.about_info.blog_simple a:hover{
    color: #575756;
}

.about_buttons {
    margin-top: 67px;
}
@media screen and (max-width: 1440px) {
    .about_buttons {
        margin-top: 50px;
    }
}
@media screen and (max-width: 991px) {
    .about_buttons {
        margin-top: 34px;
    }
}
.about_buttons:first-child {
    margin-top: 0;
}
@media screen and (max-width: 991px) {
    .about_buttons.mo_last {
        order: 2;
        margin-top: 34px;
    }
}
.about_logos {
    display: flex;
    flex-wrap: wrap;
    margin: 106px -20px -84px;
}
@media screen and (max-width: 1440px) {
    .about_logos {
        margin: 80px -20px -63px;
    }
}
@media screen and (max-width: 767px) {
    .about_logos {
        margin-top: 60px;
    }
}
@media screen and (max-width: 576px) {
    .about_logos {
        margin: 80px -20px -30px;
    }
}
.about_logo_item {
    width: calc(33.33% - 40px);
    margin: 0 20px 84px;
}
@media screen and (max-width: 1440px) {
    .about_logo_item {
        margin: 0 20px 63px;
    }
}
@media screen and (max-width: 576px) {
    .about_logo_item {
        width: calc(50% - 40px);
        margin: 0 20px 30px;
    }
}
.about_technical {
    min-width: 480px;
    width: 480px;
    margin-right: 48px;
    background-color: #e8e2ed;
    padding: 46px 33px;
    align-self: flex-start;
}
@media screen and (max-width: 1440px) {
    .about_technical {
        min-width: 360px;
        width: 360px;
        padding: 35px 25px;
    }
}
@media screen and (max-width: 991px) {
    .about_technical {
        min-width: auto;
        width: 100%;
        padding: 40px 32px;
        margin-bottom: 40px;
    }
}
.about_technical_title {
    color: #523178;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
    margin-bottom: 43px;
}
@media screen and (max-width: 1440px) {
    .about_technical_title {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 991px) {
    .about_technical_title {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 767px) {
    .about_technical_title {
        font-size: 22px;
        line-height: 32px;
    }
}
.video_block {
    position: relative;
    display: block;
    text-decoration: none;
    height: 886px;
}
@media screen and (max-width: 1440px) {
    .video_block {
        height: 664px;
    }
}
@media screen and (max-width: 991px) {
    .video_block {
        height: 640px;
    }
}
@media screen and (max-width: 767px) {
    .video_block {
        margin: 0 -32px;
    }
}
.video_block:hover .video_play {
    background-color: #523178;
}
.video_block:hover .video_play svg {
    fill: #fff;
}
.video_img {
    position: relative;
    height: 100%;
}
.video_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(87, 87, 86, 0) 0, #575756 100%);
    mix-blend-mode: multiply;
}
.video_img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    width: 132px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .video_play {
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 767px) {
    .video_play {
        display: none;
    }
}
.video_play svg {
    display: block;
    fill: #523178;
    margin-left: 6px;
    margin-top: 6px;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .video_play svg {
        width: 46px;
        height: 54px;
    }
}
.video_play span {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-top: 22px;
}
@media screen and (max-width: 1440px) {
    .video_play span {
        font-size: 16px;
        margin-top: 18px;
    }
}
.video_info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 68px;
}
@media screen and (max-width: 1440px) {
    .video_info {
        padding: 51px;
    }
}
@media screen and (max-width: 767px) {
    .video_info {
        padding: 63px 34px;
    }
}
.video_description {
    max-width: 680px;
}
@media screen and (max-width: 1440px) {
    .video_description {
        max-width: 510px;
    }
}
@media screen and (max-width: 767px) {
    .video_description {
        max-width: none;
    }
}
.video_description .btn {
    display: none;
}
@media screen and (max-width: 767px) {
    .video_description .btn {
        display: inline-flex;
        margin-top: 40px;
        background-color: #fff;
        border-color: #fff;
        color: #523178;
    }
}
@media screen and (max-width: 767px) {
    .video_description .btn:hover {
        background-color: #523178;
        border-color: #523178;
        color: #fff;
    }
}
.video_name {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
    .video_name {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .video_name {
        font-size: 32px;
        line-height: 1;
    }
}
.video_text {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .video_text {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .video_text {
        font-size: 22px;
        line-height: 32px;
    }
}
.video_btn {
    display: none;
}
@media screen and (max-width: 767px) {
    .video_btn {
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-width: 194px;
        text-align: center;
        text-decoration: none;
        color: #523178;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        padding: 11px 24px;
        border-radius: 30px;
        border: 2px solid #523178;
        background: 0 0;
        transition: all 0.3s;
    }
}
.our_expertise {
    padding: 180px 0;
}
@media screen and (max-width: 1440px) {
    .our_expertise {
        padding: 135px 0;
    }
}
@media screen and (max-width: 991px) {
    .our_expertise {
        padding: 75px 0;
    }
}
.our_expertise .description_row {
    margin-bottom: 300px;
}
@media screen and (max-width: 1440px) {
    .our_expertise .description_row {
        margin-bottom: 225px;
    }
}
@media screen and (max-width: 991px) {
    .our_expertise .description_row {
        margin-bottom: 84px;
    }
}
@media screen and (max-width: 991px) {
    .our_expertise .description_row .title_section {
        font-size: 65px;
    }
}
.our_expertise .description_row .description_text {
    max-width: none;
    width: calc(50% - 87px);
}
@media screen and (max-width: 1440px) {
    .our_expertise .description_row .description_text {
        width: calc(50% - 75px);
    }
}
@media screen and (max-width: 991px) {
    .our_expertise .description_row .description_text {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .our_expertise .description_row .btn {
        display: none;
    }
}
.our_expertise_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -87px -100px;
}
@media screen and (max-width: 1440px) {
    .our_expertise_wrap {
        margin: 0 -66px -75px;
    }
}
@media screen and (max-width: 767px) {
    .our_expertise_wrap {
        display: block;
        margin: 0;
    }
}
.our_expertise_box {
    position: relative;
    width: calc(50% - 174px);
    margin: 0 87px 100px;
    padding-bottom: 45px;
    border-bottom: 1px solid #d9d1e3;
}
@media screen and (max-width: 1440px) {
    .our_expertise_box {
        width: calc(50% - 132px);
        margin: 0 66px 75px;
    }
}
@media screen and (max-width: 767px) {
    .our_expertise_box {
        width: 100%;
        padding-bottom: 25px;
        margin: 0 0 32px;
        border-bottom-color: #fff;
    }
}
@media screen and (max-width: 767px) {
    .our_expertise_box:last-child {
        margin-bottom: 0;
    }
}
.our_expertise_icon {
    min-height: 135px;
    margin-bottom: 45px;
}
@media screen and (max-width: 1440px) {
    .our_expertise_icon {
        max-width: 118px;
        min-height: 123px;
        margin-bottom: 34px;
    }
}
@media screen and (max-width: 767px) {
    .our_expertise_icon {
        min-height: auto;
        margin-bottom: 44px;
    }
}
.our_expertise_name {
    color: #575756;
    font-weight: 500;
    font-size: clamp(50px, 3.125vw, 60px);
    line-height: 118%;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .our_expertise_name {
        margin-bottom: 25px;
    }
}
.our_expertise_text {
    color: #575756;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .our_expertise_text {
        font-size: 18px;
        line-height: 23px;
    }
}
@media screen and (max-width: 767px) {
    .our_expertise_text {
        font-size: 16px;
        line-height: 22px;
    }
}
.our_expertise_more {
    display: inline-block;
    color: #523178;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .our_expertise_more {
        display: none;
    }
}
.our_expertise_more:hover {
    text-decoration: none;
}
.our_expertise_arrow {
    display: none;
}
@media screen and (max-width: 767px) {
    .our_expertise_arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        border: 2px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.our_expertise_arrow svg {
    width: 23px;
    height: 15px;
    display: block;
    stroke: #fff;
}
.popup_fade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    padding: 64px 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
@media screen and (max-width: 767px) {
    .popup_fade {
        padding: 32px 0;
    }
}
.popup_fade.visible {
    opacity: 1;
    visibility: visible;
}
.popup_inner {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: auto;
    padding: 0 64px;
}
@media screen and (max-width: 991px) {
    .popup_inner {
        padding: 0;
    }
}
.popup_close {
    position: absolute;
    top: 48px;
    right: 48px;
    display: block;
    cursor: pointer;
    background: 0 0;
    border: none;
    z-index: 10000;
}
@media screen and (max-width: 1440px) {
    .popup_close {
        top: 32px;
        right: 32px;
    }
}
@media screen and (max-width: 1400px) {
    .popup_close {
        top: 16px;
        right: 16px;
    }
}
.popup_close:hover svg {
    stroke: #fe5002;
}
.popup_close svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: #fff;
    transition: all 0.3s;
}
.popup_video_wrap {
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    overflow: auto;
}
.popup_video_container {
    position: relative;
    z-index: 2;
    height: 0;
    padding-bottom: 56.6%;
    margin: auto 0;
    width: 100%;
}
.popup_video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.feature_section {
    padding: 205px 0 230px;
}
@media screen and (max-width: 1440px) {
    .feature_section {
        padding: 154px 0 172px;
    }
}
@media screen and (max-width: 991px) {
    .feature_section {
        padding: 75px 0;
    }
}
.feature_section.p_no {
    padding: 0;
}
.feature_section.pt_no {
    padding-top: 0;
}
.feature_section.pb_no {
    padding-bottom: 0;
}
.feature_block {
    position: relative;
    padding-top: 294px;
}
@media screen and (max-width: 1440px) {
    .feature_block {
        padding-top: 220px;
    }
}
@media screen and (max-width: 991px) {
    .feature_block {
        padding-top: 0;
    }
}
.feature_img {
    position: absolute;
    top: 0;
    left: 62px;
    right: 0;
    bottom: 53px;
}
@media screen and (max-width: 991px) {
    .feature_img {
        position: static;
    }
}
@media screen and (max-width: 767px) {
    .feature_img {
        height: 300px;
    }
}
.feature_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature_info {
    position: relative;
    width: 730px;
    overflow: hidden;
}
@media screen and (max-width: 1440px) {
    .feature_info {
        width: 548px;
    }
}
@media screen and (max-width: 991px) {
    .feature_info {
        width: 100%;
    }
}
.feature_info.green {
    background-color: #22b4b3;
}
.feature_info.gray {
    background-color: #efefef;
}
.feature_info.gray .feature_info_title {
    color: #523178;
}
.feature_info.gray .feature_info_text {
    color: #523178;
}
.feature_info .btn {
    margin-top: 45px;
}
.feature_info_body {
    position: relative;
    z-index: 2;
    min-height: 523px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px;
}
@media screen and (max-width: 1440px) {
    .feature_info_body {
        padding: 45px;
        min-height: 392px;
    }
}
@media screen and (max-width: 767px) {
    .feature_info_body {
        padding: 60px 34px 110px;
        min-height: auto;
    }
}
.feature_info_title {
    margin-bottom: 26px;
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .feature_info_title {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 991px) {
    .feature_info_title {
        font-size: 40px;
        line-height: 47px;
    }
}
.feature_info_text {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .feature_info_text {
        font-size: 24px;
        line-height: 32px;
    }
}
@media screen and (max-width: 991px) {
    .feature_info_text {
        font-size: 27px;
        line-height: 33px;
    }
}
.feature_info_vector {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 1;
    width: 130%;
}
.feature_info_vector img {
    width: 100%;
}
.top_page {
    position: relative;
    background-color: #523178;
    overflow: hidden;
}
.top_page.white {
    background-color: #fff;
}
.top_page.white .top_page_vector:before {
    display: none;
}
.top_page.white .top_text {
    color: #523178;
}
.top_page_vector {
    position: absolute;
    bottom: -70px;
    left: 0;
    z-index: 1;
    width: 100%;
}
.top_page_vector:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 49.42%;
    background: linear-gradient(90deg, #523178 0, rgba(82, 49, 120, 0) 100%);
}
.top_page_vector img {
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 0.8;
}
.top_page_inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    min-height: 684px;
    padding: 244px 0 150px;
}
@media screen and (max-width: 1440px) {
    .top_page_inner {
        min-height: 640px;
        padding: 183px 0 112px;
    }
}
@media screen and (max-width: 991px) {
    .top_page_inner {
        align-items: center;
        padding: 133px 0 80px;
    }
}
.top_page_info {
    max-width: 1060px;
}
@media screen and (max-width: 1440px) {
    .top_page_info {
        max-width: 795px;
    }
}
@media screen and (max-width: 991px) {
    .top_page_info {
        max-width: none;
    }
}
@media screen and (max-width: 991px) {
    .top_page_img {
        height: 400px;
    }
}
.top_page_img.behind{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.top_page_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_page_img.scaled img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 1.5;
    object-fit: cover;
}
.overplay{
    z-index: 10000;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
}
.overplay iframe{
    height: 60vh;
    width: 70%;
    margin: 20vh 15%;
}
.goals_section {
    overflow: hidden;
    padding-top: 70px;
}
@media screen and (max-width: 991px) {
    .goals_section {
        padding-bottom: 75px;
    }
}
.goals_section .description_row {
    margin-bottom: 190px;
}
@media screen and (max-width: 1440px) {
    .goals_section .description_row {
        margin-bottom: 142px;
    }
}
@media screen and (max-width: 991px) {
    .goals_section .description_row {
        margin-bottom: 62px;
    }
}
.goals_section .description_row .title_section {
    max-width: 608px;
}
@media screen and (max-width: 1440px) {
    .goals_section .description_row .title_section {
        max-width: 456px;
    }
}
@media screen and (max-width: 991px) {
    .goals_section .description_row .title_section {
        max-width: none;
        font-size: 50px;
        line-height: 1;
    }
}
.goals_block .carousel_nav {
    display: none;
}
@media screen and (max-width: 991px) {
    .goals_block .carousel_nav {
        display: flex;
        margin-top: 36px;
    }
}
.goals_block .carousel_arrow {
    margin-right: 17px;
}
.goals_block .carousel_arrow:last-child {
    margin-right: 0;
}
@media screen and (max-width: 991px) {
    .goals_block .carousel_next {
        display: flex;
    }
}
@media screen and (max-width: 991px) {
    .goals_slider.swiper {
        overflow: visible;
    }
}
.goals_slider .swiper-wrapper {
    align-items: flex-end;
}
.goal_item {
    border-left: 2px solid transparent;
}
@media screen and (max-width: 991px) {
    .goal_item {
        border-left: none;
    }
}
.goal_item:nth-child(3n + 1) {
    padding-bottom: 230px;
}
@media screen and (max-width: 1440px) {
    .goal_item:nth-child(3n + 1) {
        padding-bottom: 172px;
    }
}
@media screen and (max-width: 991px) {
    .goal_item:nth-child(3n + 1) {
        padding-bottom: 0;
    }
}
.goal_item:nth-child(3n + 2) {
    padding-bottom: 130px;
}
@media screen and (max-width: 1440px) {
    .goal_item:nth-child(3n + 2) {
        padding-bottom: 98px;
    }
}
@media screen and (max-width: 991px) {
    .goal_item:nth-child(3n + 2) {
        padding-bottom: 0;
    }
}
.goal_item:nth-child(3n + 3) {
    padding-bottom: 46px;
}
@media screen and (max-width: 1440px) {
    .goal_item:nth-child(3n + 3) {
        padding-bottom: 35px;
    }
}
@media screen and (max-width: 991px) {
    .goal_item:nth-child(3n + 3) {
        padding-bottom: 0;
    }
}
.goal_item.short .goal_item_inner {
    min-height: 564px;
}
@media screen and (max-width: 1440px) {
    .goal_item.short .goal_item_inner {
        min-height: 423px;
    }
}
@media screen and (max-width: 991px) {
    .goal_item.short .goal_item_inner {
        min-height: 408px;
    }
}
.goal_item.purple {
    border-left-color: #523178;
}
.goal_item.purple .goal_item_inner {
    background-color: #cdc6dd;
}
.goal_item.pink {
    border-left-color: #e44087;
}
.goal_item.pink .goal_item_inner {
    background-color: #f8d9e7;
}
.goal_item.green {
    border-left-color: #22b4b3;
}
.goal_item.green .goal_item_inner {
    background-color: #b6dddb;
}
.goal_item_inner {
    min-height: 748px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 73px 53px 50px;
}
@media screen and (max-width: 1440px) {
    .goal_item_inner {
        min-height: 561px;
        padding: 55px 40px 38px;
    }
}
@media screen and (max-width: 991px) {
    .goal_item_inner {
        min-height: 408px;
        padding: 40px 29px 35px;
    }
}
.goal_item_num {
    color: #523178;
    font-weight: 500;
    font-size: clamp(50px, 5.72vw, 110px);
    line-height: 109%;
    letter-spacing: -0.01em;
    margin-bottom: 22px;
}
.goal_item_name {
    font-weight: 500;
}
.goal_item_text {
    font-weight: 500;
}
.focus_inner {
    padding: 95px 0;
}
@media screen and (max-width: 1440px) {
    .focus_inner {
        padding: 72px 0;
    }
}
@media screen and (max-width: 767px) {
    .focus_inner {
        background-color: transparent;
    }
}
.focus_wrap {
    display: flex;
}
@media screen and (max-width: 991px) {
    .focus_wrap {
        display: block;
    }
}
.focus_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 152px;
}
@media screen and (max-width: 1440px) {
    .focus_left {
        padding-right: 114px;
    }
}
@media screen and (max-width: 991px) {
    .focus_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 46px;
    }
}
.focus_title {
    margin-bottom: 58px;
    color: #575756;
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .focus_title {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 44px;
    }
}
@media screen and (max-width: 991px) {
    .focus_title {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 31px;
    }
}
.focus_nav {
    max-width: 434px;
}
@media screen and (max-width: 1440px) {
    .focus_nav {
        max-width: 326px;
    }
}
@media screen and (max-width: 767px) {
    .focus_nav {
        max-width: none;
    }
}
.focus_nav li {
    position: relative;
    cursor: pointer;
    color: #523178;
    font-weight: 500;
    font-size: clamp(50px, 3.125vw, 60px);
    line-height: 118%;
    letter-spacing: -0.01em;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
    .focus_nav li {
        padding-bottom: 10px;
    }
}
.focus_nav li:hover:after {
    width: 100%;
}
.focus_nav li.active:before {
    width: 100%;
}
.focus_nav li:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #cdc6dd;
    transition: all 0.3s;
}
@media screen and (max-width: 767px) {
    .focus_nav li:before {
        bottom: 0;
        height: 2px;
        background-color: #523178;
    }
}
.focus_nav li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #523178;
    transition: all 0.3s;
}
@media screen and (max-width: 767px) {
    .focus_nav li:after {
        height: 2px;
    }
}
.focus_nav li:last-child {
    margin-bottom: 0;
}
.focus_bottom {
    margin-top: 40px;
}
@media screen and (max-width: 991px) {
    .focus_bottom {
        margin-top: 77px;
    }
}
.focus_dots {
    margin-bottom: 33px;
}
.focus_dots .swiper-pagination-bullet {
    opacity: 1;
    background-color: transparent;
    border: 1px solid #523178;
    width: 14px;
    height: 14px;
    margin-right: 14px;
}
.focus_dots .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.focus_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #523178;
}
.focus_info .btn {
    margin-top: 48px;
}
@media screen and (max-width: 1440px) {
    .focus_info .btn {
        margin-top: 37px;
    }
}
.focus_info_name {
    color: #523178;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
    .focus_info_name {
        margin-bottom: 30px;
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .focus_info_name {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .focus_info_name {
        margin-bottom: 25px;
    }
}
.focus_right {
    width: 50%;
}
@media screen and (max-width: 991px) {
    .focus_right {
        width: 100%;
    }
}
.focus_images.swiper {
    height: 100%;
}
.focus_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.images_section {
    overflow: hidden;
    margin-bottom: 266px;
}
@media screen and (max-width: 1440px) {
    .images_section {
        margin-bottom: 200px;
    }
}
@media screen and (max-width: 991px) {
    .images_section {
        margin-bottom: 75px;
    }
}
.images_section.mb_no {
    margin-bottom: 0;
}
.images_section .carousel_nav {
    margin-right: 54px;
}
.images_carousel {
    width: 100%;
    order: 2;
}
.images_carousel.swiper {
    overflow: visible;
}
.images_carousel.swiper-backface-hidden .swiper-slide {
    transform: translateX(var(--tw-translate-x));
}
.images_carousel .swiper-slide {
    --tw-translate-x: -55vw;
    width: 47%;
    will-change: transform;
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .images_carousel .swiper-slide {
        --tw-translate-x: 0;
    }
}
.images_carousel .swiper-slide.swiper-slide-active,
.images_carousel .swiper-slide.swiper-slide-active ~ * {
    --tw-translate-x: 0;
}
.carousel_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offerings_section {
    padding-top: 111px;
}
@media screen and (max-width: 991px) {
    .offerings_section {
        padding-top: 75px;
    }
}
.offerings_section .description_row {
    margin-bottom: 164px;
}
@media screen and (max-width: 1440px) {
    .offerings_section .description_row {
        margin-bottom: 123px;
    }
}
@media screen and (max-width: 991px) {
    .offerings_section .description_row {
        margin-bottom: 58px;
    }
}
.offerings_section .title_section {
    max-width: 1025px;
}
@media screen and (max-width: 1440px) {
    .offerings_section .title_section {
        max-width: 768px;
    }
}
@media screen and (max-width: 991px) {
    .offerings_section .title_section {
        max-width: none;
    }
}
.overflow_hidden {
    overflow: hidden;
}

.img_section{
    padding: 50px 0;
}

.content_section {
    padding: 230px 0 115px 0 ;
}
@media screen and (max-width: 1440px) {
    .content_section {
        padding: 172px 0 86px 0 ;
    }
}
@media screen and (max-width: 991px) {
    .content_section {
        padding: 75px 0 35px 0 ;
    }
}
.content_section.p_no {
    padding: 0;
}
.content_section.pt_no {
    padding-top: 0;
}
.content_section.pb_no {
    padding-bottom: 0;
}
.content_section.pb_small {
    padding-bottom: 68px;
}
.content_section.mb {
    margin-bottom: 230px;
}
@media screen and (max-width: 1440px) {
    .content_section.mb {
        margin-bottom: 172px;
    }
}
@media screen and (max-width: 991px) {
    .content_section.mb {
        margin-bottom: 75px;
    }
}
.content_section .img_section {
    margin-bottom: 163px;
}
@media screen and (max-width: 1440px) {
    .content_section .img_section {
        margin-bottom: 122px;
    }
}
@media screen and (max-width: 991px) {
    .content_section .img_section {
        margin-bottom: 75px;
    }
}
.content_section .img_section:last-child {
    margin-bottom: 0;
}
.content_intro {
    margin-bottom: 217px;
}
@media screen and (max-width: 1440px) {
    .content_intro {
        margin-bottom: 162px;
    }
}
@media screen and (max-width: 991px) {
    .content_intro {
        margin-bottom: 75px;
    }
}
.content_intro .title_section {
    margin-bottom: 135px;
}
@media screen and (max-width: 1440px) {
    .content_intro .title_section {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 991px) {
    .content_intro .title_section {
        margin-bottom: 24px;
    }
}
.content_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 191px;
}
@media screen and (max-width: 1440px) {
    .content_wrap {
        margin-bottom: 144px;
    }
}
@media screen and (max-width: 991px) {
    .content_wrap {
        margin-bottom: 75px;
    }
}
@media screen and (max-width: 767px) {
    .content_wrap {
        flex-direction: column;
    }
}
.content_wrap:last-child {
    margin-bottom: 0;
}
.content_wrap.reverse {
    flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
    .content_wrap.reverse {
        flex-direction: column;
    }
}
.content_wrap.reverse .content_info {
    padding-left: 0;
    padding-right: 133px;
}
@media screen and (max-width: 1440px) {
    .content_wrap.reverse .content_info {
        padding-right: 100px;
    }
}
@media screen and (max-width: 991px) {
    .content_wrap.reverse .content_info {
        padding-right: 40px;
    }
}
@media screen and (max-width: 767px) {
    .content_wrap.reverse .content_info {
        padding-right: 0;
    }
}
.content_img {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .content_img {
        width: 100%;
        margin-bottom: 40px;
    }
}
.content_img img {
    width: 100%;
}
.content_info {
    width: 50%;
    padding-left: 133px;
}
@media screen and (max-width: 1440px) {
    .content_info {
        padding-left: 100px;
    }
}
@media screen and (max-width: 991px) {
    .content_info {
        padding-left: 40px;
    }
}
@media screen and (max-width: 767px) {
    .content_info {
        width: 100%;
        padding: 0;
    }
}
.content_description .title_section {
    margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
    .content_description .title_section {
        margin-bottom: 33px;
    }
}
.content_buttons {
    margin-top: 76px;
}
@media screen and (max-width: 1440px) {
    .content_buttons {
        margin-top: 57px;
    }
}
@media screen and (max-width: 991px) {
    .content_buttons {
        margin-top: 47px;
    }
}
.section_inner {
    padding: 186px 0;
}
@media screen and (max-width: 1440px) {
    .section_inner {
        padding: 140px 0;
    }
}
@media screen and (max-width: 991px) {
    .section_inner {
        padding: 75px 0;
    }
}
@media screen and (max-width: 767px) {
    .section_inner {
        margin: 0 -32px;
        padding-left: 32px;
        padding-right: 32px;
    }
}
.team_section .title_section {
    margin-bottom: 154px;
}
@media screen and (max-width: 1440px) {
    .team_section .title_section {
        margin-bottom: 116px;
    }
}
@media screen and (max-width: 991px) {
    .team_section .title_section {
        font-size: 50px;
        margin-bottom: 98px;
    }
}
.team_right {
    width: 75%;
    margin-left: auto;
    display: flex;
}
@media screen and (max-width: 991px) {
    .team_right {
        width: 100%;
    }
}
.team_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -108px;
}
@media screen and (max-width: 1440px) {
    .team_wrap {
        margin: 0 -12px -81px;
    }
}
@media screen and (max-width: 767px) {
    .team_wrap {
        margin: 0 -12px -51px;
    }
}
@media screen and (max-width: 576px) {
    .team_wrap {
        display: block;
        margin: 0;
    }
}
.team_item {
    border-top: 2px solid #523178;
    width: calc(33.33% - 24px);
    margin: 0 12px 108px;
    padding-top: 25px;
}
@media screen and (max-width: 1440px) {
    .team_item {
        margin: 0 12px 81px;
    }
}
@media screen and (max-width: 767px) {
    .team_item {
        width: calc(50% - 24px);
        margin: 0 12px 51px;
    }
}
@media screen and (max-width: 576px) {
    .team_item {
        width: 100%;
        margin: 0 0 51px;
    }
}
@media screen and (max-width: 576px) {
    .team_item:last-child {
        margin-bottom: 0;
    }
}
.team_item_info {
    margin-bottom: 30px;
}
.team_item_img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.team_item_img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}
.team_item_name {
    color: #523178;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .team_item_name {
        font-size: 20px;
        line-height: 27px;
    }
}
@media screen and (max-width: 991px) {
    .team_item_name {
        font-size: 26px;
        line-height: 36px;
    }
}
.team_item_position {
    color: #e44087;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .team_item_position {
        font-size: 13px;
        line-height: 20px;
    }
}
@media screen and (max-width: 767px) {
    .team_item_position {
        font-size: 16px;
        line-height: 23px;
    }
}

.team_item_description {
    margin: 10px 0;
}

@media screen and (max-width: 767px) {
    .team_item_description p{
        display: block;
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 24px;
    }
}

@media screen and (min-width: 768px) {
    .team_item_description p{
        display: none;
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 24px;
   }    
}


@media screen and (max-width: 767px) {
    .team_over{
        display: none;
    }
    .team_right .popup_close svg{
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .team_over{
        display: none;
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: 0;
        padding: 10vh 10%;
        z-index: 1000;
        background-color: #efefef;
    }
    .team_over .team_item_description p{
        display: block;
    }

    .team_over .flex_wrap{
        display: flex;
        gap: 50px;
    }
    .team_over .flex_wrap .team_item_img{
        width: 30%;
    }
    .team_over .flex_wrap .team_item_description{
        width: 70%;
    }

    .team_item.active{
        transform: none!important;
    }

    .team_item.active .team_over{
        display: block;
    }
    .team_right .popup_close{
        position: fixed;
        top: 48px;
        right: 48px;
        display:none;
    }

    .team_right .popup_close svg{
        stroke: #e44087;
    }

    .team_right .popup_close.active{
        display:block;
    }
}


.expertise_block {
    position: relative;
    margin-bottom: 127px;
}
@media screen and (max-width: 1440px) {
    .expertise_block {
        margin-bottom: 96px;
    }
}
@media screen and (max-width: 991px) {
    .expertise_block {
        margin-bottom: 75px;
    }
}
.expertise_block:last-child {
    margin-bottom: 0;
}
.expertise_block_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.expertise_block_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #575756 0, rgba(87, 87, 86, 0) 100%);
    mix-blend-mode: multiply;
}
.expertise_block_img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.expertise_block_info {
    position: relative;
    z-index: 2;
    padding: 96px 68px 68px;
    min-height: 728px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 1440px) {
    .expertise_block_info {
        min-height: 546px;
        padding: 72px 51px 51px;
    }
}
@media screen and (max-width: 767px) {
    .expertise_block_info {
        min-height: 640px;
        padding: 63px 34px;
    }
}
.expertise_block_icon {
    margin-bottom: 40px;
}
.expertise_block_description {
    max-width: 772px;
    margin-top: auto;
}
@media screen and (max-width: 1440px) {
    .expertise_block_description {
        max-width: 580px;
    }
}
@media screen and (max-width: 767px) {
    .expertise_block_description {
        max-width: none;
    }
}
.expertise_block_description .btn {
    margin-top: 54px;
}
@media screen and (max-width: 1440px) {
    .expertise_block_description .btn {
        margin-top: 40px;
    }
}
.expertise_block_name {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
    margin-bottom: 34px;
}
@media screen and (max-width: 1440px) {
    .expertise_block_name {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 26px;
    }
}
@media screen and (max-width: 767px) {
    .expertise_block_name {
        font-size: 32px;
        line-height: 1;
    }
}
.expertise_block_text {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .expertise_block_text {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .expertise_block_text {
        font-size: 22px;
        line-height: 32px;
    }
}
.lead_section {
    padding-top: 173px;
}
@media screen and (max-width: 1440px) {
    .lead_section {
        padding-top: 130px;
    }
}
@media screen and (max-width: 991px) {
    .lead_section {
        padding-top: 75px;
    }
}
@media screen and (max-width: 767px) {
    .lead_section {
        padding-bottom: 37px;
    }
}
.lead_section .title_section {
    margin-bottom: 157px;
}
@media screen and (max-width: 1440px) {
    .lead_section .title_section {
        margin-bottom: 118px;
    }
}
@media screen and (max-width: 991px) {
    .lead_section .title_section {
        font-size: 50px;
        margin-bottom: 48px;
    }
}
.lead_inner {
    max-width: 1308px;
    margin: 0 auto;
    padding-left: 60px;
}
@media screen and (max-width: 1440px) {
    .lead_inner {
        max-width: 981px;
        padding-left: 45px;
    }
}
@media screen and (max-width: 991px) {
    .lead_inner {
        max-width: none;
        padding-left: 0;
    }
}
.lead_wrap {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 121px;
}
@media screen and (max-width: 1440px) {
    .lead_wrap {
        padding-top: 91px;
    }
}
@media screen and (max-width: 991px) {
    .lead_wrap {
        padding-top: 48px;
    }
}
@media screen and (max-width: 767px) {
    .lead_wrap {
        display: block;
    }
}
.lead_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 431px;
    background-color: #523178;
}
@media screen and (max-width: 1440px) {
    .lead_wrap:before {
        width: 324px;
    }
}
@media screen and (max-width: 767px) {
    .lead_wrap:before {
        width: 100%;
    }
}
.lead_img {
    width: 431px;
    min-width: 431px;
}
@media screen and (max-width: 1440px) {
    .lead_img {
        width: 324px;
        min-width: 324px;
    }
}
@media screen and (max-width: 767px) {
    .lead_img {
        width: 100%;
        min-width: auto;
        margin-bottom: 48px;
    }
}
.lead_info {
    padding-left: 177px;
}
@media screen and (max-width: 1440px) {
    .lead_info {
        padding-left: 133px;
    }
}
@media screen and (max-width: 991px) {
    .lead_info {
        padding-left: 48px;
    }
}
@media screen and (max-width: 767px) {
    .lead_info {
        padding-left: 0;
    }
}
.lead_info_name {
    color: #523178;
    font-weight: 500;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
    .lead_info_name {
        font-size: 45px;
    }
}
@media screen and (max-width: 767px) {
    .lead_info_name {
        font-size: 50px;
        margin-bottom: 18px;
    }
}
.lead_info_position {
    color: #e44087;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
    .lead_info_position {
        font-size: 30px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .lead_info_position {
        font-size: 22px;
        margin-bottom: 28px;
    }
}
.testimonials_section {
    padding: 175px 0;
}
@media screen and (max-width: 1440px) {
    .testimonials_section {
        padding: 132px 0;
    }
}
@media screen and (max-width: 991px) {
    .testimonials_section {
        padding: 75px 0;
    }
}
.testimonials_section .title_section.xs {
    max-width: 805px;
    margin-bottom: 206px;
}
@media screen and (max-width: 1440px) {
    .testimonials_section .title_section.xs {
        max-width: 604px;
        margin-bottom: 154px;
    }
}
@media screen and (max-width: 991px) {
    .testimonials_section .title_section.xs {
        max-width: none;
        margin-bottom: 75px;
        font-size: 40px;
    }
}
.testimonials_inner {
    position: relative;
    padding: 0 100px;
}
@media screen and (max-width: 767px) {
    .testimonials_inner {
        padding: 0;
    }
}
.testimonials_inner .carousel_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
@media screen and (max-width: 767px) {
    .testimonials_inner .carousel_arrow {
        position: static;
        transform: translateY(0);
    }
}
@media screen and (max-width: 767px) {
    .testimonials_nav {
        display: flex;
        margin-top: 57px;
    }
}
.testimonials_prev {
    left: 0;
}
@media screen and (max-width: 767px) {
    .testimonials_prev {
        margin-right: 22px;
    }
}
.testimonials_next {
    display: flex;
    right: 0;
    left: unset;

}
.testimonials_dots {
    margin-bottom: 59px;
}
@media screen and (max-width: 1440px) {
    .testimonials_dots {
        margin-bottom: 44px;
    }
}
@media screen and (max-width: 767px) {
    .testimonials_dots {
        margin-bottom: 30px;
    }
}
.testimonials_dots .swiper-pagination-bullet {
    opacity: 1;
    background-color: transparent;
    border: 1px solid #523178;
    width: 14px;
    height: 14px;
    margin-right: 14px;
}
.testimonials_dots .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.testimonials_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #523178;
}
.testimonials_slider {
    max-width: 1126px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 1440px) {
    .testimonials_slider {
        max-width: 844px;
    }
}
@media screen and (max-width: 767px) {
    .testimonials_slider {
        text-align: left;
        max-width: none;
    }
}
.testimonial_item_text {
    color: #333332;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .testimonial_item_text {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .testimonial_item_text {
        font-size: 22px;
        line-height: 32px;
    }
}
.testimonial_item_text p {
    margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
    .testimonial_item_text p {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .testimonial_item_text p {
        margin-bottom: 24px;
    }
}
.testimonial_item_text p:last-child {
    margin-bottom: 0;
}
.testimonial_item_name {
    margin-top: 59px;
    color: #523178;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .testimonial_item_name {
        font-size: 18px;
        line-height: 26px;
        margin-top: 44px;
    }
}
@media screen and (max-width: 767px) {
    .testimonial_item_name {
        font-size: 16px;
        line-height: 24px;
        margin-top: 34px;
    }
}
.minus_top {
    padding-top: 360px;
    margin-top: -110px;
}
@media screen and (max-width: 1440px) {
    .minus_top {
        padding-top: 270px;
    }
}
@media screen and (max-width: 767px) {
    .minus_top {
        padding-top: 200px;
    }
}
.cs_locations {
    padding: 200px 0 182px;
}
@media screen and (max-width: 1440px) {
    .cs_locations {
        padding: 150px 0 136px;
    }
}
@media screen and (max-width: 991px) {
    .cs_locations {
        padding: 75px 0;
    }
}
.cs_locations_row {
    display: flex;
}
@media screen and (max-width: 991px) {
    .cs_locations_row {
        display: block;
    }
}
.cs_locations_left {
    width: 50%;
    padding-right: 40px;
}
@media screen and (max-width: 991px) {
    .cs_locations_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 48px;
    }
}
.cs_locations_right {
    width: 50%;
}
@media screen and (max-width: 991px) {
    .cs_locations_right {
        width: 100%;
    }
}
.cs_locations_right .description_text {
    margin-bottom: 165px;
}
@media screen and (max-width: 1440px) {
    .cs_locations_right .description_text {
        margin-bottom: 124px;
    }
}
@media screen and (max-width: 991px) {
    .cs_locations_right .description_text {
        margin-bottom: 61px;
    }
}
.cs_locations_right .description_text:last-child {
    margin-bottom: 0;
}
.topic_block {
    display: flex;
    max-width: 560px;
}
@media screen and (max-width: 1200px) {
    .topic_block {
        display: block;
    }
}
.topic_title {
    min-width: 130px;
    margin-right: 22px;
    color: #523178;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .topic_title {
        font-size: 22px;
        line-height: 28px;
        min-width: 98px;
        margin-right: 17px;
    }
}
@media screen and (max-width: 1200px) {
    .topic_title {
        margin: 0 0 40px;
    }
}
@media screen and (max-width: 767px) {
    .topic_title {
        margin: 0 0 40px;
        font-size: 26px;
        line-height: 36px;
    }
}
.topic_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px -50px;
}
@media screen and (max-width: 576px) {
    .topic_wrap {
        margin: 0 -8px -34px;
    }
}
.topic_tag {
    text-decoration: none;
    border: 1px solid #e44087;
    min-width: 163px;
    border-radius: 19px;
    background-color: rgba(228, 64, 135, 0.1);
    text-align: center;
    color: #e44087;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 9px 4px;
    letter-spacing: -0.01em;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 24px 50px;
    transition: all 0.3s;
}
@media screen and (max-width: 576px) {
    .topic_tag {
        min-width: auto;
        width: calc(50% - 16px);
        margin: 0 8px 34px;
    }
}
.topic_tag:hover {
    background-color: #e44087;
    color: #fff;
}
.topic_tag.active {
    background-color: #e44087;
    color: #fff;
}
.posts_panel {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 205px;
}
@media screen and (max-width: 1440px) {
    .posts_panel {
        margin-bottom: 154px;
    }
}
@media screen and (max-width: 1100px) {
    .posts_panel {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .posts_panel {
        margin-bottom: 61px;
    }
}
.posts_panel_left {
    width: 39%;
    max-width: 586px;
    padding-right: 40px;
}
@media screen and (max-width: 1440px) {
    .posts_panel_left {
        max-width: 440px;
    }
}
@media screen and (max-width: 1100px) {
    .posts_panel_left {
        max-width: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .posts_panel_left {
        margin-bottom: 74px;
    }
}
.posts_panel_right {
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
    .posts_panel_right {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 576px) {
    .posts_panel_right {
        display: block;
    }
}
.filter_block {
    position: relative;
    z-index: 2;
    display: flex;
}
@media screen and (max-width: 767px) {
    .filter_block {
        display: block;
    }
}
.filter_title {
    min-width: 130px;
    margin-right: 34px;
    color: #523178;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.01em;
    margin-top: 6px;
}
@media screen and (max-width: 1440px) {
    .filter_title {
        font-size: 22px;
        line-height: 28px;
        min-width: 80px;
        margin-right: 26px;
    }
}
@media screen and (max-width: 767px) {
    .filter_title {
        margin: 0 0 40px;
        font-size: 26px;
        line-height: 36px;
    }
}
.filter_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -34px;
}
@media screen and (max-width: 576px) {
    .filter_wrap {
        margin: 0 -8px -34px;
    }
}
.filter_item_select {
    position: relative;
    min-width: 194px;
    width: 194px;
    margin-right: 35px;
    margin-bottom: 34px;
}
@media screen and (max-width: 1440px) {
    .filter_item_select {
        min-width: 170px;
        width: 170px;
        margin-right: 26px;
    }
}
@media screen and (max-width: 767px) {
    .filter_item_select {
        min-width: 154px;
        width: 154px;
    }
}
@media screen and (max-width: 576px) {
    .filter_item_select {
        min-width: auto;
        width: calc(50% - 16px);
        margin: 0 8px 34px;
    }
}
.filter_item_select:last-child {
    margin-right: 0;
}
.filter_item_select.opened .filter_item_dropdown {
    opacity: 1;
    visibility: visible;
}
.filter_item_current {
    position: relative;
    z-index: 1;
    height: 47px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border: 2px solid #523178;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    font-weight: 500;
    color: #523178;
    font-size: 16px;
    line-height: 21px;
}
.filter_item_current:hover {
    border: 2px solid #523178;
    background-color:#523178 ;
    color: #fff;
}
@media screen and (max-width: 1440px) {
    .filter_item_current {
        padding: 0 16px;
        height: 43px;
    }
}
@media screen and (max-width: 767px) {
    .filter_item_current {
        height: 37px;
    }
}
/* .filter_item_current:hover:after {
    opacity: 1;
} */
.filter_item_current.active {
    border-radius: 30px 30px 0 0;
}
.filter_item_current.active svg {
    transform: rotate(180deg);
}
.filter_item_current:after {
    content: attr(hover);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #523178;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all 0.3s;
}
@media screen and (max-width: 576px) {
    .filter_item_current:after {
        display: none;
    }
}
.filter_item_current span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.filter_item_current svg {
    stroke: #523178;
    margin-left: 10px;
}
.filter_item_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 16px 0;
    border: 2px solid #523178;
    background-color: #fff;
    border-top: none;
    border-radius: 0 0 30px 30px;
}
.filter_item_dropdown li {
    color: #523178;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
}
.filter_item_dropdown li:last-child {
    margin-bottom: 0;
}
.filter_item_dropdown li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #523178;
    padding: 0 20px;
    transition: all 0.3s;
}
.filter_item_dropdown li a:hover {
    color: #e44087;
}
.posts_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -67px -164px;
}
@media screen and (max-width: 1440px) {
    .posts_wrap {
        margin: 0 -50px -123px;
    }
}
@media screen and (max-width: 1100px) {
    .posts_wrap {
        margin: 0 -24px -72px;
    }
}
@media screen and (max-width: 767px) {
    .posts_wrap {
        display: block;
        margin: 0;
    }
}
.post_box {
    width: calc(50% - 134px);
    margin: 0 67px 164px;
}
@media screen and (max-width: 1440px) {
    .post_box {
        width: calc(50% - 100px);
        margin: 0 50px 123px;
    }
}
@media screen and (max-width: 1100px) {
    .post_box {
        width: calc(50% - 48px);
        margin: 0 24px 72px;
    }
}
@media screen and (max-width: 767px) {
    .post_box {
        width: 100%;
        margin: 0 0 72px;
    }
}
@media screen and (max-width: 767px) {
    .post_box:last-child {
        margin-bottom: 0;
    }
}
.post_box_img {
    display: block;
    margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
    .post_box_img {
        margin-bottom: 35px;
    }
}

.post_box_img img{
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
}

.post_box_info {
    padding-left: 28px;
    border-left: 6px solid #523178;
}
@media screen and (max-width: 1440px) {
    .post_box_info {
        border-left-width: 4px;
        padding-left: 24px;
    }
}
.post_box_details {
    display: flex;
    margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
    .post_box_details {
        flex-direction: column;
        margin-bottom: 12px;
    }
}
.post_box_details span {
    margin-right: 32px;
    text-decoration: underline;
    color: #e44087;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.005em;
}
@media screen and (max-width: 1440px) {
    .post_box_details span {
        margin-right: 24px;
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 991px) {
    .post_box_details span {
        margin-right: 0;
    }
}
@media screen and (max-width: 576px) {
    .post_box_details span {
        font-size: 12px;
    }
}
.post_box_details span:last-child {
    margin-right: 0;
}
.post_box_details a {
    margin-right: 32px;
    text-decoration: underline;
    color: #e44087;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.005em;
}
@media screen and (max-width: 1440px) {
    .post_box_details a {
        margin-right: 24px;
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 991px) {
    .post_box_details a {
        margin-right: 0;
    }
}
@media screen and (max-width: 576px) {
    .post_box_details a {
        font-size: 12px;
    }
}
.post_box_details a:last-child {
    margin-right: 0;
}
.post_box_name {
    display: inline-block;
    text-decoration: none;
    color: #523178;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.01em;
    margin-bottom: 34px;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .post_box_name {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 991px) {
    .post_box_name {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 576px) {
    .post_box_name {
        font-size: 22px;
        line-height: 32px;
    }
}
.post_box_name:hover {
    color: #e44087;
}
.post_box_more {
    display: inline-block;
    margin-top: 20px;
    color: #523178;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}
@media screen and (max-width: 991px) {
    .post_box_more {
        margin-top: 18px;
    }
}
.post_box_more:hover {
    text-decoration: none;
}
.pages_nav_section .pages_nav {
    margin-top: 0;
}
.pages_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 670px;
    margin: 178px auto 0;
}
@media screen and (max-width: 1440px) {
    .pages_nav {
        margin-top: 134px;
    }
}
@media screen and (max-width: 991px) {
    .pages_nav {
        margin-top: 75px;
    }
}
.pages_nav_btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 194px;
    border: 2px solid #523178;
    border-radius: 30px;
    padding: 11px 23px;
    text-decoration: none;
    color: #523178;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .pages_nav_btn {
        padding: 9px 16px;
        min-width: 180px;
    }
}
@media screen and (max-width: 767px) {
    .pages_nav_btn {
        padding: 6px 16px;
        min-width: 154px;
    }
}
@media screen and (max-width: 576px) {
    .pages_nav_btn {
        width: 37px;
        height: 37px;
        padding: 0;
        min-width: auto;
        justify-content: center;
    }
}
@media screen and (max-width: 576px) {
    .pages_nav_btn span {
        display: none;
    }
}
    .pages_nav_btn:hover {
        background-color: #523178;
        color: #fff;;
        transition: all 0.3s;
    }
.pages_nav_btn:hover:after {
    /* opacity: 1; */
}
    .pages_nav_btn:hover svg {
        stroke: #fff;
        transition: all 0.3s;
    }
.pages_nav_btn:after {
    content: attr(hover);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #523178;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all 0.3s;
}
@media screen and (max-width: 576px) {
    .pages_nav_btn:after {
        display: none;
    }
}
.pages_nav_btn svg {
    stroke: #523178;
}
.page_prev svg {
    margin-right: 8px;
}
.page_next svg {
    margin-left: 8px;
}
.pages_nav_count {
    color: #523178;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.01em;
    margin: 0 24px;
}
@media screen and (max-width: 1440px) {
    .pages_nav_count {
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 767px) {
    .pages_nav_count {
        font-size: 16px;
        line-height: 22px;
    }
}

.search_posts{
    width: 70%;
}
@media screen and (max-width: 767px) {
    .search_post_item {
        width: 100%;
    }
}


.search_post_item {
    margin: 0 0 164px;
}
@media screen and (max-width: 1440px) {
    .search_post_item {
        margin: 0 0 123px;
    }
}
@media screen and (max-width: 1100px) {
    .search_post_item {
        margin: 0 0 72px;
    }
}
@media screen and (max-width: 767px) {
    .search_post_item {
        margin: 0 0 72px;
    }
}
@media screen and (max-width: 767px) {
    .search_post_item:last-child {
        margin-bottom: 0;
    }
}
.search_post_info {
    padding-left: 28px;
    border-left: 6px solid #523178;
}
@media screen and (max-width: 1440px) {
    .search_post_info {
        border-left-width: 4px;
        padding-left: 24px;
    }
}
.search_post_details {
    display: flex;
    margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
    .search_post_details {
        flex-direction: column;
        margin-bottom: 12px;
    }
}
.search_post_details span {
    margin-right: 32px;
    text-decoration: underline;
    color: #e44087;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.005em;
}
@media screen and (max-width: 1440px) {
    .search_post_details span {
        margin-right: 24px;
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width: 991px) {
    .search_post_details span {
        margin-right: 0;
    }
}
@media screen and (max-width: 576px) {
    .search_post_details span {
        font-size: 12px;
    }
}
.search_post_details span:last-child {
    margin-right: 0;
}
.search_post_name {
    display: inline-block;
    text-decoration: none;
    color: #523178;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.01em;
    margin-bottom: 34px;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .search_post_name {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 991px) {
    .search_post_name {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 576px) {
    .search_post_name {
        font-size: 22px;
        line-height: 32px;
    }
}
.pink_text{
    color: #e44087;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.search_post_name:hover {
    color: #e44087;
}
.search_post_more {
    display: inline-block;
    margin-top: 20px;
    color: #523178;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}
@media screen and (max-width: 991px) {
    .search_post_more {
        margin-top: 18px;
    }
}
.search_post_more:hover {
    text-decoration: none;
}
.project_details {
    padding: 41px 0;
}
@media screen and (max-width: 991px) {
    .project_details {
        padding: 33px 0;
    }
}
.project_details_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
    .project_details_wrap {
        display: block;
    }
}
.project_details_item {
    margin-right: 44px;
}
@media screen and (max-width: 1440px) {
    .project_details_item {
        margin-right: 33px;
    }
}
@media screen and (max-width: 991px) {
    .project_details_item {
        margin: 0 0 24px;
    }
}
.project_details_item:last-child {
    margin-right: 0;
}
@media screen and (max-width: 991px) {
    .project_details_item:last-child {
        margin-bottom: 0;
    }
}
.project_details_text {
    color: #523178;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .project_details_text {
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 991px) {
    .project_details_text {
        font-size: 22px;
        line-height: 32px;
    }
}
.project_details_text span {
    font-weight: 500;
}
.project_tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px -12px;
}
.project_tags a {
    text-decoration: none;
    border: 1px solid #523178;
    border-radius: 19px;
    margin: 0 6px 12px;
    padding: 7px 14px;
    color: #523178;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.01em;
    transition: all 0.3s;
}
.project_tags a:hover {
    background-color: #523178;
    color: #fff;
}
.impact_stats {
    overflow: hidden;
}
.impact_stats_block .carousel_nav {
    display: none;
}
@media screen and (max-width: 991px) {
    .impact_stats_block .carousel_nav {
        display: flex;
        margin-top: 36px;
    }
}
.impact_stats_block .carousel_arrow {
    margin-right: 17px;
}
.impact_stats_block .carousel_arrow:last-child {
    margin-right: 0;
}
@media screen and (max-width: 991px) {
    .impact_stats_block .carousel_next {
        display: flex;
    }
}
@media screen and (max-width: 991px) {
    .impact_stats_slider.swiper {
        overflow: visible;
    }
}
.impact_stat_item {
    padding: 60px 43px 67px;
}
@media screen and (max-width: 1440px) {
    .impact_stat_item {
        padding: 45px 32px 50px;
    }
}
@media screen and (max-width: 767px) {
    .impact_stat_item {
        padding: 35px 32px;
    }
}
.impact_stat_item.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    min-height: 622px;
}
@media screen and (max-width: 1440px) {
    .impact_stat_item.swiper-slide {
        min-height: 466px;
    }
}
@media screen and (max-width: 767px) {
    .impact_stat_item.swiper-slide {
        min-height: 408px;
    }
}
.impact_stat_item.purple {
    background-color: #cdc6dd;
}
.impact_stat_item.pink {
    background-color: #f8d9e7;
}
.impact_stat_item.green {
    background-color: #b6dddb;
}
.impact_stat_title {
    position: relative;
    padding-left: 0px;
    color: #e44087;
    font-weight: 500;
    font-size: 24px;
    line-height: 15px;
    letter-spacing: -0.01em;
    margin-bottom: 86px;
}
@media screen and (max-width: 1440px) {
    .impact_stat_title {
        margin-bottom: 64px;
    }
}
@media screen and (max-width: 767px) {
    .impact_stat_title {
        margin-bottom: 40px;
    }
}
/* .impact_stat_title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    background-color: #523178;
}
.impact_stat_title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    height: 15px;
    width: 3px;
    background-color: #523178;
} */
.impact_stat_name {
    color: #523178;
    font-weight: 500;
    font-size: clamp(50px, 3.4375vw, 66px);
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 48px;
}
.impact_stat_text {
    color: #575756;
    font-weight: 500;
    font-size: 26px;
    line-height: 42px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .impact_stat_text {
        font-size: 20px;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px) {
    .impact_stat_text {
        font-size: 16px;
        line-height: 27px;
    }
}
.testimonials_wrap {
    display: flex;
    position: relative;
    padding: 122px 0 91px;
}
@media screen and (max-width: 1440px) {
    .testimonials_wrap {
        padding: 92px 0 69px;
    }
}
@media screen and (max-width: 767px) {
    .testimonials_wrap {
        flex-direction: column;
    }
}
.testimonials_images {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
}
@media screen and (max-width: 767px) {
    .testimonials_images {
        position: static;
        width: 100%;
    }
}
.testimonials_images_slider.swiper {
    height: 100%;
}
@media screen and (max-width: 767px) {
    .testimonial_img {
        height: 260px;
    }
}
.testimonial_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials_about {
    position: relative;
    z-index: 2;
    width: 59.33%;
    margin-left: auto;
    background-color: #efefef;
    min-height: 400px;
    padding: 52px 69px;
}
@media screen and (max-width: 1440px) {
    .testimonials_about {
        min-height: 300px;
        padding: 34px 47px;
    }
}
@media screen and (max-width: 991px) {
    .testimonials_about {
        padding: 37px 14px 43px;
    }
}
@media screen and (max-width: 767px) {
    .testimonials_about {
        width: 100%;
    }
}
.testimonials_about_dots {
    margin-bottom: 28px;
}
@media screen and (max-width: 1440px) {
    .testimonials_about_dots {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 767px) {
    .testimonials_about_dots {
        margin-bottom: 15px;
    }
}
.testimonials_about_dots .swiper-pagination-bullet {
    opacity: 1;
    background-color: transparent;
    border: 1px solid #523178;
    width: 14px;
    height: 14px;
    margin-right: 14px;
}
.testimonials_about_dots .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.testimonials_about_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #523178;
}
.testimonial_about_text {
    color: #333332;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.02em;
}
@media screen and (max-width: 1440px) {
    .testimonial_about_text {
        font-size: 24px;
        line-height: 28px;
    }
}
@media screen and (max-width: 767px) {
    .testimonial_about_text {
        font-size: 22px;
        line-height: 29px;
    }
}
.testimonial_about_name {
    color: #523178;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
    margin-top: 28px;
}
@media screen and (max-width: 1440px) {
    .testimonial_about_name {
        font-size: 18px;
        line-height: 26px;
        margin-top: 18px;
    }
}
@media screen and (max-width: 767px) {
    .testimonial_about_name {
        font-size: 16px;
        line-height: 24px;
        margin-top: 14px;
    }
}
.testimonials_about_nav {
    display: flex;
    margin-top: 28px;
}
@media screen and (max-width: 1440px) {
    .testimonials_about_nav {
        margin-top: 18px;
    }
}
@media screen and (max-width: 767px) {
    .testimonials_about_nav {
        margin-top: 37px;
    }
}
.testimonials_about_prev {
    margin-right: 22px;
}
.testimonials_about_next {
    display: flex;
    top:0;
    left: 0;
}
.values_section {
    overflow: hidden;
}
.values_block .carousel_nav {
    display: none;
}
@media screen and (max-width: 991px) {
    .values_block .carousel_nav {
        display: flex;
        margin-top: 36px;
    }
}
.values_block .carousel_arrow {
    margin-right: 17px;
}
.values_block .carousel_arrow:last-child {
    margin-right: 0;
}
@media screen and (max-width: 991px) {
    .values_block .carousel_next {
        display: flex;
    }
}
@media screen and (max-width: 991px) {
    .values_slider.swiper {
        overflow: visible;
    }
}
.value_item {
    background-color: #fff;
}
.value_item.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    min-height: 622px;
    padding: 33px 37px 48px;
}
@media screen and (max-width: 1440px) {
    .value_item.swiper-slide {
        min-height: 466px;
        padding: 25px 28px 36px;
    }
}
@media screen and (max-width: 767px) {
    .value_item.swiper-slide {
        min-height: 408px;
    }
}
.value_item_icon {
    background-color: #efefef;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 62px;
}
.value_item_info {
    margin-top: auto;
}
.value_item_name {
    color: #523178;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 77px;
}
@media screen and (max-width: 1440px) {
    .value_item_name {
        font-size: 30px;
        margin-bottom: 58px;
    }
}
@media screen and (max-width: 767px) {
    .value_item_name {
        font-size: 50px;
        margin-bottom: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.value_item_name.large {
    font-size: clamp(40px, 5.72vw, 110px);
    line-height: 109%;
    margin-bottom: 27px;
}
.value_item_text {
    min-height: 138px;
}
@media screen and (max-width: 767px) {
    .value_item_text {
        min-height: auto;
    }
}
.value_item_text p {
    color: #575756;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
    .value_item_text p {
        font-size: 20px;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px) {
    .value_item_text p {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }
}
.value_item_text p:last-child {
    margin-bottom: 0;
}
.value_item_text p strong {
    font-weight: 500;
}
.vacancies_block .title_section {
    margin-bottom: 55px;
}
.vacancy_item {
    display: flex;
    align-items: center;
    padding: 50px 0;
    border-bottom: 2px solid #523178;
}
@media screen and (max-width: 1440px) {
    .vacancy_item {
        padding: 40px 0;
    }
}
@media screen and (max-width: 991px) {
    .vacancy_item {
        display: block;
    }
}
.vacancy_item:first-child {
    border-top: 2px solid #523178;
}
.vacancy_item_left {
    width: 40.53%;
    padding-right: 80px;
}
@media screen and (max-width: 991px) {
    .vacancy_item_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }
}
.vacancy_item_locations {
    width: 26.66%;
    padding-right: 40px;
}
@media screen and (max-width: 991px) {
    .vacancy_item_locations {
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }
}
.vacancy_item_sector {
    width: 18.66%;
    padding-right: 40px;
}
@media screen and (max-width: 991px) {
    .vacancy_item_sector {
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }
}
.vacancy_item_right {
    margin-left: auto;
}
@media screen and (max-width: 991px) {
    .vacancy_item_right {
        margin-left: auto;
    }
}
.vacancy_item_right .btn {
    min-width: 163px;
    border-width: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: rgba(82, 49, 120, 0.1);
}
.vacancy_item_name {
    color: #523178;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .vacancy_item_name {
        font-size: 30px;
        line-height: 35px;
    }
}
@media screen and (max-width: 991px) {
    .vacancy_item_name {
        font-size: 40px;
        line-height: 46px;
    }
}
.vacancy_item_position {
    color: #575756;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .vacancy_item_position {
        font-size: 24px;
        line-height: 35px;
    }
}
@media screen and (max-width: 991px) {
    .vacancy_item_position {
        font-size: 32px;
        line-height: 46px;
    }
}
.vacancy_item_value {
    color: #523178;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
    .vacancy_item_value {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 991px) {
    .vacancy_item_value {
        font-size: 22px;
        line-height: 32px;
    }
}
.vacancy_item_text {
    color: #575756;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .vacancy_item_text {
        font-size: 17px;
        line-height: 24px;
    }
}
@media screen and (max-width: 991px) {
    .vacancy_item_text {
        font-size: 22px;
        line-height: 32px;
    }
}
.toggle_container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.faq_box {
    position: relative;
    border-top: 2px solid #523178;
    padding: 37px 0;
    transition: all 0.3s;
}
@media screen and (max-width: 767px) {
    .faq_box {
        padding-bottom: 75px;
    }
}
.faq_box.active {
    padding-bottom: 119px;
}
@media screen and (max-width: 1440px) {
    .faq_box.active {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 767px) {
    .faq_box.active {
        padding-bottom: 75px;
    }
}
.faq_box.active .faq_box_counter {
    margin-bottom: 96px;
}
@media screen and (max-width: 1440px) {
    .faq_box.active .faq_box_counter {
        margin-bottom: 72px;
    }
}
@media screen and (max-width: 767px) {
    .faq_box.active .faq_box_counter {
        margin-bottom: 75px;
    }
}
.faq_box_counter {
    color: #575756;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 37px;
    transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
    .faq_box_counter {
        font-size: 22px;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px) {
    .faq_box_counter {
        margin-bottom: 51px;
    }
}
.faq_box_counter span {
    color: #e44087;
}
.faq_box_trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq_box_trigger.active .faq_box_arrow {
    transform: rotate(90deg);
}
.faq_box_title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 48px;
}
@media screen and (max-width: 767px) {
    .faq_box_title {
        padding-right: 0;
    }
}
@media screen and (max-width: 576px) {
    .faq_box_title {
        align-items: flex-start;
        flex-direction: column;
    }
}
.faq_box_icon {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 98px;
    height: 98px;
    margin-right: 34px;
}
@media screen and (max-width: 576px) {
    .faq_box_icon {
        margin: 0 0 24px;
    }
}
.faq_box_name {
    color: #523178;
    font-weight: 500;
    font-size: clamp(40px, 5.72vw, 110px);
    line-height: 109%;
    letter-spacing: -0.01em;
}
.faq_box_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #523178;
    border-radius: 50%;
    width: 121px;
    height: 121px;
}
@media screen and (max-width: 1440px) {
    .faq_box_arrow {
        width: 91px;
        height: 91px;
    }
}
@media screen and (max-width: 767px) {
    .faq_box_arrow {
        position: absolute;
        top: 25px;
        right: 0;
        width: 49px;
        height: 49px;
    }
}
.faq_box_arrow svg {
    stroke: #523178;
}
@media screen and (max-width: 1440px) {
    .faq_box_arrow svg {
        width: 43px;
        height: 29px;
    }
}
@media screen and (max-width: 767px) {
    .faq_box_arrow svg {
        width: 22px;
        height: 14px;
    }
}
.faq_box_content {
    padding-top: 114px;
}
@media screen and (max-width: 1440px) {
    .faq_box_content {
        padding-top: 86px;
    }
}
@media screen and (max-width: 767px) {
    .faq_box_content {
        padding-top: 75px;
    }
}
.faq_box_content .description_text {
    max-width: 800px;
}
@media screen and (max-width: 1440px) {
    .faq_box_content .description_text {
        max-width: 600px;
    }
}
.faq_box_content .description_text strong {
    color: #575756;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .faq_box_content .description_text strong {
        font-weight: 500;
    }
}
.benefits_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -48px;
}
@media screen and (max-width: 1440px) {
    .benefits_wrap {
        margin: 0 -36px;
    }
}
@media screen and (max-width: 991px) {
    .benefits_wrap {
        margin: 0 -16px;
    }
}
@media screen and (max-width: 767px) {
    .benefits_wrap {
        display: block;
        margin: 0;
    }
}
.benefit_item {
    width: calc(33.33% - 96px);
    margin: 0 48px;
    max-width: 354px;
}
@media screen and (max-width: 1440px) {
    .benefit_item {
        width: calc(33.33% - 72px);
        margin: 0 36px;
        max-width: 266px;
    }
}
@media screen and (max-width: 991px) {
    .benefit_item {
        width: calc(33.33% - 32px);
        margin: 0 16px;
    }
}
@media screen and (max-width: 767px) {
    .benefit_item {
        width: 100%;
        margin: 0 0 40px;
        max-width: none;
    }
}
@media screen and (max-width: 767px) {
    .benefit_item:last-child {
        margin-bottom: 0;
    }
}
.benefit_item_icon {
    background-color: #fff;
    border-radius: 50%;
    width: 79px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 37px;
}
.benefit_item_name {
    margin-bottom: 24px;
    color: #523178;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .benefit_item_name {
        font-size: 24px;
        line-height: 32px;
    }
}
.benefit_item_text {
    color: #575756;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .benefit_item_text {
        font-size: 18px;
        line-height: 26px;
    }
}
.find_us {
    padding: 167px 0 155px;
}
@media screen and (max-width: 1440px) {
    .find_us {
        padding: 125px 0 116px;
    }
}
@media screen and (max-width: 991px) {
    .find_us {
        padding: 75px 0;
    }
}
.find_us_wrap {
    display: flex;
}
@media screen and (max-width: 576px) {
    .find_us_wrap {
        display: block;
    }
}
.find_us_left {
    width: 50%;
    padding-right: 24px;
}
@media screen and (max-width: 576px) {
    .find_us_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
}
.find_us_right {
    width: 50%;
    padding-left: 24px;
}
@media screen and (max-width: 576px) {
    .find_us_right {
        width: 100%;
        padding-left: 0;
    }
}
.map_area{
    width: 100%;
    height: 60vh;
}

.map_area iframe{
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .map_area{
        width: 100%;
        height: 70vh;
    }
}

.contact_map {
    height: 800px;
}
@media screen and (max-width: 1440px) {
    .contact_map {
        height: 600px;
    }
}
@media screen and (max-width: 991px) {
    .contact_map {
        height: 450px;
    }
}
.map_label {
    top: -50px;
    position: relative;
}
.our_locations .description_row {
    margin-bottom: 238px;
}
@media screen and (max-width: 1440px) {
    .our_locations .description_row {
        margin-bottom: 178px;
    }
}
@media screen and (max-width: 991px) {
    .our_locations .description_row {
        margin-bottom: 48px;
    }
}
.locations_wrap {
    display: flex;
    margin: 0 -8px;
}
@media screen and (max-width: 991px) {
    .locations_wrap {
        display: block;
        margin: 0;
    }
}
.location_box {
    width: calc(33.33% - 16px);
    margin: 0 8px;
    background-color: #efefef;
    padding: 60px 40px 78px;
}
@media screen and (max-width: 1440px) {
    .location_box {
        padding: 45px 30px 58px;
    }
}
@media screen and (max-width: 991px) {
    .location_box {
        width: 100%;
        margin: 0 0 16px;
    }
}
@media screen and (max-width: 767px) {
    .location_box {
        padding: 40px 34px 56px;
    }
}
@media screen and (max-width: 991px) {
    .location_box:last-child {
        margin-bottom: 0;
    }
}
.location_box_title {
    position: relative;
    padding-left: 29px;
    color: #e44087;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.01em;
    margin-bottom: 86px;
}
@media screen and (max-width: 1440px) {
    .location_box_title {
        margin-bottom: 64px;
    }
}
@media screen and (max-width: 767px) {
    .location_box_title {
        margin-bottom: 40px;
    }
}
.location_box_title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    background-color: #523178;
}
.location_box_title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    height: 15px;
    width: 3px;
    background-color: #523178;
}
.location_box_name {
    color: #523178;
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .location_box_name {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .location_box_name {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 24px;
    }
}
.location_box_item {
    margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
    .location_box_item {
        margin-bottom: 24px;
    }
}
.location_box_item:last-child {
    margin-bottom: 0;
}
.location_box_text {
    color: #575756;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .location_box_text {
        font-size: 20px;
        line-height: 27px;
    }
}
@media screen and (max-width: 767px) {
    .location_box_text {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: normal;
    }
}
.location_box_text strong {
    font-weight: 700;
    color: #523178;
}
.location_box_text a {
    text-decoration: none;
    color: #707070;
}
.location_box_text a:hover {
    text-decoration: underline;
}
.contact_request .title_section {
    margin-bottom: 43px;
}
@media screen and (max-width: 991px) {
    .contact_request .title_section {
        margin-bottom: 16px;
    }
}
.contact_request_wrap {
    display: flex;
}
@media screen and (max-width: 991px) {
    .contact_request_wrap {
        display: block;
    }
}
.contact_request_left {
    width: 40.67%;
    padding-right: 40px;
}
@media screen and (max-width: 991px) {
    .contact_request_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 54px;
    }
}
.contact_request_left .description_text {
    max-width: 434px;
}
@media screen and (max-width: 1440px) {
    .contact_request_left .description_text {
        max-width: 326px;
    }
}
@media screen and (max-width: 991px) {
    .contact_request_left .description_text {
        max-width: none;
    }
}
.contact_request_right {
    width: 59.33%;
}
@media screen and (max-width: 991px) {
    .contact_request_right {
        width: 100%;
    }
}
.form_row {
    margin-bottom: 43px;
}
@media screen and (max-width: 1440px) {
    .form_row {
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 991px) {
    .form_row {
        margin-bottom: 43px;
    }
}
.form_row:last-child {
    margin-bottom: 0;
}
.form_label {
    display: inline-block;
    cursor: pointer;
    color: #575756;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
    .form_label {
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 20px;
    }
}
@media screen and (max-width: 991px) {
    .form_label {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}
.form_cell input {
    width: 100%;
    height: 62px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #523178;
    color: #575756;
    font: 22px "Neue Haas Grotesk Display Pro", sans-serif;
    letter-spacing: -0.01em;
}
.form_cell input::-webkit-input-placeholder {
    color: #575756;
}
.form_cell input:-moz-placeholder {
    color: #575756;
}
.form_cell input::-moz-placeholder {
    color: #575756;
}
.form_cell input:-ms-input-placeholder {
    color: #575756;
}
@media screen and (max-width: 1440px) {
    .form_cell input {
        height: 46px;
        font-size: 17px;
    }
}
@media screen and (max-width: 991px) {
    .form_cell input {
        height: 62px;
        font-size: 22px;
    }
}
.form_cell textarea {
    vertical-align: top;
    resize: none;
    width: 100%;
    height: 465px;
    padding: 10px 16px;
    border-radius: 0;
    border: 2px solid #523178;
    color: #575756;
    font: 22px "Neue Haas Grotesk Display Pro", sans-serif;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .form_cell textarea {
        height: 348px;
    }
}
@media screen and (max-width: 991px) {
    .form_cell textarea {
        height: 465px;
    }
}
.form_textarea {
    padding-top: 19px;
}
.form_send {
    margin-top: 84px;
}
@media screen and (max-width: 1440px) {
    .form_send {
        margin-top: 63px;
    }
}
@media screen and (max-width: 991px) {
    .form_send {
        margin-top: 44px;
    }
}
.investment_block {
    margin-bottom: 200px;
}
@media screen and (max-width: 1440px) {
    .investment_block {
        margin-bottom: 150px;
    }
}
@media screen and (max-width: 991px) {
    .investment_block {
        margin-bottom: 75px;
    }
}
.investment_block:last-child {
    margin-bottom: 0;
}
.investment_block .about_info {
    margin-bottom: 148px;
}
@media screen and (max-width: 1440px) {
    .investment_block .about_info {
        margin-bottom: 112px;
    }
}
@media screen and (max-width: 991px) {
    .investment_block .about_info {
        margin-bottom: 48px;
    }
}
.investment_row {
    display: flex;
    border-top: 1px solid #333332;
    padding: 36px 0 100px;
}
@media screen and (max-width: 1440px) {
    .investment_row {
        padding: 28px 0 75px;
    }
}
@media screen and (max-width: 991px) {
    .investment_row {
        display: block;
        padding-bottom: 62px;
    }
}
.investment_row:last-child {
    padding-bottom: 0;
}
.investment_row_left {
    width: 23%;
    padding-right: 24px;
}
@media screen and (max-width: 991px) {
    .investment_row_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 42px;
    }
}
.investment_row_nama {
    color: #333332;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.01em;
    max-width: 200px;
}
@media screen and (max-width: 1440px) {
    .investment_row_nama {
        font-size: 20px;
        line-height: 27px;
    }
}
@media screen and (max-width: 991px) {
    .investment_row_nama {
        font-size: 22px;
        line-height: 32px;
    }
}
.investment_cell {
    width: 44%;
}
@media screen and (max-width: 991px) {
    .investment_cell {
        width: 100%;
        margin-bottom: 54px;
    }
}
.investment_cell:last-child {
    width: 33%;
}
@media screen and (max-width: 991px) {
    .investment_cell:last-child {
        width: 100%;
        margin-bottom: 0;
    }
}
.investment_row_stat {
    display: flex;
    align-items: center;
}
.investment_row_stat.green {
    color: #22b4b3;
}
.investment_row_stat.pink {
    color: #e44087;
}
.investment_row_stat.big .investment_row_num {
    font-size: clamp(65px, 8.33vw, 160px);
    line-height: 75%;
}
@media screen and (max-width: 1440px) {
    .investment_row_stat.big img {
        width: 80px;
    }
}
@media screen and (max-width: 991px) {
    .investment_row_stat.big img {
        width: 42px;
    }
}
.investment_row_stat img {
    margin-left: 13px;
}
@media screen and (max-width: 1440px) {
    .investment_row_stat img {
        width: 42px;
    }
}
.investment_row_num {
    font-weight: 500;
    font-size: clamp(65px, 4.16vw, 80px);
    line-height: 112.5%;
    letter-spacing: -0.01em;
}
.investment_row_text {
    color: #333332;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.01em;
    max-width: 250px;
    margin-top: 13px;
}
@media screen and (max-width: 1440px) {
    .investment_row_text {
        font-size: 20px;
        line-height: 27px;
    }
}
@media screen and (max-width: 991px) {
    .investment_row_text {
        font-size: 22px;
        line-height: 32px;
    }
}
.journay_wrap {
    position: relative;
    display: flex;
    padding-right: 344px;
}
@media screen and (max-width: 1600px) {
    .journay_wrap {
        padding-right: 258px;
    }
}
@media screen and (max-width: 991px) {
    .journay_wrap {
        padding-right: 48px;
    }
}
@media screen and (max-width: 480px) {
    .journay_wrap {
        padding-right: 0;
    }
}
.journay_line {
    position: absolute;
    top: 0;
    right: 122px;
    width: 1px;
    height: 100%;
}
@media screen and (max-width: 1600px) {
    .journay_line {
        right: 92px;
    }
}
@media screen and (max-width: 991px) {
    .journay_line {
        right: 0;
    }
}
@media screen and (max-width: 480px) {
    .journay_line {
        display: none;
    }
}
.journay_line_inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#523178 4px, rgba(255, 255, 255, 0) 0);
    background-position: left;
    background-size: 4px 8px;
    background-repeat: repeat-y;
}
.journay_line_anim {
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 0;
    background-color: #523178;
}
.journay_line_anim:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 30px;
    height: 30px;
    background-color: #523178;
    border-radius: 50%;
}
@media screen and (max-width: 1440px) {
    .journay_line_anim:after {
        width: 24px;
        height: 24px;
    }
}
.journay_list {
    width: 100%;
}
.journay_item {
    margin-bottom: 157px;
}
@media screen and (max-width: 1440px) {
    .journay_item {
        margin-bottom: 118px;
    }
}
@media screen and (max-width: 991px) {
    .journay_item {
        margin-bottom: 75px;
    }
}
.journay_item:last-child {
    margin-bottom: 0;
}
.journay_item_name {
    color: #523178;
    font-weight: 500;
    font-size: clamp(65px, 8.33vw, 180px);
    line-height: 1;
    letter-spacing: -0.01em;
    margin: 0 0 -36px -6%;
}
@media screen and (max-width: 1440px) {
    .journay_item_name {
        margin-bottom: -24px;
    }
}
@media screen and (max-width: 991px) {
    .journay_item_name {
        margin: 0 0 -16px;
    }
}
@media screen and (max-width: 767px) {
    .journay_item_name {
        margin: 0 0 24px;
    }
}
.journay_item_body {
    position: relative;
    padding-top: 268px;
    padding-right: 48px;
}
@media screen and (max-width: 1440px) {
    .journay_item_body {
        padding-top: 200px;
    }
}
@media screen and (max-width: 767px) {
    .journay_item_body {
        padding: 0;
    }
}
.journay_item_img {
    position: absolute;
    top: 0;
    left: 63px;
    right: 0;
    bottom: 63px;
}
@media screen and (max-width: 1440px) {
    .journay_item_img {
        left: 48px;
        bottom: 48px;
    }
}
@media screen and (max-width: 767px) {
    .journay_item_img {
        position: static;
        height: 400px;
    }
}
.journay_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.journay_item_info {
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: #efefef;
    max-width: 805px;
    padding: 48px 40px 40px;
}
@media screen and (max-width: 1440px) {
    .journay_item_info {
        max-width: 600px;
        padding: 36px 30px 30px;
    }
}
.journay_item_info.green {
    background-color: #22b4b3;
}
.journay_item_info.green .journay_item_category {
    color: #fff;
}
.journay_item_info.purple {
    background-color: #523178;
}
.journay_item_info.purple .journay_item_category {
    color: #fff;
}
.journay_item_lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
@media screen and (max-width: 576px) {
    .journay_item_lists {
        display: block;
        margin: 0;
    }
}
.journay_item_lists ul {
    width: calc(50% - 36px);
    margin: 0 18px;
}
@media screen and (max-width: 576px) {
    .journay_item_lists ul {
        width: 100%;
        margin: 0 0 16px;
    }
}
@media screen and (max-width: 576px) {
    .journay_item_lists ul:last-child {
        margin-bottom: 0;
    }
}
.journay_item_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #523178;
    padding-top: 53px;
    margin-top: 51px;
}
@media screen and (max-width: 576px) {
    .journay_item_bottom {
        display: block;
        padding-top: 40px;
        margin-top: 40px;
    }
}
@media screen and (max-width: 576px) {
    .journay_item_bottom .btn {
        margin-top: 40px;
    }
}
.journay_item_category {
    color: #523178;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 1440px) {
    .journay_item_category {
        font-size: 16px;
        line-height: 24px;
    }
}
.journay_item_category strong {
    font-weight: 500;
}
.journey_item_vector {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.journay_item_description {
    position: relative;
    z-index: 2;
}
.journay_item_description .typical_text li {
    margin-bottom: 16px;
}
.journay_item_description .typical_text li:last-child {
    margin-bottom: 0;
}
.splitting .char,
.splitting .word {
    display: inline-block;
}
.splitting .char {
    position: relative;
}
.splitting .char::after,
.splitting .char::before {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: inherit;
    user-select: none;
}
.splitting {
    --word-center: calc((var(--word-total) - 1) / 2);
    --char-center: calc((var(--char-total) - 1) / 2);
    --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc((var(--distance) / var(--char-center)));
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-lock {
    display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px;
}
.choices:focus {
    outline: 0;
}
.choices:last-child {
    margin-bottom: 0;
}
.choices.is-open {
    overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none;
}
.choices.is-disabled .choices__item {
    cursor: not-allowed;
}
.choices [hidden] {
    display: none !important;
}
.choices[data-type*="select-one"] {
    cursor: pointer;
}
.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.25;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
    opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*="select-one"] .choices__item[data-value=""] .choices__button {
    display: none;
}
.choices[data-type*="select-one"]::after {
    content: "";
    background: url(../images/arrow_select.svg) no-repeat center/cover;
    width: 15px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.choices[data-type*="select-one"].is-open::after {
    transform: translateY(-50%) rotate(180deg);
}
.choices[data-type*="select-one"][dir="rtl"]::after {
    left: 11.5px;
    right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
    opacity: 1;
}
.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #523178;
    padding: 19px 52px 19px 0;
    color: #0f2945;
    font-size: 22px;
    line-height: 26px;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    min-height: 62px;
    overflow: hidden;
}
@media screen and (max-width: 1440px) {
    .choices__inner {
        font-size: 17px;
        line-height: 20px;
        min-height: 46px;
        padding: 15px 52px 15px 0;
    }
}
@media screen and (max-width: 991px) {
    .choices__inner {
        font-size: 22px;
        line-height: 26px;
        min-height: 62px;
        padding: 19px 52px 19px 0;
    }
}
.is-open .choices__inner {
    border-radius: 0;
}
.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.choices__list--single {
    display: inline-block;
    width: 100%;
}
[dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}
.choices__list--single .choices__item {
    width: 100%;
}
.choices__list--multiple {
    display: inline;
}
.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #efefef;
    border-radius: 0;
    top: 100%;
    margin-top: -1px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
    visibility: visible;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
    border-color: #000;
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 44px;
    font-size: 18px;
    line-height: 1;
}
@media screen and (max-width: 1440px) {
    .choices__list--dropdown .choices__item,
    .choices__list[aria-expanded] .choices__item {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .choices__list--dropdown .choices__item,
    .choices__list[aria-expanded] .choices__item {
        font-size: 18px;
    }
}
[dir="rtl"] .choices__list--dropdown .choices__item,
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
    text-align: right;
}
@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable,
    .choices__list[aria-expanded] .choices__item--selectable {
        padding-right: 12px;
    }
    .choices__list--dropdown .choices__item--selectable::after,
    .choices__list[aria-expanded] .choices__item--selectable::after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: none;
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable,
    [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable {
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable::after,
    [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable::after {
        right: auto;
        left: 10px;
    }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #523178;
    color: #fff;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
    opacity: 0.5;
}
.choices__item {
    cursor: default;
}
.choices__item--selectable {
    cursor: pointer;
}
.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none;
    opacity: 0.5;
}
.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}
.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.choices__button:focus {
    outline: 0;
}
.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}
.choices__input:focus {
    outline: 0;
}
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
    display: none;
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
[dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}
.choices__placeholder {
    opacity: 0.5;
}
.choices__list--dropdown .choices__item.choices__placeholder {
    display: none;
}
