﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    width: 1277px;
    max-width: 100%;
}header,footer {
    width: 100%;
}html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    height: 100%;
    color: #000000;
    auto
    scroll-behavior: smooth;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
}svg {
    height: 30px;
    width: 30px;
}::-webkit-scrollbar {
    width: 0.8em;
    padding: 0px;
}::-webkit-scrollbar-button {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-track {
    background: radial-gradient(ellipse at top left, #ffffff 60%, rgb(137,130,130) 59%, rgb(137,130,130,0.5) 65%, rgb(168,162,162) 75%);
}::-webkit-scrollbar-thumb {
    background: linear-gradient(331deg, #ffffff 72%, rgb(255, 255, 255, 0.5) 90%, rgb(137,130,130) 65%, rgb(137,130,130,0.5) 64%, rgb(168,162,162) 15%, rgb(168,162,162,0.5) 28%, rgb(200,195,195) 27%);
    box-shadow: -3px 4px 3px 8px rgba(0, 0, 0, 0.7);
    border-radius: 13.7em;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.6);
    background: rgb(168,162,162);
}::-webkit-scrollbar-corner {
    background: rgb(137,130,130,0.5);
    border-radius: 8px;
    border: 1px dashed rgb(200,195,195);
}html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(200,195,195);
    scrollbar-width: thin;
}.keyjob_board {
    flex: 0 0 auto;
}.keyframework-wrap {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.keynav_core {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.keytarget_audience {
    background: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.keytarget_audience::before {
    z-index: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.03;
    background-size: 40px 40px;
    top: 0;
    background-image: linear-gradient(rgb(168,162,162,0.5) 1px, transparent 1px), 
                     linear-gradient(90deg, rgb(168,162,162,0.5) 1px, transparent 1px);
}.keytarget_audience .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.keytarget_audience .keyexpert_network {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
}.keytarget_audience h4 {
    padding-left: 20px;
    line-height: 1.3;
    border-left: 4px solid rgb(168,162,162);
    color: #000000;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
    position: relative;
}.keytarget_audience div {
    gap: 30px;
    flex-direction: column;
    display: flex;
    counter-reset: item;
}.keytarget_audience div p {
    color: #000000;
    counter-increment: item;
    margin: 0;
    min-height: 50px;
    position: relative;
    font-size: 12px;
    padding: 0 0 0 70px;
    line-height: 1.6;
    align-items: center;
    display: flex;
}.keytarget_audience div p::before {
    transform: translateY(-50%);
    font-weight: 700;
    left: 0;
    align-items: center;
    border: 1px solid rgba(rgb(168,162,162), 0.1);
    justify-content: center;
    display: flex;
    border-radius: 50%;
    height: 50px;
    transition: all 0.3s ease;
    background: rgb(200,195,195);
    position: absolute;
    width: 50px;
    top: 50%;
    color: rgb(168,162,162);
    content: counter(item);
}.keytarget_audience div p:hover::before {
    box-shadow: 0 5px 15px rgba(rgb(168,162,162), 0.3);
    transform: translateY(-50%) scale(1.1);
    background: rgb(168,162,162);
    color: #ffffff;
}.keytarget_audience div p::after {
    background: rgb(168,162,162,0.5);
    content: "";
    width: 1px;
    position: absolute;
    opacity: 0.3;
    height: calc(100% - 25px);
    top: 75px;
    left: 25px;
}.keytarget_audience div p:last-child::after {
    display: none;
}.keytarget_audience div p svg {
    width: 24px;
    position: absolute;
    top: 13px;
    transition: all 0.3s ease;
    height: 24px;
    opacity: 0;
    left: 13px;
    z-index: 1;
}.keytarget_audience div p:hover svg {
    transform: rotate(15deg);
    opacity: 1;
}.keytarget_audience div p svg path {
    fill: #ffffff;
}.keytarget_audience div p:hover {
    color: #000000;
    transform: translateX(5px);
}

@media (max-width: 991px) {.keytarget_audience {
    padding: 100px 0;
}.keytarget_audience h4 {
    font-size: calc(36px - 2px);
    margin-bottom: 50px;
}.keytarget_audience div {
    gap: 25px;
}
}

@media (max-width: 767px) {.keytarget_audience {
    padding: 80px 0;
}.keytarget_audience h4 {
    margin-bottom: 40px;
    font-size: calc(36px - 4px);
}.keytarget_audience div {
    gap: 20px;
}.keytarget_audience div p {
    padding-left: 60px;
}.keytarget_audience div p::before {
    width: 45px;
    height: 45px;
}.keytarget_audience div p::after {
    left: 22px;
    top: 67px;
}.keytarget_audience div p svg {
    left: 12px;
    top: 12px;
    height: 21px;
    width: 21px;
}
}

@media (max-width: 479px) {.keytarget_audience {
    padding: 60px 0;
}.keytarget_audience h4 {
    font-size: calc(36px - 6px);
    margin-bottom: 35px;
    padding-left: 15px;
}.keytarget_audience div {
    gap: 15px;
}.keytarget_audience div p {
    padding-left: 55px;
    font-size: calc(12px - 1px);
}.keytarget_audience div p::before {
    height: 40px;
    width: 40px;
}.keytarget_audience div p::after {
    top: 60px;
    left: 20px;
}.keytarget_audience div p svg {
    height: 20px;
    left: 10px;
    width: 20px;
    top: 10px;
}}.keytraining_results {
    position: relative;
    background: linear-gradient(135deg, rgb(200,195,195) 0%, rgb(168,162,162,0.5) 100%);
    overflow: hidden;
    padding: 90px 0;
}.keytraining_results::before {
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(137,130,130,0.5) 0%, transparent 50%);
    content: "";
    position: absolute;
}.keytraining_results .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.keytraining_results .keyexpert_network {
    gap: 50px;
    display: flex;
    align-items: center;
}.keytraining_results .keypic_img_wrap {
    transform: translateY(-10px);
    border-radius: 16px;
    max-width: 38%;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    flex: 0 0 38%;
    position: relative;
    z-index: 1;
}.keytraining_results .keypic_img_wrap::after {
    transition: all 0.5s ease;
    content: "";
    right: -15px;
    position: absolute;
    opacity: 0.5;
    z-index: -1;
    top: 15px;
    border-radius: 16px;
    bottom: -15px;
    border: 2px solid rgb(168,162,162,0.5);
    left: 15px;
}.keytraining_results .keypic_img_wrap:hover {
    transform: translateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.keytraining_results .keypic_img_wrap:hover::after {
    left: 10px;
    opacity: 0.7;
    bottom: -10px;
    top: 10px;
    right: -10px;
}.keytraining_results .keytext_frame_item {
    padding: 40px 35px;
    border-radius: 16px;
    z-index: 1;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    flex: 0 0 55%;
    background: #ffffff;
}.keytraining_results .keytext_frame_item::before {
    width: 6px;
    top: 0;
    border-radius: 10px;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(168,162,162), rgb(137,130,130));
    content: "";
    height: 100%;
}.keytraining_results h3 {
    color: #000000;
    padding-left: 15px;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 29px;
    position: relative;
}.keytraining_results h3::after {
    height: 3px;
    bottom: -12px;
    width: 80px;
    left: 15px;
    border-radius: 10px;
    position: absolute;
    background: rgb(168,162,162);
    content: "";
}.keytraining_results ul {
    list-style: none;
    display: flex;
    padding: 0 0 0 15px;
    gap: 15px;
    margin: 0;
    flex-direction: column;
}.keytraining_results li {
    border-radius: 8px;
    padding: 15px;
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgb(200,195,195) 180%);
    transition: all 0.3s ease;
}.keytraining_results li:hover {
    background: linear-gradient(90deg, #ffffff, rgb(137,130,130,0.5) 180%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(10px);
}.keytraining_results li p {
    margin: 0;
    font-weight: 400;
    display: flex;
    color: #000000;
    font-size: 18px;
    gap: 16px;
    align-items: center;
    line-height: 1.5;
}.keytraining_results svg {
    padding: 5px;
    background: #ffffff;
    width: 24px;
    display: flex;
    border-radius: 50%;
    height: 24px;
    align-items: center;
    transition: all 0.3s ease;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}.keytraining_results svg path {
    fill: rgb(168,162,162);
    transition: fill 0.3s ease;
}.keytraining_results li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.keytraining_results li:hover svg path {
    fill: rgb(137,130,130);
}

@media (max-width: 992px) {.keytraining_results {
    padding: 70px 0;
}.keytraining_results .keyexpert_network {
    flex-direction: column;
    gap: 40px;
}.keytraining_results .keypic_img_wrap {
    flex: none;
    margin: 0 auto;
    max-width: 60%;
}.keytraining_results .keytext_frame_item {
    width: 90%;
    margin: 0 auto;
    flex: none;
}.keytraining_results .keytext_frame_item::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 6px;
}
}

@media (max-width: 576px) {.keytraining_results {
    padding: 50px 0;
}.keytraining_results .keypic_img_wrap {
    max-width: 80%;
}.keytraining_results .keypic_img_wrap::after {
    display: none;
}.keytraining_results .keytext_frame_item {
    padding: 30px 20px;
    width: 100%;
}.keytraining_results h3 {
    font-size: 20px;
    margin-bottom: 25px;
}.keytraining_results ul {
    gap: 12px;
}.keytraining_results li {
    padding: 12px;
}.keytraining_results svg {
    height: 22px;
    width: 22px;
}}.keypricing_bucket {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.keypricing_bucket::before {
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
}.keypricing_bucket .container {
    max-width: 1320px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}.keypricing_bucket .keyedu_deals {
    display: flex;
    flex-direction: column;
    align-items: center;
}.keypricing_bucket h2 {
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 28px;
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}.keypricing_bucket .keycost_summary {
    font-size: 17px;
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(20px);
    text-align: center;
    margin-bottom: 50px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
}.keypricing_bucket .keylearn_offers {
    gap: 30px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    display: grid;
}.keypricing_bucket .keylearn_offers li {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(30px);
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
}.keypricing_bucket .keylearn_offers li:nth-child(1) {
    --li-index: 0;
}.keypricing_bucket .keylearn_offers li:nth-child(2) {
    --li-index: 1;
}.keypricing_bucket .keylearn_offers li:nth-child(3) {
    --li-index: 2;
}.keypricing_bucket .keylearn_offers li:nth-child(4) {
    --li-index: 3;
}.keypricing_bucket .keybundle_rate {
    will-change: transform;
    transform: perspective(1000px) rotateX(0deg);
    display: block;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
}.keypricing_bucket .keybundle_rate:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.keypricing_bucket .keyfee_structure {
    position: relative;
    height: 100%;
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
}.keypricing_bucket .keybundle_rate:hover .keyfee_structure {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(168,162,162,0.5), 0.5);
}.keypricing_bucket .keyfee_structure::before {
    content: "";
    opacity: 0.1;
    top: -10%;
    transform: rotate(-45deg);
    left: -10%;
    position: absolute;
    width: 40%;
    transition: all 0.6s ease;
    background: linear-gradient(135deg, rgb(168,162,162,0.5) 0%, transparent 70%);
    height: 50%;
}.keypricing_bucket .keybundle_rate:hover .keyfee_structure::before {
    transform: rotate(-45deg) translateY(-20%);
    opacity: 0.15;
}.keypricing_bucket .keypricing_levels {
    display: flex;
    padding: 35px 30px;
    flex-direction: column;
    min-height: 280px;
    height: 100%;
    box-sizing: border-box;
}.keypricing_bucket .keypricing_levels h4 {
    font-weight: 600;
    padding-bottom: 15px;
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: calc(19px * 1.1);
}.keypricing_bucket .keypricing_levels h4::after {
    bottom: 0;
    transition: width 0.4s ease;
    content: "";
    position: absolute;
    background: rgb(168,162,162);
    width: 40px;
    left: 0;
    height: 3px;
}.keypricing_bucket .keybundle_rate:hover .keypricing_levels h4::after {
    width: 60px;
}.keypricing_bucket .keypricing_levels p {
    flex-grow: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    white-space: normal;
    margin-bottom: 25px;
    font-size: calc(17px * 0.9);
    line-height: 1.7;
    hyphens: auto;
}.keypricing_bucket .keypremium_plan {
    align-self: flex-start;
    color: rgb(168,162,162);
    overflow: hidden;
    padding: 10px 20px;
    background: rgba(255,255,255,0.05);
    transition: all 0.3s ease;
    border-radius: 4px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: calc(19px * 1.2);
}.keypricing_bucket .keypremium_plan::before {
    left: -100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    content: "";
    height: 100%;
    transition: left 0.7s ease;
    top: 0;
}.keypricing_bucket .keybundle_rate:hover .keypremium_plan::before {
    left: 100%;
}

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

@media (max-width: 1200px) {.keypricing_bucket {
    padding: 100px 0;
}.keypricing_bucket .keylearn_offers {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.keypricing_bucket {
    padding: 80px 0;
}.keypricing_bucket h2 {
    font-size: calc(28px * 0.9);
}.keypricing_bucket .keylearn_offers {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.keypricing_bucket .keypricing_levels {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.keypricing_bucket {
    padding: 70px 0;
}.keypricing_bucket h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
}.keypricing_bucket .keycost_summary {
    font-size: calc(17px * 0.95);
    margin-bottom: 35px;
}.keypricing_bucket .keylearn_offers {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.keypricing_bucket .keypricing_levels {
    min-height: auto;
}
}

@media (max-width: 576px) {.keypricing_bucket {
    padding: 60px 0;
}.keypricing_bucket h2 {
    font-size: calc(28px * 0.7);
}.keypricing_bucket .keycost_summary {
    font-size: calc(17px * 0.9);
}.keypricing_bucket .keypricing_levels {
    padding: 20px 15px;
}.keypricing_bucket .keypricing_levels h4 {
    font-size: 19px;
}.keypricing_bucket .keypricing_levels p {
    font-size: calc(17px * 0.85);
}.keypricing_bucket .keypremium_plan {
    padding: 8px 15px;
    font-size: 19px;
}}.keyprivacyAgreementDialog {
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    position: fixed;
    z-index: 100;
    display: flex;
    width: 100%;
    padding: 20px 0;
    bottom: 0;
    border-top: 3px solid rgb(168,162,162);
    background: rgb(200,195,195);
}.keytrack_prefs {
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    border-radius: 14px;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    display: flex;
    max-width: 1200px;
    border: 2px solid rgb(168,162,162);
    padding: 20px;
}.keyconsent_box {
    flex-shrink: 0;
    margin-right: 20px;
}.keyconsent_box svg {
    height: 50px;
    width: 50px;
    fill: rgb(168,162,162);
}.keycookie_disclaimer {
    flex-grow: 1;
    color: #ffffff;
    text-align: left;
}.keycookie_disclaimer h5 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 21px;
    color: rgb(168,162,162);
}.keycookie_disclaimer p {
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
    font-size: 15px;
}.keycookie_disclaimer p a {
    color: rgb(168,162,162);
    text-decoration: underline;
}.keycookies_tracking {
    color: #ffffff;
    border-radius: 10px;
    background: rgb(168,162,162);
    border: none;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    min-width: 120px;
    font-size: 14px;
    flex-shrink: 0;
    text-align: center;
}.cookie_button.keycookie_ack {
    margin-right: 10px;
}#keycookieTermsNotice {
    display: none;
}#keycookieTermsNotice:checked ~ .keyprivacyAgreementDialog {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.keytrack_prefs {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.keyconsent_box {
    margin-right: 0;
    margin-bottom: 20px;
}.keycookies_tracking {
    margin: 10px 0;
    max-width: 250px;
    width: 100%;
}}
.keycourse_program {
    padding: 4rem 2rem;
    min-height: 100vh;
    background: rgb(200,195,195);
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}.keycourse_program .keylearn_skills {
    width: 45%;
    border-top-left-radius: 150px;
    right: 0;
    overflow: hidden;
    border-bottom-left-radius: 150px;
    top: 50%;
    height: 70vh;
    transform: translateY(-50%);
    z-index: 1;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.08);
    position: absolute;
}.keycourse_program .keylearn_skills::before {
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(200,195,195), transparent);
    pointer-events: none;
    width: 100px;
    height: 100%;
    z-index: 2;
    left: 0;
    position: absolute;
}.keycourse_program .keyclass_plan {
    height: 500%;
    display: flex;
    flex-direction: column;
    width: 100%;
    animation: carousel-vertical 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.keycourse_program .keylearn_skills:hover .keyclass_plan {
    animation-play-state: paused;
}.keycourse_program .keyskill_route {
    position: relative;
    flex-shrink: 0;
    height: 20%;
    width: 100%;
}.keycourse_program .keyskill_route img {
    filter: brightness(1.05) contrast(1.08);
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    transition: transform 0.7s ease;
}.keycourse_program .keyskill_route:hover img {
    transform: scale(1.05);
}.keycourse_program .container {
    max-width: 1200px;
    z-index: 2;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
    display: flex;
    width: 100%;
}.keycourse_program .keyexpert_network {
    padding-right: 10%;
    width: 60%;
}.keycourse_program .keylearn_plan {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    position: relative;
    background: #ffffff;
    border-radius: 30px;
    padding: 3.5rem;
}.keycourse_program .keylearn_plan::before {
    left: 1.5rem;
    width: calc(100% - 3rem);
    opacity: 0.3;
    border-radius: 10px;
    content: "";
    border: 1px solid rgb(168,162,162,0.5);
    pointer-events: none;
    top: 1.5rem;
    position: absolute;
    height: calc(100% - 3rem);
}.keycourse_program .keylearn_plan h3 {
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: rgb(168,162,162);
    font-size: 32px;
}.keycourse_program .keylearn_plan p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #000000;
}.keycourse_program .keylearn_plan .keyquery_widget {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    padding: 0.9rem 2.25rem;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 30px;
    display: inline-block;
    background: rgb(168,162,162);
}.keycourse_program .keylearn_plan .keyquery_widget::before {
    height: 100%;
    left: 0;
    position: absolute;
    transition: transform 0.6s ease;
    width: 100%;
    content: "";
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    top: 0;
    z-index: -1;
}.keycourse_program .keylearn_plan .keyquery_widget:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.keycourse_program .keylearn_plan .keyquery_widget: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 .keylearn_skills {
    width: 40%;
    height: 60vh;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
}.keycourse_program .keyexpert_network {
    width: 65%;
    padding-right: 5%;
}.keycourse_program .keylearn_plan {
    padding: 2.5rem;
}.keycourse_program .keylearn_plan::before {
    width: calc(100% - 2rem);
    top: 1rem;
    height: calc(100% - 2rem);
    left: 1rem;
}.keycourse_program .keylearn_plan h3 {
    font-size: calc(32px * 0.9);
}

}

@media (max-width: 767px) {.keycourse_program {
    padding: 3rem 1.5rem;
    display: block;
    min-height: auto;
}.keycourse_program .keylearn_skills {
    border-bottom-right-radius: 50px;
    transform: none;
    border-bottom-left-radius: 50px;
    top: auto;
    width: 100%;
    right: auto;
    margin-bottom: 2rem;
    border-radius: 0;
    position: relative;
    height: 40vh;
}.keycourse_program .keylearn_skills::before {
    background: linear-gradient(0deg, rgb(200,195,195), transparent);
    bottom: 0;
    width: 100%;
    height: 100px;
    top: auto;
}.keycourse_program .keyclass_plan {
    height: 100%;
    flex-direction: row;
    width: 500%;
    animation: carousel-horizontal-mobile 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.keycourse_program .keyskill_route {
    width: 20%;
    height: 100%;
}.keycourse_program .container {
    width: 100%;
    justify-content: center;
}.keycourse_program .keyexpert_network {
    padding-right: 0;
    width: 100%;
    max-width: 500px;
}.keycourse_program .keylearn_plan {
    padding: 2rem 1.5rem;
}.keycourse_program .keylearn_plan::before {
    top: 0.75rem;
    left: 0.75rem;
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
}.keycourse_program .keylearn_plan h3 {
    font-size: 20px;
}.keycourse_program .keylearn_plan p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.keycourse_program .keylearn_plan .keyquery_widget {
    text-align: center;
    width: 100%;
    padding: 0.8rem 1.5rem;
}@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);
        }
    }
}.keyinstructor_profile {
    padding: 6rem 2rem;
    background-color: rgb(200,195,195);
    overflow: hidden;
    position: relative;
}.keyinstructor_profile::before {
    border-radius: 50%;
    background: rgb(168,162,162,0.5);
    filter: blur(120px);
    height: 300px;
    position: absolute;
    top: -100px;
    z-index: 0;
    width: 300px;
    content: "";
    right: -100px;
}.keyinstructor_profile::after {
    border-radius: 50%;
    content: "";
    background: rgb(137,130,130,0.5);
    z-index: 0;
    width: 250px;
    height: 250px;
    position: absolute;
    filter: blur(100px);
    left: -80px;
    bottom: -80px;
}.keyinstructor_profile .keylearner_ratings {
    border-radius: 18px;
    gap: 0;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    overflow: visible;
    max-width: 1100px;
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    z-index: 2;
    background: #ffffff;
    margin: 0 auto;
    display: grid;
}.keyinstructor_profile .keypic_img_wrap {
    transform: translateX(-30px) translateY(-30px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 18px 0 0 18px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 500px;
    position: relative;
}.keyinstructor_profile .keypic_img_wrap::before {
    position: absolute;
    width: 100%;
    border-radius: 18px;
    background: rgb(168,162,162,0.5);
    left: 30px;
    height: 100%;
    z-index: -1;
    top: 30px;
    content: "";
}.keyinstructor_profile .keyexp_skills {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3rem;
}.keyinstructor_profile .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 41px;
    color: #000000;
    letter-spacing: -0.5px;
}.keyinstructor_profile .keyexp_skills > div:nth-child(2) {
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: 2rem;
    position: relative;
    letter-spacing: 2px;
    color: rgb(168,162,162);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}.keyinstructor_profile .keyexp_skills > div:nth-child(2)::after {
    position: absolute;
    bottom: 0;
    width: 60px;
    content: "";
    background: rgb(137,130,130);
    left: 0;
    height: 2px;
}.keyinstructor_profile .keyexp_timeline {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: calc(12px * 1.1);
    position: relative;
    line-height: 1.7;
}.keyinstructor_profile .keyexp_timeline::before {
    position: absolute;
    z-index: -1;
    top: -2.5rem;
    font-family: serif;
    font-size: 5rem;
    left: -2rem;
    content: "";
    color: rgb(137,130,130,0.5);
}.keyinstructor_profile .keylearner_ratings:hover .keypic_img_wrap {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(168,162,162,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.keyinstructor_profile .keylearner_ratings:hover .name {
    background: linear-gradient(90deg, rgb(168,162,162), rgb(137,130,130));
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
}

@media (max-width: 992px) {.keyinstructor_profile .keylearner_ratings {
    grid-template-columns: 1fr;
    max-width: 90%;
}.keyinstructor_profile .keypic_img_wrap {
    height: 400px;
    transform: translateY(-30px);
    border-radius: 18px 18px 0 0;
}.keyinstructor_profile .keypic_img_wrap::before {
    width: 100%;
    top: 30px;
    left: 0;
}.keyinstructor_profile .keyexp_skills {
    padding: 1rem 2rem 3rem;
}.keyinstructor_profile .keylearner_ratings:hover .keypic_img_wrap {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.keyinstructor_profile {
    padding: 4rem 1rem;
}.keyinstructor_profile .keylearner_ratings {
    max-width: 100%;
}.keyinstructor_profile .keypic_img_wrap {
    height: 320px;
    transform: translateY(-20px);
}.keyinstructor_profile .keypic_img_wrap::before {
    top: 20px;
}.keyinstructor_profile .keyexp_skills {
    padding: 0.5rem 1.5rem 2.5rem;
}.keyinstructor_profile .name {
    font-size: calc(37px);
}.keyinstructor_profile .keyexp_skills > div:nth-child(2) {
    font-size: 12px;
    letter-spacing: 1px;
}.keyinstructor_profile .keyexp_timeline {
    font-size: 12px;
}.keyinstructor_profile .keylearner_ratings:hover .keypic_img_wrap {
    transform: translateY(-25px);
}}.keyinstructional_approach {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(200,195,195) 0%, rgba(255,255,255,0.92) 100%);
    position: relative;
}.keyinstructional_approach::before {
    left: 0;
    background-image: linear-gradient(120deg, rgb(168,162,162,0.5) 15%, transparent 15%);
    top: 0;
    background-size: 120px 120px;
    height: 100%;
    position: absolute;
    transform: translateZ(0);
    content: "";
    width: 100%;
    opacity: 0.05;
    z-index: 0;
}.keyinstructional_approach::after {
    position: absolute;
    background: linear-gradient(225deg, rgb(168,162,162) 0%, rgb(137,130,130) 100%);
    top: -10%;
    content: "";
    right: -5%;
    opacity: 0.1;
    z-index: 0;
    animation: float 20s infinite ease-in-out;
    height: 300px;
    width: 300px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: translateZ(0);
}.keyinstructional_approach .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.keyinstructional_approach .keyexpert_network {
    gap: 30px;
    position: relative;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    display: grid;
}.keyinstructional_approach .keyexpert_network::before {
    z-index: -1;
    width: 4px;
    transform: scaleY(0.92);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transform-origin: top;
    left: -20px;
    background: linear-gradient(to bottom, rgb(168,162,162), rgb(137,130,130));
}.keyinstructional_approach h3 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 29px;
    transform: translateX(0);
    margin-bottom: 25px;
    line-height: 1.3;
    color: #000000;
}.keyinstructional_approach h3::before {
    height: 3px;
    transform: translateY(-50%);
    opacity: 0;
    left: -35px;
    width: 20px;
    transition: opacity 0.4s ease, width 0.4s ease;
    top: 50%;
    content: "";
    position: absolute;
    background-color: rgb(168,162,162);
}.keyinstructional_approach:hover h3 {
    transform: translateX(10px);
}.keyinstructional_approach:hover h3::before {
    opacity: 1;
    width: 30px;
}.keyinstructional_approach p {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 15px;
    position: relative;
    transform: translateZ(0);
}.keyinstructional_approach p span {
    padding: 30px 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03), 
                0 20px 25px -5px rgba(0,0,0,0.02);
    position: relative;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.5));
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    backdrop-filter: blur(5px);
    border-left: 4px solid rgb(168,162,162);
}.keyinstructional_approach p span::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(to right, rgb(168,162,162), rgb(137,130,130));
    transform: scaleX(0.7);
    content: "";
    bottom: 0;
    opacity: 0.6;
    position: absolute;
    transform-origin: left;
    left: 0;
    height: 3px;
    width: 100%;
}.keyinstructional_approach:hover p span {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 3px 10px rgba(0,0,0,0.05), 
                0 25px 30px -5px rgba(0,0,0,0.03);
    transform: translateY(-5px) scale(1.01);
}.keyinstructional_approach:hover p span::before {
    transform: scaleX(1);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(-15px, 15px) rotate(5deg);
    }
    50% {
        transform: translate(10px, 30px) rotate(-5deg);
    }
    75% {
        transform: translate(15px, 10px) rotate(3deg);
    }
}

@media screen and (min-width: 768px) {.keyinstructional_approach {
    padding: 150px 0;
}.keyinstructional_approach .keyexpert_network {
    max-width: 80%;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.keyinstructional_approach h3 {
    margin-bottom: 35px;
    font-size: calc(29px * 1.1);
}.keyinstructional_approach p {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}.keyinstructional_approach p span {
    padding: 40px 45px;
}
}

@media screen and (min-width: 992px) {.keyinstructional_approach {
    padding: 180px 0;
}.keyinstructional_approach::after {
    width: 400px;
    height: 400px;
}.keyinstructional_approach .keyexpert_network {
    max-width: 75%;
}.keyinstructional_approach h3 {
    margin-bottom: 40px;
    font-size: calc(29px * 1.2);
}.keyinstructional_approach p span {
    padding: 45px 55px;
}.keyinstructional_approach .keyexpert_network::before {
    width: 6px;
    left: -40px;
}.keyinstructional_approach h3::before {
    left: -55px;
    width: 25px;
}.keyinstructional_approach:hover h3::before {
    width: 40px;
}
}

@media screen and (max-width: 767px) {.keyinstructional_approach {
    padding: 80px 0;
}.keyinstructional_approach::after {
    height: 200px;
    width: 200px;
}.keyinstructional_approach h3 {
    font-size: calc(29px * 0.85);
    margin-bottom: 20px;
}.keyinstructional_approach p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.keyinstructional_approach p span {
    padding: 25px;
}.keyinstructional_approach .keyexpert_network::before {
    width: 3px;
    left: -15px;
}}footer {
    position: relative;
}footer::before {
    position: absolute;
    background: linear-gradient(210deg, #000000 0%, rgb(168,162,162) 100%);
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: '';
    left: 0;
    opacity: 0.92;
}.keyjob_board {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 2;
    padding: 90px 0 50px;
}.keyjob_board::before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
    opacity: 0.1;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    content: '';
}.keyjob_board .container {
    flex-direction: column;
    display: flex;
}.keyjob_board .company_holder {
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    order: 2;
    border-radius: 20px;
    transform: perspective(1000px) rotateX(2deg);
    margin-top: 70px;
    background-size: 200% 200%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 30px;
    animation: shiftGradient 15s ease infinite;
}.keyjob_board .company_holder h3 {
    letter-spacing: 3px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    font-size: 31px;
}.keyjob_board .company_holder h3::after {
    background: rgb(168,162,162);
    height: 3px;
    width: 60px;
    border-radius: 3px;
    margin: 15px auto 0;
    display: block;
    content: '';
}.keyjob_board .keydiversity {
    max-width: 80%;
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 15px;
}.keyjob_board .keyevent_cal {
    position: relative;
    order: 1;
}.keyjob_board .keyhead_learning {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
    justify-content: space-between;
    gap: 60px;
}.keyjob_board .keymain_edu {
    flex: 1;
    border-radius: 10px;
    padding: 20px;
    max-width: calc(50% - 30px);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    min-width: 250px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.03);
}.keyjob_board .keymain_edu:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.keyjob_board .keymain_edu:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.keyjob_board .keymain_edu:hover {
    transform: perspective(1000px) rotateY(0);
}.keyjob_board .keymain_edu::before {
    z-index: -1;
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    content: '';
    position: absolute;
    inset: 0;
}.keyjob_board .keymain_edu h5 {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    font-size: 19px;
    position: relative;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 30px;
    color: #ffffff;
}.keyjob_board .keymain_edu h5::before {
    height: 1px;
    bottom: -1px;
    position: absolute;
    content: '';
    left: 0;
    width: 50px;
    background: rgb(137,130,130);
}.keyjob_board .keymain_edu .keyhead_learning {
    gap: 12px;
    display: flex;
    margin: 0;
    flex-direction: column;
    padding: 0 10px;
}.keyjob_board .keymain_edu .keyhead_learning a {
    word-break: break-word;
    font-size: 18px;
    display: flex;
    opacity: 0.8;
    align-items: center;
    white-space: normal;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.keyjob_board .keymain_edu .keyhead_learning a::before {
    border-radius: 50%;
    margin-right: 10px;
    height: 6px;
    transition: all 0.3s ease;
    background: rgb(137,130,130);
    transform: scale(0);
    min-width: 6px;
    content: '';
    opacity: 0;
    flex-shrink: 0;
}.keyjob_board .keymain_edu .keyhead_learning a:hover {
    color: #ffffff;
    opacity: 1;
    transform: translateX(5px);
}.keyjob_board .keymain_edu .keyhead_learning a:hover::before {
    transform: scale(1);
    opacity: 1;
}.keysustain_cta {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    margin-top: 40px;
}.keysustain_cta::before {
    top: 0;
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(137,130,130,0.5), transparent);
    position: absolute;
    left: 0;
}.keysustain_cta .container {
    text-align: center;
}.keysustain_cta .keyapp_store {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.7;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.keyjob_board .keyevent_cal::before {
    opacity: 0.1;
    animation: pulse 10s infinite ease-in-out reverse;
    left: -5%;
    filter: blur(100px);
    border-radius: 50%;
    content: '';
    height: 250px;
    bottom: -10%;
    z-index: -1;
    width: 250px;
    position: absolute;
    background: rgb(137,130,130);
}footer::after {
    right: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    position: absolute;
    content: '';
    z-index: 1;
    bottom: 0;
    pointer-events: none;
    left: 0;
}

@media (max-width: 992px) {.keyjob_board {
    padding: 70px 0 40px;
}.keyjob_board .keyhead_learning {
    gap: 40px;
}.keyjob_board .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.keyjob_board {
    padding: 50px 0 30px;
}.keyjob_board .keyhead_learning {
    gap: 30px;
    flex-direction: column;
}.keyjob_board .keymain_edu {
    max-width: 100%;
    min-width: 100%;
}.keyjob_board .company_holder {
    padding: 20px;
}.keyjob_board .keydiversity {
    max-width: 100%;
}
}

@media (max-width: 576px) {.keyjob_board {
    padding: 40px 0 20px;
}.keyjob_board .company_holder h3 {
    font-size: calc(31px * 0.8);
}.keyjob_board .keymain_edu h5 {
    font-size: calc(19px * 0.9);
}}header {
    background: linear-gradient(to right, #ffffff, rgb(200,195,195));
    position: relative;
    z-index: 100;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    width: 100%;
}header::before {
    height: 100%;
    background-size: 20px 20px;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    z-index: 0;
}header::after {
    z-index: 1;
    background: linear-gradient(to bottom, rgb(168,162,162), rgb(137,130,130));
    content: '';
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 5px;
}header .container {
    position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 2;
    padding: 0;
    margin: 0;
}header .keytop_site {
    justify-content: space-between;
    align-items: center;
    margin-left: 5px;
    padding: 0.9rem 3%;
    display: flex;
}header .keymain_train {
    border-radius: 10px;
    display: flex;
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem;
}header .keymain_train:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}header .keymain_train svg {
    height: auto;
    width: 140px;
    transition: all 0.3s ease;
}header .keymain_edu {
    background: rgba(255, 255, 255, 0.3);
    padding: 0.4rem 0.6rem;
    position: relative;
    align-items: center;
    gap: 0.4rem;
    border-radius: 10px;
    display: flex;
}header .keymain_edu::before {
    border-radius: calc(10px + 2px);
    bottom: -2px;
    opacity: 0.5;
    right: -2px;
    left: -2px;
    position: absolute;
    z-index: -1;
    content: '';
    top: -2px;
    background: linear-gradient(135deg, rgb(168,162,162,0.5), rgb(137,130,130,0.5));
}header .keyhead_learn {
    color: #000000;
    font-weight: 400;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 0.4rem 0.7rem;
    text-decoration: none;
    background: #ffffff;
    overflow: hidden;
}header .keyhead_learn::before {
    width: 100%;
    content: '';
    background: linear-gradient(45deg, rgb(168,162,162,0.5), rgb(137,130,130,0.5));
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 0;
}header .keyhead_learn:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    transform: translateY(-2px);
}header .keyhead_learn:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .keytop_site {
    padding: 0.8rem 2.5%;
}header .keymain_train svg {
    width: 130px;
}header .keymain_edu {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .keyhead_learn {
    padding: 0.35rem 0.6rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .keytop_site {
    padding: 0.8rem 2%;
    gap: 0.7rem;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 3px;
}header .keymain_train {
    padding: 0.4rem;
}header .keymain_train svg {
    width: 120px;
}header .keymain_edu {
    overflow-x: auto;
    padding: 0.4rem;
    width: 98%;
    justify-content: flex-start;
}header .keymain_edu::-webkit-scrollbar {
    height: 2px;
}header .keymain_edu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(168,162,162);
}header .keyhead_learn {
    padding: 0.3rem 0.5rem;
    white-space: nowrap;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .keytop_site {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .keymain_train svg {
    width: 110px;
}header .keymain_edu {
    padding: 0.3rem;
}header .keyhead_learn {
    padding: 0.3rem 0.4rem;
    font-size: calc(16px - 2px);
}}.keycompany_overview {
    position: relative;
    background: linear-gradient(135deg, rgb(200,195,195) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
}.keycompany_overview::before {
    animation: pulse 15s infinite alternate;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(168,162,162,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(137,130,130,0.5) 0%, transparent 70%);
    opacity: 0.15;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
}.keycompany_overview::after {
    width: 100%;
    z-index: 2;
    content: "";
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 75%),
        linear-gradient(-45deg, transparent 75%, #000000 75%);
    position: absolute;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    opacity: 0.03;
    top: 0;
    background-size: 100px 100px;
    left: 0;
    height: 100%;
}.keycompany_overview .container {
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.keycompany_overview .keyexpert_network {
    align-items: center;
    display: flex;
    padding: 40px;
    transition: all 0.5s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    justify-content: space-between;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    gap: 50px;
    transform: translateY(0);
}.keycompany_overview .keyexpert_network:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgb(168,162,162,0.5);
}.keycompany_overview .keyexpert_guides {
    flex: 0 0 300px;
    display: flex;
    gap: 20px;
    position: relative;
    flex-direction: column;
}.keycompany_overview .keyexpert_guides::before {
    position: absolute;
    width: calc(100% + 30px);
    content: "";
    border: 2px solid rgb(168,162,162,0.5);
    transform: scale(0.95);
    height: calc(100% + 30px);
    border-radius: 27px;
    transition: all 0.5s ease;
    top: -15px;
    opacity: 0;
    left: -15px;
    z-index: -1;
}.keycompany_overview .keyexpert_guides:hover::before {
    opacity: 0.5;
    transform: scale(1);
}.keycompany_overview .keypic_img_wrap {
    width: 100%;
    height: 350px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    border-radius: 27px;
}.keycompany_overview .keypic_img_wrap::after {
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
    position: absolute;
    width: 100%;
    height: 100%;
}.keycompany_overview .keysuccess_path {
    transform: translateX(0);
    padding: 20px;
    background: rgb(168,162,162);
    margin-left: 20px;
    position: relative;
    margin-top: -50px;
    z-index: 10;
    transition: all 0.5s ease;
    border-radius: 10px;
}.keycompany_overview .keyexpert_guides:hover .keysuccess_path {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateX(-10px);
}.keycompany_overview .keyskill_guides {
    color: #ffffff;
    margin: 0 0 5px 0;
    font-size: 24px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.keycompany_overview .keyexp_years {
    opacity: 0.9;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.2px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.keycompany_overview .keytext_frame_item {
    gap: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}.keycompany_overview .keyskill_pro {
    align-items: center;
    gap: 15px;
    display: flex;
    margin-bottom: 10px;
}.keycompany_overview .keyskill_pro svg {
    transition: all 0.3s ease;
    height: 40px;
    fill: rgb(168,162,162);
    width: 40px;
}.keycompany_overview .keyskill_pro:hover svg {
    transform: scale(1.1) rotate(5deg);
}.keycompany_overview .keyskill_pro svg path {
    transition: all 0.3s ease;
    fill: rgb(168,162,162);
}.keycompany_overview .keyskill_pro:hover svg path {
    fill: rgb(137,130,130);
}.keycompany_overview h2 {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    font-size: 36px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    position: relative;
    color: #000000;
}.keycompany_overview h2::after {
    height: 3px;
    width: 80px;
    border-radius: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(168,162,162) 0%, rgb(137,130,130) 100%);
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
    position: absolute;
}.keycompany_overview .keytext_frame_item:hover h2::after {
    width: 120px;
}.keycompany_overview p {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 992px) {.keycompany_overview {
    padding: 60px 0;
}.keycompany_overview .keyexpert_network {
    flex-direction: column;
    padding: 30px;
    gap: 40px;
}.keycompany_overview .keyexpert_guides {
    flex: 0 0 auto;
    width: 100%;
    max-width: 500px;
}.keycompany_overview .keypic_img_wrap {
    height: 300px;
}.keycompany_overview .keysuccess_path {
    margin-left: 15px;
    margin-top: -40px;
}.keycompany_overview h2 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.keycompany_overview {
    padding: 50px 0;
}.keycompany_overview .keyexpert_network {
    padding: 25px;
    gap: 30px;
}.keycompany_overview .keyexpert_guides {
    max-width: 400px;
}.keycompany_overview .keypic_img_wrap {
    height: 250px;
}.keycompany_overview .keysuccess_path {
    margin-top: -35px;
    padding: 15px;
}.keycompany_overview .keyskill_guides {
    font-size: calc(24px * 0.9);
}.keycompany_overview .keyexp_years {
    font-size: calc(12px * 0.9);
}.keycompany_overview h2 {
    padding-bottom: 10px;
    font-size: calc(36px * 0.8);
}.keycompany_overview h2::after {
    width: 60px;
}.keycompany_overview .keytext_frame_item:hover h2::after {
    width: 90px;
}.keycompany_overview p {
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 576px) {.keycompany_overview {
    padding: 40px 0;
}.keycompany_overview .keyexpert_network {
    padding: 20px;
    gap: 25px;
}.keycompany_overview .keypic_img_wrap {
    height: 220px;
}.keycompany_overview .keysuccess_path {
    padding: 12px;
    margin-top: -30px;
    margin-left: 10px;
}.keycompany_overview .keyskill_pro svg {
    width: 30px;
    height: 30px;
}.keycompany_overview h2 {
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: calc(36px * 0.7);
}.keycompany_overview h2::after {
    height: 2px;
    width: 50px;
}.keycompany_overview .keytext_frame_item:hover h2::after {
    width: 70px;
}.keycompany_overview p {
    font-size: calc(12px * 0.85);
}}.keyanalysis_summary {
    position: relative;
    background: rgb(200,195,195);
    overflow: hidden;
    padding: 6rem 0;
}.keyanalysis_summary::before {
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgb(200,195,195) 100%);
    content: "";
}.keyanalysis_summary .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
}.keyanalysis_summary .keyknowledge_gains {
    display: flex;
    position: relative;
    margin-bottom: 5rem;
}.keyanalysis_summary .keyextra_gain {
    z-index: 2;
    width: 25%;
    padding: 0;
    position: relative;
}.keyanalysis_summary .keyextra_gain:not(:last-child) {
    border-right: 1px dashed rgb(168,162,162,0.5);
}.keyanalysis_summary .keyextra_gain h4 {
    margin: 0 0 1rem;
    color: transparent;
    display: inline-block;
    font-size: calc(30px * 1.5);
    -webkit-text-stroke: 1px rgb(168,162,162);
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
}.keyanalysis_summary .keyextra_gain:nth-child(even) h4 {
    -webkit-text-stroke: 1px rgb(137,130,130);
}.keyanalysis_summary .keyextra_gain:hover h4 {
    -webkit-text-stroke: 0;
    transform: translateY(-5px);
    color: rgb(168,162,162);
}.keyanalysis_summary .keyextra_gain:nth-child(even):hover h4 {
    -webkit-text-stroke: 0;
    color: rgb(137,130,130);
}.keyanalysis_summary .keyextra_gain span {
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #000000;
    display: block;
    font-weight: 400;
}.keyanalysis_summary .keyextra_gain:hover span {
    transform: translateY(5px);
}.keyanalysis_summary .keycareer_benefits {
    text-align: center;
    position: relative;
}.keyanalysis_summary .keycareer_benefits::before {
    top: -2.5rem;
    background: rgb(168,162,162,0.5);
    position: absolute;
    left: 50%;
    height: 2rem;
    transform: translateX(-50%);
    content: "";
    width: 1px;
}.keyanalysis_summary .keyfast_benefits {
    padding: 0 1rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 1.5rem;
    position: relative;
    font-size: 30px;
    display: inline-block;
}.keyanalysis_summary .keyfast_benefits::before,
.keyanalysis_summary .keyfast_benefits::after {
    top: 50%;
    background: rgb(168,162,162);
    position: absolute;
    height: 1px;
    content: "";
    width: 30px;
}.keyanalysis_summary .keyfast_benefits::before {
    left: -20px;
    transform: translateY(-50%);
}.keyanalysis_summary .keyfast_benefits::after {
    right: -20px;
    transform: translateY(-50%);
}.keyanalysis_summary .keykey_pros {
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
    font-size: 18px;
    margin: 0 auto;
    max-width: 700px;
}.keyanalysis_summary svg {
    fill: rgb(168,162,162,0.5);
    transition: all 0.3s ease;
    height: 30px;
    width: 30px;
    top: -10px;
    opacity: 0.2;
    right: 10px;
    position: absolute;
}.keyanalysis_summary .keyextra_gain:nth-child(even) svg {
    fill: rgb(137,130,130,0.5);
}.keyanalysis_summary svg path {
    fill: inherit;
}.keyanalysis_summary .keyextra_gain:hover svg {
    opacity: 0.8;
    transform: rotate(15deg);
}

@media (max-width: 1024px) {.keyanalysis_summary {
    padding: 5rem 0;
}.keyanalysis_summary .keyextra_gain h4 {
    font-size: calc(30px * 1.2);
}.keyanalysis_summary .keyknowledge_gains {
    margin-bottom: 4rem;
}
}

@media (max-width: 768px) {.keyanalysis_summary {
    padding: 4rem 0;
}.keyanalysis_summary .keyknowledge_gains {
    margin-bottom: 3rem;
    flex-wrap: wrap;
}.keyanalysis_summary .keyextra_gain {
    width: 50%;
    margin-bottom: 1.5rem;
}.keyanalysis_summary .keyextra_gain:nth-child(2) {
    border-right: none;
}.keyanalysis_summary .keycareer_benefits::before {
    height: 1rem;
    top: -1.5rem;
}.keyanalysis_summary .keyfast_benefits {
    margin-bottom: 1.2rem;
    font-size: calc(30px * 0.9);
}.keyanalysis_summary .keykey_pros {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.keyanalysis_summary {
    padding: 3rem 0;
}.keyanalysis_summary .keyextra_gain {
    width: 100%;
    border-bottom: 1px dashed rgb(168,162,162,0.5);
    padding-bottom: 1.5rem;
    border-right: none !important;
    margin-bottom: 2rem;
}.keyanalysis_summary .keyextra_gain:last-child {
    border-bottom: none;
}.keyanalysis_summary .keyextra_gain h4 {
    font-size: 30px;
}.keyanalysis_summary .keyextra_gain span {
    font-size: calc(18px * 0.9);
}.keyanalysis_summary .keyfast_benefits {
    font-size: calc(30px * 0.8);
    margin-bottom: 1rem;
}.keyanalysis_summary .keykey_pros {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}.keyconnect {
    position: relative;
    background: rgb(200,195,195);
    padding: 120px 0;
    overflow: hidden;
}.keyconnect::before {
    opacity: 0.05;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(168,162,162,0.5) 0%, transparent 100%);
    content: "";
}.keyconnect::after {
    bottom: -150px;
    border-radius: 50%;
    z-index: 0;
    opacity: 0.05;
    background: rgb(168,162,162);
    height: 300px;
    width: 300px;
    position: absolute;
    content: "";
    right: -150px;
}.keyconnect .container {
    z-index: 1;
    position: relative;
}.keyconnect .keycontact_faq {
    display: flex;
    position: relative;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}.keyconnect .keyjoin_conversation {
    min-width: 300px;
    z-index: 1;
    border-radius: 0;
    transition: all 0.4s ease;
    flex: 1 1 30%;
    position: relative;
}.keyconnect .keyjoin_conversation:first-child {
    padding-left: 40px;
    flex: 0 1 calc(50% - 15px);
    border-left: 4px solid rgb(168,162,162);
}.keyconnect .keyjoin_conversation:nth-child(2) {
    flex: 0 1 calc(50% - 15px);
    overflow: hidden;
    max-height: 400px;
}.keyconnect .keyjoin_conversation:nth-child(3) {
    padding: 30px;
    display: flex;
    border-radius: 20px;
    background: rgb(168,162,162);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    justify-content: space-between;
    flex: 0 1 100%;
}.keyconnect .keyjoin_conversation h2 {
    font-size: 42px;
    position: relative;
    letter-spacing: -1px;
    color: rgb(168,162,162);
    font-weight: 700;
    margin-bottom: 35px;
}.keyconnect .keyjoin_conversation h2::after {
    position: absolute;
    content: "";
    background: rgb(137,130,130);
    height: 4px;
    bottom: -15px;
    left: 0;
    width: 70px;
}.keyconnect .keycontact_form {
    display: inline-block;
    color: rgb(137,130,130);
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: calc(22px * 1.1);
}.keyconnect .keymsg_page {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    max-width: 90%;
}.keyconnect .keyjoin_conversation > p {
    padding-left: 30px;
    color: #000000;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}.keyconnect .keyjoin_conversation > p svg {
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
}.keyconnect .keyjoin_conversation > p svg path {
    fill: rgb(168,162,162);
}.keyconnect .keyjoin_conversation > p span {
    font-weight: 600;
    margin-left: 5px;
}.keyconnect .keyinquire_now {
    margin-top: 40px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #ffffff;
}.keyconnect .keyinquire_now h3 {
    position: relative;
    padding-bottom: 10px;
    color: rgb(168,162,162);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}.keyconnect .keyinquire_now h3::after {
    left: 0;
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: 0;
    content: "";
    background: rgb(137,130,130);
}.keyconnect .keymessage_panel {
    gap: 10px;
    flex-wrap: wrap;
    display: flex;
}.keyconnect .keymessage_panel span {
    color: #000000;
    padding: 10px 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: calc(14px * 0.9);
    background: rgb(200,195,195);
}.keyconnect .keymessage_panel span:hover {
    transform: translateY(-3px);
    background: rgb(168,162,162,0.5);
}.keyconnect .keyjoin_conversation .keypic_img_wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 20px;
}.keyconnect .keyjoin_conversation .keypic_img_wrap::after {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    content: "";
}.keyconnect .keytalk_answer {
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}.keyconnect .keytalk_answer a {
    min-width: 200px;
    flex-direction: row;
    align-items: center;
    display: flex;
    padding: 10px 0;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1 1 30%;
}.keyconnect .keytalk_answer a:hover {
    transform: translateY(-5px);
}.keyconnect .keytalk_answer svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}.keyconnect .keytalk_answer svg path {
    fill: #ffffff;
}.keyconnect .keytalk_answer a .keycontact_feedbackLZy {
    display: flex;
    flex-direction: column;
}.keyconnect .keytalk_answer a span {
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: calc(14px * 0.8);
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}.keyconnect .keytalk_answer a p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 1200px) {.keyconnect {
    padding: 80px 0;
}.keyconnect .keyjoin_conversation:first-child {
    flex: 0 1 calc(50% - 15px);
}.keyconnect .keyjoin_conversation:nth-child(2) {
    flex: 0 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.keyconnect .keyjoin_conversation:first-child,
    .keyconnect .keyjoin_conversation:nth-child(2) {
    flex: 0 1 100%;
}.keyconnect .keyjoin_conversation:nth-child(2) {
    max-height: 300px;
    order: -1;
    height: 300px;
}.keyconnect .keyjoin_conversation:first-child {
    margin-top: 30px;
}.keyconnect .keymsg_page {
    max-width: 100%;
}
}

@media (max-width: 768px) {.keyconnect {
    padding: 60px 0;
}.keyconnect .keyjoin_conversation h2 {
    font-size: calc(42px * 0.9);
}.keyconnect .keyjoin_conversation:first-child {
    padding-left: 25px;
}.keyconnect .keyjoin_conversation:nth-child(3) {
    padding: 25px;
}.keyconnect .keytalk_answer a {
    flex: 1 1 100%;
}
}

@media (max-width: 576px) {.keyconnect {
    padding: 40px 0;
}.keyconnect .keyjoin_conversation h2 {
    font-size: calc(42px * 0.8);
}.keyconnect .keyinquire_now {
    padding: 20px;
}.keyconnect .keymessage_panel {
    flex-direction: column;
}.keyconnect .keymessage_panel span {
    width: 100%;
}.keyconnect .keyjoin_conversation:nth-child(2) {
    max-height: 200px;
}}.keythanksNote {
    background: linear-gradient(135deg, rgb(200,195,195) 0%, rgb(168,162,162,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.keythanksNote::before {
    position: absolute;
    animation: floatElement 15s ease-in-out infinite;
    width: 40%;
    transform: rotate(-15deg) skewX(10deg);
    content: "";
    top: -10%;
    height: 70%;
    filter: blur(60px);
    right: -5%;
    background: linear-gradient(220deg, rgb(137,130,130,0.5) 20%, transparent 80%);
    z-index: 1;
}.keythanksNote::after {
    left: -5%;
    position: absolute;
    z-index: 1;
    transform: rotate(15deg) skewX(-10deg);
    filter: blur(60px);
    background: linear-gradient(220deg, rgb(168,162,162,0.5) 20%, transparent 80%);
    width: 40%;
    bottom: -10%;
    height: 70%;
    animation: floatElement 15s ease-in-out infinite reverse;
    content: "";
}.keythanksNote .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.keythanksNote h2 {
    line-height: 1.4;
    letter-spacing: -0.01em;
    text-align: center;
    margin-right: auto;
    font-weight: 700;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    margin-left: auto;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    color: #000000;
    font-size: 33px;
    margin-bottom: 40px;
    max-width: 800px;
}.keythanksNote h2::after {
    bottom: -15px;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
    background: rgb(168,162,162);
    left: 50%;
    position: absolute;
}.keythanksNote .keyexpert_network {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    animation: slideUp 0.8s forwards 0.5s ease-out;
    border-radius: 10px;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    padding: 50px;
}.keythanksNote .keyexpert_network::before {
    left: 0;
    width: 100%;
    height: 6px;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,162,162) 0%, rgb(137,130,130) 100%);
    content: "";
    top: 0;
}.keythanksNote .keyexpert_network::after {
    position: absolute;
    width: 160px;
    top: 20px;
    border-radius: 50%;
    height: 160px;
    right: 20px;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(168,162,162,0.5) 0%, transparent 70%);
    transform: translateY(-10px);
    content: "";
}.keythanksNote ul {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
}.keythanksNote li {
    position: relative;
    grid-template-columns: 1fr;
    gap: 20px;
    display: grid;
}.keythanksNote li::before {
    animation: pulse 2s infinite;
    top: 8px;
    left: -30px;
    height: 12px;
    content: "";
    border-radius: 50%;
    background: rgb(168,162,162);
    width: 12px;
    position: absolute;
}.keythanksNote span {
    text-align: left;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(168,162,162,0.5);
    font-size: calc(13px * 1.1);
    position: relative;
    padding-left: 15px;
    color: #000000;
    line-height: 1.8;
}

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

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

@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);
  }
}

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

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

@media (max-width: 480px) {.keythanksNote {
    padding: 40px 0;
}.keythanksNote h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.6);
}.keythanksNote .keyexpert_network {
    padding: 25px 15px;
}.keythanksNote span {
    border-left: 2px solid rgb(168,162,162,0.5);
    padding-left: 10px;
}}.keytitle_intro {
    display: flex;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(200,195,195), rgba(0, 0, 0, 0.5));
    position: relative;
    min-height: 100vh;
}.keytitle_intro::before {
    background: 
    linear-gradient(45deg, rgb(168,162,162,0.5) 0%, transparent 40%),
    linear-gradient(225deg, rgb(137,130,130,0.5) 10%, transparent 70%);
    height: 100%;
    z-index: 1;
    opacity: 0.85;
    top: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}.keytitle_intro::after {
    position: absolute;
    top: -10%;
    transform: rotate(-15deg) translateZ(0);
    width: 35%;
    content: "";
    animation: float 12s ease-in-out infinite;
    z-index: 0;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: -10%;
    background: rgb(168,162,162);
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
    height: 35%;
}.keytitle_intro .keyedu_hero {
    width: 100%;
    grid-template-columns: 1fr;
    max-width: 1200px;
    z-index: 2;
    display: grid;
    transform: translateZ(0);
    position: relative;
    gap: 3rem;
}.keytitle_intro .keyedu_hero > div:first-child {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    background: #ffffff;
    padding: 2rem;
    position: relative;
}.keytitle_intro .keyedu_hero > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px) translateZ(0);
}.keytitle_intro .keyedu_hero > div:first-child::before {
    background: linear-gradient(to bottom, rgb(168,162,162), rgb(137,130,130));
    transform: scaleY(0.95);
    transform-origin: top;
    height: 100%;
    top: 0;
    content: "";
    width: 4px;
    position: absolute;
    left: 0;
    transition: transform 0.4s ease;
}.keytitle_intro .keyedu_hero > div:first-child:hover::before {
    transform: scaleY(1);
}.keytitle_intro .keyedu_hero p {
    font-weight: 600;
    margin: 0;
    color: #000000;
    font-size: calc(18px * 1.2);
    letter-spacing: 0.02em;
    position: relative;
    line-height: 1.6;
    transition: transform 0.3s ease;
}.keytitle_intro .keystudy_training {
    transition: box-shadow 0.4s ease;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
}.keytitle_intro .keystudy_training:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 15px 25px rgba(0, 0, 0, 0.15);
}.keytitle_intro .keystudy_training > div {
    display: flex;
    position: relative;
    flex-direction: column;
    min-height: 400px;
    padding: 3rem 2rem;
    justify-content: space-between;
}.keytitle_intro .keystudy_training > div::before {
    left: 0;
    z-index: 1;
    top: 0;
    transition: background 0.4s ease;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}.keytitle_intro .keystudy_training:hover > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}.keytitle_intro .keystudy_training h3 {
    opacity: 0.95;
    max-width: 90%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease;
    margin: 0 0 1.5rem;
    z-index: 2;
    color: #ffffff;
    position: relative;
    font-size: calc(24px * 1.1);
    line-height: 1.5;
    font-weight: 600;
    transform: translateY(0);
}.keytitle_intro .keystudy_training:hover h3 {
    transform: translateY(-5px);
    opacity: 1;
}.keytitle_intro .keystudy_training div div {
    z-index: 2;
    position: relative;
    margin-top: 1.5rem;
}.keytitle_intro .keystudy_training div div div {
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgb(168,162,162,0.5), rgb(168,162,162));
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    padding: 1.5rem;
    position: relative;
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.5s ease;
}.keytitle_intro .keystudy_training:hover div div div {
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    transform: translateY(-5px) translateZ(0);
}.keytitle_intro .title_style_header {
    color: #ffffff;
    line-height: 1.2;
    font-size: 48px;
    transform: translateZ(0);
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
    font-weight: 700;
    transition: letter-spacing 0.4s ease, text-shadow 0.4s ease;
}.keytitle_intro .keystudy_training:hover .title_style_header {
    letter-spacing: 0.03em;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

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

@media (min-width: 768px) {.keytitle_intro .keyedu_hero {
    gap: 2rem;
    grid-template-columns: 0.5fr 1fr;
}.keytitle_intro .keyedu_hero > div:first-child {
    transform: perspective(1000px) rotateX(2deg) rotateY(-4deg) translateZ(0);
    align-self: center;
}.keytitle_intro .keyedu_hero > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg) translateY(-5px) translateZ(0);
}.keytitle_intro .keystudy_training {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}.keytitle_intro .keystudy_training:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}.keytitle_intro .keystudy_training > div {
    padding: 4rem 3rem;
    min-height: 500px;
}
}

@media (min-width: 992px) {.keytitle_intro {
    padding: 3rem;
}.keytitle_intro .keyedu_hero > div:first-child {
    padding: 3rem;
}.keytitle_intro .keyedu_hero > div:first-child::after {
    width: 40px;
    transition: transform 0.4s ease;
    bottom: 50%;
    right: -20px;
    content: "";
    position: absolute;
    transform: rotate(45deg) translateY(50%);
    height: 40px;
    z-index: -1;
    background: rgb(137,130,130);
}.keytitle_intro .keyedu_hero > div:first-child:hover::after {
    transform: rotate(45deg) translateY(50%) scale(1.1);
}.keytitle_intro .keystudy_training > div {
    min-height: 550px;
}.keytitle_intro .title_style_header {
    font-size: calc(48px * 1.2);
}.keytitle_intro .keystudy_training h3 {
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 767px) {.keytitle_intro {
    min-height: auto;
    padding: 4rem 1rem;
}.keytitle_intro .keyedu_hero {
    gap: 2rem;
}.keytitle_intro .keyedu_hero > div:first-child {
    padding: 1.5rem;
}.keytitle_intro .keyedu_hero p {
    font-size: 18px;
}.keytitle_intro .keystudy_training > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.keytitle_intro .keystudy_training h3 {
    font-size: 24px;
    max-width: 100%;
}.keytitle_intro .title_style_header {
    font-size: calc(35px * 0.9);
}.keytitle_intro .keystudy_training div div div {
    padding: 1rem;
}}.keyprivacy_defense {
    z-index: 1;
    padding: 4rem 2rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: linear-gradient(145deg, rgb(200,195,195) 0%, rgb(200,195,195) 85%, rgb(168,162,162,0.5) 100%);
}.keyprivacy_defense::before {
    background-image: 
        linear-gradient(45deg, rgb(200,195,195) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(200,195,195) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(200,195,195) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(200,195,195) 75%);
    left: 0;
    background-size: 20px 20px;
    content: "";
    opacity: 0.03;
    z-index: -1;
    width: 100%;
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    height: 100%;
}.keyprivacy_defense::after {
    opacity: 0.05;
    content: "";
    z-index: -1;
    top: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    left: -50%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(168,162,162,0.5) 0%, transparent 70%);
    width: 200%;
    transform: scale(1);
    position: absolute;
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.05; }
    50% { transform: scale(1.05); opacity: 0.08; }
    100% { transform: scale(1); opacity: 0.05; }
}

.keyprivacy_defense .container {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 -1px 0 rgb(168,162,162,0.5);
    padding: 3rem;
    background: #ffffff;
    transform: translateY(0);
    margin: 0 auto;
    max-width: 1200px;
}.keyprivacy_defense .container:hover {
    transform: translateY(-5px);
}.keyprivacy_defense h1 {
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 0.75rem;
    transition: transform 0.3s ease-out;
    position: relative;
    font-size: 40px;
    transform: translateX(0);
}.keyprivacy_defense h1::after {
    bottom: 0;
    height: 3px;
    content: "";
    position: absolute;
    width: 60px;
    background: rgb(168,162,162);
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}.keyprivacy_defense:hover h1::after {
    transform: scaleX(1.5);
}.keyprivacy_defense h2 {
    margin: 2.5rem 0 1.5rem;
    transition: padding 0.3s ease;
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 1rem;
    font-size: 33px;
}.keyprivacy_defense h2::before {
    top: 0.25em;
    transition: transform 0.3s ease;
    transform: scaleY(1);
    background: rgb(137,130,130);
    width: 3px;
    height: 70%;
    position: absolute;
    content: "";
    left: 0;
}.keyprivacy_defense h2:hover::before {
    transform: scaleY(1.2);
}.keyprivacy_defense h3 {
    position: relative;
    color: #000000;
    font-size: calc(19px + 0.1rem);
    font-weight: 600;
    margin: 1.75rem 0 1rem;
}.keyprivacy_defense h4 {
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    color: #000000;
    font-size: 20px;
}.keyprivacy_defense p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
    max-width: 90ch;
    color: #000000;
    line-height: 1.7;
}.keyprivacy_defense span {
    position: relative;
    transition: color 0.3s ease;
    color: rgb(168,162,162);
    font-weight: 600;
    display: inline-block;
}.keyprivacy_defense span:hover {
    color: rgb(137,130,130);
}.keyprivacy_defense ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.25rem;
}.keyprivacy_defense li {
    transition: transform 0.2s ease-out;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
}.keyprivacy_defense li::before {
    content: "";
    position: absolute;
    width: 8px;
    transform: rotate(45deg);
    top: 0.7em;
    border-radius: 1px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background: rgb(168,162,162,0.5);
    height: 8px;
    left: 0;
}.keyprivacy_defense li:hover::before {
    transform: rotate(135deg);
    background: rgb(168,162,162);
}.keyprivacy_defense li:hover {
    transform: translateX(3px);
}.keyprivacy_defense div {
    position: relative;
}

@media (max-width: 992px) {.keyprivacy_defense {
    padding: 3rem 1.5rem;
}.keyprivacy_defense .container {
    padding: 2.5rem 2rem;
}.keyprivacy_defense h1 {
    font-size: calc(40px - 0.2rem);
}.keyprivacy_defense h2 {
    font-size: calc(33px - 0.15rem);
}
}

@media (max-width: 768px) {.keyprivacy_defense {
    padding: 2.5rem 1rem;
}.keyprivacy_defense .container {
    padding: 2rem 1.5rem;
}.keyprivacy_defense h1 {
    font-size: calc(40px - 0.4rem);
    margin-bottom: 1.5rem;
}.keyprivacy_defense h2 {
    font-size: calc(33px - 0.3rem);
    margin: 2rem 0 1rem;
}.keyprivacy_defense h3 {
    margin: 1.5rem 0 0.75rem;
    font-size: 19px;
}.keyprivacy_defense p {
    font-size: calc(16px - 0.05rem);
}.keyprivacy_defense ul {
    margin-left: 0.5rem;
}.keyprivacy_defense li {
    font-size: calc(16px - 0.05rem);
    padding-left: 1.25rem;
}
}

@media (max-width: 576px) {.keyprivacy_defense {
    padding: 2rem 0.75rem;
}.keyprivacy_defense .container {
    padding: 1.5rem 1.25rem;
}.keyprivacy_defense h1 {
    font-size: calc(40px - 0.6rem);
}.keyprivacy_defense h2 {
    padding-left: 0.75rem;
    font-size: calc(33px - 0.4rem);
}.keyprivacy_defense h2::before {
    width: 2px;
}.keyprivacy_defense li::before {
    width: 6px;
    height: 6px;
}
}

@media (prefers-reduced-motion: reduce) {.keyprivacy_defense::after {
    animation: none;
}.keyprivacy_defense .container,
    .keyprivacy_defense li,
    .keyprivacy_defense h1::after,
    .keyprivacy_defense h2::before {
    transition: none;
}}.keycontact_form_section {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.keycontact_form_section::before {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    content: "";
    left: 0;
    background-size: 20px 20px;
    position: absolute;
}.keycontact_form_section .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.keycontact_form_section h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    text-align: left;
    margin-bottom: 50px;
    border-left: 5px solid rgb(168,162,162);
    font-size: 36px;
    padding-left: 20px;
}.keycontact_form_section .keycontact_query {
    border-radius: 30px;
    display: flex;
    flex-direction: row-reverse;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    overflow: hidden;
}.keycontact_form_section .keypic_img_wrap {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.keycontact_form_section .keypic_img_wrap::before {
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgb(168,162,162,0.5);
    width: 100%;
    mix-blend-mode: multiply;
}.keycontact_form_section .keyinquiry_section {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.keycontact_form_section .keyinquiry_section::after {
    background: rgb(200,195,195);
    z-index: -1;
    border-radius: 0 0 0 100%;
    width: 150px;
    content: "";
    position: absolute;
    top: 0;
    height: 150px;
    right: 0;
}.keycontact_form_section #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.keycontact_form_section h3 {
    font-size: 23px;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-weight: 700;
}.keycontact_form_section h3::after {
    height: 2px;
    left: 0;
    content: "";
    bottom: -10px;
    background: rgb(168,162,162);
    position: absolute;
    width: 40px;
}.keycontact_form_section input[type="text"] {
    width: 100%;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    color: #000000;
    padding: 18px 20px;
    background: rgb(200,195,195);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}.keycontact_form_section input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(168,162,162,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.keycontact_form_section input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.keycontact_form_section .keyquery_card {
    margin-top: 5px;
    align-items: center;
    display: flex;
    gap: 12px;
}.keycontact_form_section .keyquery_card input[type="checkbox"] {
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 22px;
    border: 2px solid rgb(200,195,195);
    appearance: none;
    height: 22px;
    position: relative;
}.keycontact_form_section .keyquery_card input[type="checkbox"]:checked {
    border-color: rgb(168,162,162);
    background: rgb(168,162,162);
}.keycontact_form_section .keyquery_card input[type="checkbox"]:checked::after {
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    top: 3px;
    left: 7px;
    position: absolute;
    content: "";
    width: 6px;
    transform: rotate(45deg);
}.keycontact_form_section .keyquery_card label {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}.keycontact_form_section .keyquery_card a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(168,162,162);
}.keycontact_form_section .keyquery_card a:hover {
    color: rgb(137,130,130);
}.keycontact_form_section .keyquery_card a::after {
    position: absolute;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(168,162,162);
    left: 0;
    height: 1px;
    bottom: -2px;
    content: "";
}.keycontact_form_section .keyquery_card a:hover::after {
    background: rgb(137,130,130);
}.keycontact_form_section .keyquery_widget {
    margin-top: 20px;
    box-shadow: 0 4px 15px rgb(168,162,162,0.5);
    cursor: pointer;
    background: rgb(168,162,162);
    border: none;
    padding: 18px 40px;
    transition: all 0.3s ease;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 600;
    color: #ffffff;
    align-self: flex-start;
}.keycontact_form_section .keyquery_widget:hover {
    box-shadow: 0 7px 20px rgb(137,130,130,0.5);
    background: rgb(137,130,130);
    transform: translateY(-2px);
}.keycontact_form_section svg {
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
    fill: rgb(168,162,162);
}.keycontact_form_section svg path {
    fill: rgb(168,162,162);
    transition: all 0.3s ease;
}.keycontact_form_section svg:hover {
    fill: rgb(137,130,130);
}.keycontact_form_section svg:hover path {
    fill: rgb(137,130,130);
}

@media (max-width: 992px) {.keycontact_form_section .keycontact_query {
    flex-direction: column;
}.keycontact_form_section .keypic_img_wrap {
    order: 1;
    flex: 0 0 auto;
    min-height: 300px;
}.keycontact_form_section .keyinquiry_section {
    flex: 0 0 auto;
    padding: 50px 40px;
    order: 2;
}.keycontact_form_section h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.keycontact_form_section {
    padding: 60px 0;
}.keycontact_form_section h2 {
    margin-bottom: 30px;
    font-size: calc(36px - 4px);
}.keycontact_form_section .keyinquiry_section {
    padding: 40px 30px;
}.keycontact_form_section #contact {
    gap: 25px;
}.keycontact_form_section .keypic_img_wrap {
    min-height: 250px;
}
}

@media (max-width: 576px) {.keycontact_form_section {
    padding: 40px 0;
}.keycontact_form_section .container {
    padding: 0 15px;
}.keycontact_form_section h2 {
    padding-left: 15px;
    font-size: calc(36px - 6px);
    margin-bottom: 25px;
}.keycontact_form_section .keyinquiry_section {
    padding: 30px 20px;
}.keycontact_form_section #contact {
    gap: 20px;
}.keycontact_form_section input[type="text"] {
    padding: 15px;
}.keycontact_form_section .keyquery_widget {
    padding: 15px 20px;
    width: 100%;
}.keycontact_form_section .keypic_img_wrap {
    min-height: 200px;
}
}