﻿svg {
    height: 30px;
    width: 30px;
}

html,body {
    auto
contain
touch-action: none;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.ue_top_core {
    flex: 1 0 auto;
}

.wn_framework-wrap {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}


.GB_company_info {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}

.GB_company_info::before {
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 20, 0.85) 0%, rgba(0, 20, 40, 0.75) 50%, rgba(0, 40, 80, 0.9) 100%);
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    right: 0;
}

.GB_company_info .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}

.GB_company_info .Ne_text_pill {
    transform: perspective(1000px) rotateY(1deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-left: 4px solid rgb(166,161,206);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.GB_company_info .Ne_text_pill h5::before {
    content: "";
    opacity: 0.3;
    left: -10px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background: rgb(166,161,206);
    bottom: -10px;
    filter: blur(10px);
    animation: pulse 3s infinite alternate;
    position: absolute;
}

.GB_company_info .Ne_text_pill > div:nth-child(2) p {
    position: relative;
    margin: 0.5rem 0 1.5rem;
    letter-spacing: 1px;
    line-height: 1.4;
    display: inline-block;
    color: #ffffff;
    font-size: calc(23px * 1.2);
}

.GB_company_info .Ne_text_pill ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.GB_company_info .Ne_text_pill ol li::first-letter {
    margin-right: 0.25rem;
    color: rgb(166,161,206);
    font-weight: 700;
    font-size: 1.5em;
    float: left;
}

.Do_future_members {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 6rem 0;
    background-color: rgb(206,204,224);
}

.Do_future_members::after {
    width: 100%;
    z-index: -1;
    animation: cloudMove 25s infinite alternate ease-in-out;
    content: "";
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(166,161,206,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(117,138,179,0.5), 0.1) 0%, transparent 40%);
    top: 0;
    position: absolute;
}

.Do_future_members h3 {
    opacity: 0.9;
    font-size: 41px;
    color: rgb(166,161,206);
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    font-weight: 600;
    margin-bottom: 4rem;
}

.Do_future_members ul {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    width: 100%;
    display: grid;
    gap: 2rem;
    padding: 0;
}

.Do_future_members li::before {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    height: 100%;
}

.Do_future_members li:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    border-color: rgba(rgb(166,161,206,0.5), 0.2);
}

.Do_future_members li svg {
    opacity: 0.9;
    height: 50px;
    transition: all 0.5s ease;
    fill: rgb(117,138,179);
    margin-bottom: 1.5rem;
    width: 50px;
}

.Do_future_members li svg path {
    fill: rgb(117,138,179);
    transition: fill 0.5s ease;
}

.Do_future_members li:hover svg path {
    fill: rgb(166,161,206);
}

.vy_consentNotificationBox {
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    overflow: hidden;
    left: 50%;
    border-radius: 15px;
    z-index: 1050;
    position: fixed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    background: #ffffff;
    bottom: 20px;
    width: 90%;
}

.vy_consentNotificationBox p {
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.bm_consent_learn {
    color: #ffffff;
    padding: 10px 20px;
    background: rgb(166,161,206);
    margin: 5px;
    text-align: center;
    transition: background 0.3s ease-in-out;
    font-size: 18px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: calc(50% - 10px);
}

.vy_consentNotificationBox p a:hover {
    color: rgb(117,138,179);
}

.EI_course_overview {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: rgb(117,138,179);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.EI_course_overview {
    grid-template-columns: 1fr;
    grid-template-rows: 40vh 1fr;
}

.EI_course_overview {
    grid-template-rows: 30vh 1fr;
}

.EI_course_overview .oa_lesson_plan {
    display: flex;
    flex-direction: column;
    animation: verticalScroll 25s ease-in-out infinite alternate;
    height: 400%;
    width: 100%;
}

.EI_course_overview .oa_lesson_plan {
    animation: horizontalScroll 25s ease-in-out infinite alternate;
    height: 100%;
    width: 400%;
    flex-direction: row;
}

.EI_course_overview .oa_lesson_plan {
    animation-duration: 20s;
    width: 300%;
}

.EI_course_overview .pm_coding_expert::after {
    z-index: 1;
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
}

.EI_course_overview .pm_coding_expert::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}



.EI_course_overview .container {
    position: relative;
    z-index: 5;
    height: 100%;
    align-items: center;
    grid-column: 1;
    display: flex;
}

.EI_course_overview .container {
    grid-column: auto;
    padding: 3rem 0;
    grid-row: 2;
}

.EI_course_overview .vw_skill_path::before {
    z-index: -1;
    top: 0;
    background: rgb(166,161,206,0.5);
    transition: width 0.6s ease;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    width: 0;
}

.EI_course_overview .vw_skill_path::after {
    height: 40px;
    top: 50%;
    background: rgb(166,161,206);
    position: absolute;
    left: -20px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    width: 40px;
}

.EI_course_overview .vw_skill_path::after {
    height: 20px;
    width: 20px;
    left: -10px;
}

.EI_course_overview .vw_skill_path p {
    border-left: 2px solid rgb(117,138,179);
    color: #ffffff;
    position: relative;
    font-size: 16px;
    padding-left: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.EI_course_overview .vw_skill_path p {
    padding-left: 0.5rem;
    font-size: calc(16px * 0.9);
}

.EI_course_overview .vw_skill_path .OQ_support_grid::before {
    width: 0;
    content: "";
    z-index: -1;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    background: rgb(166,161,206);
    height: 100%;
    top: 0;
}

.EI_course_overview .vw_skill_path .OQ_support_grid:hover {
    color: #000000;
}

.EI_course_overview .vw_skill_path .OQ_support_grid:hover::before {
    width: 100%;
}

header .Op_top_lesson {
    position: relative;
    padding: 25px 30px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

header .Op_top_lesson::before,
header .Op_top_lesson::after {
    height: 2px;
    width: 30%;
    background: linear-gradient(to right, rgb(166,161,206), transparent);
    content: "";
    position: absolute;
}

header .Op_top_lesson::before {
    left: 0;
    top: 10px;
}

header .Op_top_lesson .pK_head_wrap {
    z-index: 2;
    position: relative;
}

header .Op_top_lesson .pK_head_wrap:hover::before {
    transform: rotate(15deg) scale(1.1);
}

header .Op_top_lesson .pK_head_wrap .ds_nav_know {
    display: block;
    transition: transform 0.3s ease;
}

header .Op_top_lesson .pK_head_wrap:hover .ds_nav_know {
    transform: translateY(-3px);
}

header .Op_top_lesson .pK_head_wrap .ds_nav_know svg {
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 45px;
    width: auto;
}

header .Op_top_lesson .es_top_wrap:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

header .Op_top_lesson .es_top_wrap .Uy_site_main {
    margin: 0 8px;
    position: relative;
}

header .Op_top_lesson .es_top_wrap .Uy_site_main a {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 600;
    transition: all 0.4s ease;
    color: #000000;
    text-decoration: none;
    display: block;
    font-family: Arial, sans-serif;
}

header .Op_top_lesson .es_top_wrap .Uy_site_main a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}

header .Op_top_lesson .es_top_wrap .Uy_site_main:nth-child(2n) a::before {
    background: rgb(117,138,179);
    transform-origin: left bottom;
}

header .Op_top_lesson .es_top_wrap .Uy_site_main:hover {
    animation: menu-wobble 1s ease;
}

.LP_pricing_row::before {
    opacity: 0.08;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(166,161,206,0.5), rgb(117,138,179,0.5));
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: 0;
}

.LP_pricing_row .sA_promo_rates {
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    max-width: 800px;
}

.LP_pricing_row .sA_promo_rates h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    border-radius: 3px;
    height: 3px;
    background: linear-gradient(90deg, rgb(166,161,206), rgb(117,138,179));
    width: 80px;
    position: absolute;
    content: "";
    left: 50%;
}

.LP_pricing_row .sc_fee_plans {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    width: 100%;
}

.LP_pricing_row .Vx_learn_sub:hover {
    transform: translateY(-8px);
}

.LP_pricing_row .BK_cost_fee {
    transition: all 0.4s ease;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.LP_pricing_row .HG_pro_fees h3::after {
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    bottom: 0;
    height: 3px;
    left: 0;
    width: 40px;
    background: rgb(166,161,206);
    border-radius: 2px;
}

.LP_pricing_row .ot_cost_summary::before {
    left: 0;
    height: 1px;
    width: 100%;
    bottom: -5px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(166,161,206,0.5), transparent);
}

.LP_pricing_row .HG_pro_fees p {
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    position: relative;
    font-size: calc(16px - 2px);
    color: #000000;
    margin-bottom: 20px;
}

.LP_pricing_row .vx_img_vertical::after {
    top: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    content: "";
    transition: opacity 0.3s ease;
    right: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.6;
}

.CZ_get_in_touch::before {
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(166,161,206,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(117,138,179,0.5) 0%, transparent 70%);
    opacity: 0.4;
    z-index: 1;
    left: 0;
}

.CZ_get_in_touch .vx_img_vertical {
    z-index: 2;
    position: absolute;
    left: 0;
    width: 45%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
}

.CZ_get_in_touch .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
}

.CZ_get_in_touch .UE_request_panel {
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    display: flex;
    backdrop-filter: blur(10px);
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.CZ_get_in_touch .In_reach_inquiry {
    overflow: hidden;
    position: relative;
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
}

.CZ_get_in_touch .In_reach_inquiry::after {
    background: radial-gradient(rgb(117,138,179,0.5), transparent 70%);
    opacity: 0.2;
    position: absolute;
    bottom: -75px;
    content: '';
    height: 150px;
    left: -75px;
    width: 150px;
    border-radius: 50%;
}

.CZ_get_in_touch input[type="text"],
.CZ_get_in_touch textarea {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 15px;
    font-size: 12px;
    transition: all 0.3s ease;
    width: 100%;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.08);
}

.CZ_get_in_touch textarea {
    height: 120px;
    resize: none;
}

.CZ_get_in_touch .sJ_query_widget {
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
    display: flex;
}

.CZ_get_in_touch .sJ_query_widget label::before {
    top: 2px;
    content: '';
    width: 20px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 20px;
    position: absolute;
}

.CZ_get_in_touch .sJ_query_widget input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    position: absolute;
    width: 6px;
    height: 12px;
    left: 7px;
    top: 5px;
    transform: rotate(45deg);
    content: '';
    border-width: 0 2px 2px 0;
}

.CZ_get_in_touch .OQ_support_grid::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    content: '';
    height: 100%;
    width: 100%;
    transition: left 0.7s ease;
}

.CZ_get_in_touch .OQ_support_grid:hover {
    box-shadow: 0 5px 15px rgb(166,161,206,0.5);
    transform: translateY(-2px);
}

.CZ_get_in_touch .Lf_query_inquiry {
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    position: relative;
    overflow: hidden;
    width: 40%;
}

.CZ_get_in_touch .Lf_query_inquiry h4 {
    font-size: 22px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
}

.CZ_get_in_touch .KZ_inquiry_query {
    margin: 0;
    padding: 0;
    list-style: none;
}

.CZ_get_in_touch .KZ_inquiry_query li {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
    padding-left: 5px;
    position: relative;
}

.CZ_get_in_touch .KZ_inquiry_query li:hover::before {
    left: -3px;
    width: 6px;
    height: 6px;
    opacity: 1;
}

.CZ_get_in_touch .KZ_inquiry_query svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    fill: rgb(166,161,206);
    filter: drop-shadow(0 0 5px rgb(166,161,206,0.5));
    margin-right: 15px;
    flex-shrink: 0;
}

.CZ_get_in_touch .KZ_inquiry_query li:hover svg path {
    fill: rgb(117,138,179);
}

.CZ_get_in_touch .KZ_inquiry_query a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

.Le_workshop_cta::before {
    left: 0;
    z-index: -1;
    right: 0;
    content: '';
    top: 0;
    position: absolute;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgb(166,161,206,0.5) 0%, transparent 50%);
}



.Le_workshop_cta .container {
    z-index: 2;
    position: relative;
}

.Le_workshop_cta .Ub_footer_social {
    flex-direction: column;
    gap: 3rem;
    display: flex;
}

.Le_workshop_cta .FO_contact_ask::before {
    background: linear-gradient(90deg, transparent, rgb(117,138,179), transparent);
    height: 2px;
    animation: scanLine 4s infinite linear;
    width: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    top: -2px;
}

.Le_workshop_cta .info_item:hover {
    transform: translateY(-5px);
}

.Le_workshop_cta .info_item p, 
.Le_workshop_cta .info_item a {
    align-items: center;
    font-size: calc(16px - 2px);
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    color: #ffffff;
    display: flex;
    border-radius: 10px;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    justify-content: center;
    padding: 0.75rem;
}

.Le_workshop_cta .pK_head_wrap {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.Le_workshop_cta .pK_head_wrap svg:hover {
    filter: drop-shadow(0 0 10px rgb(166,161,206));
}

.Le_workshop_cta .es_top_wrap {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}

.Le_workshop_cta .es_top_wrap h5 {
    position: relative;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
    color: #ffffff;
}

.Le_workshop_cta .es_top_wrap:hover h5::after {
    width: 80px;
}

.Le_workshop_cta .WS_site_study {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.Le_workshop_cta .WS_site_study a::before {
    transform: translateY(-50%);
    position: absolute;
    width: 5px;
    transition: all 0.3s ease;
    height: 5px;
    content: '';
    border-radius: 50%;
    background: rgb(117,138,179);
    left: 0;
    top: 50%;
}

.Le_workshop_cta .subscribe_holder {
    padding: 1.5rem;
    gap: 1.25rem;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    border-radius: 27px;
    border: 1px solid rgb(117,138,179,0.5);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    display: flex;
}

.Le_workshop_cta .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 23px;
}

.Le_workshop_cta .input_holder {
    flex-direction: column;
    position: relative;
    gap: 0.75rem;
    display: flex;
}

.Le_workshop_cta .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(166,161,206,0.5);
    border-color: rgb(166,161,206);
}

.Le_workshop_cta .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

.Le_workshop_cta .mj_email_form {
    color: #ffffff;
    border: none;
    padding: 0.875rem 1.5rem;
    background: rgb(166,161,206);
    cursor: pointer;
    font-size: 19px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
}

.Le_workshop_cta .mj_email_form:hover::before {
    left: 100%;
}

.Le_workshop_cta .cW_biz_learnings {
    margin-top: 3rem;
    padding-top: 1.5rem;
    text-align: center;
    border-top: 1px solid rgb(117,138,179,0.5);
    position: relative;
}

.Le_workshop_cta .TA_honor_cta {
    opacity: 0.7;
    font-size: 13px;
    color: #ffffff;
}

.kX_teaching_process {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(206,204,224) 0%, rgba(rgb(166,161,206,0.5), 0.08) 100%);
    position: relative;
}

.kX_teaching_process::after {
    filter: blur(20px);
    top: -5%;
    height: 300px;
    position: absolute;
    z-index: 0;
    content: "";
    transform: rotate(15deg) translateZ(0);
    width: 300px;
    right: -5%;
    background: linear-gradient(225deg, rgba(rgb(166,161,206,0.5), 0.1), transparent);
}

.kX_teaching_process .container.Uv_guide_approach > div {
    transform: translateZ(0) rotateX(2deg);
    padding: 40px;
    border-left: 5px solid rgb(166,161,206);
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 10px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
}

.kX_teaching_process .container.Uv_guide_approach > div:hover h3::after {
    width: 120px;
}

.kX_teaching_process p {
    font-size: 17px;
    color: #000000;
    transform: translateZ(5px);
    margin-bottom: 0;
    position: relative;
    line-height: 1.7;
}

.kX_teaching_process p span {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
}

.kX_teaching_process .container.Uv_guide_approach > div:hover p span::before {
    transform: scale(1);
    opacity: 1;
}

.kX_teaching_process .container.Uv_guide_approach::before {
    left: 20px;
    top: -30px;
    content: "";
    height: 100px;
    transform: rotate(15deg) translateZ(-10px);
    opacity: 0.15;
    background: linear-gradient(-45deg, rgb(166,161,206) 0%, rgba(rgb(166,161,206,0.5), 0.6) 100%);
    position: absolute;
    width: 100px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}

.nM_gratDiv {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(206,204,224) 0%, rgb(166,161,206,0.5) 100%);
    padding: 4rem 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.nM_gratDiv::after {
    left: -5%;
    bottom: -5%;
    position: absolute;
    filter: blur(8px);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: rotate(15deg);
    height: 20rem;
    background: linear-gradient(45deg, rgb(117,138,179) 0%, transparent 70%);
    opacity: 0.09;
    z-index: 1;
    width: 20rem;
    content: "";
}

.nM_gratDiv .Uv_guide_approach {
    display: flex;
    border-left: 4px solid rgb(166,161,206);
    transform-origin: center bottom;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
}

.nM_gratDiv .Uv_guide_approach:hover > div:first-child::after {
    width: 8rem;
}

.nM_gratDiv h5 {
    margin: 0;
    transform: translateZ(0);
    font-size: 21px;
    font-weight: 700;
    color: #000000;
    position: relative;
    line-height: 1.4;
}

.nM_gratDiv a:hover {
    transform: translateY(-3px);
}

.nM_gratDiv a::before {
    position: absolute;
    transform: translateY(100%);
    width: 100%;
    right: 0;
    background: linear-gradient(to top left, rgb(166,161,206,0.5) 0%, transparent 100%);
    content: "";
    height: 100%;
    z-index: 0;
    opacity: 0;
    bottom: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.dL_teaching_experience::before {
    opacity: 0.08;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
    -45deg,
    rgb(166,161,206,0.5) 0px,
    rgb(166,161,206,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
}

.dL_teaching_experience .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
}

.dL_teaching_experience .ud_student_ratings::before {
    z-index: 1;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(166,161,206), rgb(117,138,179));
    left: 0;
    position: absolute;
    width: 4px;
}

.dL_teaching_experience .ud_student_ratings .vx_img_vertical {
    transform: translateY(-10px) rotate(-3deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 200px;
    height: 200px;
}

.dL_teaching_experience .ud_student_ratings .vx_img_vertical:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}

.dL_teaching_experience .ud_student_ratings .name {
    display: inline-block;
    position: relative;
    font-size: calc(18px * 1.1);
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: rgb(166,161,206);
}

.dL_teaching_experience .ud_student_ratings .name:hover::after {
    transform: scaleX(1);
}

.dL_teaching_experience .ud_student_ratings > div:nth-child(2) > div {
    font-weight: 600;
    margin-top: 0.5rem;
    font-size: 14px;
    color: rgb(117,138,179);
    letter-spacing: 0.5px;
}

.dL_teaching_experience .ud_student_ratings .pV_emp_details {
    line-height: 1.7;
    position: relative;
    padding: 1.5rem;
    border-radius: 10px;
    color: #000000;
    background: linear-gradient(to right, rgb(206,204,224) 0%, transparent 100%);
    margin: 0;
    font-size: 14px;
}

.Hv_newsletter::before {
    right: -150px;
    top: -150px;
    animation: morphShape 15s ease-in-out infinite alternate;
    content: "";
    background: rgb(166,161,206);
    opacity: 0.07;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 350px;
    z-index: -1;
    height: 350px;
    position: absolute;
}

.Hv_newsletter .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 2;
}

.Hv_newsletter .Uv_guide_approach {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}

.Hv_newsletter p {
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 35px;
    font-family: Arial, sans-serif;
    max-width: 70%;
    line-height: 1.3;
    position: relative;
    transform: translateX(15%) rotateZ(-2deg);
    z-index: 2;
}

.Hv_newsletter p::after {
    left: 0;
    height: 10px;
    bottom: -15px;
    animation: growLine 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    width: 40%;
    transform-origin: left;
}

.Hv_newsletter .input_holder {
    padding: 15px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-15%) rotateZ(2deg);
    align-items: center;
    border-radius: 27px;
    z-index: 2;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.Hv_newsletter .input_holder::after {
    animation: pulseBoxShadow 3s ease-in-out 1.5s infinite alternate;
    bottom: -8px;
    right: -8px;
    left: 8px;
    top: 8px;
}

.Hv_newsletter .input_holder:hover::before,
.Hv_newsletter .input_holder:hover::after {
    border-color: rgb(117,138,179,0.5);
}

.Hv_newsletter .Yy_sub_discounts:focus {
    box-shadow: inset 0 0 0 2px rgb(166,161,206);
}

.Hv_newsletter .OQ_support_grid {
    border-bottom-right-radius: 10px;
    padding: 1.2rem 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-top-right-radius: 10px;
    background: #000000;
    font-size: 18px;
    border: none;
    overflow: hidden;
    position: relative;
    font-weight: 600;
}

.Hv_newsletter .OQ_support_grid:hover {
    color: #ffffff;
}

.Hv_newsletter .OQ_support_grid:hover::before {
    animation: slideGradient 2s linear infinite;
    opacity: 1;
}

.TW_privacy_space {
    box-shadow: 0 0 10px rgb(166,161,206,0.5);
    color: #ffffff;
    margin: 0 auto;
    border: 1px solid rgb(166,161,206,0.5);
    line-height: 1.6;
    font-family: Arial, sans-serif;
    background-color: rgb(166,161,206);
    padding: 50px;
}

.TW_privacy_space h2 {
    padding-left: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 40px;
    text-transform: uppercase;
    border-left: 5px solid rgb(166,161,206);
    color: rgb(117,138,179);
    font-size: 38px;
}

.TW_privacy_space li::before {
    margin-right: 10px;
    font-size: 1.2em;
    content: '✦';
    color: rgb(117,138,179);
}

.TW_privacy_space p {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 20px;
}

.TW_privacy_space a {
    font-weight: 600;
    border-bottom: 1px dashed rgb(117,138,179);
    text-decoration: none;
    color: rgb(117,138,179);
}

.uQ_learning_impact {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(206,204,224) 30%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
}

.uQ_learning_impact::after {
    height: 400px;
    bottom: -100px;
    position: absolute;
    opacity: 0.05;
    border-radius: 50%;
    background: linear-gradient(220deg, rgb(117,138,179), rgb(166,161,206,0.5));
    content: "";
    left: -100px;
    z-index: 0;
    width: 400px;
}

.uQ_learning_impact .Uv_guide_approach {
    gap: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.uQ_learning_impact h4 {
    color: #000000;
    font-size: 36px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(0);
    margin-bottom: 40px;
    font-weight: 700;
}

.uQ_learning_impact h4::after {
    height: 3px;
    width: 80px;
    transform: scaleX(0.7);
    content: "";
    transform-origin: left;
    left: 0;
    bottom: -10px;
    background: rgb(166,161,206);
    transition: transform 0.4s ease-out;
    position: absolute;
}

.uQ_learning_impact li {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    position: relative;
    transform: translateY(0);
}

.uQ_learning_impact li:hover p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-left-width: 5px;
}

.uQ_learning_impact li p span:first-child {
    display: flex;
    background: #ffffff;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.uQ_learning_impact li:hover svg {
    transform: scale(1.1);
}

.uQ_learning_impact svg path {
    fill: rgb(166,161,206);
    transition: fill 0.3s ease;
}

.uQ_learning_impact .vx_img_vertical {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: auto;
    flex: 0 0 40%;
    transform: perspective(1000px) rotateY(-5deg);
    z-index: 2;
    max-width: 450px;
    border-radius: 24px;
    position: relative;
    object-fit: cover;
}



.uQ_learning_impact .vx_img_vertical {
    animation: float 8s ease-in-out infinite;
}

.Bo_welcome_board {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.Bo_welcome_board .Fp_master_zone {
    justify-content: flex-start;
    display: flex;
    position: relative;
    align-items: center;
    z-index: 1;
    padding: 8% 10%;
    min-height: 100vh;
}

.Bo_welcome_board .Fp_master_zone::after {
    height: 120%;
    z-index: -1;
    top: -10%;
    content: "";
    width: 120%;
    background: linear-gradient(to right, rgb(166,161,206,0.5) 0%, transparent 30%, transparent 70%, rgb(117,138,179,0.5) 100%);
    position: absolute;
    transform: skewY(-8deg);
    left: -10%;
    pointer-events: none;
}

.Bo_welcome_board .Hh_ethos_block::after {
    left: 0;
    position: absolute;
    content: "";
    transform: scaleX(0);
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, rgb(166,161,206) 0%, rgb(117,138,179) 100%);
    bottom: -40px;
    transform-origin: left;
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.2s;
}

.Bo_welcome_board h1::after {
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    transform: scaleX(0);
    left: 0;
    bottom: -0.5rem;
    width: 60px;
    position: absolute;
    content: "";
    transform-origin: left;
    height: 3px;
    background: rgb(166,161,206);
}

.Bo_welcome_board p {
    transform: translateY(15px);
    position: relative;
    padding-left: 16px;
    margin-top: 2rem;
    line-height: 1.6;
    color: #ffffff;
    max-width: 85%;
    border-left: 2px solid rgb(117,138,179);
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.GB_company_info .Ne_text_pill {
    margin-left: 10%;
    width: 80%;
}.GB_company_info .container {
    padding: 0 40px;
}
}



@media (max-width: 767px) {.GB_company_info {
    padding: 80px 0;
}.GB_company_info .Ne_text_pill {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
}.GB_company_info .Ne_text_pill h5 {
    padding: 0.4rem 1.2rem;
    font-size: calc(23px * 0.9);
}.GB_company_info .Ne_text_pill > div:nth-child(2) p {
    font-size: calc(23px * 1.1);
}.GB_company_info .Ne_text_pill ol li {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 768px) {.Do_future_members {
    padding: 4rem 0;
}.Do_future_members .Uv_guide_approach {
    padding: 0 1.5rem;
}.Do_future_members h3 {
    margin-bottom: 3rem;
    font-size: calc(41px * 0.8);
}.Do_future_members ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.Do_future_members li {
    padding: 1.5rem;
}.Do_future_members li svg {
    height: 45px;
    margin-bottom: 1.2rem;
    width: 45px;
}
}



@media screen and (max-width: 1200px) {.EI_course_overview .vw_skill_path h3 {
    font-size: calc(38px * 0.85);
}.EI_course_overview .Uv_guide_approach {
    padding-left: 5%;
    padding-right: 0;
}
}



@media (max-width: 992px) {header .Op_top_lesson {
    flex-direction: column;
    padding: 20px 15px;
}header .Op_top_lesson .pK_head_wrap {
    margin-bottom: 15px;
}header .Op_top_lesson .es_top_wrap {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .Op_top_lesson .es_top_wrap .Uy_site_main {
    margin: 5px;
}header .Op_top_lesson .es_top_wrap .Uy_site_main a {
    font-size: calc(15px - 1px);
    padding: 8px 12px;
}
}



@media (min-width: 992px) {.LP_pricing_row {
    padding: 160px 0;
}.LP_pricing_row .dx_annual_fee {
    align-items: center;
    flex-direction: row;
    gap: 80px;
}.LP_pricing_row .sA_promo_rates {
    padding: 0;
    flex: 0 0 30%;
    text-align: left;
}.LP_pricing_row .sA_promo_rates h2 {
    font-size: calc(35px + 4px);
}.LP_pricing_row .sA_promo_rates h2::after {
    left: 0;
    transform: none;
}.LP_pricing_row .zp_learning_packages {
    margin-left: 0;
}.LP_pricing_row .sc_fee_plans {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}



@media (prefers-reduced-motion: no-preference) {.LP_pricing_row .Vx_learn_sub:active .BK_cost_fee {
    transition: transform 0.2s ease;
    transform: scale(0.98);
}
}



@media (max-width: 992px) {.CZ_get_in_touch {
    padding: 60px 0;
}.CZ_get_in_touch .vx_img_vertical {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.CZ_get_in_touch .UE_request_panel {
    flex-direction: column;
}.CZ_get_in_touch .In_reach_inquiry {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    border-right: none;
}.CZ_get_in_touch .Lf_query_inquiry {
    width: 100%;
}
}



@media (max-width: 576px) {.CZ_get_in_touch {
    padding: 30px 0;
}.CZ_get_in_touch h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.7);
}.CZ_get_in_touch .In_reach_inquiry,
    .CZ_get_in_touch .Lf_query_inquiry {
    padding: 20px;
}.CZ_get_in_touch .UE_request_panel {
    margin: 0 10px;
}.CZ_get_in_touch .sJ_query_widget label {
    font-size: calc(14px * 0.9);
}.CZ_get_in_touch .KZ_inquiry_query li {
    margin-bottom: 15px;
}.CZ_get_in_touch .KZ_inquiry_query span {
    font-size: calc(12px * 0.9);
}.CZ_get_in_touch::before,
    .CZ_get_in_touch::after,
    .CZ_get_in_touch .In_reach_inquiry::before,
    .CZ_get_in_touch .In_reach_inquiry::after,
    .CZ_get_in_touch .Lf_query_inquiry::before {
    opacity: 0.2;
}}



@media (min-width: 769px) {.Le_workshop_cta .input_holder {
    flex-direction: row;
}.Le_workshop_cta .mj_email_form {
    width: auto;
}
}



@media (max-width: 480px) {.Le_workshop_cta {
    padding: 2.5rem 0 1rem;
}.Le_workshop_cta .info_item p, 
    .Le_workshop_cta .info_item a {
    font-size: calc(16px - 3px);
}.Le_workshop_cta .es_top_wrap h5, 
    .Le_workshop_cta .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}.Le_workshop_cta .WS_site_study a, 
    .Le_workshop_cta .subscribe_holder p {
    font-size: calc(16px - 2px);
}.Le_workshop_cta .TA_honor_cta {
    font-size: calc(13px - 2px);
}}



@media (max-width: 991px) {.kX_teaching_process {
    padding: 80px 0;
}.kX_teaching_process .container.Uv_guide_approach > div {
    padding: 30px;
}.kX_teaching_process h3 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 767px) {.kX_teaching_process {
    padding: 60px 0;
}.kX_teaching_process .container.Uv_guide_approach {
    padding: 0 15px;
}.kX_teaching_process .container.Uv_guide_approach > div {
    padding: 25px;
    transform: translateZ(0) rotateX(0);
}.kX_teaching_process h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.kX_teaching_process h3::after {
    width: 60px;
    height: 3px;
}.kX_teaching_process p {
    font-size: calc(17px * 0.95);
}.kX_teaching_process .container.Uv_guide_approach::before,
    .kX_teaching_process .container.Uv_guide_approach::after {
    height: 80px;
    width: 80px;
}
}



@media (hover: none) {.kX_teaching_process .container.Uv_guide_approach > div,
    .kX_teaching_process .container.Uv_guide_approach > div:hover {
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: none;
}.kX_teaching_process h3::after,
    .kX_teaching_process .container.Uv_guide_approach > div:hover h3::after {
    width: 70px;
}.kX_teaching_process p span::before {
    display: none;
}}



@media (min-width: 992px) {.nM_gratDiv .Uv_guide_approach {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    padding: 5rem;
}.nM_gratDiv .Uv_guide_approach:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.nM_gratDiv h5 {
    font-size: calc(21px * 1.1);
}.nM_gratDiv p {
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 480px) {.nM_gratDiv {
    padding: 2.5rem 0;
}.nM_gratDiv .Uv_guide_approach {
    transform: perspective(600px) rotateX(1deg);
    padding: 1.5rem;
}.nM_gratDiv h5 {
    font-size: calc(21px * 0.85);
}.nM_gratDiv p {
    font-size: calc(12px * 0.9);
}}



@media (min-width: 992px) {.dL_teaching_experience .ud_student_ratings {
    gap: 3rem 4rem;
    grid-template-columns: 300px 1fr;
    padding: 5rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
}.dL_teaching_experience .ud_student_ratings > div:first-child {
    align-self: start;
}.dL_teaching_experience .ud_student_ratings .vx_img_vertical {
    width: 280px;
    height: 280px;
}.dL_teaching_experience .ud_student_ratings .name {
    font-size: calc(18px * 1.3);
}.dL_teaching_experience .ud_student_ratings > div:nth-child(2) > div {
    font-size: calc(14px * 1.1);
}.dL_teaching_experience .ud_student_ratings .pV_emp_details {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.dL_teaching_experience {
    padding: 3rem 0;
}.dL_teaching_experience .container {
    padding: 0 1.5rem;
}.dL_teaching_experience .ud_student_ratings {
    transform: none;
    padding: 2rem 1.5rem;
}.dL_teaching_experience .ud_student_ratings .vx_img_vertical {
    width: 180px;
    height: 180px;
}}



@media (max-width: 768px) {.Hv_newsletter {
    padding: 4rem 1.5rem;
}.Hv_newsletter p {
    font-size: 18px;
    margin-bottom: 2.5rem;
    max-width: 90%;
    transform: translateX(5%) rotateZ(-1deg);
}.Hv_newsletter .input_holder {
    padding: 10px;
    transform: translateX(-5%) rotateZ(1deg);
    flex-direction: column;
}.Hv_newsletter .input_holder:hover {
    transform: translateX(-5%) rotateZ(0deg);
}.Hv_newsletter .Yy_sub_discounts {
    border-radius: 10px;
    margin-bottom: 0.5rem;
    width: 100%;
}.Hv_newsletter .OQ_support_grid {
    border-radius: 10px;
    width: 100%;
}
}


@media only screen and (max-width: 800px) {.TW_privacy_space {
    padding: 30px;
}.TW_privacy_space h1 {
    font-size: calc(23px * 0.8);
}.TW_privacy_space h2 {
    font-size: calc(23px * 0.8);
}.TW_privacy_space p {
    font-size: calc(12px * 0.9);
}.TW_privacy_space li {
    padding: 10px;
}}



@media (max-width: 768px) {.uQ_learning_impact {
    padding: 60px 0;
}.uQ_learning_impact .Ne_text_pill::before {
    height: 50%;
    left: -15px;
}.uQ_learning_impact h4 {
    font-size: calc(36px * 0.75);
}.uQ_learning_impact li p {
    padding: 15px;
}.uQ_learning_impact li p span:first-child {
    width: 35px;
    height: 35px;
}.uQ_learning_impact svg {
    height: 20px;
    width: 20px;
}
}



@media (max-width: 1200px) {.Bo_welcome_board .Fp_master_zone {
    padding: 10% 8%;
}.Bo_welcome_board .Hh_ethos_block {
    max-width: 650px;
}
}



@media (max-width: 991px) {.Bo_welcome_board .Fp_master_zone {
    padding: 12% 6%;
    min-height: 90vh;
}.Bo_welcome_board .Hh_ethos_block::before {
    left: -4vw;
}.Bo_welcome_board h1 {
    margin-bottom: 1.5rem;
}.Bo_welcome_board h3 {
    max-width: 95%;
}
}



@media (max-width: 576px) {.Bo_welcome_board .Fp_master_zone {
    min-height: 80vh;
    padding: 25% 5% 15%;
}.Bo_welcome_board .Fp_master_zone::after {
    transform: skewY(-12deg);
}.Bo_welcome_board h1 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.Bo_welcome_board h3 {
    line-height: 1.5;
    font-size: clamp(1rem, 4vw, 1.2rem);
}.Bo_welcome_board p {
    font-size: 1rem;
    padding-left: 12px;
}.Bo_welcome_board .Hh_ethos_block::after {
    bottom: -25px;
    width: 60px;
}
}



@keyframes glow {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) skew(20deg);
    }
    50% {
        opacity: 0.15;
        transform: rotate(-12deg) skew(15deg) translateX(-5%);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-18deg) skew(25deg) translateX(5%);
    }
}

@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

@keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}



@keyframes slideLeft {
    0% {
        transform: skewX(-20deg) translateX(-10%);
    }
    100% {
        transform: skewX(-20deg) translateX(10%);
    }
}



@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes pulseBoxShadow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}



@keyframes slideGradient {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}



@keyframes slideIn {
  from {
    transform: translateX(calc(10% + 5vw));
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes lineGrow {
  from {
    height: 0;
  }
  to {
    height: 70%;
  }
}

