.Lvm-outer-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.eUa-reward-sys {
    flex: 0 0 auto;
}

.eUa-reward-sys {
    padding: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: rgb(146,181,150);
    position: relative;
}

.mif-connect-form::before {
    z-index: 0;
    left: 0;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(184,208,185), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(146,181,150), 0.05) 0%, transparent 30%);
    right: 0;
}

.mif-connect-form h2::after {
    width: 70%;
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(184,208,185), transparent);
    left: 15%;
    position: absolute;
    content: "";
    height: 3px;
}

.mif-connect-form .lCf-feedback-box::before {
    content: "";
    top: 0;
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(184,208,185), rgb(146,181,150));
    left: 0;
    height: 100%;
}

.mif-connect-form .vRD-image-box::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
                rgba(rgb(184,208,185), 0.3) 0%, 
                rgba(rgb(146,181,150), 0.3) 100%);
    mix-blend-mode: overlay;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
}

.mif-connect-form form h3 {
    display: inline-block;
    color: #000000;
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
}

.mif-connect-form form input[type="text"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(184,208,185), 0.1);
    outline: none;
    background: #ffffff;
    border-color: rgb(184,208,185);
}

.mif-connect-form form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}

.mif-connect-form .UHO-support-query label {
    position: relative;
    user-select: none;
    font-size: 15px;
    padding-left: 35px;
    line-height: 1.4;
    color: #000000;
    cursor: pointer;
}

.mif-connect-form .UHO-support-query input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    top: 4px;
    content: "";
    transform: rotate(45deg);
    height: 12px;
    left: 8px;
    position: absolute;
    width: 6px;
    border-width: 0 2px 2px 0;
}

.mif-connect-form .UHO-support-query label a:hover::after {
    transform: scaleX(1);
    background: rgb(146,181,150);
}

.mif-connect-form .FIn-feedback-reach::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0;
    background: linear-gradient(90deg, rgb(146,181,150), rgb(184,208,185));
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
    width: 100%;
    content: "";
}

.mif-connect-form svg path {
    transition: fill 0.3s ease;
    fill: rgb(184,208,185);
}

.GBa-newsletter-signup {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(184,208,185), rgb(184,208,185,0.5));
    padding: 4rem 0;
}

.GBa-newsletter-signup .Dti-expert-learning::after {
    background: linear-gradient(90deg, transparent, rgb(146,181,150,0.5), transparent);
    left: 30%;
    content: "";
    width: 40%;
    bottom: -1px;
    position: absolute;
    height: 1px;
    opacity: 0.8;
}

.GBa-newsletter-signup h4 {
    position: relative;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    font-size: calc(23px * 0.9);
    z-index: 2;
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1.4;
}

.GBa-newsletter-signup h4 {
    line-height: 1.5;
    font-size: calc(23px * 1.2);
    max-width: 85%;
}

.GBa-newsletter-signup .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(146,181,150,0.5);
    box-shadow: 0 0 0 3px rgb(146,181,150,0.5);
}

.GBa-newsletter-signup .input_holder .FIn-feedback-reach {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 1.5rem;
    position: relative;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    background: rgb(146,181,150);
    color: #ffffff;
    overflow: hidden;
    width: 100%;
    font-size: 19px;
}

.lqe-consent-edu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.KNd-learn-cookies {
    flex-shrink: 0;
    margin-right: 10px;
}

.Znw-trackingPolicyPanel p a {
    text-decoration: none;
    color: rgb(184,208,185);
}

#idm-cookiePopupMessage {
    display: none;
}


.Lvm-outer-container .lqe-consent-edu {
    justify-content: flex-end;
}

.Lvm-outer-container .kiE-cookie-gate {
    text-align: right;
}

header::before {
    width: 100%;
    height: 15px;
    content: "";
    opacity: 0.3;
    bottom: 0;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(184,208,185,0.5) 6px,
            rgb(184,208,185,0.5) 10px,
            transparent 10px
        ) repeat-x;
    left: 0;
    background-size: 20px 20px;
    position: absolute;
}

header .gex-head-mentor .xBs-main-lead .HDU-main-pagewrap {
    display: block;
    transition: transform 0.3s ease;
}

header .gex-head-mentor .xBs-main-lead .HDU-main-pagewrap svg {
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
    height: 45px;
}

header .gex-head-mentor .VQe-first-pagebar::before {
    content: "";
    opacity: 0.05;
    top: 0;
    width: 100%;
    background: rgb(146,181,150,0.5);
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

header .gex-head-mentor .VQe-first-pagebar .fRV-page-header a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

header .gex-head-mentor .VQe-first-pagebar .fRV-page-header:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(146,181,150);
}

header .gex-head-mentor .VQe-first-pagebar .fRV-page-header:hover {
    animation: menu-wobble 1s ease;
}

.eUa-reward-sys .GlF-request-team {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: -2rem;
    background-color: rgb(184,208,185);
    padding: 3rem 1.5rem 5rem;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    z-index: 3;
}

.eUa-reward-sys .info_item svg {
    transition: transform 0.3s ease;
    width: 20px;
    fill: #ffffff;
    height: 20px;
}

.eUa-reward-sys .text_main_holder {
    position: relative;
    display: grid;
    gap: 0;
    z-index: 2;
    grid-template-columns: 1fr 1.5fr 1fr;
}

.eUa-reward-sys .xBs-main-lead:hover svg {
    transform: scale(1.05);
}

.eUa-reward-sys .VQe-first-pagebar {
    background-color: #000000;
    display: flex;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    position: relative;
    flex-direction: column;
    gap: 2rem;
    z-index: 2;
    padding: 5rem 2rem 3rem;
}

.eUa-reward-sys .VQe-first-pagebar h5::after {
    background-color: rgb(184,208,185);
    left: 0;
    content: '';
    bottom: -0.5rem;
    width: 40px;
    height: 3px;
    position: absolute;
}

.eUa-reward-sys .aLf-nav-base a:hover {
    opacity: 1;
    padding-left: 10px;
}

.eUa-reward-sys .aLf-nav-base a:hover::before {
    width: 30px;
}

.eUa-reward-sys .subscribe_holder::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
    z-index: -1;
}

.eUa-reward-sys .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.eUa-reward-sys .Dqh-discover-learning {
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    font-size: 19px;
    padding: 1rem 1.25rem;
    font-weight: 600;
    position: relative;
    border: none;
    background-color: rgb(184,208,185);
}

.eUa-reward-sys .QBm-edu-links {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
}

.ZzX-about-this {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(219,234,220) 100%);
    overflow: hidden;
    padding: 120px 0;
}

.ZzX-about-this .container {
    position: relative;
    z-index: 2;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.ZzX-about-this h2 {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 70px;
    font-size: 43px;
    color: #000000;
}

.ZzX-about-this .XiI-training-classes {
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    display: grid;
}

.ZzX-about-this .oBM-virtual-training:nth-child(2) {
    padding: 60px 20px 60px 60px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
    justify-content: center;
    grid-column: 3 / 5;
    display: flex;
    background: rgb(184,208,185);
    grid-row: 1;
    margin-left: -20px;
    color: #ffffff;
    flex-direction: column;
    position: relative;
}

.ZzX-about-this .oBM-virtual-training:nth-child(1)::after {
    left: -100%;
    background: rgb(184,208,185,0.5);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0.1;
    transition: all 0.5s ease;
    z-index: -1;
    content: "";
    position: absolute;
    top: -100%;
}

.ZzX-about-this .oBM-virtual-training h3::after {
    left: 0;
    width: 40px;
    position: absolute;
    bottom: 0;
    height: 3px;
    content: "";
}

.ZzX-about-this .oBM-virtual-training:nth-child(2) p {
    color: rgba(255, 255, 255, 0.9);
}

.ZzX-about-this .container::before {
    width: 200px;
    opacity: 0.05;
    z-index: 0;
    filter: blur(50px);
    content: "";
    border-radius: 50%;
    right: -50px;
    position: absolute;
    top: -50px;
    background: rgb(146,181,150,0.5);
    height: 200px;
}

.ScH-give-it-a-try::before {
    height: 200%;
    position: absolute;
    animation: pulse 15s infinite alternate;
    top: -50%;
    left: -50%;
    width: 200%;
    z-index: -1;
    opacity: 0.1;
    transform: rotate(-15deg);
    content: "";
    background: radial-gradient(circle at center, transparent 30%, rgb(146,181,150,0.5) 70%);
}

.ScH-give-it-a-try h6 {
    font-weight: 600;
    font-size: calc(22px * 1.1);
    font-family: Arial, sans-serif;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transform: translateZ(20px);
    transition: transform 0.3s ease-out;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 0 1rem;
    margin: 0;
    max-width: 800px;
}

.ScH-give-it-a-try .FIn-feedback-reach {
    position: relative;
    align-items: center;
    z-index: 3;
    justify-content: center;
    text-decoration: none;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: Arial, sans-serif;
    font-weight: 700;
    display: inline-flex;
    border-radius: 10px;
    font-size: 15px;
    color: rgb(184,208,185);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15),
                inset 0 -4px 0 rgba(0, 0, 0, 0.1),
                0 0 0 4px rgba(255, 255, 255, 0.15);
    padding: 1rem 2.5rem;
    overflow: hidden;
    transform: translateY(0) scale(1);
}

.ScH-give-it-a-try .FIn-feedback-reach:hover span {
    transform: translateY(-2px);
}

.YxJ-privacy-holdings {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
}

.YxJ-privacy-holdings::after {
    pointer-events: none;
    right: 0;
    width: 40%;
    background: linear-gradient(to bottom, rgb(146,181,150,0.5) 0%, transparent 50%);
    z-index: 0;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}

.YxJ-privacy-holdings h1::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(184,208,185), rgb(146,181,150));
    width: 0;
    animation: expandUnderline 1.2s 0.8s forwards;
    height: 3px;
    position: absolute;
    content: "";
}

.YxJ-privacy-holdings h3 {
    position: relative;
    transform: translateY(8px);
    font-size: calc(37px * 0.85);
    padding-left: 1.5rem;
    margin: 2rem 0 1rem;
    animation: slideInUp 0.6s 0.5s forwards;
    font-weight: 600;
    color: #000000;
    opacity: 0;
}

.YxJ-privacy-holdings h4::before {
    top: 50%;
    border: 2px solid rgb(184,208,185);
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}

.YxJ-privacy-holdings p strong::after {
    width: 100%;
    background-color: rgb(184,208,185,0.5);
    left: 0;
    content: "";
    bottom: -2px;
    height: 1px;
    position: absolute;
}

.YxJ-privacy-holdings li {
    font-size: 17px;
    padding-left: 0.25rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    color: #000000;
    position: relative;
}

.YnG-learning-profits {
    overflow: hidden;
    position: relative;
    background: rgb(146,181,150);
    padding: 120px 0;
}

.YnG-learning-profits::before {
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(184,208,185,0.5) 0%, transparent 70%);
    content: '';
    opacity: 0.15;
    position: absolute;
    top: 0;
    height: 100%;
}

.YnG-learning-profits .vRD-image-box {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border-radius: 0 11px 11px 0;
    z-index: 2;
    overflow: hidden;
    height: 550px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    grid-area: photo;
}

.YnG-learning-profits h2 {
    animation: slideIn 0.8s forwards;
    padding-left: 30px;
    grid-area: header;
    transform: translateX(-30px);
    color: #ffffff;
    margin: 0;
    opacity: 0;
    font-size: 43px;
    font-weight: 700;
    position: relative;
}

.YnG-learning-profits .text_main_holder {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    grid-area: content;
    display: grid;
}

.YnG-learning-profits .text_main_holder > div:nth-child(1) {
    --i: 1;
}

.YnG-learning-profits .text_main_holder > div:nth-child(2) {
    --i: 2;
}

.YnG-learning-profits .text_main_holder > div:nth-child(3) {
    --i: 3;
}

.YnG-learning-profits .text_main_holder > div:nth-child(5) {
    --i: 5;
}

.YnG-learning-profits .text_main_holder > div:nth-child(7) {
    --i: 7;
}

.YnG-learning-profits .text_main_holder > div::before {
    position: absolute;
    bottom: 0;
    content: '';
    background: linear-gradient(to right, transparent, rgb(184,208,185,0.5));
    width: 60%;
    right: 0;
    height: 1px;
}

.YnG-learning-profits .text_main_holder > div:hover svg {
    transform: translateY(-5px);
}

.KuJ-developer-experience {
    padding: 120px 0;
    background: linear-gradient(170deg, rgb(219,234,220) 0%, rgb(184,208,185,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.KuJ-developer-experience .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.KuJ-developer-experience .NuV-user-praise {
    flex-direction: column;
    position: relative;
    align-items: center;
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
}



.KuJ-developer-experience .vRD-image-box {
    z-index: 5;
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    height: 240px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 240px;
}



.KuJ-developer-experience .name {
    font-weight: 700;
    position: relative;
    text-align: center;
    background-clip: text !important;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(184,208,185) 100%
    );
    text-fill-color: transparent;
    color: #000000;
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    z-index: 3;
    transition: all 0.3s ease;
}

.KuJ-developer-experience .NuV-user-praise:hover span:not(.name) {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
}

.KuJ-developer-experience .HZQ-experience-details::before,
.KuJ-developer-experience .HZQ-experience-details::after {
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
}

.KuJ-developer-experience .HZQ-experience-details::before {
    top: 25px;
    border-top: 2px solid rgb(184,208,185);
    border-left: 2px solid rgb(184,208,185);
    left: 25px;
}

.xDt-pricing-feature::before {
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(184,208,185,0.5) 100%);
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
}

.xDt-pricing-feature .pNh-rate-list {
    display: grid;
    padding: 0;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}

.xDt-pricing-feature .pNh-rate-list li {
    opacity: 0;
    perspective: 1000px;
    animation: fadeIn 0.8s forwards;
}

.xDt-pricing-feature .pNh-rate-list li:nth-child(4) {
    animation-delay: 1.1s;
}

.xDt-pricing-feature .xKb-study-offers::before {
    content: "";
    transform: translate(50%, -50%) rotate(45deg);
    position: absolute;
    height: 80px;
    top: 0;
    opacity: 0.8;
    width: 80px;
    background: rgb(146,181,150);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    right: 0;
}

.xDt-pricing-feature .djv-study-packages h4::after {
    background: rgb(184,208,185);
    height: 3px;
    left: 0;
    transition: width 0.3s ease;
    bottom: -10px;
    width: 40px;
    content: "";
    position: absolute;
}

.xDt-pricing-feature .aQe-study-sub::before {
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    left: 0;
    transform: translateX(-100%);
    top: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    height: 100%;
}

.xDt-pricing-feature .Qwm-cost-levels:hover .djv-study-packages h4::after {
    width: 70px;
}

.xDt-pricing-feature .Qwm-cost-levels:active {
    transform: translateY(-2px);
    transition: transform 0.2s;
}

.Lct-title-board .Dti-expert-learning {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}

.Lct-title-board .Dti-expert-learning {
    padding: 0 30px;
    flex-direction: column;
}

.Lct-title-board .okI-text-column-wrap h1 {
    position: relative;
    font-weight: 700;
    color: #000000;
    animation: slideInTitle 0.8s ease-out 0.3s forwards;
    font-size: 32px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateX(0);
}

.Lct-title-board .okI-text-column-wrap h1 {
    text-align: center;
}

.Lct-title-board .weX-start-page svg {
    flex-shrink: 0;
    transform: rotateY(0);
    animation: svgFloat 6s ease-in-out infinite;
    margin-right: 20px;
    width: 60px;
    height: 60px;
}

.Lct-title-board .weX-start-page svg {
    margin-right: 0;
    margin-bottom: 20px;
}

.Lct-title-board .weX-start-page p {
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    margin-top: 10px;
}

.Lct-title-board .FIn-feedback-reach {
    overflow: hidden;
    color: #ffffff;
    padding: 14px 30px;
    position: relative;
    box-shadow: 0 6px 20px rgba(94,170,168,0.2);
    text-decoration: none;
    transform: translateZ(0);
    background: linear-gradient(135deg, rgb(146,181,150) 0%, rgba(94,170,168,1) 100%);
    border: none;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.Lct-title-board .vRD-image-box::after {
    height: 200%;
    position: absolute;
    background: linear-gradient(
    to bottom right,
    rgba(255,255,255,0) 30%,
    rgba(255,255,255,0.1) 50%,
    rgba(255,255,255,0) 70%
  );
    animation: lightSweep 8s ease-in-out infinite;
    left: -50%;
    width: 200%;
    top: -50%;
    content: "";
    transform: rotate(30deg);
}

.xYD-appBox h2 {
    opacity: 0;
    font-weight: 700;
    position: relative;
    transform: translateZ(40px);
    font-family: Arial, sans-serif;
    font-size: 29px;
    margin-bottom: 3rem;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    line-height: 1.3;
    color: #000000;
}

.xYD-appBox .Dti-expert-learning {
    transform: translateZ(20px) rotateY(-2deg);
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    border-left: 5px solid rgb(184,208,185);
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    background: #ffffff;
}

.DHe-course-program-description {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(219,234,220) 0%, rgba(245, 247, 250, 0.95) 100%);
}

.DHe-course-program-description .container {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
}

.DHe-course-program-description .Fvu-career-class {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}

.DHe-course-program-description .vRD-image-box::before {
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
    z-index: 2;
    content: "";
    left: 0;
    height: 100%;
}

.DHe-course-program-description .okI-text-column-wrap {
    transform: translateZ(0);
    padding: 1.5rem 0;
    position: relative;
}

.DHe-course-program-description p.description {
    font-size: 14px;
    color: #000000;
    max-height: 300px;
    display: block;
    padding-right: 1rem;
    position: relative;
    line-height: 1.7;
    overflow-y: auto;
    margin-bottom: 2rem;
}

.DHe-course-program-description .okI-text-column-wrap div::after {
    bottom: 0;
    width: 25%;
    position: absolute;
    background: linear-gradient(to top, rgb(219,234,220) 20%, transparent);
    content: "";
    height: 30px;
    right: 0;
    pointer-events: none;
    opacity: 0.8;
}



@media (max-width: 768px) {.mif-connect-form {
    padding: 50px 0;
}.mif-connect-form h2 {
    margin-bottom: 30px;
}.mif-connect-form .lCf-feedback-box {
    flex-direction: column;
}.mif-connect-form .vRD-image-box {
    width: 100%;
    height: 250px;
}.mif-connect-form .ZKR-help-reach {
    width: 100%;
    padding: 30px 25px;
}.mif-connect-form form h3 {
    margin-bottom: 25px;
}.mif-connect-form form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.mif-connect-form .UHO-support-query {
    margin-bottom: 25px;
}.mif-connect-form .FIn-feedback-reach {
    padding: 12px 15px;
}
}



@media (min-width: 992px) {.GBa-newsletter-signup {
    padding: 5rem 0;
}.GBa-newsletter-signup .Dti-expert-learning {
    padding: 4rem;
    gap: 4rem;
}.GBa-newsletter-signup h4 {
    font-size: calc(23px * 1.1);
    max-width: 90%;
}.GBa-newsletter-signup .input_holder input[type="email"] {
    height: 100%;
}
}


@media only screen and (max-width: 800px) {.KNd-learn-cookies {
    display: none;
}.lqe-consent-edu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.Znw-trackingPolicyPanel h5 {
    text-align: center;
}.Znw-trackingPolicyPanel p {
    text-align: center;
}.kiE-cookie-gate {
    margin-bottom: 20px;
}body .Lvm-outer-container .LcC-privacy-gate {
    margin-left: 0;
}}



@media (max-width: 1200px) {.eUa-reward-sys .GlF-request-team {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.eUa-reward-sys .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.eUa-reward-sys .subscribe_holder {
    grid-column: 1 / -1;
}
}



@media (max-width: 576px) {.eUa-reward-sys .xBs-main-lead,
    .eUa-reward-sys .VQe-first-pagebar,
    .eUa-reward-sys .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.eUa-reward-sys .Aur-tech-stack {
    padding: 2.5rem 0 1.5rem;
}.eUa-reward-sys .info_item {
    padding: 0.5rem 0;
}.eUa-reward-sys .info_item p,
    .eUa-reward-sys .info_item a {
    justify-content: center;
}}



@media screen and (max-width: 768px) {.ZzX-about-this {
    padding: 70px 0;
}.ZzX-about-this h2 {
    margin-bottom: 50px;
    font-size: calc(32px + 0.1rem);
}.ZzX-about-this .XiI-training-classes {
    flex-direction: column;
    display: flex;
    padding: 0 20px;
    gap: 20px;
}.ZzX-about-this .oBM-virtual-training:nth-child(1),
    .ZzX-about-this .oBM-virtual-training:nth-child(2) {
    clip-path: none;
    padding: 40px 30px;
    margin-left: 0;
}.ZzX-about-this .oBM-virtual-training:nth-child(2)::before {
    display: none;
}
}



@media (max-width: 480px) {.ScH-give-it-a-try {
    padding: 2rem 0.5rem;
}.ScH-give-it-a-try .container {
    gap: 1.5rem;
}.ScH-give-it-a-try h6 {
    font-size: calc(21px * 0.85);
}.ScH-give-it-a-try .FIn-feedback-reach {
    padding: 0.7rem 1.6rem;
    font-size: calc(15px * 0.85);
}
}



@media (max-width: 991px) {.YxJ-privacy-holdings {
    padding: 3rem 1rem;
}.YxJ-privacy-holdings .container {
    transform: perspective(1000px) rotateY(0.2deg);
    padding: 1.5rem;
}.YxJ-privacy-holdings h1 {
    font-size: calc(42px * 0.9);
}.YxJ-privacy-holdings h2 {
    margin: 2rem 0 1rem;
    font-size: calc(37px * 0.9);
}.YxJ-privacy-holdings h3 {
    font-size: calc(37px * 0.8);
}.YxJ-privacy-holdings h4 {
    font-size: calc(37px * 0.7);
}
}



@media (max-width: 1024px) {.YnG-learning-profits .Dti-expert-learning {
    grid-template-columns: 1fr;
    grid-template-areas:
            "header"
            "vRD-image-box"
            "IwO-header-page";
    gap: 40px;
}.YnG-learning-profits .vRD-image-box {
    height: 400px;
    border-radius: 11px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.YnG-learning-profits h2 {
    text-align: center;
    padding-left: 0;
    transform: translateY(-30px);
}.YnG-learning-profits h2::before {
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    top: auto;
    width: 60px;
}
}



@media (max-width: 991px) {.KuJ-developer-experience {
    padding: 90px 0;
}.KuJ-developer-experience .vRD-image-box {
    margin-bottom: 25px;
    height: 200px;
    width: 200px;
}.KuJ-developer-experience .NuV-user-praise::before {
    height: 400px;
    width: 400px;
}.KuJ-developer-experience .NuV-user-praise::after {
    height: 320px;
    width: 320px;
}.KuJ-developer-experience .name {
    font-size: calc(45px * 0.9);
}.KuJ-developer-experience .HZQ-experience-details {
    max-width: 600px;
    padding: 30px 35px;
}
}



@media (max-width: 1200px) {.xDt-pricing-feature {
    padding: 80px 0;
}.xDt-pricing-feature .pNh-rate-list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {.xDt-pricing-feature h2 {
    font-size: calc(35px - 4px);
}.xDt-pricing-feature .yvY-pricing-catalog {
    margin-bottom: 30px;
}.xDt-pricing-feature .pNh-rate-list {
    gap: 20px;
}.xDt-pricing-feature .xKb-study-offers {
    padding: 25px;
}
}



@media (max-width: 768px) {.xDt-pricing-feature {
    padding: 60px 0;
}.xDt-pricing-feature h2 {
    font-size: calc(35px - 6px);
}.xDt-pricing-feature .yvY-pricing-catalog {
    font-size: calc(12px - 1px);
}.xDt-pricing-feature .pNh-rate-list {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
}.xDt-pricing-feature .djv-study-packages h4 {
    font-size: 22px;
}.xDt-pricing-feature .djv-study-packages p {
    font-size: calc(12px - 2px);
    margin-bottom: 20px;
}
}



@media (max-width: 576px) {.Lct-title-board {
    padding: 40px 0;
}.Lct-title-board .okI-text-column-wrap h1 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.Lct-title-board .weX-start-page p {
    font-size: calc(12px * 0.95);
}.Lct-title-board .vRD-image-box {
    height: 250px;
}.Lct-title-board .FIn-feedback-reach {
    width: 100%;
    text-align: center;
}}



@media (min-width: 768px) {.DHe-course-program-description {
    padding: 8rem 0;
}.DHe-course-program-description .Fvu-career-class {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3.5rem;
    align-items: center;
}.DHe-course-program-description .vRD-image-box {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    min-height: 450px;
}.DHe-course-program-description h3 {
    padding-left: 1.5rem;
    font-size: calc(23px * 1.3);
    margin-bottom: 2rem;
}.DHe-course-program-description h3::before {
    width: 5px;
}.DHe-course-program-description p.description {
    padding-right: 2rem;
    max-height: 380px;
}
}



@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1.05);
    }
    100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
}



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



@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}



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



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

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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



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



@keyframes slideUpText {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}



@keyframes lightSweep {
  0% {
    transform: rotate(30deg) translateY(0);
  }
  50% {
    transform: rotate(30deg) translateY(5%);
  }
  100% {
    transform: rotate(30deg) translateY(0);
  }
}



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



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

