.main_topTUY {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

html {
    scrollbar-color: rgb(220,229,221) #ffffff;
    scrollbar-width: none;
}

html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    min-height: 100%;
}

.tyContentNCu::after {
    height: 200%;
    position: absolute;
    width: 80%;
    content: "";
    z-index: 2;
    top: -50%;
    right: -50%;
    pointer-events: none;
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    transform: rotate(35deg);
}

.tyContentNCu .learning_dnafmw:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}

.tyContentNCu h5::after {
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    bottom: -10px;
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left;
    background: rgb(145,171,152);
    transform: scaleX(0.7);
}

.tyContentNCu a::before {
    background: rgb(184,202,188);
    content: "";
    width: 3px;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.5;
    transition: width 0.3s ease;
}

.tyContentNCu a:hover p {
    color: rgb(184,202,188);
}

.price_deck_gridCQt {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(220,229,221);
}

.price_deck_gridCQt::before {
    position: absolute;
    opacity: 0.08;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(184,202,188,0.5), rgb(145,171,152,0.5));
    z-index: 0;
    content: "";
    left: 0;
}

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

.price_deck_gridCQt .deal_gridcZe {
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    overflow: hidden;
    flex-direction: column;
    transition: all 0.4s ease;
    display: flex;
    height: 100%;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 16px;
}

.price_deck_gridCQt .member_plansoOR:hover .fee_plansmPo h3::after {
    width: 60px;
}

.price_deck_gridCQt .cost_schemesRNw::before {
    background: linear-gradient(90deg, rgb(184,202,188,0.5), transparent);
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -5px;
    content: "";
    left: 0;
}

.price_deck_gridCQt .image_headerjRK {
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: all 0.5s ease;
    height: 220px;
    border-radius: 0 0 12px 12px;
}

.educational_rewardsNuJ {
    background: linear-gradient(45deg, rgb(220,229,221), #ffffff);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.educational_rewardsNuJ .learning_dnafmw {
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
    max-width: 1400px;
    display: flex;
    z-index: 2;
}

.educational_rewardsNuJ .image_headerjRK:hover {
    box-shadow: 20px 30px 60px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.educational_rewardsNuJ .text_containerivp {
    padding-left: 8%;
    padding-top: 20px;
    width: 60%;
}

.educational_rewardsNuJ h2::before {
    content: '';
    left: -10%;
    position: absolute;
    background: rgb(184,202,188,0.5);
    bottom: -10px;
    height: 30px;
    z-index: -1;
    width: 120%;
}

.educational_rewardsNuJ .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.educational_rewardsNuJ .text_main_holder > div:hover::before {
    height: 100%;
}

.educational_rewardsNuJ .text_main_holder > div:nth-child(even):hover {
    transform: translateY(10px);
}

.educational_rewardsNuJ .text_main_holder svg path {
    fill: rgb(145,171,152);
    transition: fill 0.3s ease;
}

.connect_formypt {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,229,221) 0%, rgba(16, 22, 47, 0.95) 100%);
    padding: 120px 0;
    position: relative;
}



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

.connect_formypt h2 {
    position: relative;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
}

.connect_formypt .message_listwMe::before {
    left: -8px;
    position: absolute;
    top: -8px;
    height: 100%;
    z-index: -1;
    content: "";
    border: 1px solid rgba(rgb(184,202,188), 0.2);
    border-radius: 24px;
    width: 100%;
}

.connect_formypt .image_headerjRK::before {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    content: "";
    left: 0;
    z-index: 1;
}

.connect_formypt .support_querydVw::before {
    bottom: 20px;
    content: "";
    border-bottom: 2px solid rgba(rgb(145,171,152), 0.6);
    border-left: 2px solid rgba(rgb(145,171,152), 0.6);
    left: 20px;
    position: absolute;
    height: 60px;
    width: 60px;
}

.connect_formypt form input[type="text"] {
    border-radius: 10px;
    padding: 18px 25px;
    width: 100%;
    font-size: 14px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}

.connect_formypt .help_helpMvm label::before {
    top: 2px;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    content: "";
    left: 0;
    border-radius: 10px;
}

.connect_formypt .help_helpMvm label a:hover {
    color: rgb(145,171,152);
}

.connect_formypt form .request_querylyO {
    border-radius: 10px;
    font-weight: 600;
    padding: 16px 40px;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(184,202,188), rgb(145,171,152));
    font-size: 20px;
    transition: all 0.4s ease;
    position: relative;
    border: none;
    overflow: hidden;
}

.learning_systemdPT::after {
    opacity: 0.3;
    background: linear-gradient(120deg, rgb(184,202,188,0.5) 10%, transparent 70%);
    top: -50%;
    z-index: 0;
    filter: blur(80px);
    position: absolute;
    height: 200%;
    transform: rotate(15deg);
    width: 70%;
    content: "";
    right: -25%;
}

.learning_systemdPT .learning_dnafmw {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset,
        0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    backdrop-filter: blur(10px);
}

.learning_systemdPT .learning_dnafmw:hover h3 {
    transform: translateX(10px);
}

.learning_systemdPT p {
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

footer {
    background-color: #000000;
    margin-top: 0;
    position: relative;
}

.ssl_infoHlK .container {
    display: grid;
    grid-gap: 30px;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

.ssl_infoHlK .company_holder h3 {
    font-size: 31px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}

.ssl_infoHlK .contest_infoknu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    grid-column: span 8;
}

.ssl_infoHlK .main_sitewrapufa h5::after {
    background: rgb(145,171,152);
    bottom: -8px;
    height: 2px;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
}

.ssl_infoHlK .main_sitewrapufa .head_siteBtx a::before {
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    background: rgb(145,171,152);
    width: 6px;
    border-radius: 50%;
    height: 6px;
}

.discuss_ctajKW .cloud_labuHI {
    opacity: 0.7;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
}

.discuss_ctajKW .cloud_labuHI {
    position: relative;
    display: inline-block;
}

.ssl_infoHlK .company_holder::before {
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.5;
    left: 0;
    width: 5px;
    position: absolute;
    background: rgb(184,202,188);
}

footer::after {
    background: linear-gradient(to right,
    rgb(184,202,188),
    rgb(145,171,152),
    rgb(184,202,188));
    left: 0;
    z-index: 2;
    opacity: 0.3;
    position: absolute;
    height: 5px;
    content: "";
    width: 100%;
    bottom: 0;
}

.discuss_ctajKW .cloud_labuHI::before {
    top: 50%;
    opacity: 0.5;
    height: 1px;
    width: 30px;
    position: absolute;
    content: "";
    background: rgb(184,202,188);
    left: -40px;
    transform: translateY(-50%);
}

.help_centerdQq::before {
    height: 25rem;
    z-index: 0;
    right: -5%;
    border-radius: 50%;
    animation: pulse 12s infinite alternate ease-in-out;
    content: "";
    top: -10%;
    position: absolute;
    width: 25rem;
    background: radial-gradient(circle, rgba(rgb(145,171,152,0.5), 0.08) 0%, rgba(rgb(145,171,152,0.5), 0) 70%);
}

.help_centerdQq .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.help_centerdQq .connect_blockXMR > div {
    position: relative;
}

.help_centerdQq .connect_blockXMR > div:first-child {
    padding-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.7;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    color: #000000;
}

.help_centerdQq h6 svg {
    transform: translateY(-1px);
    width: 20px;
    height: 20px;
}

.help_centerdQq .contact_cardYQu {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.5rem;
    flex-direction: column;
}

.help_centerdQq .start_chatRZf:hover {
    color: rgb(184,202,188);
    transform: translateX(5px);
}

.help_centerdQq .start_chatRZf:hover::before {
    width: 100%;
}

.help_centerdQq .start_chatRZf svg {
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
}

.join_nowRrU::before {
    pointer-events: none;
    content: '';
    width: 100%;
    position: absolute;
    opacity: 0.15;
    background: linear-gradient(45deg, rgb(184,202,188,0.5) 0%, transparent 70%);
    z-index: 1;
    top: 0;
    left: 0;
    transform: translateZ(-10px);
    height: 100%;
}

.join_nowRrU h2 {
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-weight: 700;
    margin-bottom: 2.5rem;
    font-size: 34px;
    color: #000000;
    text-align: center;
    opacity: 0;
    transform: translateZ(20px);
}

.join_nowRrU svg {
    width: 4.5rem;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transform: translateZ(10px) translateY(-5px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 4.5rem;
}

.join_nowRrU .learning_dnafmw:hover svg path {
    fill: rgb(145,171,152);
}

.join_nowRrU .request_querylyO {
    display: inline-block;
    background: linear-gradient(135deg, rgb(184,202,188), rgb(145,171,152) 120%);
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 20px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 
    0 6px 16px -8px rgb(184,202,188,0.5),
    0 2px 0 rgb(184,202,188,0.5) inset;
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.3, 1.33), box-shadow 0.3s ease;
}

.stay_updatedtCQ .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    position: relative;
}

.stay_updatedtCQ .learning_dnafmw::after {
    content: "";
    opacity: 0.8;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(145,171,152,0.5), transparent);
    bottom: -1px;
    width: 40%;
    left: 30%;
}

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

.stay_updatedtCQ h4 {
    max-width: 85%;
    font-size: calc(22px * 1.2);
    line-height: 1.5;
}

.stay_updatedtCQ .input_holder input[type="email"]:focus {
    border-color: rgb(145,171,152,0.5);
    box-shadow: 0 0 0 3px rgb(145,171,152,0.5);
    background-color: rgba(255, 255, 255, 0.1);
}

.stay_updatedtCQ .input_holder .request_querylyO {
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    border: none;
    position: relative;
    font-weight: 600;
    background: rgb(145,171,152);
    letter-spacing: 0.05em;
}

.course_candidatescyW::before {
    border: 2px solid rgba(255, 255, 255, 0.1);
    left: 50%;
    z-index: 1;
    position: absolute;
    animation: rotate 20s linear infinite;
    top: 50%;
    width: 500px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    content: "";
}



.course_candidatescyW h3 {
    margin-bottom: 4rem;
    font-size: 38px;
    text-align: center;
    z-index: 10;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}



.course_candidatescyW ul {
    display: grid;
    position: relative;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(2, 1fr);
}

.course_candidatescyW li {
    transition: all 0.4s ease;
    overflow: hidden;
    display: flex;
    padding: 1.5rem 2rem;
    backdrop-filter: blur(10px);
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
    color: #ffffff;
    border-radius: 50px;
}

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

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

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

.course_candidatescyW svg path {
    transition: all 0.4s ease;
    fill: rgb(145,171,152);
}

.course_candidatescyW li:hover svg {
    transform: rotate(15deg);
}

.our_missionhKF::before {
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    content: "";
    height: 100%;
    position: absolute;
}

.our_missionhKF .text_containerivp:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_missionhKF h1::after {
    content: "";
    animation: expandLine 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -10px;
    position: absolute;
    width: 80px;
    left: 0;
    transform-origin: left;
    height: 3px;
    background: rgb(145,171,152);
}

.our_missionhKF li:hover h4::before {
    opacity: 1;
    width: 25px;
}

.our_missionhKF span {
    opacity: 0.85;
    color: #ffffff;
    column-count: 2;
    text-align: justify;
    max-width: 100%;
    column-gap: 40px;
    line-height: 1.8;
    font-size: 15px;
    display: block;
}

.education_experiencefvk::after {
    content: "";
    border: 5px solid rgb(184,202,188,0.5);
    left: -5%;
    height: 50%;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    z-index: 1;
    width: 40%;
    position: absolute;
    opacity: 0.3;
    bottom: -15%;
}

.education_experiencefvk .image_headerjRK {
    border-radius: 10px;
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    width: 300px;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    position: absolute;
    left: 15%;
    height: 380px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 3;
}

.education_experiencefvk .career_areasyB:hover {
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
}

.education_experiencefvk .job_tasksvPI {
    color: #000000;
    animation: slide-up 0.7s forwards 0.6s;
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    transform: translateY(30px);
    line-height: 1.7;
    z-index: 2;
    opacity: 0;
    position: relative;
}

.cookieNotificationPanelIbf {
    width: 100%;
    border-top: 2px solid rgb(184,202,188);
    z-index: 90;
    position: fixed;
    bottom: 0;
    background: rgb(220,229,221);
}

.cookieNotificationPanelIbf h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.cookieNotificationPanelIbf p {
    font-size: 18px;
}

.accept_cookiesqMD {
    text-align: center;
    border-bottom: 2px solid rgb(184,202,188);
    font-size: 24px;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    color: rgb(184,202,188);
    margin-left: 10px;
    min-width: 120px;
    line-height: 35px;
}

.wrapper-holderqHX .privacy_optXDL h5 {
    font-weight: 700;
}

.wrapper-holderqHX .privacy_optXDL h5, .wrapper-holderqHX .privacy_optXDL p {
    color: #ffffff;
}

.greeting_pagepzP::after {
    width: 200%;
    left: -50%;
    content: "";
    position: absolute;
    height: 200%;
    background: repeating-linear-gradient(
    45deg,
    rgba(rgb(184,202,188,0.5), 0.01),
    rgba(rgb(184,202,188,0.5), 0.01) 2px,
    transparent 2px,
    transparent 10px
  );
    animation: subtle-shift 60s linear infinite;
    top: -50%;
    z-index: 1;
}

.greeting_pagepzP .edu_entryaGl > div {
    flex-direction: column;
    display: flex;
    gap: 3.5rem;
}

.greeting_pagepzP h3 {
    line-height: 1.5;
    animation: fade-up 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.3s;
    padding-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    opacity: 0;
    transform: translateY(15px);
    margin-bottom: 1rem;
    max-width: 90%;
    color: rgb(184,202,188);
    letter-spacing: 0.02em;
    font-size: calc(20px * 1.05);
}

.greeting_pagepzP h1 {
    font-size: calc(47px * 1.15);
    color: #000000;
    line-height: 1.2;
    transform: scale(0.98);
    position: relative;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.greeting_pagepzP .learn_academyTPE > div::after {
    width: 100%;
    content: "";
    top: 0;
    animation: shine 6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    position: absolute;
    transform: translateX(-100%);
    background: 
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
    z-index: 2;
    height: 100%;
    left: 0;
}

.confidential_lockupAEF::before {
    opacity: 0.05;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(184,202,188,0.5) 0,
        rgb(184,202,188,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    content: "";
}

.confidential_lockupAEF h2 {
    position: relative;
    font-size: 33px;
    padding-left: 1rem;
    color: rgb(145,171,152);
    font-weight: 600;
    margin: 2.5rem 0 1.2rem;
}

.confidential_lockupAEF h2:hover::before {
    transform: scaleY(1);
}

.confidential_lockupAEF h3::before {
    content: "";
    left: 0;
    width: 12px;
    background: rgb(145,171,152);
    transform: translateY(-50%);
    position: absolute;
    height: 2px;
    top: 50%;
}

.confidential_lockupAEF p {
    transition: opacity 0.3s ease;
    max-width: 92%;
    color: #000000;
    line-height: 1.7;
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.confidential_lockupAEF p strong:hover::after {
    transform: scaleX(1);
}

.confidential_lockupAEF ul::before {
    content: "";
    background: linear-gradient(180deg, rgb(184,202,188) 0%, rgb(184,202,188,0.5) 100%);
    bottom: 0;
    position: absolute;
    left: 0;
    border-radius: 1.5px;
    width: 3px;
    top: 0;
}

.confidential_lockupAEF li:hover {
    transform: translateX(3px);
}

.confidential_lockupAEF span {
    margin-bottom: 2rem;
    background-color: rgba(rgb(145,171,152,0.5), 0.07);
    display: block;
    font-size: calc(12px * 0.95);
    opacity: 0.85;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    line-height: 1.65;
    color: #000000;
    border-left: 3px solid rgb(145,171,152);
}

header .head_skillpMk .first_teachGoL .main_pagebarJoP:hover {
    transform: translateY(-8px) rotate(0deg);
}

header .head_skillpMk .main_sitewrapufa {
    display: flex;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1rem;
}

header .head_skillpMk .nav_startGmx a {
    font-size: 16px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-weight: 600;
    position: relative;
    display: block;
    color: #ffffff;
}

header .head_skillpMk .nav_startGmx a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

.program_informationUGg::after {
    content: "";
    border-radius: 50%;
    width: 200px;
    height: 200px;
    top: -50px;
    filter: blur(30px);
    right: -50px;
    position: absolute;
    background: radial-gradient(circle, rgb(184,202,188) 0%, transparent 70%);
    animation: float 15s infinite ease-in-out;
    opacity: 0.15;
}

.program_informationUGg h2::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(145,171,152) 0%, transparent 100%);
    transform: scaleX(0);
    position: absolute;
    content: "";
    left: 0;
    animation: expand 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    bottom: -12px;
    height: 3px;
    width: 80px;
}

.program_informationUGg .image_headerjRK::before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 1;
}

.program_informationUGg .description {
    line-height: 1.7;
    font-size: 12px;
    color: #000000;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    position: relative;
}

.program_informationUGg .description::before {
    top: 0.5rem;
    height: 4px;
    width: 4px;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(145,171,152);
    border-radius: 50%;
}



@media (min-width: 768px) {.tyContentNCu {
    padding: 120px 0;
}.tyContentNCu .learning_dnafmw {
    grid-template-columns: 1fr 1.5fr;
    padding: 60px 70px 60px 60px;
    align-items: center;
    gap: 50px;
}.tyContentNCu h5 {
    font-size: calc(22px * 1.1);
    transform: translateX(25px);
}.tyContentNCu p {
    font-size: calc(16px * 1.05);
}
}



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



@media (min-width: 768px) {.price_deck_gridCQt .price_tiersYEF {
    grid-template-columns: repeat(2, 1fr);
}.price_deck_gridCQt .deal_gridcZe {
    height: 100%;
}.price_deck_gridCQt .image_headerjRK {
    height: 240px;
}
}



@media (prefers-reduced-motion: no-preference) {.price_deck_gridCQt .member_plansoOR:active .deal_gridcZe {
    transition: transform 0.2s ease;
    transform: scale(0.98);
}
}



@media (max-width: 767px) {.price_deck_gridCQt {
    padding: 80px 0;
}.price_deck_gridCQt .program_rateuDr {
    gap: 40px;
}.price_deck_gridCQt .learning_planzmh h2 {
    font-size: calc(35px - 4px);
}.price_deck_gridCQt .image_headerjRK {
    height: 200px;
}.price_deck_gridCQt .fee_plansmPo {
    padding: 25px;
}.price_deck_gridCQt .cost_schemesRNw {
    font-size: 1.5rem;
}}



@media screen and (max-width: 991px) {.connect_formypt {
    padding: 90px 0;
}.connect_formypt .message_listwMe {
    grid-template-columns: 1fr;
    gap: 40px;
}.connect_formypt .image_headerjRK {
    min-height: 400px;
}.connect_formypt .support_querydVw {
    padding: 40px 30px;
}
}



@media screen and (max-width: 767px) {.connect_formypt {
    padding: 70px 0;
}.connect_formypt h2 {
    font-size: calc(36px * 0.9);
}.connect_formypt .image_headerjRK {
    min-height: 350px;
}.connect_formypt .image_headerjRK::after,
    .connect_formypt .support_querydVw::before {
    width: 40px;
    height: 40px;
}
}



@media (min-width: 992px) {.learning_systemdPT {
    padding: 180px 0;
}.learning_systemdPT .container {
    padding: 0 40px;
}.learning_systemdPT .learning_dnafmw {
    transform: perspective(1000px) rotateY(-2deg);
}.learning_systemdPT .learning_dnafmw:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.learning_systemdPT .learning_dnafmw > div {
    padding: 70px;
}.learning_systemdPT h3 {
    margin-bottom: 35px;
    font-size: calc(38px * 1.2);
}.learning_systemdPT p {
    max-width: 90%;
    font-size: calc(14px * 1.1);
    line-height: 2;
}
}



@media (max-width: 767px) {.ssl_infoHlK {
    padding: 40px 0 30px;
}.ssl_infoHlK .contest_infoknu {
    grid-template-columns: 1fr;
}.ssl_infoHlK .company_holder {
    padding: 25px;
}.ssl_infoHlK .main_sitewrapufa {
    padding: 25px;
}.ssl_infoHlK .company_holder h3 {
    font-size: calc(31px - 2px);
}.ssl_infoHlK .main_sitewrapufa h5 {
    font-size: calc(19px - 1px);
}
}



@media (max-width: 767px) {.help_centerdQq {
    padding: 4rem 1.5rem;
}.help_centerdQq .connect_blockXMR {
    padding: 2rem;
}.help_centerdQq h1 {
    margin-bottom: 2rem;
}
}



@media (hover: none) {.help_centerdQq .connect_blockXMR:hover {
    transform: none;
}.help_centerdQq .start_chatRZf:hover {
    transform: none;
}}



@media (max-width: 576px) {.join_nowRrU {
    padding: 3rem 0;
}.join_nowRrU h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.5rem;
}.join_nowRrU .learning_dnafmw {
    transform: translateZ(10px) rotateX(0deg);
    padding: 1.5rem;
    gap: 1rem;
}.join_nowRrU svg {
    height: 3.5rem;
    width: 3.5rem;
}.join_nowRrU .request_querylyO {
    padding: 0.8rem 1.8rem;
    font-size: calc(20px * 0.9);
}.join_nowRrU::after {
    display: none;
}.join_nowRrU .container {
    padding: 0 1rem;
}}



@media (max-width: 1200px) {.course_candidatescyW::before {
    height: 400px;
    width: 400px;
}.course_candidatescyW::after {
    width: 600px;
    height: 600px;
}
}



@media (max-width: 768px) {.course_candidatescyW {
    padding: 3.5rem 1.5rem;
}.course_candidatescyW ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course_candidatescyW::before {
    width: 300px;
    height: 300px;
}.course_candidatescyW::after {
    width: 450px;
    height: 450px;
}.course_candidatescyW h3 {
    font-size: calc(38px * 0.9);
}
}



@media screen and (max-width: 768px) {.our_missionhKF {
    padding: 60px 0;
}.our_missionhKF .text_containerivp {
    transform: none;
    padding: 25px 20px;
}.our_missionhKF h1 {
    font-size: calc(42px * 0.85);
}.our_missionhKF span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.our_missionhKF h1::after {
    width: 60px;
}
}


@media only screen and (max-width: 1200px) {.cookieNotificationPanelIbf {
    padding: 20px;
}
}



@media screen and (min-width: 768px) {.greeting_pagepzP .edu_entryaGl {
    padding: 4rem 3rem;
}.greeting_pagepzP h3 {
    max-width: 80%;
    font-size: calc(20px * 1.15);
}.greeting_pagepzP h1 {
    font-size: calc(47px * 1.25);
}.greeting_pagepzP .learn_academyTPE > div {
    padding: 4rem 3rem;
}.greeting_pagepzP .learn_academyTPE p {
    max-width: 80%;
    font-size: calc(14px * 1.25);
}
}



@media screen and (min-width: 1200px) {.greeting_pagepzP .edu_entryaGl {
    padding: 6rem 5rem;
}.greeting_pagepzP h3 {
    max-width: 65%;
    font-size: calc(20px * 1.25);
}.greeting_pagepzP h1 {
    font-size: calc(47px * 1.45);
}.greeting_pagepzP .learn_academyTPE > div {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0) translateY(0);
}.greeting_pagepzP .learn_academyTPE:hover > div {
    transform: translateX(5px) translateY(-5px);
}.greeting_pagepzP .learn_academyTPE p {
    max-width: 70%;
    font-size: calc(14px * 1.35);
}
}



@media screen and (max-width: 576px) {.confidential_lockupAEF {
    padding: 2rem 0.5rem;
}.confidential_lockupAEF .container {
    padding: 1.5rem 1.25rem;
}.confidential_lockupAEF h1 {
    font-size: calc(41px * 0.7);
    padding-bottom: 0.75rem;
}.confidential_lockupAEF h1::after {
    width: 60px;
    height: 2px;
}.confidential_lockupAEF:hover h1::after {
    width: 90px;
}.confidential_lockupAEF h2 {
    font-size: calc(33px * 0.7);
    padding-left: 0.75rem;
}.confidential_lockupAEF h2::before {
    width: 3px;
}.confidential_lockupAEF h3, 
    .confidential_lockupAEF h4 {
    padding-left: 1.25rem;
}.confidential_lockupAEF ul {
    padding-left: 1rem;
}.confidential_lockupAEF li {
    padding-left: 1.25rem;
}.confidential_lockupAEF li::before {
    width: 6px;
    height: 6px;
}.confidential_lockupAEF span {
    padding: 0.75rem 0.75rem;
    border-left: 2px solid rgb(145,171,152);
}}



@media (max-width: 767px) {.program_informationUGg {
    padding: 80px 0 60px;
}.program_informationUGg h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.9);
    max-width: 100%;
}.program_informationUGg .skill_routeMEw {
    gap: 2rem;
}.program_informationUGg .image_headerjRK {
    height: 280px;
}.program_informationUGg .text_containerivp {
    max-height: 300px;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}.program_informationUGg .description {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: calc(12px * 0.95);
}
}



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}



@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}



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

@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(184,202,188); }
    100% { box-shadow: 0 0 20px rgb(184,202,188), 0 0 40px rgb(184,202,188,0.5); }
}



@keyframes floatGlow {
    0% {
        transform: rotate(35deg) translateY(0);
    }
    100% {
        transform: rotate(32deg) translateY(-20px);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(20px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(-10px, 20px) rotate(-3deg);
    }
    75% {
        transform: translate(-15px, -10px) rotate(2deg);
    }
}

