* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.uoTWp_nav_study {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 1rem;
    scroll-behavior: smooth;
}::-webkit-scrollbar-button {
    height: 9px;
    background: rgb(101,109,109);
    border-radius: 9px;
}::-webkit-scrollbar-track {
    background: rgb(101,109,109);
    box-shadow: inset -2px 4px 13px 6px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    min-height: 95px;
    background: rgb(171,178,178);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(136,143,143);
    box-shadow: 1px -3px 11px 4px rgba(0, 0, 0, 0.8);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 0px -3px 4px 8px rgba(0, 0, 0, 0.6);
    background: rgb(255, 255, 255, 0.5);
    transform: translateY(1px);
}::-webkit-scrollbar-corner {
    border: 1px dotted rgb(101,109,109);
    border-radius: 8px;
    background: rgb(101,109,109);
}* {
    scrollbar-color: rgb(101,109,109,0.5) rgb(136,143,143);
    scrollbar-width: none;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1140px;
}.mqTeL_cookie_ctrl {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.CWlUk_segment-wrapper {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.AuRlZ_sign_up_for_updates {
    background: rgb(171,178,178);
    overflow: hidden;
    z-index: 1;
    padding: 6rem 3rem;
    position: relative;
}.AuRlZ_sign_up_for_updates::before {
    content: "";
    width: 350px;
    animation: morphShape 15s ease-in-out infinite alternate;
    height: 350px;
    opacity: 0.07;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -150px;
    z-index: -1;
    background: rgb(136,143,143);
    right: -150px;
    position: absolute;
}.AuRlZ_sign_up_for_updates::after {
    position: absolute;
    content: "";
    left: -100px;
    width: 250px;
    background: rgb(101,109,109);
    opacity: 0.07;
    height: 250px;
    z-index: -1;
    animation: morphShape 15s ease-in-out infinite alternate-reverse;
    bottom: -100px;
    border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
}.AuRlZ_sign_up_for_updates .container {
    z-index: 2;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.AuRlZ_sign_up_for_updates .DdBrA_learn_spot {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.AuRlZ_sign_up_for_updates .DdBrA_learn_spot::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    content: "";
    opacity: 0.03;
}.AuRlZ_sign_up_for_updates p {
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #000000;
    font-size: 33px;
    transform: translateX(15%) rotateZ(-2deg);
    z-index: 2;
    max-width: 70%;
    line-height: 1.3;
}.AuRlZ_sign_up_for_updates p::before,
.AuRlZ_sign_up_for_updates p::after {
    content: "";
    background: rgb(136,143,143);
    opacity: 0.2;
    z-index: -1;
    position: absolute;
}.AuRlZ_sign_up_for_updates p::before {
    width: 120%;
    top: 30%;
    left: -10%;
    animation: slideLeft 5s cubic-bezier(0.33, 1, 0.68, 1) infinite alternate;
    height: 30%;
    transform: skewX(-20deg);
}.AuRlZ_sign_up_for_updates p::after {
    animation: growLine 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    left: 0;
    bottom: -15px;
    transform-origin: left;
    height: 10px;
    width: 40%;
}.AuRlZ_sign_up_for_updates .input_holder {
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.3);
    align-items: center;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
    padding: 15px;
    border-radius: 17px;
    transform: translateX(-15%) rotateZ(2deg);
}.AuRlZ_sign_up_for_updates .input_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateX(-15%) rotateZ(0deg);
}.AuRlZ_sign_up_for_updates .input_holder::before,
.AuRlZ_sign_up_for_updates .input_holder::after {
    transition: all 0.3s ease;
    border-radius: 17px;
    content: "";
    z-index: -1;
    border: 2px dashed rgb(136,143,143,0.5);
    position: absolute;
    opacity: 0.3;
}.AuRlZ_sign_up_for_updates .input_holder::before {
    top: -8px;
    left: -8px;
    bottom: 8px;
    right: 8px;
    animation: pulseBoxShadow 3s ease-in-out infinite alternate;
}.AuRlZ_sign_up_for_updates .input_holder::after {
    right: -8px;
    top: 8px;
    bottom: -8px;
    animation: pulseBoxShadow 3s ease-in-out 1.5s infinite alternate;
    left: 8px;
}.AuRlZ_sign_up_for_updates .input_holder:hover::before,
.AuRlZ_sign_up_for_updates .input_holder:hover::after {
    border-color: rgb(101,109,109,0.5);
}.AuRlZ_sign_up_for_updates .sKpoM_sub_prize {
    background: #ffffff;
    color: #000000;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    outline: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    flex: 1;
    border-top-left-radius: 10px;
    border: none;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
}.AuRlZ_sign_up_for_updates .sKpoM_sub_prize:focus {
    box-shadow: inset 0 0 0 2px rgb(136,143,143);
}.AuRlZ_sign_up_for_updates .tbxlQ_reach_message {
    background: #000000;
    font-family: Arial, sans-serif;
    border-bottom-right-radius: 10px;
    font-weight: 600;
    padding: 1.2rem 2rem;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    border: none;
    border-top-right-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}.AuRlZ_sign_up_for_updates .tbxlQ_reach_message::before {
    transition: opacity 0.3s ease;
    width: 120%;
    content: "";
    opacity: 0;
    background: linear-gradient(
        90deg,
        rgb(136,143,143) 0%,
        rgb(101,109,109) 50%,
        rgb(136,143,143) 100%
    );
    left: -10%;
    top: -25%;
    position: absolute;
    height: 150%;
    z-index: -1;
    transform: rotate(25deg);
}.AuRlZ_sign_up_for_updates .tbxlQ_reach_message:hover {
    color: #ffffff;
}.AuRlZ_sign_up_for_updates .tbxlQ_reach_message:hover::before {
    animation: slideGradient 2s linear infinite;
    opacity: 1;
}

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    }
}

@keyframes slideLeft {
    0% {
        transform: skewX(-20deg) translateX(-10%);
    }
    100% {
        transform: skewX(-20deg) translateX(10%);
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulseBoxShadow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes slideGradient {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (max-width: 992px) {.AuRlZ_sign_up_for_updates {
    padding: 5rem 2rem;
}.AuRlZ_sign_up_for_updates p {
    max-width: 80%;
    font-size: calc(33px * 0.9);
    transform: translateX(10%) rotateZ(-2deg);
}.AuRlZ_sign_up_for_updates .input_holder {
    transform: translateX(-10%) rotateZ(2deg);
}.AuRlZ_sign_up_for_updates .input_holder:hover {
    transform: translateX(-10%) rotateZ(0deg);
}
}

@media (max-width: 768px) {.AuRlZ_sign_up_for_updates {
    padding: 4rem 1.5rem;
}.AuRlZ_sign_up_for_updates p {
    max-width: 90%;
    font-size: 18px;
    margin-bottom: 2.5rem;
    transform: translateX(5%) rotateZ(-1deg);
}.AuRlZ_sign_up_for_updates .input_holder {
    transform: translateX(-5%) rotateZ(1deg);
    padding: 10px;
    flex-direction: column;
}.AuRlZ_sign_up_for_updates .input_holder:hover {
    transform: translateX(-5%) rotateZ(0deg);
}.AuRlZ_sign_up_for_updates .sKpoM_sub_prize {
    margin-bottom: 0.5rem;
    width: 100%;
    border-radius: 10px;
}.AuRlZ_sign_up_for_updates .tbxlQ_reach_message {
    width: 100%;
    border-radius: 10px;
}
}

@media (max-width: 576px) {.AuRlZ_sign_up_for_updates {
    padding: 3rem 1rem;
    margin: 5rem 0;
}.AuRlZ_sign_up_for_updates p {
    max-width: 100%;
    transform: none;
    text-align: center;
}.AuRlZ_sign_up_for_updates .input_holder {
    transform: none;
    padding: 8px;
}.AuRlZ_sign_up_for_updates .input_holder:hover {
    transform: none;
}.AuRlZ_sign_up_for_updates .sKpoM_sub_prize,
    .AuRlZ_sign_up_for_updates .tbxlQ_reach_message {
    padding: 1rem;
}}.Xitxm_secure_cove {
    background-color: rgb(171,178,178);
    color: #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
}.Xitxm_secure_cove h1 {
    font-weight: 700;
    border-bottom: 2px solid rgb(136,143,143,0.5);
    color: rgb(136,143,143);
    padding-bottom: 10px;
    font-size: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 1.5px;
}.Xitxm_secure_cove h2 {
    border-left: 4px solid rgb(101,109,109,0.5);
    margin-bottom: 15px;
    color: rgb(101,109,109);
    padding-left: 10px;
    font-size: 34px;
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.Xitxm_secure_cove h3,
.Xitxm_secure_cove h4,
.Xitxm_secure_cove h5,
.Xitxm_secure_cove h6 {
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 400;
}.Xitxm_secure_cove ul,
.Xitxm_secure_cove ol {
    margin-left: 20px;
    list-style-position: inside;
}.Xitxm_secure_cove li {
    font-size: 14px;
    margin-bottom: 10px;
}.Xitxm_secure_cove section {
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
    background-color: rgb(171,178,178);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.Xitxm_secure_cove p {
    font-size: 14px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}.Xitxm_secure_cove span {
    color: rgb(136,143,143);
    font-weight: 600;
}.Xitxm_secure_cove div {
    margin-bottom: 20px;
}.Xitxm_secure_cove a {
    color: rgb(136,143,143);
    transition: color 0.3s, border-color 0.3s;
    border-bottom: 1px solid rgb(136,143,143,0.5);
    text-decoration: none;
}.Xitxm_secure_cove a:hover {
    color: rgb(101,109,109);
    border-color: rgb(101,109,109,0.5);
}.Xitxm_secure_cove button {
    cursor: pointer;
    color: #ffffff;
    transition: background-color 0.3s, transform 0.3s;
    font-weight: 700;
    background-color: rgb(136,143,143);
    border: none;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 10px;
}.Xitxm_secure_cove button:hover {
    transform: scale(1.05);
    background-color: rgb(101,109,109);
}
@media only screen and (max-width: 800px) {.Xitxm_secure_cove {
    padding: 20px;
}.Xitxm_secure_cove h1 {
    font-size: calc(22px - 4px);
}.Xitxm_secure_cove h2 {
    font-size: calc(22px - 4px);
}.Xitxm_secure_cove p {
    font-size: calc(14px - 2px);
}.Xitxm_secure_cove button {
    padding: 8px 16px;
    font-size: calc(15px - 2px);
}}.ZIqvu_support {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgb(136,143,143,0.5);
}.ZIqvu_support::before {
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(136,143,143,0.5) 0%, rgb(101,109,109,0.5) 100%);
    left: 0;
    opacity: 0.7;
    position: absolute;
    content: '';
    z-index: 0;
}.ZIqvu_support::after {
    animation: backgroundShift 30s linear infinite;
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(136,143,143) 2px, transparent 2px) 0 0 / 50px 50px,
        radial-gradient(circle at 90% 80%, rgb(101,109,109) 2px, transparent 2px) 0 0 / 50px 50px;
    left: 0;
    width: 100%;
    content: '';
    top: 0;
    opacity: 0.15;
    position: absolute;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 50px 50px, 50px 50px;
    }
}
.ZIqvu_support .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.ZIqvu_support .XJfQR_message_section {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    padding: 40px;
    border-radius: 19px;
    overflow: hidden;
    transform: translateZ(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.ZIqvu_support .XJfQR_message_section::before {
    top: 0;
    height: 100%;
    width: 6px;
    content: '';
    left: 0;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(to bottom, rgb(136,143,143), rgb(101,109,109));
    position: absolute;
}.ZIqvu_support .XJfQR_message_section::after {
    position: absolute;
    z-index: -1;
    height: 100%;
    right: 0;
    content: '';
    opacity: 0.05;
    background: linear-gradient(135deg, transparent 50%, rgb(171,178,178) 50%);
    top: 0;
    width: 40%;
}.ZIqvu_support .XJfQR_message_section:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}.ZIqvu_support h3 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: rgb(136,143,143);
    font-size: 36px;
    font-weight: 700;
}.ZIqvu_support h3::after {
    background: linear-gradient(to right, rgb(136,143,143), rgb(101,109,109));
    height: 3px;
    position: absolute;
    content: '';
    border-radius: 10px;
    width: 60px;
    left: 0;
    bottom: 0;
}.ZIqvu_support .vdfZS_get_contactus {
    position: relative;
    border-left: 1px solid rgb(101,109,109,0.5);
    margin-bottom: 30px;
    font-size: calc(13px + 0.05rem);
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
    padding-left: 15px;
}.ZIqvu_support .WUTmX_quick_answers {
    position: relative;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.ZIqvu_support .WUTmX_quick_answers::before {
    height: 1px;
    background: linear-gradient(to right, rgb(136,143,143,0.5), transparent);
    width: 100%;
    left: 0;
    content: '';
    top: -20px;
    position: absolute;
}.ZIqvu_support .WUTmX_quick_answers span {
    background: rgb(171,178,178);
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    align-items: flex-start;
}.ZIqvu_support .WUTmX_quick_answers span::before {
    border-radius: 10px 0 0 10px;
    width: 3px;
    transition: width 0.3s ease;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.7;
    background: rgb(136,143,143);
    position: absolute;
}.ZIqvu_support .WUTmX_quick_answers span:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.ZIqvu_support .WUTmX_quick_answers span:hover::before {
    width: 6px;
}.ZIqvu_support .WUTmX_quick_answers span svg {
    width: 20px;
    height: 20px;
    opacity: 0.6;
    position: absolute;
    top: 12px;
    transition: all 0.3s ease;
    fill: rgb(136,143,143);
    right: 12px;
}.ZIqvu_support .WUTmX_quick_answers span:hover svg {
    transform: rotate(15deg) scale(1.1);
    opacity: 1;
    fill: rgb(101,109,109);
}.ZIqvu_support .WUTmX_quick_answers span svg path {
    transition: all 0.3s ease;
    stroke: #ffffff;
    stroke-width: 0.5;
    fill: rgb(101,109,109);
}.ZIqvu_support .WUTmX_quick_answers span:hover svg path {
    stroke-width: 1;
}.ZIqvu_support .WUTmX_quick_answers span p {
    margin: 0;
    display: flex;
    font-weight: 400;
    color: #000000;
    font-size: 13px;
    align-items: center;
    line-height: 1.5;
}.ZIqvu_support .WUTmX_quick_answers span p svg {
    margin-right: 8px;
    width: 16px;
    position: static;
    opacity: 0.8;
    height: 16px;
}.ZIqvu_support .WUTmX_quick_answers span span {
    margin-left: 10px;
    align-items: center;
    color: rgb(136,143,143);
    font-weight: 600;
    background: transparent;
    display: inline-flex;
    padding: 0;
}.ZIqvu_support .WUTmX_quick_answers span span svg {
    position: static;
    margin-right: 6px;
    width: 14px;
    opacity: 0.8;
    height: 14px;
}.ZIqvu_support .WUTmX_quick_answers span span::before {
    display: none;
}.ZIqvu_support .WUTmX_quick_answers span span a {
    color: rgb(136,143,143);
    display: inline-flex;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    align-items: center;
}.ZIqvu_support .WUTmX_quick_answers span span a svg {
    width: 14px;
    transition: transform 0.3s ease;
    height: 14px;
    margin-right: 5px;
}.ZIqvu_support .WUTmX_quick_answers span span a::after {
    transition: width 0.3s ease;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: rgb(136,143,143);
    left: 0;
    content: '';
    position: absolute;
}.ZIqvu_support .WUTmX_quick_answers span span a:hover {
    color: rgb(101,109,109);
}.ZIqvu_support .WUTmX_quick_answers span span a:hover svg {
    transform: translateX(3px);
    fill: rgb(101,109,109);
}.ZIqvu_support .WUTmX_quick_answers span span a:hover::after {
    width: 100%;
}.ZIqvu_support .bxEmi_quick_request {
    padding: 20px;
    position: relative;
    margin-top: 10px;
    grid-column: 1 / -1;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(171,178,178) 0%, #ffffff 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}.ZIqvu_support .bxEmi_quick_request::before {
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgb(136,143,143), rgb(101,109,109));
    height: 4px;
    width: 100%;
}.ZIqvu_support .bxEmi_quick_request h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 23px;
    display: inline-flex;
    color: rgb(136,143,143);
    align-items: center;
    position: relative;
}.ZIqvu_support .bxEmi_quick_request h4 svg {
    fill: rgb(136,143,143);
    margin-right: 8px;
    width: 18px;
    height: 18px;
    transition: transform 0.5s ease;
}.ZIqvu_support .bxEmi_quick_request:hover h4 svg {
    transform: rotate(360deg);
}.ZIqvu_support .bxEmi_quick_request h4::after {
    width: 0;
    transition: width 0.3s ease;
    bottom: -5px;
    height: 2px;
    left: 0;
    position: absolute;
    background: rgb(101,109,109);
    content: '';
}.ZIqvu_support .bxEmi_quick_request:hover h4::after {
    width: 100%;
}.ZIqvu_support .bxEmi_quick_request span {
    position: relative;
    align-items: center;
    transition: transform 0.3s ease;
    display: flex;
    font-size: 13px;
    color: #000000;
    padding: 10px;
    border-bottom: 1px dashed rgb(136,143,143,0.5);
}.ZIqvu_support .bxEmi_quick_request span:last-child {
    border-bottom: none;
}.ZIqvu_support .bxEmi_quick_request span svg {
    margin-right: 8px;
    width: 12px;
    opacity: 0.7;
    fill: rgb(101,109,109);
    transition: all 0.3s ease;
    height: 12px;
}.ZIqvu_support .bxEmi_quick_request span:hover {
    transform: translateX(5px);
    color: rgb(136,143,143);
}.ZIqvu_support .bxEmi_quick_request span:hover svg {
    fill: rgb(136,143,143);
    opacity: 1;
    transform: scale(1.2);
}
@media (max-width: 991px) {.ZIqvu_support {
    padding: 60px 0;
}.ZIqvu_support .XJfQR_message_section {
    padding: 30px;
}.ZIqvu_support h3 {
    font-size: calc(36px - 0.2rem);
}.ZIqvu_support .WUTmX_quick_answers {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.ZIqvu_support .WUTmX_quick_answers span svg {
    top: 10px;
    right: 10px;
    height: 18px;
    width: 18px;
}.ZIqvu_support .bxEmi_quick_request h4 svg {
    width: 16px;
    height: 16px;
}
}
@media (max-width: 767px) {.ZIqvu_support {
    padding: 40px 0;
}.ZIqvu_support .XJfQR_message_section {
    padding: 25px;
}.ZIqvu_support .XJfQR_message_section::after {
    display: none;
}.ZIqvu_support h3 {
    font-size: calc(36px - 0.3rem);
}.ZIqvu_support .vdfZS_get_contactus {
    font-size: 13px;
}.ZIqvu_support .WUTmX_quick_answers {
    grid-template-columns: 1fr;
}.ZIqvu_support .WUTmX_quick_answers span {
    padding: 12px;
}.ZIqvu_support .WUTmX_quick_answers span svg {
    height: 16px;
    right: 8px;
    width: 16px;
    top: 8px;
}.ZIqvu_support .bxEmi_quick_request span svg {
    height: 10px;
    width: 10px;
}
}
@media (max-width: 480px) {.ZIqvu_support {
    padding: 30px 0;
    border-radius: 10px;
}.ZIqvu_support .container {
    padding: 0 15px;
}.ZIqvu_support .XJfQR_message_section {
    padding: 20px;
}.ZIqvu_support h3 {
    margin-bottom: 20px;
    font-size: calc(36px - 0.4rem);
}.ZIqvu_support .vdfZS_get_contactus {
    margin-bottom: 20px;
}.ZIqvu_support .WUTmX_quick_answers span {
    padding: 10px;
    margin-bottom: 10px;
}.ZIqvu_support .bxEmi_quick_request {
    padding: 15px;
}.ZIqvu_support .bxEmi_quick_request span {
    padding: 6px 0;
}.ZIqvu_support .WUTmX_quick_answers span svg {
    top: 6px;
    height: 14px;
    right: 6px;
    width: 14px;
}.ZIqvu_support .bxEmi_quick_request h4 svg {
    height: 14px;
    width: 14px;
}}.VmfrX_homepage {
    position: relative;
    overflow: hidden;
    background: rgb(171,178,178);
    width: 100%;
}.VmfrX_homepage .DdBrA_learn_spot {
    height: 80vh;
    position: relative;
    z-index: 2;
    width: 100%;
}.VmfrX_homepage .ewjfu_start_head {
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    height: 80vh;
    left: 0;
}.VmfrX_homepage .ewjfu_start_head input {
    display: none;
}.VmfrX_homepage .pFXMd_main_home {
    height: 100%;
    width: 500%;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    display: flex;
}.VmfrX_homepage .CldtH_learning_page {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 100%;
}.VmfrX_homepage .CldtH_learning_page::before {
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgb(136,143,143) 100%
    );
    top: 0;
    content: "";
    position: absolute;
}.VmfrX_homepage .CldtH_learning_page img {
    transform: scale(1.05);
    width: 100%;
    filter: brightness(0.85);
    transition: transform 1.5s ease, filter 0.6s ease;
    object-fit: cover;
    height: 100%;
}.VmfrX_homepage .xFkdr_start_front {
    position: absolute;
    gap: 3px;
    display: flex;
    right: 40px;
    bottom: 40px;
    z-index: 10;
}.VmfrX_homepage .xFkdr_start_front::before {
    z-index: -1;
    content: "";
    position: absolute;
    inset: -10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 19px;
    backdrop-filter: blur(5px);
}.VmfrX_homepage .xFkdr_start_front label {
    transition: all 0.3s ease;
    opacity: 0.5;
    width: 30px;
    cursor: pointer;
    height: 2px;
    transform: scale(1);
    background: #ffffff;
    position: relative;
}.VmfrX_homepage .xFkdr_start_front label:hover {
    opacity: 0.8;
}.VmfrX_homepage .fxKwj_text_display {
    position: absolute;
    z-index: 5;
    width: 90%;
    bottom: 40px;
    max-width: 900px;
    left: 40px;
}.VmfrX_homepage .fxKwj_text_display .container {
    padding: 0;
    background: transparent;
    max-width: 650px;
    position: relative;
}.VmfrX_homepage .fxKwj_text_display h1 {
    color: #ffffff;
    font-size: 47px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 1.2rem;
    position: relative;
}.VmfrX_homepage .fxKwj_text_display h1::after {
    height: 3px;
    content: "";
    width: 80px;
    bottom: 0;
    position: absolute;
    left: 0;
    background: rgb(101,109,109);
}.VmfrX_homepage .fxKwj_text_display h3 {
    font-size: 18px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 600;
}.VmfrX_homepage .fxKwj_text_display p {
    padding-left: 15px;
    position: relative;
    text-shadow: 0 1px 5px rgba(0,0,0,0.2);
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 16px;
    max-width: 100%;
    line-height: 1.7;
}.VmfrX_homepage .fxKwj_text_display p::before {
    left: 0;
    position: absolute;
    width: 3px;
    height: 100%;
    background: rgb(101,109,109,0.5);
    top: 0;
    content: "";
}.VmfrX_homepage input:nth-of-type(1):checked ~ .pFXMd_main_home {
    transform: translateX(0);
}.VmfrX_homepage input:nth-of-type(2):checked ~ .pFXMd_main_home {
    transform: translateX(-20%);
}.VmfrX_homepage input:nth-of-type(3):checked ~ .pFXMd_main_home {
    transform: translateX(-40%);
}.VmfrX_homepage input:nth-of-type(4):checked ~ .pFXMd_main_home {
    transform: translateX(-60%);
}.VmfrX_homepage input:nth-of-type(5):checked ~ .pFXMd_main_home {
    transform: translateX(-80%);
}.VmfrX_homepage input:nth-of-type(6):checked ~ .pFXMd_main_home {
    transform: translateX(-100%);
}.VmfrX_homepage input:nth-of-type(7):checked ~ .pFXMd_main_home {
    transform: translateX(-120%);
}.VmfrX_homepage input:nth-of-type(8):checked ~ .pFXMd_main_home {
    transform: translateX(-140%);
}.VmfrX_homepage input:nth-of-type(9):checked ~ .pFXMd_main_home {
    transform: translateX(-160%);
}.VmfrX_homepage input:nth-of-type(10):checked ~ .pFXMd_main_home {
    transform: translateX(-180%);
}.VmfrX_homepage input:nth-of-type(1):checked ~ .xFkdr_start_front label:nth-child(1),
.VmfrX_homepage input:nth-of-type(2):checked ~ .xFkdr_start_front label:nth-child(2),
.VmfrX_homepage input:nth-of-type(3):checked ~ .xFkdr_start_front label:nth-child(3),
.VmfrX_homepage input:nth-of-type(4):checked ~ .xFkdr_start_front label:nth-child(4),
.VmfrX_homepage input:nth-of-type(5):checked ~ .xFkdr_start_front label:nth-child(5),
.VmfrX_homepage input:nth-of-type(6):checked ~ .xFkdr_start_front label:nth-child(6),
.VmfrX_homepage input:nth-of-type(7):checked ~ .xFkdr_start_front label:nth-child(7),
.VmfrX_homepage input:nth-of-type(8):checked ~ .xFkdr_start_front label:nth-child(8),
.VmfrX_homepage input:nth-of-type(9):checked ~ .xFkdr_start_front label:nth-child(9),
.VmfrX_homepage input:nth-of-type(10):checked ~ .xFkdr_start_front label:nth-child(10) {
    opacity: 1;
    transform: scaleY(2);
    background: rgb(101,109,109);
}.VmfrX_homepage input:nth-of-type(1):checked ~ .pFXMd_main_home .CldtH_learning_page:nth-child(1) img,
.VmfrX_homepage input:nth-of-type(2):checked ~ .pFXMd_main_home .CldtH_learning_page:nth-child(2) img,
.VmfrX_homepage input:nth-of-type(3):checked ~ .pFXMd_main_home .CldtH_learning_page:nth-child(3) img,
.VmfrX_homepage input:nth-of-type(4):checked ~ .pFXMd_main_home .CldtH_learning_page:nth-child(4) img,
.VmfrX_homepage input:nth-of-type(5):checked ~ .pFXMd_main_home .CldtH_learning_page:nth-child(5) img,
.VmfrX_homepage input:nth-of-type(6):checked ~ .pFXMd_main_home .CldtH_learning_page:nth-child(6) img,
.VmfrX_homepage input:nth-of-type(7):checked ~ .pFXMd_main_home .CldtH_learning_page:nth-child(7) img,
.VmfrX_homepage input:nth-of-type(8):checked ~ .pFXMd_main_home .CldtH_learning_page:nth-child(8) img,
.VmfrX_homepage input:nth-of-type(9):checked ~ .pFXMd_main_home .CldtH_learning_page:nth-child(9) img,
.VmfrX_homepage input:nth-of-type(10):checked ~ .pFXMd_main_home .CldtH_learning_page:nth-child(10) img {
    transform: scale(1);
    filter: brightness(0.95);
}

@media (max-width: 1199px) {.VmfrX_homepage .fxKwj_text_display {
    bottom: 30px;
    left: 30px;
    width: 90%;
}.VmfrX_homepage .fxKwj_text_display .container {
    max-width: 600px;
}.VmfrX_homepage .xFkdr_start_front {
    right: 30px;
    bottom: 30px;
}
}

@media (max-width: 991px) {.VmfrX_homepage .DdBrA_learn_spot {
    height: 70vh;
}.VmfrX_homepage .ewjfu_start_head {
    height: 70vh;
}.VmfrX_homepage .fxKwj_text_display {
    bottom: 25px;
    left: 25px;
}.VmfrX_homepage .fxKwj_text_display .container {
    max-width: 550px;
}.VmfrX_homepage .fxKwj_text_display h1 {
    font-size: calc(47px * 0.9);
    padding-bottom: 12px;
}.VmfrX_homepage .fxKwj_text_display h1::after {
    width: 70px;
}.VmfrX_homepage .fxKwj_text_display h3 {
    font-size: calc(18px * 0.9);
}.VmfrX_homepage .xFkdr_start_front {
    right: 25px;
    bottom: 25px;
}
}

@media (max-width: 767px) {.VmfrX_homepage .DdBrA_learn_spot {
    height: 60vh;
}.VmfrX_homepage .ewjfu_start_head {
    height: 60vh;
}.VmfrX_homepage .fxKwj_text_display {
    left: 20px;
    bottom: 20px;
    width: 92%;
}.VmfrX_homepage .fxKwj_text_display .container {
    max-width: 500px;
}.VmfrX_homepage .fxKwj_text_display h1 {
    margin-bottom: 1rem;
    padding-bottom: 10px;
    font-size: calc(47px * 0.85);
}.VmfrX_homepage .fxKwj_text_display h1::after {
    height: 2px;
    width: 60px;
}.VmfrX_homepage .fxKwj_text_display h3 {
    font-size: calc(18px * 0.85);
    margin-bottom: 1.2rem;
}.VmfrX_homepage .fxKwj_text_display p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    padding-left: 12px;
}.VmfrX_homepage .fxKwj_text_display p::before {
    width: 2px;
}.VmfrX_homepage .xFkdr_start_front {
    right: 20px;
    bottom: 20px;
}.VmfrX_homepage .xFkdr_start_front label {
    width: 25px;
}
}

@media (max-width: 575px) {.VmfrX_homepage .DdBrA_learn_spot {
    height: 80vh;
}.VmfrX_homepage .ewjfu_start_head {
    height: 80vh;
}.VmfrX_homepage .fxKwj_text_display {
    bottom: 60px;
    left: 15px;
    width: 85%;
}.VmfrX_homepage .fxKwj_text_display .container {
    max-width: 100%;
}.VmfrX_homepage .fxKwj_text_display h1 {
    margin-bottom: 0.8rem;
    font-size: calc(47px * 0.8);
}.VmfrX_homepage .fxKwj_text_display h1::after {
    width: 50px;
}.VmfrX_homepage .fxKwj_text_display h3 {
    font-size: calc(21px * 1.1);
    margin-bottom: 1rem;
}.VmfrX_homepage .fxKwj_text_display p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
    padding-left: 10px;
}.VmfrX_homepage .xFkdr_start_front {
    right: auto;
    left: 15px;
    bottom: 15px;
}.VmfrX_homepage .xFkdr_start_front label {
    height: 2px;
    width: 20px;
}
}

@media (max-width: 480px) {.VmfrX_homepage .DdBrA_learn_spot {
    height: 70vh;
}.VmfrX_homepage .ewjfu_start_head {
    height: 70vh;
}
}

@media (max-height: 700px) and (min-width: 768px) {.VmfrX_homepage .DdBrA_learn_spot {
    height: 85vh;
}.VmfrX_homepage .ewjfu_start_head {
    height: 85vh;
}
}

@media (max-height: 600px) {.VmfrX_homepage .DdBrA_learn_spot {
    height: 90vh;
}.VmfrX_homepage .ewjfu_start_head {
    height: 90vh;
}
}

@media (orientation: landscape) and (max-height: 500px) {.VmfrX_homepage .DdBrA_learn_spot {
    height: 95vh;
}.VmfrX_homepage .ewjfu_start_head {
    height: 95vh;
}}.kFYHz_pricing_row {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.kFYHz_pricing_row::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    top: 0;
}.kFYHz_pricing_row .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.kFYHz_pricing_row .RfaEF_package_pricing {
    perspective: 1000px;
}.kFYHz_pricing_row h2 {
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-weight: 700;
    transform: translateZ(30px);
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 20px;
}.kFYHz_pricing_row .neBNQ_rate_options {
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    font-weight: 400;
    transform: translateZ(20px);
    line-height: 1.6;
    color: #ffffff;
    margin: 0 auto 50px;
    max-width: 700px;
    opacity: 0.9;
    text-align: center;
    font-size: 16px;
}.kFYHz_pricing_row .RSIYn_qtr_cost {
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    gap: 30px;
}.kFYHz_pricing_row .RSIYn_qtr_cost li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.kFYHz_pricing_row .zNyTI_study_costs {
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
}.kFYHz_pricing_row .vKNfa_value_deals {
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
}.kFYHz_pricing_row .vKNfa_value_deals::before {
    background: linear-gradient(90deg, 
        rgb(136,143,143) 0%,
        rgb(101,109,109) 100%);
    left: 0;
    top: 0;
    content: "";
    height: 5px;
    right: 0;
    transform-origin: left;
    transform: scaleX(0.92);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
}.kFYHz_pricing_row .vKNfa_value_deals::after {
    opacity: 0.7;
    position: absolute;
    transform-origin: bottom;
    right: 10px;
    background: linear-gradient(90deg, 
        rgb(101,109,109,0.5) 0%,
        rgb(136,143,143,0.5) 100%);
    height: 2px;
    content: "";
    bottom: -2px;
    left: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.kFYHz_pricing_row .ZQMkd_plan_rates {
    padding: 35px 30px;
    transform: translateZ(10px);
}.kFYHz_pricing_row .ZQMkd_plan_rates h4 {
    transform: translateZ(5px);
    color: #ffffff;
    display: inline-block;
    font-size: calc(23px * 1.1);
    margin: 0 0 20px;
    position: relative;
    font-weight: 700;
}.kFYHz_pricing_row .ZQMkd_plan_rates h4::after {
    position: absolute;
    width: 40px;
    height: 3px;
    transform-origin: left;
    background: rgb(136,143,143);
    left: 0;
    content: "";
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -8px;
}.kFYHz_pricing_row .ZQMkd_plan_rates p {
    font-size: 16px;
    opacity: 0.85;
    overflow-wrap: break-word;
    hyphens: auto;
    font-weight: 400;
    max-height: 250px;
    color: #ffffff;
    padding-right: 5px;
    word-wrap: break-word;
    margin: 0 0 25px;
    line-height: 1.6;
    overflow-y: auto;
}.kFYHz_pricing_row .ZQMkd_plan_rates p::-webkit-scrollbar {
    width: 4px;
}.kFYHz_pricing_row .ZQMkd_plan_rates p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(136,143,143,0.5);
}.kFYHz_pricing_row .BkKPI_bundle_price {
    transform: translateZ(15px);
    font-size: calc(23px * 1.2);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    display: block;
    text-align: right;
    color: #ffffff;
    font-weight: 700;
}.kFYHz_pricing_row .BkKPI_bundle_price::before {
    background: rgb(136,143,143);
    content: "";
    width: 10px;
    display: inline-block;
    transform: translateY(-2px);
    margin-right: 8px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(136,143,143);
    height: 10px;
}.kFYHz_pricing_row .RSIYn_qtr_cost li:hover {
    transform: translateY(-5px) scale(1.02);
}.kFYHz_pricing_row .RSIYn_qtr_cost li:hover .vKNfa_value_deals {
    transform: translateZ(20px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}.kFYHz_pricing_row .RSIYn_qtr_cost li:hover .vKNfa_value_deals::before {
    transform: scaleX(1);
}.kFYHz_pricing_row .RSIYn_qtr_cost li:hover .vKNfa_value_deals::after {
    opacity: 0.9;
    transform: scaleY(1.5);
}.kFYHz_pricing_row .RSIYn_qtr_cost li:hover .ZQMkd_plan_rates h4::after {
    width: 100%;
}

@media (max-width: 991px) {.kFYHz_pricing_row {
    padding: 80px 0;
}.kFYHz_pricing_row h2 {
    font-size: calc(35px * 0.9);
}.kFYHz_pricing_row .RSIYn_qtr_cost {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.kFYHz_pricing_row .ZQMkd_plan_rates {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.kFYHz_pricing_row {
    padding: 60px 0;
}.kFYHz_pricing_row h2 {
    margin-bottom: 15px;
    font-size: calc(35px * 0.8);
}.kFYHz_pricing_row .neBNQ_rate_options {
    margin-bottom: 40px;
    font-size: calc(16px * 0.95);
}.kFYHz_pricing_row .RSIYn_qtr_cost {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.kFYHz_pricing_row .ZQMkd_plan_rates {
    padding: 25px 20px;
}.kFYHz_pricing_row .ZQMkd_plan_rates h4 {
    font-size: 23px;
}.kFYHz_pricing_row .BkKPI_bundle_price {
    font-size: calc(23px * 1.1);
}
}

@media (max-width: 480px) {.kFYHz_pricing_row {
    padding: 50px 0;
}.kFYHz_pricing_row h2 {
    font-size: calc(35px * 0.7);
}.kFYHz_pricing_row .neBNQ_rate_options {
    font-size: calc(16px * 0.9);
}.kFYHz_pricing_row .ZQMkd_plan_rates {
    padding: 20px 15px;
}.kFYHz_pricing_row .ZQMkd_plan_rates p {
    max-height: 200px;
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}.mUAJV_contact_form_section {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(171,178,178);
}.mUAJV_contact_form_section::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(136,143,143,0.5) 0,
        rgb(136,143,143,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    opacity: 0.07;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
}.mUAJV_contact_form_section::after {
    height: 100%;
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(rgb(101,109,109,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(101,109,109,0.5) 1px, transparent 1px);
    width: 100%;
    z-index: 1;
    opacity: 0.07;
    background-size: 30px 30px;
    left: 0;
    content: "";
}.mUAJV_contact_form_section .container {
    padding: 0 30px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.mUAJV_contact_form_section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    color: #000000;
}.mUAJV_contact_form_section h2::before {
    width: 80px;
    height: 4px;
    bottom: 0;
    position: absolute;
    background: rgb(136,143,143);
    left: calc(50% - 40px);
    content: "";
}.mUAJV_contact_form_section h2::after {
    bottom: 0;
    left: calc(50% - 15px);
    position: absolute;
    content: "";
    height: 4px;
    width: 30px;
    background: rgb(101,109,109);
}.mUAJV_contact_form_section .LZbYh_reach_box {
    margin-top: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    overflow: hidden;
    display: flex;
    border-radius: 0;
    position: relative;
}.mUAJV_contact_form_section .SjLfz_img_overlay_box {
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
}.mUAJV_contact_form_section .SjLfz_img_overlay_box::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgba(rgb(136,143,143), 0.4), 
        rgba(rgb(101,109,109), 0.4)
    );
    inset: 0;
    z-index: 1;
}.mUAJV_contact_form_section .UhZfN_query_card {
    flex: 0 0 55%;
    flex-direction: column;
    padding: 60px;
    justify-content: center;
    display: flex;
    position: relative;
}.mUAJV_contact_form_section .UhZfN_query_card::before {
    right: -75px;
    width: 150px;
    top: -75px;
    content: "";
    height: 150px;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    border: 30px solid rgb(136,143,143,0.5);
}.mUAJV_contact_form_section .UhZfN_query_card::after {
    left: -50px;
    background: rgb(101,109,109,0.5);
    width: 100px;
    z-index: 0;
    transform: rotate(45deg);
    content: "";
    border-radius: 0;
    position: absolute;
    bottom: -50px;
    height: 100px;
}.mUAJV_contact_form_section form {
    z-index: 2;
    position: relative;
}.mUAJV_contact_form_section form h3 {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    display: inline-block;
    font-weight: 600;
}.mUAJV_contact_form_section form h3::after {
    position: absolute;
    height: 2px;
    width: 50%;
    bottom: -15px;
    background: rgb(136,143,143);
    content: "";
    left: 0;
}.mUAJV_contact_form_section form input[type="text"] {
    font-size: 16px;
    border: none;
    padding: 20px 25px;
    margin-bottom: 25px;
    background: transparent;
    border-bottom: 2px solid rgb(171,178,178);
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
}.mUAJV_contact_form_section form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(136,143,143);
}.mUAJV_contact_form_section form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.mUAJV_contact_form_section form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.mUAJV_contact_form_section .bYVyc_feedback_inquiry {
    position: relative;
    margin-bottom: 40px;
}.mUAJV_contact_form_section .bYVyc_feedback_inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.mUAJV_contact_form_section .bYVyc_feedback_inquiry label {
    color: #000000;
    position: relative;
    font-size: 13px;
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
}.mUAJV_contact_form_section .bYVyc_feedback_inquiry label::before {
    content: "";
    height: 22px;
    top: 0;
    border: 2px solid rgb(171,178,178);
    left: 0;
    background: transparent;
    width: 22px;
    position: absolute;
    transition: all 0.3s ease;
}.mUAJV_contact_form_section .bYVyc_feedback_inquiry input[type="checkbox"]:checked + label::before {
    border-color: rgb(136,143,143);
    background: rgb(136,143,143);
}.mUAJV_contact_form_section .bYVyc_feedback_inquiry input[type="checkbox"]:checked + label::after {
    position: absolute;
    transform: rotate(45deg);
    height: 12px;
    border: solid #ffffff;
    width: 6px;
    left: 8px;
    content: "";
    top: 4px;
    border-width: 0 2px 2px 0;
}.mUAJV_contact_form_section .bYVyc_feedback_inquiry label a {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    color: rgb(136,143,143);
    transition: all 0.3s ease;
}.mUAJV_contact_form_section .bYVyc_feedback_inquiry label a::after {
    height: 1px;
    transform-origin: left;
    background: rgb(136,143,143);
    left: 0;
    width: 100%;
    content: "";
    transform: scaleX(1);
    position: absolute;
    bottom: -1px;
    transition: transform 0.3s ease;
}.mUAJV_contact_form_section .bYVyc_feedback_inquiry label a:hover {
    color: rgb(101,109,109);
}.mUAJV_contact_form_section .bYVyc_feedback_inquiry label a:hover::after {
    background: rgb(101,109,109);
    transform: scaleX(0);
}.mUAJV_contact_form_section .tbxlQ_reach_message {
    width: auto;
    z-index: 1;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 18px 40px;
    font-size: 14px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    display: inline-block;
    cursor: pointer;
    position: relative;
    background: rgb(136,143,143);
    font-weight: 600;
    border: none;
}.mUAJV_contact_form_section .tbxlQ_reach_message::before {
    width: 0;
    top: 0;
    transform: skewX(-25deg);
    background: rgb(101,109,109);
    transition: width 0.5s ease;
    z-index: -1;
    position: absolute;
    content: "";
    left: -10px;
    height: 100%;
}.mUAJV_contact_form_section .tbxlQ_reach_message:hover::before {
    width: 150%;
}.mUAJV_contact_form_section svg {
    fill: none;
    stroke: rgb(136,143,143);
    height: 24px;
    transition: all 0.3s ease;
    stroke-width: 2;
    width: 24px;
}.mUAJV_contact_form_section svg path {
    fill: none;
    stroke: rgb(136,143,143);
    transition: all 0.3s ease;
}.mUAJV_contact_form_section svg:hover,
.mUAJV_contact_form_section svg:hover path {
    stroke: rgb(101,109,109);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.mUAJV_contact_form_section {
    padding: 80px 0;
}.mUAJV_contact_form_section .SjLfz_img_overlay_box {
    min-height: 500px;
}.mUAJV_contact_form_section .UhZfN_query_card {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.mUAJV_contact_form_section {
    padding: 60px 0;
}.mUAJV_contact_form_section .LZbYh_reach_box {
    flex-direction: column;
}.mUAJV_contact_form_section .SjLfz_img_overlay_box {
    width: 100%;
    min-height: 300px;
}.mUAJV_contact_form_section .UhZfN_query_card {
    padding: 40px 30px;
    width: 100%;
}.mUAJV_contact_form_section form h3 {
    margin-bottom: 30px;
}.mUAJV_contact_form_section form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.mUAJV_contact_form_section .bYVyc_feedback_inquiry {
    margin-bottom: 30px;
}.mUAJV_contact_form_section .tbxlQ_reach_message {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.mUAJV_contact_form_section {
    padding: 50px 0;
}.mUAJV_contact_form_section h2 {
    font-size: calc(38px * 0.85);
}.mUAJV_contact_form_section .LZbYh_reach_box {
    margin-top: 30px;
}.mUAJV_contact_form_section .SjLfz_img_overlay_box {
    min-height: 200px;
}.mUAJV_contact_form_section .UhZfN_query_card {
    padding: 30px 20px;
}.mUAJV_contact_form_section form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.mUAJV_contact_form_section form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.mUAJV_contact_form_section .bYVyc_feedback_inquiry {
    margin-bottom: 25px;
}.mUAJV_contact_form_section .bYVyc_feedback_inquiry label {
    font-size: calc(13px * 0.9);
}.mUAJV_contact_form_section .tbxlQ_reach_message {
    padding: 12px 25px;
}}.mqTeL_cookie_ctrl {
    padding: 6rem 0 3rem;
    background-attachment: fixed;
    z-index: 1;
    position: relative;
    color: #ffffff;
}.mqTeL_cookie_ctrl::before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(136,143,143,0.5) 100%);
    z-index: -1;
    left: 0;
    content: "";
}.mqTeL_cookie_ctrl::after {
    height: 100%;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    position: absolute;
    pointer-events: none;
    content: "";
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.mqTeL_cookie_ctrl .container {
    flex-direction: column;
    display: flex;
    position: relative;
}.mqTeL_cookie_ctrl .company_holder {
    position: relative;
    padding-bottom: 2.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 3rem;
}.mqTeL_cookie_ctrl .company_holder::before,
.mqTeL_cookie_ctrl .company_holder::after {
    height: 2px;
    position: absolute;
    width: 20%;
    bottom: -1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(101,109,109), transparent);
    animation: slide 3s infinite alternate;
}.mqTeL_cookie_ctrl .company_holder::before {
    animation-delay: 0s;
    left: 0;
}.mqTeL_cookie_ctrl .company_holder::after {
    animation-delay: 1.5s;
    right: 0;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.mqTeL_cookie_ctrl .company_holder h3 {
    font-size: calc(32px * 1.3);
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
}.mqTeL_cookie_ctrl .company_holder h3::after {
    background: rgb(101,109,109);
    content: "";
    height: 3px;
    width: 60px;
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}.mqTeL_cookie_ctrl .KpuiY_biz_learnings {
    max-width: 600px;
    opacity: 0.8;
    margin: 1.5rem auto 0;
    line-height: 1.7;
    font-size: 18px;
    color: #ffffff;
}.mqTeL_cookie_ctrl .ErTcG_footer_social {
    justify-content: center;
    display: flex;
}.mqTeL_cookie_ctrl .rUYLC_main_teach {
    display: flex;
    position: relative;
    gap: 6rem;
}.mqTeL_cookie_ctrl .rUYLC_main_teach::before {
    left: 50%;
    height: 20px;
    position: absolute;
    top: -30px;
    background: rgb(136,143,143);
    transform: translateX(-50%);
    content: "";
    width: 1px;
}.mqTeL_cookie_ctrl .yXgfH_page_head {
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255,255,255,0.05);
    position: relative;
}.mqTeL_cookie_ctrl .yXgfH_page_head:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(136,143,143,0.5), 0.1);
}.mqTeL_cookie_ctrl .yXgfH_page_head h5 {
    font-weight: 600;
    color: rgb(101,109,109);
    padding-bottom: 0.8rem;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    letter-spacing: 1.5px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    text-align: center;
}.mqTeL_cookie_ctrl .yXgfH_page_head .rUYLC_main_teach {
    position: static;
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.mqTeL_cookie_ctrl .yXgfH_page_head .rUYLC_main_teach a {
    overflow: hidden;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    padding: 0.4rem 0;
    transition: all 0.3s ease;
    opacity: 0.75;
}.mqTeL_cookie_ctrl .yXgfH_page_head .rUYLC_main_teach a::before {
    position: absolute;
    z-index: -1;
    transform-origin: center;
    transform: scaleX(0);
    content: "";
    width: 100%;
    transition: transform 0.4s ease;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(136,143,143), transparent);
    bottom: 0;
}.mqTeL_cookie_ctrl .yXgfH_page_head .rUYLC_main_teach a:hover {
    opacity: 1;
    color: rgb(101,109,109);
}.mqTeL_cookie_ctrl .yXgfH_page_head .rUYLC_main_teach a:hover::before {
    transform: scaleX(1);
}.bOAaK_enroll_info {
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 4rem;
    overflow: hidden;
    position: relative;
    padding: 1.2rem 0;
}.bOAaK_enroll_info::before {
    left: 0;
    background-image: linear-gradient(45deg, rgba(rgb(136,143,143,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(136,143,143,0.5), 0.05) 50%, rgba(rgb(136,143,143,0.5), 0.05) 75%, transparent 75%, transparent);
    background-size: 4px 4px;
    width: 100%;
    animation: bgMove 20s linear infinite;
    top: 0;
    height: 100%;
    opacity: 0.3;
    content: "";
    position: absolute;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.bOAaK_enroll_info .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.bOAaK_enroll_info .Moxva_webinar_arch {
    position: relative;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.5px;
    opacity: 0.8;
}.bOAaK_enroll_info .Moxva_webinar_arch::before,
.bOAaK_enroll_info .Moxva_webinar_arch::after {
    color: rgb(136,143,143);
    content: "•";
    margin: 0 0.6rem;
}

@media screen and (max-width: 992px) {.mqTeL_cookie_ctrl {
    padding: 4rem 0 2rem;
}.mqTeL_cookie_ctrl .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.mqTeL_cookie_ctrl .company_holder h3 {
    font-size: 32px;
}.mqTeL_cookie_ctrl .rUYLC_main_teach {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.mqTeL_cookie_ctrl .ErTcG_footer_social {
    flex-direction: column;
    align-items: center;
}.mqTeL_cookie_ctrl .rUYLC_main_teach {
    gap: 2rem;
    width: 100%;
    max-width: 450px;
    flex-direction: column;
}.mqTeL_cookie_ctrl .yXgfH_page_head {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.mqTeL_cookie_ctrl {
    padding: 3rem 0 1.5rem;
}.mqTeL_cookie_ctrl .company_holder h3 {
    font-size: calc(32px * 0.9);
}.mqTeL_cookie_ctrl .KpuiY_biz_learnings {
    font-size: calc(18px * 0.9);
}.mqTeL_cookie_ctrl .yXgfH_page_head {
    padding: 1rem;
}.mqTeL_cookie_ctrl .yXgfH_page_head h5 {
    font-size: calc(16px * 0.9);
}.bOAaK_enroll_info {
    padding: 1rem 0;
    margin-top: 2rem;
}.bOAaK_enroll_info .Moxva_webinar_arch {
    font-size: calc(15px * 0.9);
}.bOAaK_enroll_info .Moxva_webinar_arch::before,
    .bOAaK_enroll_info .Moxva_webinar_arch::after {
    display: none;
}}.MecnI_instructor_history {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, #000000 0%, rgb(171,178,178) 100%);
}.MecnI_instructor_history::before {
    background: 
    radial-gradient(circle at 20% 30%, rgb(136,143,143,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(101,109,109,0.5) 0%, transparent 30%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    animation: pulse 20s infinite alternate;
    top: 0;
    content: "";
}.MecnI_instructor_history .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    perspective: 1200px;
    max-width: 1200px;
    padding: 0 20px;
}.MecnI_instructor_history .fthpV_user_testimonials {
    grid-template-columns: 1.2fr 0.8fr;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transform-style: preserve-3d;
    grid-template-rows: auto auto auto;
    display: grid;
    position: relative;
    transform: rotateY(-10deg);
    gap: 10px 30px;
}.MecnI_instructor_history .fthpV_user_testimonials:hover {
    transform: rotateY(0deg) translateZ(10px);
}.MecnI_instructor_history .nPzNZ_career_tasks {
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 50px 40px;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(136,143,143,0.5);
    backdrop-filter: blur(10px);
    grid-area: quote;
    transform: translateZ(20px);
    position: relative;
    margin: 0;
    font-weight: 300;
    color: #ffffff;
    z-index: 1;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.7;
}.MecnI_instructor_history .nPzNZ_career_tasks::before {
    position: absolute;
    font-size: calc(41px * 2);
    line-height: 1;
    color: rgb(136,143,143);
    content: "";
    left: 20px;
    top: 15px;
}.MecnI_instructor_history .SjLfz_img_overlay_box {
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(136,143,143,0.5);
    height: 280px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    grid-area: photo;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    border-radius: 10px;
    transform: translateZ(40px);
}.MecnI_instructor_history .fthpV_user_testimonials:hover .SjLfz_img_overlay_box {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(136,143,143,0.5);
}.MecnI_instructor_history .name {
    font-size: 24px;
    border-radius: 10px;
    grid-area: name;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    background: rgb(136,143,143);
    transform: translateZ(30px);
    z-index: 2;
    margin: 0;
    transition: transform 0.3s ease;
}.MecnI_instructor_history .fthpV_user_testimonials:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.MecnI_instructor_history .fthpV_user_testimonials > span:not(.name) {
    padding: 10px 15px;
    transform: translateZ(25px);
    border-radius: 10px;
    font-size: 16px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    grid-area: job;
    z-index: 2;
    color: rgb(101,109,109);
    font-weight: 600;
    transition: transform 0.3s ease;
}.MecnI_instructor_history .fthpV_user_testimonials:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.MecnI_instructor_history {
    padding: 80px 0;
}.MecnI_instructor_history .fthpV_user_testimonials {
    transform: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "SjLfz_img_overlay_box"
      "name"
      "lwJAW_experience"
      "nPzNZ_career_tasks";
    gap: 15px;
}.MecnI_instructor_history .nPzNZ_career_tasks,
  .MecnI_instructor_history .SjLfz_img_overlay_box,
  .MecnI_instructor_history .name,
  .MecnI_instructor_history .fthpV_user_testimonials > span:not(.name) {
    transform: none;
}.MecnI_instructor_history .fthpV_user_testimonials:hover .nPzNZ_career_tasks,
  .MecnI_instructor_history .fthpV_user_testimonials:hover .SjLfz_img_overlay_box,
  .MecnI_instructor_history .fthpV_user_testimonials:hover .name,
  .MecnI_instructor_history .fthpV_user_testimonials:hover > span:not(.name) {
    transform: none;
}.MecnI_instructor_history .SjLfz_img_overlay_box {
    width: 90%;
    margin: 0 auto;
    height: 240px;
}.MecnI_instructor_history .nPzNZ_career_tasks {
    padding: 30px;
}.MecnI_instructor_history .name,
  .MecnI_instructor_history .fthpV_user_testimonials > span:not(.name) {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
}

@media (max-width: 576px) {.MecnI_instructor_history {
    padding: 60px 0;
}.MecnI_instructor_history .SjLfz_img_overlay_box {
    width: 100%;
    height: 200px;
}.MecnI_instructor_history .nPzNZ_career_tasks {
    padding: 25px 20px;
    font-size: calc(16px * 0.95);
}.MecnI_instructor_history .name {
    font-size: calc(24px * 0.9);
}.MecnI_instructor_history .fthpV_user_testimonials > span:not(.name) {
    font-size: calc(16px * 0.9);
}}.jpwYR_appWrap {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgb(171,178,178), rgba(245, 247, 250, 0.95));
    padding: 5rem 0;
    overflow: hidden;
}.jpwYR_appWrap::before {
    right: 0;
    background: linear-gradient(to bottom right, rgb(136,143,143,0.5), transparent);
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    opacity: 0.15;
    content: "";
    width: 50%;
    transform: skewX(-15deg) translateX(20%);
}.jpwYR_appWrap::after {
    height: 3px;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, 
    transparent, 
    rgb(101,109,109), 
    rgb(136,143,143), 
    transparent);
    content: "";
    bottom: 0;
}.jpwYR_appWrap .container {
    z-index: 3;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.jpwYR_appWrap h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    opacity: 0;
    line-height: 1.3;
    animation: slideTitle 0.8s ease-out forwards 0.3s;
    font-size: 31px;
    max-width: 85%;
    transform: translateX(-1rem);
    position: relative;
    color: #000000;
    margin-bottom: 2.5rem;
}.jpwYR_appWrap h2::after {
    height: 3px;
    bottom: -0.8rem;
    transform-origin: left;
    left: 0;
    width: 5rem;
    position: absolute;
    content: "";
    animation: growLine 1s ease-out forwards 0.8s;
    background: rgb(136,143,143);
    transform: scaleX(0);
}.jpwYR_appWrap .DdBrA_learn_spot {
    opacity: 0;
    animation: slideUp 0.8s ease-out forwards 0.5s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    border-left: 4px solid rgb(136,143,143);
    padding: 3rem;
    position: relative;
    transform: translateY(1rem);
}.jpwYR_appWrap .DdBrA_learn_spot::before {
    width: 8rem;
    border-radius: 50%;
    top: 2rem;
    right: 2rem;
    position: absolute;
    z-index: 0;
    content: "";
    background: linear-gradient(135deg, rgb(101,109,109,0.5), transparent);
    opacity: 0.12;
    height: 8rem;
}.jpwYR_appWrap ul {
    position: relative;
    margin: 0;
    z-index: 2;
    list-style: none;
    padding: 0;
}.jpwYR_appWrap li {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
}.jpwYR_appWrap li:last-child {
    margin-bottom: 0;
}.jpwYR_appWrap li::before {
    transform: rotate(45deg) scale(0);
    width: 0.5rem;
    top: 0.6rem;
    background: rgb(136,143,143);
    height: 0.5rem;
    left: 0;
    animation: growBox 0.6s ease-out forwards 1.2s;
    position: absolute;
    content: "";
}.jpwYR_appWrap li span {
    display: block;
    line-height: 1.7;
    animation: fadeIn 0.8s ease-out forwards 0.7s;
    font-family: Arial, sans-serif;
    transform: translateX(0.5rem);
    font-size: 14px;
    color: #000000;
    opacity: 0;
}

@keyframes slideTitle {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes growBox {
  from {
    transform: rotate(45deg) scale(0);
  }
  to {
    transform: rotate(45deg) scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (hover: hover) {.jpwYR_appWrap .DdBrA_learn_spot:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.jpwYR_appWrap .DdBrA_learn_spot:hover::before {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
}

@media (max-width: 991px) {.jpwYR_appWrap {
    padding: 4rem 0;
}.jpwYR_appWrap h2 {
    max-width: 95%;
    font-size: calc(31px * 0.9);
}.jpwYR_appWrap .DdBrA_learn_spot {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.jpwYR_appWrap {
    padding: 3rem 0;
}.jpwYR_appWrap::before {
    width: 70%;
}.jpwYR_appWrap .container {
    padding: 0 1.5rem;
}.jpwYR_appWrap h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.jpwYR_appWrap .DdBrA_learn_spot {
    padding: 2rem 1.5rem;
}.jpwYR_appWrap .DdBrA_learn_spot::before {
    width: 6rem;
    top: 1.5rem;
    right: 1.5rem;
    height: 6rem;
}
}

@media (max-width: 480px) {.jpwYR_appWrap {
    padding: 2.5rem 0;
}.jpwYR_appWrap h2 {
    line-height: 1.4;
    font-size: calc(31px * 0.7);
}.jpwYR_appWrap h2::after {
    width: 4rem;
}.jpwYR_appWrap .DdBrA_learn_spot {
    padding: 1.75rem 1.25rem;
    border-left-width: 3px;
}.jpwYR_appWrap li {
    padding-left: 1.25rem;
}.jpwYR_appWrap li span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}header .zgMrG_nav_section {
    padding: 1.5rem 0;
    box-sizing: border-box;
    background: linear-gradient(120deg, rgb(136,143,143) 0%, rgb(101,109,109,0.5) 100%);
    overflow: visible;
    z-index: 99;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}header .zgMrG_nav_section::before {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(101,109,109,0.5) 0%, transparent 60%);
    content: "";
}header .zgMrG_nav_section .CNXvc_head_expert {
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
    transform: translateY(-5px);
    margin-left: calc((100vw - 100%) / 2);
}header .zgMrG_nav_section .CNXvc_head_expert:hover {
    transform: translateY(0) scale(1.05);
}header .zgMrG_nav_section .CNXvc_head_expert .BWIQJ_top_primary {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}header .zgMrG_nav_section .CNXvc_head_expert .BWIQJ_top_primary::before {
    background: rgba(0, 0, 0, 0.5);
    height: calc(100% + 20px);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    z-index: -1;
    width: calc(100% + 40px);
    content: "";
    top: -10px;
    position: absolute;
    left: -20px;
}header .zgMrG_nav_section .CNXvc_head_expert .BWIQJ_top_primary svg {
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
}header .zgMrG_nav_section .yXgfH_page_head {
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    padding-right: calc((100vw - 100%) / 2);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    list-style: none;
    width: 80vw;
    display: flex;
    background: linear-gradient(90deg, transparent, rgb(136,143,143,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
}header .zgMrG_nav_section .yXgfH_page_head::before {
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
}header .zgMrG_nav_section .yXgfH_page_head .QnwRD_top_main {
    position: relative;
    margin: 0;
    transform-style: preserve-3d;
    perspective: 1000px;
}header .zgMrG_nav_section .yXgfH_page_head .QnwRD_top_main a {
    position: relative;
    text-decoration: none;
    display: block;
    transform-origin: center;
    font-size: 19px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
}header .zgMrG_nav_section .yXgfH_page_head .QnwRD_top_main a::after {
    background: rgb(101,109,109);
    bottom: 0.8rem;
    transition: width 0.3s ease;
    width: 0;
    content: "";
    left: 1.5rem;
    position: absolute;
    height: 2px;
}header .zgMrG_nav_section .yXgfH_page_head .QnwRD_top_main a:hover {
    transform: translateZ(10px);
    color: rgb(101,109,109);
}header .zgMrG_nav_section .yXgfH_page_head .QnwRD_top_main a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .zgMrG_nav_section {
    padding: 1rem 0;
    align-items: center;
    flex-direction: column;
}header .zgMrG_nav_section .CNXvc_head_expert {
    margin-left: 0;
    margin-bottom: 1rem;
}header .zgMrG_nav_section .yXgfH_page_head {
    justify-content: center;
    clip-path: none;
    background: rgb(136,143,143,0.5);
    padding-right: 0;
    width: 100%;
    flex-wrap: wrap;
}header .zgMrG_nav_section .yXgfH_page_head .QnwRD_top_main a {
    padding: 0.8rem 1rem;
}header .zgMrG_nav_section .yXgfH_page_head .QnwRD_top_main a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .zgMrG_nav_section .yXgfH_page_head .QnwRD_top_main a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .zgMrG_nav_section .yXgfH_page_head {
    padding: 0.5rem 0;
}header .zgMrG_nav_section .yXgfH_page_head .QnwRD_top_main {
    width: 50%;
}header .zgMrG_nav_section .yXgfH_page_head .QnwRD_top_main a {
    text-align: center;
    font-size: calc(19px - 2px);
    padding: 0.6rem 0.8rem;
}header .zgMrG_nav_section .yXgfH_page_head .QnwRD_top_main a::after {
    display: none;
}}.ZGASm_our_background {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(145deg, rgb(136,143,143) 0%, rgb(101,109,109) 100%);
    z-index: 1;
}.ZGASm_our_background::before {
    top: 0;
    background: 
        repeating-linear-gradient(135deg, transparent, transparent 30px, rgba(255, 255, 255, 0.02) 30px, rgba(255, 255, 255, 0.02) 60px);
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: "";
    left: 0;
}.ZGASm_our_background::after {
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    opacity: 0.6;
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    animation: shiftGlow 20s ease-in-out infinite alternate;
    left: 0;
}.ZGASm_our_background .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.ZGASm_our_background .DdBrA_learn_spot {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    display: grid;
    border-radius: 26px;
    gap: 40px;
    overflow: hidden;
    grid-template-areas: 
        "director logo"
        "text text";
    position: relative;
    grid-template-rows: auto auto;
    padding: 60px;
    grid-template-columns: 1fr 1fr;
    animation: fadeIn 1s ease-in-out;
    background: rgb(171,178,178);
}.ZGASm_our_background .DdBrA_learn_spot::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(136,143,143), rgb(101,109,109));
    left: 0;
    width: 5px;
    top: 0;
    content: "";
    height: 100%;
}.ZGASm_our_background .HqocP_impact_stats {
    transition: transform 0.6s ease;
    transform: translateY(0);
    align-items: center;
    display: flex;
    grid-area: director;
    gap: 30px;
    padding-right: 30px;
}.ZGASm_our_background .HqocP_impact_stats:hover {
    transform: translateY(-5px);
}.ZGASm_our_background .HqocP_impact_stats .SjLfz_img_overlay_box {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 10px;
    width: 180px;
    border: 3px solid #ffffff;
    height: 220px;
    overflow: hidden;
    transition: all 0.4s ease;
}.ZGASm_our_background .HqocP_impact_stats .SjLfz_img_overlay_box:hover {
    transform: scale(1.05);
    border-color: rgb(136,143,143);
}.ZGASm_our_background .lmHYC_study_sessions {
    flex: 1;
}.ZGASm_our_background .JTYpE_fast_track {
    font-size: 22px;
    color: #000000;
    position: relative;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
}.ZGASm_our_background .JTYpE_fast_track::after {
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    width: 40px;
    background: rgb(136,143,143);
    content: "";
    height: 2px;
}.ZGASm_our_background .JTYpE_fast_track:hover::after {
    width: 60px;
}.ZGASm_our_background .fZmQG_pro_training {
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    color: #000000;
}.ZGASm_our_background .HmxOd_learning_experts {
    grid-area: logo;
    margin-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px solid rgba(rgb(136,143,143), 0.2);
    display: flex;
}.ZGASm_our_background .HmxOd_learning_experts svg {
    transition: transform 0.4s ease;
    height: 60px;
    width: 60px;
    fill: rgb(136,143,143);
    margin-right: 20px;
}.ZGASm_our_background .HmxOd_learning_experts:hover svg {
    transform: rotate(5deg) scale(1.1);
}.ZGASm_our_background .HmxOd_learning_experts svg path {
    fill: rgb(136,143,143);
    transition: fill 0.3s ease;
}.ZGASm_our_background .HmxOd_learning_experts:hover svg path {
    fill: rgb(101,109,109);
}.ZGASm_our_background .fxKwj_text_display {
    animation: slideUp 0.8s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    grid-area: text;
    padding-top: 30px;
    animation-delay: 0.3s;
    border-top: 1px solid rgba(rgb(136,143,143), 0.2);
}.ZGASm_our_background h2 {
    font-size: 32px;
    color: #000000;
    position: relative;
    margin: 0 0 25px 0;
    font-weight: 700;
}.ZGASm_our_background h2::after {
    left: 0;
    position: absolute;
    width: 80px;
    background: rgb(136,143,143);
    content: "";
    animation: pulseWidth 3s ease-in-out infinite;
    bottom: -10px;
    height: 3px;
}.ZGASm_our_background p {
    font-size: 18px;
    margin: 0;
    color: #000000;
    line-height: 1.8;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@keyframes shiftGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 992px) {.ZGASm_our_background {
    padding: 80px 0;
}.ZGASm_our_background .DdBrA_learn_spot {
    grid-template-areas: 
            "director"
            "logo"
            "text";
    grid-template-columns: 1fr;
    padding: 40px 30px;
    gap: 30px;
}.ZGASm_our_background .HqocP_impact_stats {
    border-bottom: 1px solid rgba(rgb(136,143,143), 0.2);
    padding-right: 0;
    padding-bottom: 30px;
}.ZGASm_our_background .HmxOd_learning_experts {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(rgb(136,143,143), 0.2);
    border-left: none;
    padding-left: 0;
}.ZGASm_our_background .fxKwj_text_display {
    padding-top: 0;
    border-top: none;
}
}

@media screen and (max-width: 767px) {.ZGASm_our_background {
    padding: 60px 0;
}.ZGASm_our_background .DdBrA_learn_spot {
    gap: 25px;
    padding: 30px 20px;
}.ZGASm_our_background .HqocP_impact_stats {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
}.ZGASm_our_background .JTYpE_fast_track::after {
    transform: translateX(-50%);
    left: 50%;
}.ZGASm_our_background .JTYpE_fast_track:hover::after {
    width: 60px;
}.ZGASm_our_background .HmxOd_learning_experts {
    justify-content: center;
}.ZGASm_our_background .fxKwj_text_display {
    text-align: center;
}.ZGASm_our_background h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media screen and (max-width: 480px) {.ZGASm_our_background {
    padding: 40px 0;
}.ZGASm_our_background .DdBrA_learn_spot {
    padding: 25px 15px;
    gap: 20px;
}.ZGASm_our_background .HqocP_impact_stats .SjLfz_img_overlay_box {
    height: 180px;
    width: 150px;
}.ZGASm_our_background .JTYpE_fast_track {
    font-size: calc(22px * 0.9);
}.ZGASm_our_background .fZmQG_pro_training {
    font-size: calc(18px * 0.9);
}.ZGASm_our_background .HmxOd_learning_experts svg {
    height: 50px;
    width: 50px;
    margin-right: 15px;
}.ZGASm_our_background h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 20px;
}.ZGASm_our_background p {
    font-size: calc(18px * 0.9);
}}.ieTzY_study_process {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(171,178,178) 0%, rgba(245, 245, 255, 0.95) 100%);
}.ieTzY_study_process::before {
    content: "";
    width: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(136,143,143,0.5), 0.05) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgba(rgb(101,109,109,0.5), 0.08) 0%, transparent 70%);
}.ieTzY_study_process::after {
    top: -5%;
    position: absolute;
    height: 40%;
    animation: float 8s ease-in-out infinite;
    z-index: -1;
    opacity: 0.07;
    background: linear-gradient(45deg, rgb(136,143,143) 0%, rgb(101,109,109) 100%);
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 10% 85%);
    content: "";
    right: -5%;
    width: 35%;
}.ieTzY_study_process .DdBrA_learn_spot {
    position: relative;
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
}.ieTzY_study_process .DdBrA_learn_spot::before {
    height: 200px;
    width: 200px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(225deg, rgb(101,109,109) 0%, transparent 80%);
    opacity: 0.05;
    bottom: -40px;
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    filter: blur(20px);
}.ieTzY_study_process h2 {
    position: relative;
    transform: translateX(-10px);
    margin-bottom: 45px;
    font-size: 29px;
    font-weight: 700;
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000000;
}.ieTzY_study_process h2::after {
    transition: transform 0.5s ease-out;
    position: absolute;
    left: 0;
    width: 80px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(136,143,143) 0%, rgb(101,109,109) 100%);
    bottom: -10px;
    transform: scaleX(1);
    transform-origin: left center;
}.ieTzY_study_process:hover h2 {
    transform: translateX(0);
}.ieTzY_study_process:hover h2::after {
    transform: scaleX(1.4);
}.ieTzY_study_process .fxKwj_text_display {
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03);
    padding: 40px 50px;
    transform: translateY(0);
    border-left: 4px solid rgb(136,143,143);
}.ieTzY_study_process .fxKwj_text_display::before {
    content: "";
    height: 50px;
    transform: rotate(15deg);
    background: rgb(101,109,109);
    opacity: 0.1;
    transition: transform 0.5s ease-out;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -20px;
    position: absolute;
    right: 30px;
    width: 50px;
}.ieTzY_study_process .fxKwj_text_display:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.08),
        0 2px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.ieTzY_study_process .fxKwj_text_display:hover::before {
    transform: rotate(30deg) scale(1.2);
}.ieTzY_study_process p {
    margin: 0;
    position: relative;
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
}

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

@media screen and (max-width: 992px) {.ieTzY_study_process {
    padding: 80px 0 70px;
}.ieTzY_study_process h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 35px;
}.ieTzY_study_process .fxKwj_text_display {
    padding: 35px 40px;
}
}

@media screen and (max-width: 768px) {.ieTzY_study_process {
    padding: 60px 0 50px;
}.ieTzY_study_process::after {
    width: 50%;
    top: -3%;
    right: -10%;
}.ieTzY_study_process h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
    transform: translateX(0);
}.ieTzY_study_process h2::after {
    width: 60px;
}.ieTzY_study_process .fxKwj_text_display {
    padding: 30px 25px;
}.ieTzY_study_process .fxKwj_text_display::before {
    height: 40px;
    right: 20px;
    width: 40px;
    top: -15px;
}.ieTzY_study_process p {
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 576px) {.ieTzY_study_process {
    padding: 50px 0 40px;
}.ieTzY_study_process .DdBrA_learn_spot {
    padding: 0 15px;
}.ieTzY_study_process h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.7);
}.ieTzY_study_process h2::after {
    width: 50px;
}.ieTzY_study_process .fxKwj_text_display {
    border-left-width: 3px;
    padding: 25px 20px;
}.ieTzY_study_process p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}.WaYSC_course_features {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(171,178,178) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
    position: relative;
}.WaYSC_course_features::before {
    left: 0;
    z-index: 1;
    content: "";
    background: radial-gradient(circle at 20% 50%, rgb(136,143,143,0.5) 0%, transparent 50%);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}.WaYSC_course_features::after {
    z-index: 1;
    top: -50px;
    height: 200px;
    right: -50px;
    animation: pulse 8s infinite alternate;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(101,109,109,0.5) 0%, transparent 70%);
    width: 200px;
    content: "";
}.WaYSC_course_features .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}.WaYSC_course_features .DdBrA_learn_spot {
    align-items: center;
    border: 1px solid rgb(136,143,143,0.5);
    padding: 40px;
    justify-content: space-between;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    position: relative;
    display: flex;
    overflow: hidden;
    gap: 40px;
}.WaYSC_course_features .DdBrA_learn_spot::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shine 5s infinite;
    width: 100%;
    content: "";
    left: -100%;
    top: 0;
}.WaYSC_course_features .pBryC_grow_skills {
    padding-right: 20px;
    flex: 1;
    position: relative;
}.WaYSC_course_features .pBryC_grow_skills::before {
    top: -30px;
    height: 60px;
    z-index: -1;
    width: 60px;
    left: -30px;
    border-radius: 50%;
    animation: rotate 25s linear infinite;
    border: 2px solid rgb(136,143,143,0.5);
    content: "";
    position: absolute;
}.WaYSC_course_features .pBryC_grow_skills::after {
    width: 40px;
    right: 50px;
    height: 40px;
    bottom: -20px;
    animation: float 8s ease-in-out infinite;
    border-radius: 10px;
    border: 1px solid rgb(101,109,109,0.5);
    position: absolute;
    z-index: -1;
    content: "";
}.WaYSC_course_features .CNXvc_head_expert {
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    width: 60px;
    padding: 10px 15px;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    background: linear-gradient(145deg, #ffffff 0%, rgb(171,178,178) 100%);
    position: relative;
    max-width: 180px;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 10px;
    display: flex;
}.WaYSC_course_features .CNXvc_head_expert:hover {
    transform: translateY(-5px) translateZ(0);
}.WaYSC_course_features .CNXvc_head_expert svg {
    transition: fill 0.3s ease;
    height: 40px;
    max-height: 100%;
    width: 40px;
    fill: rgb(136,143,143);
    max-width: 100%;
}.WaYSC_course_features .CNXvc_head_expert svg path {
    transition: fill 0.3s ease;
    fill: rgb(136,143,143);
}.WaYSC_course_features .CNXvc_head_expert:hover svg,
.WaYSC_course_features .CNXvc_head_expert:hover svg path {
    fill: rgb(101,109,109);
}.WaYSC_course_features h3 {
    font-size: 37px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    color: rgb(136,143,143);
}.WaYSC_course_features h3::after {
    height: 3px;
    bottom: 0;
    border-radius: 10px;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(136,143,143), rgb(101,109,109));
    position: absolute;
    width: 80px;
}.WaYSC_course_features p {
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 400;
}.WaYSC_course_features .SjLfz_img_overlay_box {
    min-height: 400px;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 23px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    flex: 1;
    transform: perspective(1000px) rotateY(-5deg);
}.WaYSC_course_features .SjLfz_img_overlay_box::before {
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    content: "";
}.WaYSC_course_features .SjLfz_img_overlay_box::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    left: -50%;
    animation: shine-effect 6s infinite;
    transform: rotate(25deg);
    content: "";
    height: 200%;
    position: absolute;
    width: 200%;
    z-index: 3;
    top: -50%;
}.WaYSC_course_features .DdBrA_learn_spot:hover .SjLfz_img_overlay_box {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.WaYSC_course_features {
    padding: 60px 0;
}.WaYSC_course_features .DdBrA_learn_spot {
    padding: 30px;
    gap: 30px;
    flex-direction: column;
}.WaYSC_course_features .pBryC_grow_skills {
    padding-right: 0;
    width: 100%;
}.WaYSC_course_features .SjLfz_img_overlay_box {
    transform: perspective(1000px) rotateY(0);
    min-height: 350px;
    width: 100%;
}.WaYSC_course_features h3 {
    font-size: calc(37px - 4px);
}
}

@media screen and (max-width: 767px) {.WaYSC_course_features {
    padding: 50px 0;
}.WaYSC_course_features .DdBrA_learn_spot {
    padding: 25px;
}.WaYSC_course_features .CNXvc_head_expert {
    max-width: 150px;
    height: 50px;
}.WaYSC_course_features h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(37px - 6px);
}.WaYSC_course_features h3::after {
    width: 60px;
    height: 2px;
}.WaYSC_course_features p {
    font-size: calc(14px - 1px);
    margin-bottom: 20px;
}.WaYSC_course_features .SjLfz_img_overlay_box {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.WaYSC_course_features {
    padding: 40px 0;
}.WaYSC_course_features .DdBrA_learn_spot {
    gap: 20px;
    padding: 20px;
}.WaYSC_course_features .CNXvc_head_expert {
    height: 40px;
    max-width: 120px;
    margin-bottom: 15px;
}.WaYSC_course_features h3 {
    font-size: calc(37px - 8px);
}.WaYSC_course_features .SjLfz_img_overlay_box {
    min-height: 250px;
}
}