﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

svg {
    height: 30px;
    width: 30px;
}

html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
}

header,footer {
    width: 100%;
}

header {
    position: relative;
    width: 100%;
    z-index: 99;
    overflow: visible;
    background: rgb(208,221,212);
}

.key_title_welcome::before {
    left: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(153,194,169) 0px,
            rgb(153,194,169) 10px,
            rgb(153,194,169,0.5) 10px,
            rgb(153,194,169,0.5) 20px
        );
    top: 0;
    width: 100%;
    opacity: 0.1;
    content: "";
}

.key_title_welcome .key_page_title img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    filter: brightness(0.9) contrast(1.05);
}

.key_title_welcome .key_learn_page {
    transform: translateY(-50%);
    flex-direction: column;
    top: 50%;
    position: absolute;
    display: flex;
    right: 30px;
    gap: 25px;
    z-index: 10;
}

.key_title_welcome .key_learn_page {
    gap: 15px;
    left: 20px;
    right: auto;
}

.key_title_welcome .key_learn_page label::before {
    top: 50%;
    left: -10px;
    background: #ffffff;
    position: absolute;
    transform: translateY(-50%) scaleX(0);
    height: 2px;
    transition: all 0.3s ease;
    content: "";
    transform-origin: right;
    width: 0;
}

.key_title_welcome .key_learn_base input:nth-child(1):checked ~ .key_learn_page label:nth-child(1),
.key_title_welcome .key_learn_base input:nth-child(2):checked ~ .key_learn_page label:nth-child(2),
.key_title_welcome .key_learn_base input:nth-child(3):checked ~ .key_learn_page label:nth-child(3),
.key_title_welcome .key_learn_base input:nth-child(4):checked ~ .key_learn_page label:nth-child(4),
.key_title_welcome .key_learn_base input:nth-child(5):checked ~ .key_learn_page label:nth-child(5),
.key_title_welcome .key_learn_base input:nth-child(6):checked ~ .key_learn_page label:nth-child(6),
.key_title_welcome .key_learn_base input:nth-child(7):checked ~ .key_learn_page label:nth-child(7),
.key_title_welcome .key_learn_base input:nth-child(8):checked ~ .key_learn_page label:nth-child(8),
.key_title_welcome .key_learn_base input:nth-child(9):checked ~ .key_learn_page label:nth-child(9),
.key_title_welcome .key_learn_base input:nth-child(10):checked ~ .key_learn_page label:nth-child(10) {
    background: #ffffff;
    transform: scale(1.4);
}

.key_title_welcome .key_text_box_content h1::after {
    position: absolute;
    background: rgb(102,163,143);
    bottom: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    content: "";
    height: 3px;
    width: 60px;
    left: 0;
}

.key_title_welcome .key_text_box_content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 0;
    text-shadow: 0 1px 3px #000000;
}

.key_title_welcome .key_text_box_content::before,
.key_title_welcome .key_text_box_content::after {
    height: 30px;
    position: absolute;
    content: "";
    width: 30px;
    border-color: rgb(102,163,143);
    border-style: solid;
}

.key_title_welcome .key_text_box_content::before {
    border-width: 3px 0 0 3px;
    left: 15px;
    top: 15px;
}

.key_secure_citadel h2 {
    font-family: Arial, sans-serif;
    margin-top: 25px;
    font-weight: 600;
    font-size: 33px;
    color: rgb(102,163,143);
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(102,163,143);
    padding-bottom: 5px;
}

.key_secure_citadel li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

.key_secure_citadel section {
    background: none;
}

.key_secure_citadel p, .key_secure_citadel span, .key_secure_citadel div {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 12px;
    color: #000000;
}

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

.key_sign_up_for_updates .key_exp_years {
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    position: relative;
    gap: 2rem;
    border-left: 4px solid rgb(153,194,169);
    flex-direction: column;
    padding: 3rem;
}

.key_sign_up_for_updates .input_holder > div {
    position: relative;
    flex: 1;
}

.key_sign_up_for_updates .key_updates_cta::placeholder {
    transition: color 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}

.key_sign_up_for_updates .key_updates_cta:focus::placeholder {
    color: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
}

.key_sign_up_for_updates .key_sub_texts::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(-100%);
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}

.key_our_background::after {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
    content: "";
    left: 0;
}

.key_our_background h1 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    opacity: 0;
    font-size: 43px;
    animation: slide-in 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
    margin: 0 0 40px;
    transform: translateX(-20px);
}

.key_our_background ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.key_our_background h4 {
    font-size: calc(21px + 2px);
    position: relative;
    color: rgb(102,163,143);
    padding-bottom: 10px;
    margin: 0 0 15px;
    display: inline-block;
    font-weight: 600;
}

.key_student_aid::before {
    opacity: 0.05;
    z-index: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(153,194,169,0.5) 100%);
    content: '';
    left: 0;
    bottom: 0;
    height: 250px;
    position: absolute;
    right: 0;
}

.key_student_aid .key_contact_card::after {
    bottom: -1px;
    background-color: rgb(153,194,169);
    width: 60px;
    left: 0;
    content: '';
    position: absolute;
    height: 3px;
}

.key_student_aid .info_item svg {
    height: 20px;
    flex-shrink: 0;
    width: 20px;
    fill: rgb(153,194,169);
}

.key_student_aid .key_top_site {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}

.key_student_aid .key_top_site svg:hover {
    opacity: 0.8;
}

.key_student_aid .key_head_learn {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.key_student_aid .key_header_guide a {
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding-left: 0;
    color: #000000;
    position: relative;
}

.key_student_aid .subscribe_holder {
    border-radius: 10px;
    padding: 2rem;
    flex-direction: column;
    gap: 1.5rem;
    background-color: #ffffff;
    display: flex;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.key_student_aid .input_holder input[type="email"] {
    border: 1px solid rgb(102,163,143,0.5);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    font-size: 13px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
    flex: 1;
    color: #000000;
}

.key_student_aid .key_event_cal {
    font-size: 13px;
    opacity: 0.8;
    color: #000000;
}

.key_student_aid .key_header_guide:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}

.key_pricing_list_item::before {
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
}

.key_pricing_list_item .key_plan_fee {
    position: relative;
}

.key_pricing_list_item h2::after {
    bottom: -10px;
    left: 50%;
    background: linear-gradient(90deg, rgb(153,194,169), rgb(102,163,143));
    width: 80px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
}

.key_pricing_list_item .key_plan_table li {
    display: flex;
    perspective: 1000px;
}

.key_pricing_list_item .key_study_cost::before {
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(153,194,169,0.5), transparent 75%);
    z-index: -1;
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0;
}

.key_pricing_list_item .key_access_cost {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.key_pricing_list_item .key_access_cost h4 {
    color: #ffffff;
    margin: 0 0 20px;
    position: relative;
    transition: transform 0.3s ease;
    font-size: calc(22px + 2px);
}

.key_pricing_list_item .key_access_cost p {
    flex-grow: 1;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
}

.key_pricing_list_item .key_study_cost:hover .key_pricing_catalog {
    transform: scale(1.05);
}

.key_pricing_list_item .key_study_cost:hover .key_pricing_catalog::before {
    left: 100%;
}

.key_course_summary::before {
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    background: 
        radial-gradient(ellipse at bottom right, rgb(153,194,169,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(102,163,143,0.5) 0%, transparent 60%);
    left: 0;
    content: "";
    position: absolute;
}

.key_course_summary .key_text_box_content h2 {
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    grid-column: 1 / -1;
    font-size: 48px;
}

.key_course_summary .key_text_box_content .description {
    font-size: 16px;
    border-radius: 20px;
    padding: 25px;
    overflow: hidden;
    color: #ffffff;
    line-height: 1.8;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    margin: 0;
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.key_course_summary .key_background_img {
    order: 1;
    overflow: hidden;
    border-radius: 20px;
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
}

.key_tyBlock {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(208,221,212) 0%, rgb(153,194,169,0.5) 100%);
    overflow: hidden;
}

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

.key_tyBlock h2 {
    text-align: center;
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.01em;
    opacity: 0;
    font-weight: 700;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    font-size: 34px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.4;
    transform: translateY(20px);
}

.key_tyBlock .key_exp_years::after {
    transform: translateY(-10px);
    position: absolute;
    background: linear-gradient(135deg, rgb(153,194,169,0.5) 0%, transparent 70%);
    opacity: 0.2;
    border-radius: 50%;
    right: 20px;
    width: 160px;
    content: "";
    height: 160px;
    top: 20px;
}

header::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(153,194,169,0.5) 0%, transparent 70%);
    opacity: 0.2;
    left: 0;
    content: "";
    top: 0;
}

header .key_top_pagewrap .key_top_site {
    z-index: 2;
    position: relative;
    padding: 5px;
}

header .key_top_pagewrap .key_top_site::before {
    position: absolute;
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(153,194,169), rgb(102,163,143));
    z-index: -1;
    content: "";
    left: -5px;
    width: calc(100% + 10px);
    opacity: 0;
    transition: opacity 0.3s ease;
    height: calc(100% + 10px);
    top: -5px;
}

header .key_top_pagewrap .key_head_learn .key_main_learning {
    margin: 0 3px;
    position: relative;
}

header .key_top_pagewrap .key_head_learn .key_main_learning a::before {
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(153,194,169), rgb(102,163,143));
    height: 100%;
    content: "";
}

header .key_top_pagewrap .key_head_learn .key_main_learning:hover a {
    color: #ffffff;
}

header .key_top_pagewrap .key_head_learn .key_main_learning:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(153,194,169), rgb(102,163,143));
}

.key_education_experience {
    position: relative;
    padding: 4rem 0;
    background-color: rgb(208,221,212);
    overflow: hidden;
}

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

.key_education_experience .key_student_reviews {
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    display: grid;
    border-left: 4px solid rgb(153,194,169);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(153,194,169,0.5), 0.04);
    gap: 2rem;
    grid-template-columns: 1fr;
}

.key_education_experience .key_background_img::before {
    background: linear-gradient(
        135deg,
        rgba(rgb(153,194,169,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgb(102,163,143,0.5), 0.2) 100%
    );
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
}

.key_education_experience .name::after {
    transform-origin: left center;
    transition: transform 0.35s ease;
    transform: scaleX(0.8);
    bottom: -5px;
    background: linear-gradient(to right, rgb(153,194,169), rgb(153,194,169,0.5));
    height: 3px;
    content: "";
    position: absolute;
    width: 2.5rem;
    left: 0;
}

.key_education_experience .key_student_reviews > div:nth-child(2) > div::before {
    left: 0;
    position: absolute;
    top: 0.4em;
    width: 3px;
    height: 0.8em;
    content: "";
    background-color: rgb(102,163,143);
    opacity: 0.75;
    transition: height 0.3s ease, top 0.3s ease;
}

.key_education_experience .key_job_exp::before {
    top: -1.5rem;
    font-size: 4rem;
    left: -0.5rem;
    line-height: 1;
    opacity: 0.15;
    content: "";
    color: rgb(153,194,169,0.5);
    position: absolute;
}



.key_reach_out .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 3;
    max-width: 1200px;
}

.key_reach_out .key_connect_support {
    flex: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(153,194,169,0.5) 0%, rgb(102,163,143,0.5) 100%);
    padding: 50px 40px;
}

.key_reach_out .key_connect_support::before {
    width: 200%;
    content: '';
    z-index: -1;
    position: absolute;
    animation: patternMove 20s linear infinite;
    left: -50%;
    height: 200%;
    top: -50%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
}

.key_reach_out .key_connect_support svg {
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
    width: 24px;
}

.key_reach_out .key_connect_support span {
    font-weight: 400;
    color: #ffffff;
    font-size: 17px;
}

.key_reach_out .key_support_section {
    flex: 1.2;
    position: relative;
    overflow: hidden;
    padding: 50px 40px;
    background: rgba(255, 255, 255, 0.95);
}

.key_reach_out form {
    z-index: 1;
    position: relative;
}

.key_reach_out form h3 {
    padding-bottom: 15px;
    color: #000000;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.key_reach_out form input[type="text"]:focus,
.key_reach_out form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(153,194,169,0.5);
    transform: translateY(-2px);
    outline: none;
    background: #fff;
}

.key_reach_out .key_connect_request input[type="checkbox"]:checked {
    background: rgb(153,194,169);
}

.key_reach_out .key_connect_request label {
    line-height: 1.4;
    font-size: 13px;
    cursor: pointer;
    color: #000000;
}

.key_reach_out .key_connect_request a {
    font-weight: 600;
    color: rgb(153,194,169);
    text-decoration: none;
    transition: color 0.3s ease;
}

.key_reach_out .key_reach_links::before {
    transition: all 0.5s ease;
    content: '';
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.key_manage_tracking {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 1;
}

#key_cookie_popup_toast {
    display: none;
}

.key_cookie_ack svg {
    transition: fill 0.3s ease-in-out;
    height: 60px;
    fill: rgb(153,194,169);
    width: 60px;
}

.key_data_settings {
    font-size: 20px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
}

.key_data_settings {
    color: #ffffff;
    border: 1px solid rgb(153,194,169);
    background-color: rgb(153,194,169);
}



@media (max-width: 992px) {.key_title_welcome .key_text_box_content {
    left: 8%;
    width: 60%;
    max-width: none;
    padding: 30px;
}.key_title_welcome .key_text_box_content h1 {
    font-size: calc(43px * 0.9);
}.key_title_welcome .key_learn_page {
    right: 20px;
    gap: 20px;
}
}



@media (max-width: 991px) {.key_sign_up_for_updates {
    padding: 3rem 0;
}.key_sign_up_for_updates .key_exp_years {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.key_sign_up_for_updates h3 {
    font-size: 23px;
    max-width: 100%;
}
}



@media (max-width: 480px) {.key_sign_up_for_updates {
    padding: 2rem 0;
}.key_sign_up_for_updates .key_exp_years {
    gap: 1.5rem;
    padding: 1.5rem;
}.key_sign_up_for_updates h3 {
    font-size: 19px;
}.key_sign_up_for_updates .container {
    padding: 0 1rem;
}.key_sign_up_for_updates .key_updates_cta {
    font-size: calc(15px * 0.9);
}.key_sign_up_for_updates .key_sub_texts {
    font-size: calc(19px * 0.9);
}}



@media (min-width: 992px) {.key_our_background .key_text_box_content {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.11) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
    padding: 70px;
}.key_our_background .key_text_box_content::before {
    width: 6px;
}.key_our_background span {
    font-size: calc(17px + 2px);
}.key_our_background h1::after {
    height: 4px;
    width: 90px;
}
}



@media (max-width: 768px) {.key_student_aid {
    padding: 3.5rem 0 1.5rem;
}.key_student_aid .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.key_student_aid .subscribe_holder {
    grid-column: auto;
}.key_student_aid .key_contact_card {
    grid-template-columns: 1fr 1fr;
}.key_student_aid .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}



@media (max-width: 992px) {.key_pricing_list_item h2 {
    font-size: calc(31px - 4px);
}.key_pricing_list_item .key_group_rates {
    font-size: 14px;
    margin-bottom: 30px;
}.key_pricing_list_item .key_value_pricing {
    padding: 25px;
}
}



@media (max-width: 576px) {.key_pricing_list_item {
    padding: 50px 0;
}.key_pricing_list_item h2 {
    font-size: calc(31px - 6px);
}.key_pricing_list_item .key_group_rates {
    font-size: calc(14px - 1px);
}.key_pricing_list_item .key_value_pricing {
    padding: 20px;
}.key_pricing_list_item .key_access_cost p {
    font-size: calc(14px - 1px);
}}



@media (max-width: 991px) {.key_tyBlock {
    padding: 80px 0;
}.key_tyBlock h2 {
    font-size: calc(34px * 0.85);
}.key_tyBlock .key_exp_years {
    padding: 40px 30px;
}.key_tyBlock li::before {
    left: -20px;
}
}



@media (max-width: 767px) {.key_tyBlock {
    padding: 60px 0;
}.key_tyBlock h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.key_tyBlock h2::after {
    width: 60px;
    bottom: -10px;
}.key_tyBlock .key_exp_years {
    padding: 30px 20px;
}.key_tyBlock li::before {
    display: none;
}.key_tyBlock span {
    font-size: 17px;
    line-height: 1.6;
}
}



@media (min-width: 768px) {.key_education_experience {
    padding: 6rem 0;
}.key_education_experience .key_student_reviews {
    gap: 2rem 3rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    padding: 3rem;
}.key_education_experience .key_student_reviews > div:first-child {
    grid-row: 1 / 3;
    justify-self: start;
}.key_education_experience .key_background_img {
    width: 220px;
    height: 280px;
}.key_education_experience .name {
    font-size: calc(24px * 1.1);
    margin: 0 0 1rem;
}.key_education_experience .key_job_exp {
    font-size: calc(12px * 1.05);
    line-height: 1.75;
    padding-left: 1.5rem;
}
}



@media (hover: none) {.key_education_experience .key_student_reviews {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                    0 1px 4px rgba(0,0,0,0.03),
                    0 20px 40px rgba(rgb(153,194,169,0.5), 0.04) !important;
}.key_education_experience .key_background_img {
    transform: none !important;
}.key_education_experience .key_background_img::after {
    display: none;
}.key_education_experience .name::after {
    transform: scaleX(1);
}}



@media (max-width: 480px) {.key_reach_out {
    padding: 40px 0;
}.key_reach_out .key_connect_support,
    .key_reach_out .key_support_section {
    padding: 25px 15px;
}.key_reach_out .key_connect_support h3,
    .key_reach_out form h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 20px;
}.key_reach_out .key_connect_support div {
    align-items: flex-start;
    flex-direction: column;
}.key_reach_out .key_connect_support svg {
    margin-bottom: 10px;
    margin-right: 0;
}.key_reach_out .key_connect_support div:hover {
    transform: translateX(0);
}.key_reach_out .key_connect_request {
    flex-direction: column;
}.key_reach_out .key_connect_request input[type="checkbox"] {
    margin-bottom: 10px;
}}



@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



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



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

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

