* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1131px;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.head_prime0pegYn5 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.access_ctaskSHjx4 {
    flex: 0 0 auto;
}.wrap-structureQN30E2G {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.help_center9i8sPGj {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(166,204,193,0.5) 0%, rgb(210,231,223) 40%, rgb(210,231,223) 60%, rgb(120,178,167,0.5) 100%);
}.help_center9i8sPGj::before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(166,204,193,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(120,178,167,0.5) 0%, transparent 25%),
        radial-gradient(circle at 75% 25%, rgb(166,204,193,0.5) 0%, transparent 15%),
        radial-gradient(circle at 25% 65%, rgb(120,178,167,0.5) 0%, transparent 20%);
    position: absolute;
    opacity: 0.6;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}.help_center9i8sPGj::after {
    width: 100%;
    left: 0;
    background-size: 100px 100px;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    animation: patternShift 60s linear infinite;
    background-image: 
        linear-gradient(45deg, rgb(210,231,223) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(210,231,223) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(210,231,223) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(210,231,223) 75%);
    opacity: 0.03;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    content: '';
}.help_center9i8sPGj .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.help_center9i8sPGj .request_supportLtapP4e {
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
}.help_center9i8sPGj h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #000000;
    text-align: center;
    font-size: 36px;
    font-family: Arial, sans-serif;
}.help_center9i8sPGj h3::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    width: 50px;
    background: rgb(166,204,193);
    height: 3px;
    content: '';
}.help_center9i8sPGj .learn_talk2dC6A13 {
    text-align: center;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    max-width: 700px;
    margin: 0 auto 50px;
}.help_center9i8sPGj .edu_formz0LC37V {
    flex-wrap: wrap;
    perspective: 1000px;
    justify-content: center;
    display: flex;
    gap: 20px;
    width: 100%;
}.help_center9i8sPGj .edu_formz0LC37V > span {
    border-radius: 0 0  22px 22px;
    min-width: 250px;
    max-width: 350px;
    display: flex;
    padding-left: 70px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    flex-direction: column;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 25px;
    transform-style: preserve-3d;
    flex: 1 1 calc(33.333% - 20px);
    z-index: 1;
}.help_center9i8sPGj .edu_formz0LC37V > span:hover {
    transform: translateY(-10px) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.help_center9i8sPGj .edu_formz0LC37V > span::before {
    height: 5px;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgb(166,204,193), rgb(120,178,167));
    transform: translateZ(1px);
}.help_center9i8sPGj .edu_formz0LC37V > span::after {
    transform: translateZ(1px) scale(0);
    z-index: -1;
    transition: opacity 0.5s ease, transform 0.5s ease;
    content: '';
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 40px;
    opacity: 0;
    height: 40px;
    left: 25px;
    border-radius: 50%;
    background: #ffffff;
    top: 5px;
}.help_center9i8sPGj .edu_formz0LC37V > span p {
    margin-bottom: 5px;
    color: rgb(166,204,193);
    font-size: calc(13px - 1px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}.help_center9i8sPGj .edu_formz0LC37V > span > span {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
}.help_center9i8sPGj .edu_formz0LC37V > span a {
    transition: color 0.3s ease;
    z-index: 2;
    color: #000000;
    text-decoration: none;
    position: relative;
}.help_center9i8sPGj .edu_formz0LC37V > span a:hover {
    color: rgb(166,204,193);
}.help_center9i8sPGj .edu_formz0LC37V > span svg {
    stroke-linecap: round;
    stroke-linejoin: round;
    top: 25px;
    transform: translateZ(5px);
    stroke: rgb(166,204,193);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    z-index: 2;
    left: 25px;
    fill: none;
    position: absolute;
    transform-style: preserve-3d;
    stroke-width: 2px;
    width: 30px;
    height: 30px;
    transition: transform 0.5s ease, filter 0.5s ease;
}.help_center9i8sPGj .edu_formz0LC37V > span:nth-child(2n) svg {
    stroke: rgb(120,178,167);
}.help_center9i8sPGj .edu_formz0LC37V > span:hover svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    transform: translateZ(15px) scale(1.2);
}.help_center9i8sPGj .edu_formz0LC37V > span svg path {
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}.help_center9i8sPGj .course_infokHI3wBQ {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
    border-radius: 22px;
}.help_center9i8sPGj .course_infokHI3wBQ::before {
    top: 0;
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(166,204,193,0.5) 0%, transparent 70%);
    z-index: 0;
    opacity: 0.1;
}.help_center9i8sPGj .course_infokHI3wBQ h4 {
    text-align: center;
    display: flex;
    font-size: 24px;
    justify-content: center;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    align-items: center;
    gap: 10px;
    color: #000000;
    z-index: 1;
}.help_center9i8sPGj .course_infokHI3wBQ h4 svg {
    stroke-linejoin: round;
    width: 24px;
    fill: none;
    stroke: rgb(166,204,193);
    stroke-linecap: round;
    stroke-width: 2px;
    height: 24px;
}.help_center9i8sPGj .course_infokHI3wBQ h4::after {
    position: absolute;
    transform: translateX(-50%);
    content: '';
    background: rgb(120,178,167);
    bottom: -10px;
    height: 2px;
    width: 30px;
    left: 50%;
}.help_center9i8sPGj .course_infokHI3wBQ span {
    padding: 10px 20px;
    transition: all 0.3s ease;
    align-items: center;
    margin: 5px;
    color: #000000;
    z-index: 1;
    background: rgba(0, 0, 0, 0.03);
    position: relative;
    display: inline-flex;
    font-size: 13px;
    border-radius: 10px;
}.help_center9i8sPGj .course_infokHI3wBQ span svg {
    margin-right: 8px;
    transition: transform 0.3s ease;
    height: 16px;
    stroke: rgb(120,178,167);
    width: 16px;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}.help_center9i8sPGj .course_infokHI3wBQ span:hover {
    background: rgb(166,204,193,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    transform: translateY(-3px);
}.help_center9i8sPGj .course_infokHI3wBQ span:hover svg {
    transform: rotate(360deg);
}@keyframes patternShift {
    0% {
        background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    }
    100% {
        background-position: 500px 500px, 500px 550px, 550px 450px, 450px 500px;
    }
}
@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.help_center9i8sPGj .edu_formz0LC37V > span:nth-child(3n+1) {
    animation-delay: 0s;
    animation: floatAnimation 4s ease-in-out infinite;
}.help_center9i8sPGj .edu_formz0LC37V > span:nth-child(3n+2) {
    animation: floatAnimation 4s ease-in-out infinite;
    animation-delay: 1.3s;
}.help_center9i8sPGj .edu_formz0LC37V > span:nth-child(3n+3) {
    animation: floatAnimation 4s ease-in-out infinite;
    animation-delay: 2.6s;
}
@media (max-width: 991px) {.help_center9i8sPGj {
    padding: 70px 0;
}.help_center9i8sPGj h3 {
    font-size: calc(36px - 2px);
}.help_center9i8sPGj .learn_talk2dC6A13 {
    margin-bottom: 40px;
}.help_center9i8sPGj .edu_formz0LC37V > span {
    flex: 1 1 calc(50% - 20px);
}.help_center9i8sPGj .edu_formz0LC37V > span svg {
    width: 28px;
    height: 28px;
}.help_center9i8sPGj .course_infokHI3wBQ h4 svg {
    height: 22px;
    width: 22px;
}
}
@media (max-width: 767px) {.help_center9i8sPGj {
    padding: 60px 0;
}.help_center9i8sPGj h3 {
    font-size: calc(36px - 4px);
}.help_center9i8sPGj .learn_talk2dC6A13 {
    margin-bottom: 30px;
}.help_center9i8sPGj .edu_formz0LC37V {
    gap: 15px;
}.help_center9i8sPGj .edu_formz0LC37V > span {
    max-width: 100%;
    padding-left: 60px;
    padding: 20px;
    flex: 1 1 100%;
}.help_center9i8sPGj .course_infokHI3wBQ {
    margin-top: 30px;
    padding: 25px;
}.help_center9i8sPGj .course_infokHI3wBQ span {
    padding: 8px 15px;
}.help_center9i8sPGj .edu_formz0LC37V > span:nth-child(n) {
    animation: none;
}.help_center9i8sPGj .edu_formz0LC37V > span svg {
    width: 24px;
    height: 24px;
    top: 20px;
    left: 20px;
}.help_center9i8sPGj .course_infokHI3wBQ h4 svg {
    height: 20px;
    width: 20px;
}.help_center9i8sPGj .course_infokHI3wBQ span svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
}
@media (max-width: 479px) {.help_center9i8sPGj {
    padding: 50px 0;
}.help_center9i8sPGj h3 {
    font-size: calc(36px - 6px);
}.help_center9i8sPGj .learn_talk2dC6A13 {
    margin-bottom: 25px;
    font-size: calc(13px - 1px);
}.help_center9i8sPGj .edu_formz0LC37V > span {
    padding-left: 50px;
    padding: 15px;
}.help_center9i8sPGj .edu_formz0LC37V > span svg {
    height: 20px;
    width: 20px;
    left: 15px;
    top: 15px;
}.help_center9i8sPGj .course_infokHI3wBQ {
    padding: 20px 15px;
}.help_center9i8sPGj .course_infokHI3wBQ h4 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}.help_center9i8sPGj .course_infokHI3wBQ h4 svg {
    height: 18px;
    width: 18px;
}.help_center9i8sPGj .course_infokHI3wBQ span {
    margin: 3px;
    padding: 6px 12px;
    font-size: calc(13px - 1px);
}.help_center9i8sPGj .course_infokHI3wBQ span svg {
    width: 12px;
    margin-right: 4px;
    height: 12px;
}
}
@media (hover: none) {.help_center9i8sPGj .edu_formz0LC37V > span:hover,
    .help_center9i8sPGj .course_infokHI3wBQ span:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: none;
    background: #ffffff;
}.help_center9i8sPGj .course_infokHI3wBQ span:hover {
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
}.help_center9i8sPGj .edu_formz0LC37V > span a:hover {
    color: #000000;
}.help_center9i8sPGj .edu_formz0LC37V > span:hover svg {
    transform: translateZ(5px);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.help_center9i8sPGj .edu_formz0LC37V > span:hover svg path {
    animation: none;
    stroke-dasharray: 0;
}.help_center9i8sPGj .course_infokHI3wBQ span:hover svg {
    transform: none;
}}.learning_system0OSN3uq {
    overflow: hidden;
    position: relative;
    isolation: isolate;
    background: linear-gradient(145deg, rgb(210,231,223), rgb(120,178,167,0.5));
    padding: 6rem 2rem;
}.learning_system0OSN3uq::before {
    z-index: -1;
    mix-blend-mode: overlay;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(166,204,193,0.5) 0%, transparent 50%);
    position: absolute;
}.learning_system0OSN3uq::after {
    transform: rotate(-15deg) skew(20deg);
    right: -5%;
    width: 40%;
    background: linear-gradient(210deg, rgb(120,178,167) 0%, transparent 70%);
    z-index: -1;
    content: "";
    position: absolute;
    filter: blur(20px);
    bottom: -10%;
    opacity: 0.1;
    height: 70%;
    transition: transform 0.8s ease-out;
}.learning_system0OSN3uq:hover::after {
    transform: rotate(-5deg) skew(10deg) translateY(-10px);
}.learning_system0OSN3uq .fast_study18LFgVR {
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
}.learning_system0OSN3uq .fast_study18LFgVR::before {
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    background: linear-gradient(to bottom, rgb(166,204,193), rgb(120,178,167));
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    content: "";
}.learning_system0OSN3uq .fast_study18LFgVR:hover::before {
    transform: scaleY(1.05) scaleX(1.5);
}.learning_system0OSN3uq h2 {
    letter-spacing: 0.02em;
    font-weight: 700;
    transform: translateZ(0);
    font-size: 29px;
    display: inline-block;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #000000;
}.learning_system0OSN3uq h2::after {
    position: absolute;
    width: 80%;
    transform: scaleX(0.9);
    background: linear-gradient(90deg, rgb(166,204,193), transparent);
    bottom: -10px;
    content: "";
    transform-origin: left;
    left: 0;
    transition: transform 0.5s ease-out;
    height: 3px;
}.learning_system0OSN3uq .fast_study18LFgVR:hover h2::after {
    transform: scaleX(1);
}.learning_system0OSN3uq .text_drawer8lDv4cX {
    padding: 1.5rem;
    transform: translateY(0);
    border-left: 1px solid rgb(166,204,193,0.5);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    position: relative;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    margin-top: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.learning_system0OSN3uq .text_drawer8lDv4cX:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.learning_system0OSN3uq .text_drawer8lDv4cX::before {
    right: 0;
    position: absolute;
    top: 0;
    opacity: 0.15;
    transition: transform 0.6s ease;
    z-index: -1;
    width: 30%;
    content: "";
    height: 30%;
    background: linear-gradient(135deg, transparent, rgb(120,178,167,0.5));
    transform: translate(5%, -5%);
}.learning_system0OSN3uq .text_drawer8lDv4cX:hover::before {
    transform: translate(2%, -2%) scale(1.1);
}.learning_system0OSN3uq p {
    transition: color 0.3s ease;
    font-size: 16px;
    position: relative;
    z-index: 1;
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
}.learning_system0OSN3uq .text_drawer8lDv4cX:hover p {
    color: #000000;
}

@media (max-width: 991px) {.learning_system0OSN3uq {
    padding: 4rem 1.5rem;
}.learning_system0OSN3uq .fast_study18LFgVR {
    transform: perspective(800px) rotateX(1deg);
    padding: 1.5rem;
}.learning_system0OSN3uq h2 {
    font-size: calc(29px * 0.9);
}.learning_system0OSN3uq .text_drawer8lDv4cX {
    padding: 1.25rem;
}
}

@media (max-width: 767px) {.learning_system0OSN3uq {
    padding: 3rem 1rem;
}.learning_system0OSN3uq .fast_study18LFgVR {
    transform: none;
    padding: 1.25rem;
}.learning_system0OSN3uq h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.8);
}.learning_system0OSN3uq .text_drawer8lDv4cX {
    padding: 1rem;
    margin-top: 1rem;
}.learning_system0OSN3uq p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.learning_system0OSN3uq {
    padding: 2.5rem 0.75rem;
}.learning_system0OSN3uq .fast_study18LFgVR {
    padding: 1rem;
}.learning_system0OSN3uq h2 {
    margin-bottom: 1.25rem;
    font-size: calc(29px * 0.7);
}.learning_system0OSN3uq .text_drawer8lDv4cX {
    padding: 0.75rem;
}.learning_system0OSN3uq p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}
}

@media (min-width: 1200px) {.learning_system0OSN3uq .fast_study18LFgVR {
    transform: perspective(1200px) rotateX(2deg);
    padding: 3rem;
}.learning_system0OSN3uq h2 {
    font-size: calc(29px * 1.1);
}.learning_system0OSN3uq .text_drawer8lDv4cX {
    padding: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.learning_system0OSN3uq .fast_study18LFgVR,
    .learning_system0OSN3uq .text_drawer8lDv4cX,
    .learning_system0OSN3uq h2::after,
    .learning_system0OSN3uq .fast_study18LFgVR::before,
    .learning_system0OSN3uq::after {
    transition: none;
    transform: none;
}.learning_system0OSN3uq .fast_study18LFgVR:hover::before,
    .learning_system0OSN3uq .text_drawer8lDv4cX:hover,
    .learning_system0OSN3uq .fast_study18LFgVR:hover h2::after,
    .learning_system0OSN3uq:hover::after,
    .learning_system0OSN3uq .text_drawer8lDv4cX:hover::before {
    transform: none;
}}header .top_plank {
    background: rgb(166,204,193);
    color:  #ffffff;
}header .top_plank .top_learnbarrTLz6ud div svg, header .top_plank .top_learnbarrTLz6ud div svg path {
    fill: #ffffff;
}header .top_plank .top_learnbarrTLz6ud div span {
    color: #ffffff;
}header .top_plank .top_learnbarrTLz6ud {
    font-size: 15px;
    line-height: 21px;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}header .top_plank .top_learnbarrTLz6ud div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}header .top_plank .top_learnbarrTLz6ud div img, header .top_plank .top_learnbarrTLz6ud div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.ty_messageJGFBpqH {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,231,223) 0%, rgb(166,204,193,0.5) 100%);
    padding: 5rem 0;
}.ty_messageJGFBpqH::before {
    width: 100%;
    opacity: 0.4;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    height: 100%;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(120,178,167,0.5) 0%, transparent 60%);
}.ty_messageJGFBpqH::after {
    height: 40%;
    opacity: 0.05;
    z-index: 0;
    width: 40%;
    transform: rotate(-5deg);
    bottom: -10px;
    right: -10px;
    position: absolute;
    content: "";
    filter: blur(20px);
    background: linear-gradient(225deg, rgb(166,204,193) 0%, transparent 80%);
}.ty_messageJGFBpqH .container {
    opacity: 0;
    margin: 0 auto;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    max-width: 1200px;
    position: relative;
    transform: translateY(20px);
    padding: 0 2rem;
}.ty_messageJGFBpqH h2 {
    margin-bottom: 3rem;
    font-weight: 700;
    max-width: 900px;
    letter-spacing: -0.02em;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    position: relative;
    color: #000000;
    font-size: 33px;
    line-height: 1.3;
}.ty_messageJGFBpqH h2::after {
    width: 80px;
    left: 50%;
    bottom: -15px;
    border-radius: 10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(166,204,193), rgb(120,178,167));
    position: absolute;
    content: "";
    transform: translateX(-50%);
}.ty_messageJGFBpqH .fast_study18LFgVR {
    border-radius: 10px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: translateY(0);
    background: #ffffff;
    position: relative;
}.ty_messageJGFBpqH .fast_study18LFgVR::before {
    content: "";
    position: absolute;
    width: 6px;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(166,204,193), rgb(120,178,167));
    top: 0;
}.ty_messageJGFBpqH .fast_study18LFgVR::after {
    opacity: 0.2;
    top: 10px;
    background: radial-gradient(circle, rgb(166,204,193,0.5) 0%, transparent 70%);
    width: 120px;
    border-radius: 50%;
    z-index: 0;
    content: "";
    height: 120px;
    position: absolute;
    right: 10px;
}.ty_messageJGFBpqH .fast_study18LFgVR:hover {
    transform: translateY(-5px);
}.ty_messageJGFBpqH ul {
    margin: 0;
    position: relative;
    list-style: none;
    z-index: 1;
    padding: 0;
}.ty_messageJGFBpqH li {
    padding-left: 2rem;
    position: relative;
}.ty_messageJGFBpqH li::before {
    opacity: 0;
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    content: "";
    top: 8px;
    left: 0;
    background: rgb(166,204,193);
    position: absolute;
    transform: scale(0);
}.ty_messageJGFBpqH li span {
    transform: translateY(10px);
    color: #000000;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.8;
    display: block;
    position: relative;
    opacity: 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.ty_messageJGFBpqH {
    padding: 4rem 0;
}.ty_messageJGFBpqH h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
}.ty_messageJGFBpqH .fast_study18LFgVR {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.ty_messageJGFBpqH {
    padding: 3rem 0;
}.ty_messageJGFBpqH h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
    line-height: 1.4;
}.ty_messageJGFBpqH h2::after {
    width: 60px;
    bottom: -12px;
}.ty_messageJGFBpqH .fast_study18LFgVR {
    padding: 2rem 1.5rem;
}.ty_messageJGFBpqH .fast_study18LFgVR::after {
    width: 80px;
    height: 80px;
}.ty_messageJGFBpqH li {
    padding-left: 1.5rem;
}
}

@media (max-width: 480px) {.ty_messageJGFBpqH {
    padding: 2.5rem 0;
}.ty_messageJGFBpqH .container {
    padding: 0 1.25rem;
}.ty_messageJGFBpqH h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.7);
}.ty_messageJGFBpqH h2::after {
    height: 2px;
    bottom: -10px;
    width: 50px;
}.ty_messageJGFBpqH .fast_study18LFgVR {
    padding: 1.5rem 1.25rem;
}.ty_messageJGFBpqH li span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}.developer_experienceS2bwXF4 {
    background: linear-gradient(
        125deg,
        rgb(210,231,223) 0%,
        rgb(210,231,223) 60%,
        rgb(166,204,193,0.5) 120%
    );
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.developer_experienceS2bwXF4::before {
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.03;
    left: 0;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgb(166,204,193,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(166,204,193,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(166,204,193,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(166,204,193,0.5) 75%);
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
}.developer_experienceS2bwXF4::after {
    top: -50%;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(166,204,193,0.5) 0%,
            transparent 60%
        );
    left: -50%;
    position: absolute;
    height: 200%;
    width: 200%;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    opacity: 0.2;
    content: "";
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.developer_experienceS2bwXF4 .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai {
    flex-direction: column;
    background: transparent;
    display: flex;
    overflow: visible;
    position: relative;
    align-items: center;
    border-radius: 11px;
    padding: 0;
}.developer_experienceS2bwXF4 .img_horizontalt8yKfPR {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-5deg);
    position: relative;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    width: 260px;
    z-index: 3;
    margin-bottom: 30px;
    border-radius: 20px;
    height: 260px;
}.developer_experienceS2bwXF4 .img_horizontalt8yKfPR::before {
    opacity: 0.3;
    inset: -10px;
    z-index: -1;
    position: absolute;
    border-radius: 30px;
    transform: rotate(5deg);
    background: linear-gradient(
        135deg,
        rgb(166,204,193,0.5) 0%,
        transparent 50%,
        rgb(120,178,167,0.5) 100%
    );
    content: "";
    transition: all 0.5s ease;
}.developer_experienceS2bwXF4 .img_horizontalt8yKfPR::after {
    content: "";
    z-index: -2;
    position: absolute;
    opacity: 0.05;
    inset: -20px;
    transition: all 0.5s ease;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(166,204,193,0.5) 10px,
            rgb(166,204,193,0.5) 11px
        );
    transform: rotate(10deg);
    border-radius: 40px;
}.developer_experienceS2bwXF4 .name {
    text-align: center;
    padding: 0 20px 15px;
    font-size: 44px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: #000000;
    z-index: 2;
    position: relative;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(166,204,193) 100%
    );
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    text-fill-color: transparent;
    font-weight: 700;
}.developer_experienceS2bwXF4 .name::after {
    width: 80px;
    content: "";
    height: 3px;
    border-radius: 3px;
    bottom: 0;
    background: linear-gradient(
        to right,
        rgb(166,204,193) 0%,
        rgb(120,178,167) 100%
    );
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai span:not(.name) {
    color: rgb(120,178,167);
    font-size: 18px;
    text-transform: uppercase;
    z-index: 2;
    transition: all 0.3s ease;
    letter-spacing: 3px;
    font-weight: 600;
    opacity: 0.8;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}.developer_experienceS2bwXF4 .career_section9vG2blh {
    line-height: 1.9;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    position: relative;
    max-width: 700px;
    font-size: 18px;
    color: #000000;
    background: #ffffff;
    margin: 0;
    width: 80%;
    padding: 40px 50px;
    text-align: center;
    border-radius: 11px;
    z-index: 1;
}.developer_experienceS2bwXF4 .career_section9vG2blh::before {
    background: 
        linear-gradient(45deg, rgb(166,204,193,0.5) 0%, transparent 100%);
    opacity: 0.2;
    top: 25px;
    border-radius: 0 0 10px 0;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 25px;
    content: "";
}.developer_experienceS2bwXF4 .career_section9vG2blh::after {
    bottom: 25px;
    width: 35px;
    position: absolute;
    right: 25px;
    opacity: 0.2;
    background: 
        linear-gradient(225deg, rgb(120,178,167,0.5) 0%, transparent 100%);
    height: 35px;
    border-radius: 0 0 0 10px;
    content: "";
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai::before {
    height: 300px;
    animation: morphing 15s infinite alternate ease-in-out;
    content: "";
    z-index: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    top: -70px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 300px;
    opacity: 0.1;
    background: 
        linear-gradient(
            135deg,
            rgb(166,204,193,0.5) 0%,
            transparent 100%
        );
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.developer_experienceS2bwXF4 .opinion_spotBQZAHai::after {
    left: 50%;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(120,178,167,0.5) 100%
        );
    z-index: 0;
    transform: translateX(-50%) rotate(-45deg);
    opacity: 0.08;
    position: absolute;
    width: 350px;
    top: -50px;
    content: "";
    height: 350px;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    animation: morphing 15s infinite alternate-reverse ease-in-out;
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai:hover .img_horizontalt8yKfPR {
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotate(0deg) translateY(-10px);
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai:hover .img_horizontalt8yKfPR::before {
    transform: rotate(0deg);
    opacity: 0.5;
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai:hover .img_horizontalt8yKfPR::after {
    transform: rotate(5deg);
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai:hover span:not(.name) {
    opacity: 1;
    letter-spacing: 5px;
}

@media (max-width: 991px) {.developer_experienceS2bwXF4 {
    padding: 80px 0;
}.developer_experienceS2bwXF4 .img_horizontalt8yKfPR {
    width: 220px;
    height: 220px;
    margin-bottom: 25px;
}.developer_experienceS2bwXF4 .name {
    margin-bottom: 12px;
    font-size: calc(44px * 0.9);
}.developer_experienceS2bwXF4 .career_section9vG2blh {
    width: 85%;
    padding: 35px 40px;
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai::before,
    .developer_experienceS2bwXF4 .opinion_spotBQZAHai::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.developer_experienceS2bwXF4 {
    padding: 60px 0;
}.developer_experienceS2bwXF4 .img_horizontalt8yKfPR {
    width: 180px;
    margin-bottom: 20px;
    height: 180px;
}.developer_experienceS2bwXF4 .name {
    padding: 0 15px 12px;
    margin-bottom: 10px;
    font-size: calc(44px * 0.8);
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai span:not(.name) {
    letter-spacing: 2px;
    font-size: calc(18px * 0.9);
    margin-bottom: 30px;
}.developer_experienceS2bwXF4 .career_section9vG2blh {
    font-size: calc(18px * 0.95);
    width: 90%;
    padding: 30px 35px;
}.developer_experienceS2bwXF4 .career_section9vG2blh::before,
    .developer_experienceS2bwXF4 .career_section9vG2blh::after {
    height: 25px;
    width: 25px;
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai::before,
    .developer_experienceS2bwXF4 .opinion_spotBQZAHai::after {
    height: 200px;
    width: 200px;
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.developer_experienceS2bwXF4 {
    padding: 50px 0;
}.developer_experienceS2bwXF4 .img_horizontalt8yKfPR {
    height: 150px;
    border-radius: 15px;
    margin-bottom: 15px;
    width: 150px;
}.developer_experienceS2bwXF4 .img_horizontalt8yKfPR::before {
    border-radius: 22px;
    inset: -8px;
}.developer_experienceS2bwXF4 .img_horizontalt8yKfPR::after {
    inset: -15px;
    border-radius: 30px;
}.developer_experienceS2bwXF4 .name {
    padding: 0 10px 10px;
    font-size: calc(44px * 0.7);
    margin-bottom: 8px;
}.developer_experienceS2bwXF4 .name::after {
    width: 60px;
    height: 2px;
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai span:not(.name) {
    font-size: calc(18px * 0.85);
    letter-spacing: 1px;
    margin-bottom: 25px;
}.developer_experienceS2bwXF4 .career_section9vG2blh {
    width: 100%;
    border-radius: 10px;
    padding: 25px 20px;
    font-size: calc(18px * 0.9);
}.developer_experienceS2bwXF4 .career_section9vG2blh::before,
    .developer_experienceS2bwXF4 .career_section9vG2blh::after {
    top: 15px;
    left: 15px;
    height: 20px;
    width: 20px;
}.developer_experienceS2bwXF4 .career_section9vG2blh::after {
    bottom: 15px;
    right: 15px;
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai::before,
    .developer_experienceS2bwXF4 .opinion_spotBQZAHai::after {
    height: 150px;
    width: 150px;
}.developer_experienceS2bwXF4 .opinion_spotBQZAHai:hover span:not(.name) {
    letter-spacing: 2px;
}}.contact_form_section6MgD5HW {
    background: linear-gradient(160deg, rgb(210,231,223) 0%, rgb(166,204,193,0.5) 100%);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}.contact_form_section6MgD5HW::before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.03;
    background: repeating-linear-gradient(
        -45deg,
        rgb(166,204,193,0.5),
        rgb(166,204,193,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.contact_form_section6MgD5HW .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.contact_form_section6MgD5HW h2 {
    position: relative;
    font-weight: 700;
    font-size: 41px;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
}.contact_form_section6MgD5HW .help_cardBivNdMY {
    max-width: 800px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    background: #ffffff;
    flex-direction: column;
    border-radius: 19px;
    display: flex;
    margin: 0 auto;
}.contact_form_section6MgD5HW .img_horizontalt8yKfPR {
    height: 200px;
    position: relative;
    width: 100%;
}.contact_form_section6MgD5HW .request_supportyZR3bpP {
    position: relative;
    width: 100%;
    padding: 50px;
}.contact_form_section6MgD5HW form {
    width: 100%;
}.contact_form_section6MgD5HW form h3 {
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    display: inline-block;
    color: #000000;
}.contact_form_section6MgD5HW form h3::after {
    left: 0;
    border-radius: 1.5px;
    width: 100%;
    bottom: -10px;
    background: rgb(166,204,193);
    content: "";
    height: 3px;
    position: absolute;
}.contact_form_section6MgD5HW form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    background: rgb(210,231,223);
    font-family: Arial, sans-serif;
    font-size: 13px;
    border-radius: 10px;
    border: 2px solid transparent;
    color: #000000;
}.contact_form_section6MgD5HW form input[type="text"]:focus {
    border-color: rgb(166,204,193);
    outline: none;
}.contact_form_section6MgD5HW form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_form_section6MgD5HW .request_requestxOSJ0GK {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_form_section6MgD5HW .request_requestxOSJ0GK input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_section6MgD5HW .request_requestxOSJ0GK label {
    cursor: pointer;
    line-height: 1.6;
    position: relative;
    font-size: 12px;
    padding-left: 35px;
    color: #000000;
}.contact_form_section6MgD5HW .request_requestxOSJ0GK label::before {
    width: 22px;
    content: "";
    border-radius: 10px;
    left: 0;
    position: absolute;
    background: rgb(210,231,223);
    transition: all 0.3s ease;
    top: 2px;
    height: 22px;
}.contact_form_section6MgD5HW .request_requestxOSJ0GK input[type="checkbox"]:checked + label::before {
    background: rgb(166,204,193);
}.contact_form_section6MgD5HW .request_requestxOSJ0GK input[type="checkbox"]:checked + label::after {
    height: 12px;
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
    width: 6px;
    border-right: 2px solid #ffffff;
    content: "";
    top: 5px;
    border-bottom: 2px solid #ffffff;
}.contact_form_section6MgD5HW .request_requestxOSJ0GK label a {
    color: rgb(166,204,193);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_form_section6MgD5HW .request_requestxOSJ0GK label a:hover {
    text-decoration: underline;
}.contact_form_section6MgD5HW form .support_messageoeYO0AP {
    text-align: center;
    font-size: 16px;
    position: relative;
    padding: 16px 20px;
    color: #ffffff;
    background: rgb(166,204,193);
    font-family: Arial, sans-serif;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
}.contact_form_section6MgD5HW form .support_messageoeYO0AP:hover {
    background: rgb(120,178,167);
}.contact_form_section6MgD5HW svg {
    height: 20px;
    width: 20px;
    fill: rgb(166,204,193);
}.contact_form_section6MgD5HW svg path {
    transition: fill 0.3s ease;
    fill: rgb(166,204,193);
}

@media screen and (min-width: 768px) {.contact_form_section6MgD5HW .help_cardBivNdMY {
    flex-direction: row;
    max-width: 1000px;
}.contact_form_section6MgD5HW .img_horizontalt8yKfPR {
    min-height: 400px;
    width: 40%;
    height: auto;
}.contact_form_section6MgD5HW .request_supportyZR3bpP {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_form_section6MgD5HW .img_horizontalt8yKfPR {
    width: 50%;
}.contact_form_section6MgD5HW .request_supportyZR3bpP {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.contact_form_section6MgD5HW .help_cardBivNdMY {
    max-width: 1100px;
}.contact_form_section6MgD5HW .img_horizontalt8yKfPR {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_form_section6MgD5HW {
    padding: 60px 0;
}.contact_form_section6MgD5HW h2 {
    font-size: calc(41px * 0.7);
    margin-bottom: 30px;
}.contact_form_section6MgD5HW .request_supportyZR3bpP {
    padding: 30px 20px;
}.contact_form_section6MgD5HW form h3 {
    font-size: calc(18px * 0.9);
}}.cookieNotificationBannersAOZf4E {
    background: rgb(210,231,223);
    width: 100%;
    border-top: 2px solid rgb(166,204,193);
    position: fixed;
    z-index: 90;
    bottom: 0;
}#cookieModalWindowXRuTArU {
    display: none;
}#cookieModalWindowXRuTArU:checked ~ .cookieNotificationBannersAOZf4E {
    visibility: hidden;
    opacity: 0;
}.edu_cookiejlpebDS {
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.cookieNotificationBannersAOZf4E h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieNotificationBannersAOZf4E p {
    font-size: 18px;
}.digital_consent2QuxAmP {
    margin-right: 10px;
    flex-shrink: 0;
}.digital_consent2QuxAmP svg, .digital_consent2QuxAmP svg path, .digital_consent2QuxAmP img {
    fill: rgb(166,204,193);
    width: 100px;
    height: 100px;
}.consent_ackkuXlCOo {
    text-decoration: none;
    font-size: 24px;
    color: rgb(166,204,193);
    margin-left: 10px;
    border-bottom: 2px solid rgb(166,204,193);
    cursor: pointer;
    white-space: nowrap;
    min-width: 120px;
    line-height: 35px;
    text-align: center;
    flex-shrink: 0;
}.cookieNotificationBannersAOZf4E p a {
    color: rgb(166,204,193);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieNotificationBannersAOZf4E {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.digital_consent2QuxAmP {
    display: none;
}.edu_cookiejlpebDS {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieNotificationBannersAOZf4E h5 {
    text-align: center;
}.cookieNotificationBannersAOZf4E p {
    text-align: center;
}.cookie_gatenuzfxZl {
    margin-bottom: 20px;
}body .wrap-structureQN30E2G .consent_ackkuXlCOo {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrap-structureQN30E2G .cookieNotificationBannersAOZf4E {
    box-shadow: rgb(120,178,167,0.5) 0px 0px 10px 10px;
    background: rgb(166,204,193);
}.wrap-structureQN30E2G .edu_cookiejlpebDS {
    justify-content: space-between;
    padding: 40px 0;
}.wrap-structureQN30E2G .consent_ackkuXlCOo {
    background: #ffffff;
    font-size: 20px;
    margin-left: 30px;
    border: none;
    padding: 10px;
    color: rgb(166,204,193);
}.wrap-structureQN30E2G .cookie_gatenuzfxZl {
    text-align: left;
    color: #ffffff;
}.wrap-structureQN30E2G .cookie_gatenuzfxZl h5 {
    font-weight: 700;
}.wrap-structureQN30E2G .cookie_gatenuzfxZl h5, .wrap-structureQN30E2G .cookie_gatenuzfxZl p {
    color: #ffffff;
}.wrap-structureQN30E2G .cookieNotificationBannersAOZf4E p a {
    color: rgb(120,178,167);
    text-decoration: underline;
}.about_thisSzhGVpy {
    background: linear-gradient(135deg, rgb(210,231,223), rgb(166,204,193,0.5) 85%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.about_thisSzhGVpy::before {
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(rgb(120,178,167), 0.03) 20px,
        rgba(rgb(120,178,167), 0.03) 40px
    );
    height: 100%;
    z-index: 0;
    left: 0;
}.about_thisSzhGVpy::after {
    transform: rotate(25deg);
    position: absolute;
    content: "";
    opacity: 0.4;
    background: linear-gradient(145deg, rgb(166,204,193,0.5) 10%, transparent 70%);
    right: -20%;
    z-index: 1;
    width: 70%;
    top: -50%;
    height: 200%;
}.about_thisSzhGVpy .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.about_thisSzhGVpy h1 {
    font-size: 45px;
    transform: translateX(-1rem);
    color: #000000;
    opacity: 0;
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
    animation: slideTitle 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 700;
}.about_thisSzhGVpy h1::after {
    background: linear-gradient(to right, rgb(166,204,193), rgb(120,178,167));
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    height: 4px;
}.about_thisSzhGVpy .learn_labhvGBjcp {
    position: relative;
}.about_thisSzhGVpy .learn_labhvGBjcp ul {
    list-style: none;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL {
    box-shadow: 0 15px 35px rgba(0, 0, 10, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.5) inset;
    padding: 2.5rem;
    opacity: 0;
    position: relative;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(166,204,193);
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.4s ease;
    transform: translateY(20px);
}.about_thisSzhGVpy .expert_sessionsHqNzFuL:nth-child(2) {
    animation-delay: 0.6s;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 40px rgba(0, 0, 10, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL::before {
    width: 100%;
    z-index: -1;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(120,178,167,0.5), 0.03) 100%);
    top: 0;
    left: 0;
    position: absolute;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL h4 {
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(166,204,193);
    font-size: calc(20px * 1.2);
    display: inline-block;
    margin-top: 0;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL h4::after {
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(120,178,167);
    width: 40px;
    bottom: -8px;
    left: 0;
    transition: width 0.4s ease;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL:hover h4::after {
    width: 100%;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL div {
    padding-right: 10px;
    line-height: 1.8;
    overflow-y: auto;
    max-height: 250px;
    position: relative;
    font-size: 14px;
    color: #000000;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL div::-webkit-scrollbar {
    width: 4px;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL div::-webkit-scrollbar-thumb {
    background: rgb(166,204,193,0.5);
    border-radius: 10px;
}

@keyframes slideTitle {
    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

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

@media (min-width: 768px) {.about_thisSzhGVpy {
    padding: 7rem 0;
}.about_thisSzhGVpy h1 {
    font-size: calc(45px * 1.2);
}.about_thisSzhGVpy .learn_labhvGBjcp ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL {
    padding: 3rem;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL div {
    max-height: 320px;
}
}

@media (min-width: 1200px) {.about_thisSzhGVpy {
    padding: 9rem 0;
}.about_thisSzhGVpy::after {
    right: -10%;
}.about_thisSzhGVpy .container {
    padding: 0 3rem;
}.about_thisSzhGVpy h1 {
    margin-bottom: 4rem;
}.about_thisSzhGVpy .learn_labhvGBjcp ul {
    gap: 3rem;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.about_thisSzhGVpy .expert_sessionsHqNzFuL:hover {
    transform: translateY(-10px) scale(1.02);
}.about_thisSzhGVpy .expert_sessionsHqNzFuL div {
    max-height: 350px;
}
}

@media (max-width: 767px) {.about_thisSzhGVpy {
    padding: 4rem 0;
}.about_thisSzhGVpy h1 {
    font-size: calc(45px * 0.9);
}.about_thisSzhGVpy .expert_sessionsHqNzFuL {
    margin-bottom: 2rem;
    padding: 2rem;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL h4 {
    font-size: 20px;
}.about_thisSzhGVpy .expert_sessionsHqNzFuL div {
    max-height: 200px;
    font-size: calc(14px * 0.95);
}}header {
    width: 100%;
    padding: 1.5rem 3%;
    background: linear-gradient(to right, rgb(166,204,193,0.5), rgb(120,178,167,0.5));
    z-index: 100;
    position: relative;
}header::before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0.5rem;
    position: absolute;
    border-radius: 10px;
    z-index: 0;
    content: '';
    top: 0.5rem;
    pointer-events: none;
    bottom: 0.5rem;
    right: 0.5rem;
}header::after {
    height: 100%;
    content: '';
    top: 0;
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    width: 100%;
    left: 0;
}header .container {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
}header .top_bar51ufpPk {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    display: flex;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    flex-direction: column;
}header .top_bar51ufpPk::before {
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom, rgb(166,204,193), rgb(120,178,167));
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
}header .top_bar51ufpPk::after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(120,178,167), rgb(166,204,193));
    right: 0;
    width: 5px;
}header .nav_wrapKqubRhJ {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 0 1rem 0;
    text-decoration: none;
}header .nav_wrapKqubRhJ::after {
    position: absolute;
    width: 80px;
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    background: rgb(166,204,193,0.5);
    left: 50%;
    height: 1px;
}header .nav_wrapKqubRhJ svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
    width: 170px;
    height: auto;
}header .nav_wrapKqubRhJ:hover svg {
    transform: scale(1.03);
}header .nav_pagetB8A3jT {
    width: 100%;
    max-width: 90%;
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    padding-top: 1rem;
    flex-wrap: wrap;
}header .nav_maina8qOKsE {
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 0.7rem 1.3rem;
    text-decoration: none;
    font-family: Arial, sans-serif;
    z-index: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    color: #000000;
    background: rgb(210,231,223);
}header .nav_maina8qOKsE::before {
    left: 0;
    z-index: -1;
    content: '';
    transition: width 0.3s ease;
    top: 0;
    position: absolute;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(166,204,193), rgb(120,178,167));
    border-radius: 10px 0 0 10px;
}header .nav_maina8qOKsE:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .nav_maina8qOKsE:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .top_bar51ufpPk {
    padding: 1.2rem;
}header .nav_wrapKqubRhJ {
    padding: 0 0 0.8rem 0;
}header .nav_wrapKqubRhJ svg {
    width: 150px;
}header .nav_pagetB8A3jT {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .nav_maina8qOKsE {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .top_bar51ufpPk {
    padding: 1rem;
}header .nav_wrapKqubRhJ {
    padding: 0 0 0.7rem 0;
}header .nav_wrapKqubRhJ svg {
    width: 130px;
}header .nav_pagetB8A3jT {
    gap: 0.5rem;
    padding-top: 0.7rem;
    max-width: 95%;
}header .nav_maina8qOKsE {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .top_bar51ufpPk {
    padding: 0.8rem 0.8rem 1rem;
}header .nav_wrapKqubRhJ {
    padding: 0 0 0.6rem 0;
}header .nav_wrapKqubRhJ svg {
    width: 120px;
}header .nav_pagetB8A3jT {
    padding-top: 0.6rem;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.3rem;
    flex-wrap: nowrap;
}header .nav_pagetB8A3jT::-webkit-scrollbar {
    height: 3px;
}header .nav_pagetB8A3jT::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(166,204,193);
}header .nav_maina8qOKsE {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 3px;
}}.course_programmdohWn7 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,231,223) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 120px 0;
}.course_programmdohWn7::before {
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(166,204,193,0.5) 0%, transparent 70%);
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.15;
}.course_programmdohWn7::after {
    width: 200px;
    right: -50px;
    content: "";
    height: 200px;
    bottom: -50px;
    animation: rotate 30s linear infinite;
    border: 1px solid rgb(120,178,167,0.5);
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.2;
}.course_programmdohWn7 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.course_programmdohWn7 h2 {
    font-size: 35px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    display: inline-block;
}.course_programmdohWn7 h2::after {
    height: 3px;
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(166,204,193) 0%, transparent 100%);
    position: absolute;
    bottom: -15px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(0.8);
    width: 60%;
    content: "";
}.course_programmdohWn7 h2:hover::after {
    transform: scaleX(1);
}.course_programmdohWn7 .knowledge_guidedRzkMe9 {
    gap: 40px;
    display: flex;
    transform-style: preserve-3d;
    position: relative;
}.course_programmdohWn7 .img_horizontalt8yKfPR {
    overflow: hidden;
    position: relative;
    flex: 0 0 45%;
    height: 500px;
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.course_programmdohWn7 .img_horizontalt8yKfPR::before {
    width: 100%;
    top: 0;
    transition: opacity 0.5s ease;
    opacity: 0.3;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(225deg, rgb(166,204,193,0.5) 0%, transparent 70%);
    left: 0;
}.course_programmdohWn7 .img_horizontalt8yKfPR:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}.course_programmdohWn7 .img_horizontalt8yKfPR:hover::before {
    opacity: 0.5;
}.course_programmdohWn7 .text_drawer8lDv4cX {
    scrollbar-color: rgb(120,178,167,0.5) transparent;
    scrollbar-width: thin;
    max-height: 500px;
    transform: translateZ(10px);
    overflow-y: auto;
    flex: 0 0 50%;
    padding-right: 20px;
}.course_programmdohWn7 .text_drawer8lDv4cX::-webkit-scrollbar {
    width: 5px;
}.course_programmdohWn7 .text_drawer8lDv4cX::-webkit-scrollbar-track {
    background: transparent;
}.course_programmdohWn7 .text_drawer8lDv4cX::-webkit-scrollbar-thumb {
    background-color: rgb(120,178,167,0.5);
    border-radius: 10px;
}.course_programmdohWn7 .description {
    position: relative;
    transform: translateY(0);
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
    color: #000000;
    transition: transform 0.4s ease-out;
}.course_programmdohWn7 .description:first-of-type {
    position: relative;
}.course_programmdohWn7 .description:first-of-type::first-letter {
    font-size: 1.6em;
    font-weight: 600;
    margin-right: 2px;
    color: rgb(166,204,193);
}.course_programmdohWn7 .description:last-of-type {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgb(120,178,167,0.5);
}

@media (max-width: 992px) {.course_programmdohWn7 {
    padding: 80px 0;
}.course_programmdohWn7 h2 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.9);
}.course_programmdohWn7 .knowledge_guidedRzkMe9 {
    gap: 30px;
    flex-direction: column;
}.course_programmdohWn7 .img_horizontalt8yKfPR {
    flex: 0 0 auto;
    height: 350px;
    width: 100%;
}.course_programmdohWn7 .text_drawer8lDv4cX {
    flex: 0 0 auto;
    max-height: 400px;
    padding-right: 10px;
    width: 100%;
}
}

@media (max-width: 768px) {.course_programmdohWn7 {
    padding: 60px 0;
}.course_programmdohWn7 h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.8);
}.course_programmdohWn7 .img_horizontalt8yKfPR {
    height: 280px;
}.course_programmdohWn7 .text_drawer8lDv4cX {
    max-height: 350px;
}.course_programmdohWn7 .description {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.course_programmdohWn7 {
    padding: 50px 0;
}.course_programmdohWn7 h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
}.course_programmdohWn7 .img_horizontalt8yKfPR {
    height: 220px;
}.course_programmdohWn7 .text_drawer8lDv4cX {
    max-height: 300px;
}.course_programmdohWn7 .description {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}.privacy_refugebqdVi1L {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(210,231,223) 0%, rgba(255,255,255,0.96) 100%);
    padding: 5rem 2rem;
}.privacy_refugebqdVi1L::before {
    background: 
        radial-gradient(circle at 100% 0%, rgb(166,204,193,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(120,178,167,0.5) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 0;
    opacity: 0.15;
    top: 0;
    left: 0;
    content: "";
}.privacy_refugebqdVi1L .container {
    padding: 3rem;
    border-left: 4px solid rgb(166,204,193);
    max-width: 1140px;
    position: relative;
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    transform: translateZ(0);
    z-index: 1;
}.privacy_refugebqdVi1L h1 {
    padding-bottom: 1rem;
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
    transform: translateX(0);
    transition: transform 0.5s ease-out;
    font-size: 42px;
}.privacy_refugebqdVi1L h1::after {
    height: 3px;
    left: 0;
    content: "";
    bottom: 0;
    transition: width 0.5s ease-out;
    background: linear-gradient(to right, rgb(166,204,193), rgb(120,178,167));
    width: 80px;
    position: absolute;
}.privacy_refugebqdVi1L h1:hover {
    transform: translateX(5px);
}.privacy_refugebqdVi1L h1:hover::after {
    width: 120px;
}.privacy_refugebqdVi1L h2 {
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    padding-left: 1rem;
    border-left: 3px solid rgb(120,178,167);
    color: #000000;
    position: relative;
    font-size: 31px;
}.privacy_refugebqdVi1L h3 {
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    position: relative;
    font-size: calc(31px * 0.8);
    border-left: 2px solid rgb(120,178,167,0.5);
}.privacy_refugebqdVi1L h4 {
    padding-left: 0.75rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(31px * 0.7);
    border-left: 1px solid rgb(120,178,167,0.5);
    position: relative;
    margin: 1.5rem 0 1rem;
}.privacy_refugebqdVi1L p {
    padding-right: 1rem;
    line-height: 1.7;
    font-size: 14px;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    color: #000000;
    transition: transform 0.4s ease;
}.privacy_refugebqdVi1L p:hover {
    transform: translateX(5px);
}.privacy_refugebqdVi1L strong {
    position: relative;
    font-weight: 700;
    color: rgb(166,204,193);
}.privacy_refugebqdVi1L strong::after {
    width: 0;
    height: 1px;
    bottom: -2px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    background: rgb(166,204,193);
    position: absolute;
}.privacy_refugebqdVi1L p:hover strong::after {
    width: 100%;
}.privacy_refugebqdVi1L ul {
    padding-left: 0;
    margin: 1.5rem 0 2rem 1rem;
}.privacy_refugebqdVi1L li {
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    position: relative;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    list-style-type: none;
    padding-left: 1.5rem;
    color: #000000;
}.privacy_refugebqdVi1L li::before {
    width: 8px;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(166,204,193), rgb(120,178,167));
    top: 0.6rem;
    transform: rotate(45deg);
    height: 8px;
    left: 0;
    transition: transform 0.3s ease;
}.privacy_refugebqdVi1L li:hover {
    transform: translateX(8px);
}.privacy_refugebqdVi1L li:hover::before {
    transform: rotate(225deg);
}.privacy_refugebqdVi1L span {
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease-out, background 0.3s ease;
    transform: perspective(1000px) rotateX(0);
    margin-bottom: 1.5rem;
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(210,231,223), 0.3), transparent);
    border-left: 2px solid rgb(120,178,167,0.5);
    font-size: calc(14px * 0.95);
    padding: 0.75rem 1rem;
    display: block;
    line-height: 1.7;
}.privacy_refugebqdVi1L span:hover {
    transform: perspective(1000px) rotateX(1deg);
    background: linear-gradient(to right, rgba(rgb(210,231,223), 0.5), transparent);
}

@media (max-width: 991px) {.privacy_refugebqdVi1L {
    padding: 4rem 1.5rem;
}.privacy_refugebqdVi1L .container {
    padding: 2.5rem 2rem;
}.privacy_refugebqdVi1L h1 {
    font-size: calc(42px * 0.9);
}.privacy_refugebqdVi1L h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 767px) {.privacy_refugebqdVi1L {
    padding: 3rem 1rem;
}.privacy_refugebqdVi1L .container {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}.privacy_refugebqdVi1L h1 {
    font-size: calc(42px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_refugebqdVi1L h2 {
    margin: 2rem 0 1rem;
    font-size: calc(31px * 0.8);
}.privacy_refugebqdVi1L h3 {
    font-size: calc(31px * 0.7);
}.privacy_refugebqdVi1L h4 {
    font-size: calc(31px * 0.6);
}.privacy_refugebqdVi1L ul {
    margin-left: 0.5rem;
}.privacy_refugebqdVi1L li {
    padding-left: 1.25rem;
}.privacy_refugebqdVi1L p, .privacy_refugebqdVi1L span, .privacy_refugebqdVi1L li {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.privacy_refugebqdVi1L {
    padding: 2rem 0.75rem;
}.privacy_refugebqdVi1L .container {
    padding: 1.5rem 1rem;
}.privacy_refugebqdVi1L h1 {
    font-size: calc(42px * 0.7);
}.privacy_refugebqdVi1L h2 {
    font-size: calc(31px * 0.7);
    padding-left: 0.75rem;
}.privacy_refugebqdVi1L h3, .privacy_refugebqdVi1L h4 {
    padding-left: 0.5rem;
}.privacy_refugebqdVi1L p, .privacy_refugebqdVi1L span, .privacy_refugebqdVi1L li {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.privacy_refugebqdVi1L li {
    padding-left: 1rem;
}.privacy_refugebqdVi1L li::before {
    width: 6px;
    height: 6px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    background: linear-gradient(to right, rgb(120,178,167), rgb(166,204,193));
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    opacity: 0.9;
    right: 0;
}footer::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    content: "";
    right: 0;
    top: 0;
}.access_ctaskSHjx4 {
    padding: 5rem 0 2rem;
    position: relative;
    color: #ffffff;
}.access_ctaskSHjx4::before {
    left: 0;
    top: 0;
    height: 10px;
    background: linear-gradient(90deg, rgb(166,204,193), rgb(120,178,167), rgb(166,204,193));
    position: absolute;
    width: 100%;
    content: "";
}.access_ctaskSHjx4 .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    gap: 2rem;
    position: relative;
}.access_ctaskSHjx4 .company_holder {
    grid-column: span 5;
    padding: 0;
    position: relative;
}.access_ctaskSHjx4 .company_holder h3 {
    margin: 0 0 1.5rem;
    color: #ffffff;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    font-size: 31px;
    font-weight: 700;
}.access_ctaskSHjx4 .company_holder h3::after {
    content: "";
    left: 0;
    width: 80px;
    background: #ffffff;
    bottom: -2px;
    position: absolute;
    height: 2px;
}.access_ctaskSHjx4 .flag_content2E7BVof {
    margin-top: 1.5rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    color: #ffffff;
    padding: 0 0 0 1.5rem;
}.access_ctaskSHjx4 .linkedin_refq1WaXMV {
    grid-column: span 7;
}.access_ctaskSHjx4 .head_wrapqX6KCdb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.access_ctaskSHjx4 .nav_pagetB8A3jT {
    position: relative;
}.access_ctaskSHjx4 .nav_pagetB8A3jT h5 {
    margin: 0 0 1.5rem;
    padding-bottom: 0.8rem;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    font-weight: 600;
    font-size: 24px;
}.access_ctaskSHjx4 .nav_pagetB8A3jT h5::after {
    height: 2px;
    position: absolute;
    background: #ffffff;
    width: 40px;
    bottom: -2px;
    content: "";
    left: 0;
}.access_ctaskSHjx4 .nav_pagetB8A3jT .head_wrapqX6KCdb {
    display: grid;
    gap: 1rem;
}.access_ctaskSHjx4 .nav_pagetB8A3jT .head_wrapqX6KCdb a {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
}.access_ctaskSHjx4 .nav_pagetB8A3jT .head_wrapqX6KCdb a::after {
    content: "\2192";
    margin-left: 0.5rem;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}.access_ctaskSHjx4 .nav_pagetB8A3jT .head_wrapqX6KCdb a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.access_ctaskSHjx4 .nav_pagetB8A3jT .head_wrapqX6KCdb a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.skill_testR8cNXu4 {
    padding: 2rem 0;
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.skill_testR8cNXu4 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.skill_testR8cNXu4 .recycle_infoajdwV6O {
    position: relative;
    opacity: 0.9;
    color: #ffffff;
    padding: 0 1rem;
    font-size: 12px;
    text-align: center;
}.access_ctaskSHjx4::after {
    width: 50px;
    position: absolute;
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    right: 2rem;
    top: 2rem;
}.access_ctaskSHjx4 .company_holder::before {
    width: 50px;
    left: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    top: 0;
    position: absolute;
    content: "";
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}.access_ctaskSHjx4 .company_holder::after {
    left: 0;
    bottom: 0;
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    position: absolute;
    width: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}.access_ctaskSHjx4 .linkedin_refq1WaXMV::after {
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    height: 50px;
    width: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
}

@media (max-width: 1200px) {.access_ctaskSHjx4 .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.access_ctaskSHjx4 {
    padding: 4rem 0 2rem;
}.access_ctaskSHjx4 .container {
    grid-template-columns: 1fr;
}.access_ctaskSHjx4 .company_holder,
    .access_ctaskSHjx4 .linkedin_refq1WaXMV {
    grid-column: span 12;
}.access_ctaskSHjx4 .company_holder {
    margin-bottom: 2rem;
}.access_ctaskSHjx4::after,
    .access_ctaskSHjx4 .company_holder::before,
    .access_ctaskSHjx4 .company_holder::after,
    .access_ctaskSHjx4 .linkedin_refq1WaXMV::after {
    display: none;
}
}

@media (max-width: 768px) {.access_ctaskSHjx4 {
    padding: 3rem 0 1.5rem;
}.access_ctaskSHjx4 .head_wrapqX6KCdb {
    gap: 1.5rem;
}.access_ctaskSHjx4 .company_holder h3 {
    font-size: calc(31px - 2px);
}.skill_testR8cNXu4 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.access_ctaskSHjx4 {
    padding: 2.5rem 0 1rem;
}.access_ctaskSHjx4 .head_wrapqX6KCdb {
    grid-template-columns: 1fr;
    gap: 2rem;
}.access_ctaskSHjx4 .flag_content2E7BVof {
    padding-left: 1rem;
}.skill_testR8cNXu4 {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.access_ctaskSHjx4 .company_holder h3::after,
    .access_ctaskSHjx4 .nav_pagetB8A3jT h5::after {
    width: 30px;
}.access_ctaskSHjx4 .nav_pagetB8A3jT .head_wrapqX6KCdb a:hover {
    padding-left: 0.3rem;
}}.potential_studentsAnLaDqG {
    z-index: 1;
    background: rgb(210,231,223);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.potential_studentsAnLaDqG::before {
    background: linear-gradient(135deg, 
        transparent 0%,
        rgba(rgb(120,178,167,0.5), 0.05) 25%, 
        transparent 35%,
        rgba(rgb(166,204,193,0.5), 0.05) 50%,
        transparent 65%,
        rgba(rgb(120,178,167,0.5), 0.05) 75%,
        transparent 100%
    );
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}.potential_studentsAnLaDqG::after {
    z-index: -1;
    background-image: 
        radial-gradient(rgba(rgb(166,204,193,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(120,178,167,0.5), 0.1) 2px, transparent 2px);
    background-size: 50px 50px, 100px 100px;
    width: 100%;
    background-position: 0 0, 25px 25px;
    position: absolute;
    opacity: 0.5;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
}.potential_studentsAnLaDqG .fast_study18LFgVR {
    max-width: 1100px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}.potential_studentsAnLaDqG h3 {
    margin-bottom: 3rem;
    font-size: 33px;
    font-weight: 700;
    text-align: left;
    position: relative;
    padding-left: 2rem;
    color: rgb(120,178,167);
}.potential_studentsAnLaDqG h3::before {
    background: linear-gradient(
        to bottom,
        rgb(120,178,167),
        rgb(166,204,193)
    );
    left: 0;
    width: 5px;
    height: 100%;
    top: 0;
    border-radius: 10px;
    content: "";
    position: absolute;
}.potential_studentsAnLaDqG ul {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
    gap: 2rem 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.potential_studentsAnLaDqG ul::before {
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(166,204,193,0.5), 0.3),
        transparent
    );
    left: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    width: 1px;
    content: "";
    z-index: -1;
}.potential_studentsAnLaDqG li {
    display: flex;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(120,178,167,0.5), 0.1);
    padding: 1.5rem;
    background: rgba(rgb(120,178,167,0.5), 0.03);
    align-items: flex-start;
    border-radius: 22px;
    position: relative;
    transition: all 0.3s ease;
}.potential_studentsAnLaDqG li::before {
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(166,204,193,0.5), 0.5),
        transparent
    );
    opacity: 0;
    right: 0;
    height: 4px;
    transition: opacity 0.4s ease;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    content: "";
}.potential_studentsAnLaDqG li::after {
    content: "";
    left: -10px;
    z-index: -1;
    position: absolute;
    background: radial-gradient(
        circle,
        rgba(rgb(166,204,193,0.5), 0.15) 0%,
        transparent 70%
    );
    width: 40px;
    height: 40px;
    top: -10px;
    border-radius: 50%;
}.potential_studentsAnLaDqG li:hover {
    box-shadow: 
        0 10px 25px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(rgb(166,204,193,0.5), 0.2);
    background: rgba(rgb(120,178,167,0.5), 0.05);
    transform: translateY(-5px);
}.potential_studentsAnLaDqG li:hover::before {
    opacity: 1;
}.potential_studentsAnLaDqG li:nth-child(odd)::after {
    left: auto;
    animation: pulseEven 3s infinite alternate ease-in-out;
    right: -10px;
}.potential_studentsAnLaDqG li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}.potential_studentsAnLaDqG li svg {
    position: relative;
    margin-right: 1rem;
    width: 32px;
    transition: all 0.3s ease;
    height: 32px;
    fill: rgb(166,204,193);
    flex-shrink: 0;
}.potential_studentsAnLaDqG li svg::after {
    z-index: -1;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(rgb(166,204,193,0.5), 0.3) 0%,
        transparent 70%
    );
    position: absolute;
    content: "";
    width: 100%;
}.potential_studentsAnLaDqG li svg path {
    fill: rgb(166,204,193);
    transition: fill 0.3s ease;
}.potential_studentsAnLaDqG li:hover svg {
    animation: pulse 2s infinite;
    transform: scale(1.1);
}.potential_studentsAnLaDqG li:hover svg path {
    fill: rgb(166,204,193);
}.potential_studentsAnLaDqG li {
    color: #000000;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 400;
}

@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(166,204,193,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(166,204,193,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(166,204,193,0.5), 0.5));
    }
}

@keyframes pulseOdd {
    0% {
        opacity: 0.4;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}

@media (max-width: 992px) {.potential_studentsAnLaDqG {
    padding: 4rem 0;
}.potential_studentsAnLaDqG h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
}.potential_studentsAnLaDqG ul {
    gap: 1.5rem 1.2rem;
}
}

@media (max-width: 768px) {.potential_studentsAnLaDqG {
    padding: 3.5rem 0;
}.potential_studentsAnLaDqG .fast_study18LFgVR {
    padding: 0 1.5rem;
}.potential_studentsAnLaDqG h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
    padding-left: 0;
    text-align: center;
}.potential_studentsAnLaDqG h3::before {
    bottom: -12px;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    height: 4px;
    top: auto;
}.potential_studentsAnLaDqG ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential_studentsAnLaDqG ul::before {
    display: none;
}
}

@media (max-width: 480px) {.potential_studentsAnLaDqG {
    padding: 3rem 0;
}.potential_studentsAnLaDqG .fast_study18LFgVR {
    padding: 0 1rem;
}.potential_studentsAnLaDqG h3 {
    margin-bottom: 1.8rem;
    font-size: calc(33px * 0.7);
}.potential_studentsAnLaDqG h3::before {
    width: 60px;
    height: 3px;
}.potential_studentsAnLaDqG li {
    padding: 1.2rem;
}.potential_studentsAnLaDqG li svg {
    height: 28px;
    margin-right: 0.8rem;
    width: 28px;
}.potential_studentsAnLaDqG li::after {
    left: -8px;
    top: -8px;
    width: 30px;
    height: 30px;
}}.landing_pagex9INaZH {
    position: relative;
    width: 100%;
    overflow: hidden;
}.landing_pagex9INaZH .main_open1p7d2RO {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    padding: 2rem;
}.landing_pagex9INaZH .main_open1p7d2RO::before {
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, 
        rgb(166,204,193,0.5) 0%, 
        rgba(0,0,0,0.7) 60%, 
        rgb(120,178,167,0.5) 100%);
    position: absolute;
}.landing_pagex9INaZH .main_open1p7d2RO::after {
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.05) 75%);
    position: absolute;
    background-size: 20px 20px;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    opacity: 0.15;
    top: 0;
}.landing_pagex9INaZH .skill_studiobfgkXxG {
    transform: translateY(2vh);
    border-left: 3px solid rgb(120,178,167);
    backdrop-filter: blur(8px);
    background: linear-gradient(165deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 40%, 
        rgba(255,255,255,0) 100%);
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.1);
    opacity: 0;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2),
                0 5px 15px rgba(0,0,0,0.1),
                0 1px 2px rgba(255,255,255,0.05);
    animation: slideUpFade 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    max-width: 900px;
    padding: 3rem 2rem;
}.landing_pagex9INaZH .skill_studiobfgkXxG::before {
    right: -20px;
    position: absolute;
    border-top: 4px solid rgb(120,178,167);
    border-right: 4px solid rgb(120,178,167);
    opacity: 0;
    animation: appearFade 0.8s ease-out 1s forwards;
    content: "";
    top: -20px;
    width: 80px;
    height: 80px;
}.landing_pagex9INaZH .skill_studiobfgkXxG::after {
    content: "";
    width: 80px;
    animation: appearFade 0.8s ease-out 1.2s forwards;
    bottom: -20px;
    border-left: 4px solid rgb(120,178,167);
    height: 80px;
    left: -20px;
    opacity: 0;
    border-bottom: 4px solid rgb(120,178,167);
    position: absolute;
}.landing_pagex9INaZH h1 {
    font-weight: 700;
    line-height: 1.1;
    animation: slideRightFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.3s forwards;
    color: #ffffff;
    transform: translateX(-30px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.2),
                 0 8px 16px rgba(0,0,0,0.1);
    opacity: 0;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(38px * 1.2);
    letter-spacing: -0.02em;
}.landing_pagex9INaZH h1::after {
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, 
        rgb(120,178,167) 0%, 
        rgb(166,204,193) 100%);
    animation: lineExpand 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
}.landing_pagex9INaZH h3 {
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
    font-size: calc(20px * 1.1);
    position: relative;
    animation: slideRightFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.6s forwards;
    font-weight: 600;
    padding-left: 1rem;
    opacity: 0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    line-height: 1.4;
}.landing_pagex9INaZH h3::before {
    transform-origin: top;
    animation: scaleVertical 0.6s ease-out 0.9s forwards;
    background: rgb(120,178,167);
    bottom: 0;
    transform: scaleY(0);
    top: 0;
    opacity: 0.8;
    width: 3px;
    content: "";
    left: 0;
    position: absolute;
}.landing_pagex9INaZH p {
    line-height: 1.6;
    transform: translateY(20px);
    color: #ffffff;
    padding-left: 2rem;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-top: 2rem;
    opacity: 0;
    position: relative;
    animation: slideUpFade 0.8s cubic-bezier(0.17, 0.67, 0.45, 1) 0.9s forwards;
    max-width: 90%;
}.landing_pagex9INaZH p::before {
    content: "";
    height: 1px;
    transform-origin: left;
    transform: scaleX(0);
    top: 50%;
    animation: scaleHorizontal 0.6s ease-out 1.2s forwards;
    position: absolute;
    width: 1.5rem;
    background: rgb(120,178,167);
    left: 0;
}

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

@keyframes slideRightFade {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 60%;
    }
}

@keyframes scaleVertical {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

@keyframes appearFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.6;
    }
}

@media screen and (max-width: 1200px) {.landing_pagex9INaZH .skill_studiobfgkXxG {
    padding: 2.5rem 1.5rem;
    max-width: 800px;
}.landing_pagex9INaZH h1 {
    font-size: calc(38px * 1.1);
}.landing_pagex9INaZH h3 {
    font-size: 20px;
}
}

@media screen and (max-width: 992px) {.landing_pagex9INaZH .main_open1p7d2RO {
    min-height: 90vh;
    padding: 1.5rem;
}.landing_pagex9INaZH .skill_studiobfgkXxG {
    max-width: 700px;
    padding: 2rem 1.5rem;
}.landing_pagex9INaZH h1 {
    font-size: 38px;
}.landing_pagex9INaZH h1::after {
    height: 2px;
    bottom: -8px;
}.landing_pagex9INaZH h3 {
    font-size: calc(20px * 0.95);
}.landing_pagex9INaZH p {
    max-width: 95%;
}
}

@media screen and (max-width: 768px) {.landing_pagex9INaZH .main_open1p7d2RO {
    min-height: 80vh;
    padding: 1rem;
}.landing_pagex9INaZH .skill_studiobfgkXxG {
    padding: 1.8rem 1.2rem;
    max-width: 100%;
}.landing_pagex9INaZH h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.2rem;
}.landing_pagex9INaZH h3 {
    margin-bottom: 1.2rem;
    font-size: calc(20px * 0.9);
}.landing_pagex9INaZH p {
    max-width: 100%;
    margin-top: 1.5rem;
    font-size: calc(16px * 0.95);
}.landing_pagex9INaZH .skill_studiobfgkXxG::before,
    .landing_pagex9INaZH .skill_studiobfgkXxG::after {
    width: 60px;
    height: 60px;
}
}

@media screen and (max-width: 576px) {.landing_pagex9INaZH .main_open1p7d2RO {
    min-height: 70vh;
}.landing_pagex9INaZH .skill_studiobfgkXxG {
    padding: 1.5rem 1rem;
}.landing_pagex9INaZH h1 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.8);
}.landing_pagex9INaZH h1::after {
    height: 2px;
    bottom: -6px;
}.landing_pagex9INaZH h3 {
    padding-left: 0.8rem;
    font-size: calc(20px * 0.85);
}.landing_pagex9INaZH h3::before {
    width: 2px;
}.landing_pagex9INaZH p {
    font-size: calc(16px * 0.9);
    margin-top: 1.2rem;
    padding-left: 1.5rem;
}.landing_pagex9INaZH p::before {
    width: 1.2rem;
}.landing_pagex9INaZH .skill_studiobfgkXxG::before,
    .landing_pagex9INaZH .skill_studiobfgkXxG::after {
    width: 50px;
    height: 50px;
    border-width: 3px;
}
}

@media screen and (max-width: 480px) {.landing_pagex9INaZH .main_open1p7d2RO {
    min-height: 60vh;
}.landing_pagex9INaZH .skill_studiobfgkXxG {
    padding: 1.2rem 0.8rem;
}.landing_pagex9INaZH h1 {
    font-size: calc(38px * 0.7);
}.landing_pagex9INaZH h3 {
    font-size: calc(20px * 0.8);
}.landing_pagex9INaZH p {
    font-size: calc(16px * 0.85);
}}.followOk1FGEU {
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(166,204,193,0.5) 0%, rgb(210,231,223) 50%, rgba(0, 0, 0, 0.5) 100%);
}.followOk1FGEU::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 70% 20%, rgb(120,178,167,0.5) 0%, transparent 30%),
        radial-gradient(circle at 30% 70%, rgb(166,204,193,0.5) 0%, transparent 25%);
    filter: blur(40px);
}.followOk1FGEU .fast_study18LFgVR {
    z-index: 1;
    max-width: 1200px;
    perspective: 1500px;
    margin: 0 auto;
    position: relative;
}.followOk1FGEU .inquiry_widgetANiraon {
    background: rgba(255, 255, 255, 0.05);
    margin: 0 auto;
    padding: 3rem;
    max-width: 800px;
    border-radius: 14px;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: rotateX(10deg) rotateY(-5deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 90%;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
}.followOk1FGEU .inquiry_widgetANiraon:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: rotateX(0deg) rotateY(0deg);
}.followOk1FGEU h3 {
    font-size: 38px;
    width: fit-content;
    color: #ffffff;
    transform: translateZ(30px);
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
}.followOk1FGEU h3::before {
    left: 0;
    transform: translateZ(35px);
    background: linear-gradient(90deg, rgb(166,204,193), transparent);
    width: 50%;
    bottom: -10px;
    content: "";
    position: absolute;
    height: 3px;
}.followOk1FGEU .input_holder {
    transform: translateZ(20px);
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
}.followOk1FGEU input[type="email"] {
    margin-bottom: 1.5rem;
    width: 100%;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.2rem 1.5rem;
    font-size: 17px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}.followOk1FGEU input[type="email"]:focus {
    border-color: rgb(166,204,193);
    transform: translateZ(40px) scale(1.02);
    box-shadow: 0 5px 20px rgb(166,204,193,0.5);
    outline: none;
}.followOk1FGEU input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.followOk1FGEU .new_beginningstvC1WaQ {
    transform: translateZ(20px) translateX(0);
    align-self: flex-start;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    overflow: hidden;
    border: none;
    background: rgb(166,204,193);
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    padding: 1.2rem 2.5rem;
    cursor: pointer;
}.followOk1FGEU .new_beginningstvC1WaQ::before {
    transition: all 0.5s ease;
    transform: rotate(45deg);
    content: "";
    width: 120%;
    position: absolute;
    left: -150%;
    top: -10%;
    height: 120%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}.followOk1FGEU .new_beginningstvC1WaQ:hover {
    background: linear-gradient(to right, rgb(166,204,193), rgb(120,178,167));
    transform: translateZ(40px) translateX(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}.followOk1FGEU .new_beginningstvC1WaQ:hover::before {
    left: 150%;
}

@media (min-width: 768px) {.followOk1FGEU {
    padding: 7rem 3rem;
}.followOk1FGEU .inquiry_widgetANiraon {
    padding: 4rem;
}.followOk1FGEU .input_holder {
    gap: 1.5rem;
    align-items: center;
    flex-direction: row;
}.followOk1FGEU input[type="email"] {
    flex: 1;
    margin-bottom: 0;
}.followOk1FGEU .new_beginningstvC1WaQ {
    align-self: center;
}
}

@media (max-width: 767px) {.followOk1FGEU {
    padding: 4rem 1.5rem;
}.followOk1FGEU h3 {
    transform: translateZ(20px);
    font-size: 23px;
}.followOk1FGEU .inquiry_widgetANiraon {
    transform: rotateX(5deg) rotateY(-3deg);
    padding: 2rem;
    width: 100%;
}.followOk1FGEU .new_beginningstvC1WaQ {
    width: 100%;
}}.pricing_gridWLxIAGh {
    overflow: hidden;
    background: rgb(210,231,223);
    position: relative;
    padding: 120px 0;
}.pricing_gridWLxIAGh::before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(166,204,193,0.5) 0%, transparent 70%);
    z-index: 1;
}.pricing_gridWLxIAGh .container {
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
}.pricing_gridWLxIAGh .value_dealsaJr2FqO {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}.pricing_gridWLxIAGh .class_costp2xLFkY {
    animation: fadeInUp 0.8s ease-out forwards;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-10px);
}.pricing_gridWLxIAGh .class_costp2xLFkY h2 {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 36px;
    color: #000000;
    position: relative;
    font-weight: 700;
}.pricing_gridWLxIAGh .class_costp2xLFkY h2::after {
    background: rgb(166,204,193);
    width: 80px;
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    content: "";
    position: absolute;
}.pricing_gridWLxIAGh .promo_plansv2D10ct {
    overflow-wrap: break-word;
    margin-bottom: 0;
    word-break: break-word;
    max-width: 600px;
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
}.pricing_gridWLxIAGh .lesson_feesHdkLtnm {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 30px;
}.pricing_gridWLxIAGh .package_pricingbA10DE8 {
    text-decoration: none;
    opacity: 0;
    animation-delay: calc(var(--index, 0) * 0.1s);
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    display: block;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.pricing_gridWLxIAGh .package_pricingbA10DE8:nth-child(1) {
    --index: 1;
}.pricing_gridWLxIAGh .package_pricingbA10DE8:nth-child(2) {
    --index: 2;
}.pricing_gridWLxIAGh .package_pricingbA10DE8:nth-child(3) {
    --index: 3;
}.pricing_gridWLxIAGh .package_pricingbA10DE8:nth-child(4) {
    --index: 4;
}.pricing_gridWLxIAGh .package_pricingbA10DE8:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.pricing_gridWLxIAGh .fee_schemes849k3Ph {
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    display: flex;
}.pricing_gridWLxIAGh .fee_schemes849k3Ph::before {
    height: 5px;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(166,204,193), rgb(120,178,167));
}.pricing_gridWLxIAGh .cost_optionsrw5Po0C {
    flex: 1;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
    padding: 40px 30px;
}.pricing_gridWLxIAGh .cost_optionsrw5Po0C h3 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    overflow-wrap: break-word;
    position: relative;
    font-size: 18px;
    margin-top: 0;
    word-break: break-word;
}.pricing_gridWLxIAGh .cost_optionsrw5Po0C h3::after {
    width: 40px;
    background-color: rgb(166,204,193);
    position: absolute;
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    bottom: -8px;
}.pricing_gridWLxIAGh .package_pricingbA10DE8:hover .cost_optionsrw5Po0C h3::after {
    width: 70px;
}.pricing_gridWLxIAGh .payment_plan3U5ghGt {
    border-radius: 10px;
    position: relative;
    margin: 10px 0 20px;
    display: inline-block;
    font-weight: 700;
    font-size: calc(18px * 1.2);
    word-break: break-word;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    padding: 8px 16px;
    overflow-wrap: break-word;
    color: rgb(166,204,193);
}.pricing_gridWLxIAGh .cost_optionsrw5Po0C p {
    line-height: 1.7;
    color: #000000;
    white-space: normal;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 0;
    font-size: 16px;
    word-break: break-word;
}.pricing_gridWLxIAGh .img_horizontalt8yKfPR {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
    width: 100%;
}.pricing_gridWLxIAGh .package_pricingbA10DE8:hover .img_horizontalt8yKfPR {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_gridWLxIAGh .lesson_feesHdkLtnm {
    grid-template-columns: repeat(2, 1fr);
}.pricing_gridWLxIAGh .cost_optionsrw5Po0C {
    padding: 40px;
}.pricing_gridWLxIAGh .img_horizontalt8yKfPR {
    height: 220px;
}
}

@media (min-width: 992px) {.pricing_gridWLxIAGh .value_dealsaJr2FqO {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.pricing_gridWLxIAGh .lesson_feesHdkLtnm {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.pricing_gridWLxIAGh .class_costp2xLFkY {
    margin: 0;
    text-align: left;
    width: 35%;
}.pricing_gridWLxIAGh .class_costp2xLFkY h2::after {
    left: 0;
    transform: none;
}.pricing_gridWLxIAGh .promo_plansv2D10ct {
    margin: 0;
}
}

@media (min-width: 1200px) {.pricing_gridWLxIAGh .lesson_feesHdkLtnm {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_gridWLxIAGh .cost_optionsrw5Po0C h3 {
    font-size: calc(18px * 1.1);
}.pricing_gridWLxIAGh .payment_plan3U5ghGt {
    font-size: calc(18px * 1.3);
}.pricing_gridWLxIAGh .img_horizontalt8yKfPR {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing_gridWLxIAGh {
    padding: 80px 0;
}.pricing_gridWLxIAGh .cost_optionsrw5Po0C {
    padding: 30px 20px;
}.pricing_gridWLxIAGh .payment_plan3U5ghGt {
    padding: 6px 12px;
    font-size: 18px;
}.pricing_gridWLxIAGh .img_horizontalt8yKfPR {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing_gridWLxIAGh {
    padding: 60px 0;
}.pricing_gridWLxIAGh .class_costp2xLFkY h2 {
    font-size: calc(36px * 0.85);
}.pricing_gridWLxIAGh .cost_optionsrw5Po0C h3 {
    font-size: calc(18px * 0.95);
}.pricing_gridWLxIAGh .img_horizontalt8yKfPR {
    height: 160px;
}}.start_nowNU4Xbs2 {
    background: linear-gradient(135deg, rgb(120,178,167) 0%, rgb(166,204,193) 100%);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 4.5rem 0;
}.start_nowNU4Xbs2::before {
    opacity: 0.1;
    height: 100%;
    top: 0;
    z-index: 1;
    transform: translateZ(-5px);
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(120,178,167,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(120,178,167,0.5) 12px
    );
    position: absolute;
    width: 100%;
    left: 0;
}.start_nowNU4Xbs2::after {
    height: 200%;
    width: 100%;
    transform: rotate(-30deg);
    content: "";
    top: -50%;
    right: -50%;
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    animation: lightShift 15s infinite alternate ease-in-out;
    z-index: 0;
    opacity: 0.2;
}.start_nowNU4Xbs2 .container {
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
    max-width: 1140px;
    padding: 0 15px;
    display: flex;
    transform: translateZ(10px);
}.start_nowNU4Xbs2 h6 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    transform: translateZ(20px);
    font-size: 19px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2.5rem;
    max-width: 85%;
    letter-spacing: 0.5px;
    text-align: center;
}.start_nowNU4Xbs2 div {
    transform: translateZ(30px);
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
}.start_nowNU4Xbs2 span {
    display: inline-block;
    position: relative;
}.start_nowNU4Xbs2 .support_messageoeYO0AP {
    position: relative;
    justify-content: center;
    text-decoration: none;
    background: #ffffff;
    color: rgb(120,178,167);
    display: inline-flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    align-items: center;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    padding: 0.9rem 2.5rem;
    overflow: hidden;
    font-size: 19px;
}.start_nowNU4Xbs2 .support_messageoeYO0AP::before {
    content: "";
    width: 200%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    transition: transform 0.6s ease;
    position: absolute;
}.start_nowNU4Xbs2 .support_messageoeYO0AP:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(255, 255, 255, 0.2);
    color: rgb(166,204,193);
    transform: translateY(-3px) scale(1.03);
}.start_nowNU4Xbs2 .support_messageoeYO0AP:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}.start_nowNU4Xbs2 .support_messageoeYO0AP:hover::before {
    transform: translateX(100%);
}.start_nowNU4Xbs2 .support_messageoeYO0AP span {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

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

@media (max-width: 991px) {.start_nowNU4Xbs2 {
    padding: 3.5rem 0;
}.start_nowNU4Xbs2 h6 {
    margin-bottom: 2rem;
    font-size: calc(19px + 0.1rem);
    max-width: 90%;
}.start_nowNU4Xbs2 .support_messageoeYO0AP {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 767px) {.start_nowNU4Xbs2 {
    padding: 3rem 0;
}.start_nowNU4Xbs2 h6 {
    font-size: 19px;
    max-width: 95%;
    line-height: 1.5;
    margin-bottom: 1.8rem;
}.start_nowNU4Xbs2 .support_messageoeYO0AP {
    padding: 0.75rem 1.8rem;
    font-size: calc(19px - 0.1rem);
}
}

@media (max-width: 575px) {.start_nowNU4Xbs2 {
    padding: 2.5rem 0;
}.start_nowNU4Xbs2 h6 {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(19px - 0.1rem);
}.start_nowNU4Xbs2 .support_messageoeYO0AP {
    font-size: calc(19px - 0.15rem);
    padding: 0.7rem 1.6rem;
}.start_nowNU4Xbs2::after {
    opacity: 0.15;
}
}

@media (hover: none) {.start_nowNU4Xbs2 .support_messageoeYO0AP:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: none;
}.start_nowNU4Xbs2 .support_messageoeYO0AP::before {
    display: none;
}
}