﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    auto;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    width: 1148px;
    max-width: 100%;
}.keydata_viz {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.keyheader_base {
    flex: 1 0 auto;
}.keywrapper-skeleton {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.keylocation_info {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 0;
    background: rgb(230,225,233);
}.keylocation_info::before {
    background: 
        linear-gradient(120deg, rgba(rgb(201,191,208,0.5), 0.03), transparent 70%),
        repeating-linear-gradient(45deg, rgba(rgb(201,191,208,0.5), 0.02) 0px, rgba(rgb(201,191,208,0.5), 0.02) 1px, transparent 1px, transparent 10px);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    transform: skewY(-2deg) translateY(-3%);
}.keylocation_info::after {
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(135deg, rgb(201,191,208), rgb(165,152,173));
    width: 200px;
    right: -80px;
    content: "";
    height: 200px;
    bottom: -80px;
    z-index: 0;
    filter: blur(60px);
    border-radius: 50%;
}.keylocation_info .container {
    z-index: 1;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.keylocation_info .keyedu_askus {
    background: #ffffff;
    padding: 3rem;
    border-radius: 27px;
    position: relative;
    transform: translateY(0);
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}.keylocation_info .keyedu_askus:hover {
    transform: translateY(-5px);
}.keylocation_info .keyedu_askus::before {
    width: 3px;
    height: 0;
    animation: progressLine 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(201,191,208), rgb(165,152,173));
    content: "";
    position: absolute;
}@keyframes progressLine {
    to { height: 100%; }
}

.keylocation_info h3 {
    font-size: 33px;
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
}.keylocation_info h3::after {
    bottom: -8px;
    content: "";
    width: 60%;
    height: 3px;
    animation: slideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    left: 0;
    position: absolute;
    background: rgb(201,191,208);
    transform-origin: left;
}@keyframes slideIn {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.keylocation_info p {
    line-height: 1.6;
    transform: translateY(10px);
    color: #000000;
    font-size: 17px;
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: fadeUpIn 0.6s ease forwards 0.4s;
}@keyframes fadeUpIn {
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

.keylocation_info h5 {
    animation: fadeUpIn 0.6s ease forwards 0.6s;
    margin-bottom: 0.5rem;
    opacity: 0;
    font-weight: 600;
    display: flex;
    transform: translateY(10px);
    align-items: center;
    color: #000000;
    font-size: 19px;
}.keylocation_info h5 svg {
    transition: transform 0.3s ease;
    transform: scale(0.9);
    margin-left: 0.5rem;
}.keylocation_info .keycontact_query {
    margin: 2rem 0 0;
    gap: 1rem;
    padding: 0;
    flex-direction: column;
    display: flex;
    list-style: none;
}.keylocation_info .keycontact_query li {
    animation: slideRightIn 0.5s ease forwards;
    transform: translateX(-10px);
    opacity: 0;
}.keylocation_info .keycontact_query li:nth-child(1) {
    animation-delay: 0.8s;
}.keylocation_info .keycontact_query li:nth-child(2) {
    animation-delay: 1s;
}.keylocation_info .keycontact_query li:nth-child(3) {
    animation-delay: 1.2s;
}@keyframes slideRightIn {
    to { 
        opacity: 1;
        transform: translateX(0);
    }
}

.keylocation_info .keyedu_talk {
    align-items: center;
    border-radius: 10px;
    display: flex;
    background: rgba(rgb(201,191,208,0.5), 0.05);
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    padding: 0.75rem 1rem;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    color: #000000;
}.keylocation_info .keyedu_talk::before {
    content: "";
    transform: translateX(-100%);
    z-index: 0;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(rgb(201,191,208,0.5), 0.1), transparent);
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    height: 100%;
}.keylocation_info .keyedu_talk:hover {
    color: rgb(201,191,208);
    transform: translateX(5px);
}.keylocation_info .keyedu_talk:hover::before {
    transform: translateX(0);
}.keylocation_info .keyedu_talk svg {
    transition: transform 0.3s ease;
    position: relative;
    margin-left: 0.5rem;
    z-index: 1;
}.keylocation_info .keyedu_talk:hover svg {
    transform: scale(1.1) rotate(5deg);
}.keylocation_info svg path {
    transition: fill 0.3s ease;
}.keylocation_info .keyedu_talk:hover svg path {
    fill: rgb(201,191,208);
}

@media (min-width: 768px) {.keylocation_info .keyedu_askus {
    padding: 3.5rem;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}.keylocation_info .keycontact_query {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.5rem;
}.keylocation_info .keycontact_query li {
    flex: 1;
    min-width: 200px;
}.keylocation_info h3 {
    font-size: calc(33px * 1.1);
}
}

@media (min-width: 992px) {.keylocation_info {
    padding: 7rem 0;
}.keylocation_info .keyedu_askus {
    border-radius: calc(27px * 1.5);
    margin: 0 auto;
    max-width: 85%;
    padding: 4rem;
}.keylocation_info::before {
    transform: skewY(-3deg) translateY(-5%);
}.keylocation_info h3 {
    margin-bottom: 2rem;
}.keylocation_info p {
    font-size: calc(17px * 1.05);
    line-height: 1.7;
}.keylocation_info .keyedu_talk {
    padding: 1rem 1.25rem;
}
}

@media (max-width: 767px) {.keylocation_info {
    padding: 3rem 0;
}.keylocation_info .keyedu_askus {
    padding: 2rem;
    border-radius: 10px;
}.keylocation_info h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 1.25rem;
}.keylocation_info p {
    margin-bottom: 1.25rem;
}.keylocation_info .keyedu_talk {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
}.keylocation_info .keyedu_talk svg {
    transform: scale(0.85);
}.keylocation_info h5 svg {
    transform: scale(0.8);
}.keylocation_info .keycontact_query {
    gap: 0.75rem;
    margin-top: 1.5rem;
}}.keytraining_method {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgba(245, 245, 250, 0.9) 100%);
}.keytraining_method::before {
    opacity: 0.15;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    z-index: 0;
    height: 25rem;
    filter: blur(7rem);
    animation: pulse 15s infinite alternate ease-in-out;
    background: linear-gradient(120deg, rgb(201,191,208,0.5) 0%, rgb(165,152,173,0.5) 100%);
    right: -5%;
    width: 25rem;
    top: -10%;
}.keytraining_method::after {
    z-index: 0;
    content: "";
    position: absolute;
    width: 30rem;
    height: 30rem;
    left: -10%;
    filter: blur(10rem);
    animation: float 20s infinite alternate ease-in-out;
    background: linear-gradient(-45deg, rgb(165,152,173,0.5) 0%, rgb(201,191,208,0.5) 100%);
    bottom: -5%;
    transform: rotate(25deg);
    opacity: 0.1;
}.keytraining_method .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
}.keytraining_method .keymethod_edu {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3.5rem 3rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    background: #ffffff;
}.keytraining_method .keymethod_edu:hover {
    transform: perspective(1000px) rotateY(0deg);
}.keytraining_method .keymethod_edu::before {
    top: 0;
    width: 5px;
    position: absolute;
    height: 100%;
    left: 0;
    transform: translateX(-5px);
    content: "";
    background: linear-gradient(to bottom, rgb(201,191,208), rgb(165,152,173));
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.keytraining_method .keymethod_edu:hover::before {
    transform: translateX(0);
}.keytraining_method .keymethod_edu::after {
    content: "";
    right: 3rem;
    height: 8rem;
    top: 3rem;
    transform: rotate(15deg);
    z-index: -1;
    position: absolute;
    width: 8rem;
    opacity: 0.08;
}.keytraining_method h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.9);
    position: relative;
    color: #000000;
    font-weight: 700;
}.keytraining_method h3::after {
    transform: scaleX(0.7);
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(201,191,208), transparent);
    height: 3px;
    opacity: 0.7;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s ease;
    width: 75%;
    transform-origin: left;
    position: absolute;
    bottom: -0.5rem;
}.keytraining_method .keymethod_edu:hover h3::after {
    transform: scaleX(1);
    opacity: 1;
}.keytraining_method p {
    position: relative;
    transform: translateY(0);
    line-height: 1.75;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease-in;
    opacity: 0.9;
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
}.keytraining_method .keymethod_edu:hover p {
    transform: translateY(-3px);
    opacity: 1;
}.keytraining_method p span {
    z-index: 1;
    position: relative;
    display: inline-block;
}.keytraining_method p span::before {
    background: rgba(rgb(201,191,208,0.5), 0.06);
    left: 0;
    width: 100%;
    bottom: 0;
    content: "";
    height: 0;
    transition: height 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    position: absolute;
}.keytraining_method .keymethod_edu:hover p span::before {
    height: 100%;
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(-15deg) scale(1);
    }
    50% {
        transform: rotate(-10deg) scale(1.1);
    }
}

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

@media (max-width: 992px) {.keytraining_method {
    padding: 6rem 0;
}.keytraining_method .keymethod_edu {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(-1deg);
}.keytraining_method h3 {
    font-size: calc(29px * 0.8);
}.keytraining_method .keymethod_edu::after {
    right: 2rem;
    height: 6rem;
    top: 2rem;
    width: 6rem;
}
}

@media (max-width: 768px) {.keytraining_method {
    padding: 5rem 0;
}.keytraining_method .keymethod_edu {
    padding: 2rem 1.75rem;
    transform: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07), 0 3px 10px rgba(0, 0, 0, 0.05);
}.keytraining_method .keymethod_edu::before {
    height: 8px;
    top: 0;
    width: 100%;
    transform: translateY(-8px);
    background: linear-gradient(to right, rgb(201,191,208), rgb(165,152,173));
    left: 0;
}.keytraining_method .keymethod_edu:hover::before {
    transform: translateY(0);
}.keytraining_method h3 {
    font-size: calc(29px * 0.7);
}.keytraining_method p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.keytraining_method .keymethod_edu::after {
    width: 5rem;
    height: 5rem;
    opacity: 0.05;
}
}

@media (max-width: 576px) {.keytraining_method {
    padding: 4rem 0;
}.keytraining_method .keymethod_edu {
    padding: 1.75rem 1.25rem;
}.keytraining_method h3 {
    margin-bottom: 1.25rem;
    font-size: calc(29px * 0.65);
}.keytraining_method p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.keytraining_method .keymethod_edu::after {
    display: none;
}}.keycookie_warning_panel {
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    position: fixed;
    z-index: 100;
    padding: 20px 0;
    border-top: 3px solid rgb(201,191,208);
    width: 100%;
    background: rgb(230,225,233);
    bottom: 0;
    justify-content: center;
}.keycookies_consent {
    border: 2px solid rgb(201,191,208);
    align-items: center;
    max-width: 1200px;
    padding: 20px;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
    border-radius: 14px;
    justify-content: space-between;
    display: flex;
}.keyuser_safety {
    margin-right: 20px;
    flex-shrink: 0;
}.keyuser_safety svg {
    fill: rgb(201,191,208);
    width: 50px;
    height: 50px;
}.keycookie_review {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.keycookie_review h5 {
    color: rgb(201,191,208);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 700;
}.keycookie_review p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}.keycookie_review p a {
    text-decoration: underline;
    color: rgb(201,191,208);
}.keycookies_tracking {
    cursor: pointer;
    flex-shrink: 0;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
    background: rgb(201,191,208);
    border: none;
    min-width: 120px;
    padding: 10px 20px;
    color: #ffffff;
}.cookie_button.keydata_comply {
    margin-right: 10px;
}#keycookieWarningBanner {
    display: none;
}#keycookieWarningBanner:checked ~ .keycookie_warning_panel {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.keycookies_consent {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.keyuser_safety {
    margin-bottom: 20px;
    margin-right: 0;
}.keycookies_tracking {
    margin: 10px 0;
    width: 100%;
    max-width: 250px;
}}
.keytake_a_spin {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(170deg, rgb(201,191,208) 0%, rgb(165,152,173) 100%);
    overflow: hidden;
    z-index: 1;
}.keytake_a_spin::before {
    transform: perspective(500px) rotateX(60deg);
    top: 0;
    animation: gridMove 20s linear infinite;
    content: '';
    position: absolute;
    opacity: 0.05;
    left: 0;
    z-index: -1;
    transform-origin: center top;
    width: 100%;
    background-size: 30px 30px;
    height: 100%;
    background-image: 
        linear-gradient(#ffffff 1px, transparent 1px),
        linear-gradient(to right, #ffffff 1px, transparent 1px);
}.keytake_a_spin::after {
    top: 0;
    background: radial-gradient(
        circle at 30% 30%,
        rgb(165,152,173) 0%,
        transparent 50%
    ),
    radial-gradient(
        circle at 70% 70%,
        rgb(201,191,208) 0%,
        transparent 50%
    );
    position: absolute;
    opacity: 0.1;
    height: 100%;
    content: '';
    z-index: -1;
    animation: colorShift 15s ease-in-out infinite alternate;
    width: 100%;
    filter: blur(60px);
    left: 0;
}.keytake_a_spin .keymethod_edu {
    display: flex;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    max-width: 1000px;
    z-index: 2;
    align-items: center;
}.keytake_a_spin .keymethod_edu::before {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    animation: orbitRotate 20s linear infinite;
    width: 200px;
    position: absolute;
    right: -100px;
    border-radius: 50%;
    height: 200px;
    top: -100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: '';
}.keytake_a_spin .keymethod_edu::after {
    position: absolute;
    animation: orbitRotate 15s linear infinite reverse;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    bottom: -75px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: '';
    border-radius: 50%;
    height: 150px;
    width: 150px;
    left: -75px;
}.keytake_a_spin h3 {
    margin-bottom: 55px;
    text-shadow: 0 0 15px #ffffff;
    font-family: Arial, sans-serif;
    animation: textPulse 4s ease-in-out infinite alternate;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}.keytake_a_spin h3::before {
    left: -2px;
    text-shadow: none;
    color: rgb(165,152,173);
    opacity: 0.6;
    z-index: -1;
    content: attr(data-text);
    filter: blur(1px);
    position: absolute;
    top: 0;
    animation: glitchText 3s infinite linear alternate;
    height: 100%;
    width: 100%;
}.keytake_a_spin h3::after {
    animation: barPulse 2s ease-in-out infinite;
    left: 50%;
    opacity: 0.7;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    position: absolute;
    bottom: -20px;
    content: '';
    transform: translateX(-50%);
    box-shadow: 0 0 10px #ffffff;
    height: 3px;
    width: 50px;
}.keytake_a_spin .keyedu_talk {
    border: 2px solid #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    color: #ffffff;
    position: relative;
    padding: 18px 48px;
    text-decoration: none;
    z-index: 1;
    font-size: 19px;
    overflow: hidden;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    letter-spacing: 2px;
    background: transparent;
    text-transform: uppercase;
}.keytake_a_spin .keyedu_talk::before {
    content: '';
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
    left: -100%;
    transition: all 0.4s ease;
    height: 100%;
    background: #ffffff;
}.keytake_a_spin .keyedu_talk::after {
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    animation: patternMove 3s linear infinite;
    top: 0;
    background: linear-gradient(
        -45deg,
        transparent 25%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.1) 75%
    );
    opacity: 0;
    content: '';
    transition: opacity 0.4s ease;
    background-size: 10px 10px;
}.keytake_a_spin .keyedu_talk:hover {
    color: rgb(201,191,208);
    border-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}.keytake_a_spin .keyedu_talk:hover::before {
    left: 0;
}.keytake_a_spin .keyedu_talk:hover::after {
    opacity: 0.3;
}

@media screen and (max-width: 992px) {.keytake_a_spin {
    padding: 80px 0;
}.keytake_a_spin .keymethod_edu::before {
    top: -75px;
    right: -75px;
    width: 150px;
    height: 150px;
}.keytake_a_spin .keymethod_edu::after {
    left: -60px;
    bottom: -60px;
    height: 120px;
    width: 120px;
}.keytake_a_spin h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 45px;
}.keytake_a_spin .keyedu_talk {
    padding: 16px 42px;
}
}

@media screen and (max-width: 768px) {.keytake_a_spin {
    padding: 70px 0;
}.keytake_a_spin .keymethod_edu::before {
    height: 100px;
    right: -50px;
    width: 100px;
    top: -50px;
}.keytake_a_spin .keymethod_edu::after {
    left: -40px;
    bottom: -40px;
    width: 80px;
    height: 80px;
}.keytake_a_spin h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(32px * 0.8);
}.keytake_a_spin h3::after {
    bottom: -15px;
    width: 40px;
}.keytake_a_spin .keyedu_talk {
    padding: 14px 36px;
    font-size: calc(19px * 0.95);
}
}

@media screen and (max-width: 576px) {.keytake_a_spin {
    padding: 60px 0;
}.keytake_a_spin .keymethod_edu::before {
    width: 70px;
    top: -35px;
    height: 70px;
    right: -35px;
}.keytake_a_spin .keymethod_edu::after {
    bottom: -25px;
    height: 50px;
    width: 50px;
    left: -25px;
}.keytake_a_spin h3 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.7);
    letter-spacing: 1px;
}.keytake_a_spin h3::after {
    height: 2px;
    bottom: -12px;
    width: 30px;
}.keytake_a_spin .keyedu_talk {
    letter-spacing: 1px;
    font-size: calc(19px * 0.9);
    padding: 12px 30px;
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes colorShift {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes orbitRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes textPulse {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}

@keyframes glitchText {
    0% {
        left: -2px;
        filter: blur(1px);
    }
    25% {
        left: 2px;
        filter: blur(0);
    }
    50% {
        left: -1px;
        filter: blur(1px);
    }
    75% {
        left: 1px;
        filter: blur(0);
    }
    100% {
        left: -2px;
        filter: blur(1px);
    }
}

@keyframes barPulse {
    0%, 100% {
        opacity: 0.7;
        width: 50px;
    }
    50% {
        opacity: 1;
        width: 70px;
    }
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 10px 10px;
    }
}header .keynav_master {
    display: flex;
    left: 0;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    background: linear-gradient(to right, rgb(165,152,173) 0%, rgb(201,191,208,0.5) 100%);
    padding: 1.5rem;
    box-shadow: 0 0 20px 2px rgb(201,191,208,0.5);
    border-radius: 0;
    z-index: 99;
}header .keynav_master::before {
    background-size: 15px 15px;
    width: 200%;
    content: "";
    background: radial-gradient(circle, rgb(165,152,173,0.5) 1%, transparent 10%);
    animation: backgroundShift 20s linear infinite;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    height: 200%;
    left: -50%;
    top: -50%;
}header .keynav_master::after {
    animation: gradientSlide 5s ease infinite;
    height: 100%;
    top: 0;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 48%, rgb(165,152,173) 49%, rgb(165,152,173) 51%, transparent 52%);
    content: "";
    position: absolute;
    width: 100%;
    background-size: 200% 200%;
    left: 0;
    z-index: -1;
}header .keynav_master .keytop_learning {
    overflow: visible;
    position: relative;
}header .keynav_master .keytop_learning::after {
    background: rgb(165,152,173);
    transform: scaleX(0);
    bottom: -8px;
    content: "";
    box-shadow: 0 0 8px 2px rgb(165,152,173);
    height: 2px;
    left: 0;
    width: 100%;
    animation: neonPulse 3s infinite alternate;
    position: absolute;
    transform-origin: left;
}header .keynav_master .keytop_learning .keytop_primary {
    transform: perspective(800px) rotateY(0deg);
    position: relative;
    display: block;
    transition: all 0.5s ease;
}header .keynav_master .keytop_learning .keytop_primary:hover {
    transform: perspective(800px) rotateY(15deg);
}header .keynav_master .keytop_learning svg {
    filter: drop-shadow(0 0 5px rgb(165,152,173,0.5));
    width: 120px;
    height: auto;
}header .keynav_master .keynav_expert {
    padding: 0;
    margin: 0;
    display: flex;
    perspective: 800px;
    list-style: none;
    position: relative;
}header .keynav_master .keynav_expert::before {
    top: 105%;
    height: 2px;
    content: "";
    left: 0;
    width: 100%;
    animation: neonPulse 4s infinite alternate-reverse;
    background: rgb(201,191,208);
    position: absolute;
    transform: scaleX(0.5);
    box-shadow: 0 0 10px 2px rgb(201,191,208);
}header .keynav_master .keynav_class {
    transition: transform 0.3s ease;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(0);
    margin: 0 0.5rem;
}header .keynav_master .keynav_class:hover {
    transform: translateZ(20px);
}header .keynav_master .keynav_class a {
    transition: color 0.3s ease, text-shadow 0.3s ease;
    border: 1px solid transparent;
    text-decoration: none;
    display: block;
    color: #ffffff;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
}header .keynav_master .keynav_class a::before {
    opacity: 0;
    content: "";
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
    transform: scale(0.9);
    width: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: rgb(201,191,208,0.5);
}header .keynav_master .keynav_class a:hover {
    color: rgb(165,152,173);
    text-shadow: 0 0 5px rgb(165,152,173,0.5);
    border: 1px solid rgb(165,152,173,0.5);
}header .keynav_master .keynav_class a:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .keynav_master {
    box-sizing: border-box;
    padding: 1rem;
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
}header .keynav_master .keytop_learning {
    margin-bottom: 1.5rem;
}header .keynav_master .keynav_expert {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .keynav_master .keynav_expert::before {
    bottom: -10px;
    top: auto;
}header .keynav_master .keynav_class {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .keynav_master {
    padding: 0.75rem;
}header .keynav_master .keynav_expert {
    flex-direction: column;
    align-items: center;
}header .keynav_master .keynav_class {
    margin: 0.25rem 0;
    text-align: center;
    width: 100%;
}header .keynav_master .keytop_learning svg {
    width: 100px;
}header .keynav_master .keytop_learning::after {
    left: 10%;
    width: 80%;
}}.keydata_viz {
    font-family: Arial, sans-serif;
    background-color: rgb(230,225,233);
    position: relative;
    padding: 5rem 0 2rem;
    color: #000000;
}.keydata_viz::before {
    opacity: 0.05;
    left: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(201,191,208,0.5) 100%);
    right: 0;
    position: absolute;
    height: 250px;
    bottom: 0;
    z-index: 0;
    content: '';
}.keydata_viz .container {
    z-index: 1;
    position: relative;
}.keydata_viz .keytrade_mark {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}.keydata_viz .keycourse_faq {
    border-bottom: 1px solid rgb(165,152,173,0.5);
    position: relative;
    gap: 1.5rem;
    display: grid;
    padding-bottom: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.keydata_viz .keycourse_faq::after {
    left: 0;
    bottom: -1px;
    height: 3px;
    content: '';
    width: 60px;
    background-color: rgb(201,191,208);
    position: absolute;
}.keydata_viz .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.keydata_viz .info_item:hover {
    transform: translateX(5px);
}.keydata_viz .info_item p,
.keydata_viz .info_item a {
    display: flex;
    font-size: 12px;
    align-items: center;
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
    gap: 0.75rem;
}.keydata_viz .info_item a:hover {
    color: rgb(201,191,208);
}.keydata_viz .info_item svg {
    height: 20px;
    flex-shrink: 0;
    fill: rgb(201,191,208);
    width: 20px;
}.keydata_viz .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 3rem;
    display: grid;
}.keydata_viz .keytop_learning {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.keydata_viz .keytop_learning svg {
    max-width: 160px;
    transition: opacity 0.3s ease;
    height: auto;
}.keydata_viz .keytop_learning svg:hover {
    opacity: 0.8;
}.keydata_viz .keyfaq_block {
    font-size: 12px;
    opacity: 0.8;
    color: #000000;
    line-height: 1.6;
    max-width: 300px;
}.keydata_viz .keynav_expert {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.keydata_viz .keynav_expert h5 {
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 24px;
    margin-bottom: 0.5rem;
}.keydata_viz .keynav_teach {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.keydata_viz .keynav_teach a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    color: #000000;
    position: relative;
    font-size: 12px;
    text-decoration: none;
    padding-left: 0;
}.keydata_viz .keynav_teach a::before {
    height: 1px;
    top: 50%;
    left: -10px;
    content: '';
    transition: width 0.3s ease, left 0.3s ease;
    transform: translateY(-50%);
    width: 0;
    position: absolute;
    background-color: rgb(201,191,208);
}.keydata_viz .keynav_teach a:hover {
    padding-left: 12px;
    color: rgb(201,191,208);
}.keydata_viz .keynav_teach a:hover::before {
    width: 10px;
    left: 0;
}.keydata_viz .subscribe_holder {
    border-radius: 21px;
    padding: 2rem;
    background-color: #ffffff;
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}.keydata_viz .subscribe_holder h5 {
    font-weight: 600;
    color: #000000;
    font-size: 24px;
}.keydata_viz .subscribe_holder p {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}.keydata_viz .input_holder {
    gap: 0.5rem;
    position: relative;
    display: flex;
}.keydata_viz .input_holder input[type="email"] {
    border: 1px solid rgb(165,152,173,0.5);
    padding: 1rem 1.25rem;
    color: #000000;
    flex: 1;
    border-radius: 10px;
    font-size: 12px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
}.keydata_viz .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(201,191,208,0.5);
    border-color: rgb(201,191,208);
    outline: none;
}.keydata_viz .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.keydata_viz .keynews_container {
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    background-color: rgb(201,191,208);
    border-radius: 10px;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border: none;
    font-size: 15px;
    cursor: pointer;
}.keydata_viz .keynews_container:hover {
    background-color: rgb(165,152,173);
    transform: translateY(-2px);
}.keydata_viz .keyalumni_net {
    border-top: 1px solid rgb(165,152,173,0.5);
    padding-top: 1.5rem;
    margin-top: 3rem;
    text-align: center;
}.keydata_viz .keyfooter_careers {
    color: #000000;
    font-size: 12px;
    opacity: 0.8;
}.keydata_viz .keynav_teach:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.keydata_viz .keynav_teach:first-child::after {
    width: 30px;
    bottom: -0.75rem;
    left: 0;
    height: 1px;
    position: absolute;
    content: '';
    background-color: rgb(165,152,173,0.5);
}.keydata_viz {
    background-blend-mode: overlay;
    background-image: 
        linear-gradient(rgb(165,152,173,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(165,152,173,0.5) 1px, transparent 1px);
    background-position: center;
    background-size: 40px 40px;
    background-attachment: fixed;
    background-repeat: repeat;
}

@media (max-width: 1024px) {.keydata_viz {
    padding: 4rem 0 2rem;
}.keydata_viz .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.keydata_viz .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.keydata_viz {
    padding: 3.5rem 0 1.5rem;
}.keydata_viz .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.keydata_viz .subscribe_holder {
    grid-column: auto;
}.keydata_viz .keycourse_faq {
    grid-template-columns: 1fr 1fr;
}.keydata_viz .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.keydata_viz {
    padding: 3rem 0 1.5rem;
}.keydata_viz .keycourse_faq {
    grid-template-columns: 1fr;
}.keydata_viz .input_holder {
    flex-direction: column;
}.keydata_viz .keynews_container {
    width: 100%;
}.keydata_viz .keytop_learning,
    .keydata_viz .keynav_expert h5,
    .keydata_viz .keynav_teach,
    .keydata_viz .keynav_teach a {
    text-align: center;
    align-items: center;
}.keydata_viz .keytop_learning svg {
    margin: 0 auto;
}.keydata_viz .keyfaq_block {
    max-width: 100%;
    text-align: center;
}.keydata_viz .keynav_teach:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.keydata_viz .keycourse_faq::after {
    transform: translateX(-50%);
    left: 50%;
}.keydata_viz .keynav_teach a::before {
    display: none;
}.keydata_viz .keynav_teach a:hover {
    padding-left: 0;
}}.keyprivacy_section {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    background: rgb(165,152,173,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    padding: 40px;
}.keyprivacy_section:hover {
    background: rgb(201,191,208,0.5);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}.keyprivacy_section h1 {
    font-size: 45px;
    margin-top: 40px;
    color: rgb(201,191,208);
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    transition: color 0.3s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
}.keyprivacy_section h2 {
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    color: rgb(165,152,173);
    text-transform: capitalize;
    margin-top: 35px;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    font-weight: 600;
    font-size: 36px;
}.keyprivacy_section h3, .keyprivacy_section h4, .keyprivacy_section h5, .keyprivacy_section h6 {
    transition: color 0.3s ease;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 19px;
}.keyprivacy_section ul, .keyprivacy_section ol {
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 0;
    padding: 15px 0;
    list-style-position: inside;
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.keyprivacy_section li {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    margin-bottom: 15px;
}.keyprivacy_section li:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(165,152,173,0.5);
}.keyprivacy_section section {
    transition: background 0.3s ease;
    background: var(--bg-color);
    padding: 20px;
}.keyprivacy_section p, .keyprivacy_section span, .keyprivacy_section div {
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.keyprivacy_section {
    padding: 20px 10px;
}.keyprivacy_section h1 {
    margin-top: 30px;
    font-size: calc(19px - 10px);
    margin-bottom: 20px;
}.keyprivacy_section h2 {
    font-size: calc(19px - 8px);
    margin-bottom: 15px;
    margin-top: 25px;
}.keyprivacy_section h3, .keyprivacy_section h4, .keyprivacy_section h5, .keyprivacy_section h6 {
    font-size: calc(19px - 6px);
}.keyprivacy_section ul, .keyprivacy_section ol {
    padding: 10px 0;
}.keyprivacy_section li {
    margin-bottom: 10px;
    padding: 8px;
}.keyprivacy_section p, .keyprivacy_section span, .keyprivacy_section div {
    font-size: calc(14px - 2px);
    margin-bottom: 8px;
}}.keycourse_summary {
    position: relative;
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    align-items: stretch;
}.keycourse_summary::before {
    width: 100%;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(230,225,233) 90%);
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}.keycourse_summary .keylearn_explore {
    right: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 55%;
    top: 0;
}.keycourse_summary .keyknowledge_flow {
    flex-direction: column;
    animation: carousel-vertical 25s ease infinite;
    width: 100%;
    height: 500%;
    display: flex;
}.keycourse_summary .keylearn_explore:hover .keyknowledge_flow {
    animation-play-state: paused;
}.keycourse_summary .keytraining_map {
    height: 20%;
    width: 100%;
    position: relative;
}.keycourse_summary .keytraining_map::before {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    z-index: 2;
    top: 0;
}.keycourse_summary .keytraining_map img {
    transition: transform 0.8s ease;
    width: 100%;
    height: 100%;
    transform: scale(1.05);
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    object-fit: cover;
}.keycourse_summary .keytraining_map:hover img {
    transform: scale(1.1);
}.keycourse_summary .container {
    z-index: 5;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0;
}.keycourse_summary .keymethod_edu {
    display: flex;
    justify-content: center;
    padding-left: 8%;
    flex-direction: column;
    width: 45%;
}.keycourse_summary .keylearn_more {
    border-left: 5px solid rgb(201,191,208);
    max-width: 550px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, rgb(230,225,233) 100%);
    padding: 3.5rem;
    position: relative;
    border-radius: 0 21px 21px 0;
}.keycourse_summary .keylearn_more::before {
    pointer-events: none;
    bottom: 20px;
    right: 20px;
    left: 20px;
    border-left: none;
    border-radius: 0 10px 10px 0;
    top: 20px;
    border: 1px solid rgb(165,152,173,0.5);
    position: absolute;
    content: '';
}.keycourse_summary .keylearn_more h3 {
    color: rgb(201,191,208);
    padding-bottom: 15px;
    font-size: 41px;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.keycourse_summary .keylearn_more h3::after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    background: rgb(165,152,173);
    width: 80px;
    height: 3px;
}.keycourse_summary .keylearn_more p {
    margin-bottom: 2.5rem;
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
}.keycourse_summary .keylearn_more .keysupport_request {
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(201,191,208) 0%, rgb(165,152,173) 100%);
    padding: 1.2rem 2.5rem;
    display: inline-block;
    font-size: 19px;
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}.keycourse_summary .keylearn_more .keysupport_request::before {
    left: 0;
    content: '';
    background: linear-gradient(45deg, rgb(165,152,173) 0%, rgb(201,191,208) 100%);
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}.keycourse_summary .keylearn_more .keysupport_request:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.keycourse_summary .keylearn_more .keysupport_request:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.keycourse_summary .keymethod_edu {
    padding-left: 10%;
}.keycourse_summary .keylearn_more {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.keycourse_summary .keylearn_explore {
    width: 50%;
}.keycourse_summary .keymethod_edu {
    padding-left: 5%;
    width: 50%;
}.keycourse_summary .keylearn_more {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.keycourse_summary {
    flex-direction: column;
    min-height: auto;
}.keycourse_summary .keylearn_explore {
    height: 400px;
    position: relative;
    width: 100%;
}.keycourse_summary .keyknowledge_flow {
    animation: carousel-horizontal 25s ease infinite;
    flex-direction: row;
    width: 500%;
    height: 100%;
}.keycourse_summary .keytraining_map {
    width: 20%;
    height: 100%;
}.keycourse_summary .keytraining_map::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.keycourse_summary .container {
    padding: 3rem 1rem;
}.keycourse_summary .keymethod_edu {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding-left: 0;
}.keycourse_summary .keylearn_more {
    border-left: none;
    max-width: 100%;
    border-top: 5px solid rgb(201,191,208);
    border-radius: 21px;
}.keycourse_summary .keylearn_more::before {
    left: 20px;
    border-radius: 10px;
    border: 1px solid rgb(165,152,173,0.5);
    top: 20px;
    border-top: none;
    bottom: 20px;
    right: 20px;
}
}

@media screen and (max-width: 768px) {.keycourse_summary .keylearn_explore {
    height: 350px;
}.keycourse_summary .container {
    padding: 2.5rem 1rem;
}.keycourse_summary .keylearn_more {
    padding: 2rem;
}.keycourse_summary .keylearn_more h3 {
    font-size: calc(41px * 0.8);
}

}

@media screen and (max-width: 576px) {.keycourse_summary .keylearn_explore {
    height: 300px;
}.keycourse_summary .container {
    padding: 2rem 1rem;
}.keycourse_summary .keylearn_more {
    padding: 1.5rem;
}.keycourse_summary .keylearn_more h3 {
    font-size: calc(41px * 0.7);
}.keycourse_summary .keylearn_more p {
    margin-bottom: 2rem;
    font-size: calc(12px * 0.9);
}.keycourse_summary .keylearn_more .keysupport_request {
    padding: 1rem;
    text-align: center;
    width: 100%;
}.keycourse_summary .keylearn_more::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}.keylanding_page {
    min-height: 100vh;
    display: flex;
    padding: 4rem 2rem;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    position: relative;
    background: linear-gradient(145deg, rgb(230,225,233), rgb(165,152,173,0.5));
}.keylanding_page::before {
    width: 100%;
    top: 0;
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
    linear-gradient(45deg, rgb(201,191,208,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(201,191,208,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(201,191,208,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(201,191,208,0.5) 75%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.05;
    position: absolute;
    z-index: 1;
}.keylanding_page > div {
    z-index: 2;
    display: grid;
    width: 100%;
    position: relative;
    max-width: 1200px;
    grid-template-columns: 1fr;
    gap: 3rem;
}.keylanding_page > div > div:first-child {
    display: flex;
    transform: translateX(0);
    opacity: 0;
    flex-direction: column;
    align-items: flex-start;
    animation: slideInFromLeft 0.8s ease-out forwards;
}.keylanding_page .keymain_intro {
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.2;
    font-size: 41px;
    color: #000000;
    max-width: 800px;
    font-weight: 700;
}.keylanding_page .keymain_intro::after {
    background: linear-gradient(90deg, rgb(201,191,208), rgb(201,191,208,0.5));
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    width: 120px;
    animation: expandWidth 0.6s ease-out 0.6s forwards;
    bottom: -0.8rem;
    height: 5px;
}.keylanding_page p {
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    font-size: calc(17px + 0.2rem);
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.6;
    transform: translateY(20px);
    margin-top: 0.5rem;
    max-width: 600px;
    opacity: 0;
}.keylanding_page .keystart_intro {
    width: 100%;
    transform: translateY(40px);
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
}.keylanding_page .keyknowledge_study {
    display: flex;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    min-height: 300px;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease;
    justify-content: flex-start;
    align-items: flex-end;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 85% 100%, 0 100%);
}.keylanding_page .keyknowledge_study::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, transparent 70%);
    top: 0;
    width: 100%;
}.keylanding_page .keyknowledge_study:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}.keylanding_page .keyknowledge_study span {
    padding: 2rem;
    position: relative;
    z-index: 2;
    width: 100%;
}.keylanding_page .keyknowledge_study h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    color: #ffffff;
    font-size: calc(24px - 0.1rem);
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.4;
}.keylanding_page .keyknowledge_study h3::before {
    border-radius: 10px;
    height: calc(100% - 1rem);
    top: 0.5rem;
    width: 5px;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(201,191,208);
}

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

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

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

@media (min-width: 768px) {.keylanding_page {
    padding: 6rem 3rem;
}.keylanding_page > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.keylanding_page .keymain_intro {
    font-size: calc(41px + 0.5rem);
}.keylanding_page .keyknowledge_study {
    min-height: 400px;
}
}

@media (min-width: 992px) {.keylanding_page {
    padding: 7rem 4rem;
}.keylanding_page > div {
    gap: 6rem;
}.keylanding_page .keymain_intro {
    font-size: calc(41px + 1rem);
}.keylanding_page .keyknowledge_study {
    min-height: 450px;
}.keylanding_page .keyknowledge_study h3 {
    font-size: 24px;
}
}

@media (max-width: 767px) {.keylanding_page {
    padding: 4rem 1.5rem;
}.keylanding_page .keymain_intro {
    font-size: calc(36px + 0.1rem);
}.keylanding_page p {
    font-size: 17px;
}.keylanding_page .keyknowledge_study {
    min-height: 250px;
}.keylanding_page .keyknowledge_study h3 {
    font-size: calc(18px + 0.1rem);
}
}

@media (max-width: 480px) {.keylanding_page {
    padding: 3rem 1rem;
}.keylanding_page .keymain_intro::after {
    width: 80px;
    height: 3px;
}.keylanding_page .keyknowledge_study {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 90% 100%, 0 100%);
    min-height: 220px;
}.keylanding_page .keyknowledge_study span {
    padding: 1.5rem;
}.keylanding_page .keyknowledge_study h3 {
    padding-left: 1rem;
}.keylanding_page .keyknowledge_study h3::before {
    width: 3px;
}}.keyeducation_experience {
    background: rgb(230,225,233);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.keyeducation_experience::before {
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(201,191,208,0.5) 0,
        rgb(201,191,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
}.keyeducation_experience .container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.keyeducation_experience .keyclient_testimonials {
    overflow: hidden;
    background: #ffffff;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 350px 1fr;
    border-radius: 16px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    gap: 50px;
    margin: 0 auto;
    position: relative;
}.keyeducation_experience .keyimage_shadow {
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 400px;
    border-radius: 0;
    width: 100%;
}.keyeducation_experience .keyimage_shadow::before {
    left: 0;
    height: 50%;
    bottom: 0;
    width: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    position: absolute;
}.keyeducation_experience .keyimage_shadow::after {
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    transition: opacity 0.4s ease;
    opacity: 0.15;
    left: 0;
    background: rgb(201,191,208);
    position: absolute;
}.keyeducation_experience .keyimage_shadow:hover::after {
    opacity: 0;
}.keyeducation_experience .name {
    left: 30px;
    bottom: 60px;
    position: absolute;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: transform 0.3s ease;
    padding-bottom: 0;
    font-weight: 700;
    z-index: 2;
    font-size: 20px;
    margin: 0;
}.keyeducation_experience .keyclient_testimonials span:not(.name) {
    font-family: Arial, sans-serif;
    left: 30px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    position: absolute;
    transition: transform 0.3s ease;
    bottom: 30px;
    opacity: 0.85;
    z-index: 2;
    color: #ffffff;
}.keyeducation_experience .keyimage_shadow:hover ~ .name,
.keyeducation_experience .keyimage_shadow:hover ~ span:not(.name) {
    transform: translateX(5px);
}.keyeducation_experience .keyemp_back {
    display: flex;
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    margin: 0;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    padding: 50px 40px;
    flex-direction: column;
}.keyeducation_experience .keyemp_back::before {
    content: "";
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(to right bottom, 
        rgb(201,191,208) 0%, 
        rgb(201,191,208) 50%, 
        transparent 50%, 
        transparent 100%);
    top: 40px;
    height: 30px;
    width: 40px;
    left: 40px;
}.keyeducation_experience .keyemp_back::after {
    position: absolute;
    width: 40px;
    right: 40px;
    content: "";
    bottom: 40px;
    background: linear-gradient(to left top, 
        rgb(165,152,173) 0%, 
        rgb(165,152,173) 50%, 
        transparent 50%, 
        transparent 100%);
    opacity: 0.2;
    height: 30px;
}

@media (max-width: 992px) {.keyeducation_experience {
    padding: 100px 0;
}.keyeducation_experience .keyclient_testimonials {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.keyeducation_experience .keyimage_shadow {
    min-height: 350px;
}.keyeducation_experience .keyemp_back {
    padding: 40px 30px;
}.keyeducation_experience .keyemp_back::before {
    left: 30px;
    width: 30px;
    height: 24px;
    top: 30px;
}.keyeducation_experience .keyemp_back::after {
    right: 30px;
    height: 24px;
    width: 30px;
    bottom: 30px;
}
}

@media (max-width: 768px) {.keyeducation_experience {
    padding: 80px 0;
}.keyeducation_experience .container {
    padding: 0 20px;
}.keyeducation_experience .keyclient_testimonials {
    grid-template-columns: 1fr;
    gap: 0;
}.keyeducation_experience .keyimage_shadow {
    height: 300px;
    min-height: 300px;
}.keyeducation_experience .keyemp_back {
    padding: 35px 25px;
}.keyeducation_experience .name {
    bottom: 50px;
    font-size: calc(20px * 0.9);
    left: 25px;
}.keyeducation_experience .keyclient_testimonials span:not(.name) {
    bottom: 25px;
    font-size: calc(14px * 0.95);
    left: 25px;
}.keyeducation_experience .keyemp_back::before {
    top: 25px;
    width: 24px;
    left: 25px;
    height: 20px;
}.keyeducation_experience .keyemp_back::after {
    width: 24px;
    bottom: 25px;
    height: 20px;
    right: 25px;
}
}

@media (max-width: 480px) {.keyeducation_experience {
    padding: 60px 0;
}.keyeducation_experience .keyimage_shadow {
    height: 250px;
    min-height: 250px;
}.keyeducation_experience .keyemp_back {
    font-size: calc(14px * 0.9);
    padding: 30px 20px;
}.keyeducation_experience .name {
    bottom: 45px;
    left: 20px;
    font-size: calc(20px * 0.85);
}.keyeducation_experience .keyclient_testimonials span:not(.name) {
    bottom: 20px;
    font-size: calc(14px * 0.9);
    left: 20px;
}.keyeducation_experience .keyemp_back::before,
    .keyeducation_experience .keyemp_back::after {
    height: 16px;
    width: 20px;
}}.keyprice_box {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.keyprice_box::before {
    bottom: 0;
    position: absolute;
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    top: 0;
    left: 0;
    z-index: 1;
}.keyprice_box .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.keyprice_box .keypromo_plans {
    display: flex;
    flex-direction: column;
    align-items: center;
}.keyprice_box h2 {
    transform: translateY(20px);
    opacity: 0;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 36px;
}.keyprice_box .keytrial_offers {
    text-align: center;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    line-height: 1.6;
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    font-size: 14px;
    margin-bottom: 40px;
}.keyprice_box .keyplan_fees {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
}.keyprice_box .keyplan_fees li {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}.keyprice_box .keyplan_fees li:nth-child(1) {
    animation-delay: 0.3s;
}.keyprice_box .keyplan_fees li:nth-child(2) {
    animation-delay: 0.4s;
}.keyprice_box .keyplan_fees li:nth-child(3) {
    animation-delay: 0.5s;
}.keyprice_box .keyplan_fees li:nth-child(4) {
    animation-delay: 0.6s;
}.keyprice_box .keycost_card {
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden;
}.keyprice_box .keycost_card:hover {
    transform: translateY(-8px) scale(1.02);
}.keyprice_box .keycost_card::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
    left: -100%;
    width: 100%;
}.keyprice_box .keycost_card:hover::before {
    left: 100%;
}.keyprice_box .keylearning_price {
    height: 100%;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    padding: 5px;
    border-radius: 18px;
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
}.keyprice_box .keycost_card:hover .keylearning_price {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.keyprice_box .keylearning_price::after {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(201,191,208), rgb(165,152,173));
    width: 100%;
    content: '';
    position: absolute;
    height: 5px;
    top: 0;
    left: 0;
}.keyprice_box .keycost_card:hover .keylearning_price::after {
    transform: scaleX(1);
}.keyprice_box .keydeal_board {
    min-height: 400px;
    display: flex;
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    color: #ffffff;
    justify-content: space-between;
    padding: 30px;
}.keyprice_box .keydeal_board h4 {
    padding-bottom: 15px;
    color: rgb(201,191,208);
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 700;
    font-size: 19px;
    margin: 0 0 20px;
}.keyprice_box .keycost_card:hover .keydeal_board h4 {
    transform: translateX(5px);
}.keyprice_box .keydeal_board h4::after {
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    background: rgb(165,152,173);
    width: 40px;
    left: 0;
}.keyprice_box .keycost_card:hover .keydeal_board h4::after {
    width: 60px;
}.keyprice_box .keydeal_board p {
    line-height: 1.6;
    word-break: break-word;
    scrollbar-color: rgb(201,191,208,0.5) transparent;
    overflow-y: auto;
    overflow-wrap: break-word;
    color: rgba(255,255,255,0.8);
    font-size: calc(14px - 2px);
    scrollbar-width: thin;
    max-height: 200px;
    margin: 0 0 30px;
}.keyprice_box .keydeal_board p::-webkit-scrollbar {
    width: 5px;
}.keyprice_box .keydeal_board p::-webkit-scrollbar-track {
    background: transparent;
}.keyprice_box .keydeal_board p::-webkit-scrollbar-thumb {
    background-color: rgb(201,191,208,0.5);
    border-radius: 10px;
}.keyprice_box .keymonthly_plan {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    font-size: calc(19px + 4px);
    font-weight: 700;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(201,191,208) 0%, rgb(201,191,208,0.5) 100%);
    overflow: hidden;
    position: relative;
    color: #ffffff;
    margin-top: auto;
    padding: 10px 20px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
}.keyprice_box .keycost_card:hover .keymonthly_plan {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}.keyprice_box .keymonthly_plan::before {
    content: "";
    width: 200%;
    left: -50%;
    transform: scale(0);
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    top: -50%;
    opacity: 0;
    height: 200%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}.keyprice_box .keycost_card:hover .keymonthly_plan::before {
    opacity: 1;
    transform: scale(1);
}

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

@media (max-width: 991px) {.keyprice_box {
    padding: 80px 0;
}.keyprice_box .keyplan_fees {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.keyprice_box .keydeal_board {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 767px) {.keyprice_box {
    padding: 60px 0;
}.keyprice_box h2 {
    font-size: calc(36px - 4px);
}.keyprice_box .keytrial_offers {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.keyprice_box .keyplan_fees {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.keyprice_box .keydeal_board {
    min-height: 300px;
}.keyprice_box .keymonthly_plan {
    font-size: calc(19px + 2px);
}
}

@media (max-width: 480px) {.keyprice_box {
    padding: 40px 0;
}.keyprice_box h2 {
    font-size: calc(36px - 6px);
}.keyprice_box .keydeal_board {
    padding: 20px;
    min-height: 280px;
}.keyprice_box .keydeal_board p {
    font-size: calc(14px - 3px);
    margin-bottom: 20px;
}.keyprice_box .keymonthly_plan {
    padding: 8px 15px;
}}.keythanks_area {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgba(245, 247, 250, 0.95) 100%);
}.keythanks_area::before {
    content: "";
    top: -50px;
    z-index: 1;
    position: absolute;
    right: -50px;
    animation: float 15s ease-in-out infinite;
    filter: blur(80px);
    background: linear-gradient(45deg, rgb(165,152,173,0.5) 0%, rgb(201,191,208,0.5) 100%);
    width: 300px;
    opacity: 0.4;
    height: 300px;
}.keythanks_area::after {
    height: 250px;
    background: linear-gradient(225deg, rgb(201,191,208,0.5) 0%, rgb(165,152,173,0.5) 80%);
    bottom: -30px;
    left: -30px;
    width: 250px;
    position: absolute;
    content: "";
    z-index: 1;
    animation: float 18s ease-in-out infinite reverse;
    filter: blur(60px);
    opacity: 0.3;
}.keythanks_area .container {
    margin: 0 auto;
    z-index: 5;
    max-width: 1140px;
    position: relative;
    padding: 0 20px;
}.keythanks_area h2 {
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 38px;
    font-weight: 700;
}.keythanks_area h2::after {
    left: 0;
    position: absolute;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(201,191,208) 0%, rgb(165,152,173) 100%);
    transform: scaleX(0);
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    height: 3px;
    transform-origin: left center;
    content: "";
    width: 80px;
}.keythanks_area .keymethod_edu {
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    background: #ffffff;
    border-radius: 12px;
    padding: 50px;
    transform: translateY(30px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
}.keythanks_area .keymethod_edu::before {
    left: 0;
    transform: scaleY(0);
    height: 100%;
    background: linear-gradient(to bottom, rgb(165,152,173), rgb(201,191,208));
    top: 0;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    position: absolute;
    transform-origin: top center;
    content: "";
    width: 6px;
}.keythanks_area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.keythanks_area li {
    padding-left: 25px;
    position: relative;
}.keythanks_area li::before {
    left: 0;
    border-radius: 50%;
    top: 8px;
    width: 10px;
    height: 10px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    background: linear-gradient(135deg, rgb(201,191,208) 0%, rgb(165,152,173) 100%);
    position: absolute;
    content: "";
    transform: scale(0);
}.keythanks_area span {
    font-size: calc(13px * 1.05);
    font-family: Arial, sans-serif;
    opacity: 0;
    animation: fadeText 0.8s ease forwards 0.8s;
    display: block;
    line-height: 1.7;
    transform: translateY(15px);
    color: #000000;
}

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

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 991px) {.keythanks_area {
    padding: 90px 0 70px;
}.keythanks_area h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 35px;
}.keythanks_area .keymethod_edu {
    padding: 40px 35px;
}.keythanks_area h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.keythanks_area {
    padding: 70px 0 50px;
}.keythanks_area h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
    line-height: 1.4;
}.keythanks_area .keymethod_edu {
    padding: 35px 25px;
}.keythanks_area span {
    line-height: 1.6;
    font-size: 13px;
}.keythanks_area h2::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 575px) {.keythanks_area {
    padding: 60px 0 40px;
}.keythanks_area h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.7);
}.keythanks_area .keymethod_edu {
    padding: 30px 20px;
}.keythanks_area li {
    padding-left: 20px;
}.keythanks_area li::before {
    height: 8px;
    top: 9px;
    width: 8px;
}.keythanks_area h2::after {
    width: 50px;
}
}

@media (hover: hover) {.keythanks_area .keymethod_edu:hover {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}.keythanks_area .keymethod_edu:hover::before {
    background: linear-gradient(to bottom, rgb(201,191,208), rgb(165,152,173));
    transition: background 0.5s ease;
}}.keystatistical_data {
    background-color: #000000;
    position: relative;
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
}.keystatistical_data::before {
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    background: radial-gradient(ellipse at bottom right, rgb(165,152,173,0.5) 0%, transparent 70%);
    z-index: -2;
}.keystatistical_data::after {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background: radial-gradient(ellipse at top left, rgb(201,191,208,0.5) 0%, transparent 70%);
    z-index: -1;
    content: "";
    top: 0;
}.keystatistical_data .container {
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    border-radius: 27px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    max-width: 1200px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
    margin: 0 auto;
}.keystatistical_data h2 {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 45px;
    position: relative;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
}.keystatistical_data h2::after {
    left: 50%;
    width: 80px;
    bottom: -20px;
    transform: translateX(-50%);
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(201,191,208), rgb(165,152,173));
    position: absolute;
    content: "";
}.keystatistical_data ul {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.keystatistical_data ul::before {
    width: 100%;
    left: 0;
    top: -30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(201,191,208,0.5), transparent);
    position: absolute;
    content: "";
}.keystatistical_data .keykey_pros {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 27px;
    padding: 30px;
    min-height: 170px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
}.keystatistical_data .keykey_pros::before {
    border-radius: 10px;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(201,191,208), rgb(165,152,173));
    width: 4px;
    height: 100%;
    top: 0;
}.keystatistical_data .keykey_pros::after {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgba(rgb(201,191,208,0.5), 0.1) 0%, transparent 100%);
    top: 0;
}.keystatistical_data .keykey_pros:hover {
    background: rgba(rgb(201,191,208,0.5), 0.1);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.keystatistical_data .keykey_pros p {
    grid-column: 1;
    color: #ffffff;
    position: relative;
    grid-row: 1 / span 2;
    font-size: 3rem;
    margin: 0;
    font-weight: 700;
    place-self: center;
    line-height: 1;
}.keystatistical_data .keykey_pros p::after {
    transition: transform 0.4s ease;
    background: rgb(201,191,208,0.5);
    content: "";
    bottom: -15px;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    transform-origin: center;
    height: 2px;
    width: 100%;
}.keystatistical_data .keykey_pros:hover p::after {
    transform: scaleX(1);
}.keystatistical_data .keykey_pros span {
    line-height: 1.5;
    position: relative;
    font-size: 13px;
    align-self: center;
    grid-column: 2;
    color: rgba(255, 255, 255, 0.7);
}.keystatistical_data svg {
    opacity: 0.3;
    transition: all 0.4s ease;
    bottom: 20px;
    fill: rgb(201,191,208);
    right: 20px;
    position: absolute;
    height: 40px;
    width: 40px;
}.keystatistical_data svg path {
    fill: rgb(201,191,208);
}.keystatistical_data .keykey_pros:hover svg {
    transform: rotate(15deg) scale(1.2);
    opacity: 0.6;
}.keystatistical_data ul:has(.keykey_pros:only-child) {
    margin: 0 auto;
    max-width: 600px;
    grid-template-columns: 1fr;
}.keystatistical_data ul:has(.keykey_pros:only-child) .keykey_pros {
    padding: 40px;
    grid-template-columns: 120px 1fr;
}.keystatistical_data ul:has(.keykey_pros:only-child) .keykey_pros p {
    font-size: 4rem;
}.keystatistical_data ul:has(.keykey_pros:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.keystatistical_data ul:has(.keykey_pros:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.keystatistical_data ul:has(.keykey_pros:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.keystatistical_data ul:has(.keykey_pros:nth-child(4):last-child) .keykey_pros {
    padding: 30px 20px;
    text-align: center;
    grid-template-columns: 1fr;
}.keystatistical_data ul:has(.keykey_pros:nth-child(4):last-child) .keykey_pros p {
    margin-bottom: 15px;
    grid-row: 1;
    grid-column: 1;
}.keystatistical_data ul:has(.keykey_pros:nth-child(4):last-child) .keykey_pros span {
    grid-column: 1;
    grid-row: 2;
}.keystatistical_data ul:has(.keykey_pros:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(5, 1fr);
}.keystatistical_data ul:has(.keykey_pros:nth-child(5):nth-last-child(-n+1)) .keykey_pros {
    padding: 30px 15px;
    grid-template-columns: 1fr;
    text-align: center;
}.keystatistical_data ul:has(.keykey_pros:nth-child(5):nth-last-child(-n+1)) .keykey_pros p {
    margin-bottom: 15px;
    font-size: 2.5rem;
    grid-row: 1;
    grid-column: 1;
}.keystatistical_data ul:has(.keykey_pros:nth-child(5):nth-last-child(-n+1)) .keykey_pros span {
    grid-column: 1;
    grid-row: 2;
}.keystatistical_data ul:has(.keykey_pros:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media screen and (min-width: 1441px) {.keystatistical_data {
    padding: 150px 0;
}.keystatistical_data .container {
    padding: 50px;
}.keystatistical_data h2 {
    font-size: calc(45px * 1.2);
}
}

@media screen and (max-width: 1200px) {.keystatistical_data {
    padding: 100px 0;
}.keystatistical_data ul:has(.keykey_pros:nth-child(4):last-child), 
    .keystatistical_data ul:has(.keykey_pros:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.keystatistical_data .keykey_pros p {
    font-size: 2.5rem;
}
}

@media screen and (max-width: 991px) {.keystatistical_data {
    padding: 80px 0;
}.keystatistical_data h2 {
    font-size: calc(45px * 0.9);
    margin-bottom: 50px;
}.keystatistical_data ul {
    gap: 20px;
}.keystatistical_data ul:has(.keykey_pros:nth-child(3):last-child), 
    .keystatistical_data ul:has(.keykey_pros:nth-child(4):last-child), 
    .keystatistical_data ul:has(.keykey_pros:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.keystatistical_data .keykey_pros {
    min-height: 150px;
    padding: 25px;
    grid-template-columns: 60px 1fr;
}.keystatistical_data .keykey_pros p {
    font-size: 2.2rem;
}.keystatistical_data svg {
    height: 35px;
    bottom: 15px;
    width: 35px;
    right: 15px;
}
}

@media screen and (max-width: 767px) {.keystatistical_data {
    padding: 70px 0;
}.keystatistical_data .container {
    padding: 25px;
}.keystatistical_data h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 40px;
}.keystatistical_data ul {
    flex-direction: column;
    gap: 20px;
    display: flex;
}.keystatistical_data .keykey_pros {
    grid-template-columns: 60px 1fr;
    min-height: auto;
}.keystatistical_data .keykey_pros p {
    font-size: 2.2rem;
}.keystatistical_data ul:has(.keykey_pros:only-child) .keykey_pros p {
    font-size: 3rem;
}.keystatistical_data ul:has(.keykey_pros:nth-child(4):last-child) .keykey_pros,
    .keystatistical_data ul:has(.keykey_pros:nth-child(5):nth-last-child(-n+1)) .keykey_pros {
    text-align: left;
    grid-template-columns: 60px 1fr;
}.keystatistical_data ul:has(.keykey_pros:nth-child(4):last-child) .keykey_pros p,
    .keystatistical_data ul:has(.keykey_pros:nth-child(5):nth-last-child(-n+1)) .keykey_pros p {
    grid-row: 1 / span 2;
    margin-bottom: 0;
    grid-column: 1;
}.keystatistical_data ul:has(.keykey_pros:nth-child(4):last-child) .keykey_pros span,
    .keystatistical_data ul:has(.keykey_pros:nth-child(5):nth-last-child(-n+1)) .keykey_pros span {
    grid-column: 2;
    grid-row: 1;
}
}

@media screen and (max-width: 480px) {.keystatistical_data {
    padding: 60px 0;
}.keystatistical_data .container {
    padding: 20px;
}.keystatistical_data h2 {
    font-size: calc(45px * 0.7);
    margin-bottom: 35px;
}.keystatistical_data h2::after {
    bottom: -15px;
    width: 60px;
    height: 3px;
}.keystatistical_data ul {
    gap: 15px;
}.keystatistical_data .keykey_pros {
    padding: 20px;
}.keystatistical_data .keykey_pros p {
    font-size: 2rem;
}.keystatistical_data .keykey_pros span {
    font-size: calc(13px * 0.9);
}.keystatistical_data svg {
    height: 30px;
    bottom: 10px;
    right: 10px;
    width: 30px;
}.keystatistical_data ul:has(.keykey_pros:only-child) .keykey_pros {
    grid-template-columns: 80px 1fr;
    padding: 25px;
}.keystatistical_data ul:has(.keykey_pros:only-child) .keykey_pros p {
    font-size: 2.5rem;
}}.keypotential_enrollees {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 110px 0;
}.keypotential_enrollees::before {
    background: linear-gradient(135deg, 
                rgb(201,191,208,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(165,152,173,0.5) 100%);
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.1;
}.keypotential_enrollees .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
}.keypotential_enrollees .keymethod_edu {
    position: relative;
}.keypotential_enrollees h4 {
    padding-bottom: 15px;
    margin-bottom: 50px;
    color: #000000;
    font-size: 28px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-align: center;
    position: relative;
}.keypotential_enrollees h4::after {
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    border-radius: 10px;
    position: absolute;
    background: rgb(201,191,208);
    content: "";
    left: 50%;
    bottom: 0;
}.keypotential_enrollees div > div {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.keypotential_enrollees p {
    align-items: center;
    border-radius: 25px;
    display: flex;
    transition: all 0.3s ease;
    background: #ffffff;
    position: relative;
    font-size: 17px;
    color: #000000;
    overflow: hidden;
    padding: 25px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin: 0;
}.keypotential_enrollees p::before {
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    top: 0;
    width: 5px;
    background: rgb(201,191,208);
    content: "";
    height: 100%;
}.keypotential_enrollees p::after {
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, 
                rgb(201,191,208,0.5) 0%, 
                transparent 30%);
    left: 0;
    content: "";
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}.keypotential_enrollees p:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}.keypotential_enrollees p:hover::before {
    width: 8px;
}.keypotential_enrollees p:hover::after {
    opacity: 0.2;
}.keypotential_enrollees p svg {
    flex-shrink: 0;
    height: 28px;
    width: 28px;
    margin-right: 20px;
    transition: all 0.3s ease;
}.keypotential_enrollees p svg path {
    fill: rgb(201,191,208);
    transition: fill 0.3s ease;
}.keypotential_enrollees p:hover svg {
    transform: scale(1.2);
}.keypotential_enrollees p:hover svg path {
    fill: rgb(165,152,173);
}.keypotential_enrollees p:nth-child(even)::before {
    background: rgb(165,152,173);
}.keypotential_enrollees p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(165,152,173,0.5) 0%, 
                transparent 30%);
}@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.keypotential_enrollees .keymethod_edu > div p {
    animation: fadeInSlide 0.5s ease forwards;
    opacity: 0;
}.keypotential_enrollees .keymethod_edu > div p:nth-child(1) {
    animation-delay: 0.1s;
}.keypotential_enrollees .keymethod_edu > div p:nth-child(2) {
    animation-delay: 0.2s;
}.keypotential_enrollees .keymethod_edu > div p:nth-child(3) {
    animation-delay: 0.3s;
}.keypotential_enrollees .keymethod_edu > div p:nth-child(4) {
    animation-delay: 0.4s;
}.keypotential_enrollees .keymethod_edu > div p:nth-child(5) {
    animation-delay: 0.5s;
}.keypotential_enrollees .keymethod_edu > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.keypotential_enrollees {
    padding: 90px 0;
}.keypotential_enrollees h4 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.keypotential_enrollees div > div {
    gap: 18px;
}.keypotential_enrollees p {
    padding: 20px 25px;
}.keypotential_enrollees p svg {
    height: 25px;
    margin-right: 15px;
    width: 25px;
}
}

@media (max-width: 768px) {.keypotential_enrollees {
    padding: 70px 0;
}.keypotential_enrollees h4 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.keypotential_enrollees h4::after {
    width: 60px;
}.keypotential_enrollees div > div {
    gap: 15px;
}.keypotential_enrollees p {
    padding: 18px 20px;
}
}

@media (max-width: 576px) {.keypotential_enrollees {
    padding: 60px 0;
}.keypotential_enrollees h4 {
    font-size: calc(28px * 0.7);
    margin-bottom: 25px;
    padding-bottom: 10px;
}.keypotential_enrollees h4::after {
    height: 2px;
    width: 50px;
}.keypotential_enrollees div > div {
    gap: 12px;
}.keypotential_enrollees p {
    padding: 15px;
    font-size: calc(17px * 0.9);
}.keypotential_enrollees p svg {
    margin-right: 12px;
    height: 22px;
    width: 22px;
}.keypotential_enrollees p:hover {
    transform: translateX(5px);
}}.keycompany_overview {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.keycompany_overview::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(201,191,208,0.5), rgba(0, 0, 0, 0.5) 80%);
}.keycompany_overview::after {
    transform: rotate(15deg);
    width: 200px;
    right: -30px;
    content: "";
    opacity: 0.15;
    height: 200px;
    z-index: 2;
    position: absolute;
    animation: float 12s infinite ease-in-out;
    border: 2px solid rgb(165,152,173);
    top: -30px;
}.keycompany_overview .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 3;
}.keycompany_overview .keytext_spot {
    transform: perspective(1000px) rotateY(2deg);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 60px 45px;
    position: relative;
}.keycompany_overview .keytext_spot::before {
    background: linear-gradient(to bottom, rgb(201,191,208), rgb(165,152,173));
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
}.keycompany_overview .keytext_spot:hover {
    transform: perspective(1000px) rotateY(0deg);
}.keycompany_overview h1 {
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    font-size: 47px;
    padding-bottom: 15px;
    transition: transform 0.5s ease;
    transform: translateX(-10px);
    position: relative;
}.keycompany_overview .keytext_spot:hover h1 {
    transform: translateX(0);
}.keycompany_overview h1::after {
    position: absolute;
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    background: rgb(165,152,173);
    content: "";
    width: 80px;
    height: 3px;
    bottom: 0;
    transform: scaleX(0.7);
}.keycompany_overview .keytext_spot:hover h1::after {
    transform: scaleX(1);
}.keycompany_overview ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.keycompany_overview li {
    margin-bottom: 25px;
}.keycompany_overview h4 {
    transform: translateY(5px);
    letter-spacing: 0.05em;
    font-size: calc(24px * 1.1);
    margin-bottom: 15px;
    color: rgb(201,191,208);
    font-weight: 600;
    opacity: 0.9;
    transition: all 0.3s ease;
}.keycompany_overview .keytext_spot:hover h4 {
    opacity: 1;
    transform: translateY(0);
}.keycompany_overview span {
    display: block;
    column-count: 1;
    font-size: 12px;
    opacity: 0.9;
    transition: opacity 0.5s ease;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    max-width: 100%;
    column-gap: 40px;
}.keycompany_overview .keytext_spot:hover span {
    opacity: 1;
}@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(10deg) translate(10px, 15px);
    }
}


.keycompany_overview .keytext_spot::after {
    height: 2px;
    content: "";
    animation: loadingBar 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    width: 100%;
    transform-origin: left;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(201,191,208), transparent);
    transform: scaleX(0);
    left: 0;
}

@keyframes loadingBar {
    0% {
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}


@media (min-width: 768px) {.keycompany_overview {
    padding: 150px 0;
}.keycompany_overview .keytext_spot {
    margin-left: 5%;
    padding: 70px 60px;
    width: 90%;
}.keycompany_overview span {
    column-count: 2;
}.keycompany_overview::after {
    height: 300px;
    width: 300px;
}
}

@media (min-width: 992px) {.keycompany_overview {
    padding: 180px 0;
}.keycompany_overview .keytext_spot {
    padding: 80px 70px;
    margin-left: 8%;
    width: 80%;
}.keycompany_overview h1 {
    font-size: calc(47px * 1.2);
}.keycompany_overview span {
    column-count: 2;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.keycompany_overview {
    padding: 80px 0;
}.keycompany_overview .keytext_spot {
    transform: perspective(1000px) rotateY(0deg);
    padding: 40px 30px;
}.keycompany_overview h1 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.9);
}.keycompany_overview h4 {
    font-size: 24px;
}.keycompany_overview span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.keycompany_overview::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 480px) {.keycompany_overview {
    padding: 60px 0;
}.keycompany_overview .keytext_spot {
    padding: 30px 25px;
}.keycompany_overview h1 {
    margin-bottom: 25px;
    font-size: calc(47px * 0.8);
}.keycompany_overview h1::after {
    width: 60px;
}.keycompany_overview span {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}}.keyjoin_list {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(230,225,233) 100%);
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
}.keyjoin_list::before {
    right: 0;
    height: 1px;
    box-shadow: 0 0 15px 2px rgb(201,191,208);
    content: "";
    animation: scanLine 4s infinite linear;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(201,191,208), transparent);
    position: absolute;
}.keyjoin_list::after {
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(201,191,208,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(165,152,173,0.5) 0%, transparent 20%);
    height: 100%;
    z-index: 0;
    content: "";
    position: absolute;
    bottom: 0;
    filter: blur(30px);
}.keyjoin_list .keymethod_edu {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
}.keyjoin_list .keyhelp_help {
    margin: 0 auto;
    position: relative;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    padding: 3rem;
    max-width: 600px;
    transition: transform 0.5s ease;
    width: 90%;
    transform: rotateY(-5deg);
}.keyjoin_list .keyhelp_help:hover {
    transform: rotateY(0deg);
}.keyjoin_list .keyhelp_help::before,
.keyjoin_list .keyhelp_help::after {
    position: absolute;
    border-radius: 22px;
    inset: 0;
    content: "";
    z-index: -1;
}.keyjoin_list .keyhelp_help::before {
    opacity: 0.5;
    animation: glowPulse 3s infinite alternate;
    filter: blur(20px);
    background: linear-gradient(45deg, rgb(201,191,208), transparent 60%);
}.keyjoin_list .keyhelp_help::after {
    animation: borderFlash 4s infinite alternate;
    box-shadow: 0 0 20px rgb(201,191,208,0.5);
    border: 1px solid rgb(201,191,208);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        85% 100%, 
        0% 100%
    );
}.keyjoin_list h3 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 2.5rem;
    text-shadow: 0 0 10px rgb(201,191,208), 0 0 20px rgb(201,191,208,0.5);
    position: relative;
    font-weight: 700;
    display: inline-block;
}.keyjoin_list h3::after {
    animation: widthPulse 3s infinite alternate;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(201,191,208), transparent);
    left: 0;
    height: 2px;
    content: "";
    bottom: -10px;
}.keyjoin_list .input_holder {
    gap: 1.5rem;
    width: 100%;
    display: grid;
}.keyjoin_list input[type="email"] {
    border: 1px solid rgb(165,152,173,0.5);
    padding: 1.2rem 1.5rem;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
}.keyjoin_list input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(201,191,208,0.5);
    border-color: rgb(201,191,208);
    outline: none;
}.keyjoin_list input[type="email"]::placeholder {
    opacity: 0.6;
    color: #ffffff;
}.keyjoin_list .keynews_container {
    font-size: 18px;
    overflow: hidden;
    background: transparent;
    border: 1px solid rgb(201,191,208);
    color: #ffffff;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 15px rgb(201,191,208,0.5);
    text-shadow: 0 0 10px rgb(201,191,208);
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
}.keyjoin_list .keynews_container::before {
    transition: opacity 0.3s ease;
    inset: 0;
    background: linear-gradient(45deg, rgb(201,191,208), rgb(165,152,173));
    z-index: -1;
    opacity: 0;
    position: absolute;
    content: "";
}.keyjoin_list .keynews_container:hover {
    box-shadow: 0 0 20px rgb(201,191,208);
    transform: translateY(-5px);
}.keyjoin_list .keynews_container:hover::before {
    opacity: 1;
}

@keyframes scanLine {
    0% {
        transform: translateY(-100vh);
    }
    100% {
        transform: translateY(100vh);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.3;
        filter: blur(20px);
    }
    100% {
        opacity: 0.7;
        filter: blur(15px);
    }
}

@keyframes borderFlash {
    0%, 90% {
        border-color: rgb(201,191,208);
        box-shadow: 0 0 20px rgb(201,191,208,0.5);
    }
    91%, 100% {
        border-color: rgb(165,152,173);
        box-shadow: 0 0 25px rgb(165,152,173);
    }
}

@keyframes widthPulse {
    0% {
        width: 30%;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 768px) {.keyjoin_list {
    padding: 7rem 3rem;
}.keyjoin_list .keyhelp_help {
    padding: 4rem;
    width: 80%;
}.keyjoin_list .input_holder {
    grid-template-columns: 2fr 1fr;
}
}

@media (max-width: 767px) {.keyjoin_list {
    padding: 4rem 1.5rem;
}.keyjoin_list h3 {
    font-size: 18px;
}.keyjoin_list .keyhelp_help {
    padding: 2rem;
    width: 100%;
    transform: rotateY(0deg);
}.keyjoin_list .input_holder {
    grid-template-columns: 1fr;
}.keyjoin_list .keynews_container {
    width: 100%;
}}.keycontact {
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(230,225,233) 0%, rgba(9, 19, 32, 0.9) 100%);
    overflow: hidden;
    position: relative;
}.keycontact::before {
    left: 0;
    width: 100%;
    animation: gridMove 20s linear infinite;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(201,191,208,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(201,191,208,0.5) 11px
    );
    pointer-events: none;
    content: "";
    top: 0;
    opacity: 0.05;
    height: 100%;
}.keycontact::after {
    content: "";
    animation: pulseGlow 15s ease-in-out infinite;
    width: 200%;
    pointer-events: none;
    height: 200%;
    position: absolute;
    opacity: 0.1;
    left: -50%;
    top: -50%;
    background: radial-gradient(circle, rgb(201,191,208,0.5) 0%, transparent 60%);
}.keycontact .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
}.keycontact h2 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 36px;
    padding-bottom: 15px;
    text-align: center;
}.keycontact h2::after {
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(201,191,208), transparent);
    content: "";
    bottom: 0;
}.keycontact .keyhelp_form {
    border-radius: 24px;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}.keycontact .keyhelp_form::before {
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom right, rgb(201,191,208,0.5), transparent);
    pointer-events: none;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.03;
}.keycontact .keyimage_shadow {
    transition: transform 0.6s ease;
    flex: 1;
    transform: scale(1.01);
    position: relative;
    min-height: 500px;
}.keycontact .keyimage_shadow::after {
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
}.keycontact .keyrequest_request {
    flex: 1;
    position: relative;
    padding: 50px;
}.keycontact .keyrequest_request::before {
    opacity: 0.7;
    right: 20px;
    height: 50px;
    width: 50px;
    top: 20px;
    content: "";
    border-right: 2px solid rgb(201,191,208,0.5);
    position: absolute;
    border-top: 2px solid rgb(201,191,208,0.5);
}.keycontact .keyrequest_request::after {
    border-bottom: 2px solid rgb(201,191,208,0.5);
    bottom: 20px;
    left: 20px;
    opacity: 0.7;
    width: 50px;
    border-left: 2px solid rgb(201,191,208,0.5);
    height: 50px;
    content: "";
    position: absolute;
}.keycontact form {
    width: 100%;
}.keycontact form h3 {
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-size: 19px;
    color: #ffffff;
}.keycontact form h3::before {
    background: rgb(201,191,208);
    width: 5px;
    height: 25px;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 0;
}.keycontact form input[type="text"] {
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}.keycontact form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(201,191,208), 0.2);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(201,191,208);
}.keycontact form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.keycontact .keyinquiry_widget {
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.keycontact .keyinquiry_widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.keycontact .keyinquiry_widget label {
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    font-size: 14px;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
}.keycontact .keyinquiry_widget label::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    content: "";
    height: 22px;
    background: rgba(255, 255, 255, 0.05);
    position: absolute;
    top: 2px;
    width: 22px;
    transition: all 0.3s ease;
    border-radius: 10px;
}.keycontact .keyinquiry_widget input[type="checkbox"]:checked + label::before {
    border-color: rgb(201,191,208);
    background: rgb(201,191,208);
}.keycontact .keyinquiry_widget input[type="checkbox"]:checked + label::after {
    height: 4px;
    top: 11px;
    transform: rotate(-45deg);
    width: 8px;
    position: absolute;
    left: 7px;
    content: "";
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}.keycontact .keyinquiry_widget label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(201,191,208);
}.keycontact .keyinquiry_widget label a:hover {
    text-decoration: underline;
}.keycontact form .keysupport_request {
    font-weight: 600;
    z-index: 1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    padding: 15px 35px;
    color: #ffffff;
    border: none;
    transition: all 0.4s ease;
    background: linear-gradient(45deg, rgb(201,191,208), rgb(165,152,173));
    font-size: 19px;
}.keycontact form .keysupport_request::before {
    background: linear-gradient(45deg, rgb(165,152,173), rgb(201,191,208));
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.4s ease;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
}.keycontact form .keysupport_request:hover::before {
    left: 0;
}.keycontact form .keysupport_request:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.keycontact svg {
    margin-right: 15px;
    fill: rgb(201,191,208);
    height: 24px;
    width: 24px;
}.keycontact svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.keycontact {
    padding: 80px 0;
}.keycontact .keyhelp_form {
    flex-direction: column;
}.keycontact .keyimage_shadow {
    min-height: 300px;
    order: 1;
}.keycontact .keyrequest_request {
    padding: 40px 30px;
    order: 2;
}
}

@media screen and (max-width: 767px) {.keycontact {
    padding: 60px 0;
}.keycontact h2 {
    margin-bottom: 40px;
}.keycontact .keyimage_shadow {
    min-height: 200px;
}.keycontact .keyrequest_request {
    padding: 30px 20px;
}.keycontact form .keysupport_request {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.keycontact {
    padding: 40px 0;
}.keycontact h2 {
    font-size: calc(36px * 0.8);
}.keycontact form h3 {
    font-size: calc(19px * 0.9);
}.keycontact .keyrequest_request::before,
    .keycontact .keyrequest_request::after {
    height: 30px;
    width: 30px;
}
}