* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    padding: 1px;
    width: 9px;
    background: rgb(165,188,167);
}::-webkit-scrollbar-track {
    background: linear-gradient(14deg, rgb(116,171,122) 92%, rgb(165,188,167,0.5) 82%, rgb(215,223,216) 94%);
    box-shadow: inset -2px -5px 5px 7px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb {
    min-height: 60px;
    box-shadow: 3px 0px 4px 3px rgba(0, 0, 0, 0.6);
    background: rgb(255, 255, 255, 0.5);
    animation: shift_scrollbar 2.3s ease 2;
    border-radius: 19.8em;
}::-webkit-scrollbar-thumb:hover {
    transform: translateX(-2px);
    box-shadow: 2px 0px 11px 5px rgba(0, 0, 0, 0.4);
    background: #ffffff;
    border-color: rgb(165,188,167);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}::-webkit-scrollbar-corner {
    background: rgb(165,188,167,0.5);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(215,223,216) rgb(116,171,122,0.5);
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.NvYS_wrapper-structure {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    width: 1131px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}.sBiX_code_labs {
    flex: 0 0 auto;
}.Ppqo_head_master {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.jtBJ_teaching_history {
    overflow: hidden;
    min-height: 450px;
    background: rgb(215,223,216);
    padding: 80px 40px;
    position: relative;
}.jtBJ_teaching_history::before {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(165,188,167,0.5) 30px,
        rgb(165,188,167,0.5) 32px
    );
    content: "";
}.jtBJ_teaching_history .loei_client_ratings {
    flex-direction: column;
    display: flex;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    perspective: 1000px;
}.jtBJ_teaching_history .mJEW_img_border {
    width: 140px;
    position: relative;
    border-radius: 50%;
    border: 4px solid #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    margin-left: 60px;
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 140px;
}.jtBJ_teaching_history .loei_client_ratings:hover .mJEW_img_border {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(165,188,167);
}.jtBJ_teaching_history .XMTv_emp_summary {
    margin-top: -40px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-radius: 17px;
    background: #ffffff;
    transform: translateZ(0);
    position: relative;
    padding: 60px 40px 40px;
}.jtBJ_teaching_history .loei_client_ratings:hover .XMTv_emp_summary {
    transform: translateZ(30px);
}.jtBJ_teaching_history .XMTv_emp_summary::before {
    height: 0;
    width: 4px;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(165,188,167), rgb(116,171,122));
    left: 0;
    position: absolute;
    transition: height 0.5s ease;
}.jtBJ_teaching_history .loei_client_ratings:hover .XMTv_emp_summary::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.jtBJ_teaching_history .name {
    margin-bottom: 5px;
    font-weight: 700;
    transform: translateX(0);
    transition: all 0.4s ease;
    font-size: 31px;
    color: #000000;
    letter-spacing: 1px;
}.jtBJ_teaching_history .loei_client_ratings:hover .name {
    color: rgb(165,188,167);
    transform: translateX(15px);
}.jtBJ_teaching_history .XMTv_emp_summary > div:nth-child(2) {
    font-weight: 600;
    font-size: 17px;
    transition: all 0.4s ease 0.1s;
    opacity: 0.8;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: rgb(116,171,122);
    letter-spacing: 0.5px;
    transform: translateX(0);
}.jtBJ_teaching_history .loei_client_ratings:hover .XMTv_emp_summary > div:nth-child(2) {
    transform: translateX(15px);
}.jtBJ_teaching_history .zypl_career_details {
    position: relative;
    padding: 20px 0;
    color: #000000;
    transform: translateY(0);
    opacity: 0.9;
    transition: all 0.4s ease 0.2s;
    font-size: 17px;
    line-height: 1.8;
}.jtBJ_teaching_history .loei_client_ratings:hover .zypl_career_details {
    transform: translateY(-5px);
}.jtBJ_teaching_history .zypl_career_details::before,
.jtBJ_teaching_history .zypl_career_details::after {
    position: absolute;
    background: rgb(116,171,122,0.5);
    width: 35px;
    transition: all 0.4s ease;
    content: "";
    height: 1px;
}.jtBJ_teaching_history .zypl_career_details::before {
    top: 0;
    left: 0;
}.jtBJ_teaching_history .zypl_career_details::after {
    right: 0;
    bottom: 0;
}.jtBJ_teaching_history .loei_client_ratings:hover .zypl_career_details::before,
.jtBJ_teaching_history .loei_client_ratings:hover .zypl_career_details::after {
    background: rgb(116,171,122);
    width: 100px;
    height: 2px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(165,188,167,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(165,188,167);
    }
}

@media (min-width: 768px) {.jtBJ_teaching_history .loei_client_ratings {
    flex-direction: row;
    align-items: center;
}.jtBJ_teaching_history .mJEW_img_border {
    height: 180px;
    z-index: 5;
    margin-left: 0;
    width: 180px;
    margin-right: -80px;
}.jtBJ_teaching_history .XMTv_emp_summary {
    margin-top: 0;
    padding-left: 100px;
    flex: 1;
}
}

@media (max-width: 767px) {.jtBJ_teaching_history {
    padding: 60px 20px;
}.jtBJ_teaching_history .XMTv_emp_summary {
    padding: 60px 25px 35px;
}.jtBJ_teaching_history .name {
    font-size: calc(31px - 4px);
}.jtBJ_teaching_history .XMTv_emp_summary > div:nth-child(2) {
    font-size: calc(17px - 1px);
}.jtBJ_teaching_history .zypl_career_details {
    font-size: calc(17px - 1px);
}}.FtwZ_course_offering {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(215,223,216) 0%, rgb(165,188,167,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.FtwZ_course_offering::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(165,188,167,0.5),
        rgb(165,188,167,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.04;
    content: "";
    position: absolute;
    height: 100%;
}.FtwZ_course_offering .container {
    position: relative;
    z-index: 2;
}.FtwZ_course_offering .kVNU_class_track {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 0;
}.FtwZ_course_offering .cyft_text_pod {
    z-index: 3;
    transform: translateY(0);
    background: #ffffff;
    border-radius: 17px;
    padding: 2.5rem;
    position: relative;
    transition: transform 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.FtwZ_course_offering .cyft_text_pod:hover {
    transform: translateY(-10px);
}.FtwZ_course_offering .cyft_text_pod::before {
    content: "";
    border-radius: 50%;
    opacity: 0.6;
    background: rgb(116,171,122,0.5);
    right: 3rem;
    height: 8rem;
    z-index: -1;
    top: -4rem;
    width: 8rem;
    position: absolute;
}.FtwZ_course_offering .cyft_text_pod h2 {
    color: rgb(165,188,167);
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease forwards;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 36px;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.FtwZ_course_offering .cyft_text_pod h2::after {
    width: 3rem;
    left: 0;
    bottom: -10px;
    background: rgb(116,171,122);
    position: absolute;
    height: 4px;
    border-radius: 10px;
    content: "";
    transition: width 0.4s ease;
}.FtwZ_course_offering .cyft_text_pod:hover h2::after {
    width: 100%;
}.FtwZ_course_offering .cyft_text_pod .description {
    animation-delay: 0.2s;
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
    position: relative;
    margin-bottom: 1.2rem;
    color: #000000;
    line-height: 1.7;
    padding-left: 1rem;
    font-size: 12px;
}.FtwZ_course_offering .cyft_text_pod .description:last-of-type {
    animation-delay: 0.4s;
    margin-bottom: 0;
    font-weight: 600;
}.FtwZ_course_offering .cyft_text_pod .description::before {
    content: "";
    background: rgb(116,171,122);
    border-radius: 50%;
    left: 0;
    top: 0.5rem;
    height: 4px;
    position: absolute;
    width: 4px;
}.FtwZ_course_offering .mJEW_img_border {
    height: 320px;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    border-radius: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    position: relative;
    z-index: 2;
    margin-top: -2rem;
    transition: transform 0.5s ease;
}.FtwZ_course_offering .mJEW_img_border:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.FtwZ_course_offering .mJEW_img_border::after {
    content: "";
    background: linear-gradient(
        to bottom right,
        rgb(165,188,167,0.5) 0%,
        transparent 40%
    );
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}

@media (min-width: 768px) {.FtwZ_course_offering .kVNU_class_track {
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
}.FtwZ_course_offering .cyft_text_pod {
    align-self: center;
    margin-right: -4rem;
    grid-column: 1 / 2;
}.FtwZ_course_offering .mJEW_img_border {
    height: 400px;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    margin-top: 0;
    grid-column: 2 / 3;
}.FtwZ_course_offering .mJEW_img_border::before {
    background: rgb(116,171,122);
    height: 20px;
    opacity: 0.4;
    filter: blur(15px);
    position: absolute;
    bottom: -20px;
    left: 20px;
    content: "";
    width: 60%;
    z-index: -1;
}
}

@media (min-width: 992px) {.FtwZ_course_offering .kVNU_class_track {
    grid-template-columns: 1.2fr 0.8fr;
}.FtwZ_course_offering .cyft_text_pod {
    padding: 3rem;
}.FtwZ_course_offering .mJEW_img_border {
    height: 450px;
    margin-top: 3rem;
}.FtwZ_course_offering .cyft_text_pod::after {
    opacity: 0.4;
    content: "";
    background: rgb(165,188,167,0.5);
    border-radius: 50%;
    height: 6rem;
    bottom: -3rem;
    width: 6rem;
    z-index: -1;
    position: absolute;
    left: 25%;
}
}

@media (max-width: 767px) {.FtwZ_course_offering {
    padding: 4rem 0;
}.FtwZ_course_offering .mJEW_img_border {
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}}.BtuX_enroll_instantly {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, #000000 0%, rgb(215,223,216) 100%);
}.BtuX_enroll_instantly::before {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    content: '';
    z-index: 1;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(rgb(165,188,167,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(165,188,167,0.5) 1px, transparent 1px);
    left: 0;
    top: 0;
}.BtuX_enroll_instantly .XUaG_learn_learnings {
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 21px;
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    text-align: center;
    z-index: 10;
    overflow: hidden;
    padding: 70px 50px;
    background: rgba(255, 255, 255, 0.1);
}.BtuX_enroll_instantly .XUaG_learn_learnings::before,
.BtuX_enroll_instantly .XUaG_learn_learnings::after {
    border-radius: 50%;
    filter: blur(60px);
    position: absolute;
    content: '';
    z-index: -1;
    width: 300px;
    height: 300px;
    opacity: 0.5;
}.BtuX_enroll_instantly .XUaG_learn_learnings::before {
    background: rgb(165,188,167);
    animation: float-blob1 15s ease-in-out infinite alternate;
    left: -100px;
    top: -100px;
}.BtuX_enroll_instantly .XUaG_learn_learnings::after {
    animation: float-blob2 20s ease-in-out infinite alternate;
    background: rgb(116,171,122);
    right: -100px;
    bottom: -100px;
}.BtuX_enroll_instantly .container p {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    color: #ffffff;
    z-index: 5;
    font-size: 29px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 50px;
}.BtuX_enroll_instantly .container p::first-letter {
    font-size: 130%;
    color: rgb(165,188,167);
}.BtuX_enroll_instantly .IwoB_message_inquiry {
    background: rgba(255, 255, 255, 0.1);
    padding: 16px 42px;
    backdrop-filter: blur(5px);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    overflow: hidden;
    border-radius: 21px;
    z-index: 5;
    font-size: 17px;
    -webkit-backdrop-filter: blur(5px);
}.BtuX_enroll_instantly .IwoB_message_inquiry::before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(45deg, rgb(165,188,167), rgb(116,171,122));
    width: 100%;
    content: '';
    transition: opacity 0.4s ease;
}.BtuX_enroll_instantly .IwoB_message_inquiry:hover {
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px) scale(1.05);
}.BtuX_enroll_instantly .IwoB_message_inquiry:hover::before {
    opacity: 0.8;
}.BtuX_enroll_instantly::after {
    left: 0;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    opacity: 0.1;
    animation: twinkle 10s linear infinite;
    top: 0;
    content: '';
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: 50px 50px;
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes float-blob1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.2);
    }
    100% {
        transform: translate(10px, 40px) scale(0.8);
    }
}

@keyframes float-blob2 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, -20px) scale(1.2);
    }
    100% {
        transform: translate(-10px, -40px) scale(0.9);
    }
}

@media (max-width: 991px) {.BtuX_enroll_instantly {
    padding: 90px 0;
}.BtuX_enroll_instantly .XUaG_learn_learnings {
    padding: 50px 30px;
}.BtuX_enroll_instantly .container p {
    font-size: calc(18px * 1.3);
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.BtuX_enroll_instantly {
    padding: 70px 0;
}.BtuX_enroll_instantly .XUaG_learn_learnings {
    padding: 40px 25px;
}.BtuX_enroll_instantly .container p {
    font-size: 18px;
    margin-bottom: 30px;
}.BtuX_enroll_instantly .IwoB_message_inquiry {
    padding: 14px 34px;
}
}

@media (max-width: 480px) {.BtuX_enroll_instantly {
    padding: 50px 0;
}.BtuX_enroll_instantly .XUaG_learn_learnings {
    padding: 30px 20px;
}.BtuX_enroll_instantly .container p {
    margin-bottom: 25px;
    font-size: calc(13px * 1.2);
}.BtuX_enroll_instantly .IwoB_message_inquiry {
    font-size: calc(17px * 0.9);
    padding: 12px 28px;
}.BtuX_enroll_instantly .XUaG_learn_learnings::before,
    .BtuX_enroll_instantly .XUaG_learn_learnings::after {
    height: 200px;
    width: 200px;
}}.wdAs_find_contact {
    padding: 100px 0;
    position: relative;
    background: rgb(215,223,216);
    isolation: isolate;
    overflow: hidden;
}.wdAs_find_contact::before {
    opacity: 0.15;
    transform: skewY(-5deg);
    background: 
        linear-gradient(0deg, transparent 50%, rgb(165,188,167,0.5) 50%) 0 0 / 40px 40px,
        linear-gradient(90deg, transparent 50%, rgb(165,188,167,0.5) 50%) 0 0 / 40px 40px;
    top: 0;
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
}.wdAs_find_contact::after {
    content: "";
    right: -10%;
    height: 80%;
    opacity: 0.1;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(80px);
    animation: blobMovement 20s ease-in-out infinite alternate;
    width: 60%;
    z-index: -2;
    background: rgb(116,171,122,0.5);
    top: -20%;
}@keyframes blobMovement {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: rotate(0deg);
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: rotate(180deg);
    }
    100% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: rotate(360deg);
    }
}
.wdAs_find_contact .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.wdAs_find_contact .xajO_edu_help {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
    border-radius: 27px;
}.wdAs_find_contact .xajO_edu_help::before {
    top: 0;
    z-index: 1;
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(165,188,167), rgb(116,171,122));
    width: 100%;
}.wdAs_find_contact .xajO_edu_help::after {
    background: radial-gradient(circle at bottom right, rgb(165,188,167,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.05;
    z-index: 0;
}.wdAs_find_contact h3 {
    padding-left: 18px;
    font-size: 37px;
    margin: 40px 40px 20px;
    font-weight: 700;
    color: rgb(165,188,167);
    position: relative;
    grid-column: 1 / -1;
    border-left: 4px solid rgb(116,171,122);
}.wdAs_find_contact h3 svg {
    height: 28px;
    transform-origin: center;
    stroke: rgb(116,171,122);
    vertical-align: middle;
    width: 28px;
    animation: pulseIcon 3s ease-in-out infinite;
    fill: rgb(165,188,167);
    stroke-width: 0.5;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    margin-right: 10px;
}@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}
.wdAs_find_contact h3 svg path {
    transition: all 0.3s ease;
    fill-opacity: 0.9;
}.wdAs_find_contact .dmTD_message_info {
    color: #000000;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 40px 30px;
    grid-column: 1 / -1;
}.wdAs_find_contact .wgfV_reach_us {
    gap: 20px;
    z-index: 2;
    grid-column: span 2;
    padding: 0 40px 40px;
    display: flex;
    flex-direction: column;
    position: relative;
}.wdAs_find_contact .wgfV_reach_us::before {
    position: absolute;
    height: 3px;
    top: -10px;
    background: rgb(165,188,167);
    width: 50px;
    content: "";
    border-radius: 10px;
    left: 40px;
}.wdAs_find_contact .wgfV_reach_us span {
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    background: rgb(215,223,216);
    overflow: hidden;
    padding: 15px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}.wdAs_find_contact .wgfV_reach_us span::before {
    left: 0;
    transition: width 0.3s ease;
    background: linear-gradient(to bottom, rgb(165,188,167), rgb(116,171,122));
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.7;
    position: absolute;
    width: 3px;
}.wdAs_find_contact .wgfV_reach_us span:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(8px);
}.wdAs_find_contact .wgfV_reach_us span:hover::before {
    width: 5px;
}.wdAs_find_contact .wgfV_reach_us span svg {
    height: 22px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
    width: 22px;
    stroke: rgb(165,188,167);
    margin: 0 12px;
    transition: all 0.3s ease;
    fill: rgb(165,188,167);
    stroke-width: 0.8;
}.wdAs_find_contact .wgfV_reach_us span:hover svg {
    fill: rgb(116,171,122);
    transform: translateY(-2px) scale(1.1);
}.wdAs_find_contact .wgfV_reach_us span svg path {
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
    transition: all 0.5s ease;
}.wdAs_find_contact .wgfV_reach_us span:hover svg path {
    stroke-dashoffset: 100;
}.wdAs_find_contact .wgfV_reach_us span p {
    font-weight: 600;
    color: #000000;
    flex: 1;
    margin: 0;
}.wdAs_find_contact .wgfV_reach_us span span {
    color: rgb(165,188,167);
    margin-left: 5px;
    padding: 0;
    font-weight: 400;
    display: inline;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}.wdAs_find_contact .wgfV_reach_us span span::before {
    display: none;
}.wdAs_find_contact .wgfV_reach_us span span a {
    position: relative;
    color: rgb(165,188,167);
    text-decoration: none;
    display: inline-flex;
    transition: all 0.3s ease;
    align-items: center;
}.wdAs_find_contact .wgfV_reach_us span span a svg {
    stroke-width: 0.5;
    margin-right: 5px;
    height: 16px;
    transition: all 0.3s ease;
    fill: rgb(165,188,167);
    stroke: rgb(165,188,167);
    width: 16px;
    opacity: 0.8;
}.wdAs_find_contact .wgfV_reach_us span span a:hover svg {
    fill: rgb(116,171,122);
    opacity: 1;
    stroke: rgb(116,171,122);
    transform: rotate(15deg);
}.wdAs_find_contact .wgfV_reach_us span span a::after {
    bottom: -2px;
    left: 0;
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    height: 1px;
    background: rgb(165,188,167);
    content: "";
}.wdAs_find_contact .wgfV_reach_us span span a:hover {
    color: rgb(116,171,122);
}.wdAs_find_contact .wgfV_reach_us span span a:hover::after {
    width: 100%;
    background: rgb(116,171,122);
}.wdAs_find_contact .elXx_submit_request {
    border-radius: 10px;
    padding: 30px;
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    background: linear-gradient(145deg, rgb(215,223,216), rgba(255, 255, 255, 0.9));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    position: relative;
}.wdAs_find_contact .elXx_submit_request::before {
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.8;
    background: rgb(116,171,122);
    left: 0;
    height: 4px;
}.wdAs_find_contact .elXx_submit_request::after {
    width: 30px;
    right: 0;
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.3;
    position: absolute;
    background: rgb(116,171,122,0.5);
    top: 0;
    height: 30px;
}.wdAs_find_contact .elXx_submit_request h4 {
    align-items: center;
    font-weight: 600;
    color: rgb(165,188,167);
    position: relative;
    font-size: 19px;
    display: inline-flex;
    margin-bottom: 20px;
}.wdAs_find_contact .elXx_submit_request h4 svg {
    stroke-width: 0.5;
    height: 24px;
    margin-right: 8px;
    animation: clockRotate 8s linear infinite;
    fill: rgb(116,171,122);
    width: 24px;
    stroke: rgb(165,188,167);
}@keyframes clockRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.wdAs_find_contact .elXx_submit_request h4 svg path {
    transition: all 0.3s ease;
}.wdAs_find_contact .elXx_submit_request h4::after {
    content: "";
    bottom: -5px;
    position: absolute;
    width: 30px;
    height: 2px;
    background: rgb(165,188,167);
    transition: width 0.3s ease;
    left: 0;
}.wdAs_find_contact .elXx_submit_request:hover h4::after {
    width: 100%;
}.wdAs_find_contact .elXx_submit_request span {
    font-size: 18px;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    display: flex;
    border-bottom: 1px dashed rgb(165,188,167,0.5);
    align-items: center;
    padding: 8px;
}.wdAs_find_contact .elXx_submit_request span svg {
    stroke: rgb(215,223,216);
    fill: rgb(165,188,167);
    transition: all 0.3s ease;
    transform-origin: center;
    margin-right: 10px;
    stroke-width: 0.5;
    opacity: 0.7;
    width: 18px;
    height: 18px;
}.wdAs_find_contact .elXx_submit_request span:hover svg {
    opacity: 1;
    transform: rotate(10deg) scale(1.1);
    fill: rgb(116,171,122);
}.wdAs_find_contact .elXx_submit_request span svg path {
    fill-opacity: 0.8;
    transition: all 0.3s ease;
}.wdAs_find_contact .elXx_submit_request span:hover svg path {
    fill-opacity: 1;
}.wdAs_find_contact .elXx_submit_request span:last-child {
    border-bottom: none;
}.wdAs_find_contact .elXx_submit_request span:hover {
    transform: translateX(8px);
    color: rgb(165,188,167);
}
@media (max-width: 991px) {.wdAs_find_contact {
    padding: 70px 0;
}.wdAs_find_contact .xajO_edu_help {
    grid-template-columns: 1fr;
    gap: 20px;
}.wdAs_find_contact h3 {
    margin: 30px 30px 15px;
    font-size: calc(37px - 0.2rem);
}.wdAs_find_contact h3 svg {
    width: 24px;
    height: 24px;
}.wdAs_find_contact .dmTD_message_info {
    margin: 0 30px 25px;
}.wdAs_find_contact .wgfV_reach_us {
    padding: 0 30px 20px;
}.wdAs_find_contact .wgfV_reach_us span svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.wdAs_find_contact .elXx_submit_request {
    grid-row: auto;
    grid-column: 1 / 2;
    margin: 0 30px 30px;
}.wdAs_find_contact .elXx_submit_request h4 svg {
    height: 22px;
    width: 22px;
}.wdAs_find_contact .elXx_submit_request span svg {
    width: 16px;
    height: 16px;
}
}
@media (max-width: 767px) {.wdAs_find_contact {
    padding: 50px 0;
}.wdAs_find_contact .xajO_edu_help {
    gap: 15px;
}.wdAs_find_contact h3 {
    font-size: calc(37px - 0.3rem);
    margin: 25px 25px 15px;
}.wdAs_find_contact h3 svg {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}.wdAs_find_contact .dmTD_message_info {
    margin: 0 25px 20px;
}.wdAs_find_contact .wgfV_reach_us {
    padding: 0 25px 15px;
}.wdAs_find_contact .wgfV_reach_us::before {
    left: 25px;
}.wdAs_find_contact .elXx_submit_request {
    padding: 25px;
    margin: 0 25px 25px;
}.wdAs_find_contact .elXx_submit_request h4 svg {
    height: 20px;
    width: 20px;
}
}
@media (max-width: 480px) {.wdAs_find_contact {
    padding: 40px 0;
}.wdAs_find_contact .container {
    padding: 0 15px;
}.wdAs_find_contact .xajO_edu_help {
    gap: 10px;
}.wdAs_find_contact h3 {
    font-size: calc(37px - 0.4rem);
    margin: 20px 20px 15px;
}.wdAs_find_contact h3 svg {
    height: 20px;
    margin-right: 6px;
    width: 20px;
}.wdAs_find_contact .dmTD_message_info {
    margin: 0 20px 20px;
}.wdAs_find_contact .wgfV_reach_us {
    padding: 0 20px 15px;
}.wdAs_find_contact .wgfV_reach_us::before {
    left: 20px;
}.wdAs_find_contact .wgfV_reach_us span {
    padding: 12px 15px;
}.wdAs_find_contact .wgfV_reach_us span svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}.wdAs_find_contact .wgfV_reach_us span span a svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}.wdAs_find_contact .elXx_submit_request {
    padding: 20px;
    margin: 0 20px 20px;
}.wdAs_find_contact .elXx_submit_request span {
    padding: 6px 0;
}.wdAs_find_contact .elXx_submit_request h4 svg {
    width: 18px;
    margin-right: 6px;
    height: 18px;
}.wdAs_find_contact .elXx_submit_request span svg {
    width: 14px;
    margin-right: 8px;
    height: 14px;
}}.fRxF_ty_section {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,223,216) 0%, rgba(rgb(165,188,167), 0.1) 100%);
    padding: 80px 0;
    position: relative;
}.fRxF_ty_section::before {
    opacity: 0.07;
    height: 200px;
    z-index: 1;
    background: linear-gradient(225deg, rgb(165,188,167) 0%, rgb(116,171,122) 100%);
    right: -50px;
    position: absolute;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform: rotate(45deg);
    top: -50px;
    width: 200px;
    border-radius: 10px;
}.fRxF_ty_section::after {
    height: 150px;
    transform: rotate(30deg);
    border-radius: 10px;
    content: "";
    background: linear-gradient(45deg, rgb(116,171,122) 0%, rgb(165,188,167) 100%);
    position: absolute;
    left: -30px;
    opacity: 0.05;
    width: 150px;
    bottom: -30px;
    z-index: 1;
}.fRxF_ty_section:hover::before {
    transform: rotate(55deg) scale(1.1);
}.fRxF_ty_section .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.fRxF_ty_section .XUaG_learn_learnings {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    border-left: 4px solid rgb(165,188,167);
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    background: #ffffff;
    display: grid;
    transform: translateY(0);
    gap: 30px;
    position: relative;
    padding: 40px;
    grid-template-columns: 1fr;
}.fRxF_ty_section .XUaG_learn_learnings:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
}.fRxF_ty_section .XUaG_learn_learnings::before {
    height: 100%;
    content: "";
    width: 100%;
    pointer-events: none;
    left: 0;
    background: linear-gradient(to right, rgba(rgb(165,188,167), 0.02) 0%, transparent 100%);
    position: absolute;
    top: 0;
}.fRxF_ty_section .XUaG_learn_learnings > div:first-child {
    position: relative;
}.fRxF_ty_section .XUaG_learn_learnings > div:first-child::after {
    width: 60px;
    transform-origin: left;
    bottom: -15px;
    left: 0;
    content: "";
    background: rgb(165,188,167);
    transform: scaleX(1);
    height: 3px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.fRxF_ty_section .XUaG_learn_learnings:hover > div:first-child::after {
    transform: scaleX(1.5);
}.fRxF_ty_section h5 {
    font-size: 19px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.4;
    position: relative;
}.fRxF_ty_section p {
    transition: transform 0.3s ease;
    position: relative;
    line-height: 1.7;
    font-size: 12px;
    margin: 0;
    color: #000000;
}.fRxF_ty_section a {
    position: relative;
    overflow: hidden;
    color: inherit;
    padding: 5px 0;
    text-decoration: none;
    display: block;
}.fRxF_ty_section a::before {
    transform: scaleX(0);
    transform-origin: right;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 1px;
    content: "";
    width: 100%;
    bottom: 0;
    background: rgb(165,188,167);
    position: absolute;
}.fRxF_ty_section a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.fRxF_ty_section a:hover p {
    transform: translateY(-2px);
}.fRxF_ty_section .XUaG_learn_learnings > div:last-child {
    position: relative;
}.fRxF_ty_section .XUaG_learn_learnings > div:last-child::before {
    transition: all 0.3s ease;
    transform: rotate(-10deg);
    content: "✓";
    opacity: 0.2;
    position: absolute;
    top: -15px;
    color: rgb(165,188,167);
    right: 0;
    font-size: 18px;
}.fRxF_ty_section .XUaG_learn_learnings:hover > div:last-child::before {
    opacity: 0.5;
    transform: rotate(0);
}

@media (min-width: 768px) {.fRxF_ty_section {
    padding: 100px 0;
}.fRxF_ty_section .XUaG_learn_learnings {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    padding: 60px;
}.fRxF_ty_section h5 {
    font-size: calc(19px * 1.1);
    margin-bottom: 15px;
}.fRxF_ty_section p {
    font-size: calc(12px * 1.05);
}.fRxF_ty_section .XUaG_learn_learnings > div:first-child::after {
    width: 80px;
    bottom: -20px;
}
}

@media (max-width: 767px) {.fRxF_ty_section {
    padding: 60px 0;
}.fRxF_ty_section .XUaG_learn_learnings {
    padding: 30px;
}.fRxF_ty_section h5 {
    font-size: calc(19px * 0.9);
}.fRxF_ty_section::before,
  .fRxF_ty_section::after {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 480px) {.fRxF_ty_section {
    padding: 40px 0;
}.fRxF_ty_section .XUaG_learn_learnings {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 20px;
}.fRxF_ty_section h5 {
    font-size: calc(19px * 0.85);
}.fRxF_ty_section p {
    font-size: calc(12px * 0.95);
}.fRxF_ty_section .XUaG_learn_learnings > div:first-child::after {
    width: 50px;
    bottom: -10px;
}
}

@media (hover: none) {.fRxF_ty_section .XUaG_learn_learnings {
    transform: none !important;
}.fRxF_ty_section a::before {
    display: none;
}
}

@media (prefers-reduced-motion: reduce) {.fRxF_ty_section *,
  .fRxF_ty_section *::before,
  .fRxF_ty_section *::after {
    transition-duration: 0.001s !important;
    animation-duration: 0.001s !important;
}}.Gcws_price_plan_item {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.Gcws_price_plan_item::before {
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgb(165,188,167,0.5), rgba(0, 0, 0, 0.5) 85%);
    right: 0;
}.Gcws_price_plan_item .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.Gcws_price_plan_item .mrQq_indv_cost {
    position: relative;
}.Gcws_price_plan_item h2 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 29px;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    text-align: center;
}.Gcws_price_plan_item h2::after {
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(165,188,167), rgb(116,171,122));
    height: 4px;
    width: 80px;
    left: 50%;
}.Gcws_price_plan_item .DBqY_member_plans {
    opacity: 0.9;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 auto 50px;
    max-width: 700px;
    color: #ffffff;
    padding: 0 15px;
}.Gcws_price_plan_item .eHIF_fee_plan {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 30px;
}.Gcws_price_plan_item .eHIF_fee_plan li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.Gcws_price_plan_item .QoyN_fee_options {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    display: block;
    transform-style: preserve-3d;
    height: 100%;
}.Gcws_price_plan_item .stRV_payment_pricing {
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    height: 100%;
}.Gcws_price_plan_item .stRV_payment_pricing::before {
    transform-origin: left;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    background: linear-gradient(90deg, rgb(165,188,167), rgb(116,171,122));
    position: absolute;
    content: "";
    transform: scaleX(0);
    width: 100%;
    height: 5px;
}.Gcws_price_plan_item .DTAf_payment_scheme {
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 30px;
    flex: 1;
    z-index: 2;
}.Gcws_price_plan_item .QoyN_fee_options h4 {
    font-weight: 700;
    color: #000000;
    padding-bottom: 12px;
    font-size: calc(22px + 2px);
    transition: transform 0.4s ease;
    position: relative;
    margin: 0 0 15px;
}.Gcws_price_plan_item .QoyN_fee_options h4::after {
    height: 3px;
    bottom: 0;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    width: 40px;
    left: 0;
    background-color: rgb(165,188,167);
}.Gcws_price_plan_item .QoyN_fee_options p {
    line-height: 1.7;
    overflow-wrap: break-word;
    flex: 1;
    hyphens: auto;
    font-size: 13px;
    word-wrap: break-word;
    color: #000000;
    margin-bottom: 20px;
}.Gcws_price_plan_item .JUbp_study_rates {
    margin-top: auto;
    transform: translateY(0);
    justify-content: center;
    align-self: flex-start;
    padding: 10px 20px;
    font-size: calc(22px + 4px);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    color: #000000;
    align-items: center;
    border-radius: 10px;
    font-weight: 700;
    display: inline-flex;
    transition: transform 0.4s ease, color 0.3s ease;
}.Gcws_price_plan_item .QoyN_fee_options:hover {
    transform: translateY(-10px) scale(1.02);
}.Gcws_price_plan_item .QoyN_fee_options:hover .stRV_payment_pricing::before {
    transform: scaleX(1);
}.Gcws_price_plan_item .QoyN_fee_options:hover h4 {
    transform: translateX(5px);
    color: rgb(165,188,167);
}.Gcws_price_plan_item .QoyN_fee_options:hover h4::after {
    width: 60px;
}.Gcws_price_plan_item .QoyN_fee_options:hover .JUbp_study_rates {
    color: rgb(165,188,167);
    transform: translateY(-5px);
}.Gcws_price_plan_item .QoyN_fee_options:active {
    transform: translateY(-5px) scale(0.98);
    transition: transform 0.2s ease;
}

@media screen and (min-width: 1200px) {.Gcws_price_plan_item .eHIF_fee_plan {
    grid-template-columns: repeat(4, 1fr);
}.Gcws_price_plan_item .stRV_payment_pricing {
    min-height: 450px;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {.Gcws_price_plan_item .eHIF_fee_plan {
    grid-template-columns: repeat(2, 1fr);
}.Gcws_price_plan_item .stRV_payment_pricing {
    min-height: 420px;
}.Gcws_price_plan_item {
    padding: 100px 0;
}
}

@media screen and (max-width: 767px) {.Gcws_price_plan_item {
    padding: 80px 0;
}.Gcws_price_plan_item .eHIF_fee_plan {
    grid-template-columns: 1fr;
    gap: 20px;
}.Gcws_price_plan_item .stRV_payment_pricing {
    min-height: auto;
}.Gcws_price_plan_item h2 {
    font-size: calc(29px - 4px);
}.Gcws_price_plan_item .DBqY_member_plans {
    margin-bottom: 30px;
}.Gcws_price_plan_item .DTAf_payment_scheme {
    padding: 25px 20px;
}.Gcws_price_plan_item .QoyN_fee_options p {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 15px;
    padding-right: 5px;
    font-size: calc(13px - 1px);
}.Gcws_price_plan_item .QoyN_fee_options p::-webkit-scrollbar {
    width: 4px;
}.Gcws_price_plan_item .QoyN_fee_options p::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(165,188,167,0.5);
}
}

@media (prefers-reduced-motion: reduce) {.Gcws_price_plan_item .QoyN_fee_options,
    .Gcws_price_plan_item .QoyN_fee_options:hover,
    .Gcws_price_plan_item h2,
    .Gcws_price_plan_item .stRV_payment_pricing::before,
    .Gcws_price_plan_item .QoyN_fee_options h4,
    .Gcws_price_plan_item .JUbp_study_rates {
    transform: none;
    transition: none;
}}.sBiX_code_labs {
    position: relative;
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 3rem;
}.sBiX_code_labs::before {
    top: 0;
    backdrop-filter: blur(8px);
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(165,188,167,0.5) 100%);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}.sBiX_code_labs .container {
    grid-template-columns: 1.5fr 2fr;
    display: grid;
    position: relative;
    gap: 3rem;
}.sBiX_code_labs .company_holder {
    border-left: 2px solid rgb(165,188,167);
    padding-left: 2rem;
    animation: borderPulse 4s infinite alternate;
    position: relative;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(165,188,167);
    }
    50% {
        border-left-color: rgb(116,171,122);
    }
    100% {
        border-left-color: rgb(165,188,167);
    }
}

.sBiX_code_labs .company_holder h3 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #ffffff, rgb(116,171,122));
    font-weight: 700;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    font-size: calc(31px * 1.2);
}.sBiX_code_labs .AvDZ_mentor_cta {
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
    margin-top: 1rem;
    font-size: 16px;
}.sBiX_code_labs .UtJA_knowl_base {
    justify-content: flex-end;
    display: flex;
}.sBiX_code_labs .bSZF_first_teach {
    display: flex;
    gap: 4rem;
}.sBiX_code_labs .ismf_head_prime {
    position: relative;
}.sBiX_code_labs .ismf_head_prime::before {
    position: absolute;
    opacity: 0.4;
    top: -10px;
    left: -20px;
    border-left: 1px solid rgb(165,188,167);
    width: 40px;
    border-top: 1px solid rgb(165,188,167);
    content: "";
    height: 40px;
}.sBiX_code_labs .ismf_head_prime::after {
    height: 40px;
    right: -20px;
    position: absolute;
    border-right: 1px solid rgb(165,188,167);
    content: "";
    bottom: -10px;
    border-bottom: 1px solid rgb(165,188,167);
    opacity: 0.4;
    width: 40px;
}.sBiX_code_labs .ismf_head_prime h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 20px;
    color: rgb(116,171,122);
}.sBiX_code_labs .ismf_head_prime .bSZF_first_teach {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}.sBiX_code_labs .ismf_head_prime .bSZF_first_teach a {
    transition: all 0.3s ease;
    position: relative;
    opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    padding-left: 1rem;
}.sBiX_code_labs .ismf_head_prime .bSZF_first_teach a::before {
    background-color: rgb(165,188,167);
    border-radius: 50%;
    width: 5px;
    height: 5px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    position: absolute;
    content: "";
}.sBiX_code_labs .ismf_head_prime .bSZF_first_teach a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(165,188,167);
}.sBiX_code_labs .ismf_head_prime .bSZF_first_teach a:hover::before {
    background-color: rgb(116,171,122);
    width: 7px;
    height: 7px;
}.spmW_proposal_cta {
    padding: 1.5rem 0;
    margin-top: 2rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.spmW_proposal_cta::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.5;
    content: "";
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(165,188,167), transparent);
}.spmW_proposal_cta .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.spmW_proposal_cta .ebks_press_room {
    font-size: 14px;
    opacity: 0.7;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.sBiX_code_labs .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.sBiX_code_labs .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.sBiX_code_labs .UtJA_knowl_base {
    justify-content: flex-start;
}.sBiX_code_labs .bSZF_first_teach {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.sBiX_code_labs {
    padding: 3rem 0 2rem;
}.sBiX_code_labs .bSZF_first_teach {
    flex-direction: column;
    gap: 2rem;
}.sBiX_code_labs .ismf_head_prime::before,
    .sBiX_code_labs .ismf_head_prime::after {
    display: none;
}.sBiX_code_labs .ismf_head_prime {
    margin-bottom: 1.5rem;
}.spmW_proposal_cta {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.sBiX_code_labs .company_holder h3 {
    font-size: 31px;
}.sBiX_code_labs .ismf_head_prime h5 {
    font-size: calc(18px * 1.1);
}.sBiX_code_labs .ismf_head_prime .bSZF_first_teach a {
    font-size: calc(16px * 0.9);
}}header {
    position: relative;
    width: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 0;
    background: #ffffff;
    z-index: 100;
}header::before {
    height: 100%;
    top: 0;
    width: 35%;
    content: '';
    left: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgb(165,188,167), rgb(116,171,122));
    position: absolute;
}header .container {
    position: relative;
    max-width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
    width: 100%;
}header .rPnX_nav_site {
    align-items: stretch;
    height: 100%;
    display: flex;
}header .kZbG_header_main {
    padding: 1.2rem 0;
    align-items: center;
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: center;
    width: 35%;
}header .kZbG_header_main svg {
    height: auto;
    transition: all 0.3s ease;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}header .kZbG_header_main:hover svg {
    transform: scale(1.05);
}header .ismf_head_prime {
    justify-content: flex-start;
    display: flex;
    position: relative;
    gap: 0.5rem;
    align-items: center;
    width: 65%;
    padding: 1.2rem 3%;
}header .ismf_head_prime::before {
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(165,188,167,0.5), transparent);
    height: 100%;
    left: 0;
    width: 1px;
}header .ZNmE_first_class {
    overflow: hidden;
    color: #000000;
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    font-size: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    z-index: 1;
}header .ZNmE_first_class::before {
    top: 0;
    position: absolute;
    border-radius: 10px;
    content: '';
    width: 100%;
    background: linear-gradient(135deg, rgb(165,188,167,0.5), rgb(116,171,122,0.5));
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: -1;
    height: 100%;
    left: 0;
}header .ZNmE_first_class:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}header .ZNmE_first_class:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .kZbG_header_main {
    padding: 1rem 0;
    width: 30%;
}header .kZbG_header_main svg {
    width: 130px;
}header .ismf_head_prime {
    padding: 1rem 2.5%;
    width: 70%;
    gap: 0.5rem;
}header .ZNmE_first_class {
    font-size: calc(15px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(215,223,216);
}header::before {
    bottom: 50%;
    height: auto;
    width: 100%;
    top: 0;
}header .rPnX_nav_site {
    align-items: center;
    flex-direction: column;
}header .kZbG_header_main {
    width: 100%;
    padding: 0.8rem 0;
}header .kZbG_header_main svg {
    width: 120px;
}header .ismf_head_prime {
    width: 95%;
    gap: 0.6rem;
    padding: 0.8rem 0;
    justify-content: center;
    flex-wrap: wrap;
}header .ismf_head_prime::before {
    width: 100%;
    left: 0;
    height: 1px;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(165,188,167,0.5), transparent);
}header .ZNmE_first_class {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .kZbG_header_main {
    padding: 0.7rem 0;
}header .kZbG_header_main svg {
    width: 110px;
}header .ismf_head_prime {
    padding: 0.7rem 2%;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .ismf_head_prime::-webkit-scrollbar {
    height: 3px;
}header .ismf_head_prime::-webkit-scrollbar-thumb {
    background: rgb(165,188,167);
    border-radius: 10px;
}header .ZNmE_first_class {
    white-space: nowrap;
    font-size: calc(15px - 1px);
    flex-shrink: 0;
    margin-right: 2px;
    padding: 0.45rem 0.9rem;
}}.hbJP_policyAgreementPanel {
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    border-top: 3px solid rgb(165,188,167);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    background: rgb(215,223,216);
}.LeJf_consent_learn {
    align-items: center;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}.jIkd_cookie_disclaimer {
    flex-shrink: 0;
    margin-right: 15px;
}.jIkd_cookie_disclaimer svg {
    fill: rgb(165,188,167);
    width: 60px;
    height: 60px;
    transition: fill 0.3s ease;
}.jIkd_cookie_disclaimer svg:hover {
    fill: rgb(116,171,122);
}.WinY_cookies_tracking {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}.hbJP_policyAgreementPanel h5 {
    color: rgb(165,188,167);
    font-size: 19px;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.hbJP_policyAgreementPanel p {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}.pQYh_cookie_compl {
    color: #ffffff;
    border-radius: 13px;
    margin-left: 10px;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    cursor: pointer;
    background: rgb(165,188,167);
}.pQYh_cookie_compl:hover {
    box-shadow: 0 0 10px rgb(116,171,122,0.5);
    background: rgb(116,171,122);
}#RQol_accept_cookie_data_policy {
    background: rgb(165,188,167);
}#QFTc_no_thanks_cookies_collection {
    background: rgba(0, 0, 0, 0.5);
}.hbJP_policyAgreementPanel p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(165,188,167);
}.hbJP_policyAgreementPanel p a:hover {
    color: rgb(116,171,122);
}
@media only screen and (max-width: 1200px) {.LeJf_consent_learn {
    flex-direction: column;
    align-items: center;
}.jIkd_cookie_disclaimer {
    margin-bottom: 15px;
}.WinY_cookies_tracking {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.pQYh_cookie_compl {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.LeJf_consent_learn {
    padding: 15px;
}.jIkd_cookie_disclaimer {
    display: none;
}.hbJP_policyAgreementPanel h5 {
    font-size: 20px;
}.hbJP_policyAgreementPanel p {
    font-size: 16px;
}}
#KaPV_cookieNoticeModal {
    display: none;
}#KaPV_cookieNoticeModal:checked ~ .hbJP_policyAgreementPanel {
    opacity: 0;
    visibility: hidden;
}.UKIw_secure_fortification {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 40px;
    background-color: rgb(215,223,216);
    color: #000000;
}.UKIw_secure_fortification h1 {
    border-bottom: 3px solid rgb(165,188,167);
    padding-bottom: 10px;
    font-weight: 700;
    color: rgb(165,188,167);
    margin-bottom: 20px;
    font-size: 43px;
}.UKIw_secure_fortification h2 {
    font-size: 35px;
    font-weight: 600;
    color: rgb(116,171,122);
    margin-bottom: 15px;
    margin-top: 30px;
}.UKIw_secure_fortification h3, .UKIw_secure_fortification h4, .UKIw_secure_fortification h5, .UKIw_secure_fortification h6 {
    color: rgb(165,188,167);
    margin: 20px 0;
}.UKIw_secure_fortification h3 {
    font-weight: 700;
    font-size: calc(21px - 4px);
}.UKIw_secure_fortification h4 {
    font-weight: 600;
    font-size: calc(21px + 2px);
}.UKIw_secure_fortification h5 {
    font-weight: 400;
    font-size: 21px;
}.UKIw_secure_fortification h6 {
    font-weight: 300;
    font-size: 21px;
}.UKIw_secure_fortification ul, .UKIw_secure_fortification ol {
    margin: 15px 0;
    padding-left: 20px;
}.UKIw_secure_fortification li {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
}.UKIw_secure_fortification section {
    margin-top: 40px;
}.UKIw_secure_fortification p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 13px;
}.UKIw_secure_fortification span {
    font-weight: 600;
    color: rgb(116,171,122);
}.UKIw_secure_fortification div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.UKIw_secure_fortification {
    border-radius: 10px;
    padding: 20px;
}.UKIw_secure_fortification h1 {
    font-size: calc(21px - 10px);
}.UKIw_secure_fortification h2 {
    font-size: calc(21px - 8px);
}.UKIw_secure_fortification ul, .UKIw_secure_fortification ol {
    padding-left: 15px;
}.UKIw_secure_fortification li {
    font-size: calc(13px - 2px);
}}.zFRJ_who_we_are {
    position: relative;
    background: rgb(215,223,216);
    overflow: hidden;
    padding: 120px 0;
}.zFRJ_who_we_are::before {
    left: 0;
    top: 0;
    background-size: 30px 30px;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(165,188,167,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(165,188,167,0.5) 95%);
    animation: gridMove 40s linear infinite;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
    content: "";
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.zFRJ_who_we_are::after {
    background: 
        radial-gradient(circle at 20% 30%, rgb(165,188,167,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(116,171,122,0.5) 0%, transparent 50%);
    opacity: 0.3;
    height: 100%;
    animation: bgPulse 20s infinite alternate;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    filter: blur(60px);
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.zFRJ_who_we_are .container {
    position: relative;
    z-index: 2;
}.zFRJ_who_we_are .XUaG_learn_learnings {
    position: relative;
}.zFRJ_who_we_are h3 {
    padding: 20px 30px;
    margin-bottom: 60px;
    color: #000000;
    border-left: 4px solid rgb(165,188,167);
    border-radius: 0 22px 22px 0;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    font-size: 34px;
    position: relative;
}.zFRJ_who_we_are h3::before {
    position: absolute;
    content: "";
    animation: pulseHeight 3s infinite alternate;
    left: -2px;
    height: calc(100% - 40px);
    width: 4px;
    top: 20px;
    background: rgb(116,171,122);
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.zFRJ_who_we_are .CkdW_expert_zone {
    margin-bottom: 70px;
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}.zFRJ_who_we_are .CkdW_expert_zone span {
    left: 0;
    z-index: 5;
    transform: translateY(-50%);
    top: -40px;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    padding: 10px 20px;
    font-size: 22px;
    background: rgb(165,188,167);
}.zFRJ_who_we_are .CkdW_expert_zone p {
    background: rgba(255, 255, 255, 0.8);
    align-items: center;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    color: #000000;
    backdrop-filter: blur(10px);
    line-height: 1.8;
    font-size: 16px;
    border-left: 3px solid rgb(165,188,167);
    border-radius: 22px;
    height: 100%;
}.zFRJ_who_we_are .CkdW_expert_zone .mJEW_img_border {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 22px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: relative;
    height: 450px;
}.zFRJ_who_we_are .CkdW_expert_zone .mJEW_img_border::before {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}.zFRJ_who_we_are .Rdza_exp_years {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.zFRJ_who_we_are .Rdza_exp_years::before {
    top: -35px;
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    left: calc(50% - 100px);
    background: linear-gradient(to right, rgb(165,188,167,0.5), rgb(116,171,122,0.5));
}.zFRJ_who_we_are .Rdza_exp_years p {
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    display: flex;
    border-right: 3px solid rgb(116,171,122);
    align-items: center;
    backdrop-filter: blur(10px);
    height: 100%;
    border-radius: 22px;
    line-height: 1.8;
    padding: 40px;
}.zFRJ_who_we_are .Rdza_exp_years .bMgD_learning_space {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 22px;
    height: 450px;
    overflow: hidden;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}.zFRJ_who_we_are .Rdza_exp_years .bMgD_learning_space::before {
    position: absolute;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}.zFRJ_who_we_are .Rdza_exp_years .bMgD_learning_space::after {
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    transform: skewX(-25deg);
    animation: shine 6s infinite;
    z-index: 3;
    width: 50%;
    position: absolute;
    height: 100%;
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.zFRJ_who_we_are .CkdW_expert_zone::after,
.zFRJ_who_we_are .Rdza_exp_years::after {
    animation: rotateFadeIn 10s infinite linear;
    position: absolute;
    height: 50px;
    content: "";
    opacity: 0.7;
    z-index: -1;
    border-radius: 10px;
    width: 50px;
    border: 1px solid rgb(165,188,167,0.5);
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.zFRJ_who_we_are .CkdW_expert_zone::after {
    right: -25px;
    border-color: rgb(165,188,167,0.5);
    top: -25px;
}.zFRJ_who_we_are .Rdza_exp_years::after {
    border-color: rgb(116,171,122,0.5);
    left: -25px;
    bottom: -25px;
}.zFRJ_who_we_are .XUaG_learn_learnings::before,
.zFRJ_who_we_are .XUaG_learn_learnings::after {
    animation: floatAnimation 15s infinite alternate ease-in-out;
    content: "";
    height: 120px;
    opacity: 0.15;
    border-radius: 50%;
    position: absolute;
    width: 120px;
    z-index: -1;
    filter: blur(40px);
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.zFRJ_who_we_are .XUaG_learn_learnings::before {
    left: -60px;
    background: rgb(165,188,167);
    top: 20%;
}.zFRJ_who_we_are .XUaG_learn_learnings::after {
    animation-delay: 2s;
    right: -60px;
    background: rgb(116,171,122);
    bottom: 20%;
}

@media screen and (max-width: 1199px) {.zFRJ_who_we_are {
    padding: 100px 0;
}.zFRJ_who_we_are h3 {
    margin-bottom: 50px;
    font-size: calc(34px - 0.2rem);
    padding: 15px 25px;
}.zFRJ_who_we_are .CkdW_expert_zone {
    margin-bottom: 60px;
}.zFRJ_who_we_are .CkdW_expert_zone p,
    .zFRJ_who_we_are .Rdza_exp_years p {
    padding: 30px;
}.zFRJ_who_we_are .CkdW_expert_zone .mJEW_img_border,
    .zFRJ_who_we_are .Rdza_exp_years .bMgD_learning_space {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.zFRJ_who_we_are {
    padding: 80px 0;
}.zFRJ_who_we_are h3 {
    margin-bottom: 40px;
    padding: 12px 20px;
    font-size: calc(34px - 0.4rem);
}.zFRJ_who_we_are .CkdW_expert_zone,
    .zFRJ_who_we_are .Rdza_exp_years {
    gap: 25px;
}.zFRJ_who_we_are .CkdW_expert_zone {
    margin-bottom: 50px;
}.zFRJ_who_we_are .CkdW_expert_zone span {
    font-size: calc(22px - 0.2rem);
    padding: 8px 15px;
    top: -35px;
}.zFRJ_who_we_are .CkdW_expert_zone p,
    .zFRJ_who_we_are .Rdza_exp_years p {
    font-size: calc(16px - 0.1rem);
    padding: 25px;
}.zFRJ_who_we_are .CkdW_expert_zone .mJEW_img_border,
    .zFRJ_who_we_are .Rdza_exp_years .bMgD_learning_space {
    height: 350px;
}.zFRJ_who_we_are .CkdW_expert_zone::after,
    .zFRJ_who_we_are .Rdza_exp_years::after {
    height: 40px;
    width: 40px;
}.zFRJ_who_we_are .XUaG_learn_learnings::before,
    .zFRJ_who_we_are .XUaG_learn_learnings::after {
    width: 80px;
    height: 80px;
    filter: blur(30px);
}
}

@media screen and (max-width: 767px) {.zFRJ_who_we_are {
    padding: 60px 0;
}.zFRJ_who_we_are::before {
    background-size: 20px 20px;
}.zFRJ_who_we_are h3 {
    margin-bottom: 40px;
    font-size: calc(34px - 0.6rem);
    text-align: center;
    width: 100%;
    border-radius: 22px;
}.zFRJ_who_we_are .CkdW_expert_zone,
    .zFRJ_who_we_are .Rdza_exp_years {
    gap: 20px;
    grid-template-columns: 1fr;
}.zFRJ_who_we_are .CkdW_expert_zone {
    margin-bottom: 40px;
}.zFRJ_who_we_are .CkdW_expert_zone span {
    left: 20px;
}.zFRJ_who_we_are .CkdW_expert_zone p,
    .zFRJ_who_we_are .Rdza_exp_years p {
    border-width: 2px;
    padding: 20px;
}.zFRJ_who_we_are .CkdW_expert_zone .mJEW_img_border,
    .zFRJ_who_we_are .Rdza_exp_years .bMgD_learning_space {
    height: 300px;
}.zFRJ_who_we_are .Rdza_exp_years p {
    order: 2;
}.zFRJ_who_we_are .Rdza_exp_years .bMgD_learning_space {
    order: 1;
}.zFRJ_who_we_are .XUaG_learn_learnings::before,
    .zFRJ_who_we_are .XUaG_learn_learnings::after {
    height: 60px;
    width: 60px;
    filter: blur(20px);
}.zFRJ_who_we_are::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.zFRJ_who_we_are {
    padding: 50px 0;
}.zFRJ_who_we_are::before {
    background-size: 15px 15px;
}.zFRJ_who_we_are h3 {
    font-size: calc(34px - 0.8rem);
    padding: 10px 15px;
    margin-bottom: 35px;
}.zFRJ_who_we_are h3::before {
    width: 2px;
    left: -1px;
}.zFRJ_who_we_are .CkdW_expert_zone span {
    font-size: calc(22px - 0.4rem);
    left: 10px;
    padding: 6px 12px;
    top: -30px;
}.zFRJ_who_we_are .CkdW_expert_zone,
    .zFRJ_who_we_are .Rdza_exp_years {
    gap: 15px;
}.zFRJ_who_we_are .CkdW_expert_zone {
    margin-bottom: 35px;
}.zFRJ_who_we_are .CkdW_expert_zone p,
    .zFRJ_who_we_are .Rdza_exp_years p {
    padding: 15px;
    font-size: calc(16px - 0.2rem);
}.zFRJ_who_we_are .CkdW_expert_zone .mJEW_img_border,
    .zFRJ_who_we_are .Rdza_exp_years .bMgD_learning_space {
    height: 250px;
}.zFRJ_who_we_are .CkdW_expert_zone .mJEW_img_border {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.zFRJ_who_we_are .Rdza_exp_years .bMgD_learning_space {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.zFRJ_who_we_are .CkdW_expert_zone::after,
    .zFRJ_who_we_are .Rdza_exp_years::after {
    height: 30px;
    width: 30px;
}
}

@media screen and (min-width: 1400px) {.zFRJ_who_we_are .CkdW_expert_zone .mJEW_img_border,
    .zFRJ_who_we_are .Rdza_exp_years .bMgD_learning_space {
    height: 500px;
}.zFRJ_who_we_are .CkdW_expert_zone p,
    .zFRJ_who_we_are .Rdza_exp_years p {
    padding: 50px;
}}.aPIB_contact_panel {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background: rgb(215,223,216);
}.aPIB_contact_panel::before {
    height: 400px;
    content: "";
    z-index: 1;
    right: -150px;
    filter: blur(70px);
    width: 400px;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(45deg, rgb(165,188,167,0.5), rgb(116,171,122,0.5));
    top: -150px;
}.aPIB_contact_panel::after {
    z-index: 1;
    left: -100px;
    content: "";
    filter: blur(60px);
    bottom: -100px;
    height: 300px;
    background: linear-gradient(225deg, rgb(116,171,122,0.5), rgb(165,188,167,0.5));
    width: 300px;
    position: absolute;
    border-radius: 50%;
}.aPIB_contact_panel .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}.aPIB_contact_panel h2 {
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    color: #000000;
    position: relative;
}.aPIB_contact_panel h2::before {
    left: calc(50% - 120px);
    width: 50px;
    border-radius: 50%;
    content: "";
    background: rgb(165,188,167,0.5);
    position: absolute;
    height: 50px;
    top: -25px;
    z-index: -1;
}.aPIB_contact_panel h2::after {
    content: "";
    z-index: -1;
    background: rgb(116,171,122,0.5);
    right: calc(50% - 100px);
    border-radius: 50%;
    height: 30px;
    bottom: -15px;
    position: absolute;
    width: 30px;
}.aPIB_contact_panel .aFNb_connect_map {
    position: relative;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
}.aPIB_contact_panel .aFNb_connect_map::before {
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(165,188,167,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(116,171,122,0.5) 99%
    );
    inset: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}.aPIB_contact_panel .mJEW_img_border {
    transition: transform 0.5s ease;
    flex: 0 0 45%;
    min-height: 500px;
    position: relative;
}.aPIB_contact_panel .mJEW_img_border::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    inset: 0;
}.aPIB_contact_panel .mJEW_img_border::after {
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    pointer-events: none;
    content: "";
    z-index: 2;
}.aPIB_contact_panel .ABXG_connect_list {
    flex-direction: column;
    justify-content: center;
    flex: 0 0 55%;
    position: relative;
    padding: 60px;
    display: flex;
}.aPIB_contact_panel form {
    position: relative;
    z-index: 3;
}.aPIB_contact_panel form h3 {
    margin-bottom: 30px;
    font-size: 21px;
    color: #000000;
    font-weight: 600;
}.aPIB_contact_panel form input[type="text"] {
    background: rgb(215,223,216);
    width: 100%;
    padding: 18px 25px;
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 12px;
    color: #000000;
    border: none;
    margin-bottom: 25px;
}.aPIB_contact_panel form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(rgb(165,188,167), 0.1);
    border: 1px solid transparent;
    background: linear-gradient(rgb(215,223,216), rgb(215,223,216)) padding-box,
                linear-gradient(to right, rgb(165,188,167), rgb(116,171,122)) border-box;
}.aPIB_contact_panel form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.aPIB_contact_panel .yafL_feedback_message {
    position: relative;
    margin-bottom: 30px;
}.aPIB_contact_panel .yafL_feedback_message input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.aPIB_contact_panel .yafL_feedback_message label {
    position: relative;
    padding-left: 35px;
    display: flex;
    color: #000000;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
}.aPIB_contact_panel .yafL_feedback_message label::before {
    transition: all 0.3s ease;
    border-radius: 6px;
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(215,223,216);
}.aPIB_contact_panel .yafL_feedback_message input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(165,188,167), rgb(116,171,122));
}.aPIB_contact_panel .yafL_feedback_message input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    height: 12px;
    content: "";
    left: 8px;
    top: 4px;
}.aPIB_contact_panel .yafL_feedback_message label a {
    font-weight: 600;
    color: rgb(165,188,167);
    transition: color 0.3s ease;
    text-decoration: none;
}.aPIB_contact_panel .yafL_feedback_message label a:hover {
    color: rgb(116,171,122);
}.aPIB_contact_panel .IwoB_message_inquiry {
    border: none;
    padding: 20px;
    color: #ffffff;
    transition: all 0.5s ease;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(165,188,167), rgb(116,171,122));
    font-size: 20px;
    z-index: 1;
    width: 100%;
}.aPIB_contact_panel .IwoB_message_inquiry::before {
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(116,171,122), rgb(165,188,167));
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
}.aPIB_contact_panel .IwoB_message_inquiry:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.aPIB_contact_panel svg {
    height: 24px;
    width: 24px;
    stroke: rgb(165,188,167);
    fill: none;
    margin-right: 12px;
    transition: all 0.3s ease;
}.aPIB_contact_panel svg path {
    fill: none;
    stroke-width: 2;
    stroke: rgb(165,188,167);
    transition: all 0.3s ease;
}.aPIB_contact_panel svg:hover,
.aPIB_contact_panel svg:hover path {
    stroke: rgb(116,171,122);
}

@media (max-width: 1024px) {.aPIB_contact_panel {
    padding: 70px 0;
}.aPIB_contact_panel .ABXG_connect_list {
    padding: 45px;
}.aPIB_contact_panel .mJEW_img_border {
    min-height: 450px;
}
}

@media (max-width: 768px) {.aPIB_contact_panel {
    padding: 60px 0;
}.aPIB_contact_panel h2 {
    margin-bottom: 40px;
}.aPIB_contact_panel .aFNb_connect_map {
    flex-direction: column;
}.aPIB_contact_panel .mJEW_img_border {
    width: 100%;
    min-height: 300px;
    flex: 0 0 300px;
}.aPIB_contact_panel .ABXG_connect_list {
    padding: 40px 30px;
    flex: 0 0 auto;
}.aPIB_contact_panel form h3 {
    margin-bottom: 25px;
}.aPIB_contact_panel form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.aPIB_contact_panel {
    padding: 50px 0;
}.aPIB_contact_panel h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.aPIB_contact_panel .mJEW_img_border {
    min-height: 220px;
}.aPIB_contact_panel .ABXG_connect_list {
    padding: 30px 20px;
}.aPIB_contact_panel form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.aPIB_contact_panel form input[type="text"] {
    margin-bottom: 16px;
    padding: 14px 16px;
    font-size: calc(15px * 0.95);
}.aPIB_contact_panel .IwoB_message_inquiry {
    padding: 16px;
}.aPIB_contact_panel .yafL_feedback_message label {
    font-size: calc(15px * 0.95);
}}.VwkX_welcome_section {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(116,171,122) 0%, rgb(165,188,167) 100%);
    min-height: 100vh;
    position: relative;
}.VwkX_welcome_section::before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
}.VwkX_welcome_section::after {
    height: 80%;
    position: absolute;
    animation: moveGradient 20s ease-in-out infinite alternate;
    right: -30%;
    z-index: 2;
    content: "";
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    width: 80%;
    top: -30%;
}.VwkX_welcome_section .ZJql_course_base {
    display: flex;
    padding: 5% 3%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: relative;
    width: 100%;
    flex-direction: column;
}.VwkX_welcome_section .ZJql_course_base > div {
    animation: fadeInUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    gap: 3rem;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    transform: translateY(0);
    max-width: 1400px;
}.VwkX_welcome_section h3 {
    padding: 2rem;
    background: linear-gradient(120deg, rgb(165,188,167,0.5) 0%, rgb(116,171,122,0.5) 100%);
    color: #ffffff;
    backdrop-filter: blur(10px);
    line-height: 1.5;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(2deg);
    font-size: calc(20px * 1.1);
}.VwkX_welcome_section h3::before {
    position: absolute;
    content: "";
    left: 0;
    width: 5px;
    top: 0;
    height: 100%;
    background: rgb(116,171,122);
    transform: scaleY(1.1);
}.VwkX_welcome_section .cDps_online_mastery {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 65vh;
    position: relative;
    transform: perspective(1200px) rotateY(-2deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}.VwkX_welcome_section .cDps_online_mastery:hover {
    transform: perspective(1200px) rotateY(0deg);
}.VwkX_welcome_section .cDps_online_mastery::before {
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 40%, 
    rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    z-index: 1;
    height: 100%;
}.VwkX_welcome_section .cDps_online_mastery > div {
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    position: relative;
    height: 100%;
    flex-direction: column;
    padding: 5rem 3rem;
}.VwkX_welcome_section .cDps_online_mastery p {
    max-width: 90%;
    position: relative;
    padding-left: 2rem;
    font-weight: 400;
    opacity: 0;
    font-size: calc(12px * 1.2);
    line-height: 1.6;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    letter-spacing: 0.5px;
    color: #ffffff;
    transform: translateY(50px);
    margin-bottom: 1.5rem;
}.VwkX_welcome_section .cDps_online_mastery p::before {
    height: 1rem;
    background: rgb(165,188,167);
    content: "";
    width: 1rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.VwkX_welcome_section .title_style_header {
    transform: translateY(60px);
    font-weight: 700;
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    font-size: 42px;
    margin-top: 1rem;
    color: transparent;
    letter-spacing: 1px;
    background-clip: text !important;
    line-height: 1.3;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.2);
    max-width: 95%;
    -webkit-background-clip: text !important;
    color: #ffffff;
    position: relative;
    background: linear-gradient(90deg, #ffffff 0%, rgb(116,171,122) 100%);
}.VwkX_welcome_section .title_style_header::after {
    background: rgb(116,171,122);
    height: 4px;
    position: absolute;
    width: 6rem;
    animation: lineGrow 1s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
    left: 0;
    content: "";
    bottom: -1rem;
    transform: scaleX(0);
    transform-origin: left;
}

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

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

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

@keyframes moveGradient {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, 5%);
  }
  100% {
    transform: translate(5%, -5%);
  }
}

@media (min-width: 768px) {.VwkX_welcome_section .ZJql_course_base > div {
    grid-template-columns: 0.5fr 1fr;
    gap: 2rem;
}.VwkX_welcome_section h3 {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    font-size: calc(20px * 1.2);
    align-items: center;
}.VwkX_welcome_section .cDps_online_mastery {
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    height: 75vh;
}.VwkX_welcome_section .title_style_header {
    max-width: 90%;
    font-size: calc(42px * 1.2);
}
}

@media (min-width: 992px) {.VwkX_welcome_section .ZJql_course_base {
    padding: 3% 5%;
}.VwkX_welcome_section h3 {
    font-size: calc(20px * 1.3);
    padding: 3rem;
}.VwkX_welcome_section .cDps_online_mastery {
    transform: perspective(1500px) rotateY(-3deg);
}.VwkX_welcome_section .cDps_online_mastery > div {
    padding: 6rem 4rem;
}.VwkX_welcome_section .title_style_header {
    font-size: calc(42px * 1.4);
}.VwkX_welcome_section .cDps_online_mastery p {
    max-width: 80%;
    font-size: calc(12px * 1.3);
}
}

@media (min-width: 1200px) {.VwkX_welcome_section .title_style_header {
    max-width: 85%;
    font-size: calc(42px * 1.5);
}.VwkX_welcome_section h3 {
    font-size: calc(20px * 1.4);
}.VwkX_welcome_section .cDps_online_mastery p {
    font-size: calc(12px * 1.4);
    max-width: 75%;
}.VwkX_welcome_section .cDps_online_mastery::after {
    background: linear-gradient(45deg, rgb(165,188,167,0.5) 0%, rgb(116,171,122) 100%);
    height: 150px;
    bottom: 2rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 150px;
    content: "";
    position: absolute;
    right: 2rem;
    z-index: 1;
    opacity: 0.3;
    animation: rotate 15s linear infinite;
}
  
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
}

@media (max-width: 767px) {.VwkX_welcome_section .ZJql_course_base {
    padding: 3rem 1.5rem;
}.VwkX_welcome_section h3 {
    padding: 1.5rem;
    font-size: 20px;
}.VwkX_welcome_section .cDps_online_mastery {
    height: 55vh;
}.VwkX_welcome_section .cDps_online_mastery > div {
    padding: 2rem 1.5rem;
}.VwkX_welcome_section .title_style_header {
    font-size: calc(30px * 1.1);
}.VwkX_welcome_section .cDps_online_mastery p {
    padding-left: 1.5rem;
    font-size: 12px;
}
}