﻿.keyequity_pledge {
    flex: 0 0 auto;
}

.keyequity_pledge {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}

header,footer {
    width: 100%;
}

.keywelcome > div {
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.keywelcome .keyedu_online {
    font-weight: 700;
    padding-bottom: 1.5rem;
    transform: translateX(20px);
    color: #000000;
    margin: 0;
    font-size: 44px;
    position: relative;
    line-height: 1.2;
}

.keywelcome .keyskill_upfast {
    position: relative;
    padding: 3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease-out;
    border-radius: 22px;
    overflow: hidden;
}

.keywelcome .keyskill_upfast p {
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 1.5;
    font-size: calc(12px * 1.1);
}

.keycookie_warning_panel {
    bottom: 20px;
    background: rgb(235,228,242);
    text-align: center;
    left: 50%;
    flex-direction: column;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    max-width: 600px;
    z-index: 1050;
    overflow: hidden;
    display: flex;
    padding: 20px;
    align-items: center;
    width: 90%;
    border-radius: 20px;
    position: fixed;
}

.keycookie_warning_panel p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(212,195,225);
}

.keywho_we_are::before {
    position: absolute;
    bottom: 0;
    opacity: 0.05;
    z-index: -1;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 10px,
            rgb(212,195,225,0.5) 10px,
            rgb(212,195,225,0.5) 11px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(180,158,202,0.5) 10px,
            rgb(180,158,202,0.5) 11px
        );
}

.keywho_we_are .keyonline_mastery::before {
    height: 200px;
    background: linear-gradient(45deg, rgb(212,195,225,0.5), transparent);
    opacity: 0.1;
    border-radius: 50%;
    content: "";
    right: -100px;
    width: 200px;
    position: absolute;
    transition: all 0.5s ease;
    top: -100px;
}

.keywho_we_are .keyonline_mastery:nth-child(2) h3 {
    color: rgb(180,158,202);
}

.keywho_we_are .keyonline_mastery:hover h3::after {
    width: 100%;
}

.keywho_we_are::after {
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(212,195,225,0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgb(180,158,202,0.5) 1px, transparent 1px);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: -1;
    background-size: 60px 60px;
    animation: moveDots 100s linear infinite;
    height: 100%;
}

.keytraining_method h2 {
    position: relative;
    font-size: 36px;
    max-width: 80%;
    letter-spacing: -0.5px;
    transform: translateX(-0.5rem);
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.5rem;
}

.keytraining_method:hover h2::after {
    width: 5rem;
}

.keytraining_method .keypost_container::before {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(rgb(180,158,202,0.5), 0.05));
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    content: "";
}

.keyeducational_gains {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,228,242) 0%, rgba(245, 247, 250, 0.95) 100%);
}

.keyeducational_gains .container {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    gap: 40px;
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
}

.keyeducational_gains .keyimg_embed:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-10px);
}

.keyeducational_gains h1::after {
    width: 80px;
    left: 0;
    bottom: -15px;
    background: rgb(212,195,225);
    height: 3px;
    content: "";
    position: absolute;
}

.keyeducational_gains li p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}

.keyeducational_gains li:hover svg {
    transform: scale(1.1);
}

.keyeducational_gains li:hover svg path {
    fill: rgb(180,158,202);
}

.keyeducational_gains li:nth-child(even):hover svg path {
    fill: rgb(212,195,225);
}

.keyprice_deck_grid .keybasic_rates {
    position: relative;
}

.keyprice_deck_grid h2 {
    position: relative;
    font-size: 31px;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    color: transparent;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-background-clip: text !important;
    font-weight: 700;
    background-clip: text !important;
}

.keyprice_deck_grid .keymember_fees {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: block;
    transform-style: preserve-3d;
    text-decoration: none;
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.keyprice_deck_grid .keymember_fees p {
    white-space: normal;
    max-height: 200px;
    line-height: 1.7;
    margin-bottom: 30px;
    word-break: normal;
    padding-right: 10px;
    overflow-wrap: break-word;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
}

.keymentorship_experience {
    background: rgb(235,228,242);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 5rem 2rem;
}



.keymentorship_experience .keyclient_voices {
    max-width: 1100px;
    gap: 0;
    margin: 0 auto;
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.keymentorship_experience .keyclient_voices:hover .keyimg_embed {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}

.keymentorship_experience .keyclient_voices:hover .keywork_record {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}

.keymentorship_experience .keyclient_voices:hover .name::before {
    transform: rotate(45deg) scale(1);
}

.keymentorship_experience .keyclient_voices:hover .keywork_record > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.keymentorship_experience .keyclient_voices:hover .keycareer_expertise {
    opacity: 1;
    transform: translateY(0);
}

.keysecure_oasis {
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.keysecure_oasis h3, .keysecure_oasis h4, .keysecure_oasis h5, .keysecure_oasis h6 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.keyservice_contact {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,228,242) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    padding: 5rem 0;
}

.keyservice_contact .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    padding: 0 20px;
}

.keyservice_contact .keyonline_questions:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.keyservice_contact h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(212,195,225) 0%, rgb(180,158,202) 100%);
    left: 0;
    position: absolute;
    transform-origin: left;
    content: "";
    width: 100%;
    transform: scaleX(0.3);
    transition: transform 0.4s ease;
    bottom: -8px;
}

.keyservice_contact .keyonline_form {
    font-weight: 600;
    border-left: 3px solid rgb(212,195,225);
    color: rgb(212,195,225);
    padding: 0.75rem 1.25rem;
    transition: all 0.3s ease;
    display: flex;
    font-size: calc(16px * 0.95);
    align-items: center;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--secondary-color-rgb), 0.05));
    text-decoration: none;
}

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

.keythankYouWeb .keymastery_center:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}

.keythankYouWeb h5 {
    font-size: 23px;
    color: #000000;
    margin: 0;
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    display: inline-block;
}

.keythankYouWeb a::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(212,195,225), rgb(180,158,202));
    content: "";
    transition: width 0.3s ease;
    width: 4px;
}

header .keyhead_edu::before {
    content: "";
    height: 100%;
    animation: slidePattern 25s linear infinite;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(180,158,202,0.5) 10px,
        rgb(180,158,202,0.5) 11px
    );
    width: 100%;
    left: 0;
    opacity: 0.1;
}

header .keyfirst_class:hover::before {
    bottom: -8px;
    opacity: 1;
    top: -8px;
    right: -8px;
    left: -8px;
}

header .keyheader_pro {
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    justify-content: flex-end;
    position: relative;
    padding: 0;
}

header .keymain_top a::after {
    transform-origin: left;
    transition: transform 0.3s ease 0.1s;
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgb(212,195,225) 0%, rgb(180,158,202) 100%);
    transform: scaleX(0);
}

.keypotential_learners::before {
    height: 150%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 150%;
    left: 50%;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(180,158,202,0.5), 0.1) 31%,
        rgba(rgb(180,158,202,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(180,158,202,0.5), 0.05) 41%,
        rgba(rgb(180,158,202,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(212,195,225,0.5), 0.07) 51%,
        rgba(rgb(212,195,225,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(212,195,225,0.5), 0.05) 71%,
        rgba(rgb(212,195,225,0.5), 0.05) 72%,
        transparent 73%
    );
    content: '';
    pointer-events: none;
    z-index: 1;
    animation: rotateRings 60s linear infinite;
}

.keypotential_learners li:hover svg {
    transform: rotate(15deg);
    fill: rgb(212,195,225);
    filter: drop-shadow(0 0 8px rgb(212,195,225));
}

.keycustomer_reviews::before {
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-size: 80px 140px;
    z-index: 0;
    content: "";
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0;
    background: 
        linear-gradient(30deg, rgb(212,195,225,0.5) 12%, transparent 12.5%, transparent 87%, rgb(212,195,225,0.5) 87.5%, rgb(212,195,225,0.5)),
        linear-gradient(150deg, rgb(212,195,225,0.5) 12%, transparent 12.5%, transparent 87%, rgb(212,195,225,0.5) 87.5%, rgb(212,195,225,0.5)),
        linear-gradient(30deg, rgb(212,195,225,0.5) 12%, transparent 12.5%, transparent 87%, rgb(212,195,225,0.5) 87.5%, rgb(212,195,225,0.5)),
        linear-gradient(150deg, rgb(212,195,225,0.5) 12%, transparent 12.5%, transparent 87%, rgb(212,195,225,0.5) 87.5%, rgb(212,195,225,0.5)),
        linear-gradient(60deg, rgb(180,158,202,0.5) 25%, transparent 25.5%, transparent 75%, rgb(180,158,202,0.5) 75%, rgb(180,158,202,0.5));
    top: 0;
    position: absolute;
}

.keycustomer_reviews .keyclient_voices span {
    text-align: center;
    display: block;
    transition: all 0.4s ease;
    transform: translateZ(20px);
    color: #000000;
    margin-bottom: 1.2rem;
    font-size: 22px;
    font-weight: 600;
}

.keycustomer_reviews .keyclient_voices:nth-child(3n+1) {
    transform: translateZ(10px) translateY(0);
}

.keycustomer_reviews .keyclient_voices:nth-child(3n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}

.keyconnect_with_us .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}

.keyconnect_with_us .keyimg_embed {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}

.keyconnect_with_us .keymessage_reach::after {
    background: rgb(235,228,242);
    border-radius: 0 0 0 100%;
    z-index: -1;
    top: 0;
    width: 150px;
    position: absolute;
    height: 150px;
    right: 0;
    content: "";
}

.keyconnect_with_us input[type="text"] {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(235,228,242);
    border: none;
    padding: 18px 20px;
    font-size: 13px;
    color: #000000;
}

.keyconnect_with_us .keyreach_grid label {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
}

.keyconnect_with_us .keyreach_grid a:hover {
    color: rgb(180,158,202);
}

.keyconnect_with_us .keyreach_grid a:hover::after {
    background: rgb(180,158,202);
}

.keyconnect_with_us svg {
    height: 20px;
    fill: rgb(212,195,225);
    width: 20px;
    transition: all 0.3s ease;
}

.keyconnect_with_us svg:hover {
    fill: rgb(180,158,202);
}

.keyenroll_instantly {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,195,225,0.5), rgb(180,158,202,0.5) 70%);
    padding: 7rem 2rem;
}

.keyenroll_instantly h2 {
    position: relative;
    color: #000000;
    font-size: clamp(1.75rem, 3vw, 34px);
    text-align: center;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 1.4;
    transform: translateZ(20px);
    max-width: 800px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.keyenroll_instantly svg {
    width: 42px;
    transition: transform 0.3s ease, filter 0.3s ease;
    height: 42px;
    transform-origin: center;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}

.keyenroll_instantly .keymastery_center:hover svg path {
    fill: rgb(180,158,202);
}

.keyenroll_instantly .keysupport_section:hover {
    box-shadow: 
    0 8px 20px rgba(0,0,0,0.15),
    0 4px 8px rgba(0,0,0,0.08),
    0 0 0 1px rgba(255,255,255,0.2) inset;
    background: linear-gradient(135deg, rgb(180,158,202), rgb(180,158,202) 130%);
    transform: translateY(-3px);
}

.keycourse_program::before {
    position: absolute;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(212,195,225,0.5) 50%, rgb(212,195,225,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(212,195,225,0.5) 50%, rgb(212,195,225,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    z-index: 1;
    left: 0;
    width: 100%;
    animation: gridPulse 8s linear infinite;
    content: "";
    height: 100%;
    opacity: 0.08;
}

.keycourse_program .keypost_container::after {
    right: 0;
    position: absolute;
    content: "";
    background: 
        conic-gradient(from 0deg, rgb(212,195,225,0.5) 0deg, transparent 120deg);
    transform: translate(50%, 50%);
    border-radius: 50%;
    width: 150px;
    opacity: 0.2;
    bottom: 0;
    animation: rotateConic 10s linear infinite;
    height: 150px;
}

.keycourse_program .keypost_container .description:last-child {
    margin-bottom: 0;
}

.keycourse_program .hud-element {
    border: 1px solid rgb(212,195,225,0.5);
    position: absolute;
    z-index: 5;
    opacity: 0.2;
}

footer {
    z-index: 1;
    position: relative;
}

footer {
    background-position: center !important;
    background-size: cover !important;
}

footer::before {
    top: 0;
    content: "";
    right: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(212,195,225,0.5) 0%, rgb(180,158,202,0.5) 100%);
    position: absolute;
    bottom: 0;
    opacity: 0.92;
}

.keyequity_pledge .company_holder::after {
    opacity: 0.3;
    top: 0;
    height: 100%;
    right: 1.5rem;
    content: "";
    background: linear-gradient(to bottom, #ffffff, transparent);
    width: 1px;
    position: absolute;
}

.keyequity_pledge .keyplay_market {
    flex: 0 0 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.keyequity_pledge .keyheader_pro h5 {
    position: relative;
    transform: skewX(-5deg);
    font-weight: 600;
    padding-left: 1rem;
    margin: 0 0 1.5rem;
    font-size: 19px;
    color: #ffffff;
}

.keyequity_pledge .keyheader_pro .keyheader_pagewrap a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
}

.keyexam_prep .container {
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}



@media (max-width: 992px) {.keywelcome {
    padding: 3rem 1rem;
}.keywelcome .keyedu_online {
    transform: translateX(10px);
    font-size: calc(44px * 0.85);
}.keywelcome .keyskill_upfast {
    padding: 2rem;
}.keywelcome .keyskill_upfast > div {
    max-width: 100%;
}.keywelcome .keyskill_upfast h3 {
    max-width: 100%;
    font-size: 23px;
}
}


@media only screen and (max-width: 600px) {.keycookie_warning_panel {
    transform: none;
    left: 0;
    border-radius: 0;
    width: 100%;
    bottom: 0;
}.keycookie_layer {
    padding: 15px;
}.keycookie_visitor svg {
    height: 50px;
    width: 50px;
}.keycookie_warning_panel h5 {
    font-size: calc(24px - 2px);
}.keycookie_warning_panel p {
    font-size: calc(15px - 2px);
}.keyconsent_box {
    width: calc(100% - 10px);
    font-size: calc(15px - 2px);
    padding: 8px 16px;
}}



@media (min-width: 768px) {.keytraining_method {
    padding: 10rem 0;
}.keytraining_method .keymastery_center {
    grid-template-columns: 1fr;
    padding: 0 4rem;
}.keytraining_method h2 {
    font-size: calc(36px * 1.1);
    margin-bottom: 1rem;
    max-width: 70%;
}.keytraining_method .keypost_container {
    padding: 3rem 3.5rem;
    border-left-width: 4px;
    margin-left: 2rem;
}.keytraining_method p {
    line-height: 1.75;
    font-size: calc(15px + 0.1rem);
}
}



@media (max-width: 767px) {.keyeducational_gains {
    padding: 60px 0;
}.keyeducational_gains .container {
    gap: 40px;
}.keyeducational_gains .keyimg_embed {
    transform: perspective(1000px) rotateY(0);
    max-height: 300px;
}.keyeducational_gains .keyimg_embed:hover {
    transform: translateY(-5px);
}.keyeducational_gains h1 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.8);
}.keyeducational_gains li {
    padding: 18px 20px 18px 55px;
}.keyeducational_gains svg {
    top: 18px;
    left: 15px;
}
}



@media (max-width: 992px) {.keymentorship_experience .keyclient_voices {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
}.keymentorship_experience .keyimg_embed {
    height: 300px;
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-row: 1 / 2;
    transform: none;
}.keymentorship_experience .keyimg_embed::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.keymentorship_experience .keywork_record {
    padding: 2rem;
    transform: none;
    grid-column: 1 / 2;
    clip-path: none;
    grid-row: 2 / 3;
}.keymentorship_experience .keyclient_voices:hover .keywork_record {
    transform: translateY(-5px);
}}



@media (max-width: 991px) {header .keyhead_know {
    gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .keyhead_info {
    justify-self: center;
}header .keyheader_pro {
    justify-content: center;
}header .keyheader_pro::before {
    width: 100%;
    background: rgb(180,158,202,0.5);
    opacity: 0.1;
}
}



@media (max-width: 480px) {header .keyfirst_class {
    padding: 10px;
    transform: none;
}header .keyfirst_class svg {
    height: 40px;
}header .keyfirst_class:hover {
    transform: translateY(-3px);
}}



@media (max-width: 992px) {.keycustomer_reviews {
    padding: 5rem 1.5rem;
}.keycustomer_reviews .keylearner_ratings {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    transform: perspective(1000px) rotateX(15deg);
}.keycustomer_reviews h4 {
    font-size: calc(35px * 0.9);
    margin-bottom: 4rem;
}.keycustomer_reviews .keyclient_voices:nth-child(2n+1) {
    transform: translateZ(10px) translateY(0);
}.keycustomer_reviews .keyclient_voices:nth-child(2n+2) {
    transform: translateZ(0) translateY(0);
}.keycustomer_reviews .keyclient_voices:nth-child(2n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}.keycustomer_reviews .keyclient_voices:nth-child(2n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}
}



@media (prefers-reduced-motion: reduce) {.keyenroll_instantly .keymastery_center,
  .keyenroll_instantly .keysupport_section,
  .keyenroll_instantly svg,
  .keyenroll_instantly h2::after,
  .keyenroll_instantly .keysupport_section::before {
    transform: none;
    transition: none;
    animation: none;
}.keyenroll_instantly .keymastery_center:hover {
    transform: none;
}.keyenroll_instantly .keysupport_section:hover {
    transform: none;
}.keyenroll_instantly .keymastery_center:hover svg {
    transform: none;
}
}



@media screen and (max-width: 480px) {.keycourse_program {
    padding: 40px 0;
}.keycourse_program .container {
    padding: 0 15px;
}.keycourse_program .keypost_container {
    padding: 20px;
}.keycourse_program .keypost_container h2 {
    font-size: calc(45px * 0.7);
    margin-bottom: 20px;
}.keycourse_program .keypost_container h2::before {
    font-size: 14px;
    top: -20px;
}.keycourse_program .keyimg_embed {
    height: 280px;
}}



@media (max-width: 576px) {.keyequity_pledge {
    padding: 3rem 0 1rem;
}.keyequity_pledge::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.keyequity_pledge .keyheader_pro {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.keyequity_pledge .company_holder {
    margin-bottom: 2rem;
}.keyequity_pledge .keyheader_pro .keyheader_pagewrap a {
    padding: 0.6rem 0.8rem;
}.keyequity_pledge .keyheader_pro .keyheader_pagewrap a:hover {
    padding-left: 1.2rem;
}.keyexam_prep {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}



@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

