body {
    margin: 0;
    padding: 0;
}

/* Header top bar */
.header_top_bar_wrapper {
    background: #E1F5E8;
    text-align: center;
    padding: 12px 0;
}

.header_top_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.header_top_bar_text {
    color: #31986B;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: center;
    width: 95%;
}

.header_top_bar_remove {
    cursor: pointer;
    width: 5%;
    text-align: right;
}

/* Header */
.site-header .wrap {
    display: flex;
    margin: 0 auto;
    max-width: 1680px;
    padding: 18px 30px;
    position: relative;
}

.site-header .title-area {
    width: 15%;
    display: inline-flex;
    align-items: center;
}

.site-header .nav-primary {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 60%;
}

.genesis-nav-menu ul {
    list-style: none;
    padding: 0;
}

.site-title {
    margin-bottom: unset;
}

.genesis-nav-menu ul li {
    display: inline-block;
    margin: 10px 0;
}

.genesis-nav-menu li a {
    padding: 0 40px 0 0;
    color: #4E4E4E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: unset;
}

.site-header .header_buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 25%;
    flex-wrap: wrap;
    justify-content: right;
}

.nav-primary .mobile-menu-button {
    display: none;
    border: 1px solid transparent;
    background-color: transparent;
    background-image: none;
    height: 30px;
    width: 30px;
    margin: 0 0 0 0;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 30px;
    cursor: pointer;
}

.nav-primary .mobile-menu-button .icon-bar {
    background-color: #8E8E8E;
    height: 2px;
    padding: 0;
    width: 100%;
    margin: 2px auto 3px;
    transition: all 0.2s;
    float: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-clip: border-box;
}

.language_switcher {
    display: inline-block;
    position: relative;
}

.language_switcher .selected_language {
    cursor: pointer;
    padding: 10px 0 10px 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.language_switcher .selected_language img {
    margin-right: 8px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.selected_language span {
    color: #4E4E4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 8px;
}

.language_switcher ul {
    position: absolute;
    top: 50px;
    left: -10px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
    z-index: 9;
    width: max-content;
}

.language_switcher ul li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #4E4E4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.language_switcher ul li:hover {
    background-color: #f0f0f0;
}

.language_switcher ul li img {
    margin-right: 8px;
    width: 24px;
}

.selected_language.opened svg {
    transform: rotate(180deg);
}

.contact_sales_button .button {
    padding: 10px 20px;
}

.mobile_menu_active .iwebsite-nav-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mobile_menu_active .mobile-menu-button .top-bar {
    transform: rotate(45deg) translate(6px, 5px);
}

.mobile_menu_active .mobile-menu-button .middle-bar {
    opacity: 0;
}

.mobile_menu_active .mobile-menu-button .bottom-bar {
    transform: rotate(-45deg) translate(5px, -4px);
}

.mobile_menu_active .nav-primary .mobile-menu-button {
    z-index: 99999;
    overflow-y: auto;
}

.mobile_menu_active .language_switcher_wrapper {
    position: absolute;
    z-index: 9999;
    top: unset;
    left: 215px;
    display: block;
}

.mobile_menu_active .language_switcher_wrapper .selected_language span {
    display: none;
}

.no_scroll {
    width: 100vw;
    overflow: hidden;
    height: 100vh;
    touch-action: none;
}

@media only screen and (max-width: 1350px) {
    .genesis-nav-menu ul li:first-child {
        margin-left: 15px;
        margin-right: unset;
    }
}

@media only screen and (max-width: 1024px) {
    .only_desk {
        display: none;
    }

    .nav-primary .mobile-menu-button {
        display: block;
        position: absolute;
        z-index: 9999;
        left: 25px;
        right: unset;
    }

    .site-header .nav-primary {
        width: 50%;
    }

    .site-header .header_buttons {
        width: 50%;
        justify-content: end;
    }

    .site-header .wrap {
        justify-content: center;
    }

    .site-header .title-area {
        position: absolute;
        max-width: 175px;
        top: 35px;
        left: auto;
        width: 100%;
    }

    .genesis-nav-menu ul li {
        display: block;
        margin: 15px 0;
    }

    .iwebsite-nav-wrap {
        position: fixed;
        width: 340px;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        overflow: hidden;
        overflow-y: hidden;
        overflow-y: hidden;
        overflow-y: auto;
        background-color: #fff;
        padding: 10px 0;
        -webkit-transition: -webkit-transform .25s ease;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease;
        -webkit-transform: translate3d(-330px, 0, 0);
        transform: translate3d(-340px, 0, 0);
        padding: 30px;
        box-sizing: border-box;
    }

    .genesis-nav-menu ul {
        margin: 160px 0 0;
    }

    .genesis-nav-menu ul li:first-child {
        margin-left: unset;
    }
}

@media only screen and (max-width: 480px) {
    .site-header .wrap {
        padding: 18px 20px;
    }
}

/* Header Buttons */
.right_arrow {
    margin-left: 10px;
}

/* Banner */
.home_banner_wrapper {
    width: 100%;
    background: #8777B3;
}

.home_banner .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.home_banner .row .col {
    min-height: 482px;
}

.home_banner .col_1 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 700px;
}

.home_banner .col_2 {
    position: relative;
    width: 55%;
}

.home_banner_wrapper .section_heading {
    margin: unset;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -0.04em;
    width: unset;
    text-align: unset;
}

.home_banner_wrapper .section_tagline {
    text-align: unset;
}

.home_banner .button {
    color: #8777B3;
}

.banner_image {
    position: absolute;
    right: 0;
    bottom: -85px;
    width: 854px;
    height: 487px;
}

@media only screen and (max-width: 1650px) {
    .home_banner .row {
        padding: 50px 0;
        display: block;
    }

    .home_banner .row .col {
        min-height: unset;
        width: 100%;
        text-align: center;
    }

    .home_banner .row .col.col_1 {
        align-items: center;
        margin-bottom: 50px;
    }

    .home_banner .row .col.col_2 {
        width: 100%;
        margin-bottom: -140px;
        text-align: center;
    }

    .banner_image {
        position: unset;
    }
}

@media only screen and (max-width: 768px) {
    .home_banner .row .col.col_1 {
        margin-bottom: 40px;
    }

}

@media only screen and (max-width: 600px) {
    .home_banner_wrapper .section_heading {
        font-size: 36px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -0.04em;
        text-align: left;
    }

    .home_banner_wrapper .section_tagline {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }

    .home_banner .button {
        width: 100%;
    }
}

/* Section 2 */
.section.section_2 {
    padding: 100px 0 69px;
}

.section_2 .section_heading {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: center;
}

@media only screen and (max-width: 420px) {
    .section.section_2 {
        padding: 100px 0 30px;
    }
}

/* Section 3 */
.section.section_3 {
    margin-bottom: -80px;
    position: relative;
}

.section_3_inner_wrapper {
    background: #E1F5E8;
    border-radius: 15px;
}

.section_3_inner_wrapper .inner_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.section_3_inner_wrapper .section_heading {
    margin-bottom: unset;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    margin-top: 74px;
}

.section_3_inner_wrapper .section_tagline {
    font-size: 18px;
    line-height: 34px;
    margin: 14px 0 23px 0;
}

.section_3 .button {
    margin-bottom: 79px;
    width: 256.67px;
}

@media only screen and (max-width: 480px) {
    .section_3_inner_wrapper {
        padding: 30px 40px;
    }

    .section_3_inner_wrapper .section_heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        text-align: center;
    }

    .section_3_inner_wrapper .section_tagline {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .section_3_inner_wrapper .button {
        width: 100%;
    }

    .section_3_inner_wrapper .section_heading {
        margin-top: unset;
    }

    .section_3 .button {
        margin-bottom: unset;
    }
}

/* Section 4 */
.section_4 {
    padding: 160px 0 105px;
    background: #F8F8F8;
}

.section_4 .section_heading {
    margin: 20px auto 50px;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    width: 586px;
}

.course_program_list {
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    margin: 35px auto 0;
    width: 1110px;
    max-width: 100%;
}

.course_program_item {
    font-size: 18px;
    transition: .3s;
    counter-increment: list;
    /* box-shadow: 0 19px 46px rgba(201, 222, 222, .46); */
    background: #fff;
    margin-bottom: 10px;
    padding: 15px 30px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #4E4E4E;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.course_program_item::before {
    content: counter(list, decimal-leading-zero);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #31986B;
    font-size: 20px;
    background: #E1F5E8;
    border-radius: 40px;
    display: inline-flex;
    padding: 10px;
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 720px) {
    .course_program_item {
        font-size: 20px;
        padding: 10px 30px;
    }
}

/* @media only screen and (min-width: 1200px) {
    .course_program_item:hover {
        box-shadow: 0 19px 46px rgba(0, 178, 156, .18);
        transform: scale(1.02);
    }
} */

@media only screen and (max-width: 1024px) {
    .course_program_list {
        width: 90%;
    }
}

@media only screen and (max-width: 480px) {
    .section.section_4 {
        padding: 110px 0 115px;
    }

    .section_4 .section_heading {
        width: 100%;
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .course_program_list {
        width: 100%;
        margin: unset;
    }

    .course_program_item {
        font-size: 16px;
        line-height: 24px;
        padding: 10px;
        gap: 20px;
    }

    .section_4 .tag {
        margin-top: 25px;
    }
}

/* Section 5 */
.section_5_inner_wrapper {
    color: #17313b;
    background: #8777B3;
    border-radius: 15px;
    margin-top: -100px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-position-y: 20px;
}

.section_5 .inner_section {
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_5_inner_wrapper .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section_5_inner_wrapper .row .col {
    width: 540px;
}

.section_5 .tag {
    margin-bottom: 15px;
}

.section_5 .section_heading {
    margin: 0 0 14px;
    font-size: 50px;
    line-height: 46px;
    text-align: unset;
}

.section_5 .section_tagline {
    text-align: unset;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.02em;
}

@media only screen and (max-width: 1024px) {
    .section_5_inner_wrapper .row {
        width: 90%;
    }
}

@media only screen and (max-width: 1180px) {
    .section_5_inner_wrapper .row .col {
        width: 100% !important;
    }

    .section_5_inner_wrapper {
        padding: 60px 0;
    }

    .section_5_inner_wrapper .row {
        text-align: center;
        margin: 0 auto;
    }

    .section_5 .tag {
        margin: 0 auto 10px;
    }

    .section_5 .section_heading {
        font-size: 30px;
        line-height: 35px;
        margin: 0 auto 20px;
    }

    .section_5 .section_tagline {
        display: none;
    }
}

/* Section 6 */
.section_6 .tag {
    margin-top: 72px;
}

.section_6 .section_heading,
.section_6 .section_tagline {
    margin: 20px auto;
}

.section_6 .section_heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.02em;
    text-align: center;
}

.section_6 .section_tagline {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.02em;
    text-align: center;
}

.calendar_events {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 80px;
}

.calendar_event {
    width: 100%;
    max-width: 397.5px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 40px;
    flex: 1 1 calc(25% - 32px);
}

.event_image {
    background: #E1F5E8;
    border-radius: 10px;
    margin-bottom: 15px;
    min-width: 70px;
    min-height: 70px;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.event_title {
    color: #3E3E3E;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    letter-spacing: -0.02em;
}

.event_content {
    color: #8E8E8E;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

@media only screen and (max-width: 1024px) {

    .section_6 .section_heading,
    .section_6 .section_tagline {
        width: 100%;
    }

    .calendar_event {
        flex: 1 1 calc(33.33% - 32px);
    }
}

@media only screen and (max-width: 768px) {

    .section_6 .section_heading,
    .section_6 .section_tagline {
        width: 100%;
    }

    .section_6 .section_heading {
        font-size: 30px;
        line-height: 36px;
    }

    .section_6 .section_tagline {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .event_title {
        font-size: 22px;
        font-weight: 500;
        line-height: 26.63px;
        letter-spacing: -0.02em;
    }

    .event_content {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    .calendar_event {
        flex: 1 1 calc(50% - 32px);
    }
}

@media only screen and (max-width: 540px) {
    .calendar_event {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .event_image_title_wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .section_6 .tag {
        margin-top: 60px;
    }

    .calendar_events {
        padding-bottom: 60px;
        margin-top: 30px;
        gap: 20px;
    }

    .calendar_event {
        padding: 30px;
    }
}


/* Section 7 */
.section.section_7 {
    margin: 60px 0 60px;
}

.section_7 .section_heading {
    font-size: 30px;
    line-height: 46px;
}

.clients_logo {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 15px;
    margin: 30px auto 60px;
}

.client_logo {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 calc(25% - 32px);
    max-width: 273px;
}

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

@media only screen and (max-width: 1024px) {
    .client_logo {
        flex: 1 1 calc(33.33% - 32px);
    }
}

@media only screen and (max-width: 768px) {
    .client_logo {
        flex: 1 1 calc(50% - 32px);
    }
}

/* @media only screen and (max-width: 540px) {
    .calendar_event {
        flex: 1 1 100%;
    }
} */

/* Section 8 */
.section_8 {
    padding: 97px 0 147px;
    background: #F8F8F8;
}

.section_8 .section_heading {
    font-size: 40px;
    line-height: 46px;
    width: 586px;
    margin: 20px auto 0;
}

.benefit_counter {
    font-style: normal;
    color: #31986B;
    background: #E1F5E8;
    border-radius: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    min-width: 60px;
    min-height: 60px;
    width: 60px;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.benefit {
    display: flex;
    align-items: center;
    margin: 25px 0;
    gap: 20px;
}

.benefit:last-child {
    margin-bottom: unset;
}

.benefit_content {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 10px;
    font-style: normal;
    color: #4E4E4E;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.benefit>div {
    width: 50%;
}

.left_col {
    display: flex;
    align-items: center;
    gap: 20px;
}

.benefits_of_app {
    margin: 50px auto 0;
}

.right_col {
    display: flex;
    align-items: center;
    gap: 25px;
}

.benefit_title {
    font-style: normal;
    color: #3E3E3E;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
}

.benefit_title span {
    color: #31986B;
}

@media only screen and (max-width: 768px) {
    .section_8 .section_heading {
        width: unset;
    }

    .benefit {
        flex-direction: column;
        gap: 0;
    }

    .left_col {
        flex-direction: column;
        gap: 10px;
    }

    .right_col {
        flex-direction: column;
        gap: 10px;
    }

    .right_col>div:first-child {
        transform: rotate(90deg);
    }

    .benefit_title {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
    }

    .benefit_content {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        padding: 20px 30px;
    }

    .benefit>div {
        width: 75%;
    }
}

@media only screen and (max-width: 480px) {
    .section_8 .section_heading {
        font-size: 30px;
        line-height: 36px;
    }

    .benefit_title span {
        display: block;
    }

    .benefit>div {
        width: 100%;
    }

    .section.section_8 {
        padding: 60px 0;
    }

    .benefits_of_app {
        margin: 40px auto 0;
    }

    .benefit {
        margin: 40px 0;
    }

    .benefit:last-child {
        margin: unset;
    }
}

/* Section 9 */
.section.section_9 {
    background: rgba(168, 157, 192, 0.2);
    padding: 60px 0;
}

.section_9 .tag {
    margin-bottom: 20px;
}

.section_9 .section_heading {
    font-size: 40px;
    line-height: 46px;
}

.testimonial {
    padding: 50px 40px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    position: relative;
    width: 324px;
    margin: 0 10px;
}

.testimonial .slick-dots {
    bottom: -35px;
}

.testimonial_title {
    font-style: normal;
    color: #4E4E4E;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
    letter-spacing: -0.02em;
}

.testimonial_content {
    font-style: normal;
    color: #686868;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.testimonial_author_name {
    font-style: normal;
    color: #4E4E4E;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
}

.testimonial_author_occupation {
    font-style: normal;
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
}

.testimonial_author_image img {
    border-radius: 30px;
}

.testimonial_author_wrapper {
    display: flex;
    gap: 15px;
}

.testimonial_author_image {
    width: 62px;
    height: 61px;
}

.quote_image {
    position: absolute;
    top: 20px;
}

.testimonials_wrapper {
    width: 100%;
    padding: 0px;
    gap: 18px;
    margin: 30px 0;
}

.testimonials_wrapper .slick-dots li button::before {
    color: #DBD3F2;
    opacity: 1;
    font-size: 12px;
}

.testimonials_wrapper .slick-dots li.slick-active button::before {
    color: white;
}

.read_more {
    display: none;
    cursor: pointer;
}

.read_more_text_wrapper {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.read_more_text {
    color: #31986B;
}

.read_more svg {
    transform: rotate(90deg);
}

.read_more.up_arrow svg {
    transform: rotate(270deg);
}

@media only screen and (max-width: 480px) {
    .section.section_9 {
        padding: 30px 0;
    }

    .section_9 .section_heading {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: -0.02em;
        text-align: center;
        margin-bottom: 20px;
        line-height: unset;
    }

    .testimonials_wrapper {
        margin: unset;
    }

    .testimonial_title {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -0.02em;
        line-height: 21.78px;
        margin-bottom: 10px;
    }

    .testimonial_content {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .testimonial_author_name {
        font-size: 14px;
        font-weight: 600;
        line-height: 16.94px;
        text-align: unset;
    }

    .testimonial_author_occupation {
        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        text-align: unset;
    }

    .read_more {
        display: block;
    }

    .more_text {
        display: none;
    }

    .initial_content.show_dots::after {
        content: "...";
    }
}

/* Section 10 */
.section.section_10 {
    padding: 75px 0;
}

.section_10 .tag {
    margin-bottom: 20px;
    width: fit-content;
}

.section_10 .section_heading {
    line-height: 46px;
    text-align: center;
    margin-bottom: 50px;
}

.faqs_wrapper .faq_title_wrapper {
    background: #fff;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 10px;
    display: flex !important;
    gap: 30px;
    align-items: center;
    padding: 10px 30px;
    position: relative;
    justify-content: space-between;
}

.faqs_wrapper .faq_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #4E4E4E;
}

.faqs_wrapper .faq_question_mark {
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #31986B;
    font-size: 15px;
    background: #E1F5E8;
    padding: 10px;
    border-radius: 40px;
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.faq_arrow {
    width: 20px;
    height: 20px;
}

.faqs_wrapper .faq_content_wrapper {
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #4E4E4E;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-top: unset;
    padding: 20px;
}

.active .faq_title_wrapper {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.faqs_wrapper {
    display: flex;
    gap: 30px;
}

.faqs_left,
.faqs_right {
    width: 50%;
}

.faq_item {
    width: 100%;
    cursor: pointer;
    margin-bottom: 30px;
}

.faq_title_inner {
    display: flex;
    align-items: center;
    gap: 30px;
}

.faq_item.active .faq_arrow svg {
    transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
    .section.section_10 {
        padding: 60px 0;
    }

    .faqs_left,
    .faqs_right {
        width: 100%;
    }

    .faqs_wrapper {
        display: block;
        gap: 0;
    }

    .faq_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .faqs_wrapper .faq_title_wrapper {
        padding: 10px 20px 10px 10px;
        gap: 20px;
    }

    .faqs_right .faq_item:last-child {
        margin-bottom: unset;
    }
}

@media only screen and (max-width: 480px) {
    .section_10 .section_heading {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .faqs_wrapper .faq_title {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
    }

    .faqs_wrapper .faq_content_wrapper {
        font-size: 14px;
    }

    .faq_title_inner {
        gap: 20x;
    }
}

/* Section 11 */
.section.section_11 {
    position: relative;
}

.section_11_inner_wrapper {
    background: #F8F8F8;
    border-radius: 15px;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.section_11_inner_wrapper .section_heading {
    margin-bottom: unset;
    line-height: 46px;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}

.section_11_inner_wrapper .section_tagline {
    width: 70%;
}

.section_11 .section_content {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 30px;
    color: #8E8E8E;
    font-style: normal;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    height: 136px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #8777B3 white;
}

@media only screen and (max-width: 800px) {
    .section_11 .section_content {
        width: unset;
    }
}

@media only screen and (max-width: 768px) {
    .section_11_inner_wrapper {
        display: block;
        padding-top: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .section_11 .section_heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        width: unset;
    }

    .section_11 .section_content {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        height: 208px;
        overflow-y: auto;
        margin-top: 20px;
        padding: 20px;
    }

    .section_11_inner_wrapper {
        padding: 40px 30px;
        min-height: unset;
    }
}

/* Section 12 */
.section.section_12 {
    width: 100%;
    background: #8777B3;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin-top: -55px;
}

.section_12_inner_wrapper .row {
    display: flex;
    gap: 30px;
}

.section_12_inner_wrapper {
    padding: 100px 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
}

.section_12 .tag {
    margin-bottom: 24px;
}

.section_12 .section_heading {
    font-style: normal;
    text-align: unset;
    margin: 0 0 14px;
    font-size: 50px;
    line-height: 46px;
    width: unset;
}

.section_12 .section_tagline {
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: unset;
    font-size: 22px;
}

.section_12_inner_wrapper .contact_form_wrapper {
    width: 681px;
}

.section_12_inner_wrapper .contact_information_wrapper {
    width: 297px;
    padding: 0 50px;
}

.section_12_inner_wrapper .contact_information_wrapper h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 30px;
}

.info_item {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

@media only screen and (max-width: 1200px) {
    .section_12_inner_wrapper {
        width: 90%;
    }
}

@media only screen and (max-width: 1024px) {
    .section_12_inner_wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .section_12 .tag {
        margin: 0 auto 24px;
    }

    .section_12_inner_wrapper .contact_form_wrapper {
        width: 100%;
    }

    .section_12_inner_wrapper .contact_information_wrapper {
        width: 100%;
        margin-bottom: 30px;
        margin-top: unset;
        padding: unset;
        margin-top: 20px;
    }

    .section_12_inner_wrapper .row {
        flex-direction: column;
        gap: 5px;
    }

    .section_12 .section_heading {
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .section_12 .section_tagline {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        text-align: center;
    }

    .section_12_inner_wrapper .contact_information_wrapper h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .section_12_inner_wrapper .contact_form_wrapper {
        text-align: center;
    }

    .section_12_inner_wrapper .contact_form_wrapper .tag {
        margin: 0 auto;
    }
}

/* Footer */
.footer-widgets {
    background: black;
    padding: 50px 0 25px;
}

.footer-widgets .wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    max-width: 1680px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.footer-widgets .widget-title {
    color: white;
    font-style: normal;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.5px;
}

.footer-widgets .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widgets .menu a {
    color: white;
    font-style: normal;
    margin-bottom: 10px;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.5px;
}

.site-footer p {
    font-style: normal;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: center;
}

.site-footer {
    padding: 40px 0 20px;
    background: black;
}

.site-footer .wrap {
    max-width: 1350px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.powered_by_text {
    margin: 0 20px;
}

@media only screen and (max-width: 1024px) {
    .widget-area {
        width: 33.33%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .widget-area {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .footer-widgets .widget-area {
        width: 100%;
    }

    .footer-widgets .widget-area:last-child {
        margin-bottom: unset;
    }

    .footer-widgets .widget-title {
        text-align: unset;
    }

    .site-footer {
        padding: 0 0 60px 0;
    }

    .powered_by_text {
        margin: 20px 0 0;
        display: block;
    }

    .footer-widgets {
        padding: 60px 0 50px;
    }

    .footer-widgets .wrap {
        padding-right: 20px;
        padding-left: 20px;
    }

    .site-footer .wrap {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* Call to action sidebar */
.call_to_action_wrapper {
    position: fixed;
    background-color: #fff;
    width: 460px;
    height: 100vh;
    right: -460px;
    z-index: 9999;
    top: 0;
    bottom: 0;
    opacity: 0;
    box-sizing: border-box;
    transition: 0.5s;
    overflow-y: auto;
}

.call_to_action_wrapper.active {
    opacity: 1;
    right: 0;
}

.call_to_action_overlay {
    background-color: rgba(3, 3, 3, 0.488);
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
}

.call_to_action_sidebar_close {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.call_to_action_header {
    border-bottom: 1px solid rgba(158, 165, 174, 0.2);
    padding: 40px;
}

.call_to_action_title {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.864px;
    line-height: 40px;
    margin-bottom: 12px;
}

.call_to_action_content {
    color: rgb(92, 95, 98);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 0px;
}

.call_to_action_sidebar_close svg {
    width: 20px;
    height: 20px;
}

.call_to_action_body {
    padding: 25px 40px;
}

@media only screen and (max-width: 480px) {
    .call_to_action_wrapper {
        width: 400px;
    }
}

@media only screen and (max-width: 400px) {
    .call_to_action_wrapper {
        width: 350px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

[data-animation="fadeInUp"] {
    opacity: 0;
}