* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.C-wrap-structure {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1230px;
}header,footer {
    width: 100%;
}.i-top-prime {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}::-webkit-scrollbar {
    padding: 5px;
    width: 13px;
    background: linear-gradient(104deg, rgb(255, 255, 255, 0.5) 64%, rgb(152,164,194) 7%, rgb(152,164,194,0.5) 57%, rgb(189,205,222) 39%, rgb(189,205,222,0.5) 0%);
}::-webkit-scrollbar-track {
    margin: 5px 0;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 30%, rgb(189,205,222,0.5) 78%, rgb(221,222,217) 58%);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    min-height: 36px;
    background: linear-gradient(267deg, #ffffff 72%, rgb(255, 255, 255, 0.5) 79%, rgb(152,164,194) 98%, rgb(189,205,222,0.5) 56%, rgb(221,222,217) 13%);
}::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(ellipse at bottom right, #ffffff 47%, rgb(152,164,194) 13%, rgb(152,164,194,0.5) 72%, rgb(189,205,222) 23%);
}::-webkit-scrollbar-thumb:active {
    background: rgb(152,164,194);
    transform: scale(0.95);
}* {
    scrollbar-color: rgb(189,205,222,0.5) rgb(255, 255, 255, 0.5);
}.k-contest-info {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.K-user-reviews {
    padding: 140px 0 160px;
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at 70% 30%, rgb(152,164,194,0.5) 0%, rgb(221,222,217) 70%);
}.K-user-reviews::before {
    animation: rotateBackground 60s linear infinite;
    left: 50%;
    content: "";
    border-radius: 50%;
    width: 150vw;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        rgb(189,205,222,0.5) 10deg,
        transparent 20deg,
        transparent 70deg,
        rgb(152,164,194,0.5) 80deg,
        transparent 90deg,
        transparent 180deg,
        rgb(189,205,222,0.5) 190deg,
        transparent 200deg,
        transparent 250deg,
        rgb(152,164,194,0.5) 260deg,
        transparent 270deg,
        transparent 360deg
    );
    height: 150vw;
    opacity: 0.1;
}@keyframes rotateBackground {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.K-user-reviews .A-study-learn {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.K-user-reviews h4 {
    color: #000000;
    text-align: center;
    margin-bottom: 100px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 38px;
    position: relative;
}.K-user-reviews h4::before,
.K-user-reviews h4::after {
    position: absolute;
    height: 3px;
    content: "";
    background: rgb(189,205,222);
    bottom: -20px;
}.K-user-reviews h4::before {
    left: calc(50% - 100px);
    width: 80px;
}.K-user-reviews h4::after {
    right: calc(50% - 100px);
    width: 80px;
}.K-user-reviews .j-learner-voices {
    display: grid;
    gap: 40px;
    max-width: 1100px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    position: relative;
}.K-user-reviews .j-learner-voices::before {
    opacity: 0.5;
    top: 50%;
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 50%;
    content: "";
    border-radius: 12px;
    border: 2px dashed rgb(189,205,222,0.5);
    transform: translate(-50%, -50%) scale(1.05);
    width: 100%;
}.K-user-reviews .A-client-quotes {
    transition: all 0.4s ease;
    flex-direction: column;
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}.K-user-reviews .A-client-quotes:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.03);
}.K-user-reviews .A-client-quotes .R-pic-list-wrap {
    position: relative;
    border: 4px solid #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 80px;
    z-index: 2;
    border-radius: 50%;
    margin-bottom: 15px;
    height: 80px;
}.K-user-reviews .A-client-quotes:hover .R-pic-list-wrap {
    box-shadow: 0 8px 25px rgb(189,205,222,0.5);
    transform: scale(1.1);
}.K-user-reviews .A-client-quotes::after {
    left: 50%;
    z-index: 1;
    content: "";
    position: absolute;
    height: 60px;
    top: 70px;
    background: linear-gradient(to bottom, rgb(189,205,222,0.5), transparent);
    transform: translateX(-50%);
    width: 2px;
}.K-user-reviews .A-client-quotes span {
    z-index: 2;
    margin-bottom: 10px;
    font-size: 19px;
    display: block;
    position: relative;
    color: #000000;
    padding: 0 10px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-align: center;
}.K-user-reviews .A-client-quotes p {
    font-size: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    position: relative;
    width: 100%;
    border-radius: 12px;
    font-weight: 400;
    padding: 20px;
    line-height: 1.5;
    transition: all 0.3s ease;
    text-align: center;
    background: #ffffff;
    font-family: Arial, sans-serif;
    color: #000000;
}.K-user-reviews .A-client-quotes:hover p {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.K-user-reviews .A-client-quotes p::before {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    border-right: 10px solid transparent;
    top: -10px;
    border-bottom: 10px solid #ffffff;
    content: "";
    border-left: 10px solid transparent;
}.K-user-reviews .A-client-quotes:last-child:nth-child(3n-1) {
    grid-column: 2;
}.K-user-reviews .A-client-quotes:last-child:nth-child(3n-2) {
    grid-column: 2;
}

@media (max-width: 1200px) {.K-user-reviews .j-learner-voices {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.K-user-reviews .A-client-quotes {
    width: 100%;
}.K-user-reviews .A-client-quotes:last-child:nth-child(2n-1) {
    width: 80%;
    margin: 0 auto;
    grid-column: 1 / span 2;
}
}

@media (max-width: 768px) {.K-user-reviews {
    padding: 80px 0 100px;
}.K-user-reviews .j-learner-voices {
    grid-template-columns: 1fr;
    gap: 40px;
}.K-user-reviews .A-client-quotes {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}.K-user-reviews .A-client-quotes:last-child:nth-child(2n-1) {
    grid-column: 1;
    width: 100%;
}.K-user-reviews .A-client-quotes:hover {
    transform: translateY(-5px);
}.K-user-reviews h4 {
    margin-bottom: 50px;
}}.i-course-program {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e6ed 100%);
    padding: 7rem 0;
}.i-course-program::before {
    opacity: 0.15;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(152,164,194,0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
}.i-course-program::after {
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    background: radial-gradient(ellipse at center, rgb(189,205,222,0.5) 0%, transparent 70%);
    transform: scale(2);
    content: "";
    right: -50%;
    border-radius: 50%;
    top: -50%;
}.i-course-program .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.i-course-program .x-learn-track {
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    display: grid;
}.i-course-program .R-pic-list-wrap {
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    height: 350px;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.i-course-program .R-pic-list-wrap::before {
    z-index: 1;
    background: linear-gradient(45deg, rgb(189,205,222,0.5) 0%, transparent 100%);
    height: 100%;
    opacity: 0.3;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
}.i-course-program .R-pic-list-wrap::after {
    opacity: 0.15;
    width: 50px;
    animation: floatOrbit 15s infinite ease-in-out;
    filter: blur(30px);
    height: 50px;
    right: -10%;
    border-radius: 50%;
    content: "";
    top: -10%;
    background: rgb(152,164,194);
    position: absolute;
}.i-course-program .Y-text-frame-item {
    position: relative;
}.i-course-program .Y-text-frame-item::before {
    opacity: 0.6;
    left: 0;
    width: 150px;
    height: 1px;
    background: linear-gradient(90deg, rgb(189,205,222) 0%, transparent 100%);
    top: -20px;
    position: absolute;
    content: "";
}.i-course-program h3 {
    transform-origin: left center;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    padding-left: 1rem;
    font-size: calc(21px * 1.1);
    margin-bottom: 1.5rem;
    color: #000000;
}.i-course-program h3::before {
    transform: scaleY(0);
    left: 0;
    transform-origin: bottom;
    width: 3px;
    position: absolute;
    top: 0;
    content: "";
    background: rgb(189,205,222);
    animation: growUp 1.2s forwards ease-out 0.2s;
    height: 100%;
}.i-course-program .description {
    font-size: 14px;
    line-height: 1.8;
    transition: color 0.3s ease;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
}.i-course-program p.description {
    display: none;
}.i-course-program span.description {
    position: relative;
    display: block;
    column-gap: 2rem;
    column-count: 1;
    padding: 0.5rem 0;
}.i-course-program span.description::first-letter {
    color: rgb(189,205,222);
    font-weight: 700;
    font-size: 1.2em;
}@keyframes floatOrbit {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-30px, 20px);
    }
    50% {
        transform: translate(-20px, -30px);
    }
    75% {
        transform: translate(30px, -10px);
    }
}

@keyframes growUp {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

.i-course-program .Y-text-frame-item > div {
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
    position: relative;
    opacity: 0;
}.i-course-program .R-pic-list-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.i-course-program .Y-text-frame-item::after {
    position: absolute;
    right: 10%;
    bottom: 10%;
    content: "";
    border: 1px solid rgb(152,164,194,0.5);
    pointer-events: none;
    width: 100px;
    border-radius: 50%;
    opacity: 0.2;
    height: 100px;
}.i-course-program::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(189,205,222,0.5),
        80px 200px 0 -1px rgb(152,164,194,0.5),
        200px 50px 0 -0.5px rgb(189,205,222,0.5),
        280px 160px 0 -1px rgb(152,164,194,0.5),
        320px 280px 0 -0.5px rgb(189,205,222,0.5);
}

@media (min-width: 768px) {.i-course-program .x-learn-track {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.i-course-program .R-pic-list-wrap {
    transform: perspective(1000px) rotateY(-5deg);
    height: 500px;
}.i-course-program h3 {
    font-size: 35px;
    padding-left: 1.5rem;
}.i-course-program span.description {
    column-count: 2;
}.i-course-program .Y-text-frame-item::after {
    width: 150px;
    height: 150px;
}
}

@media (min-width: 992px) {.i-course-program {
    padding: 9rem 0;
}.i-course-program .x-learn-track {
    gap: 6rem;
}.i-course-program .R-pic-list-wrap {
    height: 550px;
}.i-course-program span.description {
    column-gap: 3rem;
    column-count: 2;
}.i-course-program h3::before {
    width: 4px;
}.i-course-program .Y-text-frame-item::after {
    right: -5%;
    height: 180px;
    bottom: 20%;
    width: 180px;
}
}

@media (min-width: 1200px) {.i-course-program .R-pic-list-wrap {
    height: 600px;
}.i-course-program h3 {
    margin-bottom: 2rem;
}.i-course-program .Y-text-frame-item::before {
    width: 200px;
}
}

@media (max-width: 767px) {.i-course-program {
    padding: 5rem 0;
}.i-course-program .R-pic-list-wrap {
    margin-bottom: 1.5rem;
    height: 250px;
}.i-course-program h3 {
    font-size: 21px;
    margin-bottom: 1rem;
}.i-course-program .Y-text-frame-item::before {
    width: 80px;
    top: -10px;
}}.J-training-structure {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(221,222,217) 0%, rgb(189,205,222,0.5) 100%);
    padding: 8rem 2rem;
}.J-training-structure::before {
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(152,164,194,0.5) 48%, rgb(152,164,194,0.5) 52%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgb(152,164,194,0.5) 48%, rgb(152,164,194,0.5) 52%, transparent 52%);
    width: 100%;
    opacity: 0.15;
    top: 0;
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    background-size: 50px 50px;
}.J-training-structure::after {
    background: rgb(189,205,222,0.5);
    right: -10%;
    border-radius: 50%;
    z-index: 0;
    filter: blur(100px);
    top: -10%;
    content: "";
    opacity: 0.2;
    position: absolute;
    animation: floatBlob 20s infinite alternate ease-in-out;
    height: 80%;
    width: 80%;
}.J-training-structure .A-study-learn {
    max-width: 900px;
    margin: 0 auto;
    gap: 3rem;
    flex-direction: column;
    z-index: 2;
    display: flex;
    position: relative;
}.J-training-structure h3 {
    padding: 2rem;
    background: #ffffff;
    transform: rotate(-1deg);
    margin: 0;
    animation: paperCut 0.8s ease-out forwards;
    font-weight: 700;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 10px;
    font-size: 33px;
    position: relative;
    color: #000000;
}.J-training-structure h3::before {
    border: 2px dashed rgb(189,205,222,0.5);
    left: 5px;
    bottom: 5px;
    top: 5px;
    z-index: -1;
    right: 5px;
    content: "";
    opacity: 0.6;
    border-radius: calc(10px - 4px);
    position: absolute;
}.J-training-structure h3::after {
    width: 70%;
    left: 15%;
    height: 16px;
    position: absolute;
    z-index: -2;
    transform: rotate(1deg);
    background: rgb(152,164,194,0.5);
    content: "";
    border-radius: 8px;
    top: -8px;
}.J-training-structure span {
    font-size: 13px;
    background: #ffffff;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    transform: rotate(1deg);
    opacity: 0;
    border-radius: 10px;
    position: relative;
    padding: 2rem;
    color: #000000;
    animation: paperCut 1s 0.3s ease-out forwards;
}.J-training-structure span::before {
    opacity: 0.6;
    left: 5px;
    bottom: 5px;
    right: 5px;
    position: absolute;
    z-index: -1;
    border-radius: calc(10px - 4px);
    content: "";
    top: 5px;
    border: 2px dashed rgb(152,164,194,0.5);
}.J-training-structure span::after {
    transform: rotate(-1deg);
    background: rgb(189,205,222,0.5);
    position: absolute;
    z-index: -2;
    height: 16px;
    width: 70%;
    right: 15%;
    bottom: -8px;
    border-radius: 8px;
    content: "";
}

@keyframes paperCut {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateY(5px) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 1deg));
    }
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}

@media (max-width: 992px) {.J-training-structure {
    padding: 6rem 1.5rem;
}.J-training-structure h3 {
    font-size: calc(33px * 0.9);
    padding: 1.8rem;
}.J-training-structure span {
    padding: 1.8rem;
}.J-training-structure h3::after {
    top: -6px;
    height: 12px;
}.J-training-structure span::after {
    height: 12px;
    bottom: -6px;
}.J-training-structure .A-study-learn {
    gap: 2.5rem;
}
}

@media (max-width: 768px) {.J-training-structure {
    padding: 5rem 1rem;
}.J-training-structure h3 {
    font-size: calc(33px * 0.8);
    transform: rotate(0deg);
    padding: 1.5rem;
    --rotation: 0deg;
}.J-training-structure span {
    --rotation: 0deg;
    padding: 1.5rem;
    transform: rotate(0deg);
    font-size: calc(13px * 0.95);
}.J-training-structure .A-study-learn {
    gap: 2rem;
}.J-training-structure h3::after,
    .J-training-structure span::after {
    right: 10%;
    left: 10%;
    width: 80%;
    transform: rotate(0deg);
}}.l-connect-form {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(221,222,217) 0%, rgb(152,164,194,0.5) 100%);
    position: relative;
    padding: 120px 0;
    z-index: 1;
}.l-connect-form::before {
    animation: scanlines 10s linear infinite;
    content: '';
    top: 0;
    height: 100%;
    z-index: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, transparent 40%, rgba(0,0,0,0.05) 60%, transparent 80%);
    pointer-events: none;
    background-size: 100% 15px;
}.l-connect-form::after {
    z-index: 0;
    position: absolute;
    pointer-events: none;
    background-size: 150px 150px, 200px 200px, 100px 100px, 250px 250px;
    background: 
        radial-gradient(1px at 30% 20%, rgb(189,205,222,0.5) 0%, transparent 50%),
        radial-gradient(1px at 70% 40%, rgb(152,164,194,0.5) 0%, transparent 50%),
        radial-gradient(1px at 40% 60%, rgb(189,205,222,0.5) 0%, transparent 50%),
        radial-gradient(1px at 60% 80%, rgb(152,164,194,0.5) 0%, transparent 50%);
    left: 0;
    opacity: 0.4;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
}.l-connect-form .R-pic-list-wrap {
    width: 100%;
    position: absolute;
    height: 100%;
    mix-blend-mode: overlay;
    left: 0;
    opacity: 0.08;
    filter: grayscale(100%) contrast(150%);
    z-index: 0;
    top: 0;
}.l-connect-form .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.l-connect-form h3 {
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 34px;
    color: #000000;
    margin-bottom: 60px;
    perspective: 800px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
}.l-connect-form h3::before {
    font-size: calc(34px - 10px);
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 5px;
    content: attr(id);
    top: -10px;
    position: absolute;
    color: rgb(152,164,194,0.5);
    opacity: 0.4;
}.l-connect-form h3::after {
    background: linear-gradient(90deg, transparent, rgb(189,205,222), transparent);
    content: '';
    bottom: -15px;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
}.l-connect-form .d-query-help {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 20px rgb(189,205,222,0.5) inset;
    overflow: hidden;
    grid-template-columns: 1.5fr 1fr;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 27px;
    position: relative;
    transition: transform 0.5s ease;
    background: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    display: grid;
}.l-connect-form .d-query-help:hover {
    transform: perspective(1000px) rotateX(2deg);
}.l-connect-form .d-query-help::before {
    right: -2px;
    left: -2px;
    border-radius: calc(27px + 2px);
    bottom: -2px;
    background: linear-gradient(45deg, 
        rgb(189,205,222,0.5), 
        transparent, 
        rgb(152,164,194,0.5), 
        transparent);
    content: '';
    top: -2px;
    position: absolute;
    z-index: -1;
    animation: border-flow 6s linear infinite;
}.l-connect-form .d-query-help::after {
    top: 0;
    pointer-events: none;
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
}.l-connect-form .j-reach-info {
    position: relative;
    padding: 60px;
    background: #ffffff;
    overflow: hidden;
}.l-connect-form .j-reach-info::before {
    background: linear-gradient(90deg, 
        rgb(189,205,222), 
        rgb(152,164,194));
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    height: 3px;
}.l-connect-form .j-reach-info::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(0, 0, 0, 0.01));
    pointer-events: none;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}.l-connect-form .j-reach-info #contact {
    z-index: 2;
    position: relative;
}.l-connect-form .j-reach-info h3 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}.l-connect-form .j-reach-info h3::before {
    display: none;
}.l-connect-form .j-reach-info h3::after {
    width: 50px;
    transform: none;
    left: 0;
    background: rgb(189,205,222);
    height: 2px;
}.l-connect-form .j-reach-info input[type="text"],
.l-connect-form .j-reach-info textarea {
    background-color: transparent;
    font-size: 18px;
    padding: 20px 25px;
    font-family: Arial, sans-serif;
    border: none;
    box-shadow: none;
    margin-bottom: 25px;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}.l-connect-form .j-reach-info input[type="text"]::placeholder,
.l-connect-form .j-reach-info textarea::placeholder {
    opacity: 0.6;
    color: #000000;
    transition: opacity 0.3s ease;
}.l-connect-form .j-reach-info input[type="text"]:focus::placeholder,
.l-connect-form .j-reach-info textarea:focus::placeholder {
    opacity: 0.3;
}.l-connect-form .j-reach-info input[type="text"]:focus,
.l-connect-form .j-reach-info textarea:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.01);
    border-bottom-color: rgb(189,205,222);
}.l-connect-form .j-reach-info textarea {
    transition: height 0.3s ease;
    resize: vertical;
    min-height: 150px;
    overflow: hidden;
}.l-connect-form .j-reach-info .S-support-panel {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.l-connect-form .j-reach-info .S-support-panel input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.l-connect-form .j-reach-info .S-support-panel label {
    line-height: 1.6;
    padding-left: 40px;
    position: relative;
    font-size: calc(18px - 2px);
    cursor: pointer;
    color: #000000;
}.l-connect-form .j-reach-info .S-support-panel label::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    width: 25px;
    background-color: transparent;
    height: 25px;
    transition: all 0.3s ease;
    content: '';
    left: 0;
}.l-connect-form .j-reach-info .S-support-panel label::after {
    border-bottom: 2px solid #ffffff;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    left: 9px;
    height: 12px;
    content: '';
    border-right: 2px solid #ffffff;
    top: 5px;
    position: absolute;
    transition: all 0.3s ease;
    width: 7px;
}.l-connect-form .j-reach-info .S-support-panel input[type="checkbox"]:checked + label::before {
    background-color: rgb(189,205,222);
    border-color: rgb(189,205,222);
}.l-connect-form .j-reach-info .S-support-panel input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}.l-connect-form .j-reach-info .S-support-panel a {
    font-weight: 600;
    color: rgb(189,205,222);
    border-bottom: 1px solid transparent;
    transition: color 0.3s ease;
    padding-bottom: 2px;
    text-decoration: none;
}.l-connect-form .j-reach-info .S-support-panel a:hover {
    color: rgb(152,164,194);
    border-bottom-color: rgb(152,164,194);
}.l-connect-form .j-reach-info .S-support-info {
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 18px 40px;
    cursor: pointer;
    letter-spacing: 2px;
    z-index: 1;
    background-color: transparent;
    border: 1px solid rgb(189,205,222);
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 19px;
}.l-connect-form .j-reach-info .S-support-info::before {
    transform-origin: right;
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
    background: rgb(189,205,222);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    width: 100%;
    z-index: -1;
}.l-connect-form .j-reach-info .S-support-info:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.l-connect-form .g-connect-list {
    padding: 60px;
    background: linear-gradient(135deg, rgb(189,205,222) 0%, rgb(152,164,194) 100%);
    position: relative;
    overflow: hidden;
}.l-connect-form .g-connect-list::before {
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.1;
    content: '';
    background: 
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(135deg, rgba(0,0,0,0.2) 25%, transparent 25%) -10px 0,
        linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0,
        linear-gradient(135deg, transparent 75%, rgba(0,0,0,0.2) 75%) -10px 0;
}.l-connect-form .g-connect-list::after {
    content: '';
    height: 200%;
    animation: pulse-light 10s infinite;
    width: 200%;
    top: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    left: -50%;
    z-index: 0;
    position: absolute;
}.l-connect-form .g-connect-list h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 2px;
    z-index: 1;
    color: #ffffff;
}.l-connect-form .g-connect-list h4::after {
    position: absolute;
    width: 50px;
    left: 0;
    background: #ffffff;
    height: 2px;
    content: '';
    bottom: -10px;
}.l-connect-form .g-connect-list .z-support-widget {
    list-style: none;
    position: relative;
    padding: 0;
    z-index: 1;
    margin: 0;
}.l-connect-form .g-connect-list .z-support-widget li {
    padding: 15px 0;
    align-items: flex-start;
    display: flex;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 30px;
}.l-connect-form .g-connect-list .z-support-widget li:hover {
    transform: translateX(10px);
}.l-connect-form .g-connect-list .z-support-widget li::before {
    width: 0;
    content: '';
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    height: 1px;
    position: absolute;
    transition: width 0.3s ease;
}.l-connect-form .g-connect-list .z-support-widget li:hover::before {
    width: 100%;
}.l-connect-form .g-connect-list .z-support-widget li::after {
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    right: 0;
    transition: width 0.3s ease;
}.l-connect-form .g-connect-list .z-support-widget li:hover::after {
    width: 100%;
}.l-connect-form .g-connect-list .z-support-widget li svg {
    flex-shrink: 0;
    width: 24px;
    margin-right: 20px;
    height: 24px;
}.l-connect-form .g-connect-list .z-support-widget li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.l-connect-form .g-connect-list .z-support-widget li span {
    line-height: 1.5;
    font-size: 18px;
    color: #ffffff;
}.l-connect-form .g-connect-list .z-support-widget li a {
    text-decoration: none;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}.l-connect-form .g-connect-list .z-support-widget li a::before {
    content: '';
    background: #ffffff;
    transform: scaleX(0);
    left: 0;
    transform-origin: right;
    height: 1px;
    width: 100%;
    bottom: -2px;
    position: absolute;
    transition: transform 0.3s ease;
}.l-connect-form .g-connect-list .z-support-widget li a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}.l-connect-form .g-connect-list .z-support-widget li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse-light {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    25% {
        transform: translate(10%, 10%);
        opacity: 0.3;
    }
    50% {
        transform: translate(0%, 20%);
        opacity: 0.5;
    }
    75% {
        transform: translate(-10%, 10%);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.l-connect-form {
    padding: 80px 0;
}.l-connect-form .container {
    padding: 0 20px;
}.l-connect-form .d-query-help {
    grid-template-columns: 1fr;
}.l-connect-form .j-reach-info,
    .l-connect-form .g-connect-list {
    padding: 40px;
}
}

@media (max-width: 768px) {.l-connect-form {
    padding: 60px 0;
}.l-connect-form h3 {
    margin-bottom: 40px;
    font-size: calc(34px - 4px);
}.l-connect-form .j-reach-info h3,
    .l-connect-form .g-connect-list h4 {
    font-size: calc(22px - 2px);
    margin-bottom: 30px;
}.l-connect-form .j-reach-info input[type="text"],
    .l-connect-form .j-reach-info textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.l-connect-form .j-reach-info .S-support-info {
    padding: 15px 30px;
}
}

@media (max-width: 576px) {.l-connect-form {
    padding: 40px 0;
}.l-connect-form .j-reach-info,
    .l-connect-form .g-connect-list {
    padding: 30px 20px;
}.l-connect-form h3 {
    font-size: calc(34px - 6px);
    letter-spacing: 2px;
}.l-connect-form .j-reach-info .S-support-panel label {
    font-size: calc(18px - 3px);
}}.H-title-section {
    padding: 4rem 2rem;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(145deg, #f0f4f8, #e8f2f6);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
}.H-title-section::before {
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(152,164,194,0.5), transparent 70%);
    opacity: 0.2;
}.H-title-section h1 {
    font-family: Arial, sans-serif;
    animation: slideDown 0.8s 0.3s forwards ease-out;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
    transform: translateY(-10px);
    font-size: calc(22px * 1.2);
    opacity: 0;
    letter-spacing: 1px;
    text-align: center;
    z-index: 2;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    color: rgb(189,205,222);
}.H-title-section .A-study-learn {
    grid-template-columns: 1fr;
    display: grid;
    margin: 0 auto;
    max-width: 1400px;
    gap: 3rem;
    z-index: 1;
    position: relative;
}.H-title-section .Y-text-frame-item {
    background: linear-gradient(145deg, #ffffff, #f0f4f8);
    animation: slideUp 1s 0.6s forwards ease-out;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.4),
                inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    opacity: 0;
    transform: translateY(20px);
    border-radius: 16px;
}.H-title-section .Y-text-frame-item ol {
    list-style: none;
    margin: 0;
    padding: 0;
}.H-title-section .Y-text-frame-item li {
    margin-bottom: 2rem;
}.H-title-section .Y-text-frame-item li:last-child {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    display: flex;
}.H-title-section .J-learn-intro {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
}.H-title-section .J-learn-intro svg {
    animation: softFloat 6s infinite alternate ease-in-out;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    margin-bottom: 1.5rem;
    transform-origin: center;
    height: 120px;
    width: 120px;
}.H-title-section .J-learn-intro svg g {
    transition: transform 0.4s ease;
}.H-title-section .J-learn-intro svg:hover g {
    transform: translate(30.89265px, 30.89265px) scale(0.75);
}.H-title-section .J-learn-intro svg path {
    transition: fill 0.3s ease;
    fill: rgb(189,205,222);
}.H-title-section .J-learn-intro svg:hover path {
    fill: rgb(152,164,194);
}.H-title-section .J-learn-intro svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.H-title-section .J-learn-intro svg:hover text {
    fill: rgb(189,205,222);
}.H-title-section .J-learn-intro p {
    letter-spacing: 0.03em;
    color: #000000;
    max-width: 90%;
    margin: 0 auto;
    font-size: calc(17px * 1.1);
    line-height: 1.6;
    font-family: Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}.H-title-section .S-support-info {
    border-radius: 22px;
    padding: 1rem 2rem;
    position: relative;
    font-weight: 600;
    background: linear-gradient(145deg, rgb(189,205,222), rgb(152,164,194));
    z-index: 1;
    overflow: hidden;
    margin-top: 1rem;
    font-size: 14px;
    transition: all 0.4s ease;
    color: #ffffff;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1),
                -6px -6px 12px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    display: inline-block;
    text-decoration: none;
    font-family: Arial, sans-serif;
}.H-title-section .S-support-info::before {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.H-title-section .S-support-info:hover {
    transform: translateY(-3px);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15),
                -8px -8px 16px rgba(255, 255, 255, 0.9);
}.H-title-section .S-support-info:hover::before {
    left: 100%;
}.H-title-section .S-support-info:active {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1),
                -4px -4px 8px rgba(255, 255, 255, 0.8),
                inset 2px 2px 4px rgba(0, 0, 0, 0.1),
                inset -2px -2px 4px rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}.H-title-section .R-pic-list-wrap {
    border-radius: 16px;
    position: relative;
    width: 100%;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 30px rgba(255, 255, 255, 0.8);
    overflow: hidden;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 1s 0.9s forwards ease-out;
    min-height: 300px;
    height: 50vh;
}.H-title-section .R-pic-list-wrap::before {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(145deg, 
                rgba(rgb(189,205,222,0.5), 0.3), 
                rgba(rgb(152,164,194,0.5), 0.3));
    width: 100%;
    position: absolute;
    content: "";
}.H-title-section .R-pic-list-wrap::after {
    background: radial-gradient(circle at 30% 70%, transparent 50%, rgba(0, 0, 0, 0.2) 100%);
    top: 0;
    width: 100%;
    z-index: 2;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
}

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

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

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

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

@media (min-width: 768px) {.H-title-section {
    padding: 5rem 3rem;
}.H-title-section h1 {
    font-size: calc(31px * 0.9);
    margin-bottom: 3rem;
}.H-title-section .A-study-learn {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.H-title-section .Y-text-frame-item {
    padding: 3rem;
}.H-title-section .J-learn-intro svg {
    height: 150px;
    width: 150px;
}.H-title-section .J-learn-intro p {
    max-width: 80%;
    font-size: calc(17px * 1.2);
}.H-title-section .R-pic-list-wrap {
    min-height: 400px;
    height: 100%;
}
}

@media (min-width: 1200px) {.H-title-section {
    padding: 6rem 4rem;
}.H-title-section h1 {
    font-size: 31px;
}.H-title-section .A-study-learn {
    gap: 6rem;
}.H-title-section .Y-text-frame-item {
    padding: 4rem;
}.H-title-section .J-learn-intro svg {
    width: 180px;
    height: 180px;
}.H-title-section .J-learn-intro p {
    max-width: 75%;
    font-size: calc(17px * 1.3);
}.H-title-section .S-support-info {
    padding: 1.2rem 2.5rem;
    font-size: calc(14px * 1.1);
}.H-title-section .R-pic-list-wrap {
    min-height: 500px;
}}.Y-test-drive {
    padding: 6rem 2rem;
    background: linear-gradient(125deg, rgb(152,164,194,0.5) 0%, rgb(189,205,222,0.5) 100%);
    overflow: hidden;
    margin: 0;
    box-shadow: inset 0 0 70px rgba(rgb(189,205,222), 0.3);
    position: relative;
}.Y-test-drive::before {
    height: 100%;
    opacity: 0.3;
    left: 0;
    content: '';
    background-size: 200% 200%;
    position: absolute;
    top: 0;
    z-index: 1;
    animation: holographicShift 15s linear infinite;
    width: 100%;
    background: 
        linear-gradient(125deg, 
            rgba(255, 255, 255, 0.3) 10%, 
            rgba(255, 255, 255, 0.05) 30%, 
            rgba(255, 255, 255, 0.2) 50%, 
            rgba(255, 255, 255, 0.05) 70%, 
            rgba(255, 255, 255, 0.3) 90%);
}@keyframes holographicShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

.Y-test-drive::after {
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.3) 0%, transparent 5px),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 6px),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 5px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.3) 0%, transparent 7px),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 6px);
    position: absolute;
    animation: particlesMove 25s linear infinite;
    filter: blur(1px);
    top: 0;
    z-index: 1;
    content: '';
    height: 100%;
    width: 100%;
}@keyframes particlesMove {
    0% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
    50% {
        background-position: 
            5% 10%,
            -8% 5%,
            10% -5%,
            -5% 8%,
            8% 12%,
            -12% 8%,
            7% -12%;
    }
    100% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
}

.Y-test-drive::before {
    left: -50%;
    width: 200%;
    position: absolute;
    z-index: 2;
    background-image:
        conic-gradient(
            transparent 0deg,
            rgba(255, 255, 255, 0.05) 10deg,
            transparent 20deg,
            rgba(255, 255, 255, 0.05) 30deg,
            transparent 40deg,
            rgba(255, 255, 255, 0.05) 50deg,
            transparent 60deg,
            rgba(255, 255, 255, 0.05) 70deg,
            transparent 80deg,
            rgba(255, 255, 255, 0.05) 90deg,
            transparent 100deg,
            rgba(255, 255, 255, 0.05) 110deg,
            transparent 120deg,
            rgba(255, 255, 255, 0.05) 130deg,
            transparent 140deg,
            rgba(255, 255, 255, 0.05) 150deg,
            transparent 160deg,
            rgba(255, 255, 255, 0.05) 170deg,
            transparent 180deg,
            rgba(255, 255, 255, 0.05) 190deg,
            transparent 200deg,
            rgba(255, 255, 255, 0.05) 210deg,
            transparent 220deg,
            rgba(255, 255, 255, 0.05) 230deg,
            transparent 240deg,
            rgba(255, 255, 255, 0.05) 250deg,
            transparent 260deg,
            rgba(255, 255, 255, 0.05) 270deg,
            transparent 280deg,
            rgba(255, 255, 255, 0.05) 290deg,
            transparent 300deg,
            rgba(255, 255, 255, 0.05) 310deg,
            transparent 320deg,
            rgba(255, 255, 255, 0.05) 330deg,
            transparent 340deg,
            rgba(255, 255, 255, 0.05) 350deg,
            transparent 360deg
        );
    animation: prismRotate 30s linear infinite;
    content: '';
    top: -50%;
    opacity: 0.5;
    height: 200%;
}@keyframes prismRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.Y-test-drive .A-study-learn {
    backdrop-filter: blur(15px);
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.15);
    max-width: 950px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 100px rgba(255, 255, 255, 0.2);
    display: flex;
    text-align: center;
    border-radius: 20px;
    padding: 4rem 3rem;
    position: relative;
    z-index: 5;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    align-items: center;
}.Y-test-drive .A-study-learn:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 120px rgba(255, 255, 255, 0.3);
    transform: translateY(-10px);
}.Y-test-drive .A-study-learn::before {
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: -1;
    content: '';
    background-size: 200% 200%;
    opacity: 0.5;
    border-radius: 20px;
    inset: 0;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    animation: holoBorderShift 5s ease infinite;
    position: absolute;
}@keyframes holoBorderShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.Y-test-drive .A-study-learn::after {
    filter: blur(15px);
    opacity: 0.4;
    background: linear-gradient(
        125deg,
        rgb(189,205,222,0.5),
        rgba(255, 255, 255, 0.4),
        rgb(152,164,194,0.5)
    );
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 30px;
    z-index: -2;
    animation: spectrumPulse 8s ease-in-out infinite;
}@keyframes spectrumPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

.Y-test-drive h3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 1;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 2.5rem;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    font-weight: 700;
    font-size: 33px;
}.Y-test-drive h3::after {
    bottom: -12px;
    height: 2px;
    width: 60%;
    animation: lineGlow 3s ease-in-out infinite;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
}@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        width: 60%;
    }
    50% {
        opacity: 1;
        width: 80%;
    }
}

.Y-test-drive h3::before {
    left: -30px;
    bottom: -20px;
    position: absolute;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    border-radius: 50%;
    top: -20px;
    z-index: -1;
    right: -30px;
    filter: blur(8px);
    content: '';
    animation: titleHaloRotate 5s ease-in-out infinite;
    opacity: 0.5;
}@keyframes titleHaloRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.Y-test-drive .l-edu-askus {
    justify-content: center;
    z-index: 1;
    align-items: center;
    padding: 1.2rem 3.5rem;
    border-radius: 50px;
    border: none;
    color: #ffffff;
    letter-spacing: 1.5px;
    font-weight: 600;
    display: inline-flex;
    font-size: 16px;
    position: relative;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    background: linear-gradient(125deg, rgb(189,205,222), rgb(152,164,194));
}.Y-test-drive .l-edu-askus::before {
    animation: buttonSpark 5s ease-in-out infinite;
    z-index: 0;
    top: 0;
    transform: skewX(-25deg);
    content: '';
    height: 100%;
    width: 50%;
    position: absolute;
    left: -50%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
}@keyframes buttonSpark {
    0% {
        left: -50%;
    }
    30%, 100% {
        left: 150%;
    }
}

.Y-test-drive .l-edu-askus:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 0 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) scale(1.03);
}.Y-test-drive .l-edu-askus::after {
    inset: -5px;
    background: linear-gradient(
        125deg,
        rgb(189,205,222),
        rgb(152,164,194)
    );
    opacity: 0;
    z-index: -1;
    border-radius: 55px;
    position: absolute;
    transition: opacity 0.4s ease;
    filter: blur(10px);
    content: '';
}.Y-test-drive .l-edu-askus:hover::after {
    opacity: 0.5;
}.Y-test-drive::after {
    z-index: 3;
    width: 100%;
    left: 0;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    content: '';
    position: absolute;
    top: 0;
}.Y-test-drive::before {
    filter: blur(2px);
    opacity: 0.5;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(189,205,222) 25%,
        #ffffff 50%,
        rgb(152,164,194) 75%,
        transparent 100%
    );
    width: 100%;
    height: 2px;
    left: 0;
    z-index: 3;
    animation: spectrumHorizontal 10s linear infinite;
    position: absolute;
    top: 50%;
    content: '';
}@keyframes spectrumHorizontal {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.Y-test-drive::after {
    z-index: 3;
    position: absolute;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgb(189,205,222) 25%,
        #ffffff 50%,
        rgb(152,164,194) 75%,
        transparent 100%
    );
    height: 100%;
    top: 0;
    content: '';
    filter: blur(2px);
    width: 2px;
    animation: spectrumVertical 15s linear infinite;
    left: 50%;
    opacity: 0.5;
}

@keyframes spectrumVertical {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@media screen and (max-width: 991px) {.Y-test-drive {
    padding: 5rem 1.5rem;
}.Y-test-drive .A-study-learn {
    padding: 3.5rem 2.5rem;
}.Y-test-drive h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.2rem;
}.Y-test-drive .l-edu-askus {
    padding: 1.1rem 3rem;
}
}

@media screen and (max-width: 767px) {.Y-test-drive {
    padding: 4rem 1.2rem;
}.Y-test-drive .A-study-learn {
    padding: 3rem 2rem;
}.Y-test-drive h3 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.Y-test-drive .l-edu-askus {
    font-size: calc(16px * 0.95);
    padding: 1rem 2.5rem;
}
}

@media screen and (max-width: 480px) {.Y-test-drive {
    padding: 3.5rem 1rem;
}.Y-test-drive .A-study-learn {
    padding: 2.5rem 1.5rem;
}.Y-test-drive h3 {
    margin-bottom: 1.8rem;
    font-size: calc(33px * 0.7);
}.Y-test-drive .l-edu-askus {
    font-size: calc(16px * 0.9);
    padding: 0.9rem 2.2rem;
}}.n-secure-grotto {
    width: 100%;
    color: #ffffff;
    box-shadow: 0 10px 30px rgb(189,205,222,0.5);
    align-items: center;
    padding: 40px;
    height: auto;
    background: rgb(152,164,194);
    border: 2px solid rgb(189,205,222);
    display: flex;
    flex-direction: column;
}.n-secure-grotto h1 {
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(152,164,194);
    width: 100%;
    color: rgb(189,205,222);
    margin-bottom: 30px;
    max-width: 800px;
    font-size: 39px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(189,205,222);
    margin-top: 0;
}.n-secure-grotto h2 {
    text-align: left;
    max-width: 800px;
    font-weight: 600;
    text-shadow: 0 0 10px rgb(152,164,194);
    width: 100%;
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 34px;
    margin-top: 40px;
    border-left: 5px solid rgb(189,205,222);
    padding-left: 15px;
}.n-secure-grotto h2, .n-secure-grotto h3,.n-secure-grotto h4,.n-secure-grotto h5, .n-secure-grotto h6 {
    text-align: left;
}.n-secure-grotto ul, .n-secure-grotto ol {
    padding: 20px 0;
    list-style: none;
    max-width: 800px;
    padding-left: 0;
    border-top: 2px solid rgb(189,205,222);
    border-bottom: 2px solid rgb(189,205,222);
    width: 100%;
    margin: 30px 0;
}.n-secure-grotto ul li, .n-secure-grotto ol li {
    margin-bottom: 20px;
    font-size: 12px;
    padding-left: 25px;
    position: relative;
    font-weight: 300;
    color: #ffffff;
}.n-secure-grotto ul li::before, .n-secure-grotto ol li::before {
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    border-radius: 50%;
    background: rgb(189,205,222);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgb(189,205,222);
    position: absolute;
}.n-secure-grotto p, .n-secure-grotto span, .n-secure-grotto div {
    max-width: 800px;
    font-family: Arial, sans-serif;
    text-align: justify;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgb(189,205,222,0.5);
    font-size: 12px;
    width: 100%;
    line-height: 1.6;
    color: #ffffff;
}.n-secure-grotto div.container {
    max-width: 1000px;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {.n-secure-grotto {
    padding: 30px;
    border-radius: 10px;
}.n-secure-grotto h1 {
    padding-bottom: 10px;
    font-size: calc(20px - 5px);
}.n-secure-grotto h2 {
    font-size: calc(20px - 5px);
    padding-left: 10px;
}.n-secure-grotto ul, .n-secure-grotto ol {
    padding: 15px 0;
    margin: 20px 0;
}.n-secure-grotto ul li, .n-secure-grotto ol li {
    font-size: 12px;
    padding-left: 20px;
}}.U-pricing-deck {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.U-pricing-deck::before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    position: absolute;
}.U-pricing-deck .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.U-pricing-deck .E-annual-fee {
    position: relative;
}.U-pricing-deck h2 {
    font-size: calc(36px * 1.2);
    position: relative;
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.3s;
    margin-bottom: 20px;
    transform: translateY(10px);
    opacity: 0;
    color: #ffffff;
    font-weight: 700;
}.U-pricing-deck .x-pricing-fees {
    opacity: 0;
    transform: translateY(10px);
    font-size: calc(13px * 1.1);
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0 auto 40px;
    max-width: 700px;
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.5s;
}.U-pricing-deck .i-study-sub {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}.U-pricing-deck .i-study-sub li {
    animation: fadeInUp 0.8s forwards;
    transform: translateY(20px);
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    height: 100%;
    opacity: 0;
}.U-pricing-deck .i-study-sub li:nth-child(1) {
    --i: 1;
}.U-pricing-deck .i-study-sub li:nth-child(2) {
    --i: 2;
}.U-pricing-deck .i-study-sub li:nth-child(3) {
    --i: 3;
}.U-pricing-deck .i-study-sub li:nth-child(4) {
    --i: 4;
}.U-pricing-deck .d-discount-grid {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: inherit;
    height: 100%;
}.U-pricing-deck .d-discount-grid:hover {
    transform: translateY(-10px);
}.U-pricing-deck .H-skill-pricing {
    border: 1px solid rgba(255,255,255,0.1);
    border-left: 3px solid rgb(189,205,222);
    backdrop-filter: blur(10px);
    height: 100%;
    position: relative;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    border-radius: 3px;
}.U-pricing-deck .d-discount-grid:hover .H-skill-pricing {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
}.U-pricing-deck .H-skill-pricing::before {
    content: "";
    background: linear-gradient(to right, 
        rgb(189,205,222), 
        rgb(152,164,194));
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transform: scaleX(0);
    position: absolute;
    height: 5px;
    top: 0;
    transform-origin: left;
    left: 0;
}.U-pricing-deck .d-discount-grid:hover .H-skill-pricing::before {
    transform: scaleX(1);
}.U-pricing-deck .D-indv-cost {
    height: 100%;
    flex-direction: column;
    display: flex;
}.U-pricing-deck .D-indv-cost h4 {
    padding-bottom: 15px;
    margin: 0 0 20px;
    font-size: calc(18px * 1.1);
    position: relative;
    color: #ffffff;
    font-weight: 700;
}.U-pricing-deck .D-indv-cost h4::after {
    width: 40px;
    transition: width 0.4s ease;
    height: 3px;
    bottom: 0;
    content: "";
    background: rgb(189,205,222);
    position: absolute;
    left: 0;
}.U-pricing-deck .d-discount-grid:hover .D-indv-cost h4::after {
    width: 60px;
}.U-pricing-deck .D-indv-cost p {
    color: rgb(255, 255, 255, 0.5);
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    font-size: 13px;
    flex-grow: 1;
}.U-pricing-deck .f-price-plan {
    color: rgb(152,164,194);
    display: block;
    font-weight: 700;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: auto;
    padding-top: 15px;
    position: relative;
    font-size: calc(18px * 1.2);
    transition: color 0.3s ease;
}.U-pricing-deck .d-discount-grid:hover .f-price-plan {
    color: rgb(189,205,222);
}

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

@media (max-width: 991px) {.U-pricing-deck {
    padding: 80px 0;
}.U-pricing-deck h2 {
    font-size: 36px;
}.U-pricing-deck .x-pricing-fees {
    font-size: 13px;
    margin-bottom: 30px;
}.U-pricing-deck .i-study-sub {
    gap: 20px;
}.U-pricing-deck .H-skill-pricing {
    padding: 25px;
}
}

@media (max-width: 767px) {.U-pricing-deck {
    padding: 60px 0;
}.U-pricing-deck .i-study-sub {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.U-pricing-deck .D-indv-cost h4 {
    font-size: 18px;
}.U-pricing-deck .f-price-plan {
    font-size: 18px;
}
}

@media (max-width: 480px) {.U-pricing-deck {
    padding: 50px 0;
}.U-pricing-deck h2 {
    font-size: calc(36px * 0.9);
}.U-pricing-deck .x-pricing-fees {
    font-size: calc(13px * 0.9);
}.U-pricing-deck .H-skill-pricing {
    padding: 20px;
}}.U-learning-outcomes {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(221,222,217) 0%, rgb(189,205,222,0.5) 100%);
    padding: 90px 0;
}.U-learning-outcomes::before {
    top: 0;
    height: 100%;
    opacity: 0.4;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(152,164,194,0.5) 0%, transparent 50%);
}.U-learning-outcomes .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.U-learning-outcomes .A-study-learn {
    display: flex;
    gap: 50px;
    align-items: center;
}.U-learning-outcomes .R-pic-list-wrap {
    transition: all 0.5s ease;
    max-width: 38%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    flex: 0 0 38%;
    position: relative;
    transform: translateY(-10px);
    z-index: 1;
}.U-learning-outcomes .R-pic-list-wrap::after {
    bottom: -15px;
    content: "";
    z-index: -1;
    border: 2px solid rgb(189,205,222,0.5);
    transition: all 0.5s ease;
    left: 15px;
    position: absolute;
    border-radius: 16px;
    opacity: 0.5;
    top: 15px;
    right: -15px;
}.U-learning-outcomes .R-pic-list-wrap:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}.U-learning-outcomes .R-pic-list-wrap:hover::after {
    top: 10px;
    right: -10px;
    left: 10px;
    bottom: -10px;
    opacity: 0.7;
}.U-learning-outcomes .Y-text-frame-item {
    position: relative;
    background: #ffffff;
    flex: 0 0 55%;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 40px 35px;
    border-radius: 16px;
}.U-learning-outcomes .Y-text-frame-item::before {
    content: "";
    position: absolute;
    width: 6px;
    top: 0;
    background: linear-gradient(to bottom, rgb(189,205,222), rgb(152,164,194));
    height: 100%;
    left: 0;
    border-radius: 10px;
}.U-learning-outcomes h3 {
    padding-left: 15px;
    color: #000000;
    margin-bottom: 30px;
    font-size: 28px;
    position: relative;
    font-weight: 700;
}.U-learning-outcomes h3::after {
    left: 15px;
    content: "";
    position: absolute;
    bottom: -12px;
    border-radius: 10px;
    height: 3px;
    background: rgb(189,205,222);
    width: 80px;
}.U-learning-outcomes ul {
    display: flex;
    gap: 15px;
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
    flex-direction: column;
}.U-learning-outcomes li {
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgb(221,222,217) 180%);
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
}.U-learning-outcomes li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(10px);
    background: linear-gradient(90deg, #ffffff, rgb(152,164,194,0.5) 180%);
}.U-learning-outcomes li p {
    font-weight: 400;
    line-height: 1.5;
    align-items: center;
    gap: 16px;
    margin: 0;
    color: #000000;
    display: flex;
    font-size: 15px;
}.U-learning-outcomes svg {
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: #ffffff;
    height: 24px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    width: 24px;
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.U-learning-outcomes svg path {
    transition: fill 0.3s ease;
    fill: rgb(189,205,222);
}.U-learning-outcomes li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.U-learning-outcomes li:hover svg path {
    fill: rgb(152,164,194);
}

@media (max-width: 992px) {.U-learning-outcomes {
    padding: 70px 0;
}.U-learning-outcomes .A-study-learn {
    flex-direction: column;
    gap: 40px;
}.U-learning-outcomes .R-pic-list-wrap {
    flex: none;
    max-width: 60%;
    margin: 0 auto;
}.U-learning-outcomes .Y-text-frame-item {
    width: 90%;
    margin: 0 auto;
    flex: none;
}.U-learning-outcomes .Y-text-frame-item::before {
    height: 6px;
    left: 0;
    top: 0;
    width: 100%;
}
}

@media (max-width: 576px) {.U-learning-outcomes {
    padding: 50px 0;
}.U-learning-outcomes .R-pic-list-wrap {
    max-width: 80%;
}.U-learning-outcomes .R-pic-list-wrap::after {
    display: none;
}.U-learning-outcomes .Y-text-frame-item {
    width: 100%;
    padding: 30px 20px;
}.U-learning-outcomes h3 {
    margin-bottom: 25px;
    font-size: 19px;
}.U-learning-outcomes ul {
    gap: 12px;
}.U-learning-outcomes li {
    padding: 12px;
}.U-learning-outcomes svg {
    width: 22px;
    height: 22px;
}}.N-thanksNexus {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(221,222,217) 0%, rgba(240, 242, 245, 0.9) 100%);
}.N-thanksNexus::before {
    background: linear-gradient(135deg, rgb(189,205,222,0.5) 0%, rgb(152,164,194,0.5) 100%);
    transform: rotate(15deg) skewX(-15deg);
    z-index: 0;
    right: -10%;
    height: 70%;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    width: 40%;
    opacity: 0.07;
    top: -5%;
}.N-thanksNexus::after {
    content: "";
    opacity: 0.05;
    width: 30%;
    left: -5%;
    transform: rotate(-10deg) skewX(10deg);
    background: linear-gradient(225deg, rgb(152,164,194,0.5) 0%, rgb(189,205,222,0.5) 100%);
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 60%;
    bottom: -5%;
    z-index: 0;
    position: absolute;
}.N-thanksNexus .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.N-thanksNexus h2 {
    line-height: 1.3;
    font-size: 29px;
    position: relative;
    animation: slideUp 0.8s 0.2s ease-out forwards;
    font-weight: 700;
    opacity: 0;
    transform: translateY(0);
    margin-bottom: 3rem;
    color: #000000;
}.N-thanksNexus h2::after {
    background: linear-gradient(90deg, rgb(189,205,222) 0%, rgb(152,164,194) 100%);
    bottom: -15px;
    position: absolute;
    left: 0;
    animation: expand 1s 0.8s ease-out forwards;
    height: 3px;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    width: 80px;
}.N-thanksNexus .A-study-learn {
    transform: translateY(20px);
    padding: 3rem;
    border-left: 4px solid rgb(189,205,222);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
              0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    opacity: 0;
    position: relative;
    background: #ffffff;
    animation: fadeSlideUp 1s 0.4s ease-out forwards;
}.N-thanksNexus .A-study-learn::before {
    background: linear-gradient(135deg, rgb(152,164,194,0.5) 0%, transparent 70%);
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    opacity: 0.1;
    width: 150px;
    right: 0;
    position: absolute;
    top: 0;
    height: 150px;
}.N-thanksNexus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.N-thanksNexus li {
    position: relative;
    padding-left: 0;
}.N-thanksNexus li span {
    opacity: 0;
    color: #000000;
    transform: translateY(10px);
    line-height: 1.8;
    animation: fadeIn 1s 0.7s ease-out forwards;
    font-family: Arial, sans-serif;
    display: block;
    font-size: calc(17px + 0.05rem);
}

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

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

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

@keyframes expand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes float {
  0% {
    transform: rotate(15deg) skewX(-15deg) translateY(0);
  }
  50% {
    transform: rotate(18deg) skewX(-18deg) translateY(-10px);
  }
  100% {
    transform: rotate(15deg) skewX(-15deg) translateY(0);
  }
}

@media screen and (max-width: 992px) {.N-thanksNexus {
    padding: 5rem 0;
}.N-thanksNexus h2 {
    margin-bottom: 2.5rem;
    font-size: calc(29px - 0.2rem);
}.N-thanksNexus .A-study-learn {
    padding: 2.5rem;
}
}

@media screen and (max-width: 768px) {.N-thanksNexus {
    padding: 4rem 0;
}.N-thanksNexus h2 {
    margin-bottom: 2rem;
    font-size: calc(29px - 0.4rem);
}.N-thanksNexus h2::after {
    width: 60px;
    bottom: -12px;
}.N-thanksNexus .A-study-learn {
    padding: 2rem;
}.N-thanksNexus .A-study-learn::before {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 576px) {.N-thanksNexus {
    padding: 3rem 0;
}.N-thanksNexus .container {
    padding: 0 1.5rem;
}.N-thanksNexus h2 {
    font-size: calc(29px - 0.6rem);
    line-height: 1.4;
    margin-bottom: 1.8rem;
}.N-thanksNexus h2::after {
    height: 2px;
    width: 50px;
    bottom: -10px;
}.N-thanksNexus .A-study-learn {
    padding: 1.5rem;
    border-left-width: 3px;
}.N-thanksNexus li span {
    font-size: 17px;
    line-height: 1.7;
}}.H-training-specialist {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(221,222,217);
}.H-training-specialist::before {
    z-index: 1;
    background-size: 30px 30px;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    bottom: 0;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.6;
    right: 0;
    position: absolute;
}.H-training-specialist .container {
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.H-training-specialist .A-client-quotes {
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    display: grid;
    border-radius: 16px;
    background: linear-gradient(145deg, #ffffff, rgb(221,222,217));
    padding: 3rem;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    gap: 2rem;
}.H-training-specialist .A-client-quotes:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
}.H-training-specialist .R-pic-list-wrap {
    width: 150px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 16px;
    height: 150px;
    transform: translateZ(30px);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}.H-training-specialist .A-client-quotes:hover .R-pic-list-wrap {
    transform: translateZ(50px) scale(1.05);
}.H-training-specialist .name {
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
    color: rgb(189,205,222);
    font-size: calc(22px * 1.1);
    text-align: center;
    transform: translateZ(20px);
}.H-training-specialist .A-client-quotes:hover .name {
    transform: translateZ(30px);
}.H-training-specialist .A-client-quotes div:nth-child(2) div {
    font-size: calc(12px * 0.95);
    transform: translateZ(15px);
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
    color: rgb(152,164,194);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
}.H-training-specialist .A-client-quotes:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.H-training-specialist .k-work-area {
    transform: translateZ(10px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    line-height: 1.7;
    color: #000000;
    font-size: 12px;
    padding: 2rem;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    position: relative;
    backdrop-filter: blur(5px);
}.H-training-specialist .A-client-quotes:hover .k-work-area {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px);
}.H-training-specialist .k-work-area::before {
    font-size: 5rem;
    color: rgb(189,205,222,0.5);
    position: absolute;
    top: -1.5rem;
    transition: all 0.4s ease;
    font-family: serif;
    opacity: 0.3;
    line-height: 1;
    content: "";
    left: 1rem;
}.H-training-specialist .A-client-quotes:hover .k-work-area::before {
    opacity: 0.5;
    transform: scale(1.1) translateY(-5px);
}

@media (min-width: 768px) {.H-training-specialist {
    padding: 8rem 0;
}.H-training-specialist .A-client-quotes {
    padding: 4rem;
    gap: 3rem;
    align-items: center;
    grid-template-columns: auto 1fr 2fr;
}.H-training-specialist .R-pic-list-wrap {
    margin: 0;
    height: 180px;
    width: 180px;
}.H-training-specialist .name {
    text-align: left;
    font-size: calc(22px * 1.2);
}.H-training-specialist .A-client-quotes div:nth-child(2) div {
    font-size: 12px;
    text-align: left;
}.H-training-specialist .k-work-area {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.H-training-specialist {
    padding: 10rem 0;
}.H-training-specialist .container {
    padding: 0 3rem;
}.H-training-specialist .A-client-quotes {
    gap: 4rem;
    padding: 5rem;
}.H-training-specialist .R-pic-list-wrap {
    width: 220px;
    height: 220px;
}.H-training-specialist .name {
    margin-bottom: 0.75rem;
    font-size: calc(22px * 1.3);
}.H-training-specialist .A-client-quotes div:nth-child(2) div {
    font-size: calc(12px * 1.05);
    margin-bottom: 1.5rem;
}.H-training-specialist .k-work-area {
    font-size: calc(12px * 1.1);
    padding: 2.5rem;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.H-training-specialist .A-client-quotes {
    padding: 2.5rem 1.5rem;
}.H-training-specialist .R-pic-list-wrap {
    height: 120px;
    width: 120px;
}.H-training-specialist .name {
    margin-top: 1rem;
}.H-training-specialist .k-work-area {
    padding: 1.5rem;
}}.n-cookieInformationAlert {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(221,222,217);
    border-top: 3px solid rgb(189,205,222);
    z-index: 90;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    position: fixed;
}.b-user-tracker {
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding: 20px 15px;
    max-width: 1200px;
}.H-cookie-menu {
    flex-shrink: 0;
    margin-right: 15px;
}.H-cookie-menu svg {
    height: 60px;
    width: 60px;
    fill: rgb(189,205,222);
    transition: fill 0.3s ease;
}.H-cookie-menu svg:hover {
    fill: rgb(152,164,194);
}.Q-cookie-overview {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}.n-cookieInformationAlert h5 {
    color: rgb(189,205,222);
    margin-bottom: 8px;
    font-size: 23px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.n-cookieInformationAlert p {
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 1.5;
}.p-manage-cookies {
    padding: 10px 20px;
    line-height: 35px;
    background: rgb(189,205,222);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    border-radius: 15px;
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
}.p-manage-cookies:hover {
    background: rgb(152,164,194);
    box-shadow: 0 0 10px rgb(152,164,194,0.5);
}#G-enable-cookie-collection {
    background: rgb(189,205,222);
}#C-disable-tracking-cookies {
    background: rgba(0, 0, 0, 0.5);
}.n-cookieInformationAlert p a {
    color: rgb(189,205,222);
    transition: color 0.3s ease;
    text-decoration: underline;
}.n-cookieInformationAlert p a:hover {
    color: rgb(152,164,194);
}
@media only screen and (max-width: 1200px) {.b-user-tracker {
    align-items: center;
    flex-direction: column;
}.H-cookie-menu {
    margin-bottom: 15px;
}.Q-cookie-overview {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.p-manage-cookies {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.b-user-tracker {
    padding: 15px;
}.H-cookie-menu {
    display: none;
}.n-cookieInformationAlert h5 {
    font-size: 20px;
}.n-cookieInformationAlert p {
    font-size: 13px;
}}
#D-cookie-info-banner {
    display: none;
}#D-cookie-info-banner:checked ~ .n-cookieInformationAlert {
    visibility: hidden;
    opacity: 0;
}.d-newsletter-signup {
    overflow: hidden;
    padding: 4rem 2rem;
    border-radius: 10px;
    background: rgb(221,222,217);
    transform: rotateZ(-2deg) scale(0.98);
    position: relative;
}.d-newsletter-signup .container {
    position: relative;
    z-index: 3;
    transform: rotateZ(2deg) scale(1.02);
}.d-newsletter-signup .A-study-learn {
    flex-direction: column;
    display: flex;
    position: relative;
}.d-newsletter-signup::before,
.d-newsletter-signup::after {
    content: "";
    position: absolute;
    border-radius: 10px;
}.d-newsletter-signup::before {
    animation: float 6s ease-in-out infinite;
    filter: blur(15px);
    left: 20px;
    bottom: 20px;
    top: 20px;
    background: linear-gradient(to bottom, rgb(189,205,222,0.5), transparent);
    z-index: 1;
    transform: translateY(-10px);
    right: 20px;
}.d-newsletter-signup::after {
    top: -20px;
    bottom: -20px;
    left: -20px;
    z-index: 0;
    opacity: 0.1;
    right: -20px;
    animation: rotate 120s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        rgb(152,164,194,0.5),
        rgb(152,164,194,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
}.d-newsletter-signup p {
    font-size: 20px;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    color: #000000;
    text-align: left;
    z-index: 2;
    font-weight: 700;
    font-family: Arial, sans-serif;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}.d-newsletter-signup p::after {
    left: 0;
    background: linear-gradient(to right, rgb(189,205,222), transparent);
    height: 4px;
    content: "";
    bottom: 0;
    position: absolute;
    width: 80%;
}.d-newsletter-signup .input_holder {
    transition: transform 0.3s ease;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(152,164,194,0.5);
    gap: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    transform: translateY(0);
    padding: 1.5rem;
    background: #ffffff;
}.d-newsletter-signup .input_holder:hover {
    transform: translateY(-5px);
}.d-newsletter-signup .input_holder::before {
    height: 100%;
    content: "";
    z-index: -1;
    left: 10px;
    position: absolute;
    border-radius: 10px;
    background: rgb(189,205,222,0.5);
    filter: blur(10px);
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    top: 10px;
}.d-newsletter-signup .input_holder:hover::before {
    opacity: 0.5;
}.d-newsletter-signup .L-sub-banners {
    width: 100%;
    border: none;
    padding: 1rem 1.5rem;
    background-color: rgb(221,222,217);
    border-radius: 10px 10px 0 0;
    border-bottom: 3px solid rgb(152,164,194,0.5);
    font-size: 15px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.d-newsletter-signup .L-sub-banners:focus {
    background-color: #ffffff;
    outline: none;
    border-bottom-color: rgb(152,164,194);
}.d-newsletter-signup .d-sub-block {
    border: none;
    overflow: hidden;
    align-self: stretch;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 600;
    background: rgb(189,205,222);
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    padding: 1.2rem 2rem;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
}.d-newsletter-signup .d-sub-block::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: -100%;
    top: 0;
    transition: all 0.5s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
}.d-newsletter-signup .d-sub-block:hover {
    background: rgb(152,164,194);
    box-shadow: 0 5px 15px rgb(189,205,222,0.5);
}.d-newsletter-signup .d-sub-block:hover::before {
    left: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 768px) {.d-newsletter-signup {
    padding: 5rem 3rem;
}.d-newsletter-signup p {
    font-size: 32px;
    max-width: 70%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}.d-newsletter-signup .input_holder {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
}
}

@media screen and (min-width: 992px) {.d-newsletter-signup .A-study-learn {
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    display: grid;
}.d-newsletter-signup p {
    grid-row: 1;
    max-width: 60%;
    margin-bottom: 0;
}.d-newsletter-signup .input_holder {
    max-width: 90%;
    gap: 1rem;
    flex-direction: row;
    align-items: stretch;
    grid-row: 2;
}.d-newsletter-signup .L-sub-banners {
    border: none;
    flex: 1;
    border-left: 3px solid rgb(152,164,194,0.5);
    border-radius: 10px;
}.d-newsletter-signup .L-sub-banners:focus {
    border-left-color: rgb(152,164,194);
}}.j-about-this {
    color: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.j-about-this::before {
    top: 0;
    right: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 35%,
        rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}.j-about-this::after {
    transform: rotate(45deg);
    position: absolute;
    pointer-events: none;
    height: 200%;
    top: -50%;
    background: linear-gradient(45deg, 
        rgb(189,205,222,0.5) 0%,
        transparent 60%);
    z-index: 2;
    width: 80%;
    content: "";
    right: -25%;
}.j-about-this .container {
    padding: 0 20px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.j-about-this .Y-text-frame-item {
    transform: translateX(-20px);
    position: relative;
    opacity: 0;
    animation: slideIn 0.8s ease-out forwards;
}.j-about-this h1 {
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
    font-weight: 700;
    transform: skewX(-5deg);
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 42px;
}.j-about-this h1::before {
    height: 3px;
    background: rgb(152,164,194);
    content: "";
    top: 50%;
    left: 0;
    position: absolute;
    width: 20px;
    transform: translateY(-50%);
}.j-about-this h1::after {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(189,205,222) 0%, 
        rgb(152,164,194) 100%);
    width: 60px;
    height: 3px;
    content: "";
    bottom: -15px;
    left: 0;
}.j-about-this ul {
    grid-template-columns: 1fr;
    list-style: none;
    display: grid;
    gap: 30px;
    padding: 0;
    margin: 0;
}.j-about-this ul li {
    opacity: 0;
    animation-delay: 0.3s;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.05);
    animation: fadeUp 1s ease-out forwards;
    border-radius: 0 10px 10px 0;
    backdrop-filter: blur(5px);
    padding: 30px;
    position: relative;
    border-left: 3px solid rgb(189,205,222);
}.j-about-this ul li:hover {
    transition: all 0.3s ease;
    transform: translateX(5px);
    border-left: 3px solid rgb(152,164,194);
}.j-about-this h4 {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    color: rgb(152,164,194);
    font-size: 24px;
}.j-about-this h4::after {
    background: linear-gradient(90deg, 
        rgb(152,164,194) 0%, 
        transparent 100%);
    content: "";
    bottom: -5px;
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
}.j-about-this span {
    color: #ffffff;
    display: block;
    opacity: 0.9;
    hyphens: auto;
    font-size: 17px;
    column-count: 1;
    column-gap: 40px;
    text-align: justify;
    line-height: 1.7;
}

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

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

@media (min-width: 768px) {.j-about-this {
    padding: 120px 0;
}.j-about-this::after {
    right: -15%;
    top: -30%;
    width: 60%;
}.j-about-this .Y-text-frame-item {
    grid-template-columns: 1fr;
    padding-left: 50px;
    display: grid;
    gap: 50px;
}.j-about-this h1 {
    font-size: calc(42px * 1.2);
    padding-left: 50px;
    margin-bottom: 50px;
}.j-about-this h1::before {
    width: 35px;
}.j-about-this h1::after {
    width: 100px;
}.j-about-this ul {
    position: relative;
}.j-about-this ul::before {
    position: absolute;
    bottom: 0;
    width: 1px;
    content: "";
    left: -40px;
    top: 0;
    background: linear-gradient(to bottom, 
            transparent 0%, 
            rgb(152,164,194,0.5) 50%, 
            transparent 100%);
}.j-about-this ul li {
    padding: 40px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
}.j-about-this ul li:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(10px);
}.j-about-this span {
    column-count: 2;
}
}

@media (min-width: 1024px) {.j-about-this {
    padding: 150px 0;
}.j-about-this::after {
    width: 50%;
}.j-about-this .Y-text-frame-item {
    padding-left: 80px;
}.j-about-this h1 {
    font-size: calc(42px * 1.4);
    transform: skewX(-8deg);
}.j-about-this ul li {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.j-about-this h4 {
    font-size: calc(24px * 1.2);
}.j-about-this span {
    column-count: 3;
}
}

@media (max-width: 767px) {.j-about-this {
    padding: 60px 0;
}.j-about-this h1 {
    font-size: calc(42px * 0.9);
    margin-bottom: 20px;
}.j-about-this ul li {
    padding: 20px;
}.j-about-this span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}.b-analysis-summary {
    padding: 100px 0;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(189,205,222,0.5) 0%, rgb(221,222,217) 50%, rgb(152,164,194,0.5) 100%);
    overflow: hidden;
}.b-analysis-summary::before {
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    content: "";
    background: repeating-radial-gradient(
    circle at 10% 20%,
    rgb(189,205,222,0.5) 0%,
    transparent 40%,
    rgb(152,164,194,0.5) 80%
  );
    left: 0;
}.b-analysis-summary .container {
    gap: 60px;
    max-width: 1200px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    display: grid;
    position: relative;
}.b-analysis-summary .V-pro-extra {
    position: relative;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: center;
    grid-row: 1;
}.b-analysis-summary .y-mentor-statistics {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 42px;
    position: relative;
}.b-analysis-summary .y-mentor-statistics::before {
    content: "";
    position: absolute;
    border-radius: 10px;
    bottom: -15px;
    width: 60%;
    height: 6px;
    background: linear-gradient(90deg, transparent, rgb(189,205,222), transparent);
    left: 20%;
}.b-analysis-summary .T-fast-upgrade {
    margin: 0 auto;
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.8;
    color: #ffffff;
    max-width: 800px;
}.b-analysis-summary .b-statistics-advantage {
    z-index: 2;
    grid-row: 2;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 0;
}.b-analysis-summary .b-statistics-extra {
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    max-width: 300px;
    justify-content: center;
    padding: 30px;
    flex: 1;
    align-items: center;
    min-width: 200px;
    flex-direction: column;
    height: 300px;
    display: flex;
}.b-analysis-summary .b-statistics-extra::before {
    content: "";
    transform: skewY(2deg);
    left: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(221,222,217);
    position: absolute;
    height: 100%;
    transform-origin: top right;
    width: 100%;
    transition: transform 0.4s ease;
    top: 0;
    z-index: -1;
}.b-analysis-summary .b-statistics-extra:hover::before {
    transform: skewY(-2deg);
}.b-analysis-summary .b-statistics-extra::after {
    left: 0;
    background: rgb(189,205,222);
    width: 3px;
    transition: height 0.6s ease;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
}.b-analysis-summary .b-statistics-extra:hover::after {
    height: 100%;
}.b-analysis-summary .b-statistics-extra:nth-child(2n)::after {
    left: auto;
    background: rgb(152,164,194);
    right: 0;
}.b-analysis-summary .b-statistics-extra:nth-child(3n)::after {
    left: 50%;
    top: auto;
    width: 0;
    bottom: 0;
    height: 3px;
    transition: width 0.6s ease;
    transform: translateX(-50%);
}.b-analysis-summary .b-statistics-extra:nth-child(3n):hover::after {
    width: 100%;
    height: 3px;
}.b-analysis-summary .b-statistics-extra h4 {
    position: relative;
    color: rgb(189,205,222);
    font-weight: 700;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    font-size: calc(28px * 1.8);
}.b-analysis-summary .b-statistics-extra:hover h4 {
    transform: scale(1.1);
}.b-analysis-summary .b-statistics-extra:nth-child(2n) h4 {
    color: rgb(152,164,194);
}.b-analysis-summary .b-statistics-extra span {
    font-size: 15px;
    position: relative;
    color: #000000;
    transition: transform 0.3s ease 0.1s;
    max-width: 100%;
    font-weight: 400;
    opacity: 0.9;
    text-align: center;
}.b-analysis-summary .b-statistics-extra:hover span {
    transform: translateY(5px);
}.b-analysis-summary .b-statistics-extra:nth-child(odd) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}.b-analysis-summary .b-statistics-extra:nth-child(even) {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}.b-analysis-summary svg {
    right: 20px;
    width: 30px;
    fill: rgb(189,205,222);
    height: 30px;
    transition: all 0.3s ease;
    top: 20px;
    position: absolute;
    opacity: 0.5;
}.b-analysis-summary .b-statistics-extra:hover svg {
    transform: rotate(15deg);
    opacity: 1;
}.b-analysis-summary svg path {
    transition: fill 0.3s ease;
    fill: rgb(189,205,222);
}.b-analysis-summary .b-statistics-extra:nth-child(2n) svg path {
    fill: rgb(152,164,194);
}.b-analysis-summary .b-statistics-advantage::before {
    height: 0;
    pointer-events: none;
    z-index: 3;
    content: "";
    position: absolute;
    width: 0;
}

@media (max-width: 992px) {.b-analysis-summary {
    padding: 70px 0;
}.b-analysis-summary .b-statistics-advantage {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 20px;
}.b-analysis-summary .b-statistics-extra {
    min-width: 0;
    height: 250px;
    max-width: none;
}
}

@media (max-width: 768px) {.b-analysis-summary {
    padding: 60px 0;
}.b-analysis-summary .y-mentor-statistics {
    font-size: calc(28px * 1.2);
}.b-analysis-summary .b-statistics-advantage {
    grid-template-columns: 1fr;
}.b-analysis-summary .b-statistics-extra {
    height: 200px;
}.b-analysis-summary .b-statistics-extra h4 {
    font-size: calc(28px * 1.5);
}
}

@media (max-width: 576px) {.b-analysis-summary {
    padding: 50px 0;
}.b-analysis-summary .container {
    padding: 0 15px;
    gap: 40px;
}.b-analysis-summary .y-mentor-statistics {
    font-size: 28px;
}.b-analysis-summary .T-fast-upgrade {
    font-size: calc(15px * 0.9);
}.b-analysis-summary .b-statistics-extra {
    height: 180px;
    padding: 20px;
}.b-analysis-summary .b-statistics-extra h4 {
    font-size: calc(28px * 1.3);
}.b-analysis-summary .b-statistics-extra span {
    font-size: calc(15px * 0.9);
}}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.b-analysis-summary .b-statistics-extra {
    opacity: 0;
    animation: floatIn 0.5s ease forwards;
}.b-analysis-summary .b-statistics-extra:nth-child(1) {
    animation-delay: 0.1s;
}.b-analysis-summary .b-statistics-extra:nth-child(2) {
    animation-delay: 0.2s;
}.b-analysis-summary .b-statistics-extra:nth-child(3) {
    animation-delay: 0.3s;
}.b-analysis-summary .b-statistics-extra:nth-child(4) {
    animation-delay: 0.4s;
}.b-analysis-summary::after {
    z-index: -1;
    pointer-events: none;
    bottom: 0;
    position: absolute;
    height: 0;
    left: 0;
    content: "";
    width: 100%;
}.b-analysis-summary .container::after {
    top: -50px;
    right: -50px;
    content: "";
    animation: pulse 8s infinite alternate;
    border-radius: 50%;
    height: 200px;
    background: rgb(189,205,222,0.5);
    position: absolute;
    z-index: -1;
    filter: blur(100px);
    width: 200px;
}@keyframes pulse {
  0% {
    opacity: 0.1;
    transform: scale(0.8);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}header {
    z-index: 99;
    background: rgb(221,222,217);
    overflow: visible;
    position: relative;
    width: 100%;
}header::before {
    background: linear-gradient(90deg, rgb(189,205,222,0.5) 0%, transparent 50%, rgb(189,205,222,0.5) 100%);
    opacity: 0.15;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
}header .a-nav-section {
    display: grid;
    gap: 15px;
    padding: 20px;
    position: relative;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .a-nav-section::after {
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(189,205,222,0.5), transparent);
    width: 100%;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
}header .a-nav-section .Q-top-skill {
    justify-self: center;
    padding: 5px 20px 15px;
    z-index: 10;
    position: relative;
}header .a-nav-section .Q-top-skill::before,
header .a-nav-section .Q-top-skill::after {
    height: 90%;
    position: absolute;
    border-radius: 10px;
    content: "";
    width: 90%;
}header .a-nav-section .Q-top-skill::before {
    border-left: 2px solid rgb(189,205,222);
    left: -5px;
    transform: scale(0);
    border-top: 2px solid rgb(189,205,222);
    transition: transform 0.3s ease;
    top: -5px;
    transform-origin: top left;
}header .a-nav-section .Q-top-skill::after {
    border-right: 2px solid rgb(152,164,194);
    transform: scale(0);
    bottom: -5px;
    transform-origin: bottom right;
    transition: transform 0.3s ease;
    border-bottom: 2px solid rgb(152,164,194);
    right: -5px;
}header .a-nav-section .Q-top-skill:hover::before,
header .a-nav-section .Q-top-skill:hover::after {
    transform: scale(1);
}header .a-nav-section .Q-top-skill .L-head-mainbar {
    transition: transform 0.3s ease;
    display: block;
}header .a-nav-section .Q-top-skill .L-head-mainbar svg {
    height: 60px;
    width: auto;
}header .a-nav-section .b-top-learn {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 20px 0 10px;
    background: linear-gradient(180deg, transparent, rgb(152,164,194) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
}header .a-nav-section .b-top-learn::before,
header .a-nav-section .b-top-learn::after {
    position: absolute;
    width: 2px;
    content: "";
    top: 15%;
    height: 70%;
    background: rgb(189,205,222,0.5);
}header .a-nav-section .b-top-learn::before {
    left: 0;
}header .a-nav-section .b-top-learn::after {
    right: 0;
}header .a-nav-section .b-top-learn .H-top-start {
    margin: 0;
    transition: transform 0.3s ease;
    position: relative;
    padding: 0 15px;
}header .a-nav-section .b-top-learn .H-top-start:not(:last-child)::after {
    width: 1px;
    content: "";
    right: 0;
    top: 20%;
    height: 60%;
    background: rgb(152,164,194,0.5);
    position: absolute;
}header .a-nav-section .b-top-learn .H-top-start:hover {
    transform: translateY(-3px);
}header .a-nav-section .b-top-learn .H-top-start a {
    font-size: 13px;
    text-align: center;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    transition: color 0.3s ease;
}header .a-nav-section .b-top-learn .H-top-start a:hover {
    color: rgb(189,205,222);
}header .a-nav-section .b-top-learn .H-top-start a::before {
    transform: scaleX(0);
    width: 100%;
    content: "";
    position: absolute;
    height: 2px;
    transition: transform 0.3s ease;
    background: rgb(152,164,194);
    bottom: 5px;
    left: 0;
}header .a-nav-section .b-top-learn .H-top-start a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .a-nav-section {
    grid-template-rows: auto auto;
    padding: 15px 30px;
    grid-template-columns: 1fr;
}header .a-nav-section .b-top-learn {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .a-nav-section {
    grid-template-rows: auto auto;
    padding: 15px;
    gap: 10px;
}header .a-nav-section .Q-top-skill {
    padding: 5px 10px;
}header .a-nav-section .Q-top-skill .L-head-mainbar svg {
    height: 45px;
}header .a-nav-section .b-top-learn {
    padding: 15px 0 10px;
}header .a-nav-section .b-top-learn .H-top-start {
    padding: 0 10px;
}header .a-nav-section .b-top-learn .H-top-start a {
    padding: 8px 3px;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .a-nav-section .b-top-learn {
    flex-wrap: wrap;
    justify-content: center;
}header .a-nav-section .b-top-learn .H-top-start {
    margin: 3px 0;
}header .a-nav-section .b-top-learn .H-top-start:not(:last-child)::after {
    display: none;
}}footer {
    position: relative;
    width: 100%;
}.k-contest-info {
    padding: 80px 0 30px;
    background-color: rgb(189,205,222);
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}.k-contest-info::before {
    z-index: 0;
    position: absolute;
    content: "";
    top: 0;
    width: 60%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: rgb(189,205,222);
    right: 0;
    height: 100%;
}footer .k-contest-info::after {
    width: 200px;
    opacity: 0.3;
    right: 15%;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgb(189,205,222), transparent 70%);
    top: 50px;
    height: 200px;
    position: absolute;
}footer .u-footer-social {
    position: relative;
    z-index: 1;
}footer .e-contact-help {
    gap: 10px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}footer .info_item {
    margin-right: 10px;
    flex: 0 1 auto;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg);
    margin-bottom: 10px;
    padding: 15px 25px;
}footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(189,205,222);
}footer .info_item svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    transform: skewX(5deg);
}footer .info_item p,
footer .info_item a {
    font-size: 15px;
    vertical-align: middle;
    transform: skewX(5deg);
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 40px;
}footer .Q-top-skill {
    padding-left: 20px;
    position: relative;
}footer .Q-top-skill::before {
    height: 100%;
    top: 0;
    width: 5px;
    left: 0;
    background-color: rgb(189,205,222);
    position: absolute;
    content: "";
}footer .Q-top-skill svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: auto;
    height: 45px;
}footer .H-tech-stack {
    max-width: 320px;
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}footer .b-top-learn {
    position: relative;
}footer .b-top-learn h5 {
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
}footer .b-top-learn h5::after {
    height: 3px;
    bottom: 0;
    width: 50px;
    background-color: rgb(189,205,222);
    position: absolute;
    content: "";
    left: 0;
}footer .i-main-pagebar {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    margin-bottom: 25px;
}footer .i-main-pagebar a {
    transition: all 0.3s ease;
    padding-left: 0;
    position: relative;
    font-size: 15px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}footer .i-main-pagebar a::before {
    position: absolute;
    content: "→";
    color: rgb(189,205,222);
    transition: all 0.3s ease;
    left: -20px;
    opacity: 0;
}footer .i-main-pagebar a:hover {
    color: rgb(189,205,222);
    padding-left: 20px;
}footer .i-main-pagebar a:hover::before {
    left: 0;
    opacity: 1;
}footer .subscribe_holder {
    border-left: 5px solid rgb(189,205,222);
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 19px;
    padding: 30px;
}footer .subscribe_holder::before {
    top: -20px;
    content: "";
    opacity: 0.2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgb(189,205,222);
    position: absolute;
    z-index: -1;
    right: -20px;
}footer .subscribe_holder h5 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: 1px;
}footer .subscribe_holder p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 14px 16px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(189,205,222);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .d-sub-block {
    font-weight: 600;
    font-size: 15px;
    border: none;
    background-color: rgb(189,205,222);
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 14px 20px;
    text-transform: uppercase;
    color: #ffffff;
}footer .d-sub-block:hover {
    background-color: rgb(152,164,194);
    transform: translateX(5px);
}footer .N-donate-btn {
    position: relative;
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .D-recycle-info {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .i-main-pagebar {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .d-sub-block {
    white-space: nowrap;
}footer .i-main-pagebar a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .k-contest-info::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background-color: rgb(189,205,222);
    opacity: 0.7;
    width: 100%;
}
}

@media (max-width: 767px) {footer .k-contest-info {
    padding: 60px 0 30px;
}footer .e-contact-help {
    margin-bottom: 40px;
    justify-content: center;
}footer .b-top-learn h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .N-donate-btn {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .k-contest-info {
    padding: 50px 0 20px;
}footer .info_item {
    width: 100%;
    margin-right: 0;
}footer .i-main-pagebar {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .d-sub-block {
    padding: 12px 15px;
}
}