* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1216px;
}html,body {
    auto;
    auto
contain
touch-action: none;
    color: #000000;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.keymobile_cta {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.keynav_primary {
    flex: 1 0 auto;
}.keywrapper-viewport {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.keytraining_method {
    padding: 180px 0 150px;
    background: linear-gradient(155deg, rgb(225,229,233) 0%, rgb(191,197,208,0.5) 100%);
    position: relative;
    overflow: visible;
}.keytraining_method::before {
    left: 0;
    background: linear-gradient(45deg, rgb(191,197,208,0.5) 0%, transparent 60%);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.1;
    z-index: 1;
}.keytraining_method .keyskill_program {
    margin: 0 auto;
    position: relative;
    justify-content: flex-start;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    display: flex;
}.keytraining_method .keycontent_box {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 55%;
    margin-left: 5%;
}.keytraining_method .keycontent_box h2 {
    padding: 40px;
    position: relative;
    z-index: 4;
    backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    align-self: flex-start;
    transform: translateX(-80px) translateY(20px);
    background: linear-gradient(120deg, rgb(191,197,208,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    font-size: 35px;
    border-radius: 0 14px 14px 0;
    margin-bottom: 0;
    font-weight: 700;
    color: #ffffff;
}.keytraining_method .keycontent_box p {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    font-size: 17px;
    line-height: 1.8;
    border-radius: 14px 0 0 14px;
    color: #ffffff;
    transform: translateX(60px);
    align-self: flex-end;
    z-index: 3;
    margin-top: -30px;
    padding: 45px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.keytraining_method .keycontent_box::before {
    position: absolute;
    height: 300px;
    right: -200px;
    z-index: 1;
    content: '';
    animation: rotate-float 40s infinite linear;
    transform: rotate(25deg);
    opacity: 0.1;
    width: 300px;
    top: -130px;
    border: 2px solid rgb(191,197,208,0.5);
}.keytraining_method .keycontent_box::after {
    z-index: 0;
    position: absolute;
    width: 250px;
    opacity: 0.1;
    height: 250px;
    animation: rotate-float 30s infinite linear reverse;
    bottom: -100px;
    content: '';
    border: 2px solid rgb(152,160,173,0.5);
    transform: rotate(15deg);
    left: -150px;
}.keytraining_method .keycontent_box h2::before {
    position: absolute;
    opacity: 0.1;
    background: rgb(191,197,208);
    transform: rotate(45deg);
    height: 80px;
    width: 80px;
    z-index: -1;
    top: -25px;
    left: -25px;
    content: '';
}.keytraining_method .keycontent_box h2::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(191,197,208) 0%, transparent 100%);
    left: 0;
    position: absolute;
    content: '';
    opacity: 0.6;
    bottom: 0;
    width: 100%;
}.keytraining_method .keycontent_box p::before {
    content: '';
    right: 0;
    opacity: 0.3;
    height: 70%;
    background: rgb(152,160,173,0.5);
    top: 15%;
    position: absolute;
    width: 15px;
}.keytraining_method .keycontent_box p::after {
    bottom: 20px;
    transform-origin: right center;
    animation: pulse-width 5s infinite ease-in-out;
    background: linear-gradient(90deg, transparent 0%, rgb(191,197,208) 100%);
    right: 30px;
    height: 3px;
    width: 170px;
    content: '';
    position: absolute;
    opacity: 0.3;
}.keytraining_method::after {
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(90deg, transparent 0%, rgb(191,197,208) 60%, rgb(191,197,208) 100%);
    z-index: 1;
    height: 2px;
    right: 0;
    content: '';
    bottom: 50px;
    width: 35%;
}.keytraining_method .keyskill_program::before {
    height: 250px;
    border-radius: 50%;
    background: rgb(191,197,208);
    position: absolute;
    opacity: 0.05;
    width: 250px;
    content: '';
    top: -125px;
    animation: pulse-subtle 15s infinite alternate;
    filter: blur(80px);
    left: -125px;
}.keytraining_method .keyskill_program::after {
    left: 30%;
    top: -25%;
    background: linear-gradient(to bottom, transparent, rgb(191,197,208,0.5), transparent);
    z-index: 0;
    opacity: 0.2;
    height: 150%;
    width: 1px;
    position: absolute;
    content: '';
}

@keyframes rotate-float {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-width {
    0%, 100% {
        width: 170px;
        opacity: 0.3;
    }
    50% {
        width: 120px;
        opacity: 0.5;
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {.keytraining_method .keycontent_box {
    width: 65%;
}.keytraining_method .keycontent_box h2 {
    transform: translateX(-60px) translateY(20px);
}.keytraining_method .keycontent_box p {
    transform: translateX(40px);
}.keytraining_method .keycontent_box::before {
    height: 250px;
    width: 250px;
    right: -150px;
}.keytraining_method .keycontent_box::after {
    height: 200px;
    left: -100px;
    width: 200px;
}
}

@media screen and (max-width: 992px) {.keytraining_method {
    padding: 150px 0 120px;
}.keytraining_method .keycontent_box {
    width: 75%;
}.keytraining_method .keycontent_box h2 {
    padding: 35px;
    transform: translateX(-40px) translateY(15px);
}.keytraining_method .keycontent_box p {
    transform: translateX(30px);
    padding: 35px;
}.keytraining_method .keycontent_box::before {
    top: -100px;
    height: 200px;
    width: 200px;
    right: -100px;
}.keytraining_method .keycontent_box::after {
    width: 150px;
    left: -75px;
    bottom: -75px;
    height: 150px;
}.keytraining_method .keyskill_program::after {
    left: 20%;
}
}

@media screen and (max-width: 768px) {.keytraining_method {
    overflow: hidden;
    padding: 120px 0 100px;
}.keytraining_method .keyskill_program {
    justify-content: center;
}.keytraining_method .keycontent_box {
    width: 90%;
    margin-left: 0;
}.keytraining_method .keycontent_box h2 {
    border-radius: 14px;
    padding: 30px;
    font-size: calc(35px * 0.9);
    transform: translateX(0) translateY(0);
    margin-bottom: 20px;
    align-self: center;
}.keytraining_method .keycontent_box p {
    align-self: center;
    transform: translateX(0);
    padding: 30px;
    border-radius: 14px;
    margin-top: 0;
}.keytraining_method .keycontent_box::before,
    .keytraining_method .keycontent_box::after,
    .keytraining_method::after,
    .keytraining_method .keyskill_program::before,
    .keytraining_method .keyskill_program::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.keytraining_method {
    padding: 100px 0 80px;
}.keytraining_method .keycontent_box {
    width: 100%;
}.keytraining_method .keycontent_box h2 {
    font-size: calc(35px * 0.8);
    padding: 25px;
}.keytraining_method .keycontent_box p {
    padding: 25px;
    font-size: calc(17px * 0.9);
}}.keydeveloper_experience {
    position: relative;
    padding: 4rem 2rem;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,229,233) 0%, rgb(191,197,208,0.5) 100%);
}.keydeveloper_experience::before {
    animation: pulse 8s infinite alternate;
    z-index: 1;
    left: -10%;
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    content: "";
    width: 70%;
    height: 120%;
    background: rgb(152,160,173,0.5);
    top: -10%;
    position: absolute;
}.keydeveloper_experience .keyfeedback_story {
    transform: perspective(1000px) rotateY(5deg);
    gap: 2rem;
    position: relative;
    display: grid;
    transition: transform 0.5s ease;
    grid-template-columns: 1fr 1.2fr;
    z-index: 2;
}.keydeveloper_experience .keyfeedback_story:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.keydeveloper_experience .keyimage_item {
    border-radius: 10px;
    transform: rotate(-3deg) translateY(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 400px;
    position: relative;
}.keydeveloper_experience .keyimage_item::after {
    top: 0;
    content: "";
    border-radius: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(191,197,208,0.5) 0%, transparent 70%);
    height: 100%;
}.keydeveloper_experience .keyfeedback_story:hover .keyimage_item {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) translateY(0);
}.keydeveloper_experience .keyemp_container {
    position: relative;
    z-index: 3;
    transform: translateY(30px) rotate(2deg);
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}.keydeveloper_experience .keyfeedback_story:hover .keyemp_container {
    transform: translateY(0) rotate(0deg);
}.keydeveloper_experience .name {
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 35px;
    color: rgb(191,197,208);
    font-weight: 700;
}.keydeveloper_experience .name::after {
    transform: scaleX(0.6);
    width: 60px;
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(152,160,173) 0%, rgb(191,197,208) 100%);
    content: "";
    transition: transform 0.3s ease;
    transform-origin: left;
}.keydeveloper_experience .keyfeedback_story:hover .name::after {
    transform: scaleX(1);
}.keydeveloper_experience .keyemp_container > div:nth-child(2) {
    transform: translateX(5px);
    opacity: 0.8;
    color: rgb(152,160,173);
    transition: all 0.3s ease;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 20px;
}.keydeveloper_experience .keyfeedback_story:hover .keyemp_container > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.keydeveloper_experience .keywork_content {
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
    font-style: italic;
    padding-left: 1.5rem;
}.keydeveloper_experience .keywork_content::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(191,197,208), rgb(152,160,173));
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.keydeveloper_experience .keyfeedback_story {
    grid-template-columns: 1fr;
}.keydeveloper_experience .keyimage_item {
    height: 300px;
}}.keytitle_section {
    width: 100%;
    min-height: 650px;
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}.keytitle_section .keystudy_smart {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    top: 0;
}.keytitle_section .keystudy_smart::before {
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
}.keytitle_section .keyvision_mission {
    max-width: 1200px;
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    position: relative;
    z-index: 2;
    flex-direction: column;
    padding: 3rem;
    backdrop-filter: blur(10px);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
    width: 90%;
    transition: transform 0.5s ease-out;
}.keytitle_section .keyvision_mission:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}.keytitle_section .keyvision_mission > div {
    position: relative;
    transform: translateZ(10px);
}.keytitle_section .keyvision_mission > div:nth-child(1) {
    transform: translateZ(20px);
    align-self: flex-start;
    margin-left: 2rem;
}.keytitle_section .keyvision_mission > div:nth-child(2) {
    align-self: center;
}.keytitle_section .keyvision_mission > div:nth-child(3) {
    align-self: flex-end;
    transform: translateZ(15px);
    margin-right: 2rem;
}.keytitle_section p {
    transform: translateX(-20px);
    border-left: 3px solid rgb(191,197,208);
    font-family: Arial, sans-serif;
    background: linear-gradient(90deg, rgb(191,197,208,0.5) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 1rem 1.5rem;
    font-size: calc(14px * 1.2);
    animation: slideIn 0.8s 0.3s forwards;
    opacity: 0;
    margin: 0;
    font-weight: 400;
    color: #ffffff;
}.keytitle_section .title_style_header {
    background: linear-gradient(to right, #ffffff 0%, rgb(152,160,173) 100%);
    margin: 0;
    position: relative;
    color: #ffffff;
    transform: translateY(20px);
    text-fill-color: transparent;
    animation: fadeUp 0.8s 0.6s forwards;
    background-clip: text !important;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 39px;
    -webkit-background-clip: text !important;
    padding: 1rem 0;
    opacity: 0;
    text-align: center;
    -webkit-text-fill-color: transparent;
}.keytitle_section .title_style_header::after {
    left: 10%;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(191,197,208) 0%, rgb(152,160,173) 100%);
    height: 3px;
    content: "";
    width: 80%;
    transform-origin: left;
    bottom: 0;
    animation: lineExpand 1s 1s forwards;
    position: absolute;
}.keytitle_section h3 {
    font-weight: 300;
    transform: translateX(20px);
    opacity: 0;
    line-height: 1.6;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(152,160,173,0.5) 100%);
    text-align: right;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    border-right: 3px solid rgb(152,160,173);
    color: #ffffff;
    font-size: calc(21px * 0.9);
    margin: 0;
    animation: slideIn 0.8s 0.9s forwards;
}

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

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

@keyframes lineExpand {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1200px) {.keytitle_section .keyvision_mission {
    padding: 2.5rem;
    gap: 1.5rem;
}.keytitle_section .title_style_header {
    font-size: calc(39px * 0.9);
}
}

@media (max-width: 992px) {.keytitle_section {
    height: 90vh;
    min-height: 600px;
}.keytitle_section .keyvision_mission {
    width: 95%;
    padding: 2rem;
    gap: 1.25rem;
}.keytitle_section .title_style_header {
    font-size: calc(39px * 0.8);
}.keytitle_section h3 {
    font-size: calc(21px * 0.85);
}.keytitle_section p {
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 768px) {.keytitle_section {
    height: auto;
    min-height: 500px;
}.keytitle_section .keyvision_mission {
    gap: 1rem;
    padding: 1.75rem;
    transform: perspective(1000px) rotateX(1deg);
}.keytitle_section .keyvision_mission > div:nth-child(1),
  .keytitle_section .keyvision_mission > div:nth-child(3) {
    margin-left: 0;
    align-self: stretch;
    margin-right: 0;
}.keytitle_section .title_style_header {
    font-size: calc(39px * 0.7);
}.keytitle_section h3 {
    text-align: center;
    font-size: calc(21px * 0.8);
}.keytitle_section p {
    text-align: center;
    font-size: 14px;
}
}

@media (max-width: 576px) {.keytitle_section {
    min-height: 450px;
}.keytitle_section .keyvision_mission {
    transform: none;
    padding: 1.5rem;
}.keytitle_section .keyvision_mission:hover {
    transform: translateY(-3px);
}.keytitle_section .keyvision_mission > div {
    transform: none !important;
}.keytitle_section .title_style_header {
    font-size: calc(39px * 0.6);
}.keytitle_section h3 {
    border-right: 2px solid rgb(152,160,173);
    font-size: calc(21px * 0.75);
}.keytitle_section p {
    border-left: 2px solid rgb(191,197,208);
    font-size: calc(14px * 0.95);
}}.keycontact_panel {
    z-index: 1;
    padding: 100px 0;
    position: relative;
}.keycontact_panel::before {
    opacity: 0.9;
    content: '';
    position: absolute;
    background-color: rgb(225,229,233);
    inset: 0;
    z-index: -1;
}.keycontact_panel .container {
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
}.keycontact_panel .keyfeedback_block {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    display: flex;
}.keycontact_panel .keysupport_help {
    position: relative;
    background: rgb(152,160,173);
    padding: 0;
}.keycontact_panel .keysupport_help h3 {
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 33px;
    background: rgb(152,160,173);
    padding: 30px;
    color: #ffffff;
    text-align: center;
    margin: 0;
}.keycontact_panel .keysupport_help div {
    display: flex;
    transition: background-color 0.3s ease;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 40px;
}.keycontact_panel .keysupport_help div:hover {
    background-color: rgb(191,197,208);
}.keycontact_panel .keysupport_help div:last-child {
    border-bottom: none;
}.keycontact_panel .keysupport_help div svg {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    flex-shrink: 0;
}.keycontact_panel .keysupport_help div svg path {
    fill: #ffffff;
}.keycontact_panel .keysupport_help div span {
    color: #ffffff;
    font-size: 14px;
}.keycontact_panel .keysupport_help div span a {
    text-decoration: none;
    color: #ffffff;
    transition: opacity 0.3s ease;
}.keycontact_panel .keysupport_help div span a:hover {
    opacity: 0.8;
}.keycontact_panel .keyrequest_list {
    background-color: #ffffff;
    padding: 50px;
}.keycontact_panel .keyrequest_list h3 {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    font-size: 22px;
    color: #000000;
    font-weight: 700;
}.keycontact_panel .keyrequest_list h3::after {
    transform: translateX(-50%);
    width: 80px;
    background-color: rgb(152,160,173);
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: '';
}.keycontact_panel .keyrequest_list form {
    width: 100%;
}.keycontact_panel .keyrequest_list input[type="text"],
.keycontact_panel .keyrequest_list input[type="email"] {
    width: 100%;
    height: 55px;
    border-radius: 0;
    border: none;
    font-size: 14px;
    background-color: #ffffff;
    border-bottom: 2px solid rgb(225,229,233);
    padding: 0 20px;
    margin-bottom: 25px;
    color: #000000;
    transition: border-color 0.3s ease;
}.keycontact_panel .keyrequest_list input[type="text"]:focus,
.keycontact_panel .keyrequest_list input[type="email"]:focus {
    outline: none;
    border-color: rgb(152,160,173);
}.keycontact_panel .keyrequest_list input::placeholder {
    opacity: 0.6;
    color: #000000;
}.keycontact_panel .keyrequest_list .keyreach_info {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
}.keycontact_panel .keyrequest_list .keyreach_info input[type="checkbox"] {
    border: 2px solid rgb(225,229,233);
    cursor: pointer;
    position: relative;
    height: 22px;
    margin-right: 10px;
    margin-top: 2px;
    appearance: none;
    -webkit-appearance: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    width: 22px;
    flex-shrink: 0;
}.keycontact_panel .keyrequest_list .keyreach_info input[type="checkbox"]:checked {
    border-color: rgb(152,160,173);
    background-color: rgb(152,160,173);
}.keycontact_panel .keyrequest_list .keyreach_info input[type="checkbox"]:checked::before {
    position: absolute;
    transform: translate(-50%, -50%);
    color: #ffffff;
    top: 50%;
    left: 50%;
    font-size: 14px;
    content: '✓';
}.keycontact_panel .keyrequest_list .keyreach_info label {
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
}.keycontact_panel .keyrequest_list .keyreach_info label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(152,160,173);
}.keycontact_panel .keyrequest_list .keyreach_info label a:hover {
    color: rgb(191,197,208);
}.keycontact_panel .keyrequest_list .keyfeedback_request {
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    overflow: hidden;
    font-size: 17px;
    position: relative;
    height: 55px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    background-color: rgb(152,160,173);
}.keycontact_panel .keyrequest_list .keyfeedback_request::before {
    height: 100%;
    left: -100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
}.keycontact_panel .keyrequest_list .keyfeedback_request:hover {
    background-color: rgb(191,197,208);
}.keycontact_panel .keyrequest_list .keyfeedback_request:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.keycontact_panel .keyfeedback_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
}.keycontact_panel .keysupport_help {
    flex-direction: column;
    border-radius: 0 18px 18px 0;
    display: flex;
}.keycontact_panel .keyrequest_list {
    border-radius: 18px 0 0 18px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.keycontact_panel .keysupport_help h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    padding: 40px 30px;
}.keycontact_panel .keysupport_help div {
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.keycontact_panel .keysupport_help div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.keycontact_panel .keysupport_help {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.keycontact_panel .keysupport_help h3 {
    grid-column: 1 / -1;
}.keycontact_panel .keysupport_help div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.keycontact_panel .keysupport_help div:nth-child(2n) {
    border-right: none;
}.keycontact_panel .keysupport_help div:nth-last-child(1),
    .keycontact_panel .keysupport_help div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.keycontact_panel {
    padding: 60px 0;
}.keycontact_panel .keyrequest_list {
    padding: 40px 25px;
}.keycontact_panel .keysupport_help h3 {
    font-size: calc(22px + 2px);
    padding: 25px 20px;
}.keycontact_panel .keysupport_help div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.keycontact_panel {
    padding: 40px 0;
}.keycontact_panel .keyrequest_list {
    padding: 30px 20px;
}.keycontact_panel .keyrequest_list h3 {
    font-size: 22px;
}.keycontact_panel .keysupport_help h3 {
    padding: 20px 15px;
    font-size: 22px;
}.keycontact_panel .keysupport_help div {
    padding: 15px 20px;
}.keycontact_panel .keysupport_help div svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}}.keytraining_benefits {
    background: linear-gradient(135deg, rgb(225,229,233) 0%, rgba(247, 248, 255, 0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 -15px 35px -20px rgba(0, 0, 0, 0.1) inset;
}.keytraining_benefits::before {
    opacity: 0.1;
    left: -15%;
    top: -100%;
    width: 35%;
    height: 300%;
    transform: rotate(-15deg);
    background: linear-gradient(145deg, rgb(191,197,208,0.5) 0%, rgb(152,160,173,0.5) 70%);
    content: "";
    position: absolute;
    z-index: 0;
    animation: float 20s infinite alternate ease-in-out;
}.keytraining_benefits::after {
    animation: float 15s infinite alternate-reverse ease-in-out;
    bottom: -100%;
    height: 200%;
    background: linear-gradient(215deg, rgb(152,160,173,0.5) 0%, rgb(191,197,208,0.5) 70%);
    transform: rotate(15deg);
    width: 40%;
    opacity: 0.08;
    position: absolute;
    z-index: 0;
    content: "";
    right: -15%;
}.keytraining_benefits .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    align-items: center;
    display: grid;
    padding: 0 20px;
    max-width: 1200px;
    gap: 50px;
    grid-template-columns: 1fr 1.5fr;
}.keytraining_benefits .keyimage_item {
    opacity: 0;
    width: 100%;
    animation: photo-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    border-radius: 15px;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1), 
                -5px -5px 30px rgba(255, 255, 255, 0.8);
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-width: 450px;
    height: auto;
    object-fit: cover;
    transform-origin: center center;
    filter: saturate(1.05);
}.keytraining_benefits .keyimage_item:hover {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.15), 
                -5px -5px 30px rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
}.keytraining_benefits .keyskill_program {
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    z-index: 2;
    animation: slide-in 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
}.keytraining_benefits .keycontent_box {
    position: relative;
    padding: 10px 0 10px 30px;
}.keytraining_benefits .keycontent_box::before {
    content: "";
    top: 0;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(191,197,208), rgb(152,160,173));
    width: 3px;
    position: absolute;
    height: 100%;
}.keytraining_benefits h1 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1.3;
    transform: translateZ(0);
    position: relative;
    color: #000000;
    font-weight: 700;
}.keytraining_benefits h1::after {
    content: "";
    height: 15px;
    box-shadow: 0 0 15px rgb(191,197,208,0.5);
    top: 50%;
    position: absolute;
    left: -30px;
    transform: translateY(-50%);
    width: 15px;
    background: rgb(191,197,208);
    border-radius: 50%;
}.keytraining_benefits ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    list-style: none;
}.keytraining_benefits li {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
    opacity: 0;
    border-radius: 10px;
    animation-delay: calc(0.15s * var(--i, 0));
    animation: fade-in 0.5s forwards;
    backdrop-filter: blur(5px);
    transform: translateZ(0);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05),
                -2px -2px 10px rgba(255, 255, 255, 0.6);
    position: relative;
    padding: 15px 20px 15px 60px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.keytraining_benefits li:nth-child(1) {
    --i: 1;
}.keytraining_benefits li:nth-child(2) {
    --i: 2;
}.keytraining_benefits li:nth-child(3) {
    --i: 3;
}.keytraining_benefits li:nth-child(4) {
    --i: 4;
}.keytraining_benefits li:nth-child(5) {
    --i: 5;
}.keytraining_benefits li:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08),
                -3px -3px 12px rgba(255, 255, 255, 0.8);
}.keytraining_benefits li p {
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
    color: #000000;
}.keytraining_benefits li svg {
    width: 30px;
    transform: translateY(-50%);
    position: absolute;
    transition: transform 0.3s ease;
    left: 15px;
    height: 30px;
    top: 50%;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    color: rgb(191,197,208);
}.keytraining_benefits li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.keytraining_benefits svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,197,208);
}.keytraining_benefits li:hover svg path {
    fill: rgb(152,160,173);
}

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

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

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

@keyframes photo-appear {
    0% { opacity: 0; transform: perspective(1000px) rotateY(-15deg) rotateX(10deg) translateX(-50px); }
    100% { opacity: 1; transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateX(0); }
}

@media (max-width: 1024px) {.keytraining_benefits {
    padding: 90px 0;
}.keytraining_benefits .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.keytraining_benefits .keyimage_item {
    max-width: 400px;
    margin: 0 auto;
}.keytraining_benefits ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.keytraining_benefits {
    padding: 70px 0;
}.keytraining_benefits h1 {
    font-size: calc(40px * 0.85);
    margin-bottom: 25px;
}.keytraining_benefits .keyimage_item {
    max-width: 100%;
}.keytraining_benefits .keycontent_box {
    padding: 0 0 0 20px;
}.keytraining_benefits li {
    padding: 15px 15px 15px 55px;
}
}

@media (max-width: 576px) {.keytraining_benefits {
    padding: 50px 0;
}.keytraining_benefits h1 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.7);
}.keytraining_benefits ul {
    gap: 15px;
}.keytraining_benefits li {
    padding: 12px 12px 12px 50px;
}.keytraining_benefits li svg {
    height: 24px;
    width: 24px;
    left: 12px;
}.keytraining_benefits li p {
    font-size: calc(15px * 0.9);
}}.keytestimonials {
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(225,229,233) 0%, rgba(245, 248, 255, 0.95) 100%);
    position: relative;
}.keytestimonials::before {
    background: radial-gradient(circle at center, rgb(191,197,208,0.5) 0%, transparent 70%);
    height: 40%;
    animation: float 15s infinite alternate ease-in-out;
    width: 35%;
    top: -5%;
    position: absolute;
    right: -5%;
    opacity: 0.15;
    content: "";
}.keytestimonials::after {
    height: 30%;
    width: 25%;
    background: radial-gradient(ellipse at center, rgb(152,160,173,0.5) 0%, transparent 75%);
    content: "";
    position: absolute;
    opacity: 0.12;
    bottom: -8%;
    left: -3%;
    animation: float 18s infinite alternate-reverse ease-in-out;
    transform: rotate(-15deg);
}.keytestimonials .container {
    margin: 0 auto;
    max-width: 1280px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.keytestimonials h2 {
    font-size: calc(28px * 1.05);
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg);
    color: #000000;
    position: relative;
    margin-bottom: 3.5rem;
    letter-spacing: -0.5px;
    line-height: 1.3;
    text-align: center;
}.keytestimonials h2::after {
    height: 3px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(191,197,208) 0%, rgb(152,160,173) 100%);
    width: 5rem;
    bottom: -1rem;
    transform: translateX(-50%);
    content: "";
}.keytestimonials .keyopinion_sharing {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
    list-style: none;
}.keytestimonials .keyfeedback_story {
    isolation: isolate;
    position: relative;
    background: #ffffff;
    z-index: 1;
    border-radius: 2px;
    transform: translateY(0);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.08);
    padding: 2.2rem 2rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.keytestimonials .keyfeedback_story::before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 8rem;
    opacity: 0.07;
    top: 1.2rem;
    content: "";
    z-index: -1;
    color: rgb(152,160,173);
    line-height: 0;
    right: 1.5rem;
}.keytestimonials .keyfeedback_story::after {
    left: 0;
    background: linear-gradient(90deg, rgb(191,197,208) 0%, rgb(152,160,173) 100%);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 3px;
    bottom: 0;
    content: "";
    width: 0;
}.keytestimonials .keyfeedback_story:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 40px -15px rgba(0, 0, 0, 0.1);
}.keytestimonials .keyfeedback_story:hover::after {
    width: 100%;
}.keytestimonials .keyfeedback_story div {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}.keytestimonials .keyfeedback_story img {
    margin-right: 1rem;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.9);
    height: 55px;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 55px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.keytestimonials .keyfeedback_story:hover img {
    transform: scale(1.08) rotate(3deg);
}.keytestimonials .keyfeedback_story h4 {
    color: #000000;
    font-weight: 600;
    font-size: calc(21px * 0.95);
    position: relative;
    margin: 0;
}.keytestimonials .keyfeedback_story h4::after {
    position: absolute;
    left: 0;
    height: 2px;
    width: 25px;
    content: "";
    background-color: rgb(191,197,208,0.5);
    transition: width 0.3s ease;
    bottom: -5px;
}.keytestimonials .keyfeedback_story:hover h4::after {
    width: 40px;
}.keytestimonials .description {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    font-size: calc(13px * 0.95);
    z-index: 2;
}.keytestimonials a {
    position: relative;
    transform: translateX(-50%);
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    font-size: 19px;
    font-weight: 600;
    box-shadow: 0 10px 25px -10px rgb(191,197,208,0.5);
    overflow: hidden;
    margin-top: 3.5rem;
    z-index: 1;
    padding: 0.9rem 2.2rem;
    left: 50%;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(191,197,208) 0%, rgb(191,197,208) 100%);
    transition: all 0.4s ease;
}.keytestimonials a::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    left: -100%;
}.keytestimonials a:hover {
    box-shadow: 0 15px 30px -10px rgb(191,197,208,0.5);
    transform: translateX(-50%) translateY(-3px);
}.keytestimonials a:hover::before {
    left: 100%;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(20px, 20px) rotate(5deg);
    }
}

@media (max-width: 992px) {.keytestimonials {
    padding: 6rem 0;
}.keytestimonials h2 {
    font-size: calc(28px * 0.95);
    margin-bottom: 3rem;
}.keytestimonials .keyopinion_sharing {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 768px) {.keytestimonials {
    padding: 5rem 0;
}.keytestimonials h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
    transform: none;
}.keytestimonials .keyopinion_sharing {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.8rem;
}.keytestimonials .keyfeedback_story {
    padding: 1.8rem 1.6rem;
}.keytestimonials .keyfeedback_story:hover {
    transform: translateY(-5px);
}.keytestimonials a {
    padding: 0.8rem 2rem;
    margin-top: 2.5rem;
}
}

@media (max-width: 480px) {.keytestimonials {
    padding: 4rem 0;
}.keytestimonials h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.keytestimonials .container {
    padding: 0 1.5rem;
}.keytestimonials .keyfeedback_story {
    padding: 1.6rem 1.4rem;
}.keytestimonials .keyfeedback_story img {
    width: 45px;
    height: 45px;
}.keytestimonials .keyfeedback_story::before {
    font-size: 6rem;
}.keytestimonials a {
    padding: 0.7rem 1.8rem;
    margin-top: 2rem;
}}.keyabout_this {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,229,233) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
}.keyabout_this::before {
    z-index: 1;
    height: 40%;
    background: linear-gradient(120deg, rgb(191,197,208,0.5) 0%, transparent 70%);
    position: absolute;
    transform: rotate(-15deg);
    right: -10%;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: -5%;
    opacity: 0.7;
    content: "";
    width: 40%;
}.keyabout_this::after {
    height: 40%;
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    width: 40%;
    background: linear-gradient(240deg, rgb(152,160,173,0.5) 0%, transparent 70%);
    transform: rotate(15deg);
    left: -10%;
    bottom: -5%;
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.7;
}.keyabout_this .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.keyabout_this h1 {
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    font-size: 47px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 2.5rem;
    position: relative;
    opacity: 0;
    transform: translateX(-1rem);
}.keyabout_this h1::after {
    content: "";
    left: 0;
    height: 3px;
    bottom: -0.5rem;
    position: absolute;
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    background: linear-gradient(90deg, rgb(191,197,208) 0%, rgb(152,160,173) 100%);
    width: 0;
}.keyabout_this .keypedagogy_info {
    position: relative;
}.keyabout_this .keypedagogy_info ul {
    display: grid;
    gap: 3rem;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
}.keyabout_this .keywhy_mission {
    transform: translateY(2rem);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 2.5rem;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    border-radius: 4px;
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.keyabout_this .keywhy_mission:nth-child(1) {
    border-left: 4px solid rgb(191,197,208);
    animation-delay: 0.3s;
}.keyabout_this .keywhy_mission:nth-child(2) {
    animation-delay: 0.5s;
    border-left: 4px solid rgb(152,160,173);
}.keyabout_this .keywhy_mission:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.5rem);
}.keyabout_this .keywhy_mission h4 {
    margin-bottom: 1.5rem;
    margin-top: 0;
    padding-bottom: 0.75rem;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    position: relative;
}.keyabout_this .keywhy_mission:nth-child(1) h4::after {
    height: 2px;
    bottom: 0;
    left: 0;
    background: rgb(191,197,208);
    content: "";
    width: 3rem;
    position: absolute;
}.keyabout_this .keywhy_mission:nth-child(2) h4::after {
    height: 2px;
    width: 3rem;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgb(152,160,173);
}.keyabout_this .keywhy_mission div {
    line-height: 1.7;
    overflow-y: auto;
    color: #000000;
    padding-right: 1rem;
    font-size: 12px;
    font-family: Arial, sans-serif;
    max-height: 300px;
}.keyabout_this .keywhy_mission div::-webkit-scrollbar {
    width: 4px;
}.keyabout_this .keywhy_mission div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 10px;
}.keyabout_this .keywhy_mission div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(152,160,173,0.5);
}.keyabout_this .keywhy_mission div::-webkit-scrollbar-thumb:hover {
    background: rgb(152,160,173);
}

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

@keyframes expandLine {
    to {
        width: 60%;
    }
}

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

@media (min-width: 768px) {.keyabout_this {
    padding: 8rem 0;
}.keyabout_this h1 {
    font-size: calc(47px * 1.1);
    margin-bottom: 3.5rem;
}.keyabout_this .keypedagogy_info ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.keyabout_this .keywhy_mission {
    padding: 3rem;
}.keyabout_this .keywhy_mission div {
    max-height: 380px;
}
}

@media (min-width: 992px) {.keyabout_this {
    padding: 10rem 0;
}.keyabout_this::before {
    height: 35%;
    width: 35%;
}.keyabout_this::after {
    height: 35%;
    width: 35%;
}.keyabout_this h1 {
    margin-bottom: 4rem;
    font-size: calc(47px * 1.2);
}.keyabout_this .keywhy_mission {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}.keyabout_this .keywhy_mission:hover {
    transform: translateY(-0.75rem) scale(1.02);
}.keyabout_this .keywhy_mission h4 {
    font-size: calc(22px * 1.1);
}.keyabout_this .keywhy_mission div {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.keyabout_this .container {
    padding: 0 4rem;
}.keyabout_this h1::after {
    height: 4px;
}.keyabout_this .keypedagogy_info ul {
    gap: 3rem;
}.keyabout_this .keywhy_mission {
    padding: 4rem;
    border-radius: 6px;
}.keyabout_this .keywhy_mission h4 {
    margin-bottom: 2rem;
}.keyabout_this .keywhy_mission div {
    max-height: 450px;
}
}

@media (max-width: 767px) {.keyabout_this {
    padding: 4rem 0;
}.keyabout_this::before, 
    .keyabout_this::after {
    opacity: 0.4;
}.keyabout_this h1 {
    margin-bottom: 2rem;
    font-size: calc(47px * 0.9);
}.keyabout_this .keywhy_mission {
    padding: 1.75rem;
    margin-bottom: 1.5rem;
}.keyabout_this .keywhy_mission div {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(12px * 0.95);
}}.keygratPanel {
    background: linear-gradient(135deg, rgb(225,229,233) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.keygratPanel::before {
    width: 60%;
    content: "";
    z-index: 0;
    transform: rotate(-15deg);
    filter: blur(40px);
    opacity: 0.4;
    top: -20%;
    position: absolute;
    right: -20%;
    animation: float 12s ease-in-out infinite;
    background: linear-gradient(45deg, rgb(191,197,208,0.5) 0%, rgb(152,160,173) 100%);
    height: 70%;
}.keygratPanel::after {
    background: linear-gradient(-45deg, rgb(152,160,173,0.5) 0%, rgb(191,197,208) 100%);
    filter: blur(30px);
    animation: float 15s ease-in-out infinite reverse;
    opacity: 0.3;
    z-index: 0;
    height: 60%;
    width: 50%;
    transform: rotate(15deg);
    position: absolute;
    bottom: -10%;
    left: -10%;
    content: "";
}.keygratPanel .container {
    display: flex;
    z-index: 2;
    max-width: 1200px;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    align-items: center;
    animation: fadeIn 0.8s ease-out forwards;
}.keygratPanel h2 {
    opacity: 0;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    font-size: clamp(1.75rem, 4vw, 37px);
    text-align: center;
    transform: translateY(20px);
    position: relative;
    max-width: 90%;
    color: #000000;
    animation: slideUp 0.7s ease-out 0.2s forwards;
}.keygratPanel h2::before {
    left: 50%;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    bottom: -16px;
    border-radius: 2px;
    height: 4px;
    background: linear-gradient(90deg, rgb(191,197,208) 0%, rgb(152,160,173) 100%);
}.keygratPanel .keyskill_program {
    width: 100%;
    animation: slideUp 0.8s ease-out 0.4s forwards;
    padding: 3rem;
    position: relative;
    background: linear-gradient(120deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.96) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06), 0 8px 16px rgba(0,0,0,0.04);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    border-left: 4px solid rgb(191,197,208);
    transform: translateY(30px);
    max-width: 880px;
    opacity: 0;
}.keygratPanel .keyskill_program::before {
    border: 1px dashed rgba(0,0,0,0.07);
    content: "";
    bottom: 15px;
    right: 15px;
    z-index: 0;
    border-radius: calc(20px - 15px);
    left: 15px;
    top: 15px;
    position: absolute;
    pointer-events: none;
}.keygratPanel ul {
    padding: 0;
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
}.keygratPanel li {
    position: relative;
    padding-left: 2rem;
}.keygratPanel li::before {
    width: 8px;
    position: absolute;
    height: 8px;
    top: 8px;
    background: rgb(191,197,208);
    animation: pulse 3s ease-in-out infinite;
    box-shadow: 0 0 0 4px rgb(191,197,208,0.5);
    left: 0;
    content: "";
    border-radius: 50%;
}.keygratPanel span {
    line-height: 1.7;
    font-size: clamp(1rem, 2vw, 1.1rem);
    position: relative;
    font-weight: 400;
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(191,197,208,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) translate(-10px, -15px);
    }
    100% {
        transform: rotate(-15deg) translate(0, 0);
    }
}

@media screen and (max-width: 767px) {.keygratPanel {
    padding: 3rem 1.25rem;
}.keygratPanel h2 {
    max-width: 100%;
    margin-bottom: 2rem;
}.keygratPanel .keyskill_program {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}.keygratPanel li {
    padding-left: 1.5rem;
}.keygratPanel li::before {
    width: 6px;
    height: 6px;
    top: 6px;
}.keygratPanel h2::before {
    height: 3px;
    bottom: -12px;
    width: 60px;
}
}

@media screen and (max-width: 480px) {.keygratPanel {
    padding: 2.5rem 1rem;
}.keygratPanel h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}.keygratPanel .keyskill_program {
    padding: 1.5rem 1.25rem;
}.keygratPanel span {
    font-size: 0.95rem;
}}header {
    z-index: 100;
    padding: 1.2rem 0;
    position: relative;
    background: rgb(225,229,233);
}header::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    opacity: 0.5;
    background: linear-gradient(135deg, 
        rgb(191,197,208,0.5) 0%, 
        transparent 50%, 
        rgb(152,160,173,0.5) 100%);
    width: 100%;
}header .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}header .keyhead_core {
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    display: flex;
    background: #ffffff;
    gap: 1rem;
    border-radius: 26px;
    align-items: center;
}header .keypage_top {
    margin-bottom: 0.5rem;
    justify-content: center;
    position: relative;
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: flex;
}header .keypage_top::before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(191,197,208,0.5), 
        rgb(152,160,173,0.5), 
        rgb(191,197,208,0.5), 
        transparent);
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    position: absolute;
    content: '';
}header .keypage_top svg {
    transition: all 0.3s ease;
    width: 160px;
    height: auto;
}header .keypage_top:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(191,197,208,0.5));
}header .keypage_nav {
    width: 100%;
    background: rgb(225,229,233);
    justify-content: center;
    display: flex;
    gap: 0.4rem;
    border-radius: 10px;
    flex-wrap: wrap;
    padding: 0.6rem;
}header .keytop_lead {
    border-radius: 10px;
    padding: 0.5rem 1rem;
    position: relative;
    transition: all 0.3s ease;
    font-size: 17px;
    z-index: 1;
    color: #000000;
    overflow: hidden;
    font-weight: 400;
    text-decoration: none;
    font-family: Arial, sans-serif;
}header .keytop_lead::before {
    content: '';
    transition: opacity 0.3s ease;
    opacity: 0;
    background: linear-gradient(135deg, rgb(191,197,208), rgb(152,160,173));
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}header .keytop_lead:hover {
    color: #ffffff;
}header .keytop_lead:hover::before {
    opacity: 1;
}header .keytop_lead::after {
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(191,197,208), rgb(152,160,173));
    left: 0;
    content: '';
    transition: transform 0.3s ease;
    transform-origin: left;
}header .keytop_lead:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .keyhead_core {
    gap: 0.8rem;
    padding: 0.8rem;
}header .keypage_top svg {
    width: 140px;
}header .keypage_nav {
    padding: 0.5rem;
}header .keytop_lead {
    padding: 0.4rem 0.8rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .keyhead_core {
    padding: 0.7rem;
    gap: 0.7rem;
}header .keypage_top svg {
    width: 120px;
}header .keypage_nav {
    gap: 0.3rem;
    padding: 0.4rem;
}header .keytop_lead {
    padding: 0.3rem 0.7rem;
    font-size: calc(17px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .keyhead_core {
    gap: 0.6rem;
    padding: 0.6rem;
}header .keypage_top svg {
    width: 110px;
}header .keypage_nav {
    padding: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .keypage_nav::-webkit-scrollbar {
    height: 2px;
}header .keypage_nav::-webkit-scrollbar-thumb {
    background: rgb(191,197,208);
    border-radius: 10px;
}header .keytop_lead {
    flex-shrink: 0;
    white-space: nowrap;
}}footer {
    width: 100%;
    position: relative;
}.keymobile_cta {
    font-family: Arial, sans-serif;
    padding: 0 0 30px;
    overflow: hidden;
    position: relative;
}footer .keyforum_link {
    position: relative;
    z-index: 1;
}footer .keyjoin_community {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
    justify-content: center;
    color: #ffffff;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: 70px;
    background-color: rgb(152,160,173);
}footer .keyjoin_community::after {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    left: 0;
    content: "";
}footer .info_item {
    transition: all 0.3s ease;
    flex: 1 1 200px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    align-items: center;
    max-width: 300px;
    border-radius: 10px;
}footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}footer .info_item svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
    flex-shrink: 0;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    margin-top: -30px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
}footer .keyfirst_expert {
    padding-top: 60px;
    text-align: center;
}footer .keyfirst_expert svg {
    height: 45px;
    width: auto;
    margin-bottom: 15px;
}footer .keyfooter_caption {
    font-size: 13px;
    max-width: 350px;
    text-align: center;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
}footer .keypage_nav {
    position: relative;
    background-color: rgb(225,229,233);
    padding: 30px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    margin: 0 20px;
}footer .keypage_nav h5 {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 25px;
    font-size: 18px;
}footer .keypage_nav h5::after {
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(191,197,208), transparent);
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 2px;
}footer .keyhead_teach {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    gap: 10px 30px;
    margin-bottom: 25px;
}footer .keyhead_teach a {
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 8px 0;
    text-decoration: none;
    color: #000000;
    flex: 1 0 calc(50% - 30px);
    position: relative;
}footer .keyhead_teach a::after {
    transition: width 0.3s ease;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    background-color: rgb(191,197,208);
    bottom: 0;
}footer .keyhead_teach a:hover {
    padding-left: 5px;
    color: rgb(191,197,208);
}footer .keyhead_teach a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    position: relative;
    margin: 0 20px;
    padding: 30px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    color: #ffffff;
    background-color: rgb(191,197,208);
}footer .subscribe_holder::before {
    content: "";
    pointer-events: none;
    left: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border: none;
    font-size: 15px;
    padding: 15px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .keysub_focus {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    background-color: #000000;
    border: none;
    transition: all 0.3s ease;
    padding: 15px;
}footer .keysub_focus:hover {
    background-color: rgb(152,160,173);
}footer .keyequity_pledge {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 60px;
}footer .keytwitter_cta {
    text-align: center;
    color: #000000;
    font-size: 13px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .keysub_focus {
    white-space: nowrap;
}footer .keyfirst_expert {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .keyjoin_community {
    padding: 30px 15px 50px;
}footer .keypage_nav, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .keyequity_pledge {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .keyjoin_community {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .keypage_nav h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .keyhead_teach a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .keysub_focus {
    padding: 12px;
}}.keyoffer_panel {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(225,229,233), rgba(0, 0, 0, 0.5));
    padding: 5rem 1rem;
}.keyoffer_panel::before {
    position: absolute;
    opacity: 0.1;
    height: 100%;
    pointer-events: none;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgb(191,197,208,0.5) 30%, transparent 70%);
}.keyoffer_panel .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.keyoffer_panel .keymember_fees {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}.keyoffer_panel .keycert_cost {
    animation: fadeUp 0.8s ease-out forwards;
    order: -1;
    transform: translateY(20px);
    text-align: center;
    margin: 0 auto 2rem;
    opacity: 0;
    max-width: 800px;
}.keyoffer_panel .keycert_cost h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    font-size: 37px;
}.keyoffer_panel .keycert_cost h2::after {
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(191,197,208), rgb(152,160,173));
    border-radius: 10px;
}.keyoffer_panel .keyplan_rates {
    font-size: 14px;
    color: #000000;
    max-width: 90%;
    line-height: 1.6;
    margin: 0 auto;
}.keyoffer_panel .keyfee_struct {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    perspective: 1000px;
}.keyoffer_panel .keylearning_fees {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    opacity: 0;
    border-radius: 25px;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform: translateZ(0) scale(1);
    text-decoration: none;
    display: block;
}.keyoffer_panel .keylearning_fees:nth-child(1) {
    animation-delay: 0.1s;
}.keyoffer_panel .keylearning_fees:nth-child(2) {
    animation-delay: 0.2s;
}.keyoffer_panel .keylearning_fees:nth-child(3) {
    animation-delay: 0.3s;
}.keyoffer_panel .keylearning_fees:nth-child(4) {
    animation-delay: 0.4s;
}.keyoffer_panel .keylearning_fees::before {
    background: linear-gradient(90deg, rgb(191,197,208), rgb(152,160,173));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    transform-origin: left;
    top: 0;
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
    width: 100%;
}.keyoffer_panel .keylearning_fees:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.keyoffer_panel .keylearning_fees:hover::before {
    transform: scaleX(1);
}.keyoffer_panel .keystudy_sub {
    height: 100%;
    flex-direction: column;
    display: flex;
}.keyoffer_panel .keyprice_choices {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}.keyoffer_panel .keyprice_choices h3 {
    font-weight: 700;
    transition: color 0.3s ease;
    font-size: 23px;
    margin: 0 0 1rem;
    position: relative;
    color: #000000;
}.keyoffer_panel .keylearning_fees:hover .keyprice_choices h3 {
    color: rgb(191,197,208);
}.keyoffer_panel .keypricing_block {
    color: rgb(191,197,208);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 2rem;
    display: inline-block;
}.keyoffer_panel .keypricing_block::after {
    transition: width 0.3s ease;
    position: absolute;
    bottom: -8px;
    height: 2px;
    content: "";
    background-color: rgb(152,160,173);
    left: 0;
    width: 40px;
}.keyoffer_panel .keylearning_fees:hover .keypricing_block {
    transform: translateY(-3px);
}.keyoffer_panel .keylearning_fees:hover .keypricing_block::after {
    width: 80px;
}.keyoffer_panel .keyprice_choices p {
    font-size: calc(14px - 2px);
    word-break: break-word;
    flex-grow: 1;
    margin: 0;
    color: #000000;
    line-height: 1.6;
    overflow-wrap: break-word;
}.keyoffer_panel .keyimage_item {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.keyoffer_panel .keyimage_item::after {
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    opacity: 0.7;
    left: 0;
    content: "";
}.keyoffer_panel .keylearning_fees:hover .keyimage_item {
    transform: scale(1.05);
}.keyoffer_panel .keylearning_fees:hover .keyimage_item::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.keyoffer_panel {
    padding: 7rem 2rem;
}.keyoffer_panel .keymember_fees {
    flex-direction: row;
    align-items: flex-start;
}.keyoffer_panel .keycert_cost {
    order: 0;
    padding-right: 2rem;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    flex: 0 0 30%;
    display: flex;
}.keyoffer_panel .keycert_cost h2 {
    text-align: left;
}.keyoffer_panel .keycert_cost h2::after {
    transform: none;
    left: 0;
}.keyoffer_panel .keyplan_rates {
    max-width: 100%;
    margin: 0;
}.keyoffer_panel .keyfee_struct {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}

@media (min-width: 992px) {.keyoffer_panel .keyfee_struct {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.keyoffer_panel {
    padding: 8rem 2rem;
}.keyoffer_panel .keycert_cost {
    flex: 0 0 25%;
}.keyoffer_panel .keyfee_struct {
    flex: 0 0 75%;
}.keyoffer_panel .keyprice_choices {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.keyoffer_panel .keylearning_fees {
    margin: 0 auto;
    max-width: 400px;
}.keyoffer_panel .keycert_cost h2 {
    font-size: calc(37px * 0.9);
}.keyoffer_panel .keyplan_rates {
    font-size: calc(14px * 0.95);
}}.keyusageAgreementAlert {
    width: 100%;
    background: rgb(225,229,233);
    border-top: 2px solid rgb(191,197,208);
    position: fixed;
    z-index: 90;
    bottom: 0;
}.keycookie_screen {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.keyusageAgreementAlert h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.keyusageAgreementAlert p {
    font-size: 18px;
}.keyconsent_learn {
    flex-shrink: 0;
    margin-right: 10px;
}.keyconsent_learn svg, .keyconsent_learn svg path, .keyconsent_learn img {
    width: 100px;
    height: 100px;
    fill: rgb(191,197,208);
}.keycookie_tab {
    text-decoration: none;
    white-space: nowrap;
    line-height: 35px;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 24px;
    margin-left: 10px;
    border-bottom: 2px solid rgb(191,197,208);
    color: rgb(191,197,208);
}.keyusageAgreementAlert p a {
    color: rgb(191,197,208);
    text-decoration: none;
}#keycookieDialogNotice {
    display: none;
}#keycookieDialogNotice:checked ~ .keyusageAgreementAlert {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.keyusageAgreementAlert {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.keyconsent_learn {
    display: none;
}.keycookie_screen {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.keyusageAgreementAlert h5 {
    text-align: center;
}.keyusageAgreementAlert p {
    text-align: center;
}.keydata_agree {
    margin-bottom: 20px;
}body .keywrapper-viewport .keycookie_tab {
    margin-left: 0;
}}
.keywrapper-viewport .keycookie_screen {
    justify-content: flex-end;
}.keywrapper-viewport .keycookie_tab {
    font-size: 20px;
    background: rgb(191,197,208);
    color: #ffffff;
    margin-left: 30px;
    padding: 10px;
}.keywrapper-viewport .keydata_agree {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.keywrapper-viewport .keycookie_tab {
    margin-bottom: 10px;
    margin-left: 0;
}}.keyprivacy_stockade {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(225,229,233), rgba(240, 240, 245, 0.7));
    position: relative;
}.keyprivacy_stockade::before {
    content: '';
    position: absolute;
    opacity: 0.07;
    transform: rotate(-15deg) skew(15deg);
    z-index: 0;
    width: 40%;
    right: -5%;
    top: -10%;
    height: 70%;
    background: linear-gradient(135deg, rgb(191,197,208,0.5), transparent);
}.keyprivacy_stockade::after {
    left: -5%;
    position: absolute;
    width: 45%;
    height: 60%;
    content: '';
    background: linear-gradient(225deg, rgb(152,160,173,0.5), transparent);
    opacity: 0.05;
    transform: rotate(12deg) skew(-12deg);
    bottom: -10%;
    z-index: 0;
}.keyprivacy_stockade .container {
    max-width: 1140px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
}.keyprivacy_stockade h1 {
    letter-spacing: -0.02em;
    font-size: calc(46px * 1.1);
    margin-bottom: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    transform: translateX(-0.5rem);
    color: rgb(191,197,208);
    position: relative;
}.keyprivacy_stockade h1::after {
    left: 0;
    height: 3px;
    content: '';
    width: 4rem;
    bottom: -0.8rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(152,160,173), transparent);
}.keyprivacy_stockade h2 {
    font-size: 31px;
    padding-left: 1rem;
    margin: 2.8rem 0 1.2rem;
    color: #000000;
    position: relative;
    font-weight: 600;
}.keyprivacy_stockade h2::before {
    width: 4px;
    bottom: 0.5rem;
    opacity: 0.7;
    background: rgb(152,160,173);
    content: '';
    left: 0;
    top: 0.5rem;
    border-radius: 2px;
    position: absolute;
}.keyprivacy_stockade h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.7rem;
    color: #000000;
    font-size: calc(31px * 0.85);
    font-weight: 400;
}.keyprivacy_stockade h4 {
    margin: 2.2rem 0 0.8rem;
    color: rgb(191,197,208);
    font-size: calc(31px * 0.75);
    font-weight: 400;
}.keyprivacy_stockade p {
    max-width: 48rem;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}.keyprivacy_stockade ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}.keyprivacy_stockade li {
    color: #000000;
    margin-bottom: 1rem;
    padding-left: 1.8rem;
    position: relative;
    line-height: 1.6;
    font-size: 12px;
}.keyprivacy_stockade li::before {
    position: absolute;
    background: rgb(152,160,173);
    content: '';
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    top: 0.6rem;
    transform: rotate(45deg);
}.keyprivacy_stockade span {
    padding: 0.5rem 0 0;
    font-size: 12px;
    display: block;
    font-style: italic;
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    margin-bottom: 2rem;
    padding-left: 1.2rem;
    line-height: 1.7;
}.keyprivacy_stockade strong {
    font-weight: 600;
    color: #000000;
}

@media (min-width: 768px) {.keyprivacy_stockade {
    padding: 5rem 3rem;
}.keyprivacy_stockade .container {
    padding: 0 2rem;
}.keyprivacy_stockade h1 {
    margin-bottom: 3rem;
    font-size: calc(46px * 1.2);
    transform: translateX(-1rem);
}.keyprivacy_stockade h1::after {
    width: 6rem;
    height: 4px;
}.keyprivacy_stockade h2 {
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
}.keyprivacy_stockade p {
    font-size: calc(12px * 1.05);
    line-height: 1.75;
}.keyprivacy_stockade ul {
    padding-left: 2rem;
}.keyprivacy_stockade li {
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.keyprivacy_stockade {
    padding: 6rem 2rem;
}.keyprivacy_stockade::before {
    height: 75%;
    width: 35%;
}.keyprivacy_stockade::after {
    width: 40%;
    height: 65%;
}.keyprivacy_stockade h1 {
    margin-bottom: 3.5rem;
    font-size: calc(46px * 1.3);
}.keyprivacy_stockade h2 {
    font-size: calc(31px * 1.1);
}.keyprivacy_stockade h2::before {
    width: 5px;
}.keyprivacy_stockade p, .keyprivacy_stockade li, .keyprivacy_stockade span {
    font-size: calc(12px * 1.1);
}.keyprivacy_stockade .container {
    padding: 0 3rem;
}.keyprivacy_stockade li::before {
    height: 0.6rem;
    width: 0.6rem;
}
}

@media (min-width: 1200px) {.keyprivacy_stockade {
    padding: 7rem 2rem;
}.keyprivacy_stockade h1 {
    font-size: calc(46px * 1.4);
}.keyprivacy_stockade h1::after {
    width: 8rem;
}.keyprivacy_stockade .container {
    max-width: 1200px;
}
}

@media (hover: hover) {.keyprivacy_stockade li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
}

@media (prefers-reduced-motion: reduce) {.keyprivacy_stockade *,
    .keyprivacy_stockade *::before,
    .keyprivacy_stockade *::after {
    transition: none !important;
    animation: none !important;
}}.keycourse_structure {
    padding: 100px 0;
    background: rgb(225,229,233);
    overflow: hidden;
    position: relative;
}.keycourse_structure::before {
    height: 100%;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(191,197,208,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(152,160,173,0.5) 0%, transparent 40%);
    width: 100%;
    content: "";
    left: 0;
    opacity: 0.4;
    z-index: 0;
}.keycourse_structure::after {
    content: "";
    animation: gridMove 20s linear infinite;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    top: 0;
    opacity: 0.2;
    height: 100%;
}.keycourse_structure .container {
    z-index: 1;
    position: relative;
}.keycourse_structure .keyskill_program {
    position: relative;
    min-height: 500px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
}.keycourse_structure .keyimage_item {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}.keycourse_structure .keyimage_item::before {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 1;
    width: 100%;
}.keycourse_structure .keytraining_plan {
    position: relative;
    width: 100%;
    grid-template-rows: auto auto 1fr;
    z-index: 2;
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    gap: 30px;
    grid-template-columns: 60% 40%;
    display: grid;
}.keycourse_structure .keyfirst_expert {
    background: #ffffff;
    position: relative;
    width: 80px;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 50%;
    z-index: 10;
    justify-content: center;
    height: 80px;
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(191,197,208,0.5);
    align-items: center;
    justify-self: center;
    grid-area: logo;
    display: flex;
    margin-bottom: 20px;
}.keycourse_structure .keyfirst_expert::before {
    z-index: -1;
    border-radius: 50%;
    top: -8px;
    left: -8px;
    animation: spin 10s linear infinite;
    bottom: -8px;
    background: conic-gradient(
        from 0deg, 
        rgb(191,197,208,0.5), 
        rgb(152,160,173,0.5), 
        rgb(191,197,208,0.5)
    );
    right: -8px;
    opacity: 0.6;
    content: "";
    position: absolute;
}.keycourse_structure .keyfirst_expert::after {
    content: "";
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
    top: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid rgb(191,197,208,0.5);
    z-index: -2;
    position: absolute;
    opacity: 0.3;
    left: -15px;
}.keycourse_structure .keyfirst_expert:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(191,197,208,0.5);
}.keycourse_structure .keyfirst_expert svg {
    height: 45px;
    transition: transform 0.5s ease;
    width: 45px;
}.keycourse_structure .keyfirst_expert:hover svg {
    transform: rotate(-10deg);
}.keycourse_structure .keyfirst_expert svg path {
    fill: rgb(191,197,208);
    transition: fill 0.3s ease;
}.keycourse_structure .keyfirst_expert:hover svg path {
    fill: rgb(152,160,173);
}.keycourse_structure h3 {
    padding: 30px 40px;
    border-radius: 0 16px 16px 0;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    grid-area: title;
    z-index: 5;
    font-weight: 700;
    background: #ffffff;
    font-size: 32px;
    margin: 0;
    position: relative;
    color: #000000;
    transform: translateX(-5%);
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}.keycourse_structure h3::before {
    opacity: 0.5;
    content: "";
    border: 1px dashed rgb(191,197,208,0.5);
    right: 10px;
    bottom: 10px;
    border-radius: 0 10px 10px 0;
    left: 10px;
    top: 10px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    z-index: -1;
    position: absolute;
}.keycourse_structure h3::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(191,197,208), rgb(152,160,173));
    position: absolute;
    height: 3px;
    left: 40px;
    content: "";
    transition: width 0.4s ease;
    width: 60px;
    bottom: 15px;
}.keycourse_structure .keytraining_plan:hover h3 {
    transform: translateX(0%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.keycourse_structure .keytraining_plan:hover h3::after {
    width: 100px;
}.keycourse_structure p {
    margin: 0;
    color: #000000;
    border-radius: 0 16px 16px 0;
    font-size: 12px;
    background: #ffffff;
    line-height: 1.8;
    position: relative;
    padding: 35px 40px;
    padding-right: 70px;
    z-index: 4;
    transition: all 0.5s ease 0.1s;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    grid-area: desc;
    transform: translateX(-10%);
}.keycourse_structure p::before {
    top: 10px;
    border: 1px dashed rgb(152,160,173,0.5);
    right: 10px;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    position: absolute;
    border-radius: 0 10px 10px 0;
    z-index: -1;
    bottom: 10px;
    left: 10px;
    content: "";
    opacity: 0.5;
}.keycourse_structure .keytraining_plan:hover p {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(-5%);
}.keycourse_structure .keyimage_item::after {
    top: 0;
    z-index: 1;
    position: absolute;
    mix-blend-mode: multiply;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    opacity: 0.5;
}.keycourse_structure .keytraining_plan::after {
    z-index: 2;
    position: relative;
    background-position: center bottom;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    content: "";
    transform: translateX(15%);
    grid-area: photo2;
    transition: all 0.5s ease 0.1s;
    background-size: cover;
    border-radius: 16px 0 0 16px;
    background: inherit;
}.keycourse_structure .keytraining_plan:hover::before {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(5%);
}.keycourse_structure .keytraining_plan:hover::after {
    transform: translateX(10%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.keycourse_structure {
    padding: 80px 0;
}.keycourse_structure .keytraining_plan {
    gap: 25px;
    grid-template-columns: 55% 45%;
}.keycourse_structure h3 {
    padding: 25px 35px;
    font-size: calc(32px - 2px);
}.keycourse_structure p {
    padding: 30px 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.keycourse_structure {
    padding: 70px 0;
}.keycourse_structure .keyskill_program {
    min-height: auto;
}.keycourse_structure .keytraining_plan {
    gap: 20px;
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
    grid-template-rows: auto auto auto 250px;
    grid-template-columns: 1fr 1fr;
}.keycourse_structure h3 {
    transform: none;
    clip-path: none;
    padding: 25px 30px;
    font-size: calc(32px - 4px);
    border-radius: 16px;
}.keycourse_structure h3::before {
    clip-path: none;
    border-radius: 10px;
}.keycourse_structure p {
    padding: 25px 30px;
    clip-path: none;
    border-radius: 16px;
    transform: none;
}.keycourse_structure p::before {
    clip-path: none;
    border-radius: 10px;
}.keycourse_structure .keytraining_plan::before,
    .keycourse_structure .keytraining_plan::after {
    border-radius: 16px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    height: 250px;
    transform: none;
}.keycourse_structure .keytraining_plan::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.keycourse_structure .keytraining_plan:hover h3,
    .keycourse_structure .keytraining_plan:hover p,
    .keycourse_structure .keytraining_plan:hover::before,
    .keycourse_structure .keytraining_plan:hover::after {
    transform: none;
}.keycourse_structure .keyfirst_expert {
    height: 70px;
    width: 70px;
    margin-bottom: 15px;
}.keycourse_structure .keyfirst_expert svg {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 767px) {.keycourse_structure {
    padding: 60px 0;
}.keycourse_structure .keyskill_program {
    min-height: auto;
}.keycourse_structure .keytraining_plan {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "logo"
            "title"
            "desc"
            "photo1";
    grid-template-rows: auto auto auto 200px;
    gap: 15px;
}.keycourse_structure h3 {
    border-radius: 16px;
    padding: 20px 25px;
    font-size: calc(32px - 6px);
    clip-path: none;
    transform: none;
}.keycourse_structure h3::before {
    display: none;
}.keycourse_structure h3::after {
    height: 2px;
    width: 50px;
    left: 25px;
    bottom: 10px;
}.keycourse_structure p {
    font-size: calc(12px - 1px);
    line-height: 1.6;
    transform: none;
    padding: 20px 25px;
    border-radius: 16px;
    clip-path: none;
}.keycourse_structure p::before {
    display: none;
}.keycourse_structure .keytraining_plan::before {
    height: 200px;
    clip-path: none;
    border-radius: 16px;
    transform: none;
}.keycourse_structure .keytraining_plan::after {
    display: none;
}.keycourse_structure .keytraining_plan:hover h3,
    .keycourse_structure .keytraining_plan:hover p,
    .keycourse_structure .keytraining_plan:hover::before {
    transform: none;
}.keycourse_structure .keyfirst_expert {
    width: 60px;
    margin-bottom: 10px;
    height: 60px;
}.keycourse_structure .keyfirst_expert::before,
    .keycourse_structure .keyfirst_expert::after {
    display: none;
}.keycourse_structure .keyfirst_expert svg {
    height: 35px;
    width: 35px;
}}.keyanalysis_summary {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(225,229,233);
}.keyanalysis_summary::before {
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
}.keyanalysis_summary::after {
    width: 100%;
    content: "";
    background: radial-gradient(circle at center, rgb(191,197,208,0.5) 0%, transparent 60%);
    top: 0;
    opacity: 0.1;
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
}.keyanalysis_summary .container {
    z-index: 2;
    flex-direction: column;
    position: relative;
    display: flex;
}.keyanalysis_summary h2 {
    margin-bottom: 80px;
    text-align: left;
    color: #000000;
    font-size: 37px;
    position: relative;
    padding-left: 25px;
    border-left: 5px solid rgb(191,197,208);
    font-weight: 700;
}.keyanalysis_summary ul {
    flex-direction: column;
    position: relative;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 25px;
}.keyanalysis_summary .keyexpert_upgrade {
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 27px;
    background: #ffffff;
    overflow: hidden;
    align-items: center;
    padding: 0;
    flex-direction: row;
}.keyanalysis_summary .keyexpert_upgrade:hover {
    transform: translateX(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.keyanalysis_summary .keyexpert_upgrade p {
    margin: 0;
    justify-content: center;
    padding: 30px 40px;
    font-size: 3rem;
    background: rgb(191,197,208);
    display: flex;
    position: relative;
    min-width: 180px;
    font-weight: 700;
    color: #ffffff;
    align-items: center;
}.keyanalysis_summary .keyexpert_upgrade:nth-child(2n) p {
    background: rgb(152,160,173);
}.keyanalysis_summary .keyexpert_upgrade p::after {
    width: 0;
    transform: translateY(-50%);
    right: -15px;
    position: absolute;
    border-top: 15px solid transparent;
    height: 0;
    top: 50%;
    z-index: 1;
    border-left: 15px solid rgb(191,197,208);
    content: "";
    border-bottom: 15px solid transparent;
}.keyanalysis_summary .keyexpert_upgrade:nth-child(2n) p::after {
    border-left-color: rgb(152,160,173);
}.keyanalysis_summary .keyexpert_upgrade span {
    font-weight: 600;
    flex-grow: 1;
    padding: 30px 40px;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    font-size: 23px;
}.keyanalysis_summary .keyexpert_upgrade:hover span {
    color: rgb(191,197,208);
}.keyanalysis_summary .keyexpert_upgrade:nth-child(2n):hover span {
    color: rgb(152,160,173);
}.keyanalysis_summary svg {
    right: 20px;
    transition: all 0.3s ease;
    width: 40px;
    fill: #ffffff;
    top: 20px;
    height: 40px;
    position: absolute;
}.keyanalysis_summary svg path {
    transition: all 0.3s ease;
    fill: #ffffff;
}.keyanalysis_summary .keyexpert_upgrade:hover svg {
    transform: scale(1.1) rotate(10deg);
}.keyanalysis_summary ul::before {
    content: "";
    z-index: -1;
    background: linear-gradient(to bottom, rgb(191,197,208,0.5), rgb(152,160,173,0.5));
    height: 100%;
    opacity: 0.3;
    top: 0;
    left: 90px;
    width: 2px;
    position: absolute;
}.keyanalysis_summary .keyexpert_upgrade:nth-child(1) {
    animation: slide-in 0.5s 0.1s both;
}.keyanalysis_summary .keyexpert_upgrade:nth-child(2) {
    animation: slide-in 0.5s 0.2s both;
}.keyanalysis_summary .keyexpert_upgrade:nth-child(3) {
    animation: slide-in 0.5s 0.3s both;
}.keyanalysis_summary .keyexpert_upgrade:nth-child(4) {
    animation: slide-in 0.5s 0.4s both;
}@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.keyanalysis_summary .container::before,
.keyanalysis_summary .container::after {
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    background: radial-gradient(circle, rgb(191,197,208,0.5) 0%, transparent 70%);
    width: 300px;
    opacity: 0.1;
    content: "";
    height: 300px;
}.keyanalysis_summary .container::before {
    top: -150px;
    right: -150px;
}.keyanalysis_summary .container::after {
    left: -150px;
    bottom: -150px;
}

@media (max-width: 992px) {.keyanalysis_summary {
    padding: 90px 0;
}.keyanalysis_summary h2 {
    margin-bottom: 60px;
    font-size: calc(37px * 0.9);
}.keyanalysis_summary .keyexpert_upgrade p {
    padding: 25px 30px;
    font-size: 2.5rem;
    min-width: 150px;
}.keyanalysis_summary .keyexpert_upgrade span {
    padding: 25px 30px;
}.keyanalysis_summary ul::before {
    left: 75px;
}
}

@media (max-width: 768px) {.keyanalysis_summary {
    padding: 70px 0;
}.keyanalysis_summary h2 {
    border-bottom: 3px solid rgb(191,197,208);
    padding-left: 0;
    text-align: center;
    padding-bottom: 15px;
    border-left: none;
}.keyanalysis_summary .keyexpert_upgrade {
    flex-direction: column;
    text-align: center;
}.keyanalysis_summary .keyexpert_upgrade p {
    min-width: auto;
    width: 100%;
    font-size: 2.2rem;
    padding: 20px;
}.keyanalysis_summary .keyexpert_upgrade p::after {
    transform: translateX(-50%);
    right: auto;
    bottom: -15px;
    top: auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgb(191,197,208);
    left: 50%;
    border-bottom: none;
}.keyanalysis_summary .keyexpert_upgrade:nth-child(2n) p::after {
    border-top-color: rgb(152,160,173);
    border-left-color: transparent;
}.keyanalysis_summary .keyexpert_upgrade span {
    padding: 25px 20px;
    width: 100%;
}.keyanalysis_summary svg {
    position: relative;
    right: auto;
    margin: 15px 0;
    top: auto;
}.keyanalysis_summary ul::before {
    display: none;
}.keyanalysis_summary .keyexpert_upgrade:hover {
    transform: translateY(-10px);
}
    
    @keyframes slide-in {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 576px) {.keyanalysis_summary {
    padding: 50px 0;
}.keyanalysis_summary h2 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.8);
}.keyanalysis_summary .keyexpert_upgrade p {
    padding: 15px;
    font-size: 2rem;
}.keyanalysis_summary .keyexpert_upgrade span {
    padding: 20px 15px;
    font-size: calc(23px * 0.9);
}.keyanalysis_summary ul {
    gap: 20px;
}}

.keyanalysis_summary .keyexpert_upgrade::before {
    position: absolute;
    content: "";
    background: linear-gradient(45deg, #ffffff 0%, transparent 100%);
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    transition: all 0.4s ease;
}.keyanalysis_summary .keyexpert_upgrade:hover::before {
    opacity: 0.1;
}.keyanalysis_summary .keyexpert_upgrade span,
.keyanalysis_summary .keyexpert_upgrade p,
.keyanalysis_summary svg {
    z-index: 1;
}

@media (min-width: 1400px) {.keyanalysis_summary .keyexpert_upgrade {
    max-width: 90%;
    margin-left: auto;
}.keyanalysis_summary .keyexpert_upgrade:nth-child(2n) {
    margin-right: auto;
    margin-left: 0;
}.keyanalysis_summary .keyexpert_upgrade p {
    font-size: 3.5rem;
}
}