* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.keytop_mainbar {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.keywrap-container {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.keydata_viz {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
}.container {
    max-width: 100%;
    width: 1201px;
    margin: auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.keyclient_comments {
    background: linear-gradient(135deg, rgb(210,219,235) 0%, rgb(165,187,213,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.keyclient_comments::before {
    top: 0;
    z-index: 1;
    opacity: 0.15;
    background: repeating-linear-gradient(45deg, rgb(118,154,188,0.5) 0px, transparent 10px, transparent 20px);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
}.keyclient_comments .container {
    position: relative;
    z-index: 2;
}.keyclient_comments h2 {
    transform: skew(-5deg);
    font-size: 37px;
    display: inline-block;
    position: relative;
    margin-bottom: 3.5rem;
    color: #000000;
    font-weight: 700;
}.keyclient_comments h2::after {
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(165,187,213) 0%, transparent 100%);
    content: "";
    left: 0;
    width: 80%;
    transform: translateX(10%);
    height: 4px;
}.keyclient_comments .keyfeedback_stars {
    transform: rotate(-2deg);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    display: grid;
}.keyclient_comments .keyrating_reviews {
    display: flex;
    transition: all 0.4s ease;
    transform: rotate(2deg);
    background: #ffffff;
    border-radius: 21px;
    padding: 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    overflow: hidden;
}.keyclient_comments .keyrating_reviews::before {
    transform-origin: top;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(165,187,213), rgb(118,154,188));
    position: absolute;
    height: 100%;
    width: 5px;
    content: "";
    left: 0;
    transition: transform 0.4s ease;
    top: 0;
}.keyclient_comments .keyrating_reviews:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: rotate(0) translateY(-10px);
}.keyclient_comments .keyrating_reviews:hover::before {
    transform: scaleY(1);
}.keyclient_comments .keyrating_reviews:nth-child(odd) {
    transform: rotate(4deg) translateY(20px);
}.keyclient_comments .keyrating_reviews:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}.keyclient_comments .keyrating_reviews:nth-child(3n+2) {
    transform: rotate(-3deg) translateY(-10px);
}.keyclient_comments .keyrating_reviews:nth-child(3n+2):hover {
    transform: rotate(0) translateY(-20px);
}.keyclient_comments .keyrating_reviews img {
    transition: all 0.4s ease;
    margin-bottom: 1rem;
    border-radius: 50%;
    transform: translateX(-10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 80px;
    object-fit: cover;
    border: 3px solid #ffffff;
    width: 80px;
}.keyclient_comments .keyrating_reviews:hover img {
    border-color: rgb(165,187,213,0.5);
    transform: translateX(0) scale(1.05);
}.keyclient_comments .keyrating_reviews p {
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: calc(15px * 1.1);
}.keyclient_comments .keyrating_reviews .description {
    position: relative;
    font-size: 15px;
    margin-top: 0.5rem;
    font-weight: 400;
    padding-top: 1rem;
    color: #000000;
}.keyclient_comments .keyrating_reviews .description::before {
    height: 3px;
    width: 50px;
    left: 0;
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    content: "";
    background: rgb(118,154,188,0.5);
}.keyclient_comments .keyrating_reviews:hover .description::before {
    background: rgb(165,187,213);
    width: 80px;
}

@media (max-width: 991px) {.keyclient_comments {
    padding: 4rem 0;
}.keyclient_comments h2 {
    width: 100%;
    text-align: center;
    transform: skew(0);
}.keyclient_comments h2::after {
    transform: none;
    left: 20%;
    width: 60%;
}.keyclient_comments .keyfeedback_stars {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
    transform: rotate(0);
}
}

@media (max-width: 767px) {.keyclient_comments {
    padding: 3rem 0;
}.keyclient_comments h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.keyclient_comments .keyfeedback_stars {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.keyclient_comments .keyrating_reviews,
    .keyclient_comments .keyrating_reviews:nth-child(odd),
    .keyclient_comments .keyrating_reviews:nth-child(3n+2) {
    transform: rotate(0);
    padding: 1.5rem;
}.keyclient_comments .keyrating_reviews:hover,
    .keyclient_comments .keyrating_reviews:nth-child(odd):hover,
    .keyclient_comments .keyrating_reviews:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.keyclient_comments .keyrating_reviews img {
    width: 60px;
    height: 60px;
}
}

@media (max-width: 480px) {.keyclient_comments h2 {
    font-size: calc(37px * 0.8);
}.keyclient_comments .keyrating_reviews {
    padding: 1.25rem;
}}header {
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    z-index: 100;
    width: 100%;
}header::before {
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(165,187,213,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(118,154,188,0.5) 0%, transparent 20%);
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    animation: pulse 15s infinite alternate;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
}header .container {
    padding: 1rem 2rem;
    position: relative;
}header .keymain_pagebar {
    justify-content: space-between;
    z-index: 2;
    position: relative;
    align-items: center;
    display: flex;
}header .keynav_study {
    position: relative;
    align-items: center;
    gap: 2rem;
    display: flex;
}header .keynav_study::before {
    z-index: -1;
    border-radius: 16px;
    background: linear-gradient(90deg, transparent 0%, rgb(165,187,213,0.5) 50%, transparent 100%);
    transform: skewX(-15deg);
    position: absolute;
    top: -15px;
    left: -30px;
    opacity: 0.1;
    width: calc(100% + 60px);
    content: "";
    height: calc(100% + 30px);
}header .keyhead_learn {
    position: relative;
    font-size: 15px;
    padding: 0.5rem 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
}header .keyhead_learn::before {
    background: linear-gradient(to right, rgb(165,187,213), rgb(118,154,188));
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    width: 0;
    height: 2px;
    content: "";
    left: 0;
}header .keyhead_learn:hover {
    transform: translateY(-2px);
    color: rgb(165,187,213);
}header .keyhead_learn:hover::before {
    width: 100%;
}header .keysite_nav {
    position: relative;
    text-decoration: none;
    display: flex;
    z-index: 2;
    align-items: center;
}header .keysite_nav svg {
    width: auto;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    transition: all 0.3s ease;
    height: 40px;
}header .keysite_nav:hover svg {
    filter: drop-shadow(0 0 12px rgb(165,187,213,0.5));
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .keynav_study {
    gap: 1.5rem;
}header .keyhead_learn {
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .keymain_pagebar {
    gap: 1rem;
    padding: 1rem 0;
    flex-direction: column-reverse;
}header .keysite_nav {
    margin-bottom: 0.5rem;
}header .keynav_study {
    overflow-x: auto;
    padding: 0.5rem 0;
    width: 100%;
    justify-content: flex-start;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
}header .keynav_study::before {
    display: none;
}header .keyhead_learn {
    white-space: nowrap;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
}header .keyhead_learn::before {
    display: none;
}}.keyjoin_now {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(165,187,213) 0%, rgb(118,154,188) 100%);
    z-index: 1;
}.keyjoin_now::before {
    left: -50%;
    opacity: 0.1;
    z-index: -1;
    transform: rotate(-15deg);
    height: 200%;
    background: repeating-linear-gradient(
    45deg,
    rgb(165,187,213,0.5),
    rgb(165,187,213,0.5) 10px,
    transparent 10px,
    transparent 20px
  );
    animation: patternShift 30s linear infinite;
    position: absolute;
    top: -50%;
    content: "";
    width: 200%;
}.keyjoin_now::after {
    z-index: -1;
    content: "";
    background: rgb(118,154,188);
    right: 0;
    top: 0;
    width: 40%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.15;
    position: absolute;
    height: 100%;
}.keyjoin_now .container {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 0 2rem;
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(-2deg);
    display: flex;
}.keyjoin_now .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.keyjoin_now h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    max-width: 85%;
    transform: translateX(-10px);
    animation: slideInText 0.8s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    line-height: 1.4;
    font-size: 31px;
    padding-left: 1.5rem;
    margin-bottom: 2.5rem;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}.keyjoin_now h2::before {
    left: 0;
    background: #ffffff;
    transform-origin: top;
    width: 4px;
    content: "";
    top: 0.5rem;
    animation: scaleDown 0.6s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: scaleY(0);
    bottom: 0.5rem;
    position: absolute;
    border-radius: 10px;
}.keyjoin_now .keyfast_learn {
    display: flex;
    align-items: center;
    animation: fadeUpIn 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    justify-content: flex-start;
    transform: translateY(20px);
    margin-left: 3rem;
    opacity: 0;
    position: relative;
}.keyjoin_now .keyfast_learn svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 48px;
    transform: rotate(-15deg);
    margin-right: 1.5rem;
    height: 48px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.keyjoin_now .keyfast_learn:hover svg {
    transform: rotate(0) scale(1.1);
}.keyjoin_now .keyfast_learn svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.keyjoin_now .keyfast_learn:hover svg path {
    filter: brightness(1.1);
    fill: #ffffff;
}.keyjoin_now .keyfast_learn div {
    position: relative;
    z-index: 2;
}.keyjoin_now .keyconnect_grid {
    padding: 1rem 2.5rem;
    font-size: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    text-decoration: none;
    display: inline-block;
    transform: translateZ(0);
    position: relative;
    transition: all 0.3s ease;
    border-radius: 14px;
    color: rgb(165,187,213);
    backface-visibility: hidden;
    font-weight: 600;
    overflow: hidden;
}.keyjoin_now .keyconnect_grid::before {
    content: "";
    left: -100%;
    top: 0;
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
    width: 100%;
    transition: left 0.7s ease;
    position: absolute;
    height: 100%;
}.keyjoin_now .keyconnect_grid:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    color: rgb(118,154,188);
}.keyjoin_now .keyconnect_grid:hover::before {
    left: 100%;
}.keyjoin_now .keyconnect_grid:active {
    transform: translateY(-2px);
}

@keyframes slideInText {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes patternShift {
  0% {
    transform: rotate(-15deg) translateX(0);
  }
  100% {
    transform: rotate(-15deg) translateX(100px);
  }
}

@media screen and (max-width: 1024px) {.keyjoin_now {
    padding: 4rem 0;
}.keyjoin_now h2 {
    max-width: 95%;
    font-size: calc(31px * 0.9);
}.keyjoin_now .keyfast_learn {
    margin-left: 1.5rem;
}
}

@media screen and (max-width: 768px) {.keyjoin_now {
    padding: 3.5rem 0;
}.keyjoin_now::after {
    width: 60%;
}.keyjoin_now .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateY(-1deg);
}.keyjoin_now h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.keyjoin_now .keyfast_learn {
    margin-left: 0;
}.keyjoin_now .keyconnect_grid {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 576px) {.keyjoin_now {
    padding: 3rem 0;
}.keyjoin_now::before {
    opacity: 0.08;
}.keyjoin_now h2 {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: calc(31px * 0.7);
}.keyjoin_now h2::before {
    width: 3px;
}.keyjoin_now .keyfast_learn {
    align-items: flex-start;
    flex-direction: column;
}.keyjoin_now .keyfast_learn svg {
    margin-right: 0;
    width: 36px;
    height: 36px;
    margin-bottom: 1.2rem;
}.keyjoin_now .keyconnect_grid {
    padding: 0.8rem 1.8rem;
    font-size: calc(15px * 0.9);
}}.keycookieNotificationAlert {
    background: rgb(118,154,188);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease-in-out;
    position: fixed;
    transform: translateY(100%);
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
    border-top: 3px solid rgb(118,154,188);
    bottom: 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.keyconsent_ack {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 5%;
    justify-content: space-between;
}.keycookieNotificationAlert h5 {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}.keycookieNotificationAlert p {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
}.keycookie_lock {
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(165,187,213));
    display: flex;
}.keycookie_lock svg {
    width: 80px;
    fill: rgb(165,187,213);
    height: 80px;
    transition: transform 0.3s ease-in-out;
}.keycookie_lock:hover svg {
    transform: scale(1.1);
}.keycookie_box {
    border-radius: 11px;
    margin-left: 10px;
    cursor: pointer;
    background: linear-gradient(90deg, rgb(165,187,213), rgb(118,154,188));
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
    color: #000000;
    text-decoration: none;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(165,187,213);
    font-size: 16px;
    min-width: 140px;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}.keycookie_box:hover {
    box-shadow: 0 0 20px rgb(118,154,188);
}.cookie_button.keycookie_rules:hover {
    box-shadow: 0 0 15px rgb(118,154,188);
}.keycookieNotificationAlert p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(165,187,213);
}.keycookieNotificationAlert p a:hover {
    color: rgb(118,154,188);
}#keycookie_popup_modal {
    display: none;
}#keycookie_popup_modal:checked ~ .keycookieNotificationAlert {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.keycookieNotificationAlert {
    padding: 15px 0;
}.keyconsent_ack {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.keycookie_lock {
    display: none;
}.keyconsent_ack {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.keycookieNotificationAlert h5 {
    margin-bottom: 5px;
    font-size: 19px;
}.keytrack_ack {
    margin-bottom: 15px;
}.keycookie_box {
    margin: 10px 0;
    min-width: 100%;
}}
.keycourse_program {
    padding: 4rem 2rem;
    position: relative;
    display: flex;
    background: rgb(210,219,235);
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;
}.keycourse_program .keyfuture_class {
    position: absolute;
    border-bottom-left-radius: 150px;
    transform: translateY(-50%);
    top: 50%;
    overflow: hidden;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.08);
    border-top-left-radius: 150px;
    height: 70vh;
    width: 45%;
    right: 0;
    z-index: 1;
}.keycourse_program .keyfuture_class::before {
    left: 0;
    background: linear-gradient(90deg, rgb(210,219,235), transparent);
    z-index: 2;
    height: 100%;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 100px;
    content: "";
}.keycourse_program .keylearn_network {
    height: 500%;
    display: flex;
    flex-direction: column;
    animation: carousel-vertical 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: 100%;
}.keycourse_program .keyfuture_class:hover .keylearn_network {
    animation-play-state: paused;
}.keycourse_program .keystudy_pathrKPW {
    flex-shrink: 0;
    width: 100%;
    height: 20%;
    position: relative;
}.keycourse_program .keystudy_pathrKPW img {
    object-fit: cover;
    transition: transform 0.7s ease;
    object-position: center;
    filter: brightness(1.05) contrast(1.08);
    height: 100%;
    width: 100%;
}.keycourse_program .keystudy_pathrKPW:hover img {
    transform: scale(1.05);
}.keycourse_program .container {
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}.keycourse_program .keyfast_learn {
    padding-right: 10%;
    width: 60%;
}.keycourse_program .keytech_classes {
    padding: 3.5rem;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    position: relative;
    background: #ffffff;
    border-radius: 16px;
}.keycourse_program .keytech_classes::before {
    width: calc(100% - 3rem);
    position: absolute;
    pointer-events: none;
    border-radius: 10px;
    left: 1.5rem;
    top: 1.5rem;
    border: 1px solid rgb(165,187,213,0.5);
    height: calc(100% - 3rem);
    content: "";
    opacity: 0.3;
}.keycourse_program .keytech_classes h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: rgb(165,187,213);
}.keycourse_program .keytech_classes p {
    margin-bottom: 2rem;
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
}.keycourse_program .keytech_classes .keyconnect_grid {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    background: rgb(165,187,213);
    padding: 0.9rem 2.25rem;
    font-size: 18px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.keycourse_program .keytech_classes .keyconnect_grid::before {
    top: 0;
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    left: 0;
    content: "";
}.keycourse_program .keytech_classes .keyconnect_grid:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.keycourse_program .keytech_classes .keyconnect_grid:hover::before {
    transform: translateX(100%);
}

@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 (min-width: 768px) and (max-width: 991px) {.keycourse_program {
    padding: 3rem 2rem;
}.keycourse_program .keyfuture_class {
    border-bottom-left-radius: 100px;
    width: 40%;
    border-top-left-radius: 100px;
    height: 60vh;
}.keycourse_program .keyfast_learn {
    padding-right: 5%;
    width: 65%;
}.keycourse_program .keytech_classes {
    padding: 2.5rem;
}.keycourse_program .keytech_classes::before {
    left: 1rem;
    top: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
}.keycourse_program .keytech_classes h3 {
    font-size: calc(28px * 0.9);
}

}

@media (max-width: 767px) {.keycourse_program {
    padding: 3rem 1.5rem;
    min-height: auto;
    display: block;
}.keycourse_program .keyfuture_class {
    top: auto;
    height: 40vh;
    transform: none;
    border-bottom-right-radius: 50px;
    margin-bottom: 2rem;
    width: 100%;
    position: relative;
    right: auto;
    border-radius: 0;
    border-bottom-left-radius: 50px;
}.keycourse_program .keyfuture_class::before {
    bottom: 0;
    top: auto;
    width: 100%;
    background: linear-gradient(0deg, rgb(210,219,235), transparent);
    height: 100px;
}.keycourse_program .keylearn_network {
    width: 500%;
    animation: carousel-horizontal-mobile 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
    flex-direction: row;
}.keycourse_program .keystudy_pathrKPW {
    height: 100%;
    width: 20%;
}.keycourse_program .container {
    width: 100%;
    justify-content: center;
}.keycourse_program .keyfast_learn {
    width: 100%;
    padding-right: 0;
    max-width: 500px;
}.keycourse_program .keytech_classes {
    padding: 2rem 1.5rem;
}.keycourse_program .keytech_classes::before {
    left: 0.75rem;
    top: 0.75rem;
    height: calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
}.keycourse_program .keytech_classes h3 {
    font-size: 23px;
}.keycourse_program .keytech_classes p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
    margin-bottom: 1.5rem;
}.keycourse_program .keytech_classes .keyconnect_grid {
    text-align: center;
    padding: 0.8rem 1.5rem;
    width: 100%;
}@keyframes carousel-horizontal-mobile {
        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);
        }
    }
}.keyour_background {
    padding: 120px 0 100px;
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    color: #ffffff;
    overflow: hidden;
}.keyour_background::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.15;
    width: 100%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    background-size: 30px 30px;
}.keyour_background::after {
    opacity: 0.2;
    background: radial-gradient(ellipse at center, transparent 30%, #000000 100%);
    width: 200%;
    content: "";
    left: -50%;
    top: -50%;
    height: 200%;
    animation: rotateBackground 60s linear infinite;
    position: absolute;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.keyour_background .container {
    position: relative;
    max-width: 1280px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.keyour_background h2 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 80px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    font-size: 44px;
    color: #ffffff;
}.keyour_background h2::before {
    background: rgb(165,187,213);
    width: 60px;
    height: 4px;
    content: "";
    transform: translateX(-50%);
    bottom: -20px;
    position: absolute;
    left: 50%;
}.keyour_background h2::after {
    letter-spacing: 5px;
    transform: translateX(-50%);
    content: attr(data-text);
    position: absolute;
    font-size: 0.15em;
    color: rgb(165,187,213);
    top: -0.5em;
    left: 50%;
    white-space: nowrap;
}.keyour_background .keyteam_bios {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}.keyour_background .keyskill_pro {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    padding: 40px;
    position: relative;
}.keyour_background .keyskill_pro:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border-color: rgb(165,187,213,0.5);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-10px);
}.keyour_background .keyskill_pro:first-child:hover {
    border-color: rgb(165,187,213,0.5);
}.keyour_background .keyskill_pro:last-child:hover {
    border-color: rgb(118,154,188,0.5);
}.keyour_background .keyskill_pro::before {
    left: 0;
    background: rgb(165,187,213);
    transform: scaleY(0);
    transition: transform 0.5s ease;
    content: "";
    transform-origin: bottom;
    top: 0;
    height: 100%;
    width: 4px;
    position: absolute;
}.keyour_background .keyskill_pro:last-child::before {
    background: rgb(118,154,188);
}.keyour_background .keyskill_pro:hover::before {
    transform: scaleY(1);
}.keyour_background .keyskill_pro::after {
    opacity: 0.05;
    background: rgb(165,187,213,0.5);
    filter: blur(40px);
    top: 0;
    content: "";
    right: 0;
    width: 100px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    height: 100px;
}.keyour_background .keyskill_pro:last-child::after {
    background: rgb(118,154,188,0.5);
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
}.keyour_background .keyskill_pro h3 {
    align-items: center;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 21px;
    display: flex;
    position: relative;
    color: rgb(165,187,213);
}.keyour_background .keyskill_pro:last-child h3 {
    color: rgb(118,154,188);
}.keyour_background .keyskill_pro h3::before {
    background: currentColor;
    height: 8px;
    margin-right: 15px;
    width: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
}.keyour_background .keyskill_pro p {
    opacity: 0.8;
    position: relative;
    font-size: 13px;
    color: #ffffff;
    z-index: 2;
    line-height: 1.8;
}.keyour_background .keyskill_pro:first-child {
    animation: slideUp 0.7s ease forwards;
}.keyour_background .keyskill_pro:last-child {
    animation: slideUp 0.7s 0.2s ease forwards;
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.keyour_background .keyteam_bios::before {
    background: radial-gradient(circle, rgb(165,187,213,0.5) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    position: absolute;
    height: 200px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    width: 200px;
    filter: blur(30px);
    opacity: 0.1;
    top: 50%;
}.keyour_background .keyteam_bios::after {
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    bottom: -30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(165,187,213,0.5), rgb(118,154,188,0.5), transparent);
}

@media (max-width: 1100px) {.keyour_background {
    padding: 100px 0 80px;
}.keyour_background h2 {
    margin-bottom: 60px;
    font-size: calc(44px * 0.9);
}.keyour_background .keyskill_pro {
    padding: 35px;
}
}

@media (max-width: 768px) {.keyour_background {
    padding: 80px 0 60px;
}.keyour_background h2 {
    font-size: calc(44px * 0.8);
    margin-bottom: 50px;
}.keyour_background .keyteam_bios {
    grid-template-columns: 1fr;
    gap: 40px;
}.keyour_background .keyskill_pro {
    padding: 30px;
}.keyour_background .keyskill_pro:last-child {
    animation-delay: 0.1s;
}
}

@media (max-width: 576px) {.keyour_background {
    padding: 60px 0 50px;
}.keyour_background h2 {
    font-size: calc(30px);
    margin-bottom: 40px;
}.keyour_background h2::before {
    bottom: -15px;
    width: 50px;
    height: 3px;
}.keyour_background .keyteam_bios {
    gap: 30px;
}.keyour_background .keyskill_pro {
    padding: 25px;
}.keyour_background .keyskill_pro h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}.keyour_background .keyskill_pro p {
    font-size: calc(13px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.keyour_background::after {
    animation: none;
}.keyour_background .keyskill_pro,
    .keyour_background .keyskill_pro::before {
    transition: none;
}.keyour_background .keyskill_pro:hover {
    transform: none;
}.keyour_background .keyskill_pro:first-child,
    .keyour_background .keyskill_pro:last-child {
    animation: none;
    opacity: 1;
    transform: none;
}
}

@supports not (backdrop-filter: blur(10px)) {.keyour_background .keyskill_pro {
    background: rgba(30, 30, 30, 0.7);
}}.keyservice_contact {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(165,187,213) 0%, rgb(118,154,188) 70%, rgb(210,219,235) 100%);
    z-index: 1;
    position: relative;
}.keyservice_contact:before {
    animation: rotateGlow 20s infinite linear;
    height: 200%;
    top: -50%;
    opacity: 0.2;
    width: 200%;
    position: absolute;
    left: -50%;
    content: '';
    z-index: -1;
    background: radial-gradient(circle at 30% 30%, rgb(165,187,213,0.5) 0%, transparent 60%);
}.keyservice_contact:after {
    animation: rotateGlowReverse 25s infinite linear;
    content: '';
    width: 150%;
    right: -30%;
    height: 150%;
    background: radial-gradient(circle at 70% 70%, rgb(118,154,188,0.5) 0%, transparent 50%);
    z-index: -1;
    opacity: 0.15;
    position: absolute;
    bottom: -30%;
}.keyservice_contact .container {
    position: relative;
    margin: 0 auto;
    max-width: 1240px;
}.keyservice_contact .keycontact_today {
    background: #ffffff;
    position: relative;
    padding: 60px;
    box-shadow: 0 20px 50px rgb(165,187,213,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 30px;
}.keyservice_contact .keycontact_today:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 70px rgb(118,154,188,0.5);
}.keyservice_contact .keyedu_askedu {
    margin-bottom: 50px;
    display: inline-block;
    color: rgb(165,187,213);
    position: relative;
    overflow: hidden;
    font-weight: 700;
    font-size: 34px;
}.keyservice_contact .keyedu_askedu:before {
    background: rgb(118,154,188);
    transform-origin: left;
    height: 5px;
    bottom: -12px;
    border-radius: 10px;
    transform: scaleX(0);
    width: 100%;
    animation: slideIn 1.5s ease forwards;
    content: '';
    position: absolute;
    left: 0;
}.keyservice_contact .keyimg_img {
    border-radius: 30px;
    transition: all 0.5s ease;
    height: 320px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}.keyservice_contact .keyimg_img:before {
    animation: scanLine 4s infinite linear;
    content: '';
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);
    position: absolute;
    inset: 0;
}.keyservice_contact .keyimg_img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgb(118,154,188,0.5);
}.keyservice_contact .keyreach_team {
    position: relative;
    display: grid;
    gap: 30px;
}.keyservice_contact .keyreach_team p {
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 17px;
    position: relative;
    display: flex;
    margin: 0;
    align-items: center;
    padding-left: 0;
}.keyservice_contact .keyreach_team p svg {
    height: 24px;
    transition: all 0.3s ease;
    margin: 0 15px;
    width: 24px;
    fill: rgb(118,154,188);
    flex-shrink: 0;
}.keyservice_contact .keyreach_team p svg path {
    transition: fill 0.3s ease;
    fill: rgb(118,154,188);
}.keyservice_contact .keyreach_team p:hover svg {
    transform: translateX(5px);
}.keyservice_contact .keyreach_team p:hover svg path {
    fill: rgb(165,187,213);
}.keyservice_contact .keyreach_team p span {
    color: rgb(165,187,213);
    font-weight: 600;
}.keyservice_contact .keyreach_team p a {
    transition: color 0.3s ease;
    color: rgb(118,154,188);
    text-decoration: none;
    position: relative;
}.keyservice_contact .keyreach_team p a:after {
    left: 0;
    content: '';
    transition: transform 0.3s ease;
    transform-origin: right;
    height: 1px;
    width: 100%;
    position: absolute;
    background: rgb(118,154,188);
    bottom: -3px;
    transform: scaleX(0);
}.keyservice_contact .keyreach_team p a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}.keyservice_contact .keyreach_team p a:hover {
    color: rgb(165,187,213);
}.keyservice_contact .keyquick_support {
    padding: 30px;
    border-radius: 30px;
    margin-top: 50px;
    overflow: hidden;
    background: rgb(210,219,235);
    position: relative;
    transition: all 0.4s ease;
}.keyservice_contact .keyquick_support:before {
    height: 100%;
    content: '';
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    animation: sweep 6s infinite linear;
    width: 100%;
}.keyservice_contact .keyquick_support:hover {
    box-shadow: 0 10px 30px rgb(165,187,213,0.5);
    background: rgb(118,154,188,0.5);
}.keyservice_contact .keycontact_section {
    display: flex;
    color: rgb(165,187,213);
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    align-items: center;
    font-size: 18px;
}.keyservice_contact .keycontact_section svg {
    margin-right: 12px;
    height: 22px;
    width: 22px;
}.keyservice_contact .keycontact_section svg path {
    fill: rgb(165,187,213);
    transition: fill 0.3s ease;
}.keyservice_contact .keyquick_support:hover .keycontact_section svg path {
    fill: rgb(118,154,188);
}.keyservice_contact .keywrite_form {
    gap: 20px;
    display: grid;
}.keyservice_contact .keysupport_now {
    color: #000000;
    padding: 12px 20px;
    font-weight: 400;
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 17px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 10px;
}.keyservice_contact .keysupport_now svg {
    height: 16px;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    opacity: 0;
    width: 16px;
    margin-right: 10px;
}.keyservice_contact .keysupport_now svg path {
    fill: rgb(118,154,188);
}.keyservice_contact .keysupport_now:hover {
    box-shadow: 0 8px 20px rgb(118,154,188,0.5);
    transform: translateY(-5px);
}.keyservice_contact .keysupport_now:hover svg {
    transform: translateX(0);
    opacity: 1;
}

@media screen and (max-width: 1024px) {.keyservice_contact {
    padding: 80px 0;
}.keyservice_contact .keycontact_today {
    padding: 50px;
}.keyservice_contact .keyimg_img {
    height: 280px;
}.keyservice_contact .keyedu_askedu {
    font-size: calc(34px * 0.9);
}.keyservice_contact .keyreach_team {
    gap: 25px;
}.keyservice_contact .keyquick_support {
    padding: 25px;
}.keyservice_contact .keyreach_team p svg {
    width: 22px;
    height: 22px;
}
}

@media screen and (max-width: 768px) {.keyservice_contact {
    padding: 60px 0;
}.keyservice_contact .keycontact_today {
    padding: 40px;
}.keyservice_contact .keyimg_img {
    margin-bottom: 40px;
    height: 240px;
}.keyservice_contact .keyedu_askedu {
    margin-bottom: 40px;
    font-size: calc(34px * 0.85);
}.keyservice_contact .keyreach_team {
    gap: 20px;
}.keyservice_contact .keyquick_support {
    padding: 20px;
    margin-top: 40px;
}.keyservice_contact .keycontact_section {
    font-size: calc(18px * 0.9);
}.keyservice_contact .keysupport_now {
    padding: 10px 15px;
}.keyservice_contact .keyreach_team p svg {
    height: 20px;
    width: 20px;
    margin: 0 12px;
}.keyservice_contact .keycontact_section svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
}

@media screen and (max-width: 480px) {.keyservice_contact {
    padding: 40px 0;
}.keyservice_contact .keycontact_today {
    padding: 30px;
}.keyservice_contact .keyimg_img {
    margin-bottom: 30px;
    height: 200px;
}.keyservice_contact .keyedu_askedu {
    font-size: calc(34px * 0.75);
}.keyservice_contact .keyreach_team {
    gap: 15px;
}.keyservice_contact .keyquick_support {
    margin-top: 30px;
    padding: 15px;
}.keyservice_contact .keycontact_section {
    font-size: calc(18px * 0.85);
}.keyservice_contact .keysupport_now {
    padding: 8px 12px;
}.keyservice_contact .keyreach_team p svg {
    height: 18px;
    width: 18px;
    margin: 0 10px;
}.keyservice_contact .keycontact_section svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

@keyframes rotateGlowReverse {
    0% {
        transform: rotate(360deg);
        opacity: 0.15;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        transform: rotate(0deg);
        opacity: 0.15;
    }
}

@keyframes slideIn {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes scanLine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}.keycontact_us {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(210,219,235);
}.keycontact_us::before {
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(165,187,213), rgb(118,154,188));
}.keycontact_us .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.keycontact_us h2 {
    display: inline-block;
    font-family: Arial, sans-serif;
    position: relative;
    text-align: left;
    color: #000000;
    padding-left: 20px;
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 60px;
}.keycontact_us h2::before {
    border-radius: 10px;
    position: absolute;
    background: rgb(165,187,213);
    left: 0;
    height: 100%;
    width: 5px;
    top: 0;
    content: "";
}.keycontact_us .keyreach_request {
    align-items: center;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.keycontact_us .keyimg_img {
    order: 2;
    border-radius: 12px;
    position: relative;
    min-height: 500px;
    box-shadow: -15px 15px 0 rgb(165,187,213,0.5);
    overflow: hidden;
}.keycontact_us .keysupport_feedback {
    order: 1;
}.keycontact_us form {
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
}.keycontact_us form h3 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    color: #000000;
}.keycontact_us form input[type="text"] {
    width: 100%;
    font-size: 14px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: rgb(210,219,235);
    padding: 18px 25px;
    border-radius: 10px;
    color: #000000;
    border: none;
    margin-bottom: 25px;
}.keycontact_us form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(165,187,213,0.5);
    outline: none;
    background: #ffffff;
}.keycontact_us form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.keycontact_us .keyquery_support {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.keycontact_us .keyquery_support input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.keycontact_us .keyquery_support label {
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    position: relative;
}.keycontact_us .keyquery_support label::before {
    position: absolute;
    content: "";
    border-radius: 10px;
    width: 22px;
    top: 2px;
    background: rgb(210,219,235);
    height: 22px;
    left: 0;
    transition: all 0.2s ease;
}.keycontact_us .keyquery_support input[type="checkbox"]:checked + label::before {
    background: rgb(165,187,213);
}.keycontact_us .keyquery_support input[type="checkbox"]:checked + label::after {
    height: 10px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    border-right: 2px solid #ffffff;
    width: 6px;
    top: 6px;
    transform: rotate(45deg);
    content: "";
    left: 8px;
}.keycontact_us .keyquery_support label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(165,187,213);
    font-weight: 600;
}.keycontact_us .keyquery_support label a:hover {
    color: rgb(118,154,188);
}.keycontact_us form .keyconnect_grid {
    font-weight: 600;
    padding: 18px 40px;
    background: #000000;
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    border: none;
    font-size: 18px;
}.keycontact_us form .keyconnect_grid:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(165,187,213);
    transform: translateY(-3px);
}.keycontact_us svg {
    height: 20px;
    width: 20px;
    fill: rgb(165,187,213);
}.keycontact_us svg path {
    transition: fill 0.3s ease;
    fill: rgb(165,187,213);
}

@media screen and (max-width: 991px) {.keycontact_us {
    padding: 90px 0;
}.keycontact_us .keyreach_request {
    gap: 40px;
    grid-template-columns: 1fr;
}.keycontact_us .keyimg_img {
    min-height: 400px;
    order: 1;
    margin: 0 auto;
    max-width: 600px;
}.keycontact_us .keysupport_feedback {
    order: 2;
}.keycontact_us form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.keycontact_us {
    padding: 70px 0;
}.keycontact_us h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.keycontact_us .keyimg_img {
    box-shadow: -10px 10px 0 rgb(165,187,213,0.5);
    min-height: 300px;
    width: 100%;
}.keycontact_us form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.keycontact_us {
    padding: 50px 0;
}.keycontact_us h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.keycontact_us .keyimg_img {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(165,187,213,0.5);
}.keycontact_us form {
    padding: 30px 20px;
}.keycontact_us form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.keycontact_us form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.keycontact_us form .keyconnect_grid {
    width: 100%;
    padding: 15px 20px;
}}.keytyFrame {
    align-items: center;
    background: linear-gradient(135deg, rgb(165,187,213,0.5), rgb(118,154,188,0.5));
    overflow: hidden;
    padding: 6rem 2rem;
    display: flex;
    position: relative;
    min-height: 70vh;
    justify-content: center;
}.keytyFrame::before {
    content: "";
    left: 0;
    transform-origin: center;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(165,187,213,0.5) 0%, transparent 60%);
    position: absolute;
    width: 100%;
    z-index: 1;
    animation: pulse 15s ease-in-out infinite alternate;
}.keytyFrame::after {
    right: -5%;
    z-index: 0;
    content: "";
    animation: float 20s ease-in-out infinite;
    background: radial-gradient(circle, rgb(118,154,188,0.5) 0%, transparent 70%);
    position: absolute;
    height: 50%;
    bottom: -5%;
    width: 50%;
}.keytyFrame .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    width: 100%;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.keytyFrame .keyfast_learn {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    grid-template-columns: 1fr;
    display: grid;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    position: relative;
    transform: translateZ(0);
    gap: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    padding: 3.5rem;
    backdrop-filter: blur(10px);
}.keytyFrame .keyfast_learn:hover {
    transform: translateZ(30px) scale(1.02);
}.keytyFrame .keyfast_learn > div:first-child {
    padding-left: 2.5rem;
    border-left: 4px solid rgb(165,187,213);
    position: relative;
}.keytyFrame .keyfast_learn > div:first-child::before {
    width: 26px;
    animation: pulse 3s infinite alternate;
    content: "";
    top: 50%;
    background: rgb(165,187,213);
    transform: translateY(-50%);
    box-shadow: 0 0 20px rgba(rgb(165,187,213), 0.5);
    left: -15px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
}.keytyFrame h5 {
    font-size: calc(22px * 1.2);
    opacity: 0;
    color: #000000;
    transform: translateX(0);
    transition: transform 0.4s ease-out;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
}.keytyFrame .keyfast_learn > div:nth-child(2) {
    transition: transform 0.3s ease;
    position: relative;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    opacity: 0;
}.keytyFrame .keyfast_learn > div:nth-child(2)::before {
    top: -10px;
    content: "";
    width: 70%;
    background: linear-gradient(90deg, rgb(165,187,213), transparent);
    position: absolute;
    height: 1px;
    left: 0;
}.keytyFrame a {
    transform: translateY(0);
    display: block;
    transition: transform 0.4s ease-out;
    text-decoration: none;
}.keytyFrame a:hover {
    transform: translateY(-5px);
}.keytyFrame p {
    hyphens: auto;
    padding: 1rem 0;
    position: relative;
    line-height: 1.8;
    margin: 0;
    color: #000000;
    font-size: 14px;
}.keytyFrame p::after {
    width: 35%;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(118,154,188));
    content: "";
    position: absolute;
    right: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    transform-origin: right;
    bottom: 0;
}.keytyFrame a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

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

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

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

@media (min-width: 768px) {.keytyFrame {
    padding: 8rem 3rem;
}.keytyFrame .keyfast_learn {
    padding: 4rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
}.keytyFrame h5 {
    font-size: calc(22px * 1.4);
}.keytyFrame .keyfast_learn > div:first-child::after {
    width: 1px;
    transform: translateY(-50%);
    top: 50%;
    background: linear-gradient(to bottom, transparent, rgb(165,187,213,0.5), transparent);
    position: absolute;
    content: "";
    right: -3.5rem;
    height: 80%;
}.keytyFrame .keyfast_learn > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.keytyFrame .keyfast_learn {
    gap: 5rem;
    padding: 5rem;
}.keytyFrame h5 {
    font-size: calc(22px * 1.5);
}.keytyFrame .keyfast_learn > div:first-child {
    padding-left: 3rem;
    border-left-width: 5px;
}.keytyFrame p {
    font-size: calc(14px * 1.1);
}.keytyFrame .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.keytyFrame {
    padding: 4rem 1.5rem;
}.keytyFrame .keyfast_learn {
    padding: 2.5rem 2rem;
}.keytyFrame h5 {
    font-size: 22px;
}.keytyFrame p {
    font-size: calc(14px * 0.95);
}
}

@media (hover: hover) {.keytyFrame .keyfast_learn:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.keytyFrame .keyfast_learn,
    .keytyFrame a,
    .keytyFrame h5,
    .keytyFrame::before,
    .keytyFrame::after {
    animation: none;
    transition: none;
}.keytyFrame .keyfast_learn > div:first-child::before {
    animation: none;
}.keytyFrame .keyfast_learn > div:nth-child(2) {
    opacity: 1;
}.keytyFrame h5 {
    opacity: 1;
}}.keyprivacy_defense {
    font-family: Arial, sans-serif;
    padding: 50px 30px;
    background: linear-gradient(135deg, #000000 0%, rgb(118,154,188,0.5) 100%);
    position: relative;
    color: #ffffff;
    line-height: 1.8;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}.keyprivacy_defense::before {
    top: -10px;
    right: -10px;
    transform: rotate(45deg);
    position: absolute;
    height: 150px;
    width: 150px;
    background: radial-gradient(circle at center, rgb(165,187,213), transparent);
    z-index: 0;
    content: '';
    opacity: 0.5;
}.keyprivacy_defense::after {
    bottom: -10px;
    height: 150px;
    background: radial-gradient(circle at center, rgb(118,154,188), transparent);
    position: absolute;
    content: '';
    transform: rotate(-45deg);
    z-index: 0;
    opacity: 0.5;
    left: -10px;
    width: 150px;
}.keyprivacy_defense h1, .keyprivacy_defense h2, .keyprivacy_defense h3, .keyprivacy_defense h4, .keyprivacy_defense h5, .keyprivacy_defense h6 {
    z-index: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(165,187,213);
    margin-bottom: 20px;
    position: relative;
}.keyprivacy_defense h1 {
    font-size: 40px;
    border-bottom: 1px solid rgb(165,187,213);
    padding-bottom: 10px;
    font-weight: 700;
}.keyprivacy_defense h2 {
    font-size: 28px;
    border-bottom: 1px solid rgb(118,154,188);
    padding-bottom: 8px;
    font-weight: 600;
}.keyprivacy_defense ul, .keyprivacy_defense ol {
    list-style: none;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    padding-left: 20px;
}.keyprivacy_defense li {
    padding-left: 20px;
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
    font-size: 12px;
}.keyprivacy_defense ul li:before, .keyprivacy_defense ol li:before {
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(165,187,213);
    content: '';
    width: 8px;
    background-color: rgb(165,187,213);
    height: 8px;
    left: 0;
    position: absolute;
    top: 0.5em;
}.keyprivacy_defense ol {
    counter-reset: item;
}.keyprivacy_defense ol li {
    list-style-type: none;
}.keyprivacy_defense ol li:before {
    height: 20px;
    top: 0;
    counter-increment: item;
    content: counter(item);
    text-align: center;
    color: #000000;
    position: absolute;
    width: 20px;
    line-height: 20px;
    left: 0;
    font-size: 15px;
    background-color: rgb(118,154,188);
    border-radius: 50%;
}.keyprivacy_defense p, .keyprivacy_defense span {
    font-size: 12px;
    text-align: justify;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}.keyprivacy_defense div {
    z-index: 1;
    margin-bottom: 30px;
    position: relative;
}
@media only screen and (max-width: 800px) {.keyprivacy_defense {
    padding: 30px 20px;
}.keyprivacy_defense h1 {
    font-size: calc(19px - 5px);
}.keyprivacy_defense h2 {
    font-size: calc(19px - 5px);
}.keyprivacy_defense p, .keyprivacy_defense li {
    font-size: calc(12px - 2px);
}.keyprivacy_defense::before, .keyprivacy_defense::after {
    height: 100px;
    width: 100px;
}}footer {
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
    position: relative;
}footer::before {
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(165,187,213,0.5) 50%, rgb(118,154,188,0.5) 100%);
    animation: gradientShift 15s ease infinite;
    z-index: -1;
    backdrop-filter: blur(8px);
    position: absolute;
    height: 100%;
    top: 0;
}.keydata_viz {
    padding: 4.5rem 0 2rem;
    position: relative;
}.keydata_viz::before {
    animation: shimmer 8s linear infinite;
    top: 0;
    height: 1px;
    content: "";
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(165,187,213) 25%, 
                #ffffff 50%, 
                rgb(118,154,188) 75%, 
                transparent 100%);
    right: 0;
    left: 0;
    position: absolute;
}.keydata_viz .container {
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}.keydata_viz .company_holder {
    transform: translateY(0);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-right: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1 1 350px;
    padding: 1.5rem;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
}.keydata_viz .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(165,187,213,0.5);
}.keydata_viz .company_holder h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 1.25rem;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.keydata_viz .company_holder h3::after {
    height: 2px;
    transform-origin: left;
    content: "";
    bottom: -8px;
    width: 100%;
    background: linear-gradient(to right, rgb(165,187,213), rgb(118,154,188));
    transform: scaleX(0.3);
    position: absolute;
    transition: transform 0.5s ease;
    left: 0;
}.keydata_viz .company_holder:hover h3::after {
    transform: scaleX(1);
}.keydata_viz .keyfaculty_info {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    max-width: 450px;
    font-size: 17px;
}.keydata_viz .keyassign_help {
    position: relative;
    flex: 1 1 450px;
}.keydata_viz .keynav_learn {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}.keydata_viz .keyassign_help .keynav_learn {
    justify-content: flex-end;
}.keydata_viz .keynav_study {
    position: relative;
    flex: 1 1 200px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    padding: 1.5rem;
    border-radius: 14px;
}.keydata_viz .keynav_study h5 {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 1.25rem;
}.keydata_viz .keynav_study h5::before {
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(165,187,213);
}.keydata_viz .keynav_study:hover h5::before {
    width: 100%;
}.keydata_viz .keynav_study .keynav_learn {
    gap: 0.75rem;
    flex-direction: column;
    display: flex;
}.keydata_viz .keynav_study a {
    font-size: 17px;
    display: block;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
}.keydata_viz .keynav_study a::before {
    bottom: 0;
    z-index: -1;
    width: 0;
    height: 1px;
    background: linear-gradient(to right, rgb(165,187,213), rgb(118,154,188));
    content: "";
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
}.keydata_viz .keynav_study a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.keydata_viz .keynav_study a:hover::before {
    width: 100%;
}.keyfooter_edu {
    overflow: hidden;
    backdrop-filter: blur(15px);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
}.keyfooter_edu::before {
    top: 0;
    right: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(118,154,188) 25%, 
                #ffffff 50%, 
                rgb(165,187,213) 75%, 
                transparent 100%);
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
}.keyfooter_edu .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}.keyfooter_edu .keyaccess_help {
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    backdrop-filter: blur(5px);
    font-size: 15px;
}.keyfooter_edu .keyaccess_help:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgb(165,187,213,0.5);
    color: #ffffff;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.keydata_viz {
    padding: 3.5rem 0 2rem;
}.keydata_viz .container {
    flex-direction: column;
}.keydata_viz .company_holder {
    margin-right: 0;
    margin-bottom: 2rem;
    flex: 1 1 100%;
}.keydata_viz .keyassign_help {
    flex: 1 1 100%;
}.keydata_viz .keyassign_help .keynav_learn {
    justify-content: space-between;
}.keydata_viz .keynav_study {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.keydata_viz {
    padding: 3rem 0 1.5rem;
}.keydata_viz::before {
    height: 2px;
}.keydata_viz .company_holder {
    padding: 1.25rem;
}.keydata_viz .keynav_study {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.keydata_viz .keyassign_help .keynav_learn {
    flex-direction: column;
}.keyfooter_edu {
    padding: 1.25rem 0;
}.keyfooter_edu::before {
    height: 2px;
}
}

@media (max-width: 576px) {.keydata_viz {
    padding: 2.5rem 0 1rem;
}.keydata_viz .company_holder h3 {
    font-size: calc(28px * 0.75);
}.keydata_viz .keyfaculty_info {
    font-size: calc(17px * 0.9);
}.keydata_viz .keynav_study h5 {
    font-size: calc(23px * 0.9);
}.keydata_viz .keynav_study a {
    font-size: calc(17px * 0.9);
}.keyfooter_edu .keyaccess_help {
    font-size: calc(15px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.keydata_viz .keynav_learn a::after {
    height: 4px;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: -10px;
    background: rgb(165,187,213);
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 4px;
    transition: transform 0.3s ease;
}.keydata_viz .keynav_learn a:hover::after {
    transform: translateY(-50%) scale(1);
}.keydata_viz .keyfaculty_info::before {
    border: 1px solid transparent;
    width: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    height: 0;
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
}.keydata_viz .keyfaculty_info::after {
    width: 0;
    position: absolute;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    right: -10px;
    height: 0;
    border: 1px solid transparent;
    content: "";
    bottom: -10px;
}.keydata_viz .company_holder:hover .keyfaculty_info::before {
    border-right-color: rgb(165,187,213,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    border-top-color: rgb(165,187,213,0.5);
    height: calc(100% + 20px);
}.keydata_viz .company_holder:hover .keyfaculty_info::after {
    width: calc(100% + 20px);
    border-left-color: rgb(118,154,188,0.5);
    height: calc(100% + 20px);
    border-bottom-color: rgb(118,154,188,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
}.keytariff_feature {
    --card-accent: rgb(165,187,213);
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    --pricing-bg: #f5f7fa;
    position: relative;
    padding: 120px 0 80px;
    background-color: var(--pricing-bg);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --card-border: linear-gradient(135deg, rgb(165,187,213), rgb(118,154,188));
    --card-bg: #ffffff;
}.keytariff_feature::before {
    transform: rotate(-15deg);
    position: absolute;
    opacity: 0.5;
    top: -10%;
    filter: blur(60px);
    content: "";
    background: linear-gradient(135deg, rgb(165,187,213,0.5), rgb(118,154,188,0.5));
    right: -5%;
    width: 35%;
    z-index: 1;
    height: 50%;
}.keytariff_feature::after {
    filter: blur(50px);
    transform: rotate(15deg);
    position: absolute;
    width: 30%;
    z-index: 1;
    height: 40%;
    content: "";
    left: -5%;
    bottom: -10%;
    opacity: 0.4;
    background: linear-gradient(225deg, rgb(118,154,188,0.5), rgb(165,187,213,0.5));
}.keytariff_feature .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}.keytariff_feature .keyclass_cost {
    display: flex;
    flex-direction: column;
}.keytariff_feature .keyaccess_rates {
    max-width: 800px;
    margin-left: auto;
    text-align: center;
    order: -1;
    margin-bottom: 60px;
    margin-right: auto;
}.keytariff_feature .keyaccess_rates h2 {
    font-size: 31px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
}.keytariff_feature .keyaccess_rates h2::after {
    bottom: -10px;
    left: 50%;
    content: "";
    height: 3px;
    background: linear-gradient(to right, rgb(165,187,213), rgb(118,154,188));
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
}.keytariff_feature .keypro_rates {
    font-size: calc(18px + 2px);
    white-space: normal;
    word-wrap: break-word;
    max-width: 700px;
    margin: 0 auto;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
}.keytariff_feature .keydiscount_deals {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 30px;
}.keytariff_feature .keycert_fees {
    transform: translateY(0);
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    transition: transform var(--card-transition);
}.keytariff_feature .keycert_fees:hover {
    transform: translateY(-10px);
}.keytariff_feature .keygroup_plans {
    box-shadow: var(--card-shadow);
    flex-direction: column;
    height: 100%;
    border-radius: 29px;
    overflow: hidden;
    transition: box-shadow var(--card-transition);
    position: relative;
    background-color: var(--card-bg);
    display: flex;
}.keytariff_feature .keycert_fees:hover .keygroup_plans {
    box-shadow: var(--card-hover-shadow);
}.keytariff_feature .keygroup_plans::before {
    height: 5px;
    top: 0;
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s ease;
    content: "";
    background: var(--card-border);
    left: 0;
    position: absolute;
}.keytariff_feature .keycert_fees:hover .keygroup_plans::before {
    transform: scaleX(1);
}.keytariff_feature .keypackage_rates {
    position: relative;
    flex-direction: column;
    z-index: 1;
    flex-grow: 1;
    padding: 35px 30px;
    display: flex;
}.keytariff_feature .keypackage_rates h3 {
    display: inline-block;
    transition: color 0.3s ease;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: calc(19px + 2px);
}.keytariff_feature .keycert_fees:hover .keypackage_rates h3 {
    color: var(--card-accent);
}.keytariff_feature .keypricing_pack {
    position: relative;
    font-size: calc(19px + 6px);
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--card-accent);
}.keytariff_feature .keypricing_pack::after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: var(--card-accent);
    width: 40px;
    left: 0;
    transition: width 0.3s ease;
    bottom: -10px;
}.keytariff_feature .keycert_fees:hover .keypricing_pack::after {
    width: 60px;
}.keytariff_feature .keypackage_rates p {
    flex-grow: 1;
    color: #000000;
    font-size: 18px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-top: 15px;
    hyphens: auto;
    white-space: normal;
    line-height: 1.6;
}.keytariff_feature .keyimg_img {
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    transition: transform 0.6s ease;
}.keytariff_feature .keyimg_img::after {
    transition: opacity 0.4s ease;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0;
    right: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    position: absolute;
}.keytariff_feature .keycert_fees:hover .keyimg_img::after {
    opacity: 1;
}.keytariff_feature .keycert_fees:hover .keyimg_img {
    transform: scale(1.05);
}

@media (min-width: 992px) {.keytariff_feature .keyclass_cost {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.keytariff_feature .keyaccess_rates {
    margin: 0;
    width: 30%;
    order: 0;
    text-align: left;
}.keytariff_feature .keyaccess_rates h2 {
    text-align: left;
    display: block;
}.keytariff_feature .keyaccess_rates h2::after {
    left: 0;
    transform: none;
}.keytariff_feature .keypro_rates {
    text-align: left;
    margin: 0;
}.keytariff_feature .keydiscount_deals {
    width: 70%;
}
}

@media (max-width: 991px) {.keytariff_feature {
    padding: 80px 0 60px;
}.keytariff_feature .keydiscount_deals {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}

@media (max-width: 767px) {.keytariff_feature {
    padding: 60px 0 40px;
}.keytariff_feature .keyaccess_rates {
    margin-bottom: 40px;
}.keytariff_feature .keydiscount_deals {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.keytariff_feature .keypackage_rates {
    padding: 25px 20px;
}.keytariff_feature .keypackage_rates h3 {
    font-size: 19px;
}.keytariff_feature .keypricing_pack {
    font-size: calc(19px + 2px);
}.keytariff_feature .keypackage_rates p {
    font-size: calc(18px - 1px);
}.keytariff_feature .keyimg_img {
    height: 180px;
}
}

@media (max-width: 480px) {.keytariff_feature {
    padding: 50px 0 30px;
}.keytariff_feature .keyaccess_rates h2 {
    font-size: calc(31px - 4px);
}.keytariff_feature .keypro_rates {
    font-size: 18px;
}.keytariff_feature .keypackage_rates {
    padding: 20px 15px;
}.keytariff_feature .keyimg_img {
    height: 160px;
}}.keywelcome_page {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(118,154,188) 0%, rgb(165,187,213) 100%);
    overflow: hidden;
    min-height: 100vh;
}.keywelcome_page .keylearn_front {
    width: 100%;
    position: relative;
    padding: 2rem;
    max-width: 1200px;
    z-index: 2;
}.keywelcome_page .keyexpert_team {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 4rem 3rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
}.keywelcome_page .keyedu_head {
    border-left: 6px solid rgb(165,187,213);
    position: relative;
}.keywelcome_page .keyedu_head::before {
    left: 0;
    backdrop-filter: blur(4px);
    content: '';
    top: 0;
    background: linear-gradient(
    135deg,
    rgba(#000000, 0.85) 0%,
    rgba(#000000, 0.7) 100%
  );
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}.keywelcome_page .keyedu_head::after {
    content: '';
    height: 200px;
    position: absolute;
    right: -5%;
    animation: pulse 10s infinite alternate ease-in-out;
    z-index: 0;
    filter: blur(40px);
    top: -10%;
    background: rgb(165,187,213);
    opacity: 0.1;
    border-radius: 50%;
    width: 200px;
}.keywelcome_page .keyedu_head span {
    margin-bottom: 2rem;
    z-index: 2;
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    opacity: 0;
    transform: translateY(-20px);
    position: relative;
}.keywelcome_page .keyedu_head h3 {
    color: #ffffff;
    padding: 1rem 2rem;
    margin: 0;
    font-size: calc(19px * 0.9);
    max-width: 90%;
    line-height: 1.5;
    letter-spacing: 0.5px;
    border-left: 3px solid rgb(118,154,188);
    background: linear-gradient(90deg, rgb(165,187,213,0.5) 0%, transparent 100%);
    font-weight: 300;
}.keywelcome_page .keyedu_head h1 {
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2;
    -webkit-background-clip: text !important;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    z-index: 2;
    background-clip: text !important;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(-20px);
    margin: 0 0 2rem;
}.keywelcome_page .keyedu_head > div {
    transform: translateY(-20px);
    z-index: 2;
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: relative;
}.keywelcome_page .keyedu_head > div > div {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(
    90deg, 
    rgb(118,154,188) 0%, 
    rgb(118,154,188,0.5) 100%
  );
    padding: 1.5rem 2rem;
    transform: perspective(500px) rotateX(2deg);
    position: relative;
    display: inline-block;
}.keywelcome_page .keyedu_head > div > div::after {
    filter: blur(4px);
    position: absolute;
    left: 10%;
    background: rgb(118,154,188);
    height: 8px;
    right: 10%;
    bottom: -8px;
    opacity: 0.5;
    content: '';
}.keywelcome_page .keyedu_head p {
    letter-spacing: 0.3px;
    margin: 0;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 400;
    font-size: calc(16px * 1.1);
}.keywelcome_page .keyexpert_team:hover {
    transform: perspective(1000px) rotateY(0deg);
}

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

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.15;
  }
}

@media (max-width: 991px) {.keywelcome_page .keyedu_head {
    padding: 3rem 2rem;
}.keywelcome_page .keyedu_head h1 {
    font-size: calc(48px * 0.85);
}.keywelcome_page .keyedu_head h3 {
    padding: 0.8rem 1.5rem;
    font-size: calc(19px * 0.85);
}
}

@media (max-width: 767px) {.keywelcome_page .keylearn_front {
    padding: 1.5rem;
}.keywelcome_page .keyedu_head {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2.5rem 1.5rem;
}.keywelcome_page .keyedu_head h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 1.5rem;
}.keywelcome_page .keyedu_head h3 {
    font-size: calc(19px * 0.8);
    padding: 0.8rem 1.2rem;
    max-width: 100%;
}.keywelcome_page .keyedu_head > div > div {
    padding: 1.2rem 1.5rem;
}.keywelcome_page .keyedu_head p {
    font-size: 16px;
}
}

@media (max-width: 480px) {.keywelcome_page .keyedu_head {
    padding: 2rem 1.2rem;
}.keywelcome_page .keyedu_head h1 {
    font-size: calc(48px * 0.6);
}.keywelcome_page .keyedu_head h3 {
    font-size: calc(19px * 0.75);
    padding: 0.6rem 1rem;
}.keywelcome_page .keyedu_head > div > div {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 1rem 1.2rem;
}}.keyteacher_profile {
    padding: 140px 0;
    position: relative;
    overflow: hidden;
    background: rgb(210,219,235);
}.keyteacher_profile::before {
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(165,187,213,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(118,154,188,0.5) 0, rgb(118,154,188,0.5) 1px, transparent 1px, transparent 15px);
    animation: backgroundShift 30s linear infinite;
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.1;
}.keyteacher_profile::after {
    animation: pulseBackground 15s ease-in-out infinite alternate;
    background: 
        radial-gradient(circle at 30% 30%, rgb(165,187,213,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(118,154,188,0.5) 0%, transparent 40%);
    position: absolute;
    filter: blur(60px);
    z-index: 0;
    height: 200%;
    opacity: 0.3;
    left: -50%;
    top: -50%;
    content: "";
    width: 200%;
}.keyteacher_profile .container {
    padding: 0 40px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.keyteacher_profile .keyrating_reviews {
    grid-template-columns: 1fr 1fr;
    border-radius: 27px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    margin: 0 auto;
    grid-template-rows: auto auto;
    display: grid;
    transform: perspective(1200px) rotateY(0deg);
    max-width: 1000px;
    position: relative;
}.keyteacher_profile .keyrating_reviews:hover {
    transform: perspective(1200px) rotateY(2deg);
}.keyteacher_profile .keyimg_img {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-row: 1 / span 2;
    grid-column: 1;
    z-index: 1;
    min-height: 450px;
    height: 100%;
}.keyteacher_profile .keyimg_img::before {
    mix-blend-mode: multiply;
    transition: opacity 0.5s ease;
    z-index: 2;
    inset: 0;
    background: linear-gradient(135deg, rgb(165,187,213,0.5) 0%, transparent 100%);
    opacity: 0;
    content: "";
    position: absolute;
}.keyteacher_profile .keyrating_reviews:hover .keyimg_img::before {
    opacity: 0.4;
}.keyteacher_profile .name {
    grid-row: 1;
    transform: translateY(0);
    padding: 0 50px 5px 70px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    z-index: 2;
    align-self: end;
    margin: 0;
    grid-column: 2;
}.keyteacher_profile .keyrating_reviews:hover .name {
    transform: translateY(-5px);
}.keyteacher_profile .keyrating_reviews span:not(.name) {
    z-index: 2;
    padding: 35px 50px 40px 70px;
    grid-column: 2;
    color: rgb(118,154,188);
    font-family: Arial, sans-serif;
    font-weight: 300;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    margin: 0;
    font-size: 13px;
    transform: translateY(0);
    align-self: end;
    position: relative;
    grid-row: 1;
}.keyteacher_profile .keyrating_reviews:hover span:not(.name) {
    transform: translateY(-5px);
}.keyteacher_profile .keyrating_reviews span:not(.name)::after {
    bottom: 30px;
    transform: scaleX(0);
    height: 2px;
    left: 70px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    content: "";
    background: rgb(165,187,213);
    position: absolute;
    width: 40px;
}.keyteacher_profile .keyrating_reviews:hover span:not(.name)::after {
    transform: scaleX(1);
}.keyteacher_profile .keywork_content {
    grid-row: 2;
    margin: 0;
    transform: translateY(0);
    line-height: 1.8;
    font-size: 13px;
    z-index: 2;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    color: #000000;
    grid-column: 2;
    font-family: Arial, sans-serif;
    padding: 0 50px 50px 70px;
    font-weight: 400;
}.keyteacher_profile .keyrating_reviews:hover .keywork_content {
    transform: translateY(-5px);
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.keyteacher_profile {
    padding: 120px 0;
}.keyteacher_profile .keyrating_reviews {
    grid-template-columns: 1fr 1.2fr;
}.keyteacher_profile .keyimg_img {
    min-height: 400px;
}.keyteacher_profile .name {
    padding: 0 40px 5px 50px;
    font-size: calc(20px * 0.9);
}.keyteacher_profile .keyrating_reviews span:not(.name) {
    padding: 30px 40px 35px 50px;
}.keyteacher_profile .keyrating_reviews span:not(.name)::after {
    left: 50px;
    bottom: 25px;
}.keyteacher_profile .keywork_content {
    padding: 0 40px 40px 50px;
}
}

@media (max-width: 768px) {.keyteacher_profile {
    padding: 100px 0;
}.keyteacher_profile .container {
    padding: 0 30px;
}.keyteacher_profile .keyrating_reviews {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr;
}.keyteacher_profile .keyimg_img {
    grid-row: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    min-height: 300px;
    grid-column: 1;
}.keyteacher_profile .name {
    grid-column: 1;
    padding: 40px 30px 5px 30px;
    grid-row: 2;
    text-align: left;
}.keyteacher_profile .keyrating_reviews span:not(.name) {
    text-align: left;
    grid-column: 1;
    grid-row: 3;
    padding: 10px 30px 40px 30px;
}.keyteacher_profile .keyrating_reviews span:not(.name)::after {
    left: 30px;
    bottom: 30px;
}.keyteacher_profile .keywork_content {
    grid-column: 1;
    padding: 0 30px 40px 30px;
    grid-row: 4;
}
}

@media (max-width: 480px) {.keyteacher_profile {
    padding: 80px 0;
}.keyteacher_profile .container {
    padding: 0 20px;
}.keyteacher_profile .keyimg_img {
    min-height: 250px;
}.keyteacher_profile .name {
    font-size: calc(20px * 0.85);
    padding: 30px 25px 5px 25px;
}.keyteacher_profile .keyrating_reviews span:not(.name) {
    font-size: calc(13px * 0.95);
    padding: 10px 25px 30px 25px;
}.keyteacher_profile .keyrating_reviews span:not(.name)::after {
    left: 25px;
    width: 30px;
    bottom: 20px;
}.keyteacher_profile .keywork_content {
    padding: 0 25px 30px 25px;
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}