﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.warp-container_as {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1278px;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.telegram_ref_uq {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.top_master_gx {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.aspiring_learners_LC {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}.aspiring_learners_LC::before {
    opacity: 0.03;
    height: 100%;
    background-image: linear-gradient(rgb(148,149,149,0.5) 1px, transparent 1px), 
                     linear-gradient(90deg, rgb(148,149,149,0.5) 1px, transparent 1px);
    top: 0;
    left: 0;
    width: 100%;
    background-size: 40px 40px;
    z-index: 0;
    position: absolute;
    content: "";
}.aspiring_learners_LC .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.aspiring_learners_LC .learn_identity_JK {
    position: relative;
    margin: 0 auto;
    max-width: 900px;
}.aspiring_learners_LC h4 {
    color: #000000;
    margin-bottom: 60px;
    padding-left: 20px;
    position: relative;
    font-weight: 600;
    font-size: 35px;
    border-left: 4px solid rgb(148,149,149);
    line-height: 1.3;
}.aspiring_learners_LC div {
    gap: 30px;
    counter-reset: item;
    display: flex;
    flex-direction: column;
}.aspiring_learners_LC div p {
    font-size: 12px;
    line-height: 1.6;
    counter-increment: item;
    position: relative;
    display: flex;
    min-height: 50px;
    color: #000000;
    align-items: center;
    margin: 0;
    padding: 0 0 0 70px;
}.aspiring_learners_LC div p::before {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    color: rgb(148,149,149);
    border-radius: 50%;
    top: 50%;
    font-weight: 700;
    transition: all 0.3s ease;
    height: 50px;
    content: counter(item);
    justify-content: center;
    display: flex;
    background: rgb(185,185,173);
    width: 50px;
    border: 1px solid rgba(rgb(148,149,149), 0.1);
    align-items: center;
}.aspiring_learners_LC div p:hover::before {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(148,149,149), 0.3);
    background: rgb(148,149,149);
    transform: translateY(-50%) scale(1.1);
}.aspiring_learners_LC div p::after {
    opacity: 0.3;
    height: calc(100% - 25px);
    background: rgb(148,149,149,0.5);
    top: 75px;
    width: 1px;
    position: absolute;
    left: 25px;
    content: "";
}.aspiring_learners_LC div p:last-child::after {
    display: none;
}.aspiring_learners_LC div p svg {
    top: 13px;
    left: 13px;
    transition: all 0.3s ease;
    width: 24px;
    position: absolute;
    height: 24px;
    z-index: 1;
    opacity: 0;
}.aspiring_learners_LC div p:hover svg {
    opacity: 1;
    transform: rotate(15deg);
}.aspiring_learners_LC div p svg path {
    fill: #ffffff;
}.aspiring_learners_LC div p:hover {
    transform: translateX(5px);
    color: #000000;
}

@media (max-width: 991px) {.aspiring_learners_LC {
    padding: 100px 0;
}.aspiring_learners_LC h4 {
    margin-bottom: 50px;
    font-size: calc(35px - 2px);
}.aspiring_learners_LC div {
    gap: 25px;
}
}

@media (max-width: 767px) {.aspiring_learners_LC {
    padding: 80px 0;
}.aspiring_learners_LC h4 {
    font-size: calc(35px - 4px);
    margin-bottom: 40px;
}.aspiring_learners_LC div {
    gap: 20px;
}.aspiring_learners_LC div p {
    padding-left: 60px;
}.aspiring_learners_LC div p::before {
    width: 45px;
    height: 45px;
}.aspiring_learners_LC div p::after {
    left: 22px;
    top: 67px;
}.aspiring_learners_LC div p svg {
    left: 12px;
    top: 12px;
    width: 21px;
    height: 21px;
}
}

@media (max-width: 479px) {.aspiring_learners_LC {
    padding: 60px 0;
}.aspiring_learners_LC h4 {
    font-size: calc(35px - 6px);
    padding-left: 15px;
    margin-bottom: 35px;
}.aspiring_learners_LC div {
    gap: 15px;
}.aspiring_learners_LC div p {
    padding-left: 55px;
    font-size: calc(12px - 1px);
}.aspiring_learners_LC div p::before {
    height: 40px;
    width: 40px;
}.aspiring_learners_LC div p::after {
    top: 60px;
    left: 20px;
}.aspiring_learners_LC div p svg {
    top: 10px;
    height: 20px;
    width: 20px;
    left: 10px;
}}.program_overview_QZ {
    flex-direction: column;
    display: flex;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background-color: rgb(185,185,173);
    align-items: center;
}.program_overview_QZ .grow_skills_uO {
    top: 0;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
}.program_overview_QZ .skill_path_hK {
    display: flex;
    width: 500%;
    animation: carousel-slide 40s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    height: 100%;
    will-change: transform;
}.program_overview_QZ .grow_skills_uO:hover .skill_path_hK {
    animation-play-state: paused;
}.program_overview_QZ .learn_now_fB {
    flex: 1;
    height: 100%;
    min-width: 20%;
    position: relative;
    overflow: hidden;
}.program_overview_QZ .learn_now_fB img {
    transition: transform 1.5s ease;
    height: 100%;
    width: 100%;
    filter: saturate(0.8) contrast(1.2);
    object-fit: cover;
    transform: scale(1.05);
}.program_overview_QZ .grow_skills_uO:hover .learn_now_fB img {
    transform: scale(1.15);
}.program_overview_QZ .container {
    z-index: 4;
    justify-content: center;
    position: relative;
    display: flex;
    margin: auto;
    max-width: 1200px;
    align-items: center;
    padding: 2rem;
    width: 100%;
}.program_overview_QZ .learn_identity_JK {
    animation: glow-pulse 8s ease-in-out infinite alternate;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                0 0 60px rgb(148,149,149,0.5),
                0 0 90px rgb(106,107,106,0.5);
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    backdrop-filter: blur(8px);
    padding: 0.5rem;
    border-radius: 21px;
    max-width: 800px;
}.program_overview_QZ .lesson_plan_nB {
    position: relative;
    padding: 3rem;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
}.program_overview_QZ .lesson_plan_nB::before {
    animation: rotate 30s linear infinite;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    left: -50%;
    top: -50%;
    height: 200%;
    content: '';
    background: radial-gradient(
        circle at center,
        rgb(148,149,149,0.5) 0%,
        transparent 50%
    );
    width: 200%;
}.program_overview_QZ .lesson_plan_nB h3 {
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 1.5rem;
}.program_overview_QZ .lesson_plan_nB h3::before,
.program_overview_QZ .lesson_plan_nB h3::after {
    border-radius: 10px;
    bottom: -10px;
    content: '';
    height: 3px;
    position: absolute;
}.program_overview_QZ .lesson_plan_nB h3::before {
    left: 50%;
    background: rgb(148,149,149);
    right: 50%;
    transition: all 0.6s ease;
}.program_overview_QZ .lesson_plan_nB h3::after {
    transition-delay: 0.2s;
    left: 50%;
    right: 50%;
    transition: all 0.6s ease;
    background: rgb(106,107,106);
}.program_overview_QZ .lesson_plan_nB:hover h3::before {
    right: 50%;
    left: 0;
}.program_overview_QZ .lesson_plan_nB:hover h3::after {
    left: 50%;
    right: 0;
}.program_overview_QZ .lesson_plan_nB p {
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 18px;
    margin-left: auto;
    max-width: 85%;
    opacity: 0.85;
    font-weight: 400;
    line-height: 1.8;
    margin-right: auto;
}.program_overview_QZ .lesson_plan_nB .support_map_im {
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    transition: all 0.4s ease;
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(
        45deg,
        rgb(148,149,149) 0%,
        rgb(106,107,106) 100%
    );
    z-index: 1;
    font-size: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}.program_overview_QZ .lesson_plan_nB .support_map_im::before {
    left: -100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(106,107,106) 0%,
        rgb(148,149,149) 100%
    );
    transition: all 0.6s ease;
    z-index: -1;
    content: '';
    height: 100%;
}.program_overview_QZ .lesson_plan_nB .support_map_im:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}.program_overview_QZ .lesson_plan_nB .support_map_im:hover::before {
    left: 0;
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0%);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes pattern-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes gradient-pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

@keyframes glow-pulse {
    0% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(148,149,149,0.5);
    }
    50% {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.5),
                    0 0 70px rgb(106,107,106,0.5);
    }
    100% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(148,149,149,0.5);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.program_overview_QZ {
    padding: 6rem 0;
    min-height: auto;
}.program_overview_QZ .grow_skills_uO {
    height: 350px;
    margin-bottom: 0;
    position: relative;
}.program_overview_QZ .container {
    margin-top: -100px;
    padding: 1.5rem;
}.program_overview_QZ .learn_identity_JK {
    max-width: 90%;
}.program_overview_QZ .lesson_plan_nB {
    padding: 2.5rem;
}.program_overview_QZ .lesson_plan_nB p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.program_overview_QZ {
    padding: 5rem 0;
}.program_overview_QZ .grow_skills_uO {
    height: 280px;
}.program_overview_QZ .skill_path_hK {
    animation-duration: 30s;
}.program_overview_QZ .container {
    margin-top: -50px;
    padding: 1rem;
}.program_overview_QZ .learn_identity_JK {
    max-width: 100%;
    padding: 0.3rem;
}.program_overview_QZ .lesson_plan_nB {
    padding: 2rem 1.5rem;
}.program_overview_QZ .lesson_plan_nB h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.2rem;
}.program_overview_QZ .lesson_plan_nB p {
    font-size: calc(18px * 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
}.program_overview_QZ .lesson_plan_nB .support_map_im {
    padding: 0.8rem 1.5rem;
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 480px) {.program_overview_QZ {
    padding: 4rem 0;
}.program_overview_QZ .grow_skills_uO {
    height: 230px;
}.program_overview_QZ .skill_path_hK {
    animation-duration: 25s;
}.program_overview_QZ .container {
    margin-top: -30px;
}.program_overview_QZ .lesson_plan_nB {
    padding: 1.5rem 1rem;
}.program_overview_QZ .lesson_plan_nB h3 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.8);
}.program_overview_QZ .lesson_plan_nB p {
    font-size: calc(18px * 0.8);
    max-width: 100%;
    margin-bottom: 1.8rem;
}.program_overview_QZ .lesson_plan_nB .support_map_im {
    width: 90%;
    padding: 0.7rem 1.3rem;
    margin: 0 auto;
}
}

@media (min-width: 1400px) {.program_overview_QZ .container {
    max-width: 1320px;
}.program_overview_QZ .learn_identity_JK {
    max-width: 900px;
}.program_overview_QZ .lesson_plan_nB {
    padding: 4rem;
}
}

@media (prefers-reduced-motion) {.program_overview_QZ .skill_path_hK,
    .program_overview_QZ .learn_identity_JK,
    .program_overview_QZ .lesson_plan_nB::before {
    animation: none;
}.program_overview_QZ .learn_now_fB {
    transition: opacity 0.5s ease;
    opacity: 0.5;
}.program_overview_QZ .learn_now_fB:nth-child(1) {
    opacity: 1;
}}.metrics_summary_lU {
    padding: 120px 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.metrics_summary_lU::before {
    opacity: 0.9;
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    background: #000000;
    position: absolute;
    width: 100%;
    z-index: -2;
}.metrics_summary_lU::after {
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(148,149,149,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(106,107,106,0.5) 0%, transparent 30%),
        linear-gradient(45deg, transparent 96%, rgb(148,149,149,0.5) 97%, rgb(148,149,149,0.5) 98%, transparent 99%),
        linear-gradient(135deg, transparent 96%, rgb(106,107,106,0.5) 97%, rgb(106,107,106,0.5) 98%, transparent 99%),
        repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.01) 5px, rgba(255, 255, 255, 0.01) 10px);
    top: 0;
    left: 0;
    background-size: auto, auto, 100px 100px, 100px 100px, 30px 30px;
    width: 100%;
    animation: backgroundPulse 20s infinite alternate;
    opacity: 0.6;
    height: 100%;
    position: absolute;
    z-index: -1;
}@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%, 0% 0%, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.5;
    }
    50% {
        background-position: 5% 5%, -5% -5%, 50px 50px, 50px 50px, 15px 15px;
        opacity: 0.7;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0px 0px, 0px 0px, 0px 0px;
        opacity: 0.5;
    }
}

.metrics_summary_lU .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.metrics_summary_lU .top_gain_vB {
    align-items: start;
    grid-template-areas: 
        "image header header header"
        "stats stats stats stats";
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-gap: 40px;
}.metrics_summary_lU .statistics_elevation_VJ {
    z-index: 2;
    margin-right: 20px;
    justify-self: end;
    align-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    justify-content: center;
    position: relative;
    grid-area: image;
    height: 80px;
    display: flex;
    width: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}.metrics_summary_lU .statistics_elevation_VJ::before {
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        transparent 90deg,
        rgb(148,149,149) 90deg,
        rgb(148,149,149) 180deg,
        transparent 180deg,
        transparent 270deg,
        rgb(148,149,149) 270deg,
        rgb(148,149,149) 360deg
    );
    height: 100px;
    content: '';
    animation: rotate 10s linear infinite;
    top: -10px;
    left: -10px;
    width: 100px;
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    border-radius: 50%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.metrics_summary_lU .statistics_elevation_VJ svg {
    fill: rgb(148,149,149);
    height: 40px;
    width: 40px;
}.metrics_summary_lU .statistics_elevation_VJ svg path {
    fill: rgb(148,149,149);
}.metrics_summary_lU .statistics_advantage_Fx {
    margin: 0;
    padding-bottom: 25px;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    grid-area: header;
    padding: 15px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: calc(30px * 1.2);
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}.metrics_summary_lU .statistics_advantage_Fx::after {
    border-radius: 1.5px;
    content: '';
    height: 3px;
    left: 0;
    bottom: 0;
    width: 60px;
    position: absolute;
    background: rgb(148,149,149);
}.metrics_summary_lU .study_gain_lG {
    text-align: center;
    margin: 0 auto 50px;
    padding: 40px;
    position: relative;
    grid-column: 1 / -1;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    line-height: 1.7;
    max-width: 800px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: calc(14px * 1.2);
    z-index: 3;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.9);
}.metrics_summary_lU .study_gain_lG::before {
    border-left: 2px solid rgb(148,149,149);
    height: 30px;
    left: 10px;
    opacity: 0.6;
    content: '';
    width: 30px;
    top: 10px;
    position: absolute;
    border-top: 2px solid rgb(148,149,149);
}.metrics_summary_lU .study_gain_lG::after {
    content: '';
    position: absolute;
    width: 30px;
    border-bottom: 2px solid rgb(148,149,149);
    opacity: 0.6;
    right: 10px;
    border-right: 2px solid rgb(148,149,149);
    height: 30px;
    bottom: 10px;
}.metrics_summary_lU .smart_pros_vR {
    grid-template-columns: repeat(4, 1fr);
    grid-area: stats;
    grid-template-rows: repeat(3, auto);
    display: grid;
    gap: 25px;
    position: relative;
    margin-top: 30px;
}.metrics_summary_lU .advantage_statistics_kC {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    padding: 25px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.metrics_summary_lU .advantage_statistics_kC:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.7);
}.metrics_summary_lU .advantage_statistics_kC::before {
    height: 2px;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(148,149,149), transparent);
    left: -2px;
    position: absolute;
    right: -2px;
    top: -2px;
    opacity: 0.6;
}.metrics_summary_lU .advantage_statistics_kC::after {
    z-index: -1;
    width: 100%;
    bottom: 0;
    position: absolute;
    background-size: cover;
    content: '';
    opacity: 0.05;
    transition: opacity 0.3s ease;
    background-position: center;
    height: 50%;
    left: 0;
}.metrics_summary_lU .advantage_statistics_kC:hover::after {
    opacity: 0.1;
}.metrics_summary_lU .knowledge_statistics_ba {
    position: relative;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    height: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    width: 50px;
    justify-content: center;
}.metrics_summary_lU .knowledge_statistics_ba::before {
    opacity: 0.3;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, rgb(148,149,149,0.5) 0%, transparent 100%);
    width: 100%;
    content: '';
}.metrics_summary_lU .knowledge_statistics_ba svg {
    height: 25px;
    fill: rgb(148,149,149);
    width: 25px;
}.metrics_summary_lU .knowledge_statistics_ba svg path {
    fill: rgb(148,149,149);
}.metrics_summary_lU .smart_pros_vR .advantage_statistics_kC:nth-child(4n+1) span,
.metrics_summary_lU .smart_pros_vR .advantage_statistics_kC:nth-child(4n+4) span {
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    color: rgb(148,149,149);
    display: block;
    font-size: 2.2rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}.metrics_summary_lU .smart_pros_vR .advantage_statistics_kC:nth-child(4n+2) span,
.metrics_summary_lU .smart_pros_vR .advantage_statistics_kC:nth-child(4n+3) span {
    font-weight: 700;
    color: rgb(106,107,106);
    font-size: 2.2rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-bottom: 10px;
    display: block;
}.metrics_summary_lU .advantage_statistics_kC span::after {
    content: '';
    background: currentColor;
    bottom: -5px;
    height: 2px;
    position: absolute;
    opacity: 0.5;
    width: 30px;
    left: 0;
}.metrics_summary_lU .advantage_statistics_kC p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

@media screen and (max-width: 991px) {.metrics_summary_lU {
    padding: 100px 0;
}.metrics_summary_lU .top_gain_vB {
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-gap: 30px;
    grid-template-areas: 
            "image header header header"
            "stats stats stats stats";
}.metrics_summary_lU .study_gain_lG {
    max-width: 100%;
}.metrics_summary_lU .smart_pros_vR {
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 767px) {.metrics_summary_lU {
    padding: 80px 0;
}.metrics_summary_lU .statistics_elevation_VJ {
    width: 70px;
    height: 70px;
}.metrics_summary_lU .statistics_elevation_VJ::before {
    top: -10px;
    height: 90px;
    width: 90px;
    left: -10px;
}.metrics_summary_lU .statistics_elevation_VJ svg {
    width: 35px;
    height: 35px;
}.metrics_summary_lU .statistics_advantage_Fx {
    font-size: calc(30px * 0.9);
    padding-bottom: 15px;
}.metrics_summary_lU .study_gain_lG {
    margin-bottom: 30px;
    padding: 30px;
    font-size: calc(14px * 1.1);
}.metrics_summary_lU .study_gain_lG::before,
    .metrics_summary_lU .study_gain_lG::after {
    width: 25px;
    height: 25px;
}.metrics_summary_lU .smart_pros_vR {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.metrics_summary_lU .advantage_statistics_kC {
    padding: 20px;
}.metrics_summary_lU .knowledge_statistics_ba {
    height: 45px;
    margin-bottom: 15px;
    width: 45px;
}.metrics_summary_lU .knowledge_statistics_ba svg {
    width: 22px;
    height: 22px;
}.metrics_summary_lU .smart_pros_vR .advantage_statistics_kC span {
    font-size: 2rem;
}
}

@media screen and (max-width: 575px) {.metrics_summary_lU {
    padding: 60px 0;
}.metrics_summary_lU .top_gain_vB {
    grid-gap: 25px;
}.metrics_summary_lU .statistics_elevation_VJ {
    height: 60px;
    margin-right: 15px;
    width: 60px;
}.metrics_summary_lU .statistics_elevation_VJ::before {
    top: -10px;
    height: 80px;
    left: -10px;
    width: 80px;
}.metrics_summary_lU .statistics_elevation_VJ svg {
    height: 30px;
    width: 30px;
}.metrics_summary_lU .statistics_advantage_Fx {
    padding-bottom: 12px;
    font-size: calc(30px * 0.8);
}.metrics_summary_lU .statistics_advantage_Fx::after {
    height: 2px;
    width: 50px;
}.metrics_summary_lU .study_gain_lG {
    font-size: calc(14px * 1.05);
    margin-bottom: 25px;
    padding: 25px;
}.metrics_summary_lU .study_gain_lG::before,
    .metrics_summary_lU .study_gain_lG::after {
    height: 20px;
    width: 20px;
}.metrics_summary_lU .smart_pros_vR {
    grid-template-columns: 1fr;
    gap: 15px;
}.metrics_summary_lU .advantage_statistics_kC {
    padding: 20px 15px;
}.metrics_summary_lU .knowledge_statistics_ba {
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
}.metrics_summary_lU .knowledge_statistics_ba svg {
    height: 20px;
    width: 20px;
}.metrics_summary_lU .smart_pros_vR .advantage_statistics_kC span {
    font-size: 1.8rem;
}.metrics_summary_lU .advantage_statistics_kC p {
    font-size: calc(14px * 0.85);
}}.membership_plan_AJ {
    padding: 120px 0;
    position: relative;
    background: rgb(185,185,173);
    overflow: hidden;
}.membership_plan_AJ::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(148,149,149,0.5) 0%, transparent 70%);
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}.membership_plan_AJ .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.membership_plan_AJ .pricing_deals_Wh {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}.membership_plan_AJ .pricing_options_Ck {
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-10px);
}.membership_plan_AJ .pricing_options_Ck h2 {
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
}.membership_plan_AJ .pricing_options_Ck h2::after {
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    background: rgb(148,149,149);
    content: "";
    transform: translateX(-50%);
    left: 50%;
}.membership_plan_AJ .trial_offers_eh {
    overflow-wrap: break-word;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.7;
    max-width: 600px;
    word-break: break-word;
    margin: 0 auto;
}.membership_plan_AJ .premium_grid_Dn {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    display: grid;
}.membership_plan_AJ .plan_matrix_xC {
    text-decoration: none;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    border-radius: 10px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation-delay: calc(var(--index, 0) * 0.1s);
    height: 100%;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.membership_plan_AJ .plan_matrix_xC:nth-child(1) {
    --index: 1;
}.membership_plan_AJ .plan_matrix_xC:nth-child(2) {
    --index: 2;
}.membership_plan_AJ .plan_matrix_xC:nth-child(3) {
    --index: 3;
}.membership_plan_AJ .plan_matrix_xC:nth-child(4) {
    --index: 4;
}.membership_plan_AJ .plan_matrix_xC:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.membership_plan_AJ .cost_summary_bE {
    position: relative;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    display: flex;
    overflow: hidden;
}.membership_plan_AJ .cost_summary_bE::before {
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(148,149,149), rgb(106,107,106));
    top: 0;
}.membership_plan_AJ .rate_card_uW {
    display: flex;
    flex: 1;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px 30px;
}.membership_plan_AJ .rate_card_uW h3 {
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    margin-top: 0;
    font-size: 18px;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
}.membership_plan_AJ .rate_card_uW h3::after {
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    background-color: rgb(148,149,149);
    position: absolute;
    width: 40px;
    left: 0;
    bottom: -8px;
}.membership_plan_AJ .plan_matrix_xC:hover .rate_card_uW h3::after {
    width: 70px;
}.membership_plan_AJ .cost_levels_ia {
    overflow-wrap: break-word;
    color: rgb(148,149,149);
    display: inline-block;
    padding: 8px 16px;
    font-size: calc(18px * 1.2);
    border-radius: 10px;
    margin: 10px 0 20px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    position: relative;
    word-break: break-word;
    font-weight: 700;
}.membership_plan_AJ .rate_card_uW p {
    flex-grow: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.7;
    white-space: normal;
}.membership_plan_AJ .pic_list_Nv {
    height: 200px;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}.membership_plan_AJ .plan_matrix_xC:hover .pic_list_Nv {
    filter: brightness(1.05);
    transform: scale(1.05);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.membership_plan_AJ .premium_grid_Dn {
    grid-template-columns: repeat(2, 1fr);
}.membership_plan_AJ .rate_card_uW {
    padding: 40px;
}.membership_plan_AJ .pic_list_Nv {
    height: 220px;
}
}

@media (min-width: 992px) {.membership_plan_AJ .pricing_deals_Wh {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.membership_plan_AJ .premium_grid_Dn {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.membership_plan_AJ .pricing_options_Ck {
    text-align: left;
    width: 35%;
    margin: 0;
}.membership_plan_AJ .pricing_options_Ck h2::after {
    transform: none;
    left: 0;
}.membership_plan_AJ .trial_offers_eh {
    margin: 0;
}
}

@media (min-width: 1200px) {.membership_plan_AJ .premium_grid_Dn {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.membership_plan_AJ .rate_card_uW h3 {
    font-size: calc(18px * 1.1);
}.membership_plan_AJ .cost_levels_ia {
    font-size: calc(18px * 1.3);
}.membership_plan_AJ .pic_list_Nv {
    height: 240px;
}
}

@media (max-width: 767px) {.membership_plan_AJ {
    padding: 80px 0;
}.membership_plan_AJ .rate_card_uW {
    padding: 30px 20px;
}.membership_plan_AJ .cost_levels_ia {
    padding: 6px 12px;
    font-size: 18px;
}.membership_plan_AJ .pic_list_Nv {
    height: 180px;
}
}

@media (max-width: 480px) {.membership_plan_AJ {
    padding: 60px 0;
}.membership_plan_AJ .pricing_options_Ck h2 {
    font-size: calc(36px * 0.85);
}.membership_plan_AJ .rate_card_uW h3 {
    font-size: calc(18px * 0.95);
}.membership_plan_AJ .pic_list_Nv {
    height: 160px;
}}footer {
    width: 100%;
    position: relative;
}.telegram_ref_uq {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
}footer .academy_info_XK {
    position: relative;
    z-index: 1;
}footer .msg_page_fu {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
    background-color: rgb(106,107,106);
    margin-bottom: 70px;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: relative;
    gap: 20px;
}footer .msg_page_fu::after {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}footer .info_item {
    flex: 1 1 200px;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    border-radius: 10px;
    max-width: 300px;
    padding: 10px 20px;
    display: flex;
    transition: all 0.3s ease;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    flex-shrink: 0;
    height: 22px;
    margin-right: 15px;
    fill: #ffffff;
    width: 22px;
}footer .info_item p,
footer .info_item a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    margin-top: -30px;
    display: grid;
    position: relative;
    gap: 40px;
}footer .text_main_holder::before {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    background-color: #ffffff;
    z-index: -1;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}footer .site_main_Lg {
    padding-top: 60px;
    text-align: center;
}footer .site_main_Lg svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .footer_milestones_Uf {
    margin: 0 auto;
    line-height: 1.6;
    max-width: 350px;
    color: #000000;
    font-size: 15px;
    text-align: center;
}footer .head_bar_JY {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    background-color: rgb(185,185,173);
    position: relative;
    margin: 0 20px;
    padding: 30px;
}footer .head_bar_JY h5 {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    color: #000000;
    font-size: 23px;
    font-weight: 600;
}footer .head_bar_JY h5::after {
    width: 100%;
    height: 2px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(148,149,149), transparent);
    content: "";
    bottom: -8px;
}footer .head_edu_bh {
    gap: 10px 30px;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 25px;
}footer .head_edu_bh a {
    position: relative;
    flex: 1 0 calc(50% - 30px);
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 8px 0;
}footer .head_edu_bh a::after {
    position: absolute;
    height: 1px;
    content: "";
    bottom: 0;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    background-color: rgb(148,149,149);
}footer .head_edu_bh a:hover {
    color: rgb(148,149,149);
    padding-left: 5px;
}footer .head_edu_bh a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    position: relative;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background-color: rgb(148,149,149);
    margin: 0 20px;
    color: #ffffff;
}footer .subscribe_holder::before {
    width: 100%;
    top: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    left: 0;
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 23px;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border: none;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .sub_form_OU {
    cursor: pointer;
    border: none;
    font-weight: 600;
    background-color: #000000;
    font-size: 14px;
    border-radius: 10px;
    color: #ffffff;
    padding: 15px;
    transition: all 0.3s ease;
}footer .sub_form_OU:hover {
    background-color: rgb(106,107,106);
}footer .study_group_VY {
    margin-top: 60px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}footer .mentor_cta_dB {
    text-align: center;
    color: #000000;
    font-size: 15px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_form_OU {
    white-space: nowrap;
}footer .site_main_Lg {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .msg_page_fu {
    padding: 30px 15px 50px;
}footer .head_bar_JY, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .study_group_VY {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .msg_page_fu {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .head_bar_JY h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .head_edu_bh a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .sub_form_OU {
    padding: 12px;
}}.homepage_uC {
    overflow: hidden;
    height: 100vh;
    position: relative;
    width: 100%;
}.start_primary_EG {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    height: 100%;
}.start_primary_EG::before {
    width: 100%;
    z-index: 1;
    animation: gradientShift 8s infinite alternate ease-in-out;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, 
    rgb(148,149,149,0.5) 0%,
    rgba(0,0,0,0.7) 50%, 
    rgb(106,107,106,0.5) 100%);
    left: 0;
}.start_primary_EG::after {
    top: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgb(106,107,106,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(106,107,106,0.5) 12px
  );
    width: 70%;
    content: '';
    right: 0;
    animation: patternFloat 20s infinite linear;
    height: 100%;
    opacity: 0.15;
    position: absolute;
    z-index: 2;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 10% 100%);
}.homepage_uC .quick_mastery_By {
    transform: translateX(-2rem);
    z-index: 5;
    animation: slideInContent 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.21, 1.02);
    position: relative;
    opacity: 0;
    max-width: 800px;
    padding: 4rem;
}.homepage_uC .quick_mastery_By::before {
    top: 50%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(148,149,149,0.5);
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 6px;
    content: '';
    height: 70%;
    background: rgb(148,149,149);
}.homepage_uC h1 {
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    font-size: 42px;
    opacity: 0;
    color: #ffffff;
    position: relative;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    line-height: 1.2;
}.homepage_uC h1::after {
    left: 0;
    transform: scaleX(0);
    animation: expandLine 1.2s 1.1s forwards cubic-bezier(0.17, 0.67, 0.21, 1.02);
    transform-origin: left;
    content: '';
    position: absolute;
    background: rgb(106,107,106);
    width: 100px;
    bottom: -10px;
    height: 3px;
}.homepage_uC h3 {
    animation: fadeUp 0.8s 0.9s forwards cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 90%;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    font-weight: 600;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    opacity: 0;
    font-size: calc(24px + 0.15rem);
    padding: 1rem 2rem 1rem 0;
    background: linear-gradient(90deg, 
    rgb(106,107,106,0.5) 0%, 
    transparent 100%);
    line-height: 1.5;
    position: relative;
    color: #ffffff;
}.homepage_uC p {
    transform: translateY(20px);
    line-height: 1.6;
    border-left: 3px solid rgb(148,149,149);
    font-size: 18px;
    transition: transform 0.4s ease-out;
    font-weight: 400;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    color: #ffffff;
    animation: fadeUp 0.8s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(5px);
    padding: 0.75rem 1.5rem;
}.homepage_uC p:hover {
    transform: translateX(10px) scale(1.02);
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

@keyframes slideInContent {
  0% {
    transform: translateX(-5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes patternFloat {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

@keyframes gradientShift {
  0% {
    opacity: 0.85;
    background-position: 0% 50%;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.9;
    background-position: 100% 50%;
  }
}

@media screen and (max-width: 1200px) {.homepage_uC .quick_mastery_By {
    max-width: 700px;
    padding: 3rem;
}.homepage_uC h1 {
    font-size: calc(42px - 0.2rem);
}.homepage_uC h3 {
    font-size: 24px;
    max-width: 95%;
}
}

@media screen and (max-width: 992px) {.start_primary_EG {
    justify-content: center;
}.start_primary_EG::after {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.homepage_uC .quick_mastery_By {
    padding: 2.5rem;
    text-align: center;
    max-width: 90%;
}.homepage_uC .quick_mastery_By::before {
    left: 50%;
    top: 0;
    width: 70%;
    height: 4px;
    transform: translateX(-50%);
}.homepage_uC h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.homepage_uC h1, .homepage_uC h3, .homepage_uC p {
    max-width: 100%;
}@keyframes expandLine {
    0% {
      transform: translateX(-50%) scaleX(0);
    }
    100% {
      transform: translateX(-50%) scaleX(1);
    }
  }
  
  .homepage_uC h3 {
    padding: 1rem;
    background: rgba(0,0,0,0.3);
    clip-path: none;
}.homepage_uC p {
    border-bottom: 3px solid rgb(148,149,149);
    border-left: none;
}.homepage_uC p:hover {
    transform: translateY(-5px) scale(1.02);
}
}

@media screen and (max-width: 768px) {.homepage_uC {
    height: 90vh;
}.homepage_uC .quick_mastery_By {
    max-width: 95%;
    padding: 2rem 1.5rem;
}.homepage_uC h1 {
    font-size: calc(42px - 0.5rem);
    margin-bottom: 1rem;
}.homepage_uC h3 {
    margin-bottom: 1rem;
    font-size: calc(24px - 0.1rem);
}.homepage_uC p {
    font-size: calc(18px - 0.1rem);
}
}

@media screen and (max-width: 576px) {.homepage_uC {
    height: 80vh;
}.start_primary_EG::before {
    background: linear-gradient(180deg, 
      rgba(0,0,0,0.7) 0%,
      rgb(148,149,149,0.5) 100%);
}.start_primary_EG::after {
    opacity: 0.1;
}.homepage_uC .quick_mastery_By {
    max-width: 100%;
    padding: 1.5rem 1rem;
}.homepage_uC h1 {
    font-size: calc(42px - 0.7rem);
}.homepage_uC h3 {
    font-size: calc(24px - 0.2rem);
}.homepage_uC p {
    padding: 0.5rem 1rem;
}.homepage_uC .quick_mastery_By::before {
    width: 50%;
}}.operation_process_Ig {
    padding: 120px 0;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(185,185,173) 0%, #ffffff 100%);
}.operation_process_Ig::before {
    transform: rotateX(10deg) translateZ(-20px);
    top: 0;
    opacity: 0.08;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(106,107,106,0.5) 49.5%, rgb(106,107,106,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(148,149,149,0.5) 49.5%, rgb(148,149,149,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    height: 100%;
    pointer-events: none;
    content: "";
    left: 0;
    background-size: 60px 60px;
    width: 100%;
}.operation_process_Ig::after {
    right: -50px;
    height: 200px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(148,149,149,0.5);
    top: -50px;
    opacity: 0.15;
    filter: blur(20px);
    content: "";
    transform: rotate(15deg) translateZ(50px);
    position: absolute;
    width: 200px;
    animation: rotate-shape 30s infinite linear;
}.operation_process_Ig .container {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}.operation_process_Ig .learn_identity_JK {
    border-left: 4px solid rgb(106,107,106);
    position: relative;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 50px 60px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0) rotateY(-2deg);
}.operation_process_Ig .learn_identity_JK:hover {
    transform: translateZ(10px) rotateY(0deg);
}.operation_process_Ig .learn_identity_JK::before {
    top: 20px;
    transition: transform 0.6s ease, opacity 0.6s ease;
    width: calc(100% + 40px);
    left: -20px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgb(148,149,149,0.5), transparent);
    content: "";
    height: 1px;
    position: absolute;
    transform: translateY(-10px);
}.operation_process_Ig .learn_identity_JK:hover::before {
    transform: translateY(0);
    opacity: 1;
}.operation_process_Ig .learn_identity_JK::after {
    position: absolute;
    opacity: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(106,107,106,0.5), transparent);
    transform: translateY(10px);
    right: -20px;
    bottom: 20px;
    transition: transform 0.6s ease, opacity 0.6s ease;
    width: calc(100% + 40px);
    content: "";
}.operation_process_Ig .learn_identity_JK:hover::after {
    opacity: 1;
    transform: translateY(0);
}.operation_process_Ig h3 {
    margin-bottom: 25px;
    transform: translateX(0);
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    color: #000000;
    font-size: calc(28px * 0.85);
}.operation_process_Ig .learn_identity_JK:hover h3 {
    transform: translateX(10px);
}.operation_process_Ig h3::after {
    transform-origin: left;
    left: 0;
    bottom: -10px;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(106,107,106), rgb(148,149,149,0.5));
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    content: "";
    position: absolute;
}.operation_process_Ig .learn_identity_JK:hover h3::after {
    transform: scaleX(1);
}.operation_process_Ig p {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-size: 16px;
    transform: translateY(0);
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
}.operation_process_Ig .learn_identity_JK:hover p {
    transform: translateY(5px);
}.operation_process_Ig p span {
    display: inline-block;
    transform-origin: 50% 50%;
    transition: color 0.4s ease;
    position: relative;
}.operation_process_Ig p span::before {
    left: 0;
    opacity: 0.3;
    content: "";
    bottom: 0;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(106,107,106,0.5);
    transform: scaleX(0);
    height: 1px;
    transform-origin: left;
    position: absolute;
}.operation_process_Ig .learn_identity_JK:hover p span::before {
    transform: scaleX(1);
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg) translateZ(50px);
    }
    100% {
        transform: rotate(360deg) translateZ(50px);
    }
}

@media (max-width: 991px) {.operation_process_Ig {
    padding: 80px 0;
}.operation_process_Ig .learn_identity_JK {
    transform: translateZ(0) rotateY(-1deg);
    padding: 40px 30px;
}.operation_process_Ig h3 {
    font-size: calc(28px * 0.75);
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.operation_process_Ig {
    padding: 60px 0;
}.operation_process_Ig .learn_identity_JK {
    border-left-width: 3px;
    transform: translateZ(0) rotateY(0deg);
    padding: 30px 25px;
}.operation_process_Ig h3 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.7);
}.operation_process_Ig p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.operation_process_Ig h3::after {
    width: 50px;
    height: 2px;
}
}

@media (max-width: 575px) {.operation_process_Ig {
    padding: 50px 0;
}.operation_process_Ig .learn_identity_JK {
    padding: 25px 20px;
    border-left-width: 2px;
}.operation_process_Ig h3 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.65);
}.operation_process_Ig p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.operation_process_Ig h3::after {
    width: 40px;
}.operation_process_Ig::before {
    background-size: 40px 40px;
}}.start_now_ck {
    position: relative;
    background: linear-gradient(135deg, rgb(106,107,106) 0%, rgb(148,149,149) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}.start_now_ck::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.05) 10px,
        rgba(255, 255, 255, 0.05) 20px
    );
    top: 0;
    content: "";
    left: 0;
    position: absolute;
}.start_now_ck::after {
    top: -50%;
    pointer-events: none;
    z-index: -1;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0) 60%
    );
    right: -50%;
    height: 200%;
    width: 80%;
    transform: rotate(30deg);
    position: absolute;
    content: "";
}.start_now_ck .container {
    align-items: center;
    max-width: 1200px;
    flex-direction: column;
    display: flex;
    gap: 3rem;
    position: relative;
    margin: 0 auto;
}.start_now_ck h2 {
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    opacity: 1;
    color: #ffffff;
    max-width: 90%;
    font-size: 29px;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    font-weight: 600;
}.start_now_ck .learn_identity_JK {
    align-items: center;
    opacity: 1;
    position: relative;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    gap: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    border-radius: 10px;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
    backdrop-filter: blur(10px);
    border-left: 3px solid #ffffff;
    display: flex;
}.start_now_ck .learn_identity_JK:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.start_now_ck svg {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.start_now_ck .learn_identity_JK:hover svg {
    transform: rotate(15deg) scale(1.1);
}.start_now_ck svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.start_now_ck .learn_identity_JK div {
    align-items: center;
    display: flex;
}.start_now_ck .support_map_im {
    padding: 1rem 2.5rem;
    border-radius: 10px;
    letter-spacing: 0.03em;
    font-size: 19px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    color: rgb(148,149,149);
    background: #ffffff;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    align-items: center;
}.start_now_ck .support_map_im::before {
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    transform: translateY(100%);
    content: "";
    background: linear-gradient(45deg, rgb(148,149,149), rgb(106,107,106));
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
}.start_now_ck .support_map_im:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.start_now_ck .support_map_im:hover::before {
    opacity: 1;
    transform: translateY(0);
}.start_now_ck .support_map_im:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

@media (max-width: 991px) {.start_now_ck {
    padding: 4rem 1.5rem;
}.start_now_ck h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.start_now_ck .learn_identity_JK {
    gap: 1rem;
    text-align: center;
    padding: 1.25rem;
    border-left: none;
    border-top: 3px solid #ffffff;
    flex-direction: column;
}.start_now_ck .support_map_im {
    width: 100%;
    padding: 0.85rem 2rem;
}
}

@media (max-width: 767px) {.start_now_ck {
    padding: 3rem 1rem;
}.start_now_ck h2 {
    font-size: calc(29px * 0.8);
    line-height: 1.5;
}.start_now_ck .container {
    gap: 2rem;
}.start_now_ck svg {
    width: 40px;
    height: 40px;
}.start_now_ck .learn_identity_JK {
    max-width: 320px;
    width: 100%;
}
}

@media (max-width: 480px) {.start_now_ck {
    padding: 2.5rem 0.75rem;
}.start_now_ck h2 {
    font-size: calc(29px * 0.7);
}.start_now_ck .support_map_im {
    padding: 0.75rem 1.5rem;
    font-size: calc(19px * 0.9);
}.start_now_ck svg {
    width: 36px;
    height: 36px;
}
}

@media (min-width: 1400px) {.start_now_ck {
    padding: 6rem 2rem;
}.start_now_ck h2 {
    font-size: calc(29px * 1.1);
    max-width: 70%;
}.start_now_ck .learn_identity_JK {
    padding: 2rem;
    gap: 2rem;
}.start_now_ck svg {
    width: 56px;
    height: 56px;
}.start_now_ck .support_map_im {
    padding: 1.15rem 3rem;
    font-size: calc(19px * 1.1);
}}.leadership_profile_tn {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(185,185,173), rgba(245, 247, 250, 0.92));
}.leadership_profile_tn::before {
    background: linear-gradient(225deg, rgb(148,149,149,0.5), transparent);
    opacity: 0.15;
    width: 40%;
    content: "";
    top: -5%;
    left: -5%;
    height: 40%;
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg);
}.leadership_profile_tn::after {
    opacity: 0.1;
    content: "";
    z-index: 0;
    height: 50%;
    position: absolute;
    transform: rotate(10deg);
    background: linear-gradient(45deg, rgb(106,107,106,0.5), transparent);
    bottom: -5%;
    right: -5%;
    width: 30%;
}.leadership_profile_tn .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
    max-width: 1140px;
    position: relative;
}.leadership_profile_tn .review_lounge_ig {
    padding: 3rem 2rem;
    display: grid;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 2.5rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    grid-template-columns: 1fr;
    background: #ffffff;
}.leadership_profile_tn .review_lounge_ig:hover {
    transform: translateY(-5px);
}.leadership_profile_tn .review_lounge_ig > div:first-child {
    width: 100%;
    position: relative;
}.leadership_profile_tn .review_lounge_ig .pic_list_Nv {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    position: relative;
    height: 0;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding-bottom: 85%;
    width: 100%;
}.leadership_profile_tn .review_lounge_ig:hover .pic_list_Nv {
    transform: scale(1.02);
}.leadership_profile_tn .review_lounge_ig .pic_list_Nv::after {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    content: "";
    height: 100%;
}.leadership_profile_tn .review_lounge_ig > div:nth-child(2) {
    position: relative;
    text-align: left;
}.leadership_profile_tn .review_lounge_ig .name {
    color: #000000;
    margin: 0 0 0.5rem;
    font-weight: 700;
    position: relative;
    font-size: calc(23px * 1.1);
    display: inline-block;
}.leadership_profile_tn .review_lounge_ig .name::after {
    width: 2.5rem;
    transform-origin: left;
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    content: "";
    position: absolute;
    height: 2px;
    bottom: -0.35rem;
    background: rgb(148,149,149);
    left: 0;
}.leadership_profile_tn .review_lounge_ig:hover .name::after {
    transform: scaleX(1.5);
}.leadership_profile_tn .review_lounge_ig > div:nth-child(2) > div {
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgb(148,149,149);
    font-size: calc(17px * 0.95);
    margin-top: 0.75rem;
}.leadership_profile_tn .review_lounge_ig > div:nth-child(3) {
    position: relative;
}.leadership_profile_tn .review_lounge_ig .emp_wrap_Tk {
    color: #000000;
    margin: 0;
    line-height: 1.7;
    font-size: 17px;
    position: relative;
    border-left: 3px solid rgb(106,107,106,0.5);
    padding-left: 1.25rem;
}.leadership_profile_tn .review_lounge_ig .emp_wrap_Tk::before {
    width: 25px;
    border-radius: 50%;
    top: -15px;
    transition: all 0.4s ease-out 0.2s;
    content: "";
    height: 25px;
    transform: scale(0);
    opacity: 0;
    left: -8px;
    box-shadow: 0 0 0 3px rgb(106,107,106,0.5);
    background: #ffffff;
    position: absolute;
    z-index: 1;
}.leadership_profile_tn .review_lounge_ig:hover .emp_wrap_Tk::before {
    transform: scale(1);
    opacity: 1;
}

@media (min-width: 768px) {.leadership_profile_tn {
    padding: 8rem 0;
}.leadership_profile_tn .review_lounge_ig {
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto 1fr;
    padding: 3.5rem;
    gap: 2rem 3.5rem;
}.leadership_profile_tn .review_lounge_ig > div:first-child {
    grid-row: span 2;
}.leadership_profile_tn .review_lounge_ig .pic_list_Nv {
    padding-bottom: 130%;
}.leadership_profile_tn .review_lounge_ig > div:nth-child(2) {
    align-self: end;
}.leadership_profile_tn .review_lounge_ig .name {
    font-size: calc(23px * 1.2);
}.leadership_profile_tn .review_lounge_ig > div:nth-child(3) {
    grid-column: 2;
}.leadership_profile_tn .review_lounge_ig .emp_wrap_Tk {
    font-size: calc(17px * 1.05);
    padding-left: 1.5rem;
}
}

@media (min-width: 1024px) {.leadership_profile_tn {
    padding: 10rem 0;
}.leadership_profile_tn .review_lounge_ig {
    padding: 4rem;
    gap: 2.5rem 4rem;
    grid-template-columns: 320px 1fr;
}.leadership_profile_tn .review_lounge_ig .name {
    font-size: calc(23px * 1.3);
}.leadership_profile_tn .review_lounge_ig > div:nth-child(2) > div {
    font-size: 17px;
}.leadership_profile_tn .review_lounge_ig .emp_wrap_Tk {
    font-size: calc(17px * 1.1);
    line-height: 1.8;
}.leadership_profile_tn .review_lounge_ig::before {
    transition: all 0.5s ease-out;
    content: "";
    transform: rotate(45deg);
    border-radius: 0 10px 0 100px;
    z-index: 0;
    height: 80px;
    background: linear-gradient(135deg, rgb(148,149,149,0.5), transparent 70%);
    width: 80px;
    top: 3.5rem;
    opacity: 0.1;
    right: 3.5rem;
    position: absolute;
}.leadership_profile_tn .review_lounge_ig:hover::before {
    transform: rotate(55deg) scale(1.2);
    opacity: 0.15;
}
}

@media (min-width: 1280px) {.leadership_profile_tn .review_lounge_ig {
    grid-template-columns: 380px 1fr;
    padding: 5rem;
    gap: 3rem 5rem;
}.leadership_profile_tn .review_lounge_ig .emp_wrap_Tk {
    border-left: 4px solid rgb(106,107,106,0.5);
    padding-left: 2rem;
}}header {
    z-index: 100;
    background: rgb(185,185,173);
    padding: 0;
    width: 100%;
    position: relative;
}header::before {
    opacity: 0.6;
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(148,149,149,0.5) 0%, 
        transparent 60%, 
        rgb(106,107,106,0.5) 100%);
    content: '';
    top: 0;
}header .container {
    width: 100%;
    max-width: 100%;
    z-index: 1;
    margin: 0;
    position: relative;
    padding: 0;
}header .top_study_zV {
    padding: 0.8rem 3%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}header .top_wrap_QA {
    padding: 0.6rem;
    margin-right: 1rem;
    align-items: center;
    display: flex;
    text-decoration: none;
    position: relative;
}header .top_wrap_QA::after {
    transition: transform 0.3s ease;
    left: 0;
    height: 2px;
    content: '';
    transform: scaleX(0.7);
    bottom: 0;
    background: linear-gradient(to right, rgb(148,149,149), rgb(106,107,106));
    position: absolute;
    width: 100%;
}header .top_wrap_QA:hover::after {
    transform: scaleX(1);
}header .top_wrap_QA svg {
    transition: all 0.3s ease;
    width: 140px;
    height: auto;
}header .top_wrap_QA:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .head_bar_JY {
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    gap: 0.4rem;
    padding: 0.5rem;
    flex-wrap: wrap;
    border-radius: 10px;
}header .head_master_QB {
    font-family: Arial, sans-serif;
    font-size: 20px;
    border-radius: 10px;
    color: #000000;
    padding: 0.4rem 0.7rem;
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-weight: 400;
    position: relative;
}header .head_master_QB::after {
    width: 100%;
    position: absolute;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(148,149,149), rgb(106,107,106));
    transform: scaleX(0);
    bottom: 0;
    transform-origin: left;
    left: 0;
    content: '';
    height: 2px;
}header .head_master_QB:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(148,149,149);
}header .head_master_QB:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .top_study_zV {
    padding: 0.7rem 2.5%;
}header .top_wrap_QA svg {
    width: 130px;
}header .head_bar_JY {
    gap: 0.35rem;
    padding: 0.4rem;
}header .head_master_QB {
    padding: 0.35rem 0.6rem;
    font-size: calc(20px - 1px);
}
}

@media (max-width: 767px) {header .top_study_zV {
    justify-content: center;
    padding: 0.7rem 2%;
}header .top_wrap_QA {
    margin: 0 0 0.6rem 0;
}header .top_wrap_QA svg {
    width: 120px;
}header .head_bar_JY {
    width: 100%;
    justify-content: center;
}header .head_master_QB {
    padding: 0.3rem 0.5rem;
    font-size: calc(20px - 2px);
}
}

@media (max-width: 480px) {header .top_study_zV {
    padding: 0.6rem 1.5%;
}header .top_wrap_QA svg {
    width: 110px;
}header .head_bar_JY {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .head_bar_JY::-webkit-scrollbar {
    height: 2px;
}header .head_bar_JY::-webkit-scrollbar-thumb {
    background: rgb(148,149,149);
    border-radius: 10px;
}header .head_master_QB {
    white-space: nowrap;
    flex-shrink: 0;
}}.contact_section_xW {
    padding: 100px 0;
    position: relative;
}.contact_section_xW::before {
    position: absolute;
    background-color: rgb(148,149,149,0.5);
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    content: "";
}.contact_section_xW .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 5;
}.contact_section_xW .feedback_inquiry_bU {
    flex-wrap: wrap;
    perspective: 1000px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    display: flex;
    transform-style: preserve-3d;
}.contact_section_xW .reach_box_yO {
    transition: transform 0.5s ease;
    padding: 60px 40px;
    z-index: 3;
    width: 40%;
    background-color: rgb(185,185,173);
    transform: rotateY(5deg);
    transform-origin: left center;
    position: relative;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
}.contact_section_xW .feedback_inquiry_bU:hover .reach_box_yO {
    transform: rotateY(0deg);
}.contact_section_xW .reach_box_yO h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    padding-left: 20px;
    position: relative;
    color: #000000;
}.contact_section_xW .reach_box_yO h3::before {
    border-radius: 10px;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(148,149,149), rgb(106,107,106));
    width: 6px;
    left: 0;
}.contact_section_xW .reach_box_yO div {
    transform: translateZ(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    display: flex;
    transition: all 0.3s ease;
    background-color: #ffffff;
    align-items: center;
    border-radius: 10px;
    padding: 15px 20px;
}.contact_section_xW .reach_box_yO div:hover {
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.contact_section_xW .reach_box_yO div svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.contact_section_xW .reach_box_yO div svg path {
    fill: rgb(148,149,149);
}.contact_section_xW .reach_box_yO div span {
    color: #000000;
    font-size: 15px;
}.contact_section_xW .reach_box_yO div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_section_xW .reach_box_yO div span a:hover {
    color: rgb(148,149,149);
}.contact_section_xW .help_form_MV {
    flex-direction: column;
    transform: rotateY(-5deg);
    width: 60%;
    justify-content: center;
    display: flex;
    transform-origin: right center;
    padding: 60px 40px;
    z-index: 2;
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, rgb(106,107,106), rgb(148,149,149));
}.contact_section_xW .feedback_inquiry_bU:hover .help_form_MV {
    transform: rotateY(0deg);
}.contact_section_xW .help_form_MV h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 600;
}.contact_section_xW form {
    flex-direction: column;
    width: 100%;
    display: flex;
}.contact_section_xW form input[type="text"],
.contact_section_xW form input[type="email"] {
    backdrop-filter: blur(5px);
    font-size: 15px;
    padding: 18px 25px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #ffffff;
}.contact_section_xW form input[type="text"]:focus,
.contact_section_xW form input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    outline: none;
}.contact_section_xW form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact_section_xW .feedback_card_lj {
    position: relative;
    margin-bottom: 30px;
}.contact_section_xW .feedback_card_lj input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_section_xW .feedback_card_lj label {
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
}.contact_section_xW .feedback_card_lj label::before {
    transition: all 0.3s ease;
    top: 2px;
    left: 0;
    width: 20px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    content: "";
    position: absolute;
    height: 20px;
    border-radius: 10px;
}.contact_section_xW .feedback_card_lj input[type="checkbox"]:checked + label::before {
    border-color: #ffffff;
    background-color: #ffffff;
}.contact_section_xW .feedback_card_lj input[type="checkbox"]:checked + label::after {
    border: solid rgb(148,149,149);
    height: 12px;
    content: "";
    position: absolute;
    top: 4px;
    border-width: 0 2px 2px 0;
    left: 7px;
    width: 6px;
    transform: rotate(45deg);
}.contact_section_xW .feedback_card_lj label a {
    text-decoration: underline;
    transition: all 0.3s ease;
    color: #ffffff;
}.contact_section_xW .feedback_card_lj label a:hover {
    color: rgba(255, 255, 255, 0.8);
}.contact_section_xW form .support_map_im {
    overflow: hidden;
    font-weight: 700;
    z-index: 1;
    cursor: pointer;
    color: rgb(148,149,149);
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: none;
    align-self: flex-start;
    background-color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 18px 35px;
    font-size: 16px;
}.contact_section_xW form .support_map_im::before {
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(106,107,106), rgb(148,149,149));
    transition: transform 0.3s ease;
    transform: translateY(100%);
    z-index: -1;
}.contact_section_xW form .support_map_im:hover {
    color: #ffffff;
}.contact_section_xW form .support_map_im:hover::before {
    transform: translateY(0);
}@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.contact_section_xW .reach_box_yO div:nth-child(2) {
    animation: float 6s infinite ease-in-out;
}.contact_section_xW .reach_box_yO div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}.contact_section_xW .reach_box_yO div:nth-child(4) {
    animation: float 8s infinite ease-in-out;
}.contact_section_xW .reach_box_yO div:nth-child(5) {
    animation: float 9s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.contact_section_xW .container {
    width: 90%;
}.contact_section_xW .feedback_inquiry_bU,
    .contact_section_xW .reach_box_yO,
    .contact_section_xW .help_form_MV {
    transform: none;
}.contact_section_xW .reach_box_yO,
    .contact_section_xW .help_form_MV {
    width: 100%;
}.contact_section_xW .reach_box_yO {
    padding: 40px 30px;
}.contact_section_xW .help_form_MV {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_section_xW {
    padding: 60px 0;
}.contact_section_xW .reach_box_yO,
    .contact_section_xW .help_form_MV {
    padding: 30px 20px;
}.contact_section_xW .reach_box_yO h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.contact_section_xW form input[type="text"],
    .contact_section_xW form input[type="email"] {
    padding: 15px 20px;
}.contact_section_xW form .support_map_im {
    width: 100%;
    padding: 15px 20px;
}}.ty_content_oZ {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(148,149,149,0.5), rgb(106,107,106,0.5));
}.ty_content_oZ::before {
    width: 100%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    height: 100%;
    left: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    content: "";
}.ty_content_oZ::after {
    height: 100%;
    right: -50%;
    top: -50%;
    content: "";
    pointer-events: none;
    animation: shimmer 8s infinite linear;
    background: linear-gradient(45deg, transparent, rgb(148,149,149,0.5), transparent);
    transform: rotate(35deg) scale(2);
    position: absolute;
    z-index: 0;
    width: 100%;
}.ty_content_oZ .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.ty_content_oZ .learn_identity_JK {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.92);
    flex-direction: column;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(148,149,149),0.05);
    transform: perspective(1000px) rotateX(2deg);
    gap: 40px;
    padding: 60px 50px;
    backdrop-filter: blur(10px);
    position: relative;
}.ty_content_oZ .learn_identity_JK:hover {
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.2),
        inset 0 0 30px rgba(rgb(148,149,149),0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.ty_content_oZ .learn_identity_JK::before {
    filter: blur(10px);
    height: 10px;
    z-index: -1;
    background: rgb(148,149,149);
    position: absolute;
    right: 20px;
    opacity: 0.4;
    left: 20px;
    top: -10px;
    content: "";
}.ty_content_oZ .learn_identity_JK > div:first-child {
    position: relative;
    padding-bottom: 30px;
}.ty_content_oZ .learn_identity_JK > div:first-child::after {
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(148,149,149), rgb(106,107,106));
    bottom: 0;
    width: 80px;
    content: "";
    left: 0;
    transform-origin: left center;
    position: absolute;
    height: 3px;
}.ty_content_oZ .learn_identity_JK:hover > div:first-child::after {
    transform: scaleX(1.5);
}.ty_content_oZ h5 {
    line-height: 1.4;
    color: #000000;
    z-index: 2;
    font-weight: 700;
    letter-spacing: -0.01em;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin: 0 0 15px;
}.ty_content_oZ h5::before {
    background: rgb(148,149,149);
    content: "";
    opacity: 0.8;
    transform: translateY(-50%) rotate(45deg);
    left: -20px;
    width: 10px;
    transition: transform 0.3s ease;
    position: absolute;
    top: 50%;
    height: 10px;
}.ty_content_oZ .learn_identity_JK:hover h5::before {
    transform: translateY(-50%) rotate(135deg);
}.ty_content_oZ a {
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
}.ty_content_oZ a:hover {
    transform: translateX(5px);
}.ty_content_oZ p {
    font-size: 13px;
    position: relative;
    z-index: 2;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin: 0;
    transition: color 0.3s ease;
    font-weight: 400;
}.ty_content_oZ a:hover p {
    color: rgb(148,149,149);
}

@keyframes shimmer {
    0% { transform: rotate(35deg) translateX(-30%) scale(2); }
    100% { transform: rotate(35deg) translateX(30%) scale(2); }
}

@media (min-width: 992px) {.ty_content_oZ .learn_identity_JK {
    flex-direction: row;
    align-items: center;
    padding: 80px 70px;
}.ty_content_oZ .learn_identity_JK > div:first-child {
    padding-bottom: 0;
    padding-right: 50px;
    flex: 0 0 40%;
}.ty_content_oZ .learn_identity_JK > div:first-child::after {
    left: auto;
    right: 0;
    transform-origin: center top;
    top: 50%;
    bottom: auto;
    width: 3px;
    height: 80px;
}.ty_content_oZ .learn_identity_JK:hover > div:first-child::after {
    transform: scaleY(1.5);
}.ty_content_oZ h5 {
    margin-bottom: 0;
    font-size: calc(18px * 1.1);
}.ty_content_oZ h5::before {
    left: -30px;
    height: 15px;
    width: 15px;
}.ty_content_oZ a:hover {
    transform: translateX(10px);
}
}

@media (max-width: 991px) {.ty_content_oZ {
    padding: 80px 0;
}.ty_content_oZ .learn_identity_JK {
    padding: 50px 35px;
}.ty_content_oZ h5 {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 767px) {.ty_content_oZ {
    padding: 60px 0;
}.ty_content_oZ .learn_identity_JK {
    gap: 30px;
    padding: 40px 25px;
}.ty_content_oZ h5 {
    font-size: calc(18px * 0.9);
}.ty_content_oZ p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.ty_content_oZ .learn_identity_JK > div:first-child {
    padding-bottom: 20px;
}
}

@media (max-width: 480px) {.ty_content_oZ {
    padding: 50px 0;
}.ty_content_oZ .learn_identity_JK {
    padding: 30px 20px;
    gap: 25px;
}.ty_content_oZ h5 {
    font-size: calc(18px * 0.85);
}.ty_content_oZ p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.ty_content_oZ .learn_identity_JK > div:first-child {
    padding-bottom: 15px;
}.ty_content_oZ .learn_identity_JK > div:first-child::after {
    width: 60px;
}}.our_story_ZY {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.our_story_ZY::before {
    top: 0;
    content: "";
    backdrop-filter: blur(5px);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(148,149,149,0.5), rgba(0, 0, 0, 0.5) 70%);
    left: 0;
}.our_story_ZY::after {
    bottom: -50px;
    width: 300px;
    right: -50px;
    background: rgb(106,107,106,0.5);
    z-index: 0;
    height: 300px;
    position: absolute;
    content: "";
    filter: blur(60px);
    animation: pulse 8s infinite alternate ease-in-out;
    border-radius: 50%;
}.our_story_ZY .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.our_story_ZY .text_body_wrap_Sz {
    margin-left: auto;
    padding: 50px;
    max-width: 800px;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(106,107,106);
    transition: transform 0.5s ease-out;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}.our_story_ZY .text_body_wrap_Sz:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_story_ZY h5 {
    position: relative;
    letter-spacing: 1.5px;
    display: inline-block;
    transition: all 0.4s ease;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.9;
    font-weight: 700;
    transform: translateX(-10px);
}.our_story_ZY h5::after {
    height: 3px;
    position: absolute;
    width: 40px;
    transition: transform 0.5s ease;
    transform-origin: left;
    background: rgb(106,107,106);
    transform: scaleX(0.7);
    content: "";
    bottom: -8px;
    left: 0;
}.our_story_ZY .text_body_wrap_Sz:hover h5 {
    transform: translateX(0);
    opacity: 1;
}.our_story_ZY .text_body_wrap_Sz:hover h5::after {
    transform: scaleX(1);
}.our_story_ZY p {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: calc(12px * 1.3);
}.our_story_ZY p b {
    letter-spacing: 0.5px;
    font-size: calc(12px * 1.5);
    font-weight: 700;
    color: rgb(106,107,106);
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}.our_story_ZY p b::before {
    position: absolute;
    transform: skewX(-15deg) translateY(5px);
    background: rgb(106,107,106,0.5);
    transition: all 0.3s ease;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 10px;
    content: "";
    left: 0;
}.our_story_ZY .text_body_wrap_Sz:hover p b::before {
    transform: skewX(-15deg) translateY(3px);
    height: 15px;
}.our_story_ZY ol {
    counter-reset: item;
    padding: 0;
    margin: 0;
}.our_story_ZY ol li {
    list-style-type: none;
    color: #ffffff;
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 12px;
    text-align: justify;
    line-height: 1.8;
    position: relative;
}.our_story_ZY ol li::before {
    left: -35px;
    opacity: 0.7;
    top: 0;
    color: rgb(106,107,106);
    font-weight: 700;
    position: absolute;
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(0.9);
    }
    50% {
        opacity: 0.7;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(0.9);
    }
}

@media (max-width: 992px) {.our_story_ZY {
    padding: 90px 0;
}.our_story_ZY .text_body_wrap_Sz {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 40px 30px;
}.our_story_ZY p {
    font-size: 12px;
}.our_story_ZY p b {
    font-size: calc(12px * 1.3);
}
}

@media (max-width: 768px) {.our_story_ZY {
    padding: 70px 0;
}.our_story_ZY .text_body_wrap_Sz {
    transform: none;
    padding: 30px 25px;
    max-width: 100%;
}.our_story_ZY h5 {
    font-size: calc(24px * 0.9);
}.our_story_ZY p b {
    font-size: calc(12px * 1.2);
}.our_story_ZY ol li {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.our_story_ZY {
    padding: 50px 0;
}.our_story_ZY .text_body_wrap_Sz {
    padding: 25px 20px;
    border-left-width: 3px;
}.our_story_ZY h5 {
    margin-bottom: 10px;
    font-size: calc(24px * 0.85);
}.our_story_ZY h5::after {
    height: 2px;
    width: 30px;
}.our_story_ZY p {
    font-size: calc(12px * 0.95);
    margin-bottom: 15px;
}.our_story_ZY p b {
    font-size: calc(12px * 1.15);
}.our_story_ZY ol li {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.our_story_ZY::after {
    height: 200px;
    right: -30px;
    width: 200px;
    bottom: -30px;
}}.learning_impact_Qr {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,185,173) 0%, rgba(240, 242, 245, 0.9) 100%);
    padding: 100px 0;
}.learning_impact_Qr::before {
    top: -50px;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    z-index: 1;
    right: -50px;
    opacity: 0.4;
    position: absolute;
    height: 300px;
    background: radial-gradient(circle, rgb(106,107,106,0.5) 0%, transparent 70%);
    width: 300px;
}.learning_impact_Qr::after {
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    z-index: 1;
    width: 250px;
    background: radial-gradient(circle, rgb(148,149,149,0.5) 0%, transparent 70%);
    left: -80px;
    bottom: -80px;
    content: "";
    opacity: 0.3;
    height: 250px;
    position: absolute;
}.learning_impact_Qr .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.learning_impact_Qr .learn_identity_JK {
    flex-direction: column-reverse;
    position: relative;
    display: flex;
    gap: 40px;
}.learning_impact_Qr .text_body_wrap_Sz {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(0);
    padding: 35px;
}.learning_impact_Qr .text_body_wrap_Sz:hover {
    transform: translateY(-5px);
}.learning_impact_Qr .text_body_wrap_Sz::before {
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(148,149,149);
    position: absolute;
    width: 5px;
    height: 0;
    content: "";
    top: 0;
    left: 0;
}.learning_impact_Qr .text_body_wrap_Sz:hover::before {
    height: 100%;
}.learning_impact_Qr .text_body_wrap_Sz h4 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: calc(24px * 1.1);
    color: #000000;
    line-height: 1.4;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}.learning_impact_Qr .text_body_wrap_Sz h4::after {
    left: 0;
    background: rgb(106,107,106);
    bottom: 0;
    width: 80px;
    height: 3px;
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    transform-origin: left;
}.learning_impact_Qr .text_body_wrap_Sz:hover h4::after {
    transform: scaleX(1.5);
}.learning_impact_Qr .text_body_wrap_Sz > div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.learning_impact_Qr .text_body_wrap_Sz ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.learning_impact_Qr .text_body_wrap_Sz li {
    transform: translateX(0);
    margin-bottom: 15px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s ease;
    opacity: 0.95;
}.learning_impact_Qr .text_body_wrap_Sz li:hover {
    transform: translateX(5px);
    opacity: 1;
}.learning_impact_Qr .text_body_wrap_Sz li p {
    margin: 0;
    line-height: 1.6;
    align-items: flex-start;
    gap: 15px;
    display: flex;
    font-size: 13px;
    color: #000000;
}.learning_impact_Qr .text_body_wrap_Sz li p span:first-child {
    margin-top: 2px;
    flex-shrink: 0;
}.learning_impact_Qr .text_body_wrap_Sz li p span:last-child {
    position: relative;
}.learning_impact_Qr .text_body_wrap_Sz li p span:last-child::before {
    transition: width 0.4s ease;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    position: absolute;
    content: "";
    background: rgb(148,149,149);
}.learning_impact_Qr .text_body_wrap_Sz li:hover p span:last-child::before {
    width: 100%;
}.learning_impact_Qr svg {
    width: 22px;
    transition: transform 0.3s ease;
    height: 22px;
}.learning_impact_Qr li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.learning_impact_Qr svg path {
    fill: rgb(106,107,106);
    transition: fill 0.3s ease;
}.learning_impact_Qr li:hover svg path {
    fill: rgb(148,149,149);
}.learning_impact_Qr .pic_list_Nv {
    border-radius: 10px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), -20px -20px 60px rgba(255, 255, 255, 0.8);
    height: auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    object-fit: cover;
    width: 100%;
}.learning_impact_Qr .pic_list_Nv:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@media (min-width: 768px) {.learning_impact_Qr .learn_identity_JK {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.learning_impact_Qr .text_body_wrap_Sz {
    padding: 45px;
}.learning_impact_Qr .text_body_wrap_Sz > div {
    flex-direction: row;
}.learning_impact_Qr .pic_list_Nv {
    object-position: center;
    max-width: 45%;
}.learning_impact_Qr .text_body_wrap_Sz h4 {
    font-size: calc(24px * 1.2);
}
}

@media (min-width: 992px) {.learning_impact_Qr {
    padding: 120px 0;
}.learning_impact_Qr .learn_identity_JK {
    gap: 80px;
}.learning_impact_Qr .text_body_wrap_Sz {
    padding: 50px;
}.learning_impact_Qr .text_body_wrap_Sz h4 {
    margin-bottom: 35px;
    font-size: calc(24px * 1.3);
}.learning_impact_Qr .text_body_wrap_Sz h4::after {
    width: 100px;
}.learning_impact_Qr svg {
    width: 24px;
    height: 24px;
}.learning_impact_Qr .pic_list_Nv {
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg) translateZ(20px);
}
}

@media (min-width: 1200px) {.learning_impact_Qr .container {
    padding: 0;
}.learning_impact_Qr .learn_identity_JK {
    gap: 100px;
}.learning_impact_Qr .text_body_wrap_Sz {
    padding: 60px;
}.learning_impact_Qr .text_body_wrap_Sz li {
    margin-bottom: 20px;
}.learning_impact_Qr .pic_list_Nv {
    max-width: 50%;
}
}

@media (max-width: 767px) {.learning_impact_Qr {
    padding: 70px 0;
}.learning_impact_Qr .text_body_wrap_Sz h4 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 12px;
}.learning_impact_Qr .text_body_wrap_Sz {
    padding: 25px;
}.learning_impact_Qr .pic_list_Nv {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
}.learning_impact_Qr svg {
    width: 20px;
    height: 20px;
}}.secure_preserve_xO {
    font-family: Arial, sans-serif;
    background-color: rgb(185,185,173);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    color: #000000;
}.secure_preserve_xO h1 {
    font-size: 46px;
    padding-bottom: 1rem;
    color: rgb(148,149,149);
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 3px solid rgb(148,149,149);
}.secure_preserve_xO h2 {
    border-left: 4px solid rgb(106,107,106);
    font-size: 31px;
    margin-top: 2rem;
    letter-spacing: 0.08rem;
    padding-left: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: rgb(106,107,106);
}.secure_preserve_xO h3,.secure_preserve_xO h4,.secure_preserve_xO h5, .secure_preserve_xO h6 {
    font-size: 24px;
    margin: 1rem 0;
}.secure_preserve_xO ul,
.secure_preserve_xO ol {
    margin-bottom: 1.5rem;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    list-style-type: none;
    list-style-position: inside;
    padding-left: 2rem;
    margin-top: 1.5rem;
}.secure_preserve_xO li {
    margin-bottom: 1rem;
    line-height: 1.8;
    position: relative;
    font-size: 18px;
}.secure_preserve_xO li::before {
    color: rgb(148,149,149);
    content: "▹";
    margin-right: 0.5rem;
}.secure_preserve_xO p {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
}.secure_preserve_xO span {
    color: rgb(106,107,106);
    font-weight: 700;
}.secure_preserve_xO > div {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {.secure_preserve_xO {
    padding: 1.5rem;
    gap: 1.5rem;
}.secure_preserve_xO h1 {
    font-size: calc(24px - 0.5rem);
}.secure_preserve_xO h2 {
    font-size: calc(24px - 0.5rem);
}.secure_preserve_xO p,
    .secure_preserve_xO li {
    font-size: calc(18px - 0.2rem);
}.secure_preserve_xO > div {
    padding: 0.5rem;
}}
.cookieAlertPromptPanel_zU {
    position: fixed;
    overflow: hidden;
    z-index: 1050;
    font-family: Arial, sans-serif;
    bottom: 20px;
    width: 90%;
    left: 50%;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    transform: translateX(-50%);
    max-width: 500px;
}.cookie_overlay_qk {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}.data_control_lE {
    margin-bottom: 20px;
}.data_control_lE svg, .data_control_lE svg path, .data_control_lE img {
    fill: rgb(148,149,149);
    height: 60px;
    width: 60px;
}.cookieAlertPromptPanel_zU h5 {
    font-size: 24px;
    text-align: center;
    color: rgb(148,149,149);
    font-weight: 700;
    margin-bottom: 10px;
}.cookieAlertPromptPanel_zU p {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}.cookie_panel_dD {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    width: calc(50% - 10px);
    padding: 10px 20px;
    text-align: center;
    border-radius: 10px;
    margin: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    transition: background 0.3s ease-in-out;
    background: rgb(148,149,149);
}.cookie_panel_dD:hover {
    background: rgb(106,107,106);
}.cookie_button.cookie_none_cr {
    background: rgb(106,107,106);
}.cookie_button.cookie_none_cr:hover {
    background: rgb(106,107,106,0.5);
}.cookieAlertPromptPanel_zU p a {
    color: rgb(148,149,149);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.cookieAlertPromptPanel_zU p a:hover {
    color: rgb(106,107,106);
}#dialogConsentForm_hA {
    display: none;
}#dialogConsentForm_hA:checked ~ .cookieAlertPromptPanel_zU {
    visibility: hidden;
    opacity: 0;
}