﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}



.container {
    width: 1204px;
    max-width: 100%;
    margin: auto;
}

.SXhH-framework-wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

.kdDe-learn-nav {
    flex: 0 0 auto;
}

.kdDe-learn-nav {
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 2;
    padding: 60px 0;
    color: #ffffff;
}

.zSkt-course-summary::after {
    position: absolute;
    background: linear-gradient(
        rgb(172,114,114,0.5),
        transparent 20%,
        transparent 80%,
        rgb(183,186,151,0.5)
    );
    height: 100%;
    z-index: 2;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
}

.zSkt-course-summary h2 {
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-size: 39px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    color: #000000;
    display: inline-block;
}

.zSkt-course-summary .description:nth-of-type(2) {
    animation-delay: 0.5s;
}

.zSkt-course-summary .mlfp-pic-frame {
    transform: scale(0.95);
    height: 500px;
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 11px;
}

header::after {
    z-index: 1;
    background: linear-gradient(to bottom, rgb(183,186,151), rgb(172,114,114));
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    width: 5px;
}

header .Knjs-top-navbar {
    padding: 0.9rem 3%;
    margin-left: 5px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

header .jvHi-top-study svg {
    transition: all 0.3s ease;
    height: auto;
    width: 140px;
}

header .IMVw-header-master::before {
    border-radius: calc(10px + 2px);
    background: linear-gradient(135deg, rgb(183,186,151,0.5), rgb(172,114,114,0.5));
    z-index: -1;
    opacity: 0.5;
    bottom: -2px;
    left: -2px;
    right: -2px;
    content: '';
    position: absolute;
    top: -2px;
}

header .mBeZ-head-pagebar:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    color: #ffffff;
}

.gNFt-our-info::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(183,186,151,0.5) 0%, transparent 100%);
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
}

.gNFt-our-info .oBcU-instant-contact {
    border-radius: 23px;
    border: 1px solid rgb(172,114,114,0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    padding: 40px;
}

.gNFt-our-info .mlfp-pic-frame::after {
    top: -50%;
    content: '';
    transform: rotate(30deg);
    width: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 2;
    animation: shine 6s infinite linear;
    position: absolute;
    height: 200%;
    left: -50%;
}

.gNFt-our-info .HiLc-join-conversation p:hover::before {
    background-color: rgb(183,186,151);
    transform: scale(1.2);
}

.gNFt-our-info .HiLc-join-conversation p span::after {
    transition: width 0.3s ease;
    content: '';
    height: 1px;
    position: absolute;
    width: 0;
    bottom: 0;
    background: rgb(183,186,151);
    left: 0;
}

.gNFt-our-info .HiLc-join-conversation p svg {
    top: 3px;
    fill: rgb(183,186,151);
    height: 18px;
    width: 18px;
    transition: transform 0.3s ease, fill 0.3s ease;
    position: absolute;
    left: 0;
}

.gNFt-our-info .OoXd-request-form::before {
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
    width: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(183,186,151,0.5);
    content: '';
    height: 20px;
}

.gNFt-our-info .lLyJ-contact-now {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.gNFt-our-info .zwpu-edu-askedu:hover {
    background: rgb(172,114,114);
    transform: translateX(5px);
}

.gNFt-our-info .zwpu-edu-askedu:hover::before {
    width: 8px;
}

.gNFt-our-info .zwpu-edu-askedu:hover svg {
    transform: rotate(15deg);
    fill: #ffffff;
}



.gNFt-our-info .container::before {
    height: 300px;
    position: absolute;
    opacity: 0.2;
    background-image: linear-gradient(
        45deg,
        rgb(172,114,114,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(172,114,114,0.5) 50%,
        rgb(172,114,114,0.5) 75%,
        transparent 75%,
        transparent
    );
    top: -100px;
    content: '';
    width: 300px;
    border-radius: 50%;
    right: -100px;
    animation: pulse 10s infinite linear;
    z-index: -1;
    background-size: 15px 15px;
}

.hVvg-privacy-shell::after {
    transform: rotate(-15deg);
    height: 40%;
    top: -10%;
    opacity: 0.2;
    content: "";
    width: 40%;
    z-index: 0;
    right: -10%;
    background: linear-gradient(120deg, rgb(172,114,114,0.5) 0%, transparent 70%);
    position: absolute;
}

.hVvg-privacy-shell h2 {
    position: relative;
    margin: 3rem 0 1.5rem;
    font-size: 34px;
    padding-left: 1.2rem;
    line-height: 1.3;
    font-weight: 600;
    color: #000000;
    transform: translateX(-1.2rem);
}

.hVvg-privacy-shell h3 {
    position: relative;
    margin: 2.5rem 0 1.2rem;
    font-size: calc(34px * 0.85);
    font-weight: 600;
    transform: translateX(-1rem);
    color: #000000;
    padding-left: 1rem;
}

.hVvg-privacy-shell h4::before {
    content: "";
    background: rgb(172,114,114,0.5);
    bottom: 0.3rem;
    width: 2px;
    left: 0;
    position: absolute;
    top: 0.3rem;
    border-radius: 1px;
}

.hVvg-privacy-shell ul {
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem;
    position: relative;
}

.hVvg-privacy-shell li::before {
    width: 0.6rem;
    top: 0.7rem;
    height: 0.6rem;
    border: 1px solid rgb(183,186,151);
    background-color: rgb(183,186,151,0.5);
    content: "";
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
    transform: rotate(45deg);
    left: 0;
}

.IZLX-title-screen::before {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgba(0, 0, 0, 0.5) 12px
  );
    width: 100%;
    opacity: 0.05;
    content: "";
    pointer-events: none;
    z-index: 1;
}

.IZLX-title-screen .YIxM-start-primary > div:first-child {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 2.5rem;
    background: linear-gradient(145deg, rgb(255, 255, 255, 0.5), #ffffff);
    transform: translateZ(20px);
    backdrop-filter: blur(10px);
}

.IZLX-title-screen .dJET-learn-history > div {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    min-height: 400px;
    display: flex;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    padding: 3.5rem 2.5rem;
    overflow: hidden;
}

.IZLX-title-screen .dJET-learn-history > div > div > div {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    background: rgb(183,186,151);
    transform: skewX(-10deg);
    overflow: hidden;
    padding: 2rem 3rem;
}

footer {
    position: relative;
}

footer::before {
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(172,114,114) 100%);
    position: absolute;
    opacity: 0.95;
    right: 0;
    content: '';
}

.kdDe-learn-nav .cOid-med-guides {
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    margin: 0 auto;
    line-height: 1.7;
    max-width: 80%;
    border-radius: 10px;
}

.kdDe-learn-nav .IMVw-header-master:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.kdDe-learn-nav .IMVw-header-master .swVK-site-info {
    flex-direction: column;
    margin-top: 0;
    display: flex;
    gap: 12px;
}

.kdDe-learn-nav .IMVw-header-master .swVK-site-info a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.mhts-res-connect .cqjF-whatsapp-grp {
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 14px;
}

.mvGg-plan-box {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.mvGg-plan-box .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.mvGg-plan-box .vBdR-price-deals {
    position: relative;
}

.mvGg-plan-box .mLUZ-price-schemes {
    font-size: 17px;
    color: #ffffff;
    max-width: 700px;
    line-height: 1.6;
    margin: 30px auto 50px;
    text-align: center;
}

.mvGg-plan-box .lRwg-cert-plans li {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mvGg-plan-box .dTcv-qtr-cost {
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    padding: 40px 30px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    border-left: 3px solid rgb(172,114,114);
    transition: all 0.3s ease;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    overflow: hidden;
}

.mvGg-plan-box .fwEF-rate-options h4::after {
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    background: rgb(172,114,114);
    width: 40px;
    bottom: 0;
}

.mvGg-plan-box .WZUH-pricing-options::before {
    content: "";
    height: 1px;
    top: -1px;
    background: rgb(172,114,114);
    left: 0;
    width: 30%;
    position: absolute;
}

.OiCG-contact-us::before {
    left: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(183,186,151), 0.05) 49%, rgba(rgb(183,186,151), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(172,114,114), 0.05) 49%, rgba(rgb(172,114,114), 0.05) 51%, transparent 52%);
    position: absolute;
    z-index: 0;
    background-size: 40px 40px;
    width: 100%;
    content: "";
    top: 0;
}

.OiCG-contact-us .POzq-request-block::before {
    opacity: 0.1;
    background-position: 0 0, 15px 15px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background-size: 30px 30px;
    left: 0;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    content: "";
}

.OiCG-contact-us .LkFJ-contact-request input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    margin-top: 3px;
    appearance: none;
    background: rgb(186,202,202);
    height: 22px;
    width: 22px;
    border: 2px solid rgb(186,202,202);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.OiCG-contact-us .LkFJ-contact-request a:hover {
    color: rgb(172,114,114);
}

.OiCG-contact-us .LkFJ-contact-request a:hover::after {
    background: rgb(172,114,114);
    height: 2px;
}

.OiCG-contact-us .oOMe-help-list::after {
    left: 50%;
    height: 0;
    width: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: 50%;
    transition: all 0.6s ease;
    position: absolute;
    content: "";
    transform: translate(-50%, -50%);
}

.OiCG-contact-us svg:hover {
    fill: rgb(172,114,114);
}

.OiCG-contact-us svg:hover path {
    fill: rgb(172,114,114);
}

.LpiK-customer-opinions .pbKM-skill-boost {
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}

.LpiK-customer-opinions h4::after {
    bottom: -20px;
    position: absolute;
    content: "";
    transform: skewX(0);
    left: -10%;
    background: rgb(183,186,151);
    height: 10px;
    width: 120%;
}

.LpiK-customer-opinions .INwe-learner-feedback:hover {
    transform: translateY(-15px);
}

.LpiK-customer-opinions .INwe-learner-feedback::before {
    width: 2px;
    background: rgb(183,186,151);
    top: 0;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    transition: height 0.5s ease;
}

.LpiK-customer-opinions .mlfp-pic-frame {
    overflow: hidden;
    transform: rotate(-3deg);
    box-shadow: 5px 5px 0 rgb(172,114,114,0.5);
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 11px;
    width: 80px;
    height: 80px;
}

.LpiK-customer-opinions .INwe-learner-feedback p {
    line-height: 1.7;
    border-left: 1px dashed rgb(172,114,114,0.5);
    position: relative;
    padding-left: 15px;
    margin-top: 15px;
    color: #000000;
    transition: border-left-color 0.3s ease;
    font-size: 16px;
}

.CVTr-cookie-warning-popup {
    bottom: 0;
    position: fixed;
    z-index: 90;
    background: rgb(186,202,202);
    border-top: 2px solid rgb(183,186,151);
    width: 100%;
}

.CVTr-cookie-warning-popup p {
    font-size: 18px;
}

.LGon-cookie-confirm svg, .LGon-cookie-confirm svg path, .LGon-cookie-confirm img {
    width: 100px;
    height: 100px;
    fill: rgb(183,186,151);
}

.SXhH-framework-wrap .sQcE-edu-cookie {
    padding: 40px 0;
    justify-content: space-between;
}

.SXhH-framework-wrap .Jpab-secure-cookies {
    color: rgb(183,186,151);
    font-size: 20px;
    border: none;
    margin-left: 30px;
    padding: 10px;
    background: #ffffff;
}

.PUpw-tySpot {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(186,202,202) 0%, rgba(255,255,255,0.95) 100%);
}

.PUpw-tySpot .container {
    position: relative;
    transform: translateZ(0);
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
}

.PUpw-tySpot h2 {
    text-align: center;
    position: relative;
    letter-spacing: -0.01em;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 37px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    line-height: 1.3;
    margin-bottom: 3rem;
}

.PUpw-tySpot .pbKM-skill-boost {
    position: relative;
    overflow: hidden;
    padding: 3rem 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 8px;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(0);
}

.PUpw-tySpot li {
    position: relative;
    z-index: 2;
}

.PUpw-tySpot span {
    font-family: Arial, sans-serif;
    padding: 0.5rem 0;
    font-size: 13px;
    display: block;
    line-height: 1.7;
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
}

.Oijb-educational-rewards::before {
    position: absolute;
    opacity: 0.4;
    width: 40%;
    content: "";
    height: 70%;
    top: -10%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(183,186,151,0.5) 0%, rgb(172,114,114,0.5) 100%);
    filter: blur(80px);
    right: -5%;
    transform: rotate(-15deg);
}

.Oijb-educational-rewards .ibIj-text-box-item {
    border-left: 3px solid rgb(183,186,151);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.92);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 35px 40px;
    backdrop-filter: blur(10px);
    flex: 1;
}

.Oijb-educational-rewards ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.Oijb-educational-rewards li p {
    gap: 15px;
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
    display: flex;
    color: #000000;
    align-items: flex-start;
}

.Oijb-educational-rewards li:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.Oijb-educational-rewards li:hover svg path {
    fill: rgb(172,114,114);
}

.lvGw-who-we-are {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.lvGw-who-we-are::before {
    position: absolute;
    top: 0;
    content: "";
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgb(183,186,151,0.5) 100%);
    z-index: 1;
    left: 0;
}

.lvGw-who-we-are .ibIj-text-box-item {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 90%;
    padding: 50px;
    margin-left: auto;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.95) 100%);
}

.lvGw-who-we-are h5 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgb(183,186,151);
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 10px;
}

.lvGw-who-we-are p {
    font-size: calc(17px * 1.2);
    line-height: 1.5;
    margin: 0 0 20px;
    color: #000000;
}

.lvGw-who-we-are ol {
    margin: 0;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    padding: 0 0 0 20px;
    transform: translateY(20px);
}

.GFMh-developer-experience::before {
    width: 100%;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    background: 
        linear-gradient(135deg, rgb(183,186,151,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(172,114,114,0.5) 0px, rgb(172,114,114,0.5) 1px, transparent 1px, transparent 10px);
    height: 100%;
    position: absolute;
    opacity: 0.12;
}

.GFMh-developer-experience .INwe-learner-feedback::after {
    width: 80px;
    transform: rotate(15deg);
    right: 25px;
    content: "";
    height: 80px;
    transition: all 0.5s ease;
    opacity: 0.1;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(183,186,151) 48%, rgb(183,186,151) 52%, transparent 52%);
    top: 25px;
}

.GFMh-developer-experience .INwe-learner-feedback:hover .mlfp-pic-frame {
    transform: scale(1.05) rotate(-2deg);
    border-radius: 30% 50% 70% 90%;
}

.GFMh-developer-experience .INwe-learner-feedback:hover .mlfp-pic-frame::before {
    opacity: 0.7;
}

.GFMh-developer-experience .INwe-learner-feedback:hover .name::after {
    width: 100%;
}

.GFMh-developer-experience .INwe-learner-feedback > div:nth-child(2) div {
    color: rgb(172,114,114);
    letter-spacing: 0.5px;
    position: relative;
    transform: translateX(0);
    font-weight: 600;
    margin-bottom: 0.8rem;
    transition: transform 0.4s ease;
    font-size: calc(18px * 0.95);
}

.GFMh-developer-experience .INwe-learner-feedback:hover .hqoN-exp-highlights::before {
    opacity: 0.5;
    transform: translateY(-5px) rotate(-10deg);
}

.juMe-training-structure::after {
    right: -50px;
    filter: blur(50px);
    border-radius: 50%;
    transform: translateZ(0);
    z-index: 0;
    animation: floatElement 15s infinite alternate ease-in-out;
    position: absolute;
    background: linear-gradient(135deg, rgb(183,186,151,0.5) 0%, rgb(172,114,114) 100%);
    width: 300px;
    top: -50px;
    height: 300px;
    will-change: transform;
    opacity: 0.1;
    content: "";
}

.juMe-training-structure .pbKM-skill-boost > div:hover {
    transform: translateY(-5px) translateZ(10px);
    box-shadow: 
        0 25px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
}

.juMe-training-structure h3::after {
    content: "";
    background: linear-gradient(to right, rgb(183,186,151), rgb(172,114,114));
    height: 3px;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    left: 0;
    transform: scaleX(1);
    bottom: 0;
    transform-origin: left;
}

.juMe-training-structure p span {
    position: relative;
    display: block;
}

.juMe-training-structure .pbKM-skill-boost > div::before {
    position: absolute;
    content: "";
    opacity: 0.15;
    width: 40px;
    border-radius: 50%;
    transform: translateZ(0);
    z-index: 0;
    top: 15px;
    background: linear-gradient(135deg, rgb(183,186,151) 0%, rgb(172,114,114) 100%);
    right: 15px;
    height: 40px;
}

.QsNu-newsletter-signup .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.QsNu-newsletter-signup .pbKM-skill-boost {
    justify-content: center;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    padding: 2rem;
    align-items: center;
    position: relative;
    flex-direction: column;
    gap: 2rem;
}

.QsNu-newsletter-signup h4::after {
    transform: translateX(-50%);
    content: "";
    position: absolute;
    opacity: 0.5;
    left: 50%;
    bottom: -12px;
    background: #ffffff;
    height: 3px;
    width: 80px;
}

.QsNu-newsletter-signup .input_holder span {
    flex: 1 1 250px;
    position: relative;
}

.QsNu-newsletter-signup input[type="email"] {
    font-size: 15px;
    border: 2px solid rgba(255,255,255,0.3);
    color: #ffffff;
    padding: 1rem 1.5rem;
    background: rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 100%;
    backdrop-filter: blur(5px);
    font-weight: 400;
}

.QsNu-newsletter-signup .YhuI-email-cta:hover {
    transform: translateY(-3px);
    background: #ffffff;
    color: rgb(183,186,151);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.QsNu-newsletter-signup .YhuI-email-cta:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

header .top_plank .qsuI-peak-knowledge {
    line-height: 21px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    display: flex;
    width: 100%;
}

.nXyY-statistical-overview::after {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(172,114,114,0.5) 0,
        rgb(172,114,114,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    left: 0;
    z-index: -1;
    opacity: 0.05;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}

.nXyY-statistical-overview::after {
    animation: patternMove2 30s linear infinite;
}

.nXyY-statistical-overview h2::after {
    background: rgb(172,114,114);
    position: absolute;
    height: 2px;
    left: 0;
    content: "";
    bottom: -15px;
    width: 100px;
}

.nXyY-statistical-overview .KrlF-fast-upgrade::before {
    left: -25px;
    background: linear-gradient(to right, rgb(183,186,151,0.5), rgb(183,186,151));
    height: 3px;
    content: "";
    width: 50px;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nXyY-statistical-overview .KrlF-fast-upgrade:nth-child(1)::after {
    border-color: #ffffff;
    background: rgb(183,186,151);
}

.nXyY-statistical-overview .KrlF-fast-upgrade:nth-child(4)::after {
    background: rgb(172,114,114);
    border-color: #ffffff;
}

.nXyY-statistical-overview .KrlF-fast-upgrade p {
    text-align: center;
    padding: 0;
    grid-row: 1;
    position: relative;
    grid-column: 1;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0;
    color: rgb(183,186,151);
}

.nXyY-statistical-overview .KrlF-fast-upgrade:nth-child(even) span::before {
    background: rgb(172,114,114,0.5);
}

.nXyY-statistical-overview .KrlF-fast-upgrade:nth-child(even) svg {
    fill: rgb(172,114,114);
}

.nXyY-statistical-overview .KrlF-fast-upgrade:hover svg {
    transform: scale(1.2);
}

.nXyY-statistical-overview .KrlF-fast-upgrade:nth-child(3) {
    animation-delay: 0.3s;
}

::-webkit-scrollbar {
    width: 4px;
    height: 12px;
}

::-webkit-scrollbar-track {
    box-shadow: inset -5px 4px 2px 7px rgba(0, 0, 0, 0.5);
    border-radius: 13.3vh;
    background: radial-gradient(circle at bottom left, #ffffff 90%, rgb(255, 255, 255, 0.5) 47%, rgb(172,114,114,0.5) 58%, rgb(183,186,151) 32%, rgb(183,186,151,0.5) 16%, rgb(186,202,202) 33%);
}

::-webkit-scrollbar-thumb {
    border-radius: 17.3rem;
    background: linear-gradient(191deg, #ffffff 91%, rgb(255, 255, 255, 0.5) 42%, rgb(183,186,151) 65%, rgb(183,186,151,0.5) 44%, rgb(186,202,202) 35%);
    box-shadow: -5px 1px 11px -2px rgba(0, 0, 0, 0.8);
    min-height: 69px;
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 4px 2px 7px -2px rgba(0, 0, 0, 0.8);
    background: #ffffff;
}

::-webkit-scrollbar-corner {
    border: 1px dashed rgb(172,114,114);
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .Knjs-top-navbar {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .jvHi-top-study svg {
    width: 110px;
}header .IMVw-header-master {
    padding: 0.3rem;
}header .mBeZ-head-pagebar {
    padding: 0.3rem 0.4rem;
    font-size: calc(14px - 2px);
}}



@media (min-width: 768px) and (max-width: 991px) {.gNFt-our-info {
    padding: 60px 0;
}.gNFt-our-info .oBcU-instant-contact {
    padding: 30px;
}.gNFt-our-info .kOWB-edu-coach {
    font-size: 24px;
    margin-bottom: 25px;
}.gNFt-our-info .mlfp-pic-frame {
    height: 240px;
}.gNFt-our-info .HiLc-join-conversation {
    padding: 25px;
}.gNFt-our-info .lLyJ-contact-now {
    grid-template-columns: repeat(2, 1fr);
}.gNFt-our-info .HiLc-join-conversation p svg {
    height: 16px;
    width: 16px;
}.gNFt-our-info .OoXd-request-form svg {
    height: 18px;
    width: 18px;
}
}



@media (max-width: 767px) {.hVvg-privacy-shell {
    padding: 3rem 0.8rem;
}.hVvg-privacy-shell .container {
    padding: 2rem 1.5rem;
}.hVvg-privacy-shell h1 {
    padding-bottom: 1rem;
    font-size: calc(42px * 0.8);
    margin-bottom: 1.8rem;
}.hVvg-privacy-shell h1::after {
    width: 6rem;
}.hVvg-privacy-shell h2 {
    transform: translateX(-1rem);
    padding-left: 1rem;
    font-size: calc(34px * 0.8);
    margin: 2rem 0 1rem;
}.hVvg-privacy-shell h3 {
    transform: translateX(-0.8rem);
    padding-left: 0.8rem;
    margin: 1.8rem 0 1rem;
    font-size: calc(34px * 0.7);
}.hVvg-privacy-shell h4 {
    font-size: calc(34px * 0.6);
    margin: 1.5rem 0 0.8rem;
}.hVvg-privacy-shell p, 
    .hVvg-privacy-shell span, 
    .hVvg-privacy-shell li {
    margin-bottom: 1.2rem;
    font-size: calc(16px * 0.95);
}.hVvg-privacy-shell ul {
    padding-left: 0.8rem;
    margin: 1.2rem 0 1.8rem;
}.hVvg-privacy-shell li {
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
}
}



@media (max-width: 767px) {.IZLX-title-screen {
    padding: 3rem 1rem;
}.IZLX-title-screen .YIxM-start-primary > div:first-child {
    padding: 1.5rem;
}.IZLX-title-screen .YIxM-start-primary > div:first-child p {
    font-size: 15px;
}.IZLX-title-screen .dJET-learn-history > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.IZLX-title-screen .dJET-learn-history h3 {
    margin-bottom: 1.5rem;
    max-width: 95%;
    padding-left: 1rem;
    font-size: calc(20px * 1.1);
}.IZLX-title-screen .dJET-learn-history > div > div > div {
    padding: 1.5rem 2rem;
}.IZLX-title-screen .title_style_header {
    font-size: calc(30px * 0.9);
    white-space: normal;
}}



@media (min-width: 992px) {.mvGg-plan-box .lRwg-cert-plans {
    grid-template-columns: repeat(4, 1fr);
}.mvGg-plan-box .dTcv-qtr-cost {
    padding: 35px 25px;
}.mvGg-plan-box h2 {
    font-size: calc(38px + 4px);
}
}



@media (max-width: 767px) {.mvGg-plan-box {
    padding: 80px 0;
}.mvGg-plan-box .lRwg-cert-plans {
    grid-template-columns: 1fr;
}.mvGg-plan-box h2 {
    font-size: calc(38px - 2px);
}.mvGg-plan-box .mLUZ-price-schemes {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.mvGg-plan-box .fwEF-rate-options p {
    font-size: calc(17px - 3px);
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}.mvGg-plan-box .fwEF-rate-options p::-webkit-scrollbar {
    width: 3px;
}.mvGg-plan-box .fwEF-rate-options p::-webkit-scrollbar-thumb {
    background: rgb(172,114,114);
}
}



@media (max-width: 1024px) {.LpiK-customer-opinions .INwe-learner-feedback {
    width: calc(50% - 40px);
}.LpiK-customer-opinions .INwe-learner-feedback:nth-child(2n+1) {
    transform: translateY(20px);
}.LpiK-customer-opinions .INwe-learner-feedback:nth-child(2n+2) {
    transform: translateY(40px);
}.LpiK-customer-opinions .INwe-learner-feedback:nth-child(2n+1):hover {
    transform: translateY(5px);
}.LpiK-customer-opinions .INwe-learner-feedback:nth-child(2n+2):hover {
    transform: translateY(25px);
}.LpiK-customer-opinions h4 {
    font-size: calc(40px * 0.9);
}
}



@media (max-width: 767px) {.PUpw-tySpot {
    padding: 3.5rem 0;
}.PUpw-tySpot h2 {
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.PUpw-tySpot h2::after {
    width: 5rem;
    bottom: -0.8rem;
}.PUpw-tySpot .pbKM-skill-boost {
    padding: 2rem 1.5rem;
}.PUpw-tySpot span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}



@media (min-width: 1200px) {.Oijb-educational-rewards .container {
    padding: 0 30px;
}.Oijb-educational-rewards .pbKM-skill-boost {
    gap: 80px;
}.Oijb-educational-rewards .ibIj-text-box-item {
    padding: 50px 60px;
}.Oijb-educational-rewards h4 {
    margin-bottom: 40px;
}.Oijb-educational-rewards li p {
    gap: 20px;
}
}



@media (hover: none) {.Oijb-educational-rewards li:hover,
    .Oijb-educational-rewards .ibIj-text-box-item:hover,
    .Oijb-educational-rewards .mlfp-pic-frame:hover {
    transform: none;
}.Oijb-educational-rewards li:hover svg {
    transform: none;
}}



@media (max-width: 768px) {.lvGw-who-we-are {
    padding: 60px 0;
}.lvGw-who-we-are .ibIj-text-box-item {
    transform: none;
    max-width: 100%;
    padding: 30px;
}.lvGw-who-we-are .ibIj-text-box-item::before {
    height: calc(100% - 60px);
    top: 30px;
    left: -15px;
    width: 4px;
}.lvGw-who-we-are h5 {
    font-size: calc(20px * 0.9);
}.lvGw-who-we-are p {
    font-size: 17px;
    margin-bottom: 15px;
}.lvGw-who-we-are p b {
    font-size: calc(17px * 1.3);
}.lvGw-who-we-are li {
    font-size: calc(17px * 0.9);
    line-height: 1.7;
}
}



@media (min-width: 992px) {.GFMh-developer-experience .container {
    transform: perspective(1500px) rotateY(3deg);
}.GFMh-developer-experience .INwe-learner-feedback {
    gap: 3rem;
    padding: 4rem;
}.GFMh-developer-experience .mlfp-pic-frame {
    width: 220px;
    height: 220px;
}.GFMh-developer-experience .hqoN-exp-highlights {
    column-gap: 2.5rem;
    padding-left: 0;
    column-count: 2;
    border-left: none;
}.GFMh-developer-experience .hqoN-exp-highlights::before {
    left: -1rem;
    font-size: 4rem;
}
}




@media (max-width: 992px) {.juMe-training-structure {
    padding: 90px 0;
}.juMe-training-structure .pbKM-skill-boost > div {
    padding: 40px 45px;
}.juMe-training-structure h3 {
    font-size: calc(31px * 0.8);
}
}



@media (min-width: 768px) {.QsNu-newsletter-signup {
    padding: 5rem 2rem;
}.QsNu-newsletter-signup .pbKM-skill-boost {
    gap: 3rem;
    flex-direction: row;
    justify-content: space-between;
}.QsNu-newsletter-signup .pbKM-skill-boost > div {
    flex: 1 1 50%;
    text-align: left;
}.QsNu-newsletter-signup h4 {
    text-align: left;
}.QsNu-newsletter-signup h4::after {
    transform: none;
    left: 0;
}.QsNu-newsletter-signup .input_holder {
    justify-content: flex-end;
    flex: 1 1 50%;
}
}



@media (min-width: 992px) {.nXyY-statistical-overview .KrlF-fast-upgrade:nth-child(even) {
    margin-left: 100px;
}.nXyY-statistical-overview .KrlF-fast-upgrade:nth-child(odd) {
    margin-left: 50px;
}
}



@media (max-width: 768px) {.nXyY-statistical-overview {
    padding: 70px 0;
}.nXyY-statistical-overview .KrlF-fast-upgrade {
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
}.nXyY-statistical-overview svg {
    margin-left: 0;
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
}.nXyY-statistical-overview .KrlF-fast-upgrade p {
    font-size: 2.5rem;
}.nXyY-statistical-overview .KrlF-fast-upgrade span {
    grid-row: 2;
    grid-column: 2;
}
}



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

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}



@keyframes expandWidth {
    from { width: 0; }
    to { width: 8rem; }
}



@keyframes shimmer {
  0% {
    transform: translateX(-150%) skewX(20deg);
  }
  100% {
    transform: translateX(150%) skewX(20deg);
  }
}



@keyframes lightBeam {
  0% {
    opacity: 0.1;
    transform: rotate(35deg) translateX(-10%);
  }
  100% {
    opacity: 0.3;
    transform: rotate(35deg) translateX(10%);
  }
}



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}



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



@keyframes gradientShift {
    0% {
        transform: rotate(15deg) translateX(0);
    }
    100% {
        transform: rotate(15deg) translateX(5%);
    }
}



@keyframes floatElement {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-20px, 20px);
    }
    100% {
        transform: translate(-10px, -10px);
    }
}

@keyframes patternMove1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}



@keyframes pulseGlow {
    0% {
        transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

