* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.SkyCW_wrapper-bundle {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.kQsDm_enroll_info {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1163px;
    max-width: 100%;
}.TVmPz_top_sitebar {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    width: 5px;
    scroll-behavior: auto;
}::-webkit-scrollbar-track {
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    min-height: 90px;
    border-radius: 13%;
    transition: border-radius, transform 2.1s ease;
    background: rgb(124,160,183,0.5);
}::-webkit-scrollbar-thumb:hover {
    transform: translateX(-2px);
    box-shadow: -2px -4px 13px 3px rgba(0, 0, 0, 0.7);
    background: rgb(124,160,183,0.5);
}::-webkit-scrollbar-corner {
    background: rgb(165,194,209);
}html {
    scrollbar-width: none;
    scrollbar-color: rgb(124,160,183,0.5) #ffffff;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.BJzIX_contact {
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(213,228,236) 50%);
    overflow: hidden;
    padding: 100px 0;
}.BJzIX_contact::before {
    z-index: 0;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background-size: 60px 60px;
}.BJzIX_contact .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.BJzIX_contact h2 {
    color: rgb(165,194,209);
    font-size: 38px;
    position: relative;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}.BJzIX_contact h2::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    bottom: -15px;
    height: 3px;
    position: absolute;
    background: rgb(165,194,209);
    content: "";
}.BJzIX_contact .eQBHF_support_request {
    background: #ffffff;
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 22px;
}.BJzIX_contact .eQBHF_support_request::before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(165,194,209), rgb(124,160,183));
    left: 0;
    content: "";
}.BJzIX_contact .bHulL_inline_image {
    min-height: 550px;
    flex: 0 0 50%;
    position: relative;
    transition: all 0.5s ease;
}.BJzIX_contact .bHulL_inline_image::after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(165,194,209,0.5), transparent);
    height: 100%;
    width: 100%;
}.BJzIX_contact .iDXCa_request_map {
    position: relative;
    background: #ffffff;
    padding: 60px 50px;
    flex: 0 0 50%;
}.BJzIX_contact .iDXCa_request_map::before {
    background: rgb(213,228,236);
    left: 0;
    height: 100%;
    top: 0;
    width: 10px;
    content: "";
    position: absolute;
}.BJzIX_contact #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}.BJzIX_contact h3 {
    padding-bottom: 10px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 19px;
    position: relative;
}.BJzIX_contact h3::after {
    height: 2px;
    bottom: 0;
    content: "";
    background: rgb(165,194,209,0.5);
    width: 100%;
    position: absolute;
    left: 0;
}.BJzIX_contact input[type="text"] {
    border: 2px solid rgb(213,228,236);
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 18px 20px;
    width: 100%;
    border-radius: 10px;
    color: #000000;
}.BJzIX_contact input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(165,194,209);
}.BJzIX_contact input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.BJzIX_contact .SpRDb_message_box {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-top: 10px;
}.BJzIX_contact .SpRDb_message_box input[type="checkbox"] {
    margin-top: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 24px;
    position: relative;
    height: 24px;
    appearance: none;
    border: 2px solid rgb(213,228,236);
}.BJzIX_contact .SpRDb_message_box input[type="checkbox"]:checked {
    border-color: rgb(165,194,209);
    background: rgb(165,194,209);
}.BJzIX_contact .SpRDb_message_box input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    width: 6px;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    top: 5px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    height: 10px;
}.BJzIX_contact .SpRDb_message_box label {
    line-height: 1.5;
    font-size: 13px;
    color: #000000;
}.BJzIX_contact .SpRDb_message_box a {
    color: rgb(165,194,209);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}.BJzIX_contact .SpRDb_message_box a:hover {
    color: rgb(124,160,183);
}.BJzIX_contact .jwgIH_reach_map {
    border: none;
    background: rgb(165,194,209);
    box-shadow: 0 8px 20px rgb(165,194,209,0.5);
    margin-top: 20px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    align-self: flex-start;
    color: #ffffff;
    position: relative;
    padding: 16px 40px;
}.BJzIX_contact .jwgIH_reach_map::before {
    transition: all 0.6s ease;
    content: "";
    top: 0;
    height: 100%;
    left: -100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}.BJzIX_contact .jwgIH_reach_map:hover {
    box-shadow: 0 10px 25px rgb(124,160,183,0.5);
    background: rgb(124,160,183);
    transform: translateY(-3px);
}.BJzIX_contact .jwgIH_reach_map:hover::before {
    left: 100%;
}.BJzIX_contact svg {
    transition: all 0.3s ease;
    width: 22px;
    fill: rgb(165,194,209);
    height: 22px;
}.BJzIX_contact svg path {
    transition: all 0.3s ease;
    fill: rgb(165,194,209);
}.BJzIX_contact svg:hover {
    transform: translateY(-2px);
    fill: rgb(124,160,183);
}.BJzIX_contact svg:hover path {
    fill: rgb(124,160,183);
}

@media (max-width: 1200px) {.BJzIX_contact {
    background: #ffffff;
}
}

@media (max-width: 992px) {.BJzIX_contact {
    padding: 80px 0;
}.BJzIX_contact .eQBHF_support_request {
    flex-direction: column-reverse;
}.BJzIX_contact .bHulL_inline_image {
    flex: 0 0 auto;
    min-height: 350px;
}.BJzIX_contact .iDXCa_request_map {
    flex: 0 0 auto;
    padding: 50px 40px;
}.BJzIX_contact .iDXCa_request_map::before {
    width: 100%;
    left: 0;
    height: 10px;
    top: 0;
}
}

@media (max-width: 768px) {.BJzIX_contact {
    padding: 60px 0;
}.BJzIX_contact h2 {
    margin-bottom: 40px;
    font-size: calc(38px - 4px);
}.BJzIX_contact .iDXCa_request_map {
    padding: 40px 30px;
}.BJzIX_contact #contact {
    gap: 25px;
}.BJzIX_contact .bHulL_inline_image {
    min-height: 300px;
}
}

@media (max-width: 576px) {.BJzIX_contact {
    padding: 50px 0;
}.BJzIX_contact .container {
    padding: 0 15px;
}.BJzIX_contact h2 {
    font-size: calc(38px - 6px);
    margin-bottom: 30px;
}.BJzIX_contact .iDXCa_request_map {
    padding: 35px 25px;
}.BJzIX_contact #contact {
    gap: 20px;
}.BJzIX_contact input[type="text"] {
    padding: 15px;
}.BJzIX_contact .jwgIH_reach_map {
    padding: 15px 25px;
    width: 100%;
}.BJzIX_contact .bHulL_inline_image {
    min-height: 250px;
}}.FceCE_course_summary {
    position: relative;
    background: linear-gradient(135deg, rgb(213,228,236) 0%, rgb(165,194,209,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
    perspective: 1000px;
}.FceCE_course_summary::before {
    content: "";
    width: 120%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(124,160,183,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(124,160,183,0.5) 12px
    );
    top: -10%;
    opacity: 0.05;
    transform: rotate(-5deg);
    z-index: 1;
    height: 120%;
    left: -5%;
}.FceCE_course_summary .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.FceCE_course_summary .dzfFK_training_plan {
    transform-style: preserve-3d;
    animation: fadeInUp 0.8s ease-out forwards;
    gap: 3rem;
    flex-direction: column;
    display: flex;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.FceCE_course_summary .bHulL_inline_image {
    height: 350px;
    mask-image: linear-gradient(to bottom right, 
        transparent 0%, 
        black 2%, 
        black 98%, 
        transparent 100%);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: none;
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    z-index: 3;
}.FceCE_course_summary .bHulL_inline_image:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.FceCE_course_summary .bHulL_inline_image::after {
    inset: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(165,194,209,0.5) 100%
    );
    opacity: 0.6;
    transition: opacity 0.3s ease;
    z-index: 2;
}.FceCE_course_summary .bHulL_inline_image:hover::after {
    opacity: 0.4;
}.FceCE_course_summary .tWlFE_text_drawer {
    transform: translateZ(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    padding: 2.5rem;
    border-left: 4px solid rgb(165,194,209);
    position: relative;
    background: #ffffff;
}.FceCE_course_summary .tWlFE_text_drawer::before {
    background: rgb(165,194,209);
    top: -20px;
    left: 20px;
    z-index: -1;
    height: 40px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    width: 40px;
}.FceCE_course_summary h3 {
    font-size: calc(19px * 1.2);
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    display: inline-block;
}.FceCE_course_summary h3::after {
    transition: transform 0.3s ease;
    height: 3px;
    content: "";
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(165,194,209) 0%, transparent 100%);
    width: 60%;
    bottom: -8px;
    position: absolute;
}.FceCE_course_summary .tWlFE_text_drawer:hover h3::after {
    transform: scaleX(1.2);
}.FceCE_course_summary .description {
    font-size: 16px;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}.FceCE_course_summary p.description {
    display: block;
}.FceCE_course_summary span.description {
    display: none;
}.FceCE_course_summary .description::first-letter {
    font-size: 1.5em;
    padding: 6px;
    background: rgb(165,194,209,0.5);
    line-height: 1;
    float: left;
    margin-right: 8px;
    color: rgb(165,194,209);
    font-weight: 700;
}

@media screen and (min-width: 768px) {.FceCE_course_summary .dzfFK_training_plan {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.FceCE_course_summary .bHulL_inline_image {
    flex: 1;
    height: 450px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
}.FceCE_course_summary .tWlFE_text_drawer {
    transform: perspective(1000px) rotateX(-1deg) rotateY(2deg) translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    flex: 1.2;
}.FceCE_course_summary .tWlFE_text_drawer:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px);
}.FceCE_course_summary h3 {
    font-size: 31px;
}
}

@media screen and (min-width: 992px) {.FceCE_course_summary {
    padding: 8rem 0;
}.FceCE_course_summary .bHulL_inline_image {
    flex: 1.2;
    height: 550px;
}.FceCE_course_summary .tWlFE_text_drawer {
    flex: 1;
    padding: 3rem;
}.FceCE_course_summary h3 {
    margin-bottom: 2rem;
}.FceCE_course_summary .description {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}

@media screen and (max-width: 767px) {.FceCE_course_summary {
    padding: 3rem 0;
}.FceCE_course_summary .container {
    padding: 0 1.5rem;
}.FceCE_course_summary .bHulL_inline_image {
    margin-bottom: -20px;
    height: 250px;
}.FceCE_course_summary .tWlFE_text_drawer {
    padding: 1.8rem;
    z-index: 4;
    transform: translateY(-30px);
}.FceCE_course_summary h3 {
    font-size: calc(19px * 1.2);
    margin-bottom: 1rem;
}.FceCE_course_summary .description {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.FceCE_course_summary .bHulL_inline_image::before {
    content: "";
    opacity: 0;
    background: linear-gradient(
            45deg,
            rgb(165,194,209,0.5) 0%,
            transparent 50%,
            rgb(124,160,183,0.5) 100%
        );
    position: absolute;
    transition: opacity 0.5s ease;
    inset: 0;
    z-index: 2;
}.FceCE_course_summary .bHulL_inline_image:hover::before {
    opacity: 0.2;
}}.qIgKh_join_now {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(124,160,183) 0%, rgb(165,194,209) 100%);
    margin: 2rem 0;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}.qIgKh_join_now::before {
    opacity: 0.5;
    height: 300px;
    filter: blur(60px);
    width: 300px;
    top: -100px;
    border-radius: 50%;
    position: absolute;
    right: -100px;
    background: rgb(165,194,209,0.5);
    content: "";
    animation: float 8s infinite ease-in-out;
}.qIgKh_join_now::after {
    background: rgb(124,160,183,0.5);
    content: "";
    border-radius: 50%;
    left: -50px;
    filter: blur(40px);
    position: absolute;
    opacity: 0.3;
    width: 200px;
    animation: float 6s infinite ease-in-out reverse;
    height: 200px;
    bottom: -50px;
}.qIgKh_join_now .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    display: flex;
    max-width: 1200px;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
}.qIgKh_join_now h2 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    margin-bottom: 2.5rem;
    color: #ffffff;
    transform: translateY(0);
    opacity: 1;
    max-width: 800px;
    text-align: center;
    transition: transform 0.5s ease, opacity 0.5s ease;
    line-height: 1.4;
    font-weight: 700;
    font-size: 38px;
}.qIgKh_join_now .OmxXG_knowledge_sessions {
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    display: flex;
    gap: 1.5rem;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    padding: 2rem 3rem;
    background: rgba(255,255,255,0.15);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    align-items: center;
    border-radius: 16px;
    justify-content: center;
}.qIgKh_join_now .OmxXG_knowledge_sessions:hover {
    box-shadow: 0 12px 36px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}.qIgKh_join_now svg {
    width: 48px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 48px;
    flex-shrink: 0;
}.qIgKh_join_now svg:hover {
    transform: scale(1.1) rotate(5deg);
}.qIgKh_join_now svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.qIgKh_join_now .OmxXG_knowledge_sessions:hover svg path {
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.5));
    fill: #ffffff;
}.qIgKh_join_now .OmxXG_knowledge_sessions div {
    display: flex;
    align-items: center;
    justify-content: center;
}.qIgKh_join_now .jwgIH_reach_map {
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    color: rgb(165,194,209);
    font-size: 20px;
    padding: 1rem 2.5rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: inline-block;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: #ffffff;
}.qIgKh_join_now .jwgIH_reach_map::before {
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
    left: -100%;
    transition: left 0.7s ease;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.qIgKh_join_now .jwgIH_reach_map:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    background: #ffffff;
    transform: translateY(-3px);
    color: rgb(124,160,183);
}.qIgKh_join_now .jwgIH_reach_map:hover::before {
    left: 100%;
}.qIgKh_join_now .jwgIH_reach_map:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}

@media screen and (max-width: 992px) {.qIgKh_join_now {
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem 0;
}.qIgKh_join_now h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
}.qIgKh_join_now .OmxXG_knowledge_sessions {
    padding: 1.75rem 2.5rem;
}.qIgKh_join_now svg {
    height: 40px;
    width: 40px;
}.qIgKh_join_now .jwgIH_reach_map {
    padding: 0.875rem 2.25rem;
}
}

@media screen and (max-width: 768px) {.qIgKh_join_now {
    padding: 3.5rem 0;
    transform: none;
}.qIgKh_join_now h2 {
    margin-bottom: 1.75rem;
    font-size: calc(38px * 0.8);
}.qIgKh_join_now .OmxXG_knowledge_sessions {
    flex-direction: column;
    padding: 1.5rem 2rem;
    gap: 1.25rem;
}.qIgKh_join_now svg {
    height: 36px;
    width: 36px;
}.qIgKh_join_now .jwgIH_reach_map {
    text-align: center;
    width: 100%;
    padding: 0.75rem 2rem;
}
}

@media screen and (max-width: 576px) {.qIgKh_join_now {
    padding: 3rem 0;
}.qIgKh_join_now h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.qIgKh_join_now .OmxXG_knowledge_sessions {
    padding: 1.25rem 1.5rem;
    width: 90%;
}.qIgKh_join_now svg {
    width: 32px;
    height: 32px;
}.qIgKh_join_now .jwgIH_reach_map {
    padding: 0.75rem 1.5rem;
    font-size: calc(20px * 0.9);
}}.tdPfc_potential_enrollees {
    padding: 130px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(213,228,236) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.tdPfc_potential_enrollees::before {
    background-size: 60px 60px;
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(45deg, rgb(165,194,209,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(124,160,183,0.5) 25%, transparent 25%);
    opacity: 0.05;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}.tdPfc_potential_enrollees .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}.tdPfc_potential_enrollees .OmxXG_knowledge_sessions {
    position: relative;
}.tdPfc_potential_enrollees h4 {
    color: #000000;
    font-size: 38px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    margin-bottom: 70px;
}.tdPfc_potential_enrollees h4::after {
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(165,194,209), rgb(124,160,183));
    left: 50%;
    height: 4px;
    border-radius: 2px;
    width: 70px;
    position: absolute;
    content: "";
}.tdPfc_potential_enrollees div {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
}.tdPfc_potential_enrollees div p {
    min-width: 280px;
    background: #ffffff;
    transition: all 0.3s ease;
    line-height: 1.6;
    font-size: 12px;
    position: relative;
    color: #000000;
    border-radius: 21px;
    z-index: 1;
    flex: 0 0 calc(33.333% - 20px);
    margin: 0;
    padding: 25px 25px 25px 75px;
}.tdPfc_potential_enrollees div p::before {
    position: absolute;
    border-radius: calc(21px - 5px);
    height: calc(100% - 10px);
    border: 1px solid rgb(165,194,209,0.5);
    transition: all 0.3s ease;
    background: #ffffff;
    z-index: -1;
    left: 5px;
    content: "";
    top: 5px;
    opacity: 0.4;
    width: calc(100% - 10px);
}.tdPfc_potential_enrollees div p::after {
    height: calc(100% - 20px);
    position: absolute;
    width: calc(100% - 20px);
    border: 1px solid rgb(124,160,183,0.5);
    background: #ffffff;
    transition: all 0.3s ease;
    opacity: 0.2;
    z-index: -2;
    top: 10px;
    content: "";
    left: 10px;
    border-radius: calc(21px - 10px);
}.tdPfc_potential_enrollees div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.tdPfc_potential_enrollees div p:hover::before {
    left: 10px;
    top: 10px;
}.tdPfc_potential_enrollees div p:hover::after {
    left: 15px;
    top: 15px;
}.tdPfc_potential_enrollees div p svg {
    border-radius: 50%;
    background: rgb(213,228,236);
    width: 35px;
    left: 25px;
    height: 35px;
    padding: 8px;
    position: absolute;
    transition: all 0.3s ease;
    top: 25px;
}.tdPfc_potential_enrollees div p:hover svg {
    transform: rotate(15deg);
    background: rgb(165,194,209,0.5);
}.tdPfc_potential_enrollees div p svg path {
    fill: rgb(165,194,209);
    transition: all 0.3s ease;
}.tdPfc_potential_enrollees div p:hover svg path {
    fill: rgb(124,160,183);
}

@media (max-width: 991px) {.tdPfc_potential_enrollees {
    padding: 100px 0;
}.tdPfc_potential_enrollees h4 {
    margin-bottom: 60px;
    font-size: calc(38px - 2px);
}.tdPfc_potential_enrollees div {
    gap: 25px;
}.tdPfc_potential_enrollees div p {
    flex: 0 0 calc(50% - 15px);
    padding: 20px 20px 20px 65px;
    min-width: 250px;
}.tdPfc_potential_enrollees div p svg {
    width: 30px;
    top: 20px;
    height: 30px;
    left: 20px;
}
}

@media (max-width: 767px) {.tdPfc_potential_enrollees {
    padding: 80px 0;
}.tdPfc_potential_enrollees h4 {
    font-size: calc(38px - 4px);
    margin-bottom: 50px;
}.tdPfc_potential_enrollees div {
    gap: 20px;
}.tdPfc_potential_enrollees div p {
    padding: 18px 18px 18px 60px;
    flex: 0 0 100%;
}.tdPfc_potential_enrollees div p svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 479px) {.tdPfc_potential_enrollees {
    padding: 60px 0;
}.tdPfc_potential_enrollees h4 {
    font-size: calc(38px - 6px);
    margin-bottom: 40px;
    padding-bottom: 15px;
}.tdPfc_potential_enrollees div {
    gap: 15px;
}.tdPfc_potential_enrollees div p {
    font-size: calc(12px - 1px);
    padding: 15px 15px 15px 55px;
}.tdPfc_potential_enrollees div p svg {
    padding: 6px;
    top: 15px;
    width: 25px;
    height: 25px;
    left: 15px;
}}header {
    margin-top: 0;
    position: relative;
    background: rgb(213,228,236);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    z-index: 100;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header::before {
    content: '';
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(165,194,209), 0.03) 25%, 
        rgba(rgb(165,194,209), 0.05) 50%,
        rgba(rgb(165,194,209), 0.03) 75%,
        transparent 100%
    );
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
}header .QJgOz_nav_study {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 2rem;
}header .awJSE_main_mentor {
    margin-right: 2rem;
    position: relative;
    flex: 0 0 auto;
    max-width: 180px;
}header .hHnMz_main_start {
    display: block;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}header .hHnMz_main_start:hover {
    transform: translateY(-3px);
}header .hHnMz_main_start img {
    max-width: 100%;
    display: block;
    filter: brightness(1.03);
    height: auto;
}header .hHnMz_main_start::before {
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: -15px;
    height: 10px;
    transform: scaleX(0.7);
    content: '';
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(165,194,209);
}header .hHnMz_main_start:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .jYPEh_head_info {
    position: relative;
    margin: 0;
    display: flex;
    padding: 0;
    flex-wrap: nowrap;
    list-style: none;
}header .jYPEh_head_info::after {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(165,194,209,0.5), 
        transparent
    );
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    bottom: -15px;
}header .CKxcr_top_navbar {
    margin: 0;
    position: relative;
}header .CKxcr_top_navbar a {
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    padding: 1rem 1.2rem;
    color: #000000;
    display: block;
    font-size: 17px;
    text-decoration: none;
}header .CKxcr_top_navbar a::before {
    width: 100%;
    left: 0;
    content: '';
    background: rgb(165,194,209);
    position: absolute;
    transition: transform 0.3s ease;
    height: 3px;
    transform: translateX(-100%);
    bottom: 0;
}header .CKxcr_top_navbar a:hover {
    color: rgb(165,194,209);
}header .CKxcr_top_navbar a:hover::before {
    transform: translateX(0);
}header .CKxcr_top_navbar a::after {
    background: rgb(165,194,209,0.5);
    left: 0;
    content: '';
    height: 100%;
    transform: scale(0.8);
    position: absolute;
    transition: all 0.3s ease;
    top: 0;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    border-radius: 10px;
    width: 100%;
}header .CKxcr_top_navbar a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .QJgOz_nav_study::before {
    height: 100%;
    background: linear-gradient(-90deg, rgb(213,228,236), transparent);
    width: 30%;
    right: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    content: '';
}header .QJgOz_nav_study::after {
    height: 100%;
    left: 0;
    content: '';
    z-index: -1;
    top: 0;
    width: 30%;
    position: absolute;
    background: linear-gradient(90deg, rgb(213,228,236), transparent);
}header .TVmPz_top_sitebar {
    position: relative;
    background: #ffffff;
    padding-top: 2rem;
    z-index: 1;
}

@media (min-width: 1400px) {header .QJgOz_nav_study {
    margin: 0 auto;
    max-width: 1300px;
}header .CKxcr_top_navbar a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .QJgOz_nav_study {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
}header .awJSE_main_mentor {
    margin-bottom: 0;
    margin-right: 0;
}header .jYPEh_head_info {
    padding-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-top: 0;
}header .CKxcr_top_navbar {
    margin-bottom: 0.5rem;
}header .CKxcr_top_navbar a {
    padding: 0.7rem 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .QJgOz_nav_study {
    padding: 1rem 1.5rem;
}header .awJSE_main_mentor {
    flex: 0 0 auto;
    max-width: 150px;
}header .jYPEh_head_info {
    margin-top: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    padding: 0.5rem 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .jYPEh_head_info::-webkit-scrollbar {
    height: 3px;
}header .jYPEh_head_info::-webkit-scrollbar-thumb {
    background: rgb(165,194,209,0.5);
    border-radius: 10px;
}header .CKxcr_top_navbar {
    flex: 0 0 auto;
}header .CKxcr_top_navbar a {
    padding: 0.6rem 0.8rem;
    font-size: calc(17px - 2px);
    white-space: nowrap;
}header .jYPEh_head_info::after {
    bottom: 0;
}header .hHnMz_main_start::before {
    display: none;
}}.OjAzd_leadership_experience {
    background: linear-gradient(135deg, rgb(213,228,236) 0%, rgb(165,194,209,0.5) 35%, rgb(124,160,183,0.5) 100%);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}.OjAzd_leadership_experience::before {
    opacity: 0.2;
    z-index: 0;
    height: 200%;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(165,194,209,0.5) 120deg, transparent 180deg, rgb(124,160,183,0.5) 260deg, transparent 360deg);
    animation: rotate 20s linear infinite;
    width: 200%;
    top: -50%;
    content: "";
    left: -10%;
    position: absolute;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.OjAzd_leadership_experience .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    perspective: 1000px;
    max-width: 1200px;
}.OjAzd_leadership_experience .zIEZY_review_space {
    grid-template-areas:
    "photo quote"
    "name quote";
    background: #ffffff;
    border-radius: 14px;
    padding: 2.5rem;
    transform: rotateX(5deg) rotateY(-2deg);
    backdrop-filter: blur(10px);
    display: grid;
    transition: transform 0.5s ease;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(165,194,209,0.5);
    grid-template-columns: minmax(220px, 1fr) 2fr;
    gap: 1.5rem;
    grid-template-rows: auto auto;
    transform-style: preserve-3d;
}.OjAzd_leadership_experience .zIEZY_review_space:hover {
    transform: rotateX(0) rotateY(0);
}.OjAzd_leadership_experience .bHulL_inline_image {
    box-shadow: 
    -5px 5px 0 rgb(124,160,183),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    aspect-ratio: 1/1;
    transition: transform 0.3s ease;
    grid-area: photo;
    width: 100%;
    transform: translateZ(20px);
    border-radius: 14px;
}.OjAzd_leadership_experience .zIEZY_review_space:hover .bHulL_inline_image {
    transform: translateZ(30px) scale(1.05);
}.OjAzd_leadership_experience .name {
    font-weight: 700;
    font-size: 19px;
    display: block;
    color: rgb(165,194,209);
    transform: translateZ(10px);
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    grid-area: name;
    position: relative;
}.OjAzd_leadership_experience .name + span {
    grid-area: name;
    align-self: end;
    letter-spacing: 1px;
    font-size: 15px;
    transform: translateZ(5px);
    opacity: 0.8;
    padding-left: 1rem;
    font-weight: 600;
    margin-top: 2rem;
    color: #000000;
    text-transform: uppercase;
}.OjAzd_leadership_experience .sWCDY_job_overview {
    transform: translateZ(15px);
    line-height: 1.7;
    grid-area: quote;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    position: relative;
    transition: transform 0.3s ease;
    color: #000000;
    padding: 2rem;
    font-size: calc(15px * 1.1);
    background: linear-gradient(to right, #ffffff, rgb(213,228,236));
}.OjAzd_leadership_experience .sWCDY_job_overview::before {
    left: 0;
    border-radius: 14px;
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(165,194,209,0.5) 0%, transparent 40%, transparent 60%, rgb(124,160,183,0.5) 100%);
    position: absolute;
    height: 100%;
    content: "";
}.OjAzd_leadership_experience .zIEZY_review_space:hover .sWCDY_job_overview {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.OjAzd_leadership_experience .zIEZY_review_space {
    transform: none;
    grid-template-columns: 1fr;
    grid-template-areas:
      "bHulL_inline_image"
      "name"
      "sWCDY_job_overview";
    grid-template-rows: auto auto auto;
}.OjAzd_leadership_experience .bHulL_inline_image {
    margin: 0 auto;
    max-width: 200px;
}.OjAzd_leadership_experience .name,
  .OjAzd_leadership_experience .name + span {
    text-align: center;
    padding-left: 0;
}.OjAzd_leadership_experience .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.OjAzd_leadership_experience {
    padding: 4rem 1rem;
}.OjAzd_leadership_experience .zIEZY_review_space {
    padding: 1.5rem;
}.OjAzd_leadership_experience .sWCDY_job_overview {
    padding: 1.5rem;
}}.LmfGt_thxBlock {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(213,228,236) 0%, rgb(165,194,209,0.5) 100%);
}.LmfGt_thxBlock::before {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(124,160,183,0.5) 49.5%, rgb(124,160,183,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(124,160,183,0.5) 49.5%, rgb(124,160,183,0.5) 50.5%, transparent 50.5%);
    background-size: 60px 60px;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.1;
    content: "";
    z-index: 1;
    top: 0;
    pointer-events: none;
    height: 100%;
}.LmfGt_thxBlock::after {
    height: 70%;
    z-index: 0;
    width: 50%;
    background: rgb(165,194,209);
    transform: rotate(-15deg) skewX(-15deg);
    content: "";
    right: -10%;
    position: absolute;
    top: 20%;
    opacity: 0.03;
}.LmfGt_thxBlock .container {
    max-width: 1200px;
    z-index: 2;
    perspective: 1000px;
    padding: 0 20px;
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
}.LmfGt_thxBlock h2 {
    text-align: left;
    font-size: 38px;
    color: #000000;
    opacity: 0;
    font-weight: 700;
    transform: translateZ(30px);
    margin-bottom: 40px;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.LmfGt_thxBlock h2::after {
    bottom: -15px;
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(165,194,209), rgb(124,160,183));
    width: 80px;
    height: 4px;
    left: 0;
}.LmfGt_thxBlock .OmxXG_knowledge_sessions {
    padding: 50px 40px;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    opacity: 0;
    border-radius: 10px;
    background: #ffffff;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
}.LmfGt_thxBlock .OmxXG_knowledge_sessions::before {
    content: "";
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(165,194,209,0.5) 0%, transparent 80%);
    width: 100%;
    opacity: 0.07;
}.LmfGt_thxBlock .OmxXG_knowledge_sessions::after {
    position: absolute;
    width: 300%;
    transform: scale(0.8);
    content: "";
    transition: opacity 1.5s ease, transform 1.5s ease;
    top: -100%;
    z-index: 0;
    background: radial-gradient(circle, rgb(165,194,209,0.5) 0%, transparent 70%);
    left: -100%;
    opacity: 0;
    pointer-events: none;
    height: 300%;
}.LmfGt_thxBlock .OmxXG_knowledge_sessions:hover::after {
    opacity: 0.05;
    transform: scale(1);
}.LmfGt_thxBlock ul {
    z-index: 2;
    margin: 0;
    position: relative;
    padding: 0;
    list-style: none;
}.LmfGt_thxBlock li {
    padding-left: 30px;
    position: relative;
    z-index: 2;
}.LmfGt_thxBlock li::before {
    background: linear-gradient(135deg, rgb(165,194,209) 0%, rgb(124,160,183) 100%);
    left: 0;
    top: 12px;
    height: 10px;
    transform: scale(0);
    border-radius: 50%;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 10px;
    position: absolute;
    content: "";
}.LmfGt_thxBlock li span {
    opacity: 0;
    display: block;
    transform: translateY(20px);
    color: #000000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    line-height: 1.8;
}.LmfGt_thxBlock .OmxXG_knowledge_sessions:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}


@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}


@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}

@keyframes expandLine {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

@keyframes popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

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


@media screen and (max-width: 1200px) {.LmfGt_thxBlock {
    padding: 100px 0 80px;
}.LmfGt_thxBlock h2 {
    font-size: calc(38px - 2px);
}
}

@media screen and (max-width: 992px) {.LmfGt_thxBlock {
    padding: 80px 0 60px;
}.LmfGt_thxBlock h2 {
    font-size: calc(38px - 4px);
}.LmfGt_thxBlock .OmxXG_knowledge_sessions {
    padding: 40px 30px;
}
}

@media screen and (max-width: 768px) {.LmfGt_thxBlock {
    padding: 60px 0 50px;
}.LmfGt_thxBlock h2 {
    margin-bottom: 30px;
    font-size: calc(38px - 6px);
}.LmfGt_thxBlock .OmxXG_knowledge_sessions {
    padding: 30px 25px;
    transform: translateZ(0) perspective(1000px) rotateX(0);
}.LmfGt_thxBlock h2::after {
    height: 3px;
    width: 60px;
}.LmfGt_thxBlock li {
    padding-left: 25px;
}.LmfGt_thxBlock li::before {
    width: 8px;
    height: 8px;
}
}

@media screen and (max-width: 576px) {.LmfGt_thxBlock {
    padding: 50px 0 40px;
}.LmfGt_thxBlock h2 {
    margin-bottom: 25px;
    font-size: calc(38px - 8px);
}.LmfGt_thxBlock .OmxXG_knowledge_sessions {
    padding: 25px 20px;
}.LmfGt_thxBlock li {
    padding-left: 22px;
}.LmfGt_thxBlock li span {
    font-size: calc(13px - 1px);
    line-height: 1.6;
}.LmfGt_thxBlock li::before {
    height: 7px;
    top: 10px;
    width: 7px;
}
}

@media (hover: none) {.LmfGt_thxBlock .OmxXG_knowledge_sessions:hover {
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
}.LmfGt_thxBlock .OmxXG_knowledge_sessions:hover::after {
    opacity: 0;
}}.qVjOw_pricing_zone {
    position: relative;
    background-color: rgb(213,228,236);
    overflow: hidden;
    padding: 5rem 0;
}.qVjOw_pricing_zone::before {
    right: -3rem;
    top: -3rem;
    width: 12rem;
    transform: rotate(15deg);
    position: absolute;
    height: 12rem;
    background: linear-gradient(135deg, rgb(165,194,209), rgb(124,160,183));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.07;
    content: "";
}.qVjOw_pricing_zone::after {
    position: absolute;
    bottom: -5rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    width: 18rem;
    height: 18rem;
    z-index: 0;
    content: "";
    transform: rotate(-10deg);
    background: linear-gradient(45deg, rgb(124,160,183), rgb(165,194,209,0.5));
    left: -5rem;
    opacity: 0.05;
}.qVjOw_pricing_zone .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.qVjOw_pricing_zone .cukbI_plan_deals {
    flex-direction: column;
    display: flex;
}.qVjOw_pricing_zone .uXxbz_bundle_rate {
    margin-bottom: 3rem;
    position: relative;
    order: -1;
}.qVjOw_pricing_zone .uXxbz_bundle_rate h2 {
    font-weight: 700;
    font-size: 31px;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
}.qVjOw_pricing_zone .uXxbz_bundle_rate h2::after {
    left: 0;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(165,194,209), transparent);
    width: 60%;
    height: 3px;
    content: "";
    position: absolute;
}.qVjOw_pricing_zone .eBOQb_premium_cost {
    font-size: 13px;
    max-width: 800px;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
}.qVjOw_pricing_zone .ZlXgO_study_price {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    width: 100%;
    gap: 1.5rem;
}.qVjOw_pricing_zone .CDckM_cost_deals {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
    z-index: 2;
    color: #000000;
    text-decoration: none;
}.qVjOw_pricing_zone .Brzax_annual_plan {
    height: 100%;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    min-height: 480px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    position: relative;
}.qVjOw_pricing_zone .CDckM_cost_deals:hover .Brzax_annual_plan {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.qVjOw_pricing_zone .OVNAI_qtr_cost {
    flex: 1;
    padding: 2rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
    flex-direction: column;
    display: flex;
}.qVjOw_pricing_zone .OVNAI_qtr_cost h3 {
    color: #000000;
    font-size: calc(24px + 0.1rem);
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}.qVjOw_pricing_zone .CDckM_cost_deals:hover .OVNAI_qtr_cost h3 {
    color: rgb(165,194,209);
}.qVjOw_pricing_zone .kVNGX_class_rates {
    font-weight: 700;
    display: block;
    color: rgb(165,194,209);
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    font-size: calc(24px + 0.5rem);
}.qVjOw_pricing_zone .kVNGX_class_rates::before {
    bottom: -0.75rem;
    content: "";
    transform-origin: left;
    transform: scaleX(1);
    position: absolute;
    width: 3rem;
    left: 0;
    height: 2px;
    background-color: rgb(165,194,209,0.5);
    transition: transform 0.4s ease;
}.qVjOw_pricing_zone .CDckM_cost_deals:hover .kVNGX_class_rates::before {
    transform: scaleX(1.5);
}.qVjOw_pricing_zone .OVNAI_qtr_cost p {
    font-size: calc(13px - 0.1rem);
    overflow-wrap: break-word;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
}.qVjOw_pricing_zone .bHulL_inline_image {
    height: 180px;
    transition: transform 0.6s ease;
    width: 100%;
    overflow: hidden;
    position: relative;
}.qVjOw_pricing_zone .bHulL_inline_image::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    transition: opacity 0.3s ease;
    opacity: 0.7;
    left: 0;
    content: "";
}.qVjOw_pricing_zone .CDckM_cost_deals:hover .bHulL_inline_image {
    transform: scale(1.03);
}.qVjOw_pricing_zone .CDckM_cost_deals:hover .bHulL_inline_image::after {
    opacity: 0.4;
}.qVjOw_pricing_zone .Brzax_annual_plan::before {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(165,194,209), rgb(124,160,183));
    height: 5px;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
}.qVjOw_pricing_zone .CDckM_cost_deals:hover .Brzax_annual_plan::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.qVjOw_pricing_zone .cukbI_plan_deals {
    gap: 2rem;
    flex-direction: row;
    align-items: flex-start;
}.qVjOw_pricing_zone .uXxbz_bundle_rate {
    order: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    flex: 0 0 30%;
}.qVjOw_pricing_zone .ZlXgO_study_price {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.qVjOw_pricing_zone .Brzax_annual_plan {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.qVjOw_pricing_zone {
    padding: 3rem 0;
}.qVjOw_pricing_zone .ZlXgO_study_price {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.qVjOw_pricing_zone .uXxbz_bundle_rate h2 {
    display: block;
    text-align: center;
}.qVjOw_pricing_zone .uXxbz_bundle_rate h2::after {
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
}.qVjOw_pricing_zone .eBOQb_premium_cost {
    text-align: center;
}.qVjOw_pricing_zone .Brzax_annual_plan {
    min-height: auto;
}.qVjOw_pricing_zone .OVNAI_qtr_cost {
    padding: 1.5rem;
}.qVjOw_pricing_zone .bHulL_inline_image {
    height: 160px;
}
}

@media (min-width: 1024px) {.qVjOw_pricing_zone .ZlXgO_study_price {
    grid-template-columns: repeat(2, 1fr);
}.qVjOw_pricing_zone .CDckM_cost_deals:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.qVjOw_pricing_zone .uXxbz_bundle_rate {
    padding-top: 4rem;
}.qVjOw_pricing_zone .CDckM_cost_deals:hover {
    z-index: 5;
}.qVjOw_pricing_zone .ZlXgO_study_price {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    column-gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.qVjOw_pricing_zone .CDckM_cost_deals,
    .qVjOw_pricing_zone .Brzax_annual_plan,
    .qVjOw_pricing_zone .bHulL_inline_image,
    .qVjOw_pricing_zone .kVNGX_class_rates::before,
    .qVjOw_pricing_zone .Brzax_annual_plan::before {
    transition: none;
}}.ogfFc_help_center {
    background: rgb(124,160,183,0.5);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.ogfFc_help_center::before {
    height: 100%;
    z-index: 0;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(165,194,209,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(124,160,183,0.5) 0%, transparent 40%);
    filter: blur(60px);
    position: absolute;
    left: 0;
    content: "";
}.ogfFc_help_center::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px);
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
}.ogfFc_help_center .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
}.ogfFc_help_center .TFpPi_reach_out {
    overflow: visible;
    position: relative;
    flex-direction: column;
    display: flex;
}.ogfFc_help_center .ezTmw_reach_experts {
    font-size: 43px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    color: #ffffff;
    margin: 0 0 60px 0;
    text-shadow: 
        0 0 5px rgb(165,194,209),
        0 0 10px rgb(165,194,209),
        0 0 20px rgb(165,194,209);
    font-weight: 700;
    display: flex;
    text-align: left;
    align-items: center;
}.ogfFc_help_center .ezTmw_reach_experts svg {
    margin-right: 15px;
    filter: drop-shadow(0 0 5px rgb(165,194,209)) 
           drop-shadow(0 0 10px rgb(165,194,209));
    width: 35px;
    height: 35px;
    stroke-width: 2;
    stroke: #ffffff;
    stroke-linejoin: round;
    fill: none;
    stroke-linecap: round;
}.ogfFc_help_center .content-wrapper {
    backdrop-filter: blur(10px);
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 0 20px rgb(165,194,209,0.5),
        0 0 40px rgba(0, 0, 0, 0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    background: rgba(17, 55, 85, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.ogfFc_help_center .content-wrapper::before {
    top: 0;
    left: 0;
    height: 2px;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(165,194,209), transparent);
}.ogfFc_help_center .content-wrapper::after {
    height: 2px;
    right: 0;
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(124,160,183), transparent);
}.ogfFc_help_center .bHulL_inline_image {
    top: 0;
    opacity: 0.7;
    object-fit: cover;
    width: 60%;
    mix-blend-mode: luminosity;
    height: 100%;
    position: absolute;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 20% 100%);
    right: 0;
    filter: grayscale(70%) contrast(120%) brightness(80%);
}.ogfFc_help_center .bHulL_inline_image::after {
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to right, rgba(10, 10, 20, 0.9), transparent);
    width: 100%;
}.ogfFc_help_center .bkQwv_contact_support {
    padding: 40px;
    width: 60%;
    z-index: 3;
    position: relative;
}.ogfFc_help_center .bkQwv_contact_support p {
    transition: all 0.3s ease;
    font-size: 14px;
    display: flex;
    border-left: 2px solid rgb(165,194,209);
    padding: 15px 25px 15px 50px;
    box-shadow: 
        0 0 10px rgba(0, 0, 0, 0.2),
        inset 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    align-items: center;
    color: #ffffff;
    margin: 0 0 20px 0;
}.ogfFc_help_center .bkQwv_contact_support p:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 0 15px rgba(0, 0, 0, 0.3),
        0 0 5px rgb(165,194,209,0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}.ogfFc_help_center .bkQwv_contact_support p svg {
    height: 20px;
    transform: translateY(-50%);
    position: absolute;
    fill: rgb(165,194,209);
    width: 20px;
    top: 50%;
    left: 15px;
    filter: drop-shadow(0 0 3px rgb(165,194,209));
    transition: all 0.3s ease;
}.ogfFc_help_center .bkQwv_contact_support p:hover svg {
    filter: drop-shadow(0 0 5px rgb(165,194,209));
    transform: translateY(-50%) scale(1.2);
}.ogfFc_help_center .bkQwv_contact_support p:nth-child(even) {
    border-left: 2px solid rgb(124,160,183);
}.ogfFc_help_center .bkQwv_contact_support p:nth-child(even) svg {
    filter: drop-shadow(0 0 3px rgb(124,160,183));
    stroke: rgb(124,160,183);
}.ogfFc_help_center .bkQwv_contact_support p:nth-child(even):hover svg {
    filter: drop-shadow(0 0 5px rgb(124,160,183));
}.ogfFc_help_center .bkQwv_contact_support p span {
    opacity: 0.9;
    margin-left: 10px;
}.ogfFc_help_center .bkQwv_contact_support p a {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.ogfFc_help_center .bkQwv_contact_support p a::before {
    bottom: -2px;
    box-shadow: 0 0 5px rgb(165,194,209);
    position: absolute;
    transition: transform 0.3s ease;
    height: 1px;
    left: 0;
    transform-origin: right;
    width: 100%;
    transform: scaleX(0);
    background: rgb(165,194,209);
    content: "";
}.ogfFc_help_center .bkQwv_contact_support p a:hover {
    color: rgb(165,194,209);
    text-shadow: 0 0 8px rgb(165,194,209,0.5);
}.ogfFc_help_center .bkQwv_contact_support p a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.ogfFc_help_center .bkQwv_contact_support p:nth-child(even) a::before {
    background: rgb(124,160,183);
    box-shadow: 0 0 5px rgb(124,160,183);
}.ogfFc_help_center .bkQwv_contact_support p:nth-child(even) a:hover {
    color: rgb(124,160,183);
    text-shadow: 0 0 8px rgb(124,160,183,0.5);
}.ogfFc_help_center .aBDAZ_ask_for_help {
    border-top: 2px solid rgb(165,194,209);
    width: 60%;
    box-shadow: 
        0 0 20px rgba(0, 0, 0, 0.3),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 30px;
    margin-top: 40px;
}.ogfFc_help_center .MYJHO_reach_team {
    padding-bottom: 15px;
    display: flex;
    text-shadow: 0 0 10px rgb(165,194,209,0.5);
    margin: 0 0 20px 0;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 23px;
    align-items: center;
}.ogfFc_help_center .MYJHO_reach_team svg {
    fill: none;
    margin-right: 12px;
    filter: drop-shadow(0 0 5px rgb(165,194,209,0.5));
    height: 22px;
    width: 22px;
    stroke-linejoin: round;
    stroke-width: 2;
    stroke-linecap: round;
    stroke: rgb(165,194,209);
}.ogfFc_help_center .oPXIu_learn_talk {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 15px;
}.ogfFc_help_center .icQkF_support_request {
    padding: 12px;
    justify-content: center;
    display: flex;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.05);
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
}.ogfFc_help_center .icQkF_support_request:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(165,194,209,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.ogfFc_help_center .icQkF_support_request svg {
    width: 14px;
    height: 14px;
    filter: drop-shadow(0 0 2px rgb(165,194,209,0.5));
    stroke-width: 2;
    stroke-linecap: round;
    margin-right: 8px;
    opacity: 0.7;
    fill: none;
    transition: all 0.3s ease;
    stroke-linejoin: round;
    stroke: rgb(165,194,209);
}.ogfFc_help_center .icQkF_support_request:hover svg {
    transform: rotate(30deg);
    opacity: 1;
    filter: drop-shadow(0 0 5px rgb(165,194,209));
}.ogfFc_help_center .bkQwv_contact_support p {
    opacity: 1;
}
@media (max-width: 1023px) {.ogfFc_help_center .bHulL_inline_image {
    width: 100%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    height: 300px;
}.ogfFc_help_center .bkQwv_contact_support,
    .ogfFc_help_center .aBDAZ_ask_for_help {
    width: 100%;
}.ogfFc_help_center .content-wrapper {
    flex-direction: column;
    display: flex;
}.ogfFc_help_center .bkQwv_contact_support {
    order: 2;
    padding: 30px;
}.ogfFc_help_center .aBDAZ_ask_for_help {
    border-radius: 0 0 14px 14px;
    border-top: none;
    order: 3;
    margin-top: 0;
}.ogfFc_help_center .ezTmw_reach_experts svg {
    height: 30px;
    width: 30px;
}
}
@media (max-width: 767px) {.ogfFc_help_center {
    padding: 80px 0;
}.ogfFc_help_center .ezTmw_reach_experts {
    font-size: calc(34px + 4px);
    margin-bottom: 40px;
}.ogfFc_help_center .ezTmw_reach_experts svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}.ogfFc_help_center .bHulL_inline_image {
    height: 250px;
}.ogfFc_help_center .bkQwv_contact_support {
    padding: 25px;
}.ogfFc_help_center .bkQwv_contact_support p {
    padding: 12px 20px 12px 45px;
}.ogfFc_help_center .bkQwv_contact_support p svg {
    width: 18px;
    height: 18px;
    left: 12px;
}.ogfFc_help_center .aBDAZ_ask_for_help {
    padding: 25px;
}.ogfFc_help_center .MYJHO_reach_team svg {
    margin-right: 10px;
    height: 18px;
    width: 18px;
}.ogfFc_help_center .oPXIu_learn_talk {
    grid-template-columns: repeat(2, 1fr);
}.ogfFc_help_center .icQkF_support_request svg {
    height: 12px;
    width: 12px;
    margin-right: 6px;
}}
.ogfFc_help_center .content-wrapper {
    position: relative;
}.baVdp_customer_experience {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgb(213,228,236) 0%, rgb(165,194,209,0.5) 100%);
}.baVdp_customer_experience::before {
    z-index: 0;
    opacity: 0.3;
    left: 0;
    content: "";
    height: 200px;
    top: 0;
    background: linear-gradient(to right, rgb(124,160,183,0.5), transparent, rgb(124,160,183,0.5));
    right: 0;
    position: absolute;
    transform: skewY(-5deg) translateY(-100px);
}.baVdp_customer_experience::after {
    position: absolute;
    content: "";
    height: 150px;
    bottom: 0;
    transform: skewY(3deg) translateY(50px);
    left: 0;
    background: linear-gradient(to left, rgb(165,194,209,0.5), transparent, rgb(165,194,209,0.5));
    right: 0;
    z-index: 0;
    opacity: 0.3;
}.baVdp_customer_experience .container {
    position: relative;
    z-index: 1;
}.baVdp_customer_experience h2 {
    text-align: center;
    transform: perspective(500px) rotateX(5deg);
    padding-bottom: 20px;
    color: #000000;
    margin-bottom: 70px;
    font-size: 33px;
    position: relative;
    font-weight: 700;
}.baVdp_customer_experience h2::after {
    bottom: 0;
    content: "";
    position: absolute;
    width: 100px;
    transform: translateX(-50%);
    height: 5px;
    left: 50%;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(165,194,209), rgb(124,160,183));
}.baVdp_customer_experience .GKbjY_review_praise {
    transform-style: preserve-3d;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    max-width: 800px;
    display: flex;
    perspective: 1000px;
    gap: 70px;
}.baVdp_customer_experience .zIEZY_review_space {
    position: relative;
    padding: 30px;
    width: 100%;
    transform: translateZ(0);
    flex-direction: column;
    border-radius: 29px;
    transition: all 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    gap: 20px;
    z-index: 1;
    background: #ffffff;
    display: flex;
}.baVdp_customer_experience .zIEZY_review_space:nth-child(odd) {
    transform: translateX(-30px) rotateZ(-1deg);
    align-self: flex-start;
}.baVdp_customer_experience .zIEZY_review_space:nth-child(even) {
    transform: translateX(30px) rotateZ(1deg);
    align-self: flex-end;
}.baVdp_customer_experience .zIEZY_review_space:hover {
    z-index: 2;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: scale(1.03) rotateZ(0);
}.baVdp_customer_experience .zIEZY_review_space::before {
    transform: rotate(45deg);
    box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
    width: 30px;
    background: #ffffff;
    content: "";
    z-index: -1;
    height: 30px;
    left: 30px;
    position: absolute;
    top: -15px;
}.baVdp_customer_experience .zIEZY_review_space:nth-child(even)::before {
    left: auto;
    right: 30px;
}.baVdp_customer_experience .zIEZY_review_space img {
    border-radius: 50%;
    transition: all 0.5s ease;
    position: absolute;
    left: 20px;
    object-fit: cover;
    height: 80px;
    border: 5px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    top: -40px;
    width: 80px;
}.baVdp_customer_experience .zIEZY_review_space:nth-child(even) img {
    left: auto;
    right: 20px;
}.baVdp_customer_experience .zIEZY_review_space:hover img {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: scale(1.1) translateY(-5px);
}.baVdp_customer_experience .zIEZY_review_space p {
    font-family: Arial, sans-serif;
    margin: 0;
}.baVdp_customer_experience .zIEZY_review_space p:first-of-type {
    font-size: 20px;
    position: relative;
    color: #000000;
    margin-left: 100px;
    margin-top: 40px;
    font-weight: 600;
}.baVdp_customer_experience .zIEZY_review_space:nth-child(even) p:first-of-type {
    margin-left: 0;
    text-align: right;
    margin-right: 100px;
}.baVdp_customer_experience .zIEZY_review_space .description {
    padding: 20px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(to right, rgb(213,228,236), transparent);
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
    font-size: 16px;
}.baVdp_customer_experience .zIEZY_review_space:nth-child(even) .description {
    background: linear-gradient(to left, rgb(213,228,236), transparent);
}.baVdp_customer_experience .zIEZY_review_space .description::before {
    font-weight: 700;
    position: absolute;
    line-height: 1;
    font-size: 60px;
    content: "";
    top: -20px;
    color: rgb(165,194,209,0.5);
    left: 0;
}.baVdp_customer_experience .zIEZY_review_space:nth-child(even) .description::before {
    right: 0;
    left: auto;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.baVdp_customer_experience .zIEZY_review_space:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.baVdp_customer_experience .zIEZY_review_space:nth-child(3n+2) {
    animation-delay: 1s;
    animation: float 7s ease-in-out infinite;
}.baVdp_customer_experience .zIEZY_review_space:nth-child(3n) {
    animation-delay: 2s;
    animation: float 8s ease-in-out infinite;
}

@media (max-width: 992px) {.baVdp_customer_experience {
    padding: 80px 0;
}.baVdp_customer_experience .zIEZY_review_space:nth-child(odd),
    .baVdp_customer_experience .zIEZY_review_space:nth-child(even) {
    transform: none;
    width: 90%;
}.baVdp_customer_experience .zIEZY_review_space:hover {
    transform: scale(1.02);
}
}

@media (max-width: 768px) {.baVdp_customer_experience {
    padding: 70px 0;
}.baVdp_customer_experience h2 {
    margin-bottom: 50px;
    transform: none;
}.baVdp_customer_experience .GKbjY_review_praise {
    gap: 80px;
}.baVdp_customer_experience .zIEZY_review_space {
    padding: 25px 20px;
}.baVdp_customer_experience .zIEZY_review_space img {
    height: 60px;
    width: 60px;
    top: -30px;
}.baVdp_customer_experience .zIEZY_review_space p:first-of-type {
    font-size: calc(20px * 0.9);
    margin-top: 30px;
    margin-left: 80px;
}.baVdp_customer_experience .zIEZY_review_space:nth-child(even) p:first-of-type {
    margin-right: 80px;
}.baVdp_customer_experience .zIEZY_review_space .description {
    padding: 15px;
    font-size: calc(16px * 0.95);
}}.fYaXP_secure_cove {
    padding: 5rem 2rem;
    background: linear-gradient(145deg, rgb(213,228,236), #ffffff 85%);
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.fYaXP_secure_cove::before {
    content: "";
    opacity: 0.05;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(165,194,209,0.5),
        transparent 2px,
        transparent 10px,
        rgb(165,194,209,0.5) 12px
    );
    top: 0;
    height: 100%;
    left: 0;
}.fYaXP_secure_cove::after {
    background: radial-gradient(circle, rgb(124,160,183,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    right: -5%;
    top: -5%;
    height: 300px;
    border-radius: 50%;
    content: "";
    opacity: 0.15;
    width: 300px;
    animation: float 15s infinite ease-in-out;
}.fYaXP_secure_cove .container {
    z-index: 1;
    transform: translateZ(0);
    margin: 0 auto;
    display: grid;
    position: relative;
    max-width: 1140px;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.fYaXP_secure_cove h1 {
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    color: rgb(165,194,209);
    border-bottom: 3px solid rgb(165,194,209);
    position: relative;
    margin: 0 0 1.5rem 0;
    font-size: calc(41px * 1.1);
    font-weight: 700;
}.fYaXP_secure_cove h1::after {
    background: rgb(124,160,183);
    position: absolute;
    animation: slide 8s infinite ease-in-out;
    height: 3px;
    width: 100px;
    left: 0;
    content: "";
    bottom: -3px;
}.fYaXP_secure_cove h2 {
    border-left: 4px solid rgb(124,160,183);
    font-size: 32px;
    font-weight: 600;
    margin: 2rem 0 1rem;
    transition: transform 0.3s ease;
    color: rgb(165,194,209);
    padding-left: 1rem;
}.fYaXP_secure_cove h2:hover {
    transform: translateX(5px);
}.fYaXP_secure_cove h3 {
    font-size: calc(32px * 0.85);
    font-weight: 600;
    padding-left: 0.75rem;
    margin: 1.5rem 0 0.75rem;
    border-left: 3px solid rgb(124,160,183,0.5);
    color: #000000;
}.fYaXP_secure_cove h4 {
    border-left: 2px solid rgb(124,160,183,0.5);
    color: #000000;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    font-size: calc(32px * 0.7);
    padding-left: 0.5rem;
}.fYaXP_secure_cove p {
    color: #000000;
    font-size: 15px;
    max-width: 90ch;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}.fYaXP_secure_cove span {
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    font-size: 15px;
    padding: 1rem;
    line-height: 1.7;
    display: block;
    transition: background-color 0.3s ease;
    border-left: 2px solid rgb(124,160,183,0.5);
    margin-bottom: 1.5rem;
    color: #000000;
}.fYaXP_secure_cove span:hover {
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.fYaXP_secure_cove ul {
    list-style: none;
    margin: 1.5rem 0 2rem 1rem;
    padding: 0;
}.fYaXP_secure_cove li {
    line-height: 1.7;
    color: #000000;
    padding-left: 1.75rem;
    font-size: 15px;
    margin-bottom: 1rem;
    position: relative;
}.fYaXP_secure_cove li::before {
    transition: transform 0.2s ease;
    transform: rotate(45deg);
    position: absolute;
    border: 2px solid rgb(124,160,183);
    left: 0;
    top: 0.6rem;
    content: "";
    width: 8px;
    height: 8px;
}.fYaXP_secure_cove li:hover::before {
    transform: rotate(225deg);
}.fYaXP_secure_cove strong {
    font-weight: 600;
    color: rgb(165,194,209);
}

@keyframes slide {
    0%, 100% { left: 0; }
    50% { left: calc(100% - 100px); }
}

@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30px, 30px); }
}

@media (min-width: 768px) {.fYaXP_secure_cove {
    padding: 7rem 3rem;
}.fYaXP_secure_cove .container {
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr);
}.fYaXP_secure_cove h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 2rem;
    transform: translateX(-1rem);
}.fYaXP_secure_cove h2 {
    padding-left: 1.25rem;
    font-size: calc(32px * 1.1);
}.fYaXP_secure_cove p {
    line-height: 1.75;
    font-size: calc(15px * 1.05);
}.fYaXP_secure_cove span {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 1.5rem;
    margin-left: 1rem;
}.fYaXP_secure_cove ul {
    margin-left: 2rem;
}.fYaXP_secure_cove li {
    padding-left: 2rem;
}.fYaXP_secure_cove li::before {
    height: 10px;
    width: 10px;
}
}

@media (min-width: 992px) {.fYaXP_secure_cove {
    padding: 8rem 5rem;
}.fYaXP_secure_cove::before {
    background-size: 15px 15px;
}.fYaXP_secure_cove .container {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.5rem;
}.fYaXP_secure_cove h1 {
    padding-bottom: 1.25rem;
    font-size: calc(41px * 1.3);
    margin-bottom: 2.5rem;
}.fYaXP_secure_cove h2 {
    margin: 3rem 0 1.5rem;
}.fYaXP_secure_cove h3, 
    .fYaXP_secure_cove h4 {
    margin: 2rem 0 1rem;
}.fYaXP_secure_cove p,
    .fYaXP_secure_cove span {
    line-height: 1.8;
}.fYaXP_secure_cove span {
    transition: all 0.3s ease;
    transform: translateZ(0);
}.fYaXP_secure_cove span:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
    transform: translateX(5px);
}.fYaXP_secure_cove ul {
    gap: 1rem 2rem;
    display: grid;
    margin: 2rem 0 3rem 2rem;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}.fYaXP_secure_cove li {
    margin-bottom: 1.25rem;
}.fYaXP_secure_cove li:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}}footer {
    background-color: #000000;
    margin-top: 0;
    position: relative;
}footer::before {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(165,194,209,0.5) 50%,
    #000000 100%);
    height: 100%;
    opacity: 0.9;
}.kQsDm_enroll_info {
    z-index: 5;
    position: relative;
    background-color: transparent;
    padding: 60px 0 40px;
}.kQsDm_enroll_info .container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}.kQsDm_enroll_info .company_holder {
    padding: 30px;
    position: relative;
    grid-column: span 4;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
}.kQsDm_enroll_info .company_holder h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
    color: #ffffff;
    display: inline-block;
}.kQsDm_enroll_info .company_holder h3::after {
    background: rgb(165,194,209);
    bottom: -8px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
}.kQsDm_enroll_info .CVxGg_access_help {
    opacity: 0.8;
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
}.kQsDm_enroll_info .bfloT_about_learn {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 8;
}.kQsDm_enroll_info .jYPEh_head_info {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 30px;
}.kQsDm_enroll_info .jYPEh_head_info h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    position: relative;
}.kQsDm_enroll_info .jYPEh_head_info h5::after {
    left: 0;
    width: 100%;
    content: "";
    background: rgb(124,160,183);
    position: absolute;
    height: 2px;
    bottom: -8px;
}.kQsDm_enroll_info .jYPEh_head_info .paDOs_head_lead {
    grid-gap: 15px;
    display: grid;
}.kQsDm_enroll_info .jYPEh_head_info .paDOs_head_lead a {
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    opacity: 0.8;
    color: #ffffff;
    padding-left: 15px;
    font-size: 15px;
    display: block;
    text-decoration: none;
}.kQsDm_enroll_info .jYPEh_head_info .paDOs_head_lead a::before {
    content: "";
    transform: translateY(-50%);
    position: absolute;
    background: rgb(124,160,183);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
}.kQsDm_enroll_info .jYPEh_head_info .paDOs_head_lead a:hover {
    opacity: 1;
    color: rgb(165,194,209);
    transform: translateX(5px);
}.MAzSe_sample_docs {
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: 40px;
    z-index: 5;
    padding: 25px 0;
}.MAzSe_sample_docs .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.MAzSe_sample_docs .LkENf_partner_logo {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
}

@media (max-width: 991px) {.kQsDm_enroll_info .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.kQsDm_enroll_info .company_holder {
    grid-column: span 12;
}.kQsDm_enroll_info .bfloT_about_learn {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {.kQsDm_enroll_info {
    padding: 40px 0 30px;
}.kQsDm_enroll_info .bfloT_about_learn {
    grid-template-columns: 1fr;
}.kQsDm_enroll_info .company_holder {
    padding: 25px;
}.kQsDm_enroll_info .jYPEh_head_info {
    padding: 25px;
}.kQsDm_enroll_info .company_holder h3 {
    font-size: calc(30px - 2px);
}.kQsDm_enroll_info .jYPEh_head_info h5 {
    font-size: calc(21px - 1px);
}
}

@media (max-width: 575px) {.kQsDm_enroll_info {
    padding: 30px 0 20px;
}.kQsDm_enroll_info .company_holder,
  .kQsDm_enroll_info .jYPEh_head_info {
    padding: 20px;
}.kQsDm_enroll_info .company_holder h3 {
    font-size: calc(30px - 4px);
}.MAzSe_sample_docs {
    padding: 20px 0;
}}

.kQsDm_enroll_info .company_holder:hover,
.kQsDm_enroll_info .jYPEh_head_info:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.kQsDm_enroll_info .container::before {
    background: 
    linear-gradient(to right, rgb(165,194,209,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(165,194,209,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    opacity: 0.05;
    left: 0;
}.kQsDm_enroll_info .company_holder::before {
    background: rgb(165,194,209);
    left: 0;
    content: "";
    opacity: 0.5;
    top: 0;
    height: 100%;
    position: absolute;
    width: 5px;
}.kQsDm_enroll_info .jYPEh_head_info::before {
    height: 100%;
    opacity: 0.5;
    width: 5px;
    position: absolute;
    content: "";
    background: rgb(124,160,183);
    left: 0;
    top: 0;
}footer::after {
    width: 100%;
    z-index: 2;
    left: 0;
    background: linear-gradient(to right,
    rgb(165,194,209),
    rgb(124,160,183),
    rgb(165,194,209));
    bottom: 0;
    content: "";
    position: absolute;
    opacity: 0.3;
    height: 5px;
}.kQsDm_enroll_info .paDOs_head_lead {
    position: relative;
}.kQsDm_enroll_info .paDOs_head_lead::after {
    left: 0;
    height: 1px;
    opacity: 0.2;
    bottom: -15px;
    width: 100%;
    position: absolute;
    background: rgb(124,160,183,0.5);
    content: "";
}.kQsDm_enroll_info .jYPEh_head_info h5,
.kQsDm_enroll_info .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.kQsDm_enroll_info .jYPEh_head_info:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.kQsDm_enroll_info .jYPEh_head_info:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.MAzSe_sample_docs .LkENf_partner_logo {
    display: inline-block;
    position: relative;
}.MAzSe_sample_docs .LkENf_partner_logo::before {
    transform: translateY(-50%);
    left: -40px;
    content: "";
    position: absolute;
    opacity: 0.5;
    background: rgb(165,194,209);
    top: 50%;
    height: 1px;
    width: 30px;
}.MAzSe_sample_docs .LkENf_partner_logo::after {
    width: 30px;
    right: -40px;
    content: "";
    opacity: 0.5;
    height: 1px;
    top: 50%;
    background: rgb(165,194,209);
    transform: translateY(-50%);
    position: absolute;
}.RqGKW_trackingSettingsPopup {
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 90;
    border-top: 2px solid rgb(165,194,209);
    background: rgb(213,228,236);
}.WTLzk_user_default {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
}.RqGKW_trackingSettingsPopup h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.RqGKW_trackingSettingsPopup p {
    font-size: 18px;
}.mjVsI_learn_prefs {
    flex-shrink: 0;
    margin-right: 10px;
}.mjVsI_learn_prefs svg, .mjVsI_learn_prefs svg path, .mjVsI_learn_prefs img {
    height: 100px;
    width: 100px;
    fill: rgb(165,194,209);
}.wUixd_edu_track {
    flex-shrink: 0;
    min-width: 120px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 10px;
    font-size: 24px;
    color: rgb(165,194,209);
    text-align: center;
    line-height: 35px;
    border-bottom: 2px solid rgb(165,194,209);
}.RqGKW_trackingSettingsPopup p a {
    color: rgb(165,194,209);
    text-decoration: none;
}#NYRqS_cookie_notice_box {
    display: none;
}#NYRqS_cookie_notice_box:checked ~ .RqGKW_trackingSettingsPopup {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.RqGKW_trackingSettingsPopup {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.mjVsI_learn_prefs {
    display: none;
}.WTLzk_user_default {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.RqGKW_trackingSettingsPopup h5 {
    text-align: center;
}.RqGKW_trackingSettingsPopup p {
    text-align: center;
}.TjEuP_manage_cookies {
    margin-bottom: 20px;
}body .SkyCW_wrapper-bundle .wUixd_edu_track {
    margin-left: 0;
}}
.SkyCW_wrapper-bundle .WTLzk_user_default {
    justify-content: flex-end;
}.SkyCW_wrapper-bundle .wUixd_edu_track {
    background: rgb(165,194,209);
    margin-left: 30px;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
}.SkyCW_wrapper-bundle .TjEuP_manage_cookies {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.SkyCW_wrapper-bundle .wUixd_edu_track {
    margin-bottom: 10px;
    margin-left: 0;
}}.eYogF_newsletter {
    position: relative;
    padding: 4rem 3rem;
    overflow: hidden;
    background: rgb(213,228,236);
}.eYogF_newsletter::before {
    right: -100px;
    height: 250px;
    position: absolute;
    z-index: 1;
    opacity: 0.7;
    width: 250px;
    background: linear-gradient(135deg, rgb(165,194,209) 0%, rgb(165,194,209,0.5) 100%);
    content: "";
    border-radius: 50%;
    animation: orbit 20s linear infinite;
    top: -100px;
}.eYogF_newsletter::after {
    animation: pulse-circle 15s ease-in-out infinite alternate;
    background: linear-gradient(45deg, rgb(124,160,183) 0%, rgb(124,160,183,0.5) 100%);
    opacity: 0.5;
    left: -50px;
    content: "";
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    bottom: -50px;
    height: 150px;
    width: 150px;
}.eYogF_newsletter .OmxXG_knowledge_sessions {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    grid-template-areas:
        "text form"
        "text form";
    position: relative;
    display: grid;
    z-index: 2;
    gap: 3rem;
}.eYogF_newsletter .OmxXG_knowledge_sessions::before {
    filter: blur(10px);
    z-index: -1;
    left: 50%;
    background: rgb(165,194,209,0.5);
    top: 50%;
    content: "";
    border-radius: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    opacity: 0.2;
    width: 50px;
    position: absolute;
}.eYogF_newsletter p {
    font-weight: 700;
    line-height: 1.6;
    font-size: 24px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding-left: 2rem;
    grid-area: text;
}.eYogF_newsletter p::before {
    content: "";
    left: 0;
    width: 4px;
    top: 0;
    background: linear-gradient(to bottom, rgb(165,194,209), rgb(124,160,183));
    height: 100%;
    border-radius: 10px;
    position: absolute;
}.eYogF_newsletter .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    grid-area: form;
    gap: 1rem;
}.eYogF_newsletter .input_holder::before {
    position: absolute;
    right: -15px;
    animation: rotate 30s linear infinite;
    width: 80px;
    z-index: -1;
    content: "";
    opacity: 0.5;
    height: 80px;
    border: 2px dashed rgb(165,194,209,0.5);
    top: -15px;
    border-radius: 50%;
}.eYogF_newsletter .input_holder::after {
    position: absolute;
    left: 30%;
    z-index: -1;
    border-radius: 50%;
    content: "";
    opacity: 0.3;
    width: 100px;
    bottom: -20px;
    border: 1px solid rgb(124,160,183,0.5);
    animation: float-circle 12s ease-in-out infinite alternate;
    height: 100px;
}.eYogF_newsletter .soXyS_join_now {
    border-radius: 16px;
    transition: all 0.3s ease;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    padding: 1.3rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
}.eYogF_newsletter .soXyS_join_now:focus {
    border-color: rgb(165,194,209,0.5);
    outline: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}.eYogF_newsletter .soXyS_join_now::placeholder {
    color: #000000;
    opacity: 0.6;
}.eYogF_newsletter .DCBab_sub_backdrop {
    transition: all 0.3s ease;
    border: none;
    z-index: 1;
    font-size: 17px;
    color: #ffffff;
    overflow: hidden;
    border-radius: 16px;
    min-width: 150px;
    padding: 1rem 2rem;
    font-weight: 600;
    align-self: flex-end;
    position: relative;
    background: rgb(165,194,209);
    cursor: pointer;
    width: auto;
    font-family: Arial, sans-serif;
}.eYogF_newsletter .DCBab_sub_backdrop::before {
    position: absolute;
    transition: transform 0.5s ease, opacity 0.3s ease;
    top: 50%;
    height: 100%;
    left: 50%;
    background: rgb(124,160,183);
    opacity: 0;
    z-index: -1;
    border-radius: 50%;
    width: 100%;
    content: "";
    transform: translate(-50%, -50%) scale(0);
}.eYogF_newsletter .DCBab_sub_backdrop:hover::before {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(30px) rotate(-360deg);
    }
}

@keyframes pulse-circle {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float-circle {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

@media (max-width: 768px) {.eYogF_newsletter {
    padding: 3rem 1.5rem;
}.eYogF_newsletter .OmxXG_knowledge_sessions {
    grid-template-areas:
            "text"
            "BjHKO_inquiry_feedback";
    grid-template-columns: 1fr;
    gap: 2rem;
}.eYogF_newsletter p {
    font-size: 21px;
}.eYogF_newsletter .input_holder {
    gap: 1rem;
}.eYogF_newsletter .DCBab_sub_backdrop {
    width: 100%;
    align-self: stretch;
}}.XcaLi_company_overview {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background-color: rgb(213,228,236);
}.XcaLi_company_overview::before {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: rgb(165,194,209,0.5);
    height: 100%;
    width: 40%;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}.XcaLi_company_overview::after {
    width: 30%;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background-color: rgb(124,160,183,0.5);
    z-index: 1;
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    height: 40%;
}.XcaLi_company_overview .container {
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.XcaLi_company_overview .OmxXG_knowledge_sessions {
    align-items: center;
    gap: 60px;
    display: flex;
    justify-content: space-between;
}.XcaLi_company_overview .qfhgI_success_path {
    flex: 0 0 350px;
    position: relative;
}.XcaLi_company_overview .qfhgI_success_path::before {
    z-index: -1;
    transition: transform 0.4s ease;
    content: "";
    border-radius: 10px;
    left: 20px;
    width: 100%;
    top: 20px;
    height: 100%;
    position: absolute;
    background-color: rgb(165,194,209);
}.XcaLi_company_overview .qfhgI_success_path:hover::before {
    transform: translate(-8px, 8px);
}.XcaLi_company_overview .bHulL_inline_image {
    position: relative;
    transition: transform 0.4s ease;
    width: 100%;
    height: 400px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}.XcaLi_company_overview .qfhgI_success_path:hover .bHulL_inline_image {
    transform: translate(8px, -8px);
}.XcaLi_company_overview .ykJwB_history_tl {
    bottom: -30px;
    transition: transform 0.4s ease;
    right: -30px;
    min-width: 230px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    position: absolute;
}.XcaLi_company_overview .qfhgI_success_path:hover .ykJwB_history_tl {
    transform: translateY(-5px);
}.XcaLi_company_overview .beOJV_study_guides {
    color: #000000;
    font-size: 23px;
    margin: 0 0 8px 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.XcaLi_company_overview .aqkIN_expert_network {
    font-size: 15px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: rgb(165,194,209);
    margin: 0;
}.XcaLi_company_overview .tWlFE_text_drawer {
    gap: 25px;
    flex: 1;
    flex-direction: column;
    display: flex;
}.XcaLi_company_overview .ExLew_growth_graph {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    gap: 15px;
}.XcaLi_company_overview .ExLew_growth_graph svg {
    fill: rgb(165,194,209);
    width: 50px;
    height: 50px;
}.XcaLi_company_overview .ExLew_growth_graph svg path {
    fill: rgb(165,194,209);
}.XcaLi_company_overview h2 {
    margin: 0 0 5px 0;
    font-family: Arial, sans-serif;
    font-size: 35px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    position: relative;
}.XcaLi_company_overview h2::after {
    width: 70px;
    content: "";
    bottom: -10px;
    height: 4px;
    position: absolute;
    left: 0;
    background-color: rgb(165,194,209);
}.XcaLi_company_overview p {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin: 15px 0 0 0;
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 992px) {.XcaLi_company_overview {
    padding: 70px 0;
}.XcaLi_company_overview::before {
    width: 50%;
}.XcaLi_company_overview .OmxXG_knowledge_sessions {
    flex-direction: column;
    gap: 80px;
}.XcaLi_company_overview .qfhgI_success_path {
    max-width: 450px;
    flex: 0 0 auto;
    width: 100%;
}.XcaLi_company_overview .bHulL_inline_image {
    height: 350px;
}.XcaLi_company_overview .ykJwB_history_tl {
    min-width: 200px;
    padding: 20px;
}

}

@media (max-width: 768px) {.XcaLi_company_overview {
    padding: 60px 0;
}.XcaLi_company_overview::before,
    .XcaLi_company_overview::after {
    opacity: 0.5;
}.XcaLi_company_overview .qfhgI_success_path {
    max-width: 380px;
}.XcaLi_company_overview .bHulL_inline_image {
    height: 300px;
}.XcaLi_company_overview .ykJwB_history_tl {
    bottom: -25px;
    right: -25px;
    padding: 18px;
}.XcaLi_company_overview .beOJV_study_guides {
    font-size: calc(23px * 0.9);
}.XcaLi_company_overview .aqkIN_expert_network {
    font-size: calc(15px * 0.9);
}.XcaLi_company_overview h2 {
    font-size: calc(35px * 0.9);
}.XcaLi_company_overview h2::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 576px) {.XcaLi_company_overview {
    padding: 50px 0;
}.XcaLi_company_overview .OmxXG_knowledge_sessions {
    gap: 60px;
}.XcaLi_company_overview .qfhgI_success_path {
    max-width: 100%;
}.XcaLi_company_overview .bHulL_inline_image {
    height: 280px;
}.XcaLi_company_overview .qfhgI_success_path::before {
    left: 15px;
    top: 15px;
}.XcaLi_company_overview .ykJwB_history_tl {
    right: -15px;
    min-width: 180px;
    bottom: -20px;
    padding: 15px;
}.XcaLi_company_overview .ExLew_growth_graph svg {
    height: 40px;
    width: 40px;
}.XcaLi_company_overview h2 {
    font-size: calc(35px * 0.8);
}.XcaLi_company_overview h2::after {
    height: 3px;
    width: 50px;
    bottom: -8px;
}.XcaLi_company_overview p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}}.cMwtZ_welcome_page {
    justify-content: center;
    min-height: 90vh;
    overflow: hidden;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgb(213,228,236) 0%, rgba(94,170,168,0.05) 100%);
    flex-direction: column;
    position: relative;
    display: flex;
}.cMwtZ_welcome_page::before {
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(94,170,168,0.03) 0px,
        rgba(94,170,168,0.03) 2px,
        transparent 2px,
        transparent 10px
    );
}.cMwtZ_welcome_page::after {
    content: "";
    z-index: 0;
    position: absolute;
    top: -5%;
    background: radial-gradient(circle at center, rgba(94,170,168,0.1) 0%, transparent 70%);
    border-radius: 50%;
    height: 40%;
    right: -5%;
    width: 40%;
}.cMwtZ_welcome_page h1 {
    animation: fadeSlideDown 0.8s ease-out forwards 0.2s;
    position: relative;
    letter-spacing: 0.12rem;
    margin-bottom: 2rem;
    transform: translateY(-15px);
    font-size: calc(24px * 1.2);
    opacity: 0;
    color: #000000;
    text-align: center;
    font-weight: 600;
    z-index: 2;
}.cMwtZ_welcome_page .OmxXG_knowledge_sessions {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    width: 90%;
    gap: 2rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.cMwtZ_welcome_page .tWlFE_text_drawer {
    padding: 2rem;
    backdrop-filter: blur(8px);
    opacity: 0;
    animation: fadeSlideRight 0.8s ease-out forwards 0.4s;
    background: rgba(255, 255, 255, 0.85);
    transform: translateX(-15px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.cMwtZ_welcome_page .tWlFE_text_drawer::before {
    width: 4px;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(165,194,209), rgb(124,160,183));
    content: "";
    height: 100%;
}.cMwtZ_welcome_page ol {
    list-style: none;
    margin: 0;
    padding: 0;
}.cMwtZ_welcome_page li {
    margin-bottom: 2rem;
}.cMwtZ_welcome_page .YIWEO_learn_hero {
    flex-direction: column;
    align-items: center;
    display: flex;
}.cMwtZ_welcome_page svg {
    animation: scaleIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.6s;
    margin-bottom: 1.5rem;
    height: 120px;
    transform: scale(0);
    width: 120px;
}.cMwtZ_welcome_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
    transform-origin: center;
}.cMwtZ_welcome_page svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.cMwtZ_welcome_page svg:hover path {
    fill: rgb(165,194,209);
}.cMwtZ_welcome_page svg:hover text {
    fill: rgb(165,194,209);
}.cMwtZ_welcome_page .YIWEO_learn_hero p {
    color: #000000;
    max-width: 40rem;
    line-height: 1.6;
    text-align: center;
    animation: fadeIn 0.8s ease-out forwards 0.8s;
    margin-bottom: 1rem;
    font-size: 14px;
    opacity: 0;
}.cMwtZ_welcome_page .jwgIH_reach_map {
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s ease-out forwards 1s;
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
    text-decoration: none;
    border: none;
    opacity: 0;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    font-size: 16px;
    z-index: 2;
    background: linear-gradient(135deg, rgb(165,194,209) 0%, rgb(94,170,168) 100%);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, background 0.3s ease;
    padding: 1rem 2.5rem;
    display: inline-block;
    color: #ffffff;
}.cMwtZ_welcome_page .jwgIH_reach_map::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    transition: left 0.6s ease;
    top: 0;
    left: -100%;
    content: "";
    width: 100%;
}.cMwtZ_welcome_page .jwgIH_reach_map:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94,170,168,0.3);
}.cMwtZ_welcome_page .jwgIH_reach_map:hover::before {
    left: 100%;
}.cMwtZ_welcome_page .bHulL_inline_image {
    opacity: 0;
    height: 300px;
    width: 100%;
    transform: translateX(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    animation: fadeSlideLeft 0.8s ease-out forwards 0.6s;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    position: relative;
}.cMwtZ_welcome_page .bHulL_inline_image::after {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(94,170,168,0.3) 0%, transparent 60%);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

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

@media (min-width: 768px) {.cMwtZ_welcome_page {
    padding: 5rem 0;
}.cMwtZ_welcome_page h1 {
    font-size: calc(24px * 1.5);
    margin-bottom: 3rem;
}.cMwtZ_welcome_page .OmxXG_knowledge_sessions {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.cMwtZ_welcome_page .tWlFE_text_drawer {
    padding: 3rem;
}.cMwtZ_welcome_page svg {
    height: 150px;
    width: 150px;
}.cMwtZ_welcome_page .bHulL_inline_image {
    height: 400px;
}
}

@media (min-width: 992px) {.cMwtZ_welcome_page {
    min-height: 100vh;
}.cMwtZ_welcome_page .OmxXG_knowledge_sessions {
    gap: 4rem;
}.cMwtZ_welcome_page .tWlFE_text_drawer {
    padding: 4rem;
}.cMwtZ_welcome_page svg {
    height: 180px;
    width: 180px;
}.cMwtZ_welcome_page .bHulL_inline_image {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    height: 500px;
}.cMwtZ_welcome_page .YIWEO_learn_hero p {
    font-size: calc(14px * 1.1);
}.cMwtZ_welcome_page .jwgIH_reach_map {
    padding: 1.2rem 3rem;
}
}

@media (min-width: 1200px) {.cMwtZ_welcome_page .OmxXG_knowledge_sessions {
    gap: 5rem;
}.cMwtZ_welcome_page h1 {
    font-size: calc(24px * 1.8);
}.cMwtZ_welcome_page .bHulL_inline_image {
    height: 550px;
}.cMwtZ_welcome_page .tWlFE_text_drawer::before {
    width: 6px;
}
}

@media (max-width: 767px) {.cMwtZ_welcome_page .OmxXG_knowledge_sessions {
    display: flex;
    flex-direction: column-reverse;
}.cMwtZ_welcome_page .bHulL_inline_image {
    margin-bottom: 1.5rem;
}.cMwtZ_welcome_page .tWlFE_text_drawer {
    padding: 1.5rem;
}.cMwtZ_welcome_page h1 {
    font-size: calc(24px * 1.1);
}.cMwtZ_welcome_page .YIWEO_learn_hero p {
    font-size: calc(14px * 0.95);
}.cMwtZ_welcome_page .jwgIH_reach_map {
    padding: 0.8rem 2rem;
    font-size: calc(16px * 0.9);
}}.JwybH_metrics_summary {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,228,236) 0%, rgb(124,160,183,0.5) 100%);
    position: relative;
}.JwybH_metrics_summary::before {
    width: 40%;
    right: -5%;
    content: "";
    z-index: 1;
    height: 70%;
    background: linear-gradient(225deg, rgb(165,194,209,0.5) 0%, transparent 70%);
    transform: rotate(-15deg) skew(15deg);
    position: absolute;
    top: -10%;
}.JwybH_metrics_summary::after {
    background: linear-gradient(45deg, rgb(124,160,183,0.5) 0%, transparent 70%);
    left: -5%;
    width: 30%;
    bottom: -10%;
    content: "";
    transform: rotate(15deg) skew(-15deg);
    z-index: 1;
    height: 60%;
    position: absolute;
}.JwybH_metrics_summary .container {
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.JwybH_metrics_summary ul {
    display: grid;
    padding: 0;
    list-style: none;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin: 0 0 3rem 0;
}.JwybH_metrics_summary .eCjIE_value_elevation {
    position: relative;
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    backdrop-filter: blur(5px);
}.JwybH_metrics_summary .eCjIE_value_elevation::before {
    inset: 0;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(135deg, 
                rgb(255, 255, 255, 0.5) 0%, 
                rgb(124,160,183,0.5) 30%, 
                rgb(124,160,183,0.5) 70%, 
                rgb(255, 255, 255, 0.5) 100%);
    transition: opacity 0.3s ease;
    opacity: 0.85;
    content: "";
}.JwybH_metrics_summary .eCjIE_value_elevation:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgb(124,160,183,0.5);
    transform: perspective(1000px) rotateX(2deg) translateZ(10px) scale(1.02);
}.JwybH_metrics_summary .eCjIE_value_elevation:hover::before {
    opacity: 1;
}.JwybH_metrics_summary .eCjIE_value_elevation div {
    justify-content: center;
    align-items: center;
    transform: translateY(0);
    padding: 2rem 1.5rem;
    flex-direction: column;
    height: 100%;
    display: flex;
    text-align: center;
    transition: transform 0.3s ease;
}.JwybH_metrics_summary .eCjIE_value_elevation:hover div {
    transform: translateY(-5px);
}.JwybH_metrics_summary .eCjIE_value_elevation p {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-clip: text;
    background: linear-gradient(135deg, rgb(165,194,209) 0%, rgb(124,160,183) 100%);
    -webkit-text-fill-color: transparent;
    font-size: calc(46px * 1.2);
    color: transparent;
    margin: 0 0 0.5rem;
    line-height: 1;
    -webkit-background-clip: text;
    position: relative;
    font-weight: 700;
}.JwybH_metrics_summary .eCjIE_value_elevation:hover p {
    transform: scale(1.1);
}.JwybH_metrics_summary .eCjIE_value_elevation p::after {
    transition: width 0.3s ease;
    width: 0;
    content: "";
    background: rgb(165,194,209);
    left: 50%;
    height: 3px;
    position: absolute;
    bottom: -0.5rem;
    transform: translateX(-50%);
}.JwybH_metrics_summary .eCjIE_value_elevation:hover p::after {
    width: 50%;
}.JwybH_metrics_summary .eCjIE_value_elevation span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.4;
    max-width: 90%;
    color: #000000;
    transition: letter-spacing 0.3s ease;
}.JwybH_metrics_summary .eCjIE_value_elevation:hover span {
    letter-spacing: 0.04em;
}.JwybH_metrics_summary h4 {
    position: relative;
    color: #000000;
    text-align: center;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    margin: 1rem 0 0;
    padding-bottom: 1rem;
    font-size: 24px;
}.JwybH_metrics_summary h4::before {
    background: linear-gradient(90deg, transparent, rgb(165,194,209), transparent);
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 30%;
}.JwybH_metrics_summary:hover h4 {
    transform: translateY(5px);
}

@media (max-width: 1200px) {.JwybH_metrics_summary ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.JwybH_metrics_summary .eCjIE_value_elevation p {
    font-size: calc(32px * 1.1);
}
}

@media (max-width: 992px) {.JwybH_metrics_summary {
    padding: 4rem 0;
}.JwybH_metrics_summary::before, 
    .JwybH_metrics_summary::after {
    width: 50%;
    height: 50%;
}.JwybH_metrics_summary ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
}

@media (max-width: 768px) {.JwybH_metrics_summary {
    padding: 3rem 0;
}.JwybH_metrics_summary ul {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}.JwybH_metrics_summary .eCjIE_value_elevation div {
    padding: 1.5rem 1rem;
}.JwybH_metrics_summary .eCjIE_value_elevation p {
    font-size: 32px;
}.JwybH_metrics_summary .eCjIE_value_elevation span {
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 576px) {.JwybH_metrics_summary {
    padding: 2.5rem 0;
}.JwybH_metrics_summary ul {
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
    max-width: 320px;
}.JwybH_metrics_summary .eCjIE_value_elevation {
    transform: perspective(1000px) rotateX(0) translateZ(0);
}.JwybH_metrics_summary .eCjIE_value_elevation:hover {
    transform: perspective(1000px) rotateX(0) translateZ(5px) scale(1.01);
}.JwybH_metrics_summary .eCjIE_value_elevation::before {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.JwybH_metrics_summary h4 {
    font-size: calc(21px * 1.1);
}
}