﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 4px;
}::-webkit-scrollbar-track {
    background: rgb(145,160,190,0.5);
    box-shadow: inset -5px 4px 9px -1px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb {
    border: 1px solid rgb(183,192,214,0.5);
    transition: background 1.6s ease;
    background: rgb(183,192,214);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 3px -3px 10px 0px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255, 0.5);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(183,192,214,0.5) rgb(183,192,214,0.5);
}.TKbtraining_zone {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.unlwrapper-container {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.iZbtop_main {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1165px;
    max-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;
}}
.qjXour_background {
    padding: 140px 0;
    position: relative;
    overflow: hidden;
    background: rgb(218,222,236);
    z-index: 1;
}.qjXour_background::before {
    transform-origin: center center;
    opacity: 0.15;
    animation: gradientFlow 15s ease infinite;
    left: 0;
    filter: blur(20px);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(217deg, rgb(183,192,214,0.5), transparent 70%),
        linear-gradient(127deg, rgb(145,160,190,0.5), transparent 70%),
        linear-gradient(336deg, rgb(183,192,214,0.5), transparent 70%);
    z-index: -1;
    content: "";
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.qjXour_background::after {
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(183,192,214,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(145,160,190,0.5) 0%, transparent 50%);
    opacity: 0.2;
    content: "";
    width: 100%;
    z-index: -2;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.qjXour_background .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.qjXour_background .container::before {
    background: rgb(183,192,214,0.5);
    position: absolute;
    filter: blur(80px);
    width: 200px;
    border-radius: 50%;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    top: -100px;
    right: -100px;
    height: 200px;
    opacity: 0.1;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.qjXour_background .tTrstudent_voice {
    gap: 60px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}.qjXour_background .tTrstudent_voice::before {
    animation: scanline 4s ease-in-out infinite;
    bottom: -30px;
    position: absolute;
    height: 1px;
    content: "";
    width: 40%;
    left: 30%;
    background: linear-gradient(90deg, transparent, rgb(183,192,214), transparent);
    opacity: 0.4;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.qjXour_background .nUFvirtual_study {
    display: flex;
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    perspective: 1000px;
    flex-direction: column;
    border-radius: 12px;
    transform-style: preserve-3d;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 50px 35px;
    align-items: center;
    backdrop-filter: blur(15px);
    flex: 0 0 40%;
}.qjXour_background .nUFvirtual_study:hover {
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(183,192,214,0.5);
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgb(183,192,214,0.5);
}.qjXour_background .nUFvirtual_study::before {
    opacity: 0.07;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, transparent 0%, rgb(183,192,214,0.5) 100%);
    inset: 0;
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 12px;
}.qjXour_background .nUFvirtual_study:hover::before {
    opacity: 0.12;
}.qjXour_background .nUFvirtual_study::after {
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgb(183,192,214,0.5), transparent);
    z-index: -2;
    border-radius: calc(12px + 1px);
    animation: borderGlow 4s linear infinite;
    position: absolute;
    transition: opacity 0.4s ease;
    inset: -1px;
    content: "";
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.qjXour_background .nUFvirtual_study:hover::after {
    opacity: 1;
}.qjXour_background .QCximage_grid {
    margin-bottom: 30px;
    width: 220px;
    transition: all 0.5s ease;
    height: 220px;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    border: 5px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}.qjXour_background .QCximage_grid::before {
    -webkit-mask-composite: xor;
    background: conic-gradient(rgb(183,192,214), rgb(145,160,190), rgb(183,192,214));
    padding: 3px;
    inset: -3px;
    opacity: 0.2;
    mask-composite: exclude;
    position: absolute;
    animation: rotate 8s linear infinite;
    border-radius: 50%;
    content: "";
    -webkit-mask: linear-gradient(rgb(145,160,190,0.5)) content-box, linear-gradient(rgb(183,192,214,0.5));
}.qjXour_background .QCximage_grid::after {
    border-radius: 50%;
    position: absolute;
    border: 1px dashed rgb(183,192,214,0.5);
    opacity: 0.2;
    animation: rotateReverse 20s linear infinite;
    content: "";
    inset: -10px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.qjXour_background .TQClearning_studio {
    text-align: center;
    position: relative;
    padding-top: 15px;
    width: 100%;
}.qjXour_background .TQClearning_studio::before {
    left: 50%;
    opacity: 0.8;
    transform: translateX(-50%);
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(183,192,214), transparent);
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
}.qjXour_background .MVbstudy_experts {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: calc(20px * 1.15);
    margin-bottom: 10px;
    color: #000000;
    position: relative;
}.qjXour_background .MVbstudy_experts::after {
    transition: width 0.4s ease;
    background: rgb(183,192,214);
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -4px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}.qjXour_background .nUFvirtual_study:hover .MVbstudy_experts::after {
    width: 80%;
}.qjXour_background .vIyskill_lab {
    color: rgb(183,192,214);
    font-size: calc(13px * 1.05);
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    opacity: 0.9;
    margin-bottom: 0;
}.qjXour_background .nUFvirtual_study:hover .vIyskill_lab {
    opacity: 1;
    color: rgb(145,160,190);
    transform: translateY(2px);
}.qjXour_background .lkFeditorial_wrap {
    flex: 0 0 55%;
    border-radius: 12px;
    padding: 50px 45px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.03);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.01);
    position: relative;
    backdrop-filter: blur(10px);
}.qjXour_background .lkFeditorial_wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(145,160,190,0.5);
    border-color: rgb(145,160,190,0.5);
}.qjXour_background .lkFeditorial_wrap::before,
.qjXour_background .lkFeditorial_wrap::after {
    background: rgb(183,192,214,0.5);
    transition: all 0.8s ease;
    z-index: -1;
    position: absolute;
    animation: blobAnimation 25s infinite alternate;
    width: 500px;
    height: 500px;
    content: "";
    filter: blur(60px);
    opacity: 0.03;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.qjXour_background .lkFeditorial_wrap::before {
    right: -250px;
    top: -250px;
}.qjXour_background .lkFeditorial_wrap::after {
    background: rgb(145,160,190,0.5);
    left: -250px;
    animation-delay: -15s;
    bottom: -250px;
}.qjXour_background .lkFeditorial_wrap:hover::before,
.qjXour_background .lkFeditorial_wrap:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}.qjXour_background .DkLmaster_class {
    transition: all 0.3s ease;
    color: rgb(183,192,214);
    margin-bottom: 25px;
    gap: 16px;
    align-items: center;
    font-weight: 600;
    position: relative;
    display: flex;
    font-size: calc(18px * 1.2);
}.qjXour_background .DkLmaster_class::after {
    content: "";
    transition: width 0.4s ease;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(183,192,214), transparent);
    position: absolute;
    width: 0;
    bottom: -8px;
}.qjXour_background .lkFeditorial_wrap:hover .DkLmaster_class::after {
    width: 50%;
}.qjXour_background .DkLmaster_class svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 48px;
    fill: rgb(183,192,214);
    transition: all 0.4s ease;
    width: 48px;
}.qjXour_background .DkLmaster_class svg path {
    transition: fill 0.4s ease;
}.qjXour_background .lkFeditorial_wrap h2 {
    font-weight: 700;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    padding-bottom: 20px;
    font-size: calc(30px * 1.1);
    letter-spacing: 0.5px;
}.qjXour_background .lkFeditorial_wrap h2::after {
    left: 0;
    width: 100px;
    background: linear-gradient(90deg, rgb(183,192,214), rgb(145,160,190,0.5), transparent);
    height: 3px;
    bottom: 0;
    content: "";
    position: absolute;
    border-radius: 10px;
    transition: width 0.5s ease;
}.qjXour_background .lkFeditorial_wrap p {
    line-height: 1.9;
    transition: all 0.4s ease;
    font-size: calc(13px * 1.05);
    color: #000000;
    margin-bottom: 0;
    position: relative;
}.qjXour_background .lkFeditorial_wrap::before,
.qjXour_background .lkFeditorial_wrap::after,
.qjXour_background .nUFvirtual_study::before,
.qjXour_background .nUFvirtual_study::after,
.qjXour_background .QCximage_grid::before,
.qjXour_background .QCximage_grid::after {
    pointer-events: none;
}.qjXour_background .tTrstudent_voice::after {
    left: 0;
    width: 100%;
    opacity: 0.03;
    content: "";
    background-image: 
        radial-gradient(rgb(183,192,214,0.5) 1px, transparent 1px),
        radial-gradient(rgb(145,160,190,0.5) 1px, transparent 1px);
    height: 100%;
    pointer-events: none;
    position: absolute;
    background-position: 0 0, 20px 20px;
    top: 0;
    z-index: -1;
    background-size: 40px 40px;
}

@media (max-width: 1199px) {.qjXour_background {
    padding: 120px 0;
}.qjXour_background .tTrstudent_voice {
    gap: 50px;
}.qjXour_background .lkFeditorial_wrap {
    padding: 40px 35px;
}.qjXour_background .nUFvirtual_study {
    padding: 40px 30px;
}
}

@media (max-width: 991px) {.qjXour_background {
    padding: 100px 0;
}.qjXour_background .tTrstudent_voice {
    gap: 50px;
    flex-direction: column;
}.qjXour_background .nUFvirtual_study,
    .qjXour_background .lkFeditorial_wrap {
    width: 100%;
    flex: 0 0 100%;
}.qjXour_background .lkFeditorial_wrap {
    padding: 40px 30px;
}.qjXour_background .nUFvirtual_study {
    margin: 0 auto;
    max-width: 500px;
}.qjXour_background .tTrstudent_voice::before {
    width: 60%;
    left: 20%;
}.qjXour_background .lkFeditorial_wrap h2 {
    font-size: 30px;
}
}

@media (max-width: 767px) {.qjXour_background {
    padding: 80px 0;
}.qjXour_background .QCximage_grid {
    width: 180px;
    height: 180px;
}.qjXour_background .nUFvirtual_study {
    padding: 35px 25px;
}.qjXour_background .lkFeditorial_wrap {
    padding: 35px 25px;
}.qjXour_background .lkFeditorial_wrap h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(30px * 0.9);
}.qjXour_background .MVbstudy_experts {
    font-size: 20px;
}.qjXour_background .vIyskill_lab {
    font-size: 13px;
}.qjXour_background .DkLmaster_class {
    font-size: 18px;
}.qjXour_background .DkLmaster_class svg {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 575px) {.qjXour_background {
    padding: 60px 0;
}.qjXour_background .QCximage_grid {
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
}.qjXour_background .nUFvirtual_study {
    padding: 30px 20px;
}.qjXour_background .lkFeditorial_wrap {
    padding: 30px 20px;
}.qjXour_background .DkLmaster_class {
    font-size: calc(18px * 0.95);
}.qjXour_background .DkLmaster_class svg {
    width: 35px;
    height: 35px;
}.qjXour_background .lkFeditorial_wrap h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.8);
}.qjXour_background .lkFeditorial_wrap p {
    line-height: 1.8;
    font-size: 13px;
}.qjXour_background .MVbstudy_experts {
    font-size: calc(20px * 0.95);
}.qjXour_background .vIyskill_lab {
    font-size: calc(13px * 0.95);
}.qjXour_background .tTrstudent_voice::before {
    width: 80%;
    left: 10%;
}}.RAbcookie_popup_overlay {
    background: rgb(218,222,236);
    overflow: hidden;
    display: flex;
    align-items: center;
    border-top: 3px solid rgb(183,192,214);
    z-index: 90;
    padding: 1rem 0;
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    width: 100%;
    position: fixed;
}#KnXcookie_popup_board {
    display: none;
}#KnXcookie_popup_board:checked ~ .RAbcookie_popup_overlay {
    opacity: 0;
    visibility: hidden;
}.RAbcookie_popup_overlay .container {
    position: relative;
    gap: 1rem;
    padding: 0 15px;
    max-width: 1140px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    justify-content: space-between;
    margin: 0 auto;
}.Wepcookie_notice {
    flex-shrink: 0;
    align-items: center;
    margin-right: 1rem;
    display: flex;
}.Wepcookie_notice svg {
    height: 50px;
    width: 50px;
    fill: rgb(183,192,214);
}.nlmcookie_all {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.nlmcookie_all h5 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: rgb(183,192,214);
}.nlmcookie_all p {
    font-size: 1rem;
    color: #000000;
}.wsbcookie_review {
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    background: rgb(183,192,214);
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
}.cookie_button.kpEuser_choices {
    background: rgb(183,192,214);
}.cookie_button.wLplearn_consent {
    background: #000000;
    margin-left: 0.5rem;
}.wsbcookie_review:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.wLplearn_consent:hover {
    background: rgb(183,192,214);
}.RAbcookie_popup_overlay p a {
    color: rgb(183,192,214);
    transition: color 0.3s ease;
    text-decoration: underline;
}.RAbcookie_popup_overlay p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.RAbcookie_popup_overlay .container {
    align-items: center;
    flex-direction: column;
}.Wepcookie_notice {
    margin-bottom: 1rem;
    margin-right: 0;
}.nlmcookie_all {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.wLplearn_consent {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.GWOcontact_box {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,222,236) 0%, rgb(183,192,214,0.5) 100%);
    padding: 120px 0 80px;
}.GWOcontact_box::before {
    position: absolute;
    animation: gradientMove 20s linear infinite;
    left: 0;
    width: 100%;
    background-size: 60px 60px;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(45deg, 
        rgb(183,192,214,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(183,192,214,0.5) 50%, 
        rgb(183,192,214,0.5) 75%, 
        transparent 75%, 
        transparent);
    opacity: 0.05;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.GWOcontact_box .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.GWOcontact_box h2 {
    font-weight: 700;
    position: relative;
    font-size: 34px;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(183,192,214);
}.GWOcontact_box h2::after {
    transform: translateX(-50%);
    height: 4px;
    content: "";
    left: 50%;
    position: absolute;
    background: rgb(183,192,214);
    width: 60px;
    bottom: -15px;
}.GWOcontact_box .GOWsupport_info {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    gap: 0;
    border-radius: 21px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    display: grid;
}.GWOcontact_box .QCximage_grid {
    order: 2;
    min-height: 600px;
    position: relative;
    height: 100%;
}.GWOcontact_box .Ykbquery_feedback {
    flex-direction: column;
    order: 1;
    display: flex;
    position: relative;
    justify-content: center;
    padding: 60px;
    background: #ffffff;
}.GWOcontact_box .Ykbquery_feedback::before {
    height: 100%;
    right: 0;
    width: 10px;
    content: "";
    background: linear-gradient(to bottom, rgb(183,192,214), rgb(145,160,190));
    position: absolute;
    top: 0;
}.GWOcontact_box form {
    position: relative;
    width: 100%;
}.GWOcontact_box form h3 {
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    font-size: 23px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(145,160,190,0.5);
    color: #000000;
    font-family: Arial, sans-serif;
}.GWOcontact_box form input[type="text"] {
    font-size: 14px;
    border: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    color: #000000;
    width: 100%;
    padding: 16px 20px 16px 50px;
    position: relative;
    background: rgb(218,222,236);
    border-radius: 10px;
}.GWOcontact_box form input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(183,192,214);
}.GWOcontact_box form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.GWOcontact_box form input#name {
    position: relative;
}.GWOcontact_box form input#name::before {
    background: rgb(183,192,214);
    left: 20px;
    width: 20px;
    border-radius: 50%;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    position: absolute;
}.GWOcontact_box .ltUfeedback_inquiry {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.GWOcontact_box .ltUfeedback_inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.GWOcontact_box .ltUfeedback_inquiry label {
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
}.GWOcontact_box .ltUfeedback_inquiry label::before {
    height: 24px;
    transition: all 0.3s ease;
    border-radius: 10px;
    content: "";
    width: 24px;
    left: 0;
    top: 0;
    background: rgb(218,222,236);
    position: absolute;
}.GWOcontact_box .ltUfeedback_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(183,192,214);
}.GWOcontact_box .ltUfeedback_inquiry input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    height: 14px;
    border-bottom: 2px solid #ffffff;
    content: "";
    top: 4px;
    left: 8px;
    transform: rotate(45deg);
    position: absolute;
    width: 8px;
}.GWOcontact_box .ltUfeedback_inquiry label a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(183,192,214);
    position: relative;
    text-decoration: none;
}.GWOcontact_box .ltUfeedback_inquiry label a::after {
    bottom: -2px;
    content: "";
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    height: 1px;
    left: 0;
    background: rgb(183,192,214);
}.GWOcontact_box .ltUfeedback_inquiry label a:hover::after {
    width: 100%;
}.GWOcontact_box form .gJjquery_box {
    position: relative;
    padding: 16px 40px;
    text-transform: uppercase;
    font-weight: 700;
    background: rgb(183,192,214);
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1;
    border-radius: 50px;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
}.GWOcontact_box form .gJjquery_box::before {
    position: absolute;
    left: 0;
    width: 0;
    z-index: -1;
    transition: width 0.3s ease;
    background: rgb(145,160,190);
    top: 0;
    height: 100%;
    content: "";
}.GWOcontact_box form .gJjquery_box:hover::before {
    width: 100%;
}.GWOcontact_box form .gJjquery_box:hover {
    box-shadow: 0 10px 20px -10px rgb(183,192,214);
    transform: translateY(-3px);
}.GWOcontact_box svg {
    top: 50%;
    position: absolute;
    fill: rgb(183,192,214);
    transform: translateY(-50%);
    height: 20px;
    left: 20px;
    width: 20px;
}.GWOcontact_box svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,192,214);
}.GWOcontact_box form #name,
.GWOcontact_box form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.GWOcontact_box .GOWsupport_info {
    max-width: 800px;
}.GWOcontact_box .Ykbquery_feedback {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.GWOcontact_box {
    padding: 80px 0 60px;
}.GWOcontact_box .GOWsupport_info {
    grid-template-columns: 1fr;
}.GWOcontact_box .QCximage_grid {
    clip-path: none;
    min-height: 300px;
    order: 1;
}.GWOcontact_box .Ykbquery_feedback {
    order: 2;
    padding: 40px 30px;
}.GWOcontact_box .Ykbquery_feedback::before {
    top: 0;
    height: 6px;
    right: 0;
    background: linear-gradient(to right, rgb(183,192,214), rgb(145,160,190));
    width: 100%;
}.GWOcontact_box h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.GWOcontact_box {
    padding: 60px 0 40px;
}.GWOcontact_box h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.GWOcontact_box .QCximage_grid {
    min-height: 200px;
}.GWOcontact_box .Ykbquery_feedback {
    padding: 30px 20px;
}.GWOcontact_box form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 30px;
}.GWOcontact_box form .gJjquery_box {
    width: 100%;
    padding: 14px 20px;
}}.OXDdata_insights {
    position: relative;
    isolation: isolate;
    padding: 80px 0;
    overflow: hidden;
}.OXDdata_insights::before {
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
    opacity: 0.85;
    left: 0;
    background-color: #000000;
    top: 0;
    position: absolute;
}.OXDdata_insights .container {
    padding: 0 20px;
    z-index: 3;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.OXDdata_insights .fbmstudy_statistics {
    gap: 40px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.OXDdata_insights .sklstatistics_extras {
    display: block;
    margin-bottom: 30px;
}.OXDdata_insights .sklstatistics_extras svg {
    fill: rgb(183,192,214);
    height: 60px;
    width: 60px;
    filter: drop-shadow(0 0 5px rgb(183,192,214,0.5));
}.OXDdata_insights .sklstatistics_extras svg path {
    fill: rgb(183,192,214);
}.OXDdata_insights .fmdextra_gain {
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 1.2;
    color: #ffffff;
    display: inline-block;
}.OXDdata_insights .fmdextra_gain::after {
    left: 0;
    height: 4px;
    position: absolute;
    background: rgb(183,192,214);
    bottom: -10px;
    content: "";
    width: 60px;
}.OXDdata_insights .qHEgain_study {
    color: #ffffff;
    margin-bottom: 40px;
    max-width: 90%;
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.6;
}.OXDdata_insights .bNjstatistics_gains {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.OXDdata_insights .rxsstatistics_gain {
    border-radius: 12px;
    position: relative;
    flex-direction: column;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    border-left: 4px solid rgb(183,192,214);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}.OXDdata_insights .rxsstatistics_gain:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.OXDdata_insights .sUZsuccess_factors {
    justify-content: center;
    width: 40px;
    position: absolute;
    align-items: center;
    height: 40px;
    display: flex;
    top: 20px;
    right: 20px;
}.OXDdata_insights .sUZsuccess_factors svg {
    width: 100%;
    fill: rgb(145,160,190);
    height: 100%;
}.OXDdata_insights .sUZsuccess_factors svg path {
    fill: rgb(145,160,190);
}.OXDdata_insights .rxsstatistics_gain span {
    font-size: 2.5rem;
    line-height: 1;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}.OXDdata_insights .rxsstatistics_gain p {
    color: #ffffff;
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.4;
}

@media screen and (max-width: 992px) {.OXDdata_insights .fbmstudy_statistics {
    gap: 40px;
    grid-template-columns: 1fr;
}.OXDdata_insights .fmdextra_gain,
    .OXDdata_insights .qHEgain_study {
    max-width: 100%;
    text-align: center;
}.OXDdata_insights .sklstatistics_extras {
    margin-left: auto;
    margin-right: auto;
}.OXDdata_insights .fmdextra_gain::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media screen and (max-width: 768px) {.OXDdata_insights {
    padding: 60px 0;
}.OXDdata_insights .bNjstatistics_gains {
    grid-template-columns: 1fr;
    gap: 20px;
}.OXDdata_insights .rxsstatistics_gain {
    padding: 20px;
}.OXDdata_insights .rxsstatistics_gain span {
    font-size: 2rem;
}
}

@media screen and (min-width: 993px) {.OXDdata_insights .fbmstudy_statistics > div:first-child {
    order: 2;
}.OXDdata_insights .fbmstudy_statistics > div:last-child {
    order: 1;
}}

.OXDdata_insights .rxsstatistics_gain:nth-child(1) {
    border-left-color: rgb(183,192,214);
}.OXDdata_insights .rxsstatistics_gain:nth-child(2) {
    border-left-color: rgb(145,160,190);
}.OXDdata_insights .rxsstatistics_gain:nth-child(3) {
    border-left-color: rgb(183,192,214);
}.OXDdata_insights .rxsstatistics_gain:nth-child(4) {
    border-left-color: rgb(145,160,190);
}.OXDdata_insights .rxsstatistics_gain:nth-child(even) .sUZsuccess_factors svg,
.OXDdata_insights .rxsstatistics_gain:nth-child(even) .sUZsuccess_factors svg path {
    fill: rgb(183,192,214);
}.OXDdata_insights .rxsstatistics_gain:nth-child(odd) .sUZsuccess_factors svg,
.OXDdata_insights .rxsstatistics_gain:nth-child(odd) .sUZsuccess_factors svg path {
    fill: rgb(145,160,190);
}.OXDdata_insights .rxsstatistics_gain::after {
    height: 1px;
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(183,192,214,0.5), transparent);
    left: 0;
    width: 100%;
}

@media screen and (max-width: 576px) {.OXDdata_insights {
    padding: 40px 0;
}.OXDdata_insights .fbmstudy_statistics {
    gap: 30px;
}.OXDdata_insights .fmdextra_gain {
    font-size: calc(37px * 0.85);
}.OXDdata_insights .qHEgain_study {
    margin-bottom: 30px;
    font-size: calc(14px * 0.95);
}.OXDdata_insights .rxsstatistics_gain {
    padding: 20px 15px;
}.OXDdata_insights .sUZsuccess_factors {
    width: 30px;
    right: 15px;
    height: 30px;
    top: 15px;
}.OXDdata_insights .rxsstatistics_gain span {
    font-size: 1.8rem;
}.OXDdata_insights .rxsstatistics_gain p {
    font-size: calc(14px * 0.9);
}}.Rxrpricing_card_set {
    padding: 7rem 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.Rxrpricing_card_set::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.6;
    right: -100px;
    height: 400px;
    z-index: 1;
    background: linear-gradient(135deg, rgb(183,192,214,0.5), transparent);
    animation: float 15s ease-in-out infinite alternate;
    width: 400px;
    top: -150px;
    content: '';
    position: absolute;
    filter: blur(30px);
}.Rxrpricing_card_set::after {
    content: '';
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    z-index: 1;
    height: 300px;
    width: 300px;
    bottom: -100px;
    position: absolute;
    left: -50px;
    background: linear-gradient(135deg, rgb(145,160,190,0.5), transparent);
    filter: blur(25px);
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.5;
}.Rxrpricing_card_set .container {
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.Rxrpricing_card_set .zxCbasic_cost {
    display: flex;
    flex-direction: column;
}.Rxrpricing_card_set .Dbklearning_packages {
    margin-bottom: 3rem;
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    text-align: center;
}.Rxrpricing_card_set .Dbklearning_packages h2 {
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 32px;
}.Rxrpricing_card_set .Dbklearning_packages h2::after {
    content: '';
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    bottom: -10px;
    background: rgb(183,192,214);
}.Rxrpricing_card_set .CLSlearn_pricing {
    max-width: 700px;
    line-height: 1.6;
    margin: 1.5rem auto 0;
    color: #000000;
    font-size: 14px;
}.Rxrpricing_card_set .BNMmember_plans {
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}.Rxrpricing_card_set .ykCfee_struct {
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    display: block;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    position: relative;
    opacity: 0;
}.Rxrpricing_card_set .ykCfee_struct:nth-child(2) {
    animation-delay: 0.5s;
}.Rxrpricing_card_set .ykCfee_struct:nth-child(3) {
    animation-delay: 0.6s;
}.Rxrpricing_card_set .ykCfee_struct:nth-child(4) {
    animation-delay: 0.7s;
}.Rxrpricing_card_set .ykCfee_struct:hover {
    transform: translateY(-10px);
}.Rxrpricing_card_set .TLqpay_options {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    flex-direction: column;
    overflow: hidden;
    border-radius: 4px;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    display: flex;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
}.Rxrpricing_card_set .ykCfee_struct:hover .TLqpay_options {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.Rxrpricing_card_set .wGostudy_fees {
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 2.5rem 2rem;
    flex-grow: 1;
    z-index: 2;
}.Rxrpricing_card_set .wGostudy_fees h3 {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: calc(19px + 2px);
    position: relative;
    transition: color 0.3s ease;
    color: #000000;
}.Rxrpricing_card_set .ykCfee_struct:hover .wGostudy_fees h3 {
    color: rgb(183,192,214);
}.Rxrpricing_card_set .QBnpricing_options {
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: rgb(183,192,214);
    padding-bottom: 10px;
    font-size: calc(19px + 4px);
}.Rxrpricing_card_set .QBnpricing_options::after {
    background: rgb(183,192,214,0.5);
    content: '';
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    width: 40px;
    left: 0;
    bottom: 0;
}.Rxrpricing_card_set .ykCfee_struct:hover .QBnpricing_options::after {
    width: 80px;
}.Rxrpricing_card_set .wGostudy_fees p {
    flex-grow: 1;
    overflow-wrap: break-word;
    margin-bottom: 2rem;
    hyphens: auto;
    white-space: normal;
    word-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
}.Rxrpricing_card_set .QCximage_grid {
    overflow: hidden;
    height: 200px;
    transition: all 0.5s ease;
    position: relative;
    width: 100%;
}.Rxrpricing_card_set .QCximage_grid::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    content: '';
    left: 0;
    right: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    top: 0;
    opacity: 0;
}.Rxrpricing_card_set .ykCfee_struct:hover .QCximage_grid::after {
    opacity: 1;
}

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

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@media (min-width: 992px) {.Rxrpricing_card_set .zxCbasic_cost {
    flex-direction: row-reverse;
}.Rxrpricing_card_set .Dbklearning_packages {
    padding-right: 3rem;
    justify-content: center;
    flex-direction: column;
    width: 35%;
    display: flex;
    text-align: left;
}.Rxrpricing_card_set .Dbklearning_packages h2 {
    text-align: left;
}.Rxrpricing_card_set .Dbklearning_packages h2::after {
    left: 0;
    transform: none;
}.Rxrpricing_card_set .CLSlearn_pricing {
    margin: 1.5rem 0 0;
}.Rxrpricing_card_set .BNMmember_plans {
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 65%;
}
}

@media (max-width: 991px) {.Rxrpricing_card_set {
    padding: 5rem 0;
}.Rxrpricing_card_set .Dbklearning_packages {
    margin-bottom: 2rem;
}.Rxrpricing_card_set .BNMmember_plans {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media (max-width: 767px) {.Rxrpricing_card_set {
    padding: 4rem 0;
}.Rxrpricing_card_set .wGostudy_fees {
    padding: 2rem 1.5rem;
}.Rxrpricing_card_set .QCximage_grid {
    height: 180px;
}
}

@media (max-width: 575px) {.Rxrpricing_card_set {
    padding: 3rem 0;
}.Rxrpricing_card_set .Dbklearning_packages h2 {
    font-size: calc(32px - 4px);
}.Rxrpricing_card_set .BNMmember_plans {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.Rxrpricing_card_set .wGostudy_fees {
    padding: 1.5rem 1.25rem;
}.Rxrpricing_card_set .QCximage_grid {
    height: 160px;
}
}

@media (hover: none) {.Rxrpricing_card_set .ykCfee_struct:hover {
    transform: none;
}.Rxrpricing_card_set .ykCfee_struct:hover .TLqpay_options {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.Rxrpricing_card_set .ykCfee_struct:hover .QCximage_grid::after {
    opacity: 0;
}.Rxrpricing_card_set .ykCfee_struct:hover .QBnpricing_options::after {
    width: 40px;
}}.BYXgive_it_a_try {
    z-index: 1;
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,192,214), rgb(145,160,190));
}.BYXgive_it_a_try::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 10px
    );
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
}.BYXgive_it_a_try::after {
    width: 100%;
    z-index: 2;
    clip-path: polygon(0% 0%, 2% 100%, 4% 0%, 6% 100%, 8% 0%, 10% 100%, 12% 0%, 14% 100%, 16% 0%, 18% 100%, 20% 0%, 22% 100%, 24% 0%, 26% 100%, 28% 0%, 30% 100%, 32% 0%, 34% 100%, 36% 0%, 38% 100%, 40% 0%, 42% 100%, 44% 0%, 46% 100%, 48% 0%, 50% 100%, 52% 0%, 54% 100%, 56% 0%, 58% 100%, 60% 0%, 62% 100%, 64% 0%, 66% 100%, 68% 0%, 70% 100%, 72% 0%, 74% 100%, 76% 0%, 78% 100%, 80% 0%, 82% 100%, 84% 0%, 86% 100%, 88% 0%, 90% 100%, 92% 0%, 94% 100%, 96% 0%, 98% 100%, 100% 0%);
    left: 0;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    bottom: -5px;
    height: 10px;
    content: "";
}.BYXgive_it_a_try .container {
    margin: 0 auto;
    gap: 3rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(2deg);
}.BYXgive_it_a_try h6 {
    animation: float 6s ease-in-out infinite;
    position: relative;
    color: #ffffff;
    line-height: 1.5;
    transform: translateZ(30px);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
    text-align: center;
    font-size: calc(18px * 1.2);
    letter-spacing: 0.02em;
}.BYXgive_it_a_try .container > div {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
}.BYXgive_it_a_try .container > div::before {
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    top: -1.5rem;
    max-width: 600px;
    position: absolute;
    width: 100%;
}.BYXgive_it_a_try .container > div span {
    transform: translateZ(40px);
    position: relative;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.BYXgive_it_a_try .container > div span:hover {
    transform: translateZ(50px) scale(1.05);
}.BYXgive_it_a_try .gJjquery_box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    font-weight: 600;
    overflow: hidden;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
    transform-style: preserve-3d;
    padding: 1.2rem 2.5rem;
    text-decoration: none;
    color: #000000;
    position: relative;
}.BYXgive_it_a_try .gJjquery_box::before {
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, transparent 20%, rgba(255, 255, 255, 0.2) 40%, transparent 60%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transform: translateX(-100%);
}.BYXgive_it_a_try .gJjquery_box span {
    position: relative;
    z-index: 2;
}.BYXgive_it_a_try .gJjquery_box:hover {
    transform: translateY(-5px) scale(1.02);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.15);
}.BYXgive_it_a_try .gJjquery_box:hover::before {
    transform: translateX(100%);
}.BYXgive_it_a_try .gJjquery_box:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@keyframes float {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(30px) translateY(-10px);
    }
}

@media screen and (min-width: 768px) {.BYXgive_it_a_try {
    padding: 8rem 4rem;
}.BYXgive_it_a_try .container {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}.BYXgive_it_a_try h6 {
    font-size: calc(18px * 1.5);
    text-align: left;
}.BYXgive_it_a_try .container > div {
    justify-content: flex-end;
}.BYXgive_it_a_try .container > div::before {
    transform: translateY(-50%);
    height: 80%;
    max-height: 100px;
    left: -2rem;
    top: 50%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgb(255, 255, 255, 0.5), transparent);
}
}

@media screen and (min-width: 1200px) {.BYXgive_it_a_try {
    padding: 10rem 6rem;
}.BYXgive_it_a_try .container {
    grid-template-columns: 3fr 1fr;
}.BYXgive_it_a_try h6 {
    font-size: calc(18px * 1.8);
    line-height: 1.6;
}.BYXgive_it_a_try .gJjquery_box {
    padding: 1.5rem 3rem;
    font-size: calc(16px * 1.2);
}
}

@media (hover: none) {.BYXgive_it_a_try .container {
    transform: none;
}.BYXgive_it_a_try h6 {
    animation: none;
    transform: none;
}.BYXgive_it_a_try .container > div span {
    transform: none;
}.BYXgive_it_a_try .container > div span:hover {
    transform: none;
}.BYXgive_it_a_try .gJjquery_box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: none;
}
}

@media (prefers-reduced-motion) {.BYXgive_it_a_try h6 {
    animation: none;
}.BYXgive_it_a_try .gJjquery_box::before {
    transition: none;
}}.GNeconfidential_hearth {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    padding: 50px;
    background-color: rgb(218,222,236);
}.GNeconfidential_hearth h1 {
    font-weight: 700;
    font-size: 40px;
    margin: 20px 0;
    color: #000000;
}.GNeconfidential_hearth h2 {
    font-weight: 600;
    font-size: 31px;
    margin: 15px 0;
    color: rgb(183,192,214);
}.GNeconfidential_hearth h3, .GNeconfidential_hearth h4, .GNeconfidential_hearth h5, .GNeconfidential_hearth h6 {
    margin: 1rem 0;
}.GNeconfidential_hearth ul {
    margin: 1rem 0;
    list-style-type: none;
    padding: 0;
}.GNeconfidential_hearth ul li {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #000000;
    font-size: 12px;
}.GNeconfidential_hearth div {
    margin-top: 30px;
}
@media only screen and (max-width: 800px) {.GNeconfidential_hearth {
    padding: 30px;
}.GNeconfidential_hearth h1 {
    font-size: 31px;
}.GNeconfidential_hearth h2 {
    font-size: 23px;
}}header {
    background: linear-gradient(120deg, 
        rgb(183,192,214) 0%, 
        rgb(183,192,214,0.5) 100%
    );
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    top: 0;
    position: fixed;
    left: 0;
    z-index: 1000;
    width: 100%;
}header:before {
    opacity: 0.1;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
}header:after {
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    width: 100%;
    pointer-events: none;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    background-size: 100px 100px;
    top: 0;
}header .yrlheader_main {
    position: relative;
}header .yrlheader_main:before {
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    height: 2px;
    width: 100%;
    bottom: -1px;
    position: absolute;
    content: '';
    opacity: 0.3;
    left: 0;
}header .yrlheader_main:after {
    filter: blur(8px);
    width: 60px;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    content: '';
    height: 60px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 15px 25px;
}header .container:before {
    transform: translateY(-50%);
    background-size: 6px 2px, 6px 2px;
    width: 50px;
    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%);
    background-repeat: repeat-x;
    position: absolute;
    background-position: 0 0, 0 10px;
    content: '';
    height: 30px;
    top: 50%;
    opacity: 0.5;
    pointer-events: none;
    right: 20px;
}header .URwnav_top {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}header .URwnav_top:before {
    content: '';
    top: 50%;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.5;
    position: absolute;
    height: 20px;
    width: 20px;
    transform: translateY(-50%) translateX(-40px);
}header .URwnav_top:after {
    border-radius: 50%;
    height: 20px;
    transform: translateY(-50%) translateX(40px);
    content: '';
    right: 0;
    top: 50%;
    width: 20px;
    position: absolute;
    opacity: 0.5;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .fxnmain_guide {
    align-items: center;
    display: flex;
    gap: 30px;
    position: relative;
}header .fxnmain_guide:before {
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    height: 2px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    content: '';
    bottom: -10px;
    width: 100%;
}header .fxnmain_guide:hover:before {
    opacity: 0.7;
}header .RVCtop_primary {
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding: 8px 0;
    font-size: 14px;
}header .RVCtop_primary:before {
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
    width: 6px;
    left: -12px;
    top: 50%;
    position: absolute;
    height: 6px;
    opacity: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    background: #ffffff;
}header .RVCtop_primary:after {
    transition: all 0.3s ease;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    left: -30px;
    position: absolute;
    top: 50%;
    width: 20px;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
    height: 1px;
}header .RVCtop_primary:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .RVCtop_primary:hover:before {
    left: -20px;
    opacity: 1;
}header .RVCtop_primary:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .YHNhead_site {
    padding: 5px;
    position: relative;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
}header .YHNhead_site:before {
    width: calc(100% + 20px);
    left: -10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    top: -10px;
    height: calc(100% + 20px);
    opacity: 0;
    position: absolute;
    border-radius: 10px;
}header .YHNhead_site:after {
    width: 10px;
    opacity: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    position: absolute;
    top: -5px;
    left: -5px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: #ffffff;
    content: '';
}header .YHNhead_site:hover:before {
    opacity: 1;
}header .YHNhead_site:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .YHNhead_site svg {
    width: auto;
    height: 40px;
    transition: all 0.3s ease;
}header .YHNhead_site:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@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 pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .fxnmain_guide {
    gap: 20px;
}header .YHNhead_site svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .fxnmain_guide {
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    right: -100%;
    height: 100vh;
    gap: 25px;
    position: fixed;
    max-width: 320px;
    background: rgb(183,192,214);
    padding: 80px 30px 30px;
    top: 0;
    width: 80%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1001;
    flex-direction: column;
}header .fxnmain_guide:before {
    bottom: auto;
    top: 60px;
    width: 80%;
    left: 10%;
}header .fxnmain_guide:after {
    pointer-events: none;
    right: 20px;
    height: 30px;
    position: absolute;
    width: 30px;
    border-radius: 50%;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
}header .menu.active {
    right: 0;
}header .RVCtop_primary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 0;
}header .RVCtop_primary:hover {
    transform: translateX(0);
}header .RVCtop_primary:last-child {
    border-bottom: none;
}header .YHNhead_site {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .YHNhead_site svg {
    height: 30px;
}}.UgCcourse_instructor {
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    background: rgb(218,222,236);
}.UgCcourse_instructor::before {
    content: "";
    animation: lineExpand 5s ease-in-out infinite alternate;
    position: absolute;
    height: 1px;
    width: 40%;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(183,192,214,0.5), transparent);
    top: 40%;
    transform-origin: left center;
}.UgCcourse_instructor::after {
    background: linear-gradient(to left, transparent, rgb(145,160,190,0.5), transparent);
    right: 0;
    position: absolute;
    content: "";
    bottom: 40%;
    width: 40%;
    transform-origin: right center;
    height: 1px;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
}.UgCcourse_instructor .ucMreview_showcase {
    grid-template-columns: 1fr 2fr;
    position: relative;
    z-index: 1;
    gap: 4rem;
    display: grid;
    margin: 0 auto;
    max-width: 1100px;
}.UgCcourse_instructor .QCximage_grid {
    height: 400px;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    overflow: hidden;
    width: 100%;
    transform: scale(1);
    filter: grayscale(100%);
    border-radius: 0;
}.UgCcourse_instructor .QCximage_grid::after {
    top: 0;
    left: 0;
    transition: all 0.7s ease;
    content: "";
    width: 100%;
    opacity: 0.5;
    mix-blend-mode: overlay;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(183,192,214,0.5) 0%, transparent 50%);
}.UgCcourse_instructor .omRwork_exp {
    justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
    transition: all 0.7s ease;
    opacity: 0.9;
}.UgCcourse_instructor .omRwork_exp::before {
    height: 70%;
    position: absolute;
    top: 15%;
    width: 1px;
    content: "";
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: -2rem;
}.UgCcourse_instructor .name {
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(46px * 1.2);
    font-weight: 700;
    transform: translateX(0);
    color: #000000;
    transition: all 0.5s ease;
}.UgCcourse_instructor .name::after {
    width: 50px;
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: left;
    bottom: -0.5rem;
    transform: scaleX(0);
    transition: transform 0.5s ease 0.2s;
    content: "";
    background: rgb(183,192,214);
}.UgCcourse_instructor .omRwork_exp div:nth-child(2) {
    transition: all 0.5s ease 0.1s;
    transform: translateX(0);
    text-transform: uppercase;
    color: rgb(145,160,190);
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 3rem;
}.UgCcourse_instructor .ECSexp_projects {
    transform: translateX(0);
    font-weight: 300;
    font-size: 21px;
    transition: all 0.5s ease 0.2s;
    padding-left: 2rem;
    position: relative;
    line-height: 1.8;
    color: #000000;
}.UgCcourse_instructor .ECSexp_projects::before {
    content: "";
    top: -1rem;
    font-size: 4rem;
    left: 0;
    color: rgb(183,192,214,0.5);
    line-height: 1;
    position: absolute;
    font-family: serif;
}.UgCcourse_instructor .ucMreview_showcase:hover .QCximage_grid {
    transform: scale(1.05);
    filter: grayscale(0%);
}.UgCcourse_instructor .ucMreview_showcase:hover .QCximage_grid::after {
    opacity: 0.3;
}.UgCcourse_instructor .ucMreview_showcase:hover .name {
    transform: translateX(10px);
}.UgCcourse_instructor .ucMreview_showcase:hover .name::after {
    transform: scaleX(1);
}.UgCcourse_instructor .ucMreview_showcase:hover .omRwork_exp div:nth-child(2) {
    transform: translateX(20px);
}.UgCcourse_instructor .ucMreview_showcase:hover .ECSexp_projects {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.UgCcourse_instructor .ucMreview_showcase {
    grid-template-columns: 1fr;
    gap: 3rem;
}.UgCcourse_instructor .QCximage_grid {
    width: 80%;
    margin: 0 auto;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    height: 350px;
}.UgCcourse_instructor .omRwork_exp::before {
    left: 20%;
    top: -1.5rem;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 60%;
    height: 1px;
}.UgCcourse_instructor .ucMreview_showcase:hover .name,
    .UgCcourse_instructor .ucMreview_showcase:hover .omRwork_exp div:nth-child(2),
    .UgCcourse_instructor .ucMreview_showcase:hover .ECSexp_projects {
    transform: translateX(0);
}}.vCRcourse_program_details {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    padding: 100px 0;
    min-height: 100vh;
    background: rgb(183,192,214);
    perspective: 1500px;
}.vCRcourse_program_details::before {
    content: "";
    left: 0;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(183,192,214,0.5) 50%, rgb(183,192,214,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(183,192,214,0.5) 50%, rgb(183,192,214,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    width: 100%;
    opacity: 0.08;
    animation: gridPulse 8s linear infinite;
    position: absolute;
    height: 100%;
    z-index: 1;
}.vCRcourse_program_details::after {
    content: "";
    z-index: 2;
    left: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: screen;
    background: 
        radial-gradient(circle at 30% 20%, rgb(183,192,214,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(145,160,190,0.5) 0%, transparent 50%);
    opacity: 0.2;
    position: absolute;
    top: 0;
}.vCRcourse_program_details .container {
    max-width: 1600px;
    z-index: 5;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0 30px;
}.vCRcourse_program_details .ONjeducation_path {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 2fr 3fr;
    position: relative;
    transform-style: preserve-3d;
}.vCRcourse_program_details .lkFeditorial_wrap {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(183,192,214,0.5);
    border-left: 3px solid rgb(183,192,214);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 15;
    position: relative;
    backdrop-filter: blur(20px);
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    transform: translateZ(50px);
}.vCRcourse_program_details .lkFeditorial_wrap::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.05;
    position: absolute;
    left: 0;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(183,192,214,0.5) 50%, rgb(183,192,214,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    top: 0;
}.vCRcourse_program_details .lkFeditorial_wrap::after {
    border-radius: 50%;
    background: 
        conic-gradient(from 0deg, rgb(183,192,214,0.5) 0deg, transparent 120deg);
    opacity: 0.2;
    right: 0;
    height: 150px;
    bottom: 0;
    position: absolute;
    transform: translate(50%, 50%);
    animation: rotateConic 10s linear infinite;
    width: 150px;
    content: "";
}.vCRcourse_program_details .lkFeditorial_wrap h2 {
    text-transform: uppercase;
    text-shadow: 0 0 15px rgb(183,192,214,0.5);
    font-size: 38px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    color: #ffffff;
}.vCRcourse_program_details .lkFeditorial_wrap h2::after {
    left: 0;
    position: absolute;
    width: 100px;
    bottom: 0;
    box-shadow: 0 0 15px rgb(183,192,214);
    background: rgb(183,192,214);
    height: 3px;
    content: "";
}.vCRcourse_program_details .lkFeditorial_wrap .description {
    line-height: 1.9;
    position: relative;
    font-size: 18px;
    opacity: 0.9;
    color: #ffffff;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
}.vCRcourse_program_details .lkFeditorial_wrap .description::before {
    color: rgb(145,160,190);
    left: 0;
    position: absolute;
    content: ">";
    opacity: 0.7;
}.vCRcourse_program_details .lkFeditorial_wrap .description:last-child {
    margin-bottom: 0;
}.vCRcourse_program_details .hud-element {
    border: 1px solid rgb(183,192,214,0.5);
    z-index: 5;
    position: absolute;
    opacity: 0.2;
}.vCRcourse_program_details .QCximage_grid {
    border-radius: 0;
    z-index: 10;
    transform: translateZ(0) rotateY(-10deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    overflow: hidden;
    width: 100%;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    transform-origin: right center;
    height: 650px;
    position: relative;
}.vCRcourse_program_details .QCximage_grid::before {
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
}.vCRcourse_program_details .QCximage_grid::after {
    animation: scanlines 8s linear infinite;
    content: "";
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(183,192,214), 0.1) 2px, rgba(rgb(183,192,214), 0.1) 4px);
    width: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    height: 100%;
    mix-blend-mode: overlay;
    z-index: 2;
    top: 0;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.vCRcourse_program_details {
    padding: 80px 0;
}.vCRcourse_program_details .lkFeditorial_wrap {
    padding: 40px;
}.vCRcourse_program_details .QCximage_grid {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.vCRcourse_program_details {
    padding: 60px 0;
    min-height: auto;
}.vCRcourse_program_details .ONjeducation_path {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.vCRcourse_program_details .lkFeditorial_wrap {
    transform: translateZ(0);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    padding: 30px;
}.vCRcourse_program_details .QCximage_grid {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    transform: translateZ(0) rotateY(0);
}
}

@media screen and (max-width: 767px) {.vCRcourse_program_details {
    padding: 50px 0;
}.vCRcourse_program_details .container {
    padding: 0 20px;
}.vCRcourse_program_details .lkFeditorial_wrap {
    padding: 25px;
}.vCRcourse_program_details .lkFeditorial_wrap h2 {
    padding-bottom: 15px;
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.vCRcourse_program_details .lkFeditorial_wrap .description {
    font-size: calc(18px * 0.95);
    margin-bottom: 20px;
    padding-left: 15px;
}.vCRcourse_program_details .QCximage_grid {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.vCRcourse_program_details {
    padding: 40px 0;
}.vCRcourse_program_details .container {
    padding: 0 15px;
}.vCRcourse_program_details .lkFeditorial_wrap {
    padding: 20px;
}.vCRcourse_program_details .lkFeditorial_wrap h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 20px;
}.vCRcourse_program_details .lkFeditorial_wrap h2::before {
    font-size: 14px;
    top: -20px;
}.vCRcourse_program_details .QCximage_grid {
    height: 280px;
}}.UZBeducational_yield {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(218,222,236) 0%, rgb(145,160,190,0.5) 100%);
    overflow: hidden;
}.UZBeducational_yield::before {
    position: absolute;
    content: "";
    width: 100%;
    pointer-events: none;
    height: 100%;
    top: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.05) 0px,
    rgba(255, 255, 255, 0.05) 2px,
    transparent 2px,
    transparent 10px
  );
    z-index: 1;
    left: 0;
}.UZBeducational_yield::after {
    content: "";
    top: -50%;
    width: 80%;
    transform: rotate(-15deg);
    right: -20%;
    background: radial-gradient(circle at center, rgb(145,160,190,0.5) 0%, transparent 60%);
    height: 200%;
    position: absolute;
    z-index: 0;
}.UZBeducational_yield .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.UZBeducational_yield .tTrstudent_voice {
    gap: 40px;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}.UZBeducational_yield .lkFeditorial_wrap {
    transform: translateY(0);
    flex: 1;
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
}.UZBeducational_yield .lkFeditorial_wrap:hover {
    transform: translateY(-5px);
}.UZBeducational_yield .lkFeditorial_wrap::before {
    width: 5px;
    background: linear-gradient(to bottom, rgb(183,192,214), rgb(145,160,190));
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}.UZBeducational_yield h4 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: calc(21px * 1.1);
    position: relative;
    color: #000000;
    line-height: 1.4;
    letter-spacing: -0.01em;
}.UZBeducational_yield h4::after {
    display: block;
    height: 3px;
    margin-top: 15px;
    content: "";
    width: 70px;
    background: rgb(183,192,214);
}.UZBeducational_yield .lkFeditorial_wrap > div {
    flex-direction: column;
    gap: 20px;
    display: flex;
}.UZBeducational_yield ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.UZBeducational_yield li {
    transform: translateX(0);
    transition: transform 0.4s ease;
    margin-bottom: 20px;
}.UZBeducational_yield li:hover {
    transform: translateX(5px);
}.UZBeducational_yield li p {
    align-items: flex-start;
    color: #000000;
    gap: 15px;
    font-size: 12px;
    display: flex;
    margin: 0;
    line-height: 1.6;
}.UZBeducational_yield li p span:first-child {
    border-radius: 22px;
    padding: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, #ffffff 0%, rgb(218,222,236) 100%);
    justify-content: center;
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.UZBeducational_yield li:hover p span:first-child {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}.UZBeducational_yield li p span:last-child {
    padding-left: 5px;
    position: relative;
    font-weight: 400;
}.UZBeducational_yield li p span:last-child::before {
    bottom: -5px;
    position: absolute;
    background: rgb(145,160,190);
    content: "";
    height: 1px;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
}.UZBeducational_yield li:hover p span:last-child::before {
    width: 100%;
}.UZBeducational_yield svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 24px;
    width: 24px;
}.UZBeducational_yield li:hover svg {
    transform: rotate(15deg);
}.UZBeducational_yield svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,192,214);
}.UZBeducational_yield li:hover svg path {
    fill: rgb(145,160,190);
}.UZBeducational_yield .QCximage_grid {
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
    object-fit: cover;
    max-height: 450px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    width: 100%;
}.UZBeducational_yield .QCximage_grid:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

@media screen and (min-width: 768px) {.UZBeducational_yield {
    padding: 150px 0;
}.UZBeducational_yield .tTrstudent_voice {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.UZBeducational_yield .lkFeditorial_wrap {
    padding: 40px;
}.UZBeducational_yield .lkFeditorial_wrap > div {
    flex-direction: row;
    gap: 30px;
}.UZBeducational_yield h4 {
    font-size: 21px;
}.UZBeducational_yield .QCximage_grid {
    max-height: 550px;
    max-width: 45%;
}
}

@media screen and (min-width: 992px) {.UZBeducational_yield {
    padding: 180px 0;
}.UZBeducational_yield .tTrstudent_voice {
    gap: 80px;
}.UZBeducational_yield h4 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.75);
}.UZBeducational_yield li p {
    font-size: calc(12px * 1.05);
}.UZBeducational_yield .QCximage_grid {
    max-height: 650px;
    max-width: 48%;
}
}

@media screen and (max-width: 767px) {.UZBeducational_yield {
    padding: 80px 0;
}.UZBeducational_yield h4 {
    font-size: calc(22px * 1.2);
}.UZBeducational_yield li p {
    line-height: 1.5;
    font-size: calc(12px * 0.95);
}.UZBeducational_yield li p span:first-child {
    width: 32px;
    height: 32px;
}.UZBeducational_yield svg {
    width: 20px;
    height: 20px;
}.UZBeducational_yield .QCximage_grid {
    max-height: 350px;
}
}

@media screen and (max-width: 480px) {.UZBeducational_yield {
    padding: 60px 0;
}.UZBeducational_yield .lkFeditorial_wrap {
    padding: 20px;
}.UZBeducational_yield h4 {
    margin-bottom: 20px;
}.UZBeducational_yield li {
    margin-bottom: 15px;
}.UZBeducational_yield li p {
    gap: 10px;
}.UZBeducational_yield .QCximage_grid {
    max-height: 280px;
}}.Zizclient_experience {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,222,236) 0%, rgb(218,222,236) 85%, rgb(183,192,214,0.5) 100%);
    padding: 5rem 0;
}.Zizclient_experience::before {
    right: -5%;
    width: 300px;
    height: 300px;
    content: "";
    top: -10%;
    opacity: 0.3;
    z-index: 0;
    background: radial-gradient(circle, rgb(183,192,214,0.5) 0%, transparent 70%);
    position: absolute;
}.Zizclient_experience::after {
    left: -5%;
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    bottom: -10%;
    width: 250px;
    height: 250px;
    content: "";
    background: radial-gradient(circle, rgb(145,160,190,0.5) 0%, transparent 70%);
}.Zizclient_experience .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.Zizclient_experience h2 {
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) rotateX(3deg);
    color: #000000;
    text-align: center;
    font-size: 37px;
    transform-origin: center bottom;
}.Zizclient_experience h2::after {
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(183,192,214) 0%, rgb(145,160,190) 100%);
}.Zizclient_experience .gyauser_voices {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
    display: grid;
    list-style: none;
    padding: 0;
}.Zizclient_experience .ucMreview_showcase {
    background: #ffffff;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.03),
                0 5px 20px rgba(rgb(183,192,214,0.5), 0.1);
    border-radius: 3px;
    transition: transform 0.3s ease, box-shadow 0.4s ease;
    position: relative;
    padding: 25px;
    overflow: hidden;
}.Zizclient_experience .ucMreview_showcase::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(183,192,214) 0%, rgb(145,160,190) 100%);
    width: 100%;
    position: absolute;
    transform: scaleX(0);
    top: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    left: 0;
    height: 3px;
    z-index: 1;
}.Zizclient_experience .ucMreview_showcase:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 10px 30px rgba(rgb(183,192,214,0.5), 0.15);
    transform: translateY(-8px);
}.Zizclient_experience .ucMreview_showcase:hover::before {
    transform: scaleX(1);
}.Zizclient_experience .ucMreview_showcase div {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}.Zizclient_experience .ucMreview_showcase img {
    margin-right: 15px;
    border: 3px solid rgba(rgb(183,192,214,0.5), 0.1);
    width: 60px;
    height: 60px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, border-color 0.3s ease;
    border-radius: 50%;
}.Zizclient_experience .ucMreview_showcase:hover img {
    border-color: rgb(183,192,214,0.5);
    transform: scale(1.05);
}.Zizclient_experience .ucMreview_showcase h4 {
    transition: color 0.3s ease;
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}.Zizclient_experience .ucMreview_showcase:hover h4 {
    color: rgb(183,192,214);
}.Zizclient_experience .ucMreview_showcase .description {
    margin: 0;
    position: relative;
    font-size: 14px;
    color: #000000;
    padding-left: 25px;
    line-height: 1.6;
}.Zizclient_experience .ucMreview_showcase .description::before {
    position: absolute;
    content: "";
    color: rgb(183,192,214,0.5);
    font-size: 48px;
    left: 0;
    opacity: 0.6;
    line-height: 1;
    top: -5px;
}.Zizclient_experience a {
    z-index: 1;
    display: inline-block;
    margin-top: 3rem;
    background: linear-gradient(135deg, rgb(183,192,214) 0%, rgb(145,160,190) 100%);
    box-shadow: 0 5px 15px rgba(rgb(183,192,214,0.5), 0.2);
    border-radius: 2px;
    color: #ffffff;
    font-size: 19px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 28px;
}.Zizclient_experience a::before {
    opacity: 0;
    top: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, rgb(145,160,190) 0%, rgb(183,192,214) 100%);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}.Zizclient_experience a:hover {
    box-shadow: 0 8px 20px rgba(rgb(183,192,214,0.5), 0.3);
    transform: translateY(-3px);
}.Zizclient_experience a:hover::before {
    opacity: 1;
}.Zizclient_experience .tTrstudent_voice {
    align-items: center;
    display: flex;
    flex-direction: column;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.Zizclient_experience .ucMreview_showcase {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}.Zizclient_experience .ucMreview_showcase:nth-child(1) {
    animation-delay: 0.1s;
}.Zizclient_experience .ucMreview_showcase:nth-child(2) {
    animation-delay: 0.2s;
}.Zizclient_experience .ucMreview_showcase:nth-child(3) {
    animation-delay: 0.3s;
}.Zizclient_experience .ucMreview_showcase:nth-child(4) {
    animation-delay: 0.4s;
}.Zizclient_experience .ucMreview_showcase:nth-child(5) {
    animation-delay: 0.5s;
}.Zizclient_experience .ucMreview_showcase:nth-child(6) {
    animation-delay: 0.6s;
}.Zizclient_experience .ucMreview_showcase:nth-child(7) {
    animation-delay: 0.7s;
}


@media (max-width: 1200px) {.Zizclient_experience {
    padding: 4rem 0;
}.Zizclient_experience .gyauser_voices {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.Zizclient_experience h2 {
    font-size: calc(37px * 0.95);
}
}

@media (max-width: 992px) {.Zizclient_experience {
    padding: 3.5rem 0;
}.Zizclient_experience h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.Zizclient_experience .gyauser_voices {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}.Zizclient_experience .ucMreview_showcase {
    padding: 20px;
}.Zizclient_experience .ucMreview_showcase img {
    width: 55px;
    height: 55px;
}
}

@media (max-width: 768px) {.Zizclient_experience {
    padding: 3rem 0;
}.Zizclient_experience h2 {
    margin-bottom: 2rem;
    transform: none;
    font-size: calc(37px * 0.85);
}.Zizclient_experience .gyauser_voices {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}.Zizclient_experience .ucMreview_showcase {
    padding: 18px;
}.Zizclient_experience .ucMreview_showcase img {
    width: 50px;
    margin-right: 12px;
    height: 50px;
}.Zizclient_experience .ucMreview_showcase::before {
    height: 2px;
}.Zizclient_experience .ucMreview_showcase .description {
    padding-left: 20px;
    font-size: calc(14px * 0.95);
}.Zizclient_experience .ucMreview_showcase .description::before {
    font-size: 40px;
}
}

@media (max-width: 576px) {.Zizclient_experience {
    padding: 2.5rem 0;
}.Zizclient_experience h2 {
    font-size: calc(37px * 0.8);
    text-align: left;
    margin-bottom: 1.5rem;
    width: 100%;
}.Zizclient_experience h2::after {
    width: 60px;
    left: 0;
    transform: none;
}.Zizclient_experience .gyauser_voices {
    grid-template-columns: 1fr;
    gap: 15px;
}.Zizclient_experience .ucMreview_showcase {
    padding: 15px;
}.Zizclient_experience .ucMreview_showcase img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}.Zizclient_experience .ucMreview_showcase h4 {
    font-size: calc(23px * 0.9);
}.Zizclient_experience .ucMreview_showcase .description {
    font-size: calc(14px * 0.9);
    padding-left: 18px;
}.Zizclient_experience .ucMreview_showcase .description::before {
    font-size: 36px;
}.Zizclient_experience a {
    margin-top: 2rem;
    padding: 10px 22px;
    font-size: calc(19px * 0.95);
}.Zizclient_experience .tTrstudent_voice {
    align-items: flex-start;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background-size: 300% 300%;
    top: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(183,192,214,0.5) 35%, rgb(145,160,190,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    animation: gradientFlow 20s ease infinite;
    position: absolute;
    opacity: 0.75;
    bottom: 0;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
}footer::after {
    background-size: 50px 50px;
    z-index: -1;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(183,192,214,0.5) 25%, rgb(183,192,214,0.5) 26%, transparent 27%, transparent 74%, rgb(145,160,190,0.5) 75%, rgb(145,160,190,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(183,192,214,0.5) 25%, rgb(183,192,214,0.5) 26%, transparent 27%, transparent 74%, rgb(145,160,190,0.5) 75%, rgb(145,160,190,0.5) 76%, transparent 77%, transparent);
    position: absolute;
    right: 0;
    opacity: 0.15;
    left: 0;
    top: 0;
    bottom: 0;
}.TKbtraining_zone {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}.TKbtraining_zone::before {
    box-shadow: 0 0 20px rgb(183,192,214,0.5);
    top: 0;
    opacity: 0.8;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(183,192,214), rgb(145,160,190), transparent);
    height: 2px;
    left: 0;
}.TKbtraining_zone .container {
    justify-content: space-between;
    gap: 3rem;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.TKbtraining_zone .company_holder {
    padding: 2rem;
    flex: 1 1 350px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    backdrop-filter: blur(8px);
    overflow: hidden;
}.TKbtraining_zone .company_holder::before {
    content: "";
    top: 0;
    transform: translateY(-1px);
    height: 1px;
    width: 200%;
    left: -50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(183,192,214), transparent);
}.TKbtraining_zone .company_holder::after {
    transform: translateY(1px);
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(145,160,190), transparent);
}.TKbtraining_zone .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(183,192,214,0.5);
    transform: translateY(-5px);
}.TKbtraining_zone .company_holder h3 {
    font-size: 35px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 0 1.5rem;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(183,192,214,0.5);
}.TKbtraining_zone .company_holder h3::after {
    height: 3px;
    transition: width 0.3s ease-out;
    box-shadow: 0 0 10px rgb(183,192,214);
    width: 50px;
    content: "";
    background: linear-gradient(90deg, rgb(183,192,214), rgb(145,160,190));
    border-radius: 10px;
    position: absolute;
    bottom: -8px;
    left: 0;
}.TKbtraining_zone .company_holder:hover h3::after {
    width: 100%;
}.TKbtraining_zone .jtHreferral_prog {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    text-shadow: 0 0 10px #000000;
    max-width: 100%;
    opacity: 0.85;
}.TKbtraining_zone .GNYlesson_cta {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.TKbtraining_zone .QfJhead_base {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.TKbtraining_zone .fxnmain_guide {
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    backdrop-filter: blur(8px);
    border-radius: 24px;
    transition: all 0.4s ease;
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    min-width: 250px;
}.TKbtraining_zone .fxnmain_guide::before {
    height: 1px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(145,160,190), transparent);
    width: 200%;
    left: -50%;
    content: "";
    transform: translateY(-1px);
}.TKbtraining_zone .fxnmain_guide::after {
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(183,192,214), transparent);
    position: absolute;
    transform: translateY(1px);
    left: 0;
    width: 100%;
    height: 1px;
}.TKbtraining_zone .fxnmain_guide:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(145,160,190,0.5);
}.TKbtraining_zone .fxnmain_guide h5 {
    color: #ffffff;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 20px;
    text-shadow: 0 0 15px rgb(145,160,190,0.5);
    margin: 0 0 1.5rem;
    font-weight: 600;
    display: inline-block;
}.TKbtraining_zone .fxnmain_guide h5::after {
    bottom: -8px;
    background: linear-gradient(90deg, rgb(145,160,190), rgb(183,192,214));
    left: 0;
    width: 40px;
    transition: width 0.3s ease-out;
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(145,160,190);
}.TKbtraining_zone .fxnmain_guide:hover h5::after {
    width: 100%;
}.TKbtraining_zone .fxnmain_guide .QfJhead_base {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.TKbtraining_zone .fxnmain_guide .QfJhead_base a {
    transition: all 0.3s ease;
    opacity: 0.8;
    font-size: 18px;
    display: block;
    position: relative;
    padding: 0.5rem 1rem;
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    text-shadow: 0 0 5px #000000;
}.TKbtraining_zone .fxnmain_guide .QfJhead_base a::before {
    width: 3px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(183,192,214), rgb(145,160,190));
    transition: all 0.3s ease;
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0.5;
    height: 100%;
    content: "";
}.TKbtraining_zone .fxnmain_guide .QfJhead_base a::after {
    height: 100%;
    width: 0;
    top: 0;
    content: "";
    z-index: -1;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
}.TKbtraining_zone .fxnmain_guide .QfJhead_base a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(145,160,190,0.5);
}.TKbtraining_zone .fxnmain_guide .QfJhead_base a:hover::before {
    box-shadow: 0 0 10px rgb(183,192,214);
    opacity: 1;
    width: 5px;
}.TKbtraining_zone .fxnmain_guide .QfJhead_base a:hover::after {
    width: 100%;
    opacity: 0.2;
}.jVHdata_viz {
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    margin-top: 2rem;
}.jVHdata_viz::before {
    opacity: 0.5;
    height: 1px;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(183,192,214), rgb(145,160,190), transparent);
    left: 0;
    position: absolute;
}.jVHdata_viz .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.jVHdata_viz .jvhyoutube_chan {
    opacity: 0.7;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 12px;
    text-shadow: 0 0 5px #000000;
    text-align: center;
}.jVHdata_viz .jvhyoutube_chan:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(145,160,190,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.TKbtraining_zone .container {
    gap: 2rem;
}.TKbtraining_zone .company_holder {
    flex: 1 1 320px;
}.TKbtraining_zone .GNYlesson_cta {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.TKbtraining_zone {
    padding: 3.5rem 0 2rem;
}.TKbtraining_zone .container {
    flex-direction: column;
    gap: 2rem;
}.TKbtraining_zone .company_holder,
    .TKbtraining_zone .GNYlesson_cta {
    min-width: 100%;
    flex: 1 1 100%;
}.TKbtraining_zone .fxnmain_guide {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.TKbtraining_zone {
    padding: 3rem 0 1.5rem;
}.TKbtraining_zone .company_holder,
    .TKbtraining_zone .fxnmain_guide {
    padding: 1.5rem;
}.TKbtraining_zone .QfJhead_base {
    gap: 1.5rem;
}.TKbtraining_zone .company_holder h3 {
    font-size: calc(35px - 2px);
}.TKbtraining_zone .fxnmain_guide h5 {
    font-size: calc(20px - 1px);
}.TKbtraining_zone .company_holder:hover,
    .TKbtraining_zone .fxnmain_guide:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.TKbtraining_zone {
    padding: 2.5rem 0 1rem;
}.TKbtraining_zone .QfJhead_base {
    gap: 1rem;
}.TKbtraining_zone .fxnmain_guide {
    min-width: 100%;
    flex: 1 1 100%;
}.TKbtraining_zone .fxnmain_guide .QfJhead_base a {
    padding: 0.4rem 0.8rem;
}.TKbtraining_zone .fxnmain_guide .QfJhead_base a:hover {
    padding-left: 1.2rem;
}.jVHdata_viz {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.TKbtraining_zone .company_holder:hover,
    .TKbtraining_zone .fxnmain_guide:hover {
    transform: translateY(-2px);
}}.eRFinfo_hub {
    background: linear-gradient(135deg, rgb(183,192,214,0.5) 0%, rgb(218,222,236) 40%, rgb(218,222,236) 60%, rgb(145,160,190,0.5) 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.eRFinfo_hub::before {
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.6;
    background: 
        radial-gradient(circle at 15% 15%, rgb(183,192,214,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(145,160,190,0.5) 0%, transparent 25%),
        radial-gradient(circle at 75% 25%, rgb(183,192,214,0.5) 0%, transparent 15%),
        radial-gradient(circle at 25% 65%, rgb(145,160,190,0.5) 0%, transparent 20%);
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
}.eRFinfo_hub::after {
    z-index: 1;
    top: 0;
    height: 100%;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    position: absolute;
    animation: patternShift 60s linear infinite;
    background-size: 100px 100px;
    background-image: 
        linear-gradient(45deg, rgb(218,222,236) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(218,222,236) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(218,222,236) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(218,222,236) 75%);
    width: 100%;
    left: 0;
    content: '';
    opacity: 0.03;
}.eRFinfo_hub .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.eRFinfo_hub .CyJfeedback_form {
    position: relative;
    flex-direction: column;
    align-items: center;
    display: flex;
}.eRFinfo_hub h3 {
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #000000;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 32px;
}.eRFinfo_hub h3::after {
    position: absolute;
    content: '';
    background: rgb(183,192,214);
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    bottom: 0;
    left: 50%;
}.eRFinfo_hub .lxGinstant_request {
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: 12px;
    max-width: 700px;
    color: #000000;
    text-align: center;
}.eRFinfo_hub .Fhsconnect_block {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    perspective: 1000px;
    gap: 20px;
    justify-content: center;
}.eRFinfo_hub .Fhsconnect_block > span {
    display: flex;
    padding-left: 70px;
    z-index: 1;
    transform-style: preserve-3d;
    min-width: 250px;
    border-radius: 0 0  10px 10px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    padding: 25px;
    flex: 1 1 calc(33.333% - 20px);
    flex-direction: column;
    max-width: 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.eRFinfo_hub .Fhsconnect_block > span:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) rotateY(5deg);
}.eRFinfo_hub .Fhsconnect_block > span::before {
    position: absolute;
    top: 0;
    height: 5px;
    right: 0;
    background: linear-gradient(to right, rgb(183,192,214), rgb(145,160,190));
    transform: translateZ(1px);
    content: '';
    left: 0;
}.eRFinfo_hub .Fhsconnect_block > span::after {
    opacity: 0;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    width: 40px;
    background: #ffffff;
    top: 5px;
    transform: translateZ(1px) scale(0);
    left: 25px;
    content: '';
    transition: opacity 0.5s ease, transform 0.5s ease;
    height: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.eRFinfo_hub .Fhsconnect_block > span p {
    font-weight: 600;
    font-size: calc(12px - 1px);
    margin-bottom: 5px;
    color: rgb(183,192,214);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}.eRFinfo_hub .Fhsconnect_block > span > span {
    color: #000000;
    font-weight: 600;
    font-size: 12px;
}.eRFinfo_hub .Fhsconnect_block > span a {
    z-index: 2;
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
    position: relative;
}.eRFinfo_hub .Fhsconnect_block > span a:hover {
    color: rgb(183,192,214);
}.eRFinfo_hub .Fhsconnect_block > span svg {
    position: absolute;
    top: 25px;
    stroke-linecap: round;
    transform: translateZ(5px);
    transform-style: preserve-3d;
    z-index: 2;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    stroke-width: 2px;
    left: 25px;
    width: 30px;
    transition: transform 0.5s ease, filter 0.5s ease;
    height: 30px;
    stroke-linejoin: round;
    fill: none;
    stroke: rgb(183,192,214);
}.eRFinfo_hub .Fhsconnect_block > span:nth-child(2n) svg {
    stroke: rgb(145,160,190);
}.eRFinfo_hub .Fhsconnect_block > span:hover svg {
    transform: translateZ(15px) scale(1.2);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}.eRFinfo_hub .Fhsconnect_block > span svg path {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
}.eRFinfo_hub .NMDinfo_request {
    margin-top: 50px;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}.eRFinfo_hub .NMDinfo_request::before {
    z-index: 0;
    background: linear-gradient(135deg, rgb(183,192,214,0.5) 0%, transparent 70%);
    width: 100%;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
}.eRFinfo_hub .NMDinfo_request h4 {
    font-weight: 700;
    display: flex;
    text-align: center;
    z-index: 1;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    position: relative;
    color: #000000;
    justify-content: center;
    font-size: 18px;
}.eRFinfo_hub .NMDinfo_request h4 svg {
    width: 24px;
    stroke-linecap: round;
    stroke-width: 2px;
    height: 24px;
    fill: none;
    stroke-linejoin: round;
    stroke: rgb(183,192,214);
}.eRFinfo_hub .NMDinfo_request h4::after {
    content: '';
    width: 30px;
    height: 2px;
    background: rgb(145,160,190);
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
}.eRFinfo_hub .NMDinfo_request span {
    display: inline-flex;
    margin: 5px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #000000;
    z-index: 1;
    padding: 10px 20px;
    align-items: center;
}.eRFinfo_hub .NMDinfo_request span svg {
    stroke: rgb(145,160,190);
    height: 16px;
    fill: none;
    margin-right: 8px;
    stroke-linejoin: round;
    width: 16px;
    stroke-linecap: round;
    stroke-width: 2px;
    transition: transform 0.3s ease;
}.eRFinfo_hub .NMDinfo_request span:hover {
    transform: translateY(-3px);
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgb(183,192,214,0.5);
}.eRFinfo_hub .NMDinfo_request span:hover svg {
    transform: rotate(360deg);
}@keyframes patternShift {
    0% {
        background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    }
    100% {
        background-position: 500px 500px, 500px 550px, 550px 450px, 450px 500px;
    }
}
@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.eRFinfo_hub .Fhsconnect_block > span:nth-child(3n+1) {
    animation-delay: 0s;
    animation: floatAnimation 4s ease-in-out infinite;
}.eRFinfo_hub .Fhsconnect_block > span:nth-child(3n+2) {
    animation: floatAnimation 4s ease-in-out infinite;
    animation-delay: 1.3s;
}.eRFinfo_hub .Fhsconnect_block > span:nth-child(3n+3) {
    animation-delay: 2.6s;
    animation: floatAnimation 4s ease-in-out infinite;
}
@media (max-width: 991px) {.eRFinfo_hub {
    padding: 70px 0;
}.eRFinfo_hub h3 {
    font-size: calc(32px - 2px);
}.eRFinfo_hub .lxGinstant_request {
    margin-bottom: 40px;
}.eRFinfo_hub .Fhsconnect_block > span {
    flex: 1 1 calc(50% - 20px);
}.eRFinfo_hub .Fhsconnect_block > span svg {
    width: 28px;
    height: 28px;
}.eRFinfo_hub .NMDinfo_request h4 svg {
    width: 22px;
    height: 22px;
}
}
@media (max-width: 767px) {.eRFinfo_hub {
    padding: 60px 0;
}.eRFinfo_hub h3 {
    font-size: calc(32px - 4px);
}.eRFinfo_hub .lxGinstant_request {
    margin-bottom: 30px;
}.eRFinfo_hub .Fhsconnect_block {
    gap: 15px;
}.eRFinfo_hub .Fhsconnect_block > span {
    padding-left: 60px;
    max-width: 100%;
    padding: 20px;
    flex: 1 1 100%;
}.eRFinfo_hub .NMDinfo_request {
    margin-top: 30px;
    padding: 25px;
}.eRFinfo_hub .NMDinfo_request span {
    padding: 8px 15px;
}.eRFinfo_hub .Fhsconnect_block > span:nth-child(n) {
    animation: none;
}.eRFinfo_hub .Fhsconnect_block > span svg {
    width: 24px;
    top: 20px;
    height: 24px;
    left: 20px;
}.eRFinfo_hub .NMDinfo_request h4 svg {
    height: 20px;
    width: 20px;
}.eRFinfo_hub .NMDinfo_request span svg {
    margin-right: 6px;
    width: 14px;
    height: 14px;
}
}
@media (max-width: 479px) {.eRFinfo_hub {
    padding: 50px 0;
}.eRFinfo_hub h3 {
    font-size: calc(32px - 6px);
}.eRFinfo_hub .lxGinstant_request {
    margin-bottom: 25px;
    font-size: calc(12px - 1px);
}.eRFinfo_hub .Fhsconnect_block > span {
    padding: 15px;
    padding-left: 50px;
}.eRFinfo_hub .Fhsconnect_block > span svg {
    height: 20px;
    top: 15px;
    width: 20px;
    left: 15px;
}.eRFinfo_hub .NMDinfo_request {
    padding: 20px 15px;
}.eRFinfo_hub .NMDinfo_request h4 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}.eRFinfo_hub .NMDinfo_request h4 svg {
    width: 18px;
    height: 18px;
}.eRFinfo_hub .NMDinfo_request span {
    font-size: calc(12px - 1px);
    padding: 6px 12px;
    margin: 3px;
}.eRFinfo_hub .NMDinfo_request span svg {
    width: 12px;
    margin-right: 4px;
    height: 12px;
}
}
@media (hover: none) {.eRFinfo_hub .Fhsconnect_block > span:hover,
    .eRFinfo_hub .NMDinfo_request span:hover {
    background: #ffffff;
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.eRFinfo_hub .NMDinfo_request span:hover {
    color: #000000;
    background: rgba(0, 0, 0, 0.03);
}.eRFinfo_hub .Fhsconnect_block > span a:hover {
    color: #000000;
}.eRFinfo_hub .Fhsconnect_block > span:hover svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transform: translateZ(5px);
}.eRFinfo_hub .Fhsconnect_block > span:hover svg path {
    animation: none;
    stroke-dasharray: 0;
}.eRFinfo_hub .NMDinfo_request span:hover svg {
    transform: none;
}}.tJjthanksPage {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,192,214,0.5) 0%, rgb(218,222,236) 100%);
    padding: 120px 0;
    position: relative;
}.tJjthanksPage::before {
    background-size: 60px 60px;
    z-index: 1;
    height: 100%;
    opacity: 0.1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    animation: patternShift 30s infinite linear;
    width: 100%;
    background-image: 
        linear-gradient(30deg, rgb(183,192,214,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(183,192,214,0.5) 1px, transparent 1px);
}.tJjthanksPage::after {
    position: absolute;
    top: -50%;
    animation: lightPulse 10s infinite ease-in-out;
    z-index: 0;
    content: "";
    height: 200%;
    opacity: 0.15;
    transform: translateZ(0);
    left: -50%;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    width: 200%;
}.tJjthanksPage .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.tJjthanksPage .tTrstudent_voice {
    border-radius: 10px;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    padding: 60px;
}.tJjthanksPage .tTrstudent_voice::before {
    right: -5px;
    left: -5px;
    content: "";
    bottom: -5px;
    background: linear-gradient(45deg, 
        rgb(183,192,214) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(145,160,190) 100%);
    position: absolute;
    top: -5px;
    transition: opacity 0.6s ease, filter 0.6s ease;
    opacity: 0.6;
    border-radius: calc(10px + 5px);
    filter: blur(8px);
    z-index: -1;
}.tJjthanksPage .tTrstudent_voice:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
}.tJjthanksPage .tTrstudent_voice:hover::before {
    filter: blur(12px);
    opacity: 0.8;
}.tJjthanksPage .tTrstudent_voice > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}.tJjthanksPage .tTrstudent_voice > div:first-child::after {
    left: 0;
    animation: lineExtend 1.5s ease-out forwards;
    content: "";
    bottom: -10px;
    width: 80px;
    transform-origin: left center;
    position: absolute;
    background: linear-gradient(90deg, rgb(183,192,214), rgb(145,160,190));
    height: 4px;
    border-radius: 2px;
}.tJjthanksPage h5 {
    opacity: 0;
    font-size: 22px;
    transform: translateX(0);
    color: #000000;
    line-height: 1.4;
    padding: 0;
    font-family: Arial, sans-serif;
    margin: 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    font-weight: 700;
    animation: slideIn 0.8s 0.2s ease-out forwards;
}.tJjthanksPage .tTrstudent_voice > div:last-child {
    overflow: hidden;
    position: relative;
}.tJjthanksPage a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease;
}.tJjthanksPage a:hover {
    transform: translateX(5px);
}.tJjthanksPage p {
    font-size: 17px;
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    padding: 0;
    margin: 0;
    animation: fadeIn 1s 0.5s ease-out forwards;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}

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

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

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

@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}

@media (max-width: 992px) {.tJjthanksPage {
    padding: 90px 0;
}.tJjthanksPage .tTrstudent_voice {
    transform: perspective(1000px) rotateX(1deg);
    padding: 50px 40px;
}.tJjthanksPage h5 {
    font-size: calc(22px - 0.1rem);
}
}

@media (max-width: 768px) {.tJjthanksPage {
    padding: 70px 0;
}.tJjthanksPage .tTrstudent_voice {
    padding: 40px 30px;
    transform: none;
}.tJjthanksPage h5 {
    font-size: calc(22px - 0.2rem);
}.tJjthanksPage p {
    font-size: calc(17px - 0.05rem);
    line-height: 1.7;
}.tJjthanksPage .tTrstudent_voice > div:first-child::after {
    width: 60px;
}
    
    @keyframes lineExtend {
        100% { width: 60px; }
    }
}

@media (max-width: 576px) {.tJjthanksPage {
    padding: 50px 0;
}.tJjthanksPage .tTrstudent_voice {
    padding: 30px 20px;
}.tJjthanksPage h5 {
    font-size: calc(22px - 0.3rem);
}.tJjthanksPage p {
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
}.tJjthanksPage .tTrstudent_voice > div:first-child {
    margin-bottom: 25px;
}.tJjthanksPage .tTrstudent_voice > div:first-child::after {
    height: 3px;
    width: 50px;
}
    
    @keyframes lineExtend {
        100% { width: 50px; }
    }
}

@media (hover: none) {.tJjthanksPage .tTrstudent_voice:hover {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}.tJjthanksPage .tTrstudent_voice:hover::before {
    filter: blur(8px);
    opacity: 0.6;
}.tJjthanksPage a:hover {
    transform: none;
}}.uZdtitle_portal {
    background: linear-gradient(145deg, rgb(218,222,236), rgba(245, 248, 253, 0.9));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    padding: 5rem 1.5rem;
}.uZdtitle_portal::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(183,192,214,0.5),
        transparent 2px,
        transparent 10px
    );
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
}.uZdtitle_portal h1 {
    letter-spacing: 0.5px;
    position: relative;
    color: rgb(183,192,214);
    display: inline-block;
    transform: translateX(2rem);
    font-size: 19px;
    z-index: 2;
    font-weight: 600;
    margin-bottom: 2rem;
}.uZdtitle_portal h1::after {
    bottom: -8px;
    background: rgb(145,160,190);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    width: 40%;
    transform: scaleX(0);
    height: 3px;
    content: "";
    transform-origin: left;
}.uZdtitle_portal:hover h1::after {
    transform: scaleX(1);
}.uZdtitle_portal .tTrstudent_voice {
    grid-template-columns: 1fr;
    gap: 2rem;
    z-index: 2;
    display: grid;
    position: relative;
}.uZdtitle_portal .lkFeditorial_wrap {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 2rem;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
    position: relative;
    z-index: 3;
}.uZdtitle_portal .lkFeditorial_wrap:hover {
    transform: translateY(-5px);
}.uZdtitle_portal ol {
    counter-reset: item;
    list-style: none;
    padding: 0;
    margin: 0;
}.uZdtitle_portal ol li {
    position: relative;
    margin-bottom: 1.5rem;
}.uZdtitle_portal .LvEstart_first {
    position: relative;
    padding: 1rem 0;
}.uZdtitle_portal .LvEstart_first p {
    margin-top: 1.5rem;
    color: #000000;
    line-height: 1.7;
    transition: transform 0.3s ease;
    font-weight: 400;
    border-left: 2px solid rgb(183,192,214,0.5);
    padding-left: 0.5rem;
    position: relative;
    font-size: 13px;
}.uZdtitle_portal .LvEstart_first:hover p {
    transform: translateX(5px);
}.uZdtitle_portal svg {
    height: 80px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 80px;
    margin-bottom: 1rem;
}.uZdtitle_portal .LvEstart_first:hover svg {
    transform: scale(1.05) rotate(5deg);
}.uZdtitle_portal svg path {
    fill: rgb(183,192,214);
    transition: fill 0.3s ease;
}.uZdtitle_portal .LvEstart_first:hover svg path {
    fill: rgb(145,160,190);
}.uZdtitle_portal svg text {
    transition: fill 0.3s ease;
}.uZdtitle_portal .LvEstart_first:hover svg text {
    fill: rgb(145,160,190);
}.uZdtitle_portal .gJjquery_box {
    font-size: 17px;
    text-decoration: none;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.3);
    background: linear-gradient(135deg, rgb(183,192,214), rgb(145,160,190));
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: none;
    position: relative;
    padding: 1rem 2rem;
    overflow: hidden;
    font-weight: 600;
    display: inline-block;
    border-radius: 10px;
}.uZdtitle_portal .gJjquery_box::before {
    z-index: -1;
    left: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(145,160,190), rgb(183,192,214));
    top: 0;
    content: "";
    opacity: 0;
}.uZdtitle_portal .gJjquery_box:hover {
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.4);
    transform: translateY(-3px);
}.uZdtitle_portal .gJjquery_box:hover::before {
    opacity: 1;
}.uZdtitle_portal .QCximage_grid {
    transform: perspective(1000px) rotateY(0deg);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 300px;
}.uZdtitle_portal .QCximage_grid::before {
    z-index: 1;
    height: 100%;
    content: "";
    transition: opacity 0.3s ease;
    top: 0;
    opacity: 0.8;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(94, 170, 168, 0.6)
    );
    width: 100%;
    position: absolute;
    left: 0;
}.uZdtitle_portal .QCximage_grid:hover {
    transform: perspective(1000px) rotateY(5deg) scale(1.02);
}.uZdtitle_portal .QCximage_grid:hover::before {
    opacity: 0.6;
}

@media (min-width: 768px) {.uZdtitle_portal {
    padding: 6rem 3rem;
}.uZdtitle_portal h1 {
    transform: translateX(3rem);
    font-size: calc(19px * 1.2);
}.uZdtitle_portal .tTrstudent_voice {
    align-items: center;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
}.uZdtitle_portal .lkFeditorial_wrap {
    padding: 3rem;
    transform: translateX(-2rem);
}.uZdtitle_portal .QCximage_grid {
    transform: translateX(2rem) perspective(1000px) rotateY(-5deg);
    height: 400px;
}.uZdtitle_portal .QCximage_grid:hover {
    transform: translateX(2rem) perspective(1000px) rotateY(0deg) scale(1.03);
}.uZdtitle_portal svg {
    height: 100px;
    width: 100px;
}
}

@media (min-width: 992px) {.uZdtitle_portal {
    padding: 8rem 4rem;
}.uZdtitle_portal h1 {
    font-size: calc(19px * 1.5);
}.uZdtitle_portal .tTrstudent_voice {
    grid-template-columns: 6fr 4fr;
    gap: 4rem;
}.uZdtitle_portal .LvEstart_first p {
    padding-left: 1rem;
    font-size: calc(13px * 1.1);
    margin-top: 2rem;
}.uZdtitle_portal .QCximage_grid {
    height: 500px;
}.uZdtitle_portal .gJjquery_box {
    padding: 1.2rem 2.5rem;
    font-size: calc(17px * 1.1);
}
}

@media (min-width: 1200px) {.uZdtitle_portal::after {
    border-radius: 50%;
    height: 200px;
    filter: blur(80px);
    right: -50px;
    background: rgb(183,192,214,0.5);
    top: -50px;
    z-index: 0;
    content: "";
    width: 200px;
    position: absolute;
    opacity: 0.3;
}.uZdtitle_portal .tTrstudent_voice {
    gap: 5rem;
    grid-template-columns: 7fr 5fr;
}.uZdtitle_portal .QCximage_grid {
    height: 550px;
}
}

@media (max-width: 767px) {.uZdtitle_portal .lkFeditorial_wrap {
    order: 2;
}.uZdtitle_portal .QCximage_grid {
    order: 1;
}}.lzSfuture_learners {
    position: relative;
    z-index: 1;
    background: rgb(218,222,236);
    overflow: hidden;
    padding: 5rem 0;
}.lzSfuture_learners::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(145,160,190,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(183,192,214,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(145,160,190,0.5), 0.05) 75%,
        transparent 100%
    );
    left: 0;
    height: 100%;
    top: 0;
}.lzSfuture_learners::after {
    content: "";
    position: absolute;
    opacity: 0.5;
    top: 0;
    background-position: 0 0, 25px 25px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: 
        radial-gradient(rgba(rgb(183,192,214,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(145,160,190,0.5), 0.1) 2px, transparent 2px);
    background-size: 50px 50px, 100px 100px;
    left: 0;
}.lzSfuture_learners .tTrstudent_voice {
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    padding: 0 2rem;
}.lzSfuture_learners h3 {
    color: rgb(145,160,190);
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: left;
    position: relative;
    padding-left: 2rem;
    font-size: 32px;
}.lzSfuture_learners h3::before {
    background: linear-gradient(
        to bottom,
        rgb(145,160,190),
        rgb(183,192,214)
    );
    content: "";
    border-radius: 10px;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    position: absolute;
}.lzSfuture_learners ul {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    margin: 0;
}.lzSfuture_learners ul::before {
    height: 100%;
    z-index: -1;
    left: 50%;
    content: "";
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(183,192,214,0.5), 0.3),
        transparent
    );
    width: 1px;
    position: absolute;
}.lzSfuture_learners li {
    background: rgba(rgb(145,160,190,0.5), 0.03);
    transition: all 0.3s ease;
    border-radius: 11px;
    align-items: flex-start;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(145,160,190,0.5), 0.1);
    display: flex;
    padding: 1.5rem;
    position: relative;
}.lzSfuture_learners li::before {
    transition: opacity 0.4s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(183,192,214,0.5), 0.5),
        transparent
    );
    height: 4px;
    top: 0;
    content: "";
    right: 0;
    border-radius: 10px 10px 0 0;
    position: absolute;
    opacity: 0;
    left: 0;
}.lzSfuture_learners li::after {
    left: -10px;
    top: -10px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(rgb(183,192,214,0.5), 0.15) 0%,
        transparent 70%
    );
    height: 40px;
    z-index: -1;
    position: absolute;
    width: 40px;
}.lzSfuture_learners li:hover {
    background: rgba(rgb(145,160,190,0.5), 0.05);
    transform: translateY(-5px);
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(183,192,214,0.5), 0.2);
}.lzSfuture_learners li:hover::before {
    opacity: 1;
}.lzSfuture_learners li:nth-child(odd)::after {
    right: -10px;
    animation: pulseEven 3s infinite alternate ease-in-out;
    left: auto;
}.lzSfuture_learners li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}.lzSfuture_learners li svg {
    fill: rgb(183,192,214);
    margin-right: 1rem;
    width: 32px;
    position: relative;
    height: 32px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}.lzSfuture_learners li svg::after {
    border-radius: 50%;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    background: radial-gradient(
        circle,
        rgba(rgb(183,192,214,0.5), 0.3) 0%,
        transparent 70%
    );
    content: "";
}.lzSfuture_learners li svg path {
    fill: rgb(183,192,214);
    transition: fill 0.3s ease;
}.lzSfuture_learners li:hover svg {
    transform: scale(1.1);
    animation: pulse 2s infinite;
}.lzSfuture_learners li:hover svg path {
    fill: rgb(183,192,214);
}.lzSfuture_learners li {
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
}

@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(183,192,214,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(183,192,214,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(183,192,214,0.5), 0.5));
    }
}

@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

@media (max-width: 992px) {.lzSfuture_learners {
    padding: 4rem 0;
}.lzSfuture_learners h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
}.lzSfuture_learners ul {
    gap: 1.5rem 1.2rem;
}
}

@media (max-width: 768px) {.lzSfuture_learners {
    padding: 3.5rem 0;
}.lzSfuture_learners .tTrstudent_voice {
    padding: 0 1.5rem;
}.lzSfuture_learners h3 {
    font-size: calc(32px * 0.8);
    text-align: center;
    padding-left: 0;
    margin-bottom: 2rem;
}.lzSfuture_learners h3::before {
    top: auto;
    bottom: -12px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
}.lzSfuture_learners ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.lzSfuture_learners ul::before {
    display: none;
}
}

@media (max-width: 480px) {.lzSfuture_learners {
    padding: 3rem 0;
}.lzSfuture_learners .tTrstudent_voice {
    padding: 0 1rem;
}.lzSfuture_learners h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.8rem;
}.lzSfuture_learners h3::before {
    height: 3px;
    width: 60px;
}.lzSfuture_learners li {
    padding: 1.2rem;
}.lzSfuture_learners li svg {
    height: 28px;
    margin-right: 0.8rem;
    width: 28px;
}.lzSfuture_learners li::after {
    width: 30px;
    height: 30px;
    left: -8px;
    top: -8px;
}}.zgKsubscribe_to_newsletter {
    overflow: hidden;
    padding: 5rem 3rem;
    position: relative;
    perspective: 1200px;
    background: linear-gradient(125deg, rgb(218,222,236) 0%, rgba(0, 0, 0, 0.5) 100%);
}.zgKsubscribe_to_newsletter::before {
    width: 60%;
    height: 140%;
    opacity: 0.15;
    content: "";
    position: absolute;
    animation: float-panel 15s ease-in-out infinite alternate;
    transform: rotateY(-20deg) rotateX(10deg);
    z-index: 1;
    left: -10%;
    top: -10%;
    filter: blur(2px);
    background: rgb(183,192,214,0.5);
}.zgKsubscribe_to_newsletter::after {
    position: absolute;
    top: -20%;
    height: 140%;
    width: 70%;
    content: "";
    right: -10%;
    background: rgb(145,160,190,0.5);
    opacity: 0.2;
    z-index: 1;
    transform: rotateY(20deg) rotateX(-5deg);
    animation: float-panel-reverse 12s ease-in-out infinite alternate;
}.zgKsubscribe_to_newsletter .tTrstudent_voice {
    gap: 2rem;
    align-items: center;
    position: relative;
    display: flex;
    transform-style: preserve-3d;
    z-index: 2;
    justify-content: space-between;
}.zgKsubscribe_to_newsletter p {
    line-height: 1.5;
    font-weight: 700;
    transform: translateZ(30px) rotateY(-5deg);
    flex: 0 0 40%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 19px;
    padding-left: 2rem;
    position: relative;
}.zgKsubscribe_to_newsletter p::before {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(183,192,214), rgb(145,160,190));
    opacity: 0.8;
    height: 100%;
    top: 0;
    transform: translateZ(10px) translateX(-5px) rotateY(15deg);
    width: 5px;
}.zgKsubscribe_to_newsletter .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 1rem;
    transform: translateZ(50px) rotateY(5deg);
    flex: 0 0 60%;
}.zgKsubscribe_to_newsletter .input_holder::before {
    filter: blur(3px);
    position: absolute;
    content: "";
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    top: -40%;
    background: rgba(255, 255, 255, 0.1);
    left: -20%;
    transform: translateZ(-20px) rotateY(-5deg);
    height: 180%;
    width: 140%;
    border-radius: 10px;
    z-index: -1;
}.zgKsubscribe_to_newsletter .QOZsubscribe_feature {
    border: none;
    border-radius: 10px;
    padding: 1.3rem 1.5rem;
    font-size: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #000000;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: #ffffff;
    transform: translateZ(10px);
}.zgKsubscribe_to_newsletter .QOZsubscribe_feature:focus {
    outline: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px);
}.zgKsubscribe_to_newsletter .QOZsubscribe_feature::placeholder {
    opacity: 0.6;
    color: #000000;
}.zgKsubscribe_to_newsletter .qZDmail_signup {
    transform: translateZ(20px);
    font-size: 14px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    font-weight: 600;
    background: linear-gradient(to right, rgb(145,160,190), rgb(183,192,214));
    border: none;
    align-self: flex-end;
    padding: 1.2rem 2.5rem;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
}.zgKsubscribe_to_newsletter .qZDmail_signup::before {
    z-index: -1;
    background: linear-gradient(to left, rgb(145,160,190), rgb(183,192,214));
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0;
}.zgKsubscribe_to_newsletter .qZDmail_signup:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px) scale(1.05);
}.zgKsubscribe_to_newsletter .qZDmail_signup:hover::before {
    opacity: 1;
}

@keyframes float-panel {
    0% {
        transform: rotateY(-20deg) rotateX(10deg) translateZ(0);
    }
    100% {
        transform: rotateY(-15deg) rotateX(5deg) translateZ(30px);
    }
}

@keyframes float-panel-reverse {
    0% {
        transform: rotateY(20deg) rotateX(-5deg) translateZ(0);
    }
    100% {
        transform: rotateY(15deg) rotateX(-10deg) translateZ(20px);
    }
}

@media (max-width: 768px) {.zgKsubscribe_to_newsletter {
    perspective: 800px;
    padding: 3.5rem 1.5rem;
}.zgKsubscribe_to_newsletter .tTrstudent_voice {
    flex-direction: column;
    align-items: stretch;
}.zgKsubscribe_to_newsletter p {
    transform: translateZ(20px) rotateY(0);
    font-size: 19px;
    margin-bottom: 2rem;
    flex: none;
}.zgKsubscribe_to_newsletter p::before {
    transform: translateZ(5px) translateX(-2px) rotateY(0);
}.zgKsubscribe_to_newsletter .input_holder {
    flex: none;
    transform: translateZ(30px) rotateY(0);
}.zgKsubscribe_to_newsletter .qZDmail_signup {
    width: 100%;
    align-self: stretch;
}
}