.wrapper-holderqHX {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

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

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


.tyContentNCu {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(220,229,221) 0%, rgb(184,202,188,0.5) 100%);
    overflow: hidden;
}

.tyContentNCu .container {
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.tyContentNCu .learning_dnafmw {
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    grid-template-columns: 1fr;
    padding: 50px 40px;
    display: grid;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    gap: 30px;
    position: relative;
    transform-origin: center top;
}

.tyContentNCu .learning_dnafmw:hover h5 {
    transform: translateX(0);
}

.tyContentNCu .learning_dnafmw:hover h5::after {
    transform: scaleX(1);
}

.tyContentNCu a {
    padding: 15px 20px;
    position: relative;
    text-decoration: none;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    transition: all 0.4s ease;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.tyContentNCu a::after {
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
    right: 0;
    content: "";
    transition: all 0.3s ease;
}

.price_deck_gridCQt .program_rateuDr {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}

.price_deck_gridCQt .learning_planzmh h2 {
    margin-bottom: 20px;
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.price_deck_gridCQt .price_tiersYEF {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
}

.price_deck_gridCQt .member_plansoOR:hover {
    transform: translateY(-8px);
}

.price_deck_gridCQt .member_plansoOR:hover .deal_gridcZe {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}

.price_deck_gridCQt .fee_plansmPo h3 {
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
}

.price_deck_gridCQt .cost_schemesRNw {
    color: transparent;
    font-weight: 700;
    color: rgb(184,202,188);
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgb(184,202,188), rgb(145,171,152));
    position: relative;
    display: inline-block;
    background-clip: text !important;
    font-size: 1.8rem;
}

.price_deck_gridCQt .member_plansoOR:hover .image_headerjRK::after {
    opacity: 0.3;
}

.educational_rewardsNuJ::before {
    background: rgb(184,202,188,0.5);
    left: -25%;
    width: 150%;
    position: absolute;
    z-index: 1;
    content: '';
    height: 200px;
    transform: rotate(-5deg);
    top: -100px;
}

.educational_rewardsNuJ .image_headerjRK {
    transition: all 0.5s ease;
    margin-left: -5%;
    position: relative;
    z-index: 3;
    height: 600px;
    margin-top: -50px;
    width: 45%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    border-radius: 0 17px 17px 0;
}

.educational_rewardsNuJ h2 {
    font-size: 32px;
    font-weight: 700;
    width: fit-content;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
}

.educational_rewardsNuJ .text_main_holder > div {
    display: flex;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    gap: 15px;
    align-items: flex-start;
    transition: all 0.3s ease;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}

.educational_rewardsNuJ .text_main_holder svg {
    transition: transform 0.3s ease;
    height: 45px;
    width: 45px;
}

.educational_rewardsNuJ .text_main_holder > div:hover svg path {
    fill: rgb(184,202,188);
}

.connect_formypt::before {
    position: absolute;
    animation: gridMove 20s linear infinite;
    width: 100%;
    content: "";
    background-size: 20px 20px, 20px 20px;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(184,202,188), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(145,171,152), 0.04) 50%, transparent 100%);
    top: 0;
    height: 100%;
}

.connect_formypt h2::after {
    content: "";
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(184,202,188), rgb(145,171,152));
    position: absolute;
    border-radius: 1.5px;
}

.connect_formypt .image_headerjRK {
    height: 100%;
    position: relative;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    min-height: 550px;
}

.connect_formypt .image_headerjRK::after {
    border-right: 2px solid rgba(rgb(184,202,188), 0.6);
    position: absolute;
    right: 20px;
    z-index: 2;
    border-top: 2px solid rgba(rgb(184,202,188), 0.6);
    height: 60px;
    width: 60px;
    top: 20px;
    content: "";
}

.connect_formypt form {
    width: 100%;
}

.connect_formypt form h3::before {
    position: absolute;
    left: 0;
    border-radius: 10px;
    width: 3px;
    content: "";
    height: 100%;
    top: 0;
    background: rgb(184,202,188);
}

.connect_formypt form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.connect_formypt .help_helpMvm {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.connect_formypt .help_helpMvm label {
    font-size: 12px;
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    line-height: 1.5;
}

.connect_formypt .help_helpMvm input[type="checkbox"]:checked + label::after {
    content: "";
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 8px;
    position: absolute;
    top: 6px;
}

.connect_formypt form .request_querylyO:hover::before {
    left: 0;
}

.connect_formypt form .request_querylyO:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.connect_formypt svg path {
    fill: rgb(184,202,188);
    transition: fill 0.3s ease;
}

.learning_systemdPT::before {
    z-index: 1;
    background-size: 120px 120px;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    animation: patternShift 30s infinite linear;
    transform: perspective(1000px) rotateY(5deg);
    left: 0;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(145,171,152,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(145,171,152,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(145,171,152,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(145,171,152,0.5) 75%);
}

.learning_systemdPT .learning_dnafmw > div::before {
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(184,202,188) 0%, rgb(145,171,152) 100%);
    transform-origin: left center;
    z-index: 4;
    content: "";
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    left: 0;
    width: 60px;
}

.learning_systemdPT p span {
    opacity: 0.95;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s 0.1s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
}

.ssl_infoHlK .company_holder {
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    grid-column: span 4;
    border-radius: 10px;
}

.ssl_infoHlK .company_holder h3::after {
    background: rgb(184,202,188);
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    bottom: -8px;
    content: "";
}

.ssl_infoHlK .main_sitewrapufa h5 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    font-size: 19px;
}

.ssl_infoHlK .main_sitewrapufa h5,
.ssl_infoHlK .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ssl_infoHlK .main_sitewrapufa .head_siteBtx a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(184,202,188);
}

.discuss_ctajKW .container {
    display: flex;
    justify-content: center;
    align-items: center;
}



.ssl_infoHlK .company_holder:hover,
.ssl_infoHlK .main_sitewrapufa:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}

.ssl_infoHlK .main_sitewrapufa::before {
    height: 100%;
    width: 5px;
    opacity: 0.5;
    background: rgb(145,171,152);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

.ssl_infoHlK .head_siteBtx {
    position: relative;
}

.ssl_infoHlK .head_siteBtx::after {
    width: 100%;
    height: 1px;
    position: absolute;
    opacity: 0.2;
    background: rgb(145,171,152,0.5);
    bottom: -15px;
    left: 0;
    content: "";
}

.help_centerdQq {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,229,221) 40%, rgba(rgb(184,202,188,0.5), 0.05) 100%);
    font-family: Arial, sans-serif;
}

.help_centerdQq h1 {
    font-size: 42px;
    transform: translateY(-5px);
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
}

.help_centerdQq h1::after {
    bottom: -15px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(184,202,188), rgb(145,171,152));
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
}

.help_centerdQq .connect_blockXMR:hover {
    transform: translateY(-5px);
}

.help_centerdQq .connect_blockXMR > div:first-child::before {
    font-family: serif;
    content: "";
    font-size: 5rem;
    position: absolute;
    top: -30px;
    left: -10px;
    color: rgba(rgb(184,202,188,0.5), 0.1);
}

.help_centerdQq span {
    margin-left: 28px;
    margin-top: -5px;
    display: block;
    font-size: 13px;
    color: #000000;
}

.help_centerdQq .start_chatRZf::before {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    height: 2px;
    bottom: -4px;
    content: "";
    background: linear-gradient(90deg, rgb(184,202,188), rgb(145,171,152));
}

.help_centerdQq svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}

.join_nowRrU {
    position: relative;
    background: linear-gradient(135deg, rgb(220,229,221) 0%, rgb(145,171,152,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
    perspective: 1000px;
}

.join_nowRrU .container {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
}

.join_nowRrU .learning_dnafmw {
    gap: 2.5rem;
    align-items: center;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.3, 1.33);
    border-left: 3px solid rgb(184,202,188);
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.08),
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 -20px 50px rgb(184,202,188,0.5) inset;
    transform-origin: center bottom;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    display: grid;
    opacity: 0;
    backdrop-filter: blur(5px);
    padding: 3rem;
    transform: translateZ(30px) rotateX(2deg);
    grid-template-columns: auto 1fr;
}

.join_nowRrU .request_querylyO:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
    0 10px 20px -5px rgb(184,202,188,0.5),
    0 2px 0 rgb(255, 255, 255, 0.5) inset;
}

.join_nowRrU .request_querylyO:active {
    box-shadow: 
    0 2px 10px -3px rgb(184,202,188,0.5),
    0 1px 0 rgb(255, 255, 255, 0.5) inset;
    transform: translateY(1px) scale(0.98);
}

.stay_updatedtCQ::before {
    top: -5%;
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0.15;
    transform: rotate(-3deg);
    background: 
        radial-gradient(
            circle at 20% 30%, 
            rgb(145,171,152,0.5) 0%, 
            transparent 25%
        ),
        radial-gradient(
            circle at 80% 70%, 
            rgb(145,171,152,0.5) 0%, 
            transparent 30%
        );
    left: -5%;
    height: 110%;
    width: 110%;
}

.stay_updatedtCQ::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
}

.stay_updatedtCQ .input_holder span {
    position: relative;
    display: block;
}

.stay_updatedtCQ .input_holder input[type="email"] {
    outline: none;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 1rem 1.25rem;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.stay_updatedtCQ .input_holder .request_querylyO:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    background: rgb(145,171,152);
}

.stay_updatedtCQ .input_holder .request_querylyO:hover::before {
    left: 100%;
}

.stay_updatedtCQ .input_holder .request_querylyO:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.course_candidatescyW::after {
    left: 50%;
    top: 50%;
    animation: rotate-reverse 30s linear infinite;
    height: 800px;
    border: 4px dotted rgb(184,202,188,0.5);
    transform: translate(-50%, -50%);
    width: 800px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    content: "";
}

.course_candidatescyW h3::after {
    content: "";
    width: 150px;
    border-radius: 50px;
    background: rgb(184,202,188);
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    animation: glow 3s infinite alternate;
    left: 50%;
    box-shadow: 0 0 15px rgb(184,202,188);
}

.course_candidatescyW li::after {
    z-index: 0;
    height: 150%;
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 50px;
    transform: rotate(20deg) translateX(-150px);
    animation-delay: calc(var(--i, 0) * 1s);
    opacity: 0;
    animation: data-stream 5s infinite;
}

.course_candidatescyW li:nth-child(3) {
    --i: 2;
}

.course_candidatescyW li:nth-child(6) {
    --i: 5;
}

.course_candidatescyW li:nth-child(9) {
    --i: 8;
}

.course_candidatescyW svg {
    position: relative;
    width: 30px;
    transition: all 0.4s ease;
    margin-right: 1.5rem;
    z-index: 2;
    height: 30px;
}

.our_missionhKF {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.our_missionhKF .container {
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    z-index: 5;
    max-width: 1200px;
}

.our_missionhKF .text_containerivp {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 40px 50px;
    border-left: 4px solid rgb(145,171,152);
    background: rgba(255, 255, 255, 0.08);
}

.our_missionhKF h4 {
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    color: rgb(145,171,152);
    margin-bottom: 15px;
    position: relative;
}

.our_missionhKF span::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(145,171,152);
}

.education_experiencefvk::before {
    z-index: 1;
    opacity: 0.2;
    height: 70%;
    position: absolute;
    content: "";
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    width: 60%;
    top: -20%;
    right: -10%;
    background: repeating-linear-gradient(
        45deg,
        rgb(145,171,152,0.5),
        rgb(145,171,152,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
}

.education_experiencefvk .image_headerjRK:hover {
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    filter: brightness(1.1);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
}

.education_experiencefvk .career_areasyB::before {
    z-index: -1;
    transition: all 0.5s ease;
    border-radius: 16px;
    top: 15px;
    opacity: 0.3;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    background: rgb(184,202,188,0.5);
    left: 15px;
}

.education_experiencefvk .name {
    z-index: 2;
    font-size: 30px;
    animation: slide-up 0.7s forwards 0.2s;
    opacity: 0;
    font-weight: 700;
    position: relative;
    color: rgb(184,202,188);
    margin-bottom: 0.7rem;
    transform: translateY(30px);
}



.education_experiencefvk .job_tasksvPI::after {
    content: "";
    bottom: -50px;
    color: rgb(145,171,152,0.5);
    opacity: 0.4;
    font-family: serif;
    position: absolute;
    z-index: -1;
    font-size: 6rem;
    right: 0;
}

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

.cookies_termsfMt svg, .cookies_termsfMt svg path, .cookies_termsfMt img {
    width: 100px;
    fill: rgb(184,202,188);
    height: 100px;
}

.wrapper-holderqHX .cookie_noneFyH {
    justify-content: space-between;
    padding: 40px 0;
}

.wrapper-holderqHX .accept_cookiesqMD {
    font-size: 20px;
    margin-left: 30px;
    border: none;
    color: rgb(184,202,188);
    padding: 10px;
    background: #ffffff;
}

.greeting_pagepzP {
    align-items: center;
    display: flex;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(220,229,221) 0%, rgba(245, 247, 250, 0.95) 100%);
    min-height: 100vh;
    justify-content: center;
    position: relative;
}

.greeting_pagepzP .edu_entryaGl {
    max-width: 1200px;
    width: 90%;
    transform: perspective(1000px) rotateX(1deg);
    margin: 0 auto;
    padding: 3rem 2rem;
    box-shadow: 
    15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
    -5px -5px 20px rgba(#ffffff, 0.9),
    inset 1px 1px 0 rgba(#ffffff, 1),
    inset -1px -1px 0 rgba(rgb(184,202,188,0.5), 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    background: rgba(#ffffff, 0.95);
    position: relative;
    z-index: 2;
}

.greeting_pagepzP .learn_academyTPE {
    transform: translateY(20px);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    opacity: 0;
    animation: fade-up 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    position: relative;
}

.greeting_pagepzP .learn_academyTPE:hover h1 {
    transform: scale(1);
}

.greeting_pagepzP .learn_academyTPE > div::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    135deg, 
    rgba(rgb(184,202,188,0.5), 0.85) 0%, 
    rgba(rgb(145,171,152,0.5), 0.85) 100%
  );
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
}

.greeting_pagepzP .learn_academyTPE p {
    font-size: calc(14px * 1.15);
    max-width: 90%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 3;
    color: #ffffff;
    position: relative;
    line-height: 1.6;
    font-weight: 400;
}

.confidential_lockupAEF .container {
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    padding: 3.5rem 2.5rem;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1;
}

.confidential_lockupAEF h1::after {
    height: 3px;
    transition: width 0.4s ease-out;
    content: "";
    background: linear-gradient(90deg, rgb(184,202,188) 0%, rgb(145,171,152) 100%);
    width: 80px;
    left: 0;
    position: absolute;
    bottom: 0;
}

.confidential_lockupAEF h3 {
    color: #000000;
    margin: 2.2rem 0 1rem;
    font-weight: 600;
    font-size: calc(33px * 0.85);
    position: relative;
    padding-left: 1.5rem;
}

.confidential_lockupAEF h4::before {
    transform: translateY(-50%);
    content: "→";
    top: 50%;
    left: 0;
    position: absolute;
    font-size: 0.9em;
    color: rgb(184,202,188);
}

.confidential_lockupAEF p strong::after {
    left: 0;
    transition: transform 0.3s ease;
    height: 30%;
    transform-origin: left;
    content: "";
    position: absolute;
    z-index: -1;
    transform: scaleX(0.95);
    background-color: rgb(184,202,188,0.5);
    width: 100%;
    bottom: 0;
}

.confidential_lockupAEF li::before {
    background: rgb(145,171,152);
    position: absolute;
    left: 0;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    height: 8px;
    transition: background 0.3s ease;
    width: 8px;
    top: 0.75em;
}

header .head_skillpMk {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 100;
    justify-content: space-between;
    left: 0;
    padding: 1.5rem 2rem;
    display: flex;
    border-bottom-right-radius: 0;
    width: 100%;
    align-items: center;
    background: linear-gradient(135deg, rgb(184,202,188,0.5) 0%, rgb(145,171,152) 100%);
    overflow: visible;
    border-bottom-left-radius: 11px;
    position: relative;
}

header .head_skillpMk .nav_startGmx {
    position: relative;
    transition: transform 0.3s ease;
}

header .head_skillpMk .nav_startGmx a::before {
    left: 0;
    transform-origin: right;
    height: 2px;
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(145,171,152);
    bottom: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0) rotate(-2deg);
}

.program_informationUGg::before {
    width: 100%;
    z-index: 1;
    left: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 20px,
        rgba(rgb(184,202,188,0.5), 0.03) 20px,
        rgba(rgb(184,202,188,0.5), 0.03) 21px
    );
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
}

.program_informationUGg h2::before {
    background: rgb(184,202,188);
    position: absolute;
    left: -10px;
    transform-origin: bottom;
    content: "";
    animation: growUp 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateY(-50%) scaleY(0);
    top: 50%;
    width: 4px;
    height: 60%;
}

.program_informationUGg .image_headerjRK {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    width: 100%;
    height: 380px;
    position: relative;
}

.program_informationUGg .text_containerivp {
    scrollbar-color: rgb(184,202,188) rgba(rgb(184,202,188,0.5), 0.1);
    scrollbar-width: thin;
    max-height: 350px;
    border-left: 1px solid rgba(rgb(184,202,188,0.5), 0.2);
    overflow-y: auto;
    position: relative;
    padding: 1.5rem;
}

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background: radial-gradient(circle at center, #ffffff 5%, rgb(145,171,152) 25%, rgb(145,171,152,0.5) 22%, rgb(184,202,188,0.5) 66%, rgb(220,229,221) 76%);
}

::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(220,229,221);
    box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.6);
}

.program_informationUGg .text_containerivp::-webkit-scrollbar {
    width: 6px;
}

.program_informationUGg .text_containerivp::-webkit-scrollbar-track {
    background: rgba(rgb(184,202,188,0.5), 0.1);
    border-radius: 3px;
}

.program_informationUGg .text_containerivp::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(184,202,188);
}



@media (min-width: 1200px) {.price_deck_gridCQt .price_tiersYEF {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_deck_gridCQt .fee_plansmPo {
    padding: 40px;
}.price_deck_gridCQt .image_headerjRK {
    height: 260px;
}.price_deck_gridCQt .member_plansoOR:nth-child(odd) {
    transform: translateY(20px);
}.price_deck_gridCQt .member_plansoOR:nth-child(odd):hover {
    transform: translateY(12px);
}.price_deck_gridCQt .member_plansoOR:nth-child(even):hover {
    transform: translateY(-8px);
}
}



@media (max-width: 1200px) {.educational_rewardsNuJ .image_headerjRK {
    margin-left: 0;
    width: 40%;
}.educational_rewardsNuJ .text_containerivp {
    width: 60%;
    padding-left: 5%;
}
}



@media (max-width: 576px) {.educational_rewardsNuJ {
    padding: 80px 0;
}.educational_rewardsNuJ .image_headerjRK {
    height: 300px;
}.educational_rewardsNuJ h2 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.educational_rewardsNuJ .text_main_holder > div {
    padding: 20px;
}.educational_rewardsNuJ .text_main_holder svg {
    height: 35px;
    width: 35px;
}}



@media screen and (max-width: 576px) {.connect_formypt {
    padding: 50px 0;
}.connect_formypt h2 {
    font-size: calc(36px * 0.8);
}.connect_formypt .message_listwMe {
    margin-top: 40px;
}.connect_formypt .image_headerjRK {
    min-height: 250px;
}.connect_formypt .support_querydVw {
    padding: 30px 20px;
}.connect_formypt form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.connect_formypt form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect_formypt form .request_querylyO {
    width: 100%;
    padding: 15px 20px;
}}



@media (max-width: 991px) {.ssl_infoHlK .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.ssl_infoHlK .company_holder {
    grid-column: span 12;
}.ssl_infoHlK .contest_infoknu {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}



@media (max-width: 575px) {.ssl_infoHlK {
    padding: 30px 0 20px;
}.ssl_infoHlK .company_holder,
  .ssl_infoHlK .main_sitewrapufa {
    padding: 20px;
}.ssl_infoHlK .company_holder h3 {
    font-size: calc(31px - 4px);
}.discuss_ctajKW {
    padding: 20px 0;
}}



@media (min-width: 992px) {.help_centerdQq {
    padding: 10rem 4rem;
}.help_centerdQq .connect_blockXMR {
    padding: 5rem;
    gap: 4rem;
}.help_centerdQq h1 {
    font-size: calc(42px * 1.2);
}.help_centerdQq .connect_blockXMR > div:first-child {
    padding-right: 3rem;
}.help_centerdQq .contact_cardYQu {
    gap: 2rem;
}
}



@media (max-width: 992px) {.join_nowRrU {
    padding: 4rem 0;
}.join_nowRrU h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.9);
}.join_nowRrU .learning_dnafmw {
    padding: 2.5rem;
    transform: translateZ(20px) rotateX(1deg);
    gap: 2rem;
}
}



@media (min-width: 768px) {.stay_updatedtCQ .learning_dnafmw {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 3rem;
}.stay_updatedtCQ h4 {
    font-size: 22px;
}.stay_updatedtCQ .input_holder {
    align-items: stretch;
    flex-direction: row;
}.stay_updatedtCQ .input_holder span:first-child {
    flex: 1;
}.stay_updatedtCQ .input_holder .request_querylyO {
    white-space: nowrap;
    width: auto;
}
}



@media (max-width: 992px) {.course_candidatescyW {
    padding: 4rem 1.5rem;
}.course_candidatescyW ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.course_candidatescyW li {
    padding: 1.25rem 1.5rem;
}
}



@media screen and (max-width: 992px) {.our_missionhKF {
    padding: 80px 0;
}.our_missionhKF .text_containerivp {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px 25px;
}.our_missionhKF span {
    column-count: 1;
}
}



@media screen and (max-width: 480px) {.our_missionhKF {
    padding: 40px 0;
}.our_missionhKF .container {
    padding: 0 15px;
}.our_missionhKF .text_containerivp {
    padding: 20px 15px;
    border-left-width: 3px;
}.our_missionhKF h1 {
    font-size: calc(42px * 0.75);
    margin-bottom: 20px;
}.our_missionhKF span {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}


@media only screen and (max-width: 800px) {.cookies_termsfMt {
    display: none;
}.cookie_noneFyH {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieNotificationPanelIbf h5 {
    text-align: center;
}.cookieNotificationPanelIbf p {
    text-align: center;
}.privacy_optXDL {
    margin-bottom: 20px;
}body .wrapper-holderqHX .accept_cookiesqMD {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (prefers-reduced-motion: reduce) {.greeting_pagepzP *,
  .greeting_pagepzP *::before,
  .greeting_pagepzP *::after {
    transition-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
}}



@media screen and (max-width: 992px) {.confidential_lockupAEF {
    padding: 3rem 1rem;
}.confidential_lockupAEF .container {
    padding: 2.5rem 2rem;
}.confidential_lockupAEF h1 {
    font-size: calc(41px * 0.9);
}.confidential_lockupAEF h2 {
    font-size: calc(33px * 0.9);
}.confidential_lockupAEF p {
    max-width: 100%;
}
}



@media (max-width: 992px) {header .head_skillpMk {
    transform: skewX(0);
    flex-direction: column;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    padding: 1rem;
}header .head_skillpMk .first_teachGoL {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .head_skillpMk .main_sitewrapufa {
    width: 100%;
    transform: skewX(0);
    justify-content: center;
    flex-wrap: wrap;
}header .head_skillpMk .main_sitewrapufa::before {
    transform: skewX(0);
}header .head_skillpMk .main_sitewrapufa:hover::before {
    transform: skewX(0);
}header .head_skillpMk .nav_startGmx {
    margin: 0.25rem;
}header .head_skillpMk .nav_startGmx:nth-child(odd),
  header .head_skillpMk .nav_startGmx:nth-child(even) {
    transform: translateY(0);
}
}



@media (min-width: 992px) {.program_informationUGg {
    padding: 160px 0 120px;
}.program_informationUGg h2 {
    font-size: calc(28px * 1.2);
    max-width: 70%;
    margin-bottom: 4rem;
}.program_informationUGg .skill_routeMEw {
    gap: 5rem;
}.program_informationUGg .image_headerjRK {
    height: 450px;
}.program_informationUGg .text_containerivp {
    max-height: 450px;
    padding: 0 2rem 0 3rem;
}.program_informationUGg .description {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}.program_informationUGg h2::after {
    width: 150px;
}.program_informationUGg .image_headerjRK::after {
    height: 50%;
    width: 50%;
}
}



@keyframes patternShift {
    0% {
        background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1060px, 1060px 940px, 940px 1000px;
    }
}



@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px) translateZ(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(20px);
  }
}

@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

@keyframes data-stream {
    0% { transform: rotate(20deg) translateX(-150px); opacity: 0; }
    20% { opacity: 0.5; }
    100% { transform: rotate(20deg) translateX(500px); opacity: 0; }
}



@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  20%, 100% {
    transform: translateX(100%);
  }
}



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



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

