svg {
    height: 30px;
    width: 30px;
}

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

.OuUEa-header-mainbar {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    width: 100%;
    z-index: 100;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(to right, #ffffff, rgb(224,240,227));
    padding: 0;
}



.DfpoK-statistical-details .container {
    gap: 60px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
    align-items: center;
}

.DfpoK-statistical-details .YvtBV-knowledge-gains::before {
    border-radius: 20px;
    z-index: -1;
    width: 120px;
    position: absolute;
    left: -40px;
    transform: rotate(-15deg);
    height: 120px;
    border: 2px solid rgb(178,216,187,0.5);
    content: "";
    animation: float 8s ease-in-out infinite;
    top: -60px;
}

.DfpoK-statistical-details .tViHC-statistics-experts {
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    margin-bottom: 40px;
}

.DfpoK-statistical-details .iZFlE-expert-statistics {
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    border: 1px solid rgb(178,216,187,0.5);
    padding: 30px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.DfpoK-statistical-details .iZFlE-expert-statistics h4 {
    align-items: center;
    line-height: 1;
    font-weight: 700;
    font-size: 4rem;
    display: flex;
    transition: all 0.3s ease;
    color: rgb(178,216,187);
    margin: 0;
}

.DfpoK-statistical-details svg {
    margin-right: 10px;
    height: 24px;
    transition: all 0.3s ease;
    width: 24px;
    fill: rgb(178,216,187);
}

.VjyFK-learning-process::before {
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background: linear-gradient(120deg, 
        rgba(rgb(178,216,187,0.5), 0.05) 0%, 
        rgba(rgb(138,191,145,0.5), 0.05) 50%, 
        rgba(rgb(178,216,187,0.5), 0.05) 100%);
    position: absolute;
    height: 100%;
}

.VjyFK-learning-process h3 {
    font-weight: 700;
    font-size: calc(37px * 0.9);
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: -0.5px;
    display: inline-block;
    color: rgb(178,216,187);
}

.VjyFK-learning-process .dYKRI-why-trust:hover h3::after {
    transform: scaleX(1.2);
}

.VjyFK-learning-process p {
    color: #000000;
    z-index: 2;
    position: relative;
    margin: 0;
    line-height: 1.8;
    font-size: 13px;
}

.VjyFK-learning-process p span {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

.yVFTN-company-info {
    overflow: hidden;
    padding: 120px 0;
    background-color: #ffffff;
    position: relative;
}

.yVFTN-company-info::after {
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.03;
    width: 100%;
}

.yVFTN-company-info h2::after {
    content: "";
    width: 20px;
    bottom: -15px;
    height: 3px;
    left: 50%;
    position: absolute;
    background-color: rgb(138,191,145);
    transform: translateX(-50%) translateX(30px);
}

.yVFTN-company-info .YFLOp-teach-method::before {
    transition: transform 0.4s ease;
    top: 0;
    background: linear-gradient(90deg, rgb(178,216,187), rgb(138,191,145));
    width: 100%;
    position: absolute;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    left: 0;
    height: 4px;
}

.yVFTN-company-info .YFLOp-teach-method:hover::before {
    transform: scaleX(1);
}

.yVFTN-company-info .YFLOp-teach-method:hover::after {
    opacity: 1;
}

.yVFTN-company-info .YFLOp-teach-method h3 {
    position: relative;
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    padding-left: 15px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.yVFTN-company-info .YFLOp-teach-method:hover h3 {
    color: rgb(178,216,187);
}

.yVFTN-company-info .YFLOp-teach-method:last-child:hover h3 {
    color: rgb(138,191,145);
}

.yVFTN-company-info .container::after {
    content: "";
    left: -100px;
    position: absolute;
    width: 200px;
    background: linear-gradient(45deg, rgb(138,191,145,0.5), rgb(178,216,187,0.5));
    height: 200px;
    opacity: 0.1;
    border-radius: 50%;
    bottom: -100px;
    z-index: -1;
}

.UEgmx-trackingSettingsBox {
    border-radius: 15px;
    transform: translateX(-50%);
    position: fixed;
    left: 50%;
    width: 90%;
    background: #ffffff;
    overflow: hidden;
    bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    z-index: 1050;
    font-family: Arial, sans-serif;
}

.rvpny-cookie-control {
    display: inline-block;
    width: calc(50% - 10px);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 20px;
    transition: background 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    margin: 5px;
    background: rgb(178,216,187);
}

.NxsUv-stay-informed::before {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    background: rgb(178,216,187,0.5);
    height: 100%;
    animation: clip-shift 10s ease-in-out infinite alternate;
    width: 60%;
    top: 0;
    content: "";
    position: absolute;
    z-index: -2;
    opacity: 0.2;
    transform-origin: center right;
    right: 0;
}

.NxsUv-stay-informed p {
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-weight: 700;
    transform: skewY(1deg);
    position: relative;
    font-size: calc(24px * 1.1);
}

.NxsUv-stay-informed p::after {
    opacity: 0.3;
    position: absolute;
    animation: rotate-hexagon 20s linear infinite reverse;
    height: 30px;
    background: rgb(138,191,145);
    content: "";
    width: 30px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    bottom: -20px;
    right: 40px;
}

.NxsUv-stay-informed .kqxHv-upgrade-skills {
    background-color: #ffffff;
    border: 2px solid transparent;
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 1.3rem 1.5rem;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 17px;
}

.NxsUv-stay-informed .NEhRr-sub-warning:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(138,191,145);
}

.NxsUv-stay-informed .NEhRr-sub-warning:hover::before {
    left: 100%;
}

.HRVho-tariff-container::before {
    right: 0;
    top: 0;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(178,216,187,0.5) 100%);
    position: absolute;
    z-index: 1;
}

.HRVho-tariff-container .bMdWg-package-pricing {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    display: grid;
    padding: 0;
}

.HRVho-tariff-container .bMdWg-package-pricing li:nth-child(1) {
    animation-delay: 0.5s;
}

.HRVho-tariff-container .bMdWg-package-pricing li:nth-child(3) {
    animation-delay: 0.9s;
}

.HRVho-tariff-container .xWhML-member-plans {
    height: 100%;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.4s ease;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(224,240,227) 100%);
    padding: 30px;
    flex-direction: column;
    border-left: 4px solid rgb(178,216,187);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.HRVho-tariff-container .XPUjd-sub-options p {
    flex-grow: 1;
    line-height: 1.6;
    white-space: normal;
    font-size: calc(17px - 1px);
    margin: 0 0 25px;
    word-wrap: break-word;
    color: #000000;
    hyphens: auto;
    overflow-wrap: break-word;
}

.HRVho-tariff-container .fbsvP-trial-rates:hover {
    transform: translateY(-8px);
}

.HRVho-tariff-container .fbsvP-trial-rates:hover .xWhML-member-plans {
    border-left-width: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.HRVho-tariff-container .fbsvP-trial-rates:hover .xWhML-member-plans::before {
    transform: translate(40%, -40%) rotate(45deg);
}

.HRVho-tariff-container .fbsvP-trial-rates:active {
    transition: transform 0.2s;
    transform: translateY(-2px);
}

.XoLkF-title-welcome .xecsO-study-track {
    transform: translateX(-5%);
    animation: slideInLeft 0.8s ease-out forwards;
    opacity: 0;
    margin-bottom: 2rem;
    position: relative;
}

.XoLkF-title-welcome .WephR-page-lead {
    border: 1px solid rgb(138,191,145,0.5);
    overflow: hidden;
    transform: translateY(20px);
    position: relative;
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
}

.XoLkF-title-welcome .WephR-page-lead:hover::before {
    background: linear-gradient(135deg, 
    rgb(138,191,145,0.5), 
    rgba(0, 0, 0, 0.5) 80%);
}

.XoLkF-title-welcome .WephR-page-lead h3 {
    font-weight: 600;
    line-height: 1.4;
    font-size: 22px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding-left: 20px;
    border-left: 3px solid rgb(178,216,187);
    position: relative;
    transition: all 0.3s ease;
}

header .container {
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

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

header .aYTpl-header-start svg {
    height: auto;
    width: 140px;
    transition: all 0.3s ease;
}

header .pJHSN-main-mentor::before {
    right: -2px;
    z-index: -1;
    border-radius: calc(10px + 2px);
    opacity: 0.5;
    bottom: -2px;
    left: -2px;
    content: '';
    background: linear-gradient(135deg, rgb(178,216,187,0.5), rgb(138,191,145,0.5));
    position: absolute;
    top: -2px;
}

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

header .lFwPW-main-site:hover::before {
    opacity: 1;
}

.ltBqc-privacy-stockade h2 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.ltBqc-privacy-stockade ul {
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
}

.ltBqc-privacy-stockade ul li {
    font-size: 17px;
    padding-left: 30px;
    padding: 10px 0;
    font-weight: 400;
    color: #ffffff;
    position: relative;
}

.ltBqc-privacy-stockade div {
    margin: 20px 0;
}

.sWLjK-program-overview::before {
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(178,216,187,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(138,191,145,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    content: "";
}



.sWLjK-program-overview::before,
.sWLjK-program-overview::after,
.sWLjK-program-overview .UJfuw-text-box-wrapper::before,
.sWLjK-program-overview .container::before,
.sWLjK-program-overview .container::after {
    pointer-events: none;
}

.sWLjK-program-overview .UJfuw-text-box-wrapper h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 10px;
    font-size: 35px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
}

.sWLjK-program-overview .UJfuw-text-box-wrapper .description:last-child {
    padding: 15px 20px;
    border-left: 2px solid rgb(138,191,145);
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.6);
}

.sWLjK-program-overview .OEbut-hero-banner::before {
    position: absolute;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
}

.WTApl-get-in-touch {
    background: linear-gradient(
        225deg, 
        rgb(224,240,227) 0%, 
        rgb(138,191,145,0.5) 100%
    );
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 0;
}

.WTApl-get-in-touch::after {
    height: 200%;
    left: -50%;
    opacity: 0.6;
    content: '';
    position: absolute;
    top: -50%;
    animation: circuit-pulse 10s infinite alternate;
    width: 200%;
    z-index: 2;
    background: radial-gradient(
        circle at center, 
        rgb(178,216,187,0.5) 0%, 
        transparent 70%
    );
}

.WTApl-get-in-touch h2::before,
.WTApl-get-in-touch h2::after {
    position: absolute;
    height: 2px;
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(178,216,187), 
        transparent
    );
    content: '';
}

.WTApl-get-in-touch h2::before {
    left: 0;
    width: 30%;
}

.WTApl-get-in-touch .oXNbD-support-panel {
    display: flex;
    justify-content: center;
    flex: 0 0 60%;
    flex-direction: column;
    padding: 4rem 3rem;
    position: relative;
}

.WTApl-get-in-touch .oXNbD-support-panel form {
    max-width: 500px;
    margin: 0 auto;
    z-index: 3;
    width: 100%;
    position: relative;
}

.WTApl-get-in-touch .oXNbD-support-panel input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    outline: none;
    z-index: 2;
    padding: 1rem 1.5rem;
    color: #ffffff;
    position: relative;
    border: 1px solid rgb(178,216,187,0.5);
    background: rgb(138,191,145,0.5);
    transition: all 0.3s ease;
    font-size: 12px;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.WTApl-get-in-touch .oXNbD-support-panel .cPlGW-contact-reach {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}

.WTApl-get-in-touch .oXNbD-support-panel .cPlGW-contact-reach input[type="checkbox"]:checked::after {
    color: #ffffff;
    content: '✔';
    top: 50%;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

.WTApl-get-in-touch .oXNbD-support-panel .cPlGW-contact-reach a {
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(178,216,187);
}

.WTApl-get-in-touch .oXNbD-support-panel .BQDXf-inquiry-info:hover::before {
    left: 100%;
}

.WTApl-get-in-touch .oXNbD-support-panel .BQDXf-inquiry-info:hover {
    box-shadow: 0 10px 20px rgb(178,216,187,0.5);
    transform: translateY(-3px);
}

.zCqFo-give-it-a-try {
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(138,191,145) 0%, rgb(178,216,187) 100%);
    overflow: hidden;
    padding: 5rem 0;
    transform-style: preserve-3d;
}

.zCqFo-give-it-a-try .container {
    transform: translateZ(0);
    margin: 0 auto;
    max-width: 1200px;
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 2;
    padding: 0 2rem;
    align-items: center;
}

.zCqFo-give-it-a-try .dYKRI-why-trust:hover {
    transform: translateZ(40px) rotateX(0deg) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
}

.zCqFo-give-it-a-try .dYKRI-why-trust:hover svg {
    transform: translateZ(15px) rotate(5deg);
}

.zCqFo-give-it-a-try svg path {
    fill: rgb(138,191,145);
    transition: fill 0.3s ease;
}

.zCqFo-give-it-a-try .BQDXf-inquiry-info {
    text-align: center;
    background: linear-gradient(135deg, rgb(178,216,187) 0%, rgb(138,191,145) 100%);
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 0.9rem 1.8rem;
    overflow: hidden;
    font-size: 17px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform: translateZ(5px);
    border-radius: 4px;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.gKfOi-thxSpace::after {
    background: linear-gradient(160deg, rgb(138,191,145,0.5), transparent);
    filter: blur(40px);
    content: "";
    height: 70%;
    z-index: -1;
    width: 40%;
    position: absolute;
    transform: rotate(-15deg) skew(20deg);
    top: -10%;
    right: -5%;
}

.gKfOi-thxSpace .dYKRI-why-trust::before {
    height: 6px;
    opacity: 0.9;
    transform-origin: left center;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    animation: shimmerBorder 3s infinite linear;
    background: linear-gradient(90deg, rgb(178,216,187), rgb(138,191,145), rgb(178,216,187));
}

.gKfOi-thxSpace .dYKRI-why-trust > div:first-child::after {
    content: "";
    background: rgb(138,191,145);
    transform: scaleX(0);
    bottom: -0.75rem;
    transform-origin: left center;
    position: absolute;
    width: 60px;
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    height: 3px;
}

.gKfOi-thxSpace a::before {
    position: absolute;
    bottom: -10px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 2px;
    transform-origin: right center;
    width: 30%;
    background: rgb(178,216,187,0.5);
    content: "";
    right: 0;
    transform: scaleX(0);
}

.WYUOt-course-beneficiaries .dYKRI-why-trust {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1100px;
    flex-direction: column;
    display: flex;
}

.WYUOt-course-beneficiaries h3 {
    background: rgba(rgb(178,216,187,0.5), 0.2);
    font-weight: 600;
    text-align: right;
    color: #ffffff;
    display: inline-block;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    align-self: flex-end;
    padding: 1rem 0;
    font-size: 28px;
    position: relative;
    padding: 0.8rem 2rem;
    margin-bottom: 3rem;
    border-radius: 10px 0 0 10px;
}

.WYUOt-course-beneficiaries li {
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    position: relative;
    transition: all 0.3s ease;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    overflow: hidden;
    border: 1px solid rgba(#ffffff, 0.1);
    display: flex;
    padding: 1.5rem;
    border-radius: 10px;
    align-items: flex-start;
}

.WYUOt-course-beneficiaries li {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.5;
}

.WYUOt-course-beneficiaries li:hover {
    border-color: rgba(rgb(178,216,187,0.5), 0.3);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
    transform: translateY(-5px);
}

.WYUOt-course-beneficiaries li svg path {
    fill: rgb(138,191,145);
    transition: fill 0.3s ease;
}

.WYUOt-course-beneficiaries li:hover svg path {
    fill: rgb(178,216,187);
}



.bzFkU-level-up .container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.bzFkU-level-up .company_holder {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}



.bzFkU-level-up .company_holder h3 {
    font-size: calc(36px * 1.3);
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1rem;
}

.bzFkU-level-up .fwlUi-goal-footer {
    color: #ffffff;
    font-size: 12px;
    margin: 1.5rem auto 0;
    line-height: 1.7;
    opacity: 0.8;
    max-width: 600px;
}

.bzFkU-level-up .WqPiK-first-class::before {
    position: absolute;
    background: rgb(178,216,187);
    transform: translateX(-50%);
    top: -30px;
    height: 20px;
    width: 1px;
    left: 50%;
    content: "";
}

.bzFkU-level-up .pJHSN-main-mentor .WqPiK-first-class {
    gap: 0.8rem;
    display: flex;
    position: static;
    flex-direction: column;
}

.bzFkU-level-up .pJHSN-main-mentor .WqPiK-first-class a::before {
    left: 0;
    transform-origin: center;
    z-index: -1;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(178,216,187), transparent);
    content: "";
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.4s ease;
    height: 1px;
}



.Moqpg-footer-social .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.Moqpg-footer-social .XDEvR-facebook-cta::before,
.Moqpg-footer-social .XDEvR-facebook-cta::after {
    content: "•";
    color: rgb(178,216,187);
    margin: 0 0.6rem;
}

.NcwDA-education-history::before {
    position: absolute;
    animation: ambientLight 20s ease-in-out infinite alternate;
    height: 100%;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(178,216,187,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(138,191,145,0.5) 0%, transparent 25%);
    filter: blur(60px);
    content: "";
    width: 100%;
}

.NcwDA-education-history .OEbut-hero-banner {
    height: 180px;
    width: 180px;
    transform: translateX(-50%) translateZ(30px);
    position: absolute;
    border-radius: 50%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(178,216,187,0.5);
    left: 50%;
    border: 3px solid #ffffff;
    top: -90px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.NcwDA-education-history .atUlj-career-overview {
    padding: 2rem;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    transform: translateZ(10px);
    width: 100%;
    margin-top: 2rem;
    transition: transform 0.3s ease;
    line-height: 1.7;
    border-radius: 10px;
    position: relative;
    border-left: 3px solid rgb(178,216,187);
    font-size: 16px;
}



.DruTY-contacts .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}

.DruTY-contacts .gnhZM-write-page {
    border-radius: 21px;
    z-index: 2;
    padding: 45px 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: #ffffff;
    position: relative;
}

.DruTY-contacts .gnhZM-write-page::after {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    right: -100px;
    opacity: 0.2;
    height: 200px;
    background: radial-gradient(circle, rgb(178,216,187,0.5) 0%, transparent 70%);
    bottom: -100px;
    width: 200px;
    content: '';
}

.DruTY-contacts .BMdFs-assist-experts {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 35px;
    color: #000000;
    max-width: 90%;
}

.DruTY-contacts .RJkLE-talk-support span {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    transition: all 0.3s ease;
    flex-direction: column;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    padding: 16px 20px;
}

.DruTY-contacts .RJkLE-talk-support span p {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    color: #000000;
}

.DruTY-contacts .RJkLE-talk-support span > span:hover {
    box-shadow: none;
    transform: none;
}

.DruTY-contacts .RJkLE-talk-support span a::after {
    position: absolute;
    content: '';
    bottom: -2px;
    transition: width 0.3s ease;
    background: rgb(178,216,187);
    width: 0;
    height: 1px;
    left: 0;
}

.DruTY-contacts .RJkLE-talk-support span:hover svg {
    stroke: rgb(138,191,145);
    transform: scale(1.1);
}

.DruTY-contacts .RJkLE-talk-support span:nth-child(3) svg path {
    animation: dashAnimation 3s linear infinite;
    stroke-dashoffset: 0;
    stroke-dasharray: 20;
}

.DruTY-contacts .RJkLE-talk-support span:nth-child(5) svg {
    stroke-width: 1.7;
    transform-origin: center;
}

.DruTY-contacts .RJkLE-talk-support span:nth-child(5):hover svg path {
    stroke-width: 2.2;
}

.DruTY-contacts .RJkLE-talk-support span:nth-child(6) svg path {
    animation: dashAnimation 3s linear infinite;
    stroke-dasharray: 15;
    stroke-dashoffset: 0;
    animation-delay: 1s;
}

.DruTY-contacts .RJkLE-talk-support span:nth-child(6) svg path {
    transform-origin: center;
}

.DruTY-contacts .RJkLE-talk-support span:nth-child(6):hover svg path {
    animation-duration: 2s;
}

.DruTY-contacts .OMQTc-edu-tutor h4 {
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    align-items: center;
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.DruTY-contacts .OMQTc-edu-tutor h4::before {
    content: '';
    display: inline-block;
    height: 20px;
    background-position: center;
    flex-shrink: 0;
    margin-right: 8px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.DruTY-contacts .OMQTc-edu-tutor span {
    padding: 8px 0;
    z-index: 1;
    margin-bottom: 6px;
    position: relative;
    color: #000000;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
    display: block;
}



@media (max-width: 992px) {.DfpoK-statistical-details .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.DfpoK-statistical-details .YvtBV-knowledge-gains {
    text-align: center;
    order: 1;
}.DfpoK-statistical-details .JHEdS-statistics-highlights::after {
    left: 50%;
    transform: translateX(-50%);
}.DfpoK-statistical-details .eyxfV-statistics-upgrade {
    order: 2;
}.DfpoK-statistical-details .iZFlE-expert-statistics:nth-child(odd),
    .DfpoK-statistical-details .iZFlE-expert-statistics:nth-child(even) {
    transform: translateY(0);
}
}




@media (max-width: 992px) {.VjyFK-learning-process {
    padding: 4rem 0;
}.VjyFK-learning-process::after {
    height: 200px;
    top: 30%;
    width: 200px;
}.VjyFK-learning-process .dYKRI-why-trust {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.VjyFK-learning-process h3 {
    font-size: calc(37px * 0.8);
}
}



@media (max-width: 576px) {.VjyFK-learning-process {
    padding: 2.5rem 0;
}.VjyFK-learning-process::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.VjyFK-learning-process::after {
    display: none;
}.VjyFK-learning-process .dYKRI-why-trust {
    border-left: 3px solid rgb(178,216,187);
    margin: 0 10px;
    padding: 1.5rem;
}.VjyFK-learning-process h3 {
    font-size: 24px;
    margin-bottom: 1rem;
}.VjyFK-learning-process h3::after {
    height: 2px;
}.VjyFK-learning-process p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.VjyFK-learning-process p span::before {
    width: 2px;
    left: -10px;
}}



@media (max-width: 768px) {.NxsUv-stay-informed {
    padding: 3rem 1.5rem;
}.NxsUv-stay-informed .dYKRI-why-trust {
    gap: 2rem;
    grid-template-columns: 1fr;
}.NxsUv-stay-informed p {
    font-size: 17px;
}.NxsUv-stay-informed .input_holder {
    margin-top: 1rem;
}.NxsUv-stay-informed .kqxHv-upgrade-skills,
    .NxsUv-stay-informed .NEhRr-sub-warning {
    padding: 1rem 1.5rem;
}}



@media (max-width: 992px) {.HRVho-tariff-container h2 {
    font-size: calc(36px - 4px);
}.HRVho-tariff-container .VmGjE-learn-price {
    margin-bottom: 30px;
}.HRVho-tariff-container .bMdWg-package-pricing {
    gap: 20px;
}.HRVho-tariff-container .xWhML-member-plans {
    padding: 25px;
}
}




@media (max-width: 991px) {.XoLkF-title-welcome {
    padding: 3rem 1rem;
}.XoLkF-title-welcome .XbPmc-page-intro {
    font-size: calc(38px - 0.5rem);
}.XoLkF-title-welcome .WephR-page-lead > div {
    max-width: 100%;
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.XoLkF-title-welcome {
    min-height: auto;
    padding: 2rem 1rem;
}.XoLkF-title-welcome .xecsO-study-track {
    margin-bottom: 1.5rem;
}.XoLkF-title-welcome .XbPmc-page-intro {
    font-size: calc(38px - 1rem);
}.XoLkF-title-welcome .WephR-page-lead > div {
    padding: 2rem 1.5rem;
}.XoLkF-title-welcome .WephR-page-lead p {
    margin-bottom: 1rem;
    font-size: 14px;
}.XoLkF-title-welcome .WephR-page-lead h3 {
    font-size: calc(22px - 0.2rem);
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .sxmVG-head-primary {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .aYTpl-header-start svg {
    width: 110px;
}header .pJHSN-main-mentor {
    padding: 0.3rem;
}header .lFwPW-main-site {
    font-size: calc(16px - 2px);
    padding: 0.3rem 0.4rem;
}}



@media (max-width: 992px) {.sWLjK-program-overview {
    padding: 80px 0;
}.sWLjK-program-overview .UJfuw-text-box-wrapper {
    margin-bottom: 40px;
    padding: 40px;
}.sWLjK-program-overview .OEbut-hero-banner {
    height: 60%;
}
}



@media (max-width: 576px) {.sWLjK-program-overview {
    padding: 50px 0;
}.sWLjK-program-overview .UJfuw-text-box-wrapper {
    margin-bottom: 20px;
    padding: 25px 20px;
}.sWLjK-program-overview .UJfuw-text-box-wrapper h2 {
    margin-bottom: 15px;
    font-size: calc(35px * 0.8);
    padding-bottom: 10px;
}.sWLjK-program-overview .UJfuw-text-box-wrapper .description {
    font-size: calc(14px * 0.95);
    padding-left: 15px;
    line-height: 1.7;
}.sWLjK-program-overview .OEbut-hero-banner {
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
    height: 40%;
}}



@media (max-width: 991px) {.zCqFo-give-it-a-try {
    padding: 4rem 0;
}.zCqFo-give-it-a-try h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.zCqFo-give-it-a-try .dYKRI-why-trust {
    padding: 1.8rem 2.5rem;
}.zCqFo-give-it-a-try svg {
    width: 42px;
    height: 42px;
}
}



@media (max-width: 479px) {.zCqFo-give-it-a-try {
    padding: 3rem 0;
}.zCqFo-give-it-a-try h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.5rem;
}.zCqFo-give-it-a-try .dYKRI-why-trust {
    width: 90%;
    padding: 1.2rem 1.5rem;
}.zCqFo-give-it-a-try svg {
    width: 30px;
    height: 30px;
}.zCqFo-give-it-a-try .BQDXf-inquiry-info {
    width: 100%;
    padding: 0.7rem 1.2rem;
    font-size: calc(17px * 0.9);
}}



@media screen and (max-width: 576px) {.gKfOi-thxSpace {
    padding: 3rem 1rem;
}.gKfOi-thxSpace .dYKRI-why-trust {
    padding: 1.75rem;
}.gKfOi-thxSpace .dYKRI-why-trust::before {
    height: 3px;
}.gKfOi-thxSpace h5 {
    font-size: calc(23px * 0.8);
}.gKfOi-thxSpace p {
    font-size: calc(12px * 0.9);
    line-height: 1.7;
}.gKfOi-thxSpace .dYKRI-why-trust > div:first-child {
    margin-bottom: 1.5rem;
}}



@media (max-width: 768px) {.WYUOt-course-beneficiaries {
    padding: 3.5rem 0;
}.WYUOt-course-beneficiaries .dYKRI-why-trust {
    padding: 0 1.5rem;
}.WYUOt-course-beneficiaries h3 {
    padding: 0.6rem 1.5rem;
    margin-bottom: 2rem;
    border-radius: 10px;
    align-self: center;
    font-size: calc(28px * 0.8);
    text-align: center;
    width: auto;
}.WYUOt-course-beneficiaries h3::before {
    height: 4px;
    top: auto;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
}.WYUOt-course-beneficiaries h3::after {
    display: none;
}.WYUOt-course-beneficiaries ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}
}



@media (max-width: 991px) {.NcwDA-education-history {
    padding: 7rem 0 5rem;
}.NcwDA-education-history .VDxsI-review-carousel {
    padding: 2.5rem 2rem;
}.NcwDA-education-history .OEbut-hero-banner {
    top: -75px;
    height: 150px;
    width: 150px;
}.NcwDA-education-history .name {
    margin-top: 80px;
}.NcwDA-education-history .atUlj-career-overview {
    padding: 1.5rem;
}
}



@media (max-width: 992px) {.DruTY-contacts {
    padding: 60px 0;
}.DruTY-contacts .gnhZM-write-page {
    padding: 35px 30px;
}.DruTY-contacts h3 {
    font-size: calc(34px * 0.9);
}.DruTY-contacts .BMdFs-assist-experts {
    max-width: 100%;
}.DruTY-contacts .RJkLE-talk-support {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.DruTY-contacts .RJkLE-talk-support span svg {
    width: 16px;
    height: 16px;
}
}



@media (max-width: 576px) {.DruTY-contacts {
    padding: 40px 0;
}.DruTY-contacts .gnhZM-write-page {
    padding: 25px 20px;
}.DruTY-contacts h3 {
    font-size: calc(34px * 0.7);
    padding-bottom: 10px;
}.DruTY-contacts .RJkLE-talk-support span {
    padding: 10px 14px;
}.DruTY-contacts .RJkLE-talk-support span p,
    .DruTY-contacts .RJkLE-talk-support span a {
    font-size: calc(13px * 0.9);
}.DruTY-contacts .RJkLE-talk-support span svg {
    margin-right: 6px;
    width: 14px;
    height: 14px;
}.DruTY-contacts .OMQTc-edu-tutor {
    padding: 18px 20px;
}.DruTY-contacts .OMQTc-edu-tutor span {
    padding: 6px 0;
    font-size: calc(13px * 0.9);
}.DruTY-contacts .OMQTc-edu-tutor h4::before {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}.DruTY-contacts .OMQTc-edu-tutor h4 svg {
    height: 16px;
    width: 16px;
}
}



@keyframes slideInDesc {
  to {
    transform: translateX(0);
    opacity: 0.9;
  }
}



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



@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



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



@keyframes shimmerBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

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

@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 20;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -20;
    }
}

