﻿a {
    color: inherit;
    text-decoration: none;
}

.key_wrapper-viewport {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

.container {
    margin: auto;
    max-width: 100%;
    width: 1184px;
}

.key_main_header {
    flex: 1 0 auto;
}


.key_title_welcome {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 100vh;
    background: rgb(153,194,169);
}

.key_title_welcome .key_exp_years {
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    height: 100vh;
}

.key_title_welcome .key_learn_base input {
    display: none;
}

.key_title_welcome .key_page_title {
    top: 0;
    width: 100%;
    transform: translateY(100%);
    height: 100%;
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    z-index: 1;
    opacity: 0;
    left: 0;
    position: absolute;
}

.key_title_welcome .key_learn_page label {
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    transform-origin: center;
    display: block;
    cursor: pointer;
    position: relative;
    background: transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.key_title_welcome .key_learn_base input:nth-child(1):checked ~ .key_learn_page label:nth-child(1)::before,
.key_title_welcome .key_learn_base input:nth-child(2):checked ~ .key_learn_page label:nth-child(2)::before,
.key_title_welcome .key_learn_base input:nth-child(3):checked ~ .key_learn_page label:nth-child(3)::before,
.key_title_welcome .key_learn_base input:nth-child(4):checked ~ .key_learn_page label:nth-child(4)::before,
.key_title_welcome .key_learn_base input:nth-child(5):checked ~ .key_learn_page label:nth-child(5)::before,
.key_title_welcome .key_learn_base input:nth-child(6):checked ~ .key_learn_page label:nth-child(6)::before,
.key_title_welcome .key_learn_base input:nth-child(7):checked ~ .key_learn_page label:nth-child(7)::before,
.key_title_welcome .key_learn_base input:nth-child(8):checked ~ .key_learn_page label:nth-child(8)::before,
.key_title_welcome .key_learn_base input:nth-child(9):checked ~ .key_learn_page label:nth-child(9)::before,
.key_title_welcome .key_learn_base input:nth-child(10):checked ~ .key_learn_page label:nth-child(10)::before {
    width: 20px;
    transform: translateY(-50%) scaleX(1);
}



.key_title_welcome .key_text_box_content .container {
    width: 100%;
    padding: 0;
}

.key_title_welcome .key_text_box_content h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 2px 5px #000000;
    padding-bottom: 15px;
    position: relative;
    font-size: 43px;
}

.key_title_welcome .key_text_box_content h1 {
    padding-bottom: 10px;
    font-size: calc(43px * 0.8);
    margin-bottom: 15px;
}

.key_title_welcome .key_page_title::after {
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
        transparent 30%, 
        rgb(153,194,169,0.5) 70%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}



.key_title_welcome .key_learn_base input:checked ~ .key_edu_begin .key_page_title img {
    animation: kenBurns 10s ease infinite alternate;
}

.key_secure_citadel h1 {
    font-family: Arial, sans-serif;
    margin-top: 30px;
    font-weight: 700;
    border-bottom: 2px solid rgb(153,194,169);
    text-align: center;
    color: rgb(153,194,169);
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 46px;
}

.key_secure_citadel ul, .key_secure_citadel ol {
    list-style: none;
    list-style-position: inside;
    font-size: 12px;
    padding-left: 0;
    padding: 10px 0;
    color: #000000;
    font-family: Arial, sans-serif;
}

.key_sign_up_for_updates {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(102,163,143,0.5), rgb(153,194,169));
    position: relative;
    padding: 4rem 0;
}

.key_sign_up_for_updates::after {
    position: absolute;
    pointer-events: none;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, rgb(102,163,143) 0%, transparent 100%);
    opacity: 0.1;
    left: 0;
    height: 30%;
    content: "";
}

.key_sign_up_for_updates h3::after {
    transform-origin: left;
    height: 3px;
    transition: transform 0.4s ease;
    content: "";
    transform: scaleX(0.8);
    position: absolute;
    background: linear-gradient(90deg, rgb(153,194,169), rgb(102,163,143));
    bottom: -12px;
    left: 0;
    width: 80px;
}

.key_sign_up_for_updates .input_holder {
    position: relative;
    width: 100%;
    gap: 1rem;
    display: flex;
}

.key_sign_up_for_updates .key_updates_cta:focus {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgb(153,194,169);
    outline: none;
}

.key_sign_up_for_updates .key_sub_texts {
    font-size: 19px;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(153,194,169), rgb(102,163,143));
    padding: 1.2rem 2rem;
    overflow: hidden;
    font-weight: 600;
    border: none;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.key_our_background::before {
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    content: "";
    top: 0;
    background-image: linear-gradient(135deg, 
    rgba(22, 28, 45, 0.85) 0%, 
    rgba(22, 28, 45, 0.7) 50%, 
    rgba(22, 28, 45, 0.6) 100%);
    position: absolute;
}

.key_our_background .key_text_box_content::before {
    top: 0;
    content: "";
    position: absolute;
    width: 4px;
    background: linear-gradient(
    to bottom,
    rgb(153,194,169) 0%,
    rgb(102,163,143) 100%
  );
    height: 100%;
    left: 0;
}

.key_our_background h1::after {
    transform-origin: left;
    width: 70px;
    background: rgb(102,163,143);
    height: 3px;
    transform: scaleX(0);
    animation: line-grow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
}

.key_our_background span {
    position: relative;
    line-height: 1.8;
    column-gap: 40px;
    column-count: 1;
    font-size: calc(17px + 1px);
    color: #ffffff;
    display: block;
    text-align: justify;
    opacity: 0.9;
}

.key_student_aid .key_contact_card {
    padding-bottom: 2.5rem;
    position: relative;
    display: grid;
    gap: 1.5rem;
    border-bottom: 1px solid rgb(102,163,143,0.5);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.key_student_aid .info_item p,
.key_student_aid .info_item a {
    color: #000000;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    font-size: 13px;
    transition: color 0.3s ease;
    gap: 0.75rem;
}

.key_student_aid .key_eco_foot {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    max-width: 300px;
    opacity: 0.8;
}

.key_student_aid .key_header_guide {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.key_student_aid .key_header_guide a:hover {
    padding-left: 12px;
    color: rgb(153,194,169);
}

.key_student_aid .key_header_guide a:hover::before {
    left: 0;
    width: 10px;
}

.key_student_aid .subscribe_holder h5 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}

.key_student_aid .input_holder {
    display: flex;
    gap: 0.5rem;
    position: relative;
}

.key_student_aid .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.key_student_aid .key_sub_texts {
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    background-color: rgb(153,194,169);
    border: none;
    padding: 1rem 1.5rem;
    color: #ffffff;
}

.key_pricing_list_item {
    color: #ffffff;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.key_pricing_list_item::after {
    top: 0;
    position: absolute;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgba(rgb(153,194,169,0.5), 0.15) 0%, transparent 50%);
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 2;
}

.key_pricing_list_item .key_group_rates {
    opacity: 0.9;
    text-align: center;
    margin: 0 auto 40px;
    color: #ffffff;
    line-height: 1.6;
    max-width: 700px;
    font-size: calc(14px + 2px);
}

.key_pricing_list_item .key_plan_table {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
}

.key_pricing_list_item .key_study_cost:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(5deg);
}

.key_pricing_list_item .key_study_cost:hover::before {
    opacity: 0.15;
}

.key_pricing_list_item .key_value_pricing {
    position: relative;
    display: flex;
    padding: 30px;
    flex-direction: column;
    flex-grow: 1;
}

.key_pricing_list_item .key_study_cost:hover .key_access_cost h4 {
    transform: translateY(-5px);
}

.key_pricing_list_item .key_study_cost:hover .key_access_cost h4::after {
    width: 60px;
}

.key_pricing_list_item .key_pricing_catalog {
    border-radius: 10px;
    align-self: flex-start;
    transition: transform 0.3s ease;
    font-weight: 700;
    margin-top: auto;
    background: linear-gradient(90deg, rgb(153,194,169,0.5), transparent);
    position: relative;
    padding: 10px 20px;
    font-size: calc(22px + 4px);
    overflow: hidden;
    color: #ffffff;
}

.key_course_summary::after {
    position: absolute;
    top: 0;
    left: 0;
    background-size: 50px 50px;
    content: "";
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    z-index: 1;
    width: 100%;
}

.key_course_summary .key_text_box_content .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.key_course_summary .key_text_box_content .description:last-of-type::before {
    background: rgb(102,163,143);
}

.key_course_summary .key_text_box_content .description::after {
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    content: "";
    height: 100%;
    pointer-events: none;
    left: 0;
}

.key_tyBlock::before {
    width: 40%;
    z-index: 1;
    top: -10%;
    content: "";
    transform: rotate(-15deg) skewX(10deg);
    background: linear-gradient(220deg, rgb(102,163,143,0.5) 20%, transparent 80%);
    position: absolute;
    filter: blur(60px);
    animation: floatElement 15s ease-in-out infinite;
    height: 70%;
    right: -5%;
}

.key_tyBlock h2::after {
    height: 3px;
    border-radius: 10px;
    transform: translateX(-50%);
    content: "";
    background: rgb(153,194,169);
    position: absolute;
    left: 50%;
    width: 80px;
    bottom: -15px;
}

.key_tyBlock .key_exp_years::before {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, rgb(153,194,169) 0%, rgb(102,163,143) 100%);
}

.key_tyBlock li::before {
    height: 12px;
    top: 8px;
    border-radius: 50%;
    width: 12px;
    left: -30px;
    position: absolute;
    background: rgb(153,194,169);
    content: "";
    animation: pulse 2s infinite;
}

header .key_top_pagewrap {
    align-items: center;
    position: relative;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
}

header .key_top_pagewrap::after {
    height: 5px;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(102,163,143));
    right: 10%;
    filter: blur(5px);
    position: absolute;
    content: "";
    width: 30%;
}

header .key_top_pagewrap .key_top_site .key_header_edu {
    position: relative;
    transition: transform 0.3s ease;
    display: block;
}

header .key_top_pagewrap .key_head_learn {
    margin: 0;
    display: flex;
    padding: 10px;
    border-radius: 13px;
    list-style: none;
    position: relative;
}

header .key_top_pagewrap .key_head_learn .key_main_learning a {
    padding: 8px 15px;
    font-size: 17px;
    z-index: 1;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 600;
    color: #000000;
    display: block;
}

header .key_top_pagewrap .key_head_learn .key_main_learning:hover a::before {
    opacity: 1;
}

header .key_top_pagewrap .key_head_learn .key_main_learning:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}

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

.key_education_experience::after {
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg);
    left: -5%;
    content: "";
    opacity: 0.07;
    bottom: -5%;
    background: linear-gradient(225deg, rgb(102,163,143), rgb(102,163,143,0.5));
    width: 40%;
    height: 40%;
    filter: blur(20px);
}

.key_education_experience .key_student_reviews::before {
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    height: 80px;
    right: 1.5rem;
    opacity: 0.05;
    content: "";
    background: rgb(153,194,169,0.5);
    transform: rotate(15deg);
    width: 80px;
    top: 1.5rem;
}

.key_education_experience .key_student_reviews:hover .key_background_img {
    box-shadow: 15px 15px 30px rgba(0,0,0,0.15);
    transform: perspective(800px) rotateY(-2deg) translateY(-5px);
}

.key_education_experience .key_background_img::after {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255,255,255,0) 30%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0) 70%,
        transparent 100%
    );
    content: "";
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    top: -50%;
    z-index: 2;
    position: absolute;
    width: 200%;
    opacity: 0;
    height: 200%;
    transform: rotate(25deg);
    left: -50%;
}

.key_education_experience .key_student_reviews > div:nth-child(2) > div {
    padding-left: 0.5rem;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
    font-size: calc(12px * 0.95);
    font-weight: 600;
    opacity: 0.85;
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease, opacity 0.3s ease;
}

.key_education_experience .key_student_reviews:hover .key_job_exp {
    border-left-color: rgb(153,194,169);
}

.key_reach_out {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.key_reach_out::before {
    position: absolute;
    content: '';
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    top: 0;
}

.key_reach_out .key_request_panel {
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 29px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(10px);
}

.key_reach_out .key_connect_support h3::after {
    background: #ffffff;
    left: 0;
    border-radius: 10px;
    content: '';
    position: absolute;
    width: 60px;
    bottom: 0;
    height: 3px;
}

.key_reach_out .key_connect_support div:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.key_reach_out .key_connect_support svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.key_reach_out .key_connect_support a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}

.key_reach_out .key_support_section::after {
    bottom: 0;
    border-radius: 0 100% 0 0;
    left: 0;
    width: 100px;
    content: '';
    height: 100px;
    background: rgb(102,163,143,0.5);
    position: absolute;
}

.key_reach_out form input[type="text"],
.key_reach_out form input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 20px;
    border: none;
    width: 100%;
    font-size: 17px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    background: rgba(240, 240, 240, 0.8);
}

.key_reach_out .key_connect_request input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    height: 20px;
    border: 2px solid rgb(153,194,169);
    cursor: pointer;
    border-radius: 10px;
    width: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    background: rgba(240, 240, 240, 0.8);
    appearance: none;
}

.key_reach_out .key_reach_links {
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    border: none;
    background: linear-gradient(135deg, rgb(153,194,169) 0%, rgb(102,163,143) 100%);
    position: relative;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    z-index: 1;
    font-size: 17px;
}

.key_cookie_ack {
    flex-shrink: 0;
    margin-right: 20px;
}

#key_cookie_popup_toast:checked ~ .key_cookie_alert_message {
    visibility: hidden;
    opacity: 0;
}

.key_cookie_expand h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(153,194,169);
    font-size: 22px;
}

.key_data_settings:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.key_cookie_alert_message p a:hover {
    color: #000000;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 576px) {.key_title_welcome .key_text_box_content {
    width: 90%;
    padding: 20px;
    bottom: 8%;
}.key_title_welcome .key_text_box_content h1 {
    font-size: calc(43px * 0.7);
    margin-bottom: 10px;
}.key_title_welcome .key_text_box_content h3 {
    font-size: calc(23px * 0.8);
    margin-bottom: 10px;
}.key_title_welcome .key_text_box_content p {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}.key_title_welcome .key_text_box_content::before,
    .key_title_welcome .key_text_box_content::after {
    width: 20px;
    height: 20px;
}.key_title_welcome .key_learn_page {
    gap: 12px;
    left: 15px;
}}



@media (min-width: 768px) {.key_our_background {
    padding: 150px 0;
}.key_our_background .key_text_box_content {
    padding: 60px;
    transform: translateY(0);
}.key_our_background h1 {
    margin-bottom: 50px;
    font-size: calc(43px + 10px);
}.key_our_background span {
    column-count: 2;
    column-gap: 50px;
}.key_our_background h4 {
    font-size: calc(21px + 4px);
}
}



@media (max-width: 767px) {.key_our_background {
    padding: 80px 0;
}.key_our_background .key_text_box_content {
    padding: 30px 20px;
}.key_our_background h1 {
    margin-bottom: 30px;
    font-size: calc(43px - 2px);
}.key_our_background span {
    line-height: 1.6;
    font-size: 17px;
}.key_our_background h4 {
    font-size: 21px;
    margin-bottom: 10px;
}
}



@media (max-width: 1024px) {.key_student_aid {
    padding: 4rem 0 2rem;
}.key_student_aid .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.key_student_aid .subscribe_holder {
    grid-column: span 2;
}
}



@media (max-width: 1200px) {.key_pricing_list_item {
    padding: 80px 0;
}.key_pricing_list_item .key_plan_table {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.key_pricing_list_item {
    padding: 60px 0;
}.key_pricing_list_item .key_plan_table {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.key_pricing_list_item .key_access_cost h4 {
    font-size: 22px;
}.key_pricing_list_item .key_pricing_catalog {
    font-size: 22px;
}
}



@media (min-width: 992px) {.key_course_summary .key_learn_challenge {
    gap: 80px;
}.key_course_summary .key_background_img {
    height: 500px;
}
}



@media (max-width: 991px) {.key_course_summary {
    padding: 80px 0;
}
}



@media (max-width: 480px) {.key_course_summary {
    padding: 40px 0;
}.key_course_summary .key_learn_challenge {
    gap: 40px;
}.key_course_summary .key_text_box_content h2 {
    font-size: calc(48px * 0.8);
    padding-bottom: 15px;
}.key_course_summary .key_text_box_content h2::after {
    width: 80px;
}.key_course_summary .key_text_box_content .description {
    padding: 20px;
}.key_course_summary .key_background_img {
    height: 250px;
}}



@media (max-width: 992px) {header .key_top_pagewrap {
    padding: 20px 15px;
    flex-direction: column;
}header .key_top_pagewrap .key_top_site {
    margin-bottom: 15px;
}header .key_top_pagewrap .key_head_learn {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .key_top_pagewrap .key_head_learn .key_main_learning {
    margin: 3px;
}header .key_top_pagewrap .key_head_learn .key_main_learning a {
    padding: 6px 12px;
    font-size: calc(17px - 1px);
}
}



@media (max-width: 767px) {.key_education_experience .key_student_reviews {
    padding: 2rem;
}.key_education_experience .key_background_img {
    margin-bottom: 1rem;
    height: 140px;
    width: 140px;
}.key_education_experience .name {
    font-size: calc(24px * 0.95);
}.key_education_experience .key_student_reviews > div:nth-child(2) > div {
    font-size: calc(12px * 0.9);
}.key_education_experience .key_job_exp {
    font-size: calc(12px * 0.95);
    padding-left: 0.75rem;
    line-height: 1.6;
}
}



@media (max-width: 767px) {.key_reach_out {
    padding: 60px 0;
}.key_reach_out .key_connect_support,
    .key_reach_out .key_support_section {
    padding: 30px 20px;
}.key_reach_out .key_connect_support h3,
    .key_reach_out form h3 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.8);
}.key_reach_out .key_connect_support div {
    margin-bottom: 15px;
    padding: 12px;
}.key_reach_out form input[type="text"],
    .key_reach_out form input[type="email"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.key_reach_out .key_connect_request {
    margin: 20px 0;
}.key_reach_out .key_reach_links {
    padding: 12px 15px;
}
}

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


    
    @keyframes slideUp {
        to {
            transform: translateX(-50%) translateY(0);
            opacity: 1;
        }
    }

@keyframes kenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.1) rotate(1deg); }
}



@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}



@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(153,194,169), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(153,194,169), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(153,194,169), 0);
  }
}

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

