header,footer {
    width: 100%;
}

header {
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: fixed;
    left: 0;
    background: linear-gradient(120deg, 
        rgb(203,198,212) 0%, 
        rgb(203,198,212,0.5) 100%
    );
    width: 100%;
    top: 0;
}


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

.location_info_TAVs .talk_support_syhN h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    transform: translateZ(5px);
    display: inline-block;
    border-left: 4px solid rgb(203,198,212);
    text-shadow: 0 0 10px rgba(rgb(203,198,212,0.5), 0.5);
    font-weight: 700;
    padding-left: 1rem;
    font-size: 41px;
    margin-bottom: 1.5rem;
    position: relative;
}

.location_info_TAVs .edu_input_aEkO span::before {
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(203,198,212,0.5), 0.05) 100%);
    top: 0;
    z-index: -1;
    content: '';
}

.location_info_TAVs .edu_input_aEkO span:hover::after {
    width: 100%;
}

.location_info_TAVs .edu_input_aEkO span:hover svg {
    opacity: 1;
    filter: drop-shadow(0 0 8px rgb(203,198,212));
    fill: #ffffff;
    transform: translateZ(15px) rotate(15deg) scale(1.1);
}

.location_info_TAVs .edu_input_aEkO span > span {
    margin: 0;
    transform: none !important;
    box-shadow: none;
    display: flex;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    align-items: center;
    padding: 0;
}

.location_info_TAVs .edu_input_aEkO span a:hover {
    text-shadow: 0 0 8px rgb(203,198,212);
    color: #ffffff;
}

.location_info_TAVs .quick_support_UWbk {
    grid-column: 1 / -1;
    padding: 2rem;
    margin-top: 1.5rem;
    border: 1px solid rgba(rgb(168,161,179,0.5), 0.3);
    backdrop-filter: blur(5px);
    overflow: hidden;
    background: rgba(rgb(168,161,179,0.5), 0.1);
    position: relative;
    border-radius: 10px;
}


.location_info_TAVs .quick_support_UWbk h4::after {
    position: absolute;
    background: rgb(168,161,179);
    height: 2px;
    content: '';
    left: 0;
    bottom: -1px;
    width: 50px;
}

.location_info_TAVs .quick_support_UWbk span:hover svg {
    opacity: 1;
    transform: translateX(3px);
}


.location_info_TAVs .container::after {
    position: absolute;
    z-index: -1;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-size: 250px 250px;
    background-repeat: repeat;
    animation: parallaxStars 60s linear infinite;
    top: 0;
    opacity: 0.3;
    background: 
        radial-gradient(2px 2px at 40px 70px, rgb(203,198,212) 50%, transparent 50%),
        radial-gradient(2px 2px at 90px 40px, rgb(168,161,179) 50%, transparent 50%),
        radial-gradient(2px 2px at 140px 90px, rgb(203,198,212) 50%, transparent 50%),
        radial-gradient(2px 2px at 210px 60px, rgb(168,161,179) 50%, transparent 50%);
}

.pricing_cluster_sAZc .plan_rates_jQBe {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
    margin: 0;
}

.pricing_cluster_sAZc .pricing_tiers_TyLd:hover::before {
    opacity: 0.15;
}

.pricing_cluster_sAZc .learning_plan_THqi {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing_cluster_sAZc .pricing_tiers_TyLd:hover .learning_plan_THqi h4 {
    transform: translateY(-5px);
}

.pricing_cluster_sAZc .pricing_tiers_TyLd:hover .learning_plan_THqi h4::after {
    width: 60px;
}

.pricing_cluster_sAZc .cost_plan_tupC {
    font-size: calc(24px + 4px);
    margin-top: auto;
    border-radius: 10px;
    font-weight: 700;
    align-self: flex-start;
    transition: transform 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    background: linear-gradient(90deg, rgb(203,198,212,0.5), transparent);
}

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

header .container:before {
    width: 50px;
    background-position: 0 0, 0 10px;
    position: absolute;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    opacity: 0.5;
    background-size: 6px 2px, 6px 2px;
    top: 50%;
    content: '';
    background-repeat: repeat-x;
    pointer-events: none;
    height: 30px;
    right: 20px;
    transform: translateY(-50%);
}

header .first_lesson_BOAV:hover:before {
    opacity: 0.7;
}

header .site_navbar_bRSY:after {
    left: -30px;
    transform: translateY(-50%) scaleX(0);
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    top: 50%;
    transform-origin: right;
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

header .site_navbar_bRSY:hover:after {
    transform: translateY(-50%) scaleX(1);
}

header .head_core_AFup:hover:before {
    opacity: 1;
}

header .head_core_AFup:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}

header .head_core_AFup:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}



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

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

.contact_box_CLPc .media_img_McCG {
    min-height: 550px;
    overflow: hidden;
    flex: 0 0 45%;
    position: relative;
}

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

.contact_box_CLPc .query_box_ensG::after {
    z-index: 0;
    opacity: 0.3;
    left: -75px;
    width: 150px;
    bottom: -75px;
    background: rgb(168,161,179,0.5);
    height: 150px;
    position: absolute;
    filter: blur(80px);
    content: "";
}

.contact_box_CLPc form input[type="text"]:focus {
    border-color: rgb(203,198,212);
    outline: none;
    box-shadow: 
        0 0 0 1px rgb(203,198,212),
        0 0 5px rgb(203,198,212,0.5);
}

.contact_box_CLPc .help_widget_cZyb label {
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
    padding-left: 35px;
}

.contact_box_CLPc .help_widget_cZyb label a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(203,198,212);
    font-weight: 600;
}

.contact_box_CLPc .connect_grid_TYGz::before {
    width: 100%;
    transition: transform 0.5s ease;
    background: rgb(168,161,179);
    left: 0;
    position: absolute;
    transform-origin: right;
    transform: scaleX(0);
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
}

.contact_box_CLPc svg:hover,
.contact_box_CLPc svg:hover path {
    filter: drop-shadow(0 0 3px rgb(168,161,179,0.5));
    fill: rgb(168,161,179);
    transform: translateY(-2px);
}

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

.thxPage_Incj .knowledge_classes_fbmo:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(203,198,212,0.5), 0.08),
        0 0 0 1px rgba(rgb(203,198,212,0.5), 0.1);
}

.thxPage_Incj h5::after {
    height: 3px;
    content: "";
    bottom: -0.5rem;
    left: 0;
    position: absolute;
    width: 40%;
    background: linear-gradient(90deg, rgb(168,161,179), transparent);
}

.thxPage_Incj a:hover::before {
    transform: scaleX(1) translateX(0);
    opacity: 1;
}

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

.user_status_WKUt:hover {
    background: rgb(168,161,179);
}

.cookie_button.edu_settings_LwlP:hover {
    background: rgb(168,161,179,0.5);
}

#consentAlertWindow_FDCM {
    display: none;
}

.title_intro_yMhC {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: rgb(237,234,239);
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
}

.title_intro_yMhC .edu_title_crEe:hover {
    transform: perspective(1000px) rotateY(0);
}

.title_intro_yMhC .edu_title_crEe span {
    transform: translateX(10px);
    display: block;
    animation: slideInFromLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.2s;
    opacity: 0;
    position: relative;
    margin-bottom: 1.5rem;
}

.title_intro_yMhC .edu_title_crEe p {
    font-size: 16px;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.7s;
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 2rem;
    position: relative;
    max-width: 600px;
    color: #ffffff;
    line-height: 1.6;
}

.potential_enrollees_uTja::before {
    width: 100%;
    background-size: 60px 60px;
    height: 100%;
    opacity: 0.15;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(203,198,212,0.5) 20px,
        rgb(203,198,212,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(168,161,179,0.5) 20px,
        rgb(168,161,179,0.5) 22px,
        transparent 22px
    );
    z-index: 0;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}

.potential_enrollees_uTja ul li::before {
    position: absolute;
    width: 10px;
    top: -5px;
    left: -5px;
    height: 10px;
    content: "";
    border-radius: 50%;
    background: rgb(203,198,212);
}

.potential_enrollees_uTja ul li:hover {
    border-left: 3px solid rgb(168,161,179);
    transform: translateY(-5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    border-bottom: 3px solid rgb(203,198,212);
}

.potential_enrollees_uTja ul li:hover svg path {
    fill: rgb(168,161,179);
}

.potential_enrollees_uTja ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}



.who_we_are_GMzj::after {
    content: "";
    z-index: 1;
    animation: bgPulse 20s infinite alternate;
    width: 100%;
    position: absolute;
    filter: blur(60px);
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(203,198,212,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(168,161,179,0.5) 0%, transparent 50%);
    opacity: 0.3;
    height: 100%;
}

.who_we_are_GMzj .digital_education_BMYu span {
    top: -40px;
    font-weight: 600;
    padding: 10px 20px;
    position: absolute;
    color: #ffffff;
    transform: translateY(-50%);
    z-index: 5;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(203,198,212);
    left: 0;
    font-size: 20px;
    border-radius: 10px;
}

.who_we_are_GMzj .method_ped_bVim {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
}

.who_we_are_GMzj .method_ped_bVim .pedagogy_way_ybEj::before {
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    height: 100%;
    z-index: 2;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
}

.who_we_are_GMzj .method_ped_bVim::after {
    bottom: -25px;
    left: -25px;
    border-color: rgb(168,161,179,0.5);
}

.who_we_are_GMzj .knowledge_classes_fbmo::after {
    right: -60px;
    animation-delay: 2s;
    bottom: 20%;
    background: rgb(168,161,179);
}

.course_highlights_pctG .career_path_Smgb {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
}

.course_highlights_pctG .career_path_Smgb:hover .future_skills_nfCg {
    animation-play-state: paused;
}

.course_highlights_pctG .learn_tools_TbYs::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.7;
    content: '';
    background: 
        linear-gradient(0deg, 
            rgb(203,198,212,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(168,161,179,0.5) 100%),
        linear-gradient(90deg, 
            rgb(203,198,212,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(168,161,179,0.5) 100%);
}

.course_highlights_pctG .learn_skills_RKJs h3::after {
    bottom: -10px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    content: '';
    background: linear-gradient(to right, 
        rgb(203,198,212), 
        rgb(168,161,179));
    transition: width 0.3s ease, transform 0.3s ease;
    left: 0;
    width: 60px;
}

.course_highlights_pctG .learn_skills_RKJs .connect_grid_TYGz:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(168,161,179,0.5);
}

.mentorship_experience_rCbq::before {
    width: 70%;
    left: -10%;
    top: -10%;
    background: rgb(168,161,179,0.5);
    content: "";
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    animation: pulse 8s infinite alternate;
    position: absolute;
    height: 120%;
    z-index: 1;
    transform: rotate(-15deg);
}

.mentorship_experience_rCbq .feedback_panel_Ajfn:hover .media_img_McCG {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) translateY(0);
}

.mentorship_experience_rCbq .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: Arial, sans-serif;
    color: rgb(203,198,212);
    font-size: 33px;
    position: relative;
}

.mentorship_experience_rCbq .feedback_panel_Ajfn:hover .work_wrap_NRfr > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.mentorship_experience_rCbq .emp_tasks_jxwC::before {
    width: 3px;
    background: linear-gradient(to bottom, rgb(203,198,212), rgb(168,161,179));
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
}

.a11y_tools_XjOY .med_guides_vYhP {
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    font-size: 17px;
    line-height: 1.6;
    border-left: 4px solid rgb(203,198,212);
    margin-top: 25px;
    transform: translateZ(0);
}

.a11y_tools_XjOY .first_lesson_BOAV .head_learn_jErs {
    gap: 15px;
    flex-direction: column;
    display: flex;
}

.a11y_tools_XjOY .first_lesson_BOAV .head_learn_jErs a::before {
    width: 3px;
    background: rgb(203,198,212);
    left: 0;
    height: 100%;
    transition: all 0.3s ease;
    position: absolute;
    z-index: -1;
    top: 0;
    content: '';
}

.law_res_lcqV .container {
    display: flex;
    justify-content: center;
    align-items: center;
}



footer::after {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
}

.a11y_tools_XjOY .donate_books_IfBP::after {
    position: absolute;
    z-index: -1;
    top: -20px;
    background: rgb(203,198,212,0.5);
    filter: blur(50px);
    opacity: 0.2;
    height: 120px;
    border-radius: 50%;
    width: 120px;
    right: 100px;
    content: '';
}

.privacy_concealment_rHEO h2 {
    color: #ffffff;
    margin-top: 40px;
    width: 100%;
    border-left: 5px solid rgb(203,198,212);
    font-size: 37px;
    text-align: left;
    text-shadow: 0 0 10px rgb(168,161,179);
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    max-width: 800px;
}

.privacy_concealment_rHEO h2, .privacy_concealment_rHEO h3,.privacy_concealment_rHEO h4,.privacy_concealment_rHEO h5, .privacy_concealment_rHEO h6 {
    text-align: left;
}

.client_testimonials_lIzk {
    background: linear-gradient(135deg, rgb(237,234,239) 0%, rgb(168,161,179,0.5) 100%);
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
}

.client_testimonials_lIzk h2 {
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.3;
    color: #000000;
    font-size: 28px;
    position: relative;
    transform: translateX(-5%);
    max-width: 80%;
    margin-bottom: 3.5rem;
}

.client_testimonials_lIzk .feedback_panel_Ajfn:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.client_testimonials_lIzk .feedback_panel_Ajfn:hover img {
    transform: scale(1.1);
}

.client_testimonials_lIzk .feedback_panel_Ajfn h4 {
    color: #000000;
    position: relative;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.client_testimonials_lIzk .feedback_panel_Ajfn .description::before {
    top: -15px;
    font-family: Georgia, serif;
    position: absolute;
    left: -10px;
    opacity: 0.6;
    content: "";
    color: rgb(168,161,179,0.5);
    font-size: 4rem;
}

.client_testimonials_lIzk .knowledge_classes_fbmo::before {
    height: 200px;
    background-size: 20px 20px;
    content: "";
    right: -2rem;
    width: 200px;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    top: 2rem;
    background: 
        linear-gradient(45deg, transparent 49%, rgb(168,161,179,0.5) 49%, rgb(168,161,179,0.5) 51%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgb(168,161,179,0.5) 49%, rgb(168,161,179,0.5) 51%, transparent 51%);
}


@media (max-width: 575px) {.location_info_TAVs {
    padding: 3rem 0;
}.location_info_TAVs .talk_support_syhN h3 {
    font-size: calc(41px * 0.6);
}.location_info_TAVs .get_in_touch_Wtxe {
    font-size: calc(15px * 0.95);
}.location_info_TAVs .edu_input_aEkO span {
    padding: 1.25rem;
}.location_info_TAVs .quick_support_UWbk {
    padding: 1.5rem;
}.location_info_TAVs .quick_support_UWbk h4 {
    margin-bottom: 1.25rem;
    font-size: calc(24px * 0.9);
}.location_info_TAVs .quick_support_UWbk h4 svg {
    height: 18px;
    width: 18px;
}}



@media (max-width: 767px) {header .first_lesson_BOAV {
    right: -100%;
    z-index: 1001;
    top: 0;
    height: 100vh;
    position: fixed;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    width: 80%;
    max-width: 320px;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    gap: 25px;
    background: rgb(203,198,212);
    padding: 80px 30px 30px;
}header .first_lesson_BOAV:before {
    bottom: auto;
    left: 10%;
    top: 60px;
    width: 80%;
}header .first_lesson_BOAV:after {
    position: absolute;
    pointer-events: none;
    right: 20px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    content: '';
}header .menu.active {
    right: 0;
}header .site_navbar_bRSY {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .site_navbar_bRSY:hover {
    transform: translateX(0);
}header .site_navbar_bRSY:last-child {
    border-bottom: none;
}header .head_core_AFup {
    margin: 0 auto;
}
}



@media (max-width: 992px) {.title_intro_yMhC .edu_title_crEe {
    transform: perspective(800px) rotateY(1deg);
    padding: 3rem 2rem;
}.title_intro_yMhC .edu_title_crEe h1 {
    font-size: calc(44px * 0.85);
}.title_intro_yMhC .edu_title_crEe h3 {
    font-size: calc(19px * 0.95);
}
}



@media (max-width: 576px) {.title_intro_yMhC {
    min-height: 70vh;
}.title_intro_yMhC .start_intro_yiml {
    padding: 1rem;
}.title_intro_yMhC .edu_title_crEe {
    padding: 2rem 1.2rem;
}.title_intro_yMhC .edu_title_crEe h1 {
    margin-bottom: 1.2rem;
    font-size: calc(44px * 0.6);
}.title_intro_yMhC .edu_title_crEe h3 {
    font-size: calc(19px * 0.85);
}.title_intro_yMhC .edu_title_crEe p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.title_intro_yMhC .edu_title_crEe div div {
    border-left: 2px solid rgb(203,198,212);
    padding-left: 0.8rem;
}}



@media screen and (max-width: 767px) {.who_we_are_GMzj {
    padding: 60px 0;
}.who_we_are_GMzj::before {
    background-size: 20px 20px;
}.who_we_are_GMzj h3 {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    font-size: calc(31px - 0.6rem);
    border-radius: 23px;
}.who_we_are_GMzj .digital_education_BMYu,
    .who_we_are_GMzj .method_ped_bVim {
    gap: 20px;
    grid-template-columns: 1fr;
}.who_we_are_GMzj .digital_education_BMYu {
    margin-bottom: 40px;
}.who_we_are_GMzj .digital_education_BMYu span {
    left: 20px;
}.who_we_are_GMzj .digital_education_BMYu p,
    .who_we_are_GMzj .method_ped_bVim p {
    padding: 20px;
    border-width: 2px;
}.who_we_are_GMzj .digital_education_BMYu .media_img_McCG,
    .who_we_are_GMzj .method_ped_bVim .pedagogy_way_ybEj {
    height: 300px;
}.who_we_are_GMzj .method_ped_bVim p {
    order: 2;
}.who_we_are_GMzj .method_ped_bVim .pedagogy_way_ybEj {
    order: 1;
}.who_we_are_GMzj .knowledge_classes_fbmo::before,
    .who_we_are_GMzj .knowledge_classes_fbmo::after {
    filter: blur(20px);
    width: 60px;
    height: 60px;
}.who_we_are_GMzj::after {
    filter: blur(40px);
}
}



@media (max-width: 480px) {.course_highlights_pctG .career_path_Smgb {
    height: 250px;
}.course_highlights_pctG .future_skills_nfCg {
    animation-duration: 20s;
}.course_highlights_pctG .container {
    padding: 2rem 0.8rem;
}.course_highlights_pctG .learn_skills_RKJs {
    padding: 1.5rem;
}.course_highlights_pctG .learn_skills_RKJs h3 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.8);
}.course_highlights_pctG .learn_skills_RKJs p {
    line-height: 1.5;
    margin-bottom: 1.2rem;
    font-size: calc(18px * 0.85);
}.course_highlights_pctG .learn_skills_RKJs .connect_grid_TYGz {
    padding: 0.8rem 1.5rem;
    width: 100%;
    text-align: center;
}
}



@media (max-width: 768px) {.client_testimonials_lIzk {
    padding: 4rem 0;
}.client_testimonials_lIzk h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2.5rem;
}.client_testimonials_lIzk .feedback_list_Sqvz {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.5rem;
}.client_testimonials_lIzk .feedback_panel_Ajfn {
    padding: 1.5rem;
}.client_testimonials_lIzk .knowledge_classes_fbmo::before {
    display: none;
}
}

@keyframes clockRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes blinkingLight {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}



@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(203,198,212,0.5);
    }
}



@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}



@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}



@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

