﻿.container {
    width: 1249px;
    max-width: 100%;
    margin: auto;
}

.lcQ_wrapper-border {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.FrD_nav_study {
    flex: 1 0 auto;
}

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


.MWj_testimonials {
    background: linear-gradient(135deg, rgb(206,223,222) 0%, rgba(245, 248, 255, 0.95) 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

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

.MWj_testimonials h2 {
    position: relative;
    text-align: center;
    transform: perspective(1000px) rotateX(2deg);
    margin-bottom: 3.5rem;
    letter-spacing: -0.5px;
    line-height: 1.3;
    font-size: calc(32px * 1.05);
    color: #000000;
    font-weight: 700;
}

.MWj_testimonials .Rgv_user_reviews {
    isolation: isolate;
    padding: 2.2rem 2rem;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    transform: translateY(0);
    position: relative;
    z-index: 1;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.MWj_testimonials .Rgv_user_reviews:hover::after {
    width: 100%;
}

.MWj_testimonials .Rgv_user_reviews div {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}

.MWj_testimonials .Rgv_user_reviews h4 {
    color: #000000;
    margin: 0;
    position: relative;
    font-weight: 600;
    font-size: calc(21px * 0.95);
}

.MWj_testimonials .Rgv_user_reviews:hover h4::after {
    width: 40px;
}

.MWj_testimonials a {
    display: inline-block;
    font-size: 19px;
    color: #ffffff;
    transform: translateX(-50%);
    border-radius: 3px;
    box-shadow: 0 10px 25px -10px rgb(169,192,186,0.5);
    transition: all 0.4s ease;
    margin-top: 3.5rem;
    text-decoration: none;
    background: linear-gradient(90deg, rgb(169,192,186) 0%, rgb(169,192,186) 100%);
    left: 50%;
    position: relative;
    padding: 0.9rem 2.2rem;
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
}

.jWw_title_board .LMb_img_holder::before {
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%, 
        rgba(0, 0, 0, 0.5) 50%, 
        rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
}

.jWw_title_board h1 {
    transform: translateY(0);
    font-weight: 700;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    font-size: calc(43px * 1.2);
    opacity: 1;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    animation: slideTitle 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    letter-spacing: 0.05em;
}

.jWw_title_board h1 {
    font-size: 43px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.jWw_title_board .qet_fast_edu {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 2rem 0;
}

.jWw_title_board .qet_fast_edu::before {
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    animation: pulseGlow 3s infinite alternate;
    transform: translate(-50%, -50%);
    top: 50%;
    background: radial-gradient(circle, 
        rgba(94, 170, 168, 0.2) 0%, 
        rgba(94, 170, 168, 0) 70%);
    left: 50%;
    height: 150px;
    opacity: 0;
    content: '';
    width: 150px;
}

.jWw_title_board .qet_fast_edu svg:hover path,
.jWw_title_board .qet_fast_edu svg:hover text {
    fill: #ffffff;
}

.jWw_title_board h6 .xog_query_reach::before {
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    position: absolute;
    left: -100%;
    content: '';
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        rgba(255, 255, 255, 0) 100%);
    top: 0;
}

.tUo_course_instructor {
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(206,223,222), rgb(169,192,186,0.5) 120%);
    border-radius: 13px;
    position: relative;
    padding: 5rem 2rem;
}

.tUo_course_instructor .Rgv_user_reviews:hover {
    transform: translateY(-15px);
}

.tUo_course_instructor .LMb_img_holder {
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    z-index: 3;
    margin: 0 auto;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 13px 13px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    height: 350px;
    width: 80%;
}

.tUo_course_instructor .FWE_emp_details::before {
    height: 6px;
    top: 0;
    background-size: 200% 100%;
    position: absolute;
    animation: gradient-shift 8s infinite alternate;
    background: linear-gradient(90deg, 
                rgb(169,192,186), 
                rgb(131,156,149), 
                rgb(169,192,186));
    border-radius: 10px 10px 0 0;
    right: 0;
    content: "";
    left: 0;
}

.tUo_course_instructor .FWE_emp_details > div:nth-child(2)::after {
    transition: width 0.4s ease;
    width: 40px;
    left: 0;
    background: rgb(131,156,149,0.5);
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
}

.tUo_course_instructor .Rgv_user_reviews:hover .HdX_emp_achievements {
    transform: translateY(0);
    opacity: 1;
}

.JdF_service_connect::before {
    right: -5%;
    z-index: 0;
    width: 40%;
    clip-path: polygon(0 0, 100% 20%, 80% 100%, 20% 80%);
    transform: rotate(-15deg) skewX(20deg);
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(169,192,186,0.5) 0%, transparent 70%);
    height: 60%;
    top: -10%;
}

.JdF_service_connect h1::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(169,192,186) 0%, rgb(131,156,149) 100%);
    position: absolute;
    border-radius: 10px;
    bottom: -0.75rem;
    height: 3px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}

.JdF_service_connect .qJl_quick_help > div:hover {
    transform: translateY(-5px);
}

.JdF_service_connect .qJl_quick_help > div:nth-child(2) {
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
}

.JdF_service_connect h6 {
    align-items: center;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 21px;
    display: flex;
    text-transform: capitalize;
    color: #000000;
    gap: 0.5rem;
}

.JdF_service_connect .XIF_quick_request > div {
    transition: transform 0.3s ease;
}

.JdF_service_connect .Qgv_start_chat {
    display: flex;
    transition: color 0.3s ease;
    align-items: center;
    color: #000000;
    gap: 0.5rem;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
}

.xlB_receive_updates::before {
    opacity: 0.3;
    top: 0;
    background-image: linear-gradient(
        90deg,
        rgb(206,223,222) 0%,
        rgb(206,223,222) 50%,
        transparent 50%,
        transparent 100%
    );
    height: 100%;
    background-size: 4px 4px;
    content: "";
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
}

.xlB_receive_updates p::after {
    content: "";
    background: rgb(169,192,186);
    position: absolute;
    height: 5px;
    transform-origin: left;
    bottom: -20px;
    left: 0;
    animation: expandLine 1.5s cubic-bezier(.17,.67,.83,.67) forwards;
    width: 100px;
}

.xlB_receive_updates .input_holder:hover::before {
    transform: translate(5px, 5px);
}

.xlB_receive_updates .Bdp_email_submit:focus {
    border-color: rgb(169,192,186);
}

.xlB_receive_updates .xog_query_reach::after {
    height: 200%;
    top: -50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 200%;
    background: rgb(169,192,186);
    opacity: 0;
    left: -50%;
    z-index: -1;
    position: absolute;
    content: "";
    border-radius: 50%;
    transform: scale(0);
}

.xqh_educational_rewards {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(206,223,222) 0%, #ffffff 100%);
}

.xqh_educational_rewards::after {
    right: -10%;
    z-index: 1;
    position: absolute;
    height: 50%;
    width: 50%;
    bottom: -20%;
    content: "";
    opacity: 0.4;
    background: radial-gradient(circle, rgb(131,156,149,0.5) 0%, transparent 70%);
}

.xqh_educational_rewards .zfM_statement_box {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    transform: translateY(-10px);
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.xqh_educational_rewards .zfM_statement_box > div {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

.xqh_educational_rewards li:hover {
    transform: translateX(8px);
}

.xqh_educational_rewards li p span:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}

.xqh_educational_rewards svg path {
    fill: rgb(169,192,186);
    transition: fill 0.3s ease;
}

.xqh_educational_rewards .LMb_img_holder {
    z-index: 2;
    height: auto;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.12);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: 100%;
    border-radius: 3px;
    transform: perspective(1000px) rotateY(-5deg);
}

.KnJ_gratitudeHub .bUM_knowledge_center {
    padding: 3rem;
    gap: 2.5rem;
    display: grid;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98));
    backdrop-filter: blur(8px);
    transform-style: preserve-3d;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
    position: relative;
}

.KnJ_gratitudeHub .bUM_knowledge_center > div:first-child::after {
    transform-origin: left;
    width: 60px;
    content: "";
    bottom: -10px;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(169,192,186);
    height: 3px;
    transform: scaleX(0);
    position: absolute;
}

.KnJ_gratitudeHub a::before {
    content: "";
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    transition: left 0.8s ease-in-out;
    height: 100%;
}

.AUI_connect_with_us::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(169,192,186,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(131,156,149,0.5) 0%, transparent 30%);
    left: 0;
    background: rgb(206,223,222);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
}

.AUI_connect_with_us h2::before {
    box-shadow: 
        0 0 5px rgb(169,192,186),
        0 0 10px rgb(169,192,186),
        0 0 15px rgb(169,192,186);
    bottom: -15px;
    left: calc(50% - 50px);
    content: "";
    width: 100px;
    position: absolute;
    background: rgb(169,192,186);
    height: 2px;
}

.AUI_connect_with_us .Rav_feedback_help::before {
    content: "";
    z-index: 3;
    border: 1px solid rgb(169,192,186);
    border-radius: 12px;
    opacity: 0.2;
    pointer-events: none;
    position: absolute;
    inset: 0;
}

.AUI_connect_with_us .oMw_connect_panel {
    padding: 60px;
    flex: 0 0 55%;
    position: relative;
    background: #ffffff;
}

.AUI_connect_with_us .oMw_connect_panel::after {
    z-index: 0;
    height: 150px;
    left: -75px;
    bottom: -75px;
    background: rgb(131,156,149,0.5);
    opacity: 0.3;
    filter: blur(80px);
    content: "";
    position: absolute;
    width: 150px;
}

.AUI_connect_with_us form input[type="text"] {
    border-radius: 8px;
    border: 1px solid rgb(169,192,186,0.5);
    width: 100%;
    padding: 18px 25px;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    font-size: 15px;
    background: rgb(206,223,222);
}

.AUI_connect_with_us .uAC_help_feedback label {
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
}

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

.AUI_connect_with_us .uAC_help_feedback label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.AUI_connect_with_us .xog_query_reach::before {
    background: rgb(131,156,149);
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    transform-origin: right;
    z-index: -1;
    top: 0;
    transition: transform 0.5s ease;
}

.AUI_connect_with_us svg path {
    transition: all 0.3s ease;
    fill: rgb(169,192,186);
}

header:before {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(169,192,186) 0%, 
        rgb(131,156,149) 50%, 
        rgb(169,192,186) 100%
    );
    top: 0;
}

header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 15px 25px;
}

header .container:before {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    position: absolute;
    content: '';
    background: rgb(169,192,186);
    opacity: 0.7;
    height: 8px;
    left: 10px;
    width: 8px;
}

header .EOP_top_train {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}

header .UnF_nav_primary {
    position: relative;
    align-items: center;
    display: flex;
    gap: 30px;
}

header .UnF_nav_primary:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}

header .PKo_top_class:before {
    transform: translateX(-101%);
    background: rgb(169,192,186);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
}

header .PKo_top_class:hover {
    color: rgb(169,192,186);
}

header .PKo_top_class:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}

header .syt_header_master:after {
    transition: all 0.4s ease;
    top: -5px;
    position: absolute;
    content: '';
    width: 10px;
    transform: scale(0);
    border-radius: 50%;
    height: 10px;
    opacity: 0;
    background: linear-gradient(135deg, rgb(169,192,186), rgb(131,156,149));
    left: -5px;
}

header .syt_header_master:hover svg {
    transform: scale(1.05);
}

.VFQ_about_this {
    position: relative;
    background: linear-gradient(180deg, rgb(206,223,222) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}

.VFQ_about_this .bUM_knowledge_center {
    display: flex;
    align-items: center;
    z-index: 2;
    gap: 50px;
    position: relative;
}

.VFQ_about_this .Dgz_learn_expert::before {
    bottom: -5px;
    border-radius: calc(19px + 5px);
    content: '';
    position: absolute;
    transform: perspective(1000px) rotateY(5deg);
    z-index: -1;
    opacity: 0.5;
    top: -5px;
    left: -5px;
    right: -5px;
    background: linear-gradient(45deg, rgb(169,192,186), rgb(131,156,149));
}

.VFQ_about_this .idJ_learning_growth {
    margin-bottom: 8px;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
}

.VFQ_about_this .zfM_statement_box::before {
    background: linear-gradient(to bottom, rgb(169,192,186), rgb(131,156,149));
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 5px;
    content: '';
    border-radius: 10px 0 0 10px;
}

.VFQ_about_this h2 {
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    font-size: 30px;
}

.amF_future_attendees {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, rgb(206,223,222) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.amF_future_attendees .bUM_knowledge_center {
    overflow: hidden;
    background: #ffffff;
    border-radius: 27px;
    position: relative;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
}

.amF_future_attendees div {
    display: flex;
    padding: 40px;
    gap: 0;
    flex-wrap: wrap;
}

.amF_future_attendees div p:last-child {
    margin-bottom: 0;
}

.amF_future_attendees div p:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, rgba(rgb(169,192,186), 0.03) 0%, transparent 100%);
    transform: translateX(10px);
}

.amF_future_attendees div p:hover::before {
    width: 100%;
}

.amF_future_attendees div p::after {
    position: absolute;
    right: 20px;
    border-right: 2px solid rgb(169,192,186);
    transition: all 0.3s ease;
    height: 6px;
    border-top: 2px solid rgb(169,192,186);
    width: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    opacity: 0;
}

.hin_program_structure .NcL_online_learn::before {
    background: linear-gradient(90deg, 
                rgba(0, 0, 0, 0.6) 70%,
                transparent 100%);
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
    width: 100%;
}

.hin_program_structure .GsU_fast_development {
    width: 20%;
    height: 100%;
    position: relative;
}

.hin_program_structure .GsU_fast_development {
    width: 16.6667%;
}

.hin_program_structure .container {
    position: relative;
    height: 100%;
    display: flex;
    width: 100%;
    z-index: 10;
    padding: 0;
    justify-content: flex-end;
    grid-row: 1;
    align-items: center;
    grid-column: 1 / 3;
}

.hin_program_structure .Yyb_skill_route::before {
    background-color: rgb(206,223,222);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    border-radius: 10px;
    top: 0;
    content: '';
    position: absolute;
}

.hin_program_structure .Yyb_skill_route h3::after {
    position: absolute;
    bottom: -0.5rem;
    width: 50px;
    content: '';
    left: 1.5rem;
    background-color: rgb(131,156,149);
    height: 3px;
}

.hin_program_structure .Yyb_skill_route .xog_query_reach::before {
    height: 100%;
    top: 0;
    transition: all 0.3s ease;
    left: -100%;
    background-color: rgb(169,192,186);
    z-index: -1;
    width: 100%;
    position: absolute;
    content: '';
}

.hin_program_structure .Yyb_skill_route .xog_query_reach:active {
    box-shadow: 0 2px 5px rgba(rgb(169,192,186), 0.2);
    transform: translateY(0);
}

.DtK_digital_consent {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.Wku_cookie_popup_message h5 {
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 23px;
}

.abJ_cookie_updates:hover {
    border-color: rgb(169,192,186,0.5);
    background: rgb(169,192,186,0.5);
}

.Wku_cookie_popup_message p a:hover {
    color: rgb(131,156,149);
    border-bottom-color: rgb(131,156,149);
}

.YTo_data_summary {
    padding: 130px 0 160px;
    color: #ffffff;
    isolation: isolate;
    position: relative;
    overflow: hidden;
}

.YTo_data_summary .container {
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.YTo_data_summary .ajJ_statistics_advantages {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.YTo_data_summary .EwM_statistics_highlights svg path {
    stroke: #ffffff;
    fill: rgb(169,192,186);
    stroke-width: 0.5;
}

.YTo_data_summary .gfd_statistics_tracks::after {
    height: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 60px;
    content: '';
    background: linear-gradient(to right, rgb(169,192,186), rgb(131,156,149));
    border-radius: 3px;
}

.YTo_data_summary .JFI_statistics_zone:nth-child(even) {
    border-radius: 30px 30px 0 30px;
}

.YTo_data_summary .JFI_statistics_zone::before {
    width: 100px;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgb(169,192,186,0.5), transparent);
    height: 100px;
    right: -50px;
    border-radius: 50%;
    transition: all 0.4s ease;
    top: -50px;
    opacity: 0.2;
}

.YTo_data_summary .MzF_value_elevation {
    margin-bottom: 20px;
}

.YTo_data_summary .JFI_statistics_zone span {
    display: block;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 20px;
    margin-bottom: 10px;
}



.YTo_data_summary .JFI_statistics_zone::after {
    opacity: 0.2;
    bottom: -15px;
    position: absolute;
    transition: all 0.4s ease;
    content: '';
    left: -15px;
    height: 30px;
    background: linear-gradient(to right, rgb(131,156,149,0.5), transparent);
    width: 30px;
    border-radius: 50%;
}

.YTo_data_summary .JFI_statistics_zone:nth-child(4) {
    transform: rotate(2deg);
}

.vVe_check_it_out_now::before {
    background-position: 0 0;
    width: 100%;
    z-index: 1;
    background-size: 30px 30px;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
    opacity: 0.04;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
}

.vVe_check_it_out_now .xog_query_reach::before {
    content: '';
    left: 0;
    background: rgb(131,156,149);
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
    border-radius: 20px 20px 0 20px;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease;
}

.vVe_check_it_out_now .container p::after {
    width: 40px;
    background: rgb(169,192,186);
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    content: '';
    height: 40px;
    bottom: -10px;
    left: -10px;
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    top: 0;
    opacity: 0.75;
    position: absolute;
    right: 0;
    animation: gradientFlow 20s ease infinite;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(169,192,186,0.5) 35%, rgb(131,156,149,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    background-size: 300% 300%;
}

.eHu_data_viz .company_holder {
    padding: 2rem;
    overflow: hidden;
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    position: relative;
    flex: 1 1 350px;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 13px;
}

.eHu_data_viz .company_holder h3 {
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 1.5rem;
    font-size: 35px;
    text-shadow: 0 0 15px rgb(169,192,186,0.5);
    position: relative;
    color: #ffffff;
    display: inline-block;
}

.eHu_data_viz .ctS_affiliate_cta {
    color: #ffffff;
    opacity: 0.85;
    line-height: 1.6;
    text-shadow: 0 0 10px #000000;
    font-size: 13px;
    max-width: 100%;
}

.eHu_data_viz .UnF_nav_primary {
    border-radius: 13px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    flex: 1 1 calc(50% - 1.25rem);
    backdrop-filter: blur(8px);
    position: relative;
    min-width: 250px;
    overflow: hidden;
    padding: 2rem;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}

.eHu_data_viz .UnF_nav_primary h5::after {
    width: 40px;
    position: absolute;
    transition: width 0.3s ease-out;
    background: linear-gradient(90deg, rgb(131,156,149), rgb(169,192,186));
    content: "";
    box-shadow: 0 0 10px rgb(131,156,149);
    left: 0;
    height: 3px;
    border-radius: 10px;
    bottom: -8px;
}

.eHu_data_viz .UnF_nav_primary .KUm_top_sitebar a::after {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    width: 0;
    content: "";
    z-index: -1;
    transition: all 0.3s ease;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.DSC_tutor_match {
    padding: 2rem 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.5);
}

.DSC_tutor_match .clm_abuse_ctrl {
    position: relative;
    letter-spacing: 0.5px;
    text-align: center;
    text-shadow: 0 0 5px #000000;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.7;
}

.ulK_privacy_fence::after {
    background: linear-gradient(145deg, rgb(169,192,186,0.5), rgb(131,156,149,0.5));
    right: -10%;
    position: absolute;
    width: 25%;
    filter: blur(30px);
    top: -5%;
    transform: rotate(-15deg) skewX(15deg);
    opacity: 0.03;
    content: "";
    height: 50%;
    z-index: 0;
    animation: ambient-shift 25s ease-in-out infinite alternate;
}

.ulK_privacy_fence h1 {
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #000000;
    font-size: 43px;
    margin-bottom: calc(var(--content-spacing) * 0.8);
}

.ulK_privacy_fence h2 {
    margin: calc(var(--content-spacing) * 1.2) 0 calc(var(--content-spacing) * 0.5);
    position: relative;
    font-size: 31px;
    font-weight: 600;
    color: #000000;
    padding-left: 15px;
}

.ulK_privacy_fence h4 {
    font-size: calc(31px * 0.7);
    font-weight: 600;
    opacity: 0.9;
    color: #000000;
    margin: calc(var(--content-spacing) * 0.7) 0 calc(var(--content-spacing) * 0.3);
}

.ulK_privacy_fence strong {
    color: rgb(169,192,186);
    position: relative;
    font-weight: 600;
    display: inline-block;
}

.ulK_privacy_fence ul {
    margin: calc(var(--content-spacing) * 0.5) 0 calc(var(--content-spacing) * 0.8);
    list-style: none;
    padding-left: 1.5rem;
}

.LTC_pricing_set {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.LTC_pricing_set .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}

.LTC_pricing_set h2 {
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 37px;
    text-align: center;
    transform: translateZ(0);
}

.LTC_pricing_set .WzG_cost_fee {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
}

.LTC_pricing_set .wZR_study_costs::before {
    transform: scaleX(0);
    top: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    transform-origin: 0 0;
    background: linear-gradient(90deg, rgb(169,192,186), rgb(131,156,149));
    right: 0;
    content: "";
    left: 0;
}

.LTC_pricing_set .mVF_cost_summary {
    flex-direction: column;
    padding: 35px 30px;
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    box-sizing: border-box;
}

.LTC_pricing_set .wZR_study_costs:hover .iAR_fee_plan h4::after {
    width: 60px;
}

.LTC_pricing_set .iAR_fee_plan p {
    margin: 0 0 30px;
    font-size: 15px;
    hyphens: auto;
    word-wrap: break-word;
    flex: 1;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
}

::-webkit-scrollbar {
    padding: 0px;
    height: 15px;
}

::-webkit-scrollbar-button {
    height: 1px;
    background: rgb(131,156,149,0.5);
    width: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 14.4vh;
    box-shadow: inset -5px -4px 11px -2px rgba(0, 0, 0, 0.3);
    background: rgb(169,192,186,0.5);
}

::-webkit-scrollbar-thumb {
    box-shadow: -1px 4px 15px -1px rgba(0, 0, 0, 0.8);
    background: rgb(169,192,186);
    border-radius: 4.8rem;
    border: 1px dotted rgb(169,192,186,0.5);
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.1);
    background: rgb(206,223,222);
    border-color: rgb(131,156,149);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(131,156,149,0.5);
    box-shadow: inset -1px 5px 7px 6px rgba(0, 0, 0, 0.8);
}



@media (max-width: 576px) {.jWw_title_board .bUM_knowledge_center {
    padding: 2rem 1rem;
    width: 95%;
}.jWw_title_board h1 {
    font-size: calc(43px * 0.9);
}.jWw_title_board .zfM_statement_box p {
    font-size: 18px;
}.jWw_title_board .qet_fast_edu svg {
    height: 60px;
    width: 60px;
}.jWw_title_board h6 .xog_query_reach {
    font-size: calc(19px * 0.9);
    padding: 0.7rem 1.3rem;
}}



@media (min-width: 1200px) {.JdF_service_connect .qJl_quick_help {
    padding: 5rem;
    gap: 4rem;
}.JdF_service_connect h1 {
    font-size: calc(48px + 1rem);
}.JdF_service_connect .qJl_quick_help > div:first-child {
    font-size: calc(18px + 0.25rem);
}.JdF_service_connect .Qgv_start_chat,
    .JdF_service_connect span {
    font-size: calc(18px + 0.1rem);
}
}



@media (max-width: 768px) {.xlB_receive_updates {
    padding: 4rem 1.5rem;
}.xlB_receive_updates p {
    max-width: 100%;
    transform: none;
    font-size: calc(37px * 0.8);
}.xlB_receive_updates .input_holder {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 100%;
    transform: none;
}.xlB_receive_updates .Bdp_email_submit {
    padding: 1.2rem;
    border: 2px solid #000000;
}.xlB_receive_updates .xog_query_reach {
    padding: 1.2rem;
}.xlB_receive_updates .bUM_knowledge_center::before {
    font-size: 5rem;
}
}



@media (max-width: 767px) {.xqh_educational_rewards {
    padding: 4rem 0;
}.xqh_educational_rewards .container {
    padding: 0 1.5rem;
}.xqh_educational_rewards .zfM_statement_box {
    padding: 2rem 1.5rem;
}.xqh_educational_rewards h4 {
    font-size: calc(18px * 1.2);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
}.xqh_educational_rewards li p {
    font-size: calc(12px * 0.95);
}.xqh_educational_rewards svg {
    height: 20px;
    width: 20px;
}
}



@media (min-width: 768px) {.KnJ_gratitudeHub {
    padding: 7rem 0;
}.KnJ_gratitudeHub .bUM_knowledge_center {
    gap: 3rem;
    padding: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.KnJ_gratitudeHub h5 {
    font-size: calc(18px * 1.1);
}.KnJ_gratitudeHub p {
    font-size: calc(15px * 1.05);
}.KnJ_gratitudeHub .bUM_knowledge_center::after {
    position: absolute;
    top: -15px;
    content: "";
    height: 30px;
    border-right: 3px solid rgb(169,192,186);
    width: 30px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    right: -15px;
    opacity: 0;
    border-top: 3px solid rgb(169,192,186);
    transform: translateZ(10px) scale(0.9);
}.KnJ_gratitudeHub .bUM_knowledge_center:hover::after {
    opacity: 1;
    transform: translateZ(10px) scale(1);
}.KnJ_gratitudeHub .bUM_knowledge_center::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}.KnJ_gratitudeHub .bUM_knowledge_center:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .UnF_nav_primary {
    gap: 20px;
}header .syt_header_master svg {
    height: 38px;
}
}



@media (max-width: 767px) {header .UnF_nav_primary {
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    top: 0;
    width: 80%;
    position: fixed;
    height: 100vh;
    max-width: 320px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 75px 30px 30px;
    background: rgb(206,223,222);
    gap: 5px;
    flex-direction: column;
    right: -100%;
}header .UnF_nav_primary:before {
    top: 60px;
    width: 80%;
    height: 1px;
    bottom: auto;
    left: 10%;
}header .menu.active {
    right: 0;
}header .PKo_top_class {
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}header .PKo_top_class:last-child {
    border-bottom: none;
}header .PKo_top_class:after {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 10px;
}header .PKo_top_class:hover:after {
    opacity: 1;
    top: 50%;
    left: 5px;
}header .syt_header_master {
    margin: 0 auto;
}
}



@media (max-width: 767px) {.amF_future_attendees {
    padding: 80px 0;
}.amF_future_attendees h4 {
    font-size: calc(30px - 4px);
    padding: 20px;
}.amF_future_attendees div {
    padding: 25px 20px;
}.amF_future_attendees div p {
    margin-bottom: 12px;
    padding: 15px 15px 15px 50px;
    flex: 1 1 100%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}.amF_future_attendees div p svg {
    width: 20px;
    height: 20px;
    left: 15px;
}
}



@media (max-width: 480px) {.hin_program_structure .NcL_online_learn {
    height: 300px;
}.hin_program_structure .Yyb_skill_route {
    padding: 2rem 1.5rem;
}.hin_program_structure .Yyb_skill_route h3 {
    padding-left: 1rem;
}.hin_program_structure .Yyb_skill_route p {
    padding-left: 1rem;
}.hin_program_structure .Yyb_skill_route .xog_query_reach {
    margin-left: 1rem;
}}



@media screen and (max-width: 992px) {.YTo_data_summary {
    padding: 100px 0 120px;
}.YTo_data_summary .gfd_statistics_tracks {
    text-align: center;
}.YTo_data_summary .gfd_statistics_tracks::after {
    left: 50%;
    transform: translateX(-50%);
}.YTo_data_summary .VMI_extra_pro {
    max-width: 100%;
    text-align: center;
}
}



@media (max-width: 991px) {.vVe_check_it_out_now {
    padding: 110px 0;
}.vVe_check_it_out_now .bUM_knowledge_center {
    gap: 40px;
}.vVe_check_it_out_now .container p {
    font-size: calc(22px * 1.2);
    padding: 25px;
}.vVe_check_it_out_now .xog_query_reach {
    flex: 0 0 180px;
    height: 180px;
}.vVe_check_it_out_now .container p::after {
    height: 30px;
    width: 30px;
}
}



@media (max-width: 1200px) {.eHu_data_viz .container {
    gap: 2rem;
}.eHu_data_viz .company_holder {
    flex: 1 1 320px;
}.eHu_data_viz .eJy_telegram_ref {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}



@media (max-width: 992px) {.eHu_data_viz {
    padding: 3.5rem 0 2rem;
}.eHu_data_viz .container {
    gap: 2rem;
    flex-direction: column;
}.eHu_data_viz .company_holder,
    .eHu_data_viz .eJy_telegram_ref {
    min-width: 100%;
    flex: 1 1 100%;
}.eHu_data_viz .UnF_nav_primary {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}



@media (max-width: 768px) {.ulK_privacy_fence .container {
    padding: 1.5rem;
}.ulK_privacy_fence h1 {
    font-size: calc(43px * 0.8);
}.ulK_privacy_fence h2 {
    padding-left: 12px;
    font-size: calc(31px * 0.85);
}.ulK_privacy_fence p, 
    .ulK_privacy_fence span,
    .ulK_privacy_fence li {
    font-size: calc(13px * 0.95);
}.ulK_privacy_fence ul {
    padding-left: 0.5rem;
}.ulK_privacy_fence h1::after {
    width: 60px;
}
}



@media (min-width: 1200px) {.LTC_pricing_set .WzG_cost_fee {
    grid-template-columns: repeat(4, 1fr);
}.LTC_pricing_set .mVF_cost_summary {
    padding: 40px 35px;
}.LTC_pricing_set h2 {
    font-size: calc(37px + 4px);
}
}



@media (min-width: 768px) and (max-width: 991px) {.LTC_pricing_set .WzG_cost_fee {
    grid-template-columns: repeat(2, 1fr);
}.LTC_pricing_set .iAR_fee_plan p {
    margin-bottom: 25px;
    font-size: calc(15px - 1px);
}.LTC_pricing_set .mVF_cost_summary {
    padding: 30px 25px;
}
}



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(20px, 20px) rotate(5deg);
    }
}



@keyframes slideTitle {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes fadeInRight {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }



@keyframes floatingItem {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

