* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    width: 1160px;
    margin: auto;
    max-width: 100%;
}.review_block_CUb {
    flex: 0 0 auto;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.top_mainwrap_dtH {
    flex: 1 0 auto;
}.wrapper-section_xCo {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.educational_gains_yOi {
    overflow: hidden;
    background: #f7f8fa;
    padding: 100px 0;
    position: relative;
}.educational_gains_yOi::before {
    background: linear-gradient(135deg, rgba(rgb(199,210,156,0.5), 0.05) 0%, rgba(rgb(166,182,110,0.5), 0.02) 100%);
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
}.educational_gains_yOi::after {
    width: 400px;
    content: "";
    height: 400px;
    z-index: 0;
    right: -200px;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(rgb(199,210,156,0.5), 0.05), rgba(rgb(166,182,110,0.5), 0.08));
    top: -200px;
    position: absolute;
    filter: blur(40px);
}.educational_gains_yOi .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.educational_gains_yOi .pedagogy_way_gRu {
    background: #ffffff;
    padding: 30px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    gap: 40px;
    display: flex;
    border-radius: 16px;
    flex-direction: column-reverse;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
}.educational_gains_yOi .pedagogy_way_gRu:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.06),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 3px 3px 6px rgba(255, 255, 255, 0.9),
        inset -3px -3px 6px rgba(0, 0, 0, 0.04);
}.educational_gains_yOi .word_block_tWR {
    flex: 1;
    padding: 20px;
}.educational_gains_yOi h4 {
    margin-bottom: 30px;
    font-size: 28px;
    opacity: 0;
    position: relative;
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    font-weight: 700;
    transform: translateY(10px);
    line-height: 1.4;
}.educational_gains_yOi h4::after {
    height: 4px;
    bottom: -10px;
    position: absolute;
    left: 0;
    box-shadow: 0 2px 4px rgba(rgb(199,210,156,0.5), 0.3);
    background: linear-gradient(90deg, rgb(199,210,156), rgb(166,182,110));
    content: "";
    width: 60px;
    border-radius: 2px;
}.educational_gains_yOi .word_block_tWR > div {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.educational_gains_yOi ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.educational_gains_yOi li {
    animation: fadeSlideUp 0.8s forwards;
    transform: translateY(15px);
    position: relative;
    margin-bottom: 16px;
    opacity: 0;
    animation-delay: calc(0.2s + var(--li-index, 0) * 0.1s);
}.educational_gains_yOi li:nth-child(1) {
    --li-index: 1;
}.educational_gains_yOi li:nth-child(2) {
    --li-index: 2;
}.educational_gains_yOi li:nth-child(3) {
    --li-index: 3;
}.educational_gains_yOi li p {
    align-items: flex-start;
    gap: 16px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.03),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.8),
        inset -1px -1px 2px rgba(0, 0, 0, 0.03);
    display: flex;
    background: linear-gradient(145deg, #f5f9ff, #ffffff);
    border-radius: 12px;
    padding: 16px;
    transition: all 0.3s ease;
}.educational_gains_yOi li p:hover {
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.04),
        -10px -10px 20px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.9),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
    transform: translateY(-3px);
}.educational_gains_yOi li p span:first-child {
    width: 42px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    height: 42px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.05),
        -4px -4px 8px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6),
        inset -1px -1px 2px rgba(0, 0, 0, 0.03);
    justify-content: center;
    background: linear-gradient(135deg, #fcfcfc, #f0f4f9);
    align-items: center;
}.educational_gains_yOi li p:hover span:first-child {
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.06),
        -5px -5px 10px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.7),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
    transform: rotate(10deg);
}.educational_gains_yOi li p span:last-child {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
}.educational_gains_yOi svg {
    transition: transform 0.3s ease;
    transform: scale(0.85);
    width: 24px;
    height: 24px;
}.educational_gains_yOi li p:hover svg {
    transform: scale(0.95) rotate(5deg);
}.educational_gains_yOi svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,210,156);
}.educational_gains_yOi li p:hover svg path {
    fill: rgb(166,182,110);
}.educational_gains_yOi .shot_UvH {
    height: auto;
    transform: perspective(1000px) rotateY(-3deg) translateZ(20px);
    aspect-ratio: 16/9;
    width: 100%;
    animation: fadeIn 1s forwards 0.6s;
    transition: all 0.5s ease;
    opacity: 0;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
}.educational_gains_yOi .pedagogy_way_gRu:hover .shot_UvH {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.educational_gains_yOi .pedagogy_way_gRu {
    align-items: center;
    padding: 40px;
    flex-direction: row;
}.educational_gains_yOi .word_block_tWR {
    padding: 30px 40px 30px 0;
}.educational_gains_yOi h4 {
    margin-bottom: 40px;
    font-size: 32px;
}.educational_gains_yOi .word_block_tWR > div {
    flex-direction: row;
    gap: 40px;
}.educational_gains_yOi .shot_UvH {
    object-position: center;
    width: 45%;
    height: 400px;
}
}

@media (min-width: 992px) {.educational_gains_yOi {
    padding: 120px 0;
}.educational_gains_yOi .pedagogy_way_gRu {
    gap: 60px;
    padding: 60px;
}.educational_gains_yOi h4 {
    font-size: 36px;
}.educational_gains_yOi li p {
    padding: 20px;
}.educational_gains_yOi .shot_UvH {
    height: 450px;
}
}

@media (max-width: 767px) {.educational_gains_yOi {
    padding: 60px 0;
}.educational_gains_yOi h4 {
    font-size: 24px;
}.educational_gains_yOi .word_block_tWR > div > ul {
    margin-bottom: 20px;
}.educational_gains_yOi .shot_UvH {
    height: 250px;
}
}

@media (max-width: 480px) {.educational_gains_yOi .pedagogy_way_gRu {
    padding: 20px;
}.educational_gains_yOi .word_block_tWR {
    padding: 10px;
}.educational_gains_yOi h4 {
    font-size: 22px;
}.educational_gains_yOi li p {
    padding: 12px;
}.educational_gains_yOi svg {
    width: 20px;
    height: 20px;
}.educational_gains_yOi .shot_UvH {
    height: 200px;
}}.title_page_dsK {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,211) 0%, rgb(166,182,110,0.5) 100%);
    padding: 6rem 2rem;
    min-height: 100vh;
    align-items: center;
    display: flex;
}.title_page_dsK::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    right: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(166,182,110,0.5) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgb(199,210,156,0.5) 0%, transparent 40%);
    bottom: 0;
    opacity: 0.15;
    content: "";
}.title_page_dsK > div {
    margin: 0 auto;
    gap: 4rem;
    display: grid;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    grid-template-columns: 1fr;
    width: 100%;
}.title_page_dsK h1.page_open_eHs {
    opacity: 0;
    font-size: 42px;
    color: #000000;
    transform: translateX(-1rem);
    margin-bottom: 1.5rem;
    animation: slide-in 0.8s ease-out forwards;
    position: relative;
    font-weight: 700;
}.title_page_dsK h1.page_open_eHs::after {
    background: linear-gradient(90deg, rgb(199,210,156) 0%, rgb(166,182,110) 100%);
    position: absolute;
    bottom: -0.5rem;
    animation: line-grow 1s 0.5s ease-out forwards;
    width: 4rem;
    left: 0;
    content: "";
    height: 0.3rem;
    transform: scaleX(0);
    transform-origin: left;
}.title_page_dsK p {
    max-width: 90%;
    animation: fade-up 0.8s 0.3s ease-out forwards;
    font-size: calc(18px * 1.2);
    opacity: 0;
    color: #000000;
    transform: translateY(1rem);
    line-height: 1.6;
}.title_page_dsK .main_home_cPl {
    border-radius: 19px;
    transform: translateY(2rem);
    animation: fade-up 1s 0.6s ease-out forwards;
    overflow: hidden;
    margin-top: 2rem;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
}.title_page_dsK .learn_online_cyq {
    width: 100%;
    position: relative;
    height: 350px;
    transition: all 0.5s ease;
    overflow: hidden;
}.title_page_dsK .learn_online_cyq::before {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
    content: "";
}.title_page_dsK .learn_online_cyq span {
    z-index: 2;
    width: 100%;
    padding: 2rem;
    transition: transform 0.4s ease;
    left: 0;
    position: absolute;
    bottom: 0;
}.title_page_dsK .learn_online_cyq:hover span {
    transform: translateY(-10px);
}.title_page_dsK .learn_online_cyq h3 {
    font-size: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
}

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

@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

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

@media (min-width: 768px) {.title_page_dsK {
    padding: 8rem 3rem;
}.title_page_dsK > div {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.title_page_dsK h1.page_open_eHs {
    font-size: calc(42px * 1.2);
}.title_page_dsK .main_home_cPl {
    margin-top: 0;
}.title_page_dsK .learn_online_cyq {
    height: 400px;
}.title_page_dsK .learn_online_cyq::after {
    opacity: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(199,210,156,0.5) 0%, transparent 100%);
    z-index: 1;
    width: 100%;
    position: absolute;
    transition: opacity 0.5s ease;
    top: 0;
    content: "";
}.title_page_dsK .learn_online_cyq:hover::after {
    opacity: 0.2;
}
}

@media (min-width: 992px) {.title_page_dsK > div {
    gap: 6rem;
}.title_page_dsK h1.page_open_eHs {
    font-size: calc(42px * 1.4);
}.title_page_dsK p {
    max-width: 80%;
    font-size: calc(18px * 1.3);
}.title_page_dsK .learn_online_cyq {
    height: 450px;
    transform: perspective(1000px) rotateY(-3deg);
    transition: all 0.6s ease;
}.title_page_dsK .learn_online_cyq:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}
}

@media (max-width: 767px) {.title_page_dsK {
    padding: 5rem 1.5rem;
}.title_page_dsK h1.page_open_eHs {
    font-size: calc(42px * 0.9);
}.title_page_dsK p {
    font-size: 18px;
    max-width: 100%;
}.title_page_dsK .learn_online_cyq {
    height: 280px;
}
}

@media (max-width: 480px) {.title_page_dsK {
    padding: 4rem 1rem;
}.title_page_dsK h1.page_open_eHs {
    font-size: calc(42px * 0.8);
}.title_page_dsK .learn_online_cyq h3 {
    font-size: calc(20px * 0.9);
}}.course_offering_ijg {
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(233,237,211);
    position: relative;
}.course_offering_ijg::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(199,210,156,0.5) 0%, transparent 50%, rgb(166,182,110,0.5) 100%);
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
}.course_offering_ijg::after {
    height: 200px;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    width: 200px;
    right: -50px;
    background-color: rgb(199,210,156,0.5);
    content: "";
    filter: blur(80px);
    top: -50px;
}.course_offering_ijg .training_bMc {
    display: flex;
    z-index: 2;
    flex-direction: column;
}.course_offering_ijg .word_block_tWR {
    margin: 0 auto 60px;
    width: 80%;
    position: relative;
}.course_offering_ijg .word_block_tWR::before {
    height: 4px;
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(199,210,156), rgb(166,182,110));
    width: 80px;
    top: -20px;
}.course_offering_ijg .word_block_tWR h2 {
    font-weight: 700;
    color: #000000;
    border-radius: 10px;
    font-size: 35px;
    padding: 15px;
    background-image: repeating-linear-gradient(45deg, rgb(199,210,156,0.5) 0px, rgb(199,210,156,0.5) 2px, transparent 2px, transparent 8px);
    transform: translateX(0);
    margin-bottom: 30px;
    transition: transform 0.5s ease;
    position: relative;
}.course_offering_ijg .word_block_tWR h2:hover {
    transform: translateX(10px);
}.course_offering_ijg .word_block_tWR .description {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.7;
    border-left: 2px solid rgb(199,210,156);
    font-size: 18px;
    color: #000000;
    padding-left: 20px;
}.course_offering_ijg .word_block_tWR .description:last-child {
    font-weight: 600;
    border-left: none;
    padding: 30px 40px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(5px);
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}.course_offering_ijg .shot_UvH {
    z-index: 1;
    top: 0;
    position: absolute;
    opacity: 0.2;
    width: 100%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    height: 100%;
    left: 0;
}.course_offering_ijg .training_bMc:hover .shot_UvH {
    transform: scale(1.05);
    opacity: 0.3;
}.course_offering_ijg .shot_UvH::before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(199,210,156,0.5) 0%, transparent 80%);
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
}.course_offering_ijg .shot_UvH::after {
    position: absolute;
    height: 40%;
    width: 80%;
    background: linear-gradient(225deg, rgb(166,182,110,0.5) 0%, transparent 100%);
    z-index: 1;
    content: "";
    right: 0;
    bottom: 0;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.course_offering_ijg .training_bMc::before {
    border-radius: 50%;
    animation: pulseAnimation 10s infinite ease-in-out;
    left: -50px;
    width: 200px;
    z-index: -1;
    position: absolute;
    content: "";
    bottom: -100px;
    height: 200px;
    background-color: rgb(166,182,110,0.5);
    filter: blur(100px);
}.course_offering_ijg .training_bMc::after {
    position: absolute;
    border-radius: 10px;
    content: "";
    border: 4px solid rgb(199,210,156,0.5);
    animation: rotateAnimation 20s infinite linear;
    top: 40px;
    width: 40px;
    height: 40px;
    right: -20px;
    z-index: -1;
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_offering_ijg .word_block_tWR::after {
    height: 100px;
    position: absolute;
    content: "";
    animation: rotateAnimation 30s infinite linear reverse;
    top: -40px;
    border: 2px dashed rgb(199,210,156,0.5);
    z-index: -1;
    border-radius: 50%;
    width: 100px;
    right: -60px;
}.course_offering_ijg .word_block_tWR .description:first-of-type {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(233,237,211) 10px,
        rgb(233,237,211) 12px
    );
    position: relative;
    padding: 20px;
    border-left: none;
    overflow: hidden;
    border-radius: 10px;
}.course_offering_ijg .word_block_tWR .description:first-of-type::after {
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(199,210,156), transparent);
}.course_offering_ijg .word_block_tWR .description:last-child::before {
    height: 100%;
    background-position: center;
    filter: brightness(0.5) contrast(1.2);
    left: 0;
    border-radius: 10px;
    z-index: -1;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    background-size: cover;
}

@media (max-width: 1024px) {.course_offering_ijg {
    padding: 80px 0;
}.course_offering_ijg .word_block_tWR {
    width: 90%;
}
}

@media (max-width: 768px) {.course_offering_ijg {
    padding: 60px 0;
}.course_offering_ijg .word_block_tWR {
    margin-bottom: 40px;
    width: 100%;
}.course_offering_ijg .word_block_tWR h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 20px;
}.course_offering_ijg .word_block_tWR .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.course_offering_ijg {
    padding: 40px 0;
}.course_offering_ijg .word_block_tWR h2 {
    font-size: calc(35px * 0.8);
}.course_offering_ijg .word_block_tWR .description {
    font-size: calc(18px * 0.95);
}.course_offering_ijg .word_block_tWR .description:last-child {
    padding: 20px;
}.course_offering_ijg::after,
    .course_offering_ijg .training_bMc::before,
    .course_offering_ijg .word_block_tWR::after {
    display: none;
}.course_offering_ijg .word_block_tWR::before {
    width: 60px;
}}

.course_offering_ijg .training_bMc .word_block_tWR .description strong {
    font-weight: 600;
    color: rgb(166,182,110);
}.course_offering_ijg .container::before {
    width: 150%;
    content: "";
    bottom: -40px;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(199,210,156,0.5), transparent);
    left: -25%;
}.course_offering_ijg .word_block_tWR h2::after {
    background-color: rgb(199,210,156,0.5);
    position: absolute;
    content: "";
    z-index: -1;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: -15px;
    left: -15px;
    filter: blur(15px);
}.price_palette_bzR {
    --card-bg: #ffffff;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: var(--pricing-bg);
    --card-accent: rgb(199,210,156);
    position: relative;
    --card-border: linear-gradient(135deg, rgb(199,210,156), rgb(166,182,110));
    overflow: hidden;
    --pricing-bg: #f5f7fa;
    padding: 120px 0 80px;
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.price_palette_bzR::before {
    height: 50%;
    position: absolute;
    right: -5%;
    filter: blur(60px);
    z-index: 1;
    opacity: 0.5;
    transform: rotate(-15deg);
    width: 35%;
    top: -10%;
    content: "";
    background: linear-gradient(135deg, rgb(199,210,156,0.5), rgb(166,182,110,0.5));
}.price_palette_bzR::after {
    background: linear-gradient(225deg, rgb(166,182,110,0.5), rgb(199,210,156,0.5));
    bottom: -10%;
    height: 40%;
    position: absolute;
    filter: blur(50px);
    width: 30%;
    transform: rotate(15deg);
    left: -5%;
    opacity: 0.4;
    content: "";
    z-index: 1;
}.price_palette_bzR .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
}.price_palette_bzR .offer_box_umk {
    flex-direction: column;
    display: flex;
}.price_palette_bzR .pricing_options_DSq {
    text-align: center;
    margin-bottom: 60px;
    order: -1;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}.price_palette_bzR .pricing_options_DSq h2 {
    font-size: 35px;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    display: inline-block;
}.price_palette_bzR .pricing_options_DSq h2::after {
    position: absolute;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(to right, rgb(199,210,156), rgb(166,182,110));
    width: 80px;
    bottom: -10px;
}.price_palette_bzR .rate_panel_fxV {
    white-space: normal;
    color: #000000;
    font-size: calc(16px + 2px);
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 auto;
    word-wrap: break-word;
    max-width: 700px;
}.price_palette_bzR .lesson_fees_epv {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    width: 100%;
}.price_palette_bzR .plan_fee_lMv {
    height: 100%;
    transition: transform var(--card-transition);
    display: block;
    transform: translateY(0);
    text-decoration: none;
    color: inherit;
}.price_palette_bzR .plan_fee_lMv:hover {
    transform: translateY(-10px);
}.price_palette_bzR .trial_offers_Wox {
    background-color: var(--card-bg);
    overflow: hidden;
    height: 100%;
    border-radius: 14px;
    box-shadow: var(--card-shadow);
    transition: box-shadow var(--card-transition);
    position: relative;
    display: flex;
    flex-direction: column;
}.price_palette_bzR .plan_fee_lMv:hover .trial_offers_Wox {
    box-shadow: var(--card-hover-shadow);
}.price_palette_bzR .trial_offers_Wox::before {
    transform-origin: left;
    position: absolute;
    height: 5px;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 0.5s ease;
    background: var(--card-border);
    transform: scaleX(0);
}.price_palette_bzR .plan_fee_lMv:hover .trial_offers_Wox::before {
    transform: scaleX(1);
}.price_palette_bzR .tuition_table_tLH {
    flex-grow: 1;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 35px 30px;
    z-index: 1;
}.price_palette_bzR .tuition_table_tLH h3 {
    display: inline-block;
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
    margin-bottom: 15px;
    font-size: calc(22px + 2px);
    font-weight: 700;
}.price_palette_bzR .plan_fee_lMv:hover .tuition_table_tLH h3 {
    color: var(--card-accent);
}.price_palette_bzR .fee_package_Gqg {
    position: relative;
    font-size: calc(22px + 6px);
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--card-accent);
}.price_palette_bzR .fee_package_Gqg::after {
    content: "";
    background-color: var(--card-accent);
    left: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    bottom: -10px;
}.price_palette_bzR .plan_fee_lMv:hover .fee_package_Gqg::after {
    width: 60px;
}.price_palette_bzR .tuition_table_tLH p {
    margin-top: 15px;
    white-space: normal;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    flex-grow: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}.price_palette_bzR .shot_UvH {
    transition: transform 0.6s ease;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 200px;
}.price_palette_bzR .shot_UvH::after {
    right: 0;
    content: "";
    opacity: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
}.price_palette_bzR .plan_fee_lMv:hover .shot_UvH::after {
    opacity: 1;
}.price_palette_bzR .plan_fee_lMv:hover .shot_UvH {
    transform: scale(1.05);
}

@media (min-width: 992px) {.price_palette_bzR .offer_box_umk {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.price_palette_bzR .pricing_options_DSq {
    width: 30%;
    order: 0;
    margin: 0;
    text-align: left;
}.price_palette_bzR .pricing_options_DSq h2 {
    display: block;
    text-align: left;
}.price_palette_bzR .pricing_options_DSq h2::after {
    left: 0;
    transform: none;
}.price_palette_bzR .rate_panel_fxV {
    text-align: left;
    margin: 0;
}.price_palette_bzR .lesson_fees_epv {
    width: 70%;
}
}

@media (max-width: 991px) {.price_palette_bzR {
    padding: 80px 0 60px;
}.price_palette_bzR .lesson_fees_epv {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.price_palette_bzR {
    padding: 60px 0 40px;
}.price_palette_bzR .pricing_options_DSq {
    margin-bottom: 40px;
}.price_palette_bzR .lesson_fees_epv {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.price_palette_bzR .tuition_table_tLH {
    padding: 25px 20px;
}.price_palette_bzR .tuition_table_tLH h3 {
    font-size: 22px;
}.price_palette_bzR .fee_package_Gqg {
    font-size: calc(22px + 2px);
}.price_palette_bzR .tuition_table_tLH p {
    font-size: calc(16px - 1px);
}.price_palette_bzR .shot_UvH {
    height: 180px;
}
}

@media (max-width: 480px) {.price_palette_bzR {
    padding: 50px 0 30px;
}.price_palette_bzR .pricing_options_DSq h2 {
    font-size: calc(35px - 4px);
}.price_palette_bzR .rate_panel_fxV {
    font-size: 16px;
}.price_palette_bzR .tuition_table_tLH {
    padding: 20px 15px;
}.price_palette_bzR .shot_UvH {
    height: 160px;
}}.client_testimonials_IUh {
    background: linear-gradient(180deg, rgb(233,237,211) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 7rem 2rem;
    position: relative;
}.client_testimonials_IUh::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(199,210,156,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(166,182,110,0.5) 0%, transparent 30%);
    top: 0;
    width: 100%;
    opacity: 0.3;
    z-index: 0;
    position: absolute;
    height: 100%;
    content: "";
}.client_testimonials_IUh::after {
    opacity: 0.4;
    height: 100%;
    z-index: 0;
    background: 
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgb(233,237,211) 80%);
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}.client_testimonials_IUh .pedagogy_way_gRu {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.client_testimonials_IUh h4 {
    color: #000000;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 6rem;
    text-align: center;
    position: relative;
}.client_testimonials_IUh h4::before {
    top: 50%;
    left: 50%;
    border: 2px solid rgb(199,210,156,0.5);
    opacity: 0.3;
    transform: translate(-50%, -50%);
    height: 120px;
    border-radius: 50%;
    position: absolute;
    content: "";
    z-index: -1;
    width: 120px;
}.client_testimonials_IUh h4::after {
    top: 50%;
    background: rgb(199,210,156,0.5);
    position: absolute;
    left: 50%;
    width: 80px;
    transform: translate(-50%, -50%);
    content: "";
    border-radius: 50%;
    height: 80px;
    opacity: 0.1;
    z-index: -2;
}.client_testimonials_IUh .student_feedback_uvI {
    perspective: 1000px;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    justify-content: center;
    display: flex;
}.client_testimonials_IUh .success_opinions_jhd {
    transform-style: preserve-3d;
    width: calc(33.33% - 3rem);
    overflow: hidden;
    transform: translateZ(0);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(166,182,110,0.5);
    background: #ffffff;
    transition: all 0.5s ease;
    padding: 2.5rem;
    margin: 1.5rem;
    position: relative;
    border-radius: 30px;
}.client_testimonials_IUh .success_opinions_jhd:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(199,210,156);
    transform: translateZ(30px);
}.client_testimonials_IUh .success_opinions_jhd::before {
    top: -50%;
    opacity: 0;
    content: "";
    background: radial-gradient(circle at center, rgb(199,210,156,0.5) 0%, transparent 70%);
    width: 200%;
    position: absolute;
    transition: all 0.5s ease;
    left: -50%;
    height: 200%;
    z-index: -1;
}.client_testimonials_IUh .success_opinions_jhd:hover::before {
    animation: pulse 2s infinite;
    opacity: 0.1;
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.05); opacity: 0.15; }
    100% { transform: scale(1); opacity: 0.1; }
}

.client_testimonials_IUh .success_opinions_jhd::after {
    right: 20px;
    position: absolute;
    top: 20px;
    width: 20px;
    opacity: 0.5;
    border-radius: 50%;
    height: 20px;
    background: rgb(199,210,156,0.5);
    transition: all 0.3s ease;
    content: "";
}.client_testimonials_IUh .success_opinions_jhd:hover::after {
    opacity: 0.7;
    transform: scale(1.5);
}.client_testimonials_IUh .success_opinions_jhd .shot_UvH {
    height: 100px;
    margin: 0 auto 1.5rem;
    border: 3px solid #ffffff;
    border-radius: 50%;
    position: relative;
    transform: translateZ(20px);
    transition: all 0.5s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    width: 100px;
}.client_testimonials_IUh .success_opinions_jhd:hover .shot_UvH {
    transform: translateZ(40px) scale(1.1);
}.client_testimonials_IUh .success_opinions_jhd .shot_UvH::before {
    position: absolute;
    animation: spin 30s linear infinite;
    left: -10px;
    top: -10px;
    content: "";
    width: calc(100% + 20px);
    opacity: 0;
    border: 1px dashed rgb(166,182,110,0.5);
    transition: all 0.5s ease;
    height: calc(100% + 20px);
    border-radius: 50%;
}.client_testimonials_IUh .success_opinions_jhd:hover .shot_UvH::before {
    opacity: 1;
}@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.client_testimonials_IUh .success_opinions_jhd span {
    font-weight: 600;
    text-align: center;
    font-size: 19px;
    transform: translateZ(10px);
    color: #000000;
    transition: all 0.4s ease;
    margin-bottom: 1rem;
    display: block;
}.client_testimonials_IUh .success_opinions_jhd:hover span {
    transform: translateZ(25px);
    color: rgb(199,210,156);
}.client_testimonials_IUh .success_opinions_jhd p {
    text-align: center;
    transform: translateZ(5px);
    position: relative;
    line-height: 1.7;
    font-size: 15px;
    color: #000000;
    transition: all 0.4s ease;
}.client_testimonials_IUh .success_opinions_jhd:hover p {
    transform: translateZ(15px);
}.client_testimonials_IUh .success_opinions_jhd:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.client_testimonials_IUh .success_opinions_jhd:nth-child(3n+2) {
    animation-delay: 0.3s;
    animation: float 7s ease-in-out infinite;
}.client_testimonials_IUh .success_opinions_jhd:nth-child(3n+3) {
    animation-delay: 0.6s;
    animation: float 8s ease-in-out infinite;
}@keyframes float {
    0%, 100% { transform: translateY(0) translateZ(0); }
    50% { transform: translateY(-15px) translateZ(0); }
}

.client_testimonials_IUh .success_opinions_jhd:hover {
    animation-play-state: paused;
}

@media (max-width: 992px) {.client_testimonials_IUh {
    padding: 5rem 1.5rem;
}.client_testimonials_IUh h4 {
    font-size: calc(38px * 0.9);
    margin-bottom: 4rem;
}.client_testimonials_IUh .success_opinions_jhd {
    width: calc(50% - 3rem);
}.client_testimonials_IUh .success_opinions_jhd:nth-child(3n+1),
    .client_testimonials_IUh .success_opinions_jhd:nth-child(3n+2),
    .client_testimonials_IUh .success_opinions_jhd:nth-child(3n+3) {
    animation-duration: 5s;
}
}

@media (max-width: 768px) {.client_testimonials_IUh {
    padding: 4rem 1rem;
}.client_testimonials_IUh h4 {
    font-size: calc(38px * 0.8);
    margin-bottom: 3rem;
}.client_testimonials_IUh .success_opinions_jhd {
    margin: 1rem 0;
    width: 100%;
}.client_testimonials_IUh .success_opinions_jhd .shot_UvH {
    width: 80px;
    height: 80px;
}.client_testimonials_IUh .success_opinions_jhd:nth-child(n) {
    animation-name: float-mobile;
}@keyframes float-mobile {
        0%, 100% { transform: translateY(0) translateZ(0); }
        50% { transform: translateY(-8px) translateZ(0); }
    }
}.thxBlock_YSw {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(233,237,211) 0%, rgb(166,182,110,0.5) 100%);
    perspective: 1000px;
    position: relative;
    overflow: hidden;
}.thxBlock_YSw::before {
    width: 100%;
    pointer-events: none;
    z-index: 0;
    top: 0;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    opacity: 0.15;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(199,210,156,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(166,182,110,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
}.thxBlock_YSw::after {
    top: -10%;
    transform: rotate(-15deg) translateZ(-10px);
    opacity: 0.05;
    width: 50%;
    background: rgb(199,210,156,0.5);
    content: "";
    position: absolute;
    animation: floatElement 20s infinite alternate ease-in-out;
    right: -10%;
    height: 50%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 0;
    filter: blur(30px);
}.thxBlock_YSw .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 2;
}.thxBlock_YSw h2 {
    position: relative;
    line-height: 1.3;
    animation: slideInFromTop 0.8s ease-out forwards;
    font-size: 31px;
    font-weight: 700;
    transform: translateZ(30px);
    margin-bottom: 40px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    color: #000000;
}.thxBlock_YSw h2::after {
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    bottom: -15px;
    background: rgb(199,210,156);
    transform: scaleX(0);
    left: 0;
    position: absolute;
    width: 80px;
    height: 3px;
    content: "";
}.thxBlock_YSw .pedagogy_way_gRu {
    animation: fadeInUp 1s 0.3s backwards;
    border-radius: 8px;
    background: #ffffff;
    padding: 45px;
    transform: translateZ(10px) rotateX(2deg);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
}.thxBlock_YSw .pedagogy_way_gRu::before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(199,210,156), rgb(166,182,110));
    width: 6px;
    height: 0;
    top: 0;
    animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.thxBlock_YSw .pedagogy_way_gRu:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(15px) rotateX(0deg);
}.thxBlock_YSw ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thxBlock_YSw li {
    align-items: flex-start;
    display: flex;
    position: relative;
}.thxBlock_YSw li::before {
    width: 12px;
    position: absolute;
    top: 8px;
    left: -30px;
    opacity: 0;
    transform: scale(0);
    border-radius: 50%;
    animation: dotAppear 0.5s 1.2s forwards;
    height: 12px;
    background: rgb(199,210,156);
    content: "";
}.thxBlock_YSw li span {
    opacity: 0;
    transform: translateX(0);
    color: #000000;
    animation: textFadeIn 0.8s 1s forwards ease-out;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
}.thxBlock_YSw li span::first-letter {
    font-weight: 700;
    color: rgb(199,210,156);
    font-size: 1.5em;
}

@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}

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

@keyframes slideInFromTop {
    0% { 
        opacity: 0;
        transform: translateY(-40px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(10px) rotateX(5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px) rotateX(2deg);
    }
}

@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}

@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

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

@media (max-width: 991px) {.thxBlock_YSw {
    padding: 80px 0;
}.thxBlock_YSw h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 30px;
}.thxBlock_YSw .pedagogy_way_gRu {
    padding: 35px;
}
}

@media (max-width: 767px) {.thxBlock_YSw {
    padding: 60px 0;
    perspective: 800px;
}.thxBlock_YSw h2 {
    transform: translateZ(20px);
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.thxBlock_YSw .pedagogy_way_gRu {
    transform: translateZ(5px) rotateX(1deg);
    padding: 30px 25px;
}.thxBlock_YSw li::before {
    width: 10px;
    height: 10px;
    left: -20px;
}.thxBlock_YSw li span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.thxBlock_YSw {
    padding: 40px 0;
}.thxBlock_YSw h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 20px;
}.thxBlock_YSw .pedagogy_way_gRu {
    padding: 25px 20px;
}.thxBlock_YSw h2::after {
    width: 60px;
    height: 2px;
}.thxBlock_YSw li span {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}header {
    left: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(135deg, #000000 0%, rgb(199,210,156) 100%);
    position: fixed;
    backdrop-filter: blur(8px);
    z-index: 1000;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgb(199,210,156,0.5);
    top: 0;
    transition: all 0.4s ease;
}header:before {
    background-size: 200% 100%;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    animation: shine 8s infinite linear;
    opacity: 0.4;
    background: linear-gradient(90deg, transparent, rgb(199,210,156,0.5), transparent);
    left: 0;
    width: 100%;
    pointer-events: none;
}header .top_primary_vpm {
    width: 100%;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
}header .top_lesson_mME {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}header .top_tutor_euH {
    gap: 25px;
    display: flex;
    position: relative;
}header .top_tutor_euH:before {
    background: linear-gradient(90deg, transparent, rgb(199,210,156), transparent);
    content: '';
    left: 0;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    height: 1px;
    width: 100%;
    bottom: -8px;
    transition: transform 0.6s ease;
}header .top_tutor_euH:hover:before {
    transform: scaleX(1);
}header .nav_learn_Koe {
    padding: 8px 0;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    position: relative;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-decoration: none;
}header .nav_learn_Koe:after {
    background: rgb(199,210,156);
    bottom: 0;
    width: 100%;
    height: 2px;
    transform-origin: right;
    position: absolute;
    left: 0;
    content: '';
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform: scaleX(0);
}header .nav_learn_Koe:before {
    transition: all 0.3s ease;
    top: 0;
    transform: translateX(-50%);
    height: 4px;
    content: '';
    position: absolute;
    opacity: 0;
    left: 50%;
    border-radius: 50%;
    background: rgb(199,210,156);
    width: 4px;
}header .nav_learn_Koe:hover {
    color: rgb(199,210,156);
    text-shadow: 0 0 8px rgb(199,210,156,0.5);
}header .nav_learn_Koe:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .nav_learn_Koe:hover:before {
    opacity: 1;
}header .site_prime_QwO {
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
}header .site_prime_QwO svg {
    height: 40px;
    filter: drop-shadow(0 0 4px rgb(199,210,156,0.5));
    transition: transform 0.5s ease;
    width: auto;
}header .site_prime_QwO:hover svg {
    transform: scale(1.05);
}header .site_prime_QwO:after {
    bottom: -8px;
    width: 0;
    background: rgb(199,210,156);
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    position: absolute;
    transition: width 0.4s ease;
    content: '';
}header .site_prime_QwO:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .top_tutor_euH {
    gap: 15px;
}header .nav_learn_Koe {
    font-size: calc(12px - 1px);
}header .site_prime_QwO svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .top_tutor_euH {
    flex-direction: column;
    height: 100vh;
    padding: 80px 30px 30px;
    overflow-y: auto;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    max-width: 300px;
    position: fixed;
    width: 80%;
    right: -100%;
    gap: 20px;
    transition: right 0.4s ease;
    z-index: 1001;
    top: 0;
    background: #000000;
}header .menu.active {
    right: 0;
}header .nav_learn_Koe {
    padding: 10px 5px;
    width: 100%;
    border-bottom: 1px solid rgb(199,210,156,0.5);
}header .top_tutor_euH:before {
    display: none;
}header .site_prime_QwO {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .site_prime_QwO svg {
    height: 30px;
}}.our_background_kTe {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our_background_kTe::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
}.our_background_kTe::after {
    height: 100%;
    background: rgb(199,210,156);
    width: 100%;
    transform: rotate(35deg);
    animation: floatGlow 15s infinite alternate ease-in-out;
    position: absolute;
    z-index: 2;
    filter: blur(80px);
    opacity: 0.1;
    content: "";
    right: -50%;
    top: -50%;
}.our_background_kTe .container {
    z-index: 5;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}.our_background_kTe .word_block_tWR {
    backdrop-filter: blur(8px);
    padding: 40px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.05);
    transform: perspective(1000px) rotateY(-2deg);
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border-left: 4px solid rgb(166,182,110);
}.our_background_kTe .word_block_tWR:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_background_kTe h1 {
    margin-bottom: 30px;
    position: relative;
    font-size: 44px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}.our_background_kTe h1::after {
    width: 80px;
    animation: expandLine 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    position: absolute;
    transform-origin: left;
    bottom: -10px;
    background: rgb(166,182,110);
    content: "";
    left: 0;
}.our_background_kTe ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.our_background_kTe li {
    margin-bottom: 15px;
}.our_background_kTe h4 {
    margin-bottom: 15px;
    display: inline-block;
    color: rgb(166,182,110);
    font-weight: 600;
    position: relative;
    font-size: 21px;
}.our_background_kTe h4::before {
    position: absolute;
    transform: translateY(-50%);
    width: 20px;
    content: "";
    background: rgb(166,182,110);
    top: 50%;
    opacity: 0;
    height: 2px;
    transition: opacity 0.3s, width 0.3s;
    left: -30px;
}.our_background_kTe li:hover h4::before {
    width: 25px;
    opacity: 1;
}.our_background_kTe span {
    column-count: 2;
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
    opacity: 0.85;
    display: block;
    column-gap: 40px;
    max-width: 100%;
    color: #ffffff;
}.our_background_kTe span::first-letter {
    font-weight: 700;
    color: rgb(166,182,110);
    font-size: 1.5em;
}

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

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

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

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

@media screen and (max-width: 480px) {.our_background_kTe {
    padding: 40px 0;
}.our_background_kTe .container {
    padding: 0 15px;
}.our_background_kTe .word_block_tWR {
    padding: 20px 15px;
    border-left-width: 3px;
}.our_background_kTe h1 {
    margin-bottom: 20px;
    font-size: calc(44px * 0.75);
}.our_background_kTe span {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}.connect_form_PqB {
    overflow: hidden;
    background: rgb(233,237,211);
    padding: 90px 0;
    position: relative;
}.connect_form_PqB::before {
    width: 400px;
    border-radius: 50%;
    content: "";
    background: linear-gradient(45deg, rgb(199,210,156,0.5), rgb(166,182,110,0.5));
    position: absolute;
    z-index: 1;
    right: -150px;
    filter: blur(70px);
    height: 400px;
    top: -150px;
}.connect_form_PqB::after {
    width: 300px;
    filter: blur(60px);
    content: "";
    left: -100px;
    border-radius: 50%;
    position: absolute;
    bottom: -100px;
    z-index: 1;
    background: linear-gradient(225deg, rgb(166,182,110,0.5), rgb(199,210,156,0.5));
    height: 300px;
}.connect_form_PqB .container {
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.connect_form_PqB h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    font-size: 33px;
    color: #000000;
}.connect_form_PqB h2::before {
    z-index: -1;
    content: "";
    width: 50px;
    border-radius: 50%;
    height: 50px;
    position: absolute;
    left: calc(50% - 120px);
    background: rgb(199,210,156,0.5);
    top: -25px;
}.connect_form_PqB h2::after {
    bottom: -15px;
    width: 30px;
    position: absolute;
    content: "";
    height: 30px;
    background: rgb(166,182,110,0.5);
    border-radius: 50%;
    z-index: -1;
    right: calc(50% - 100px);
}.connect_form_PqB .support_widget_SZr {
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    position: relative;
}.connect_form_PqB .support_widget_SZr::before {
    position: absolute;
    z-index: 0;
    content: "";
    pointer-events: none;
    inset: 0;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(199,210,156,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(166,182,110,0.5) 99%
    );
}.connect_form_PqB .shot_UvH {
    transition: transform 0.5s ease;
    flex: 0 0 45%;
    position: relative;
    min-height: 500px;
}.connect_form_PqB .shot_UvH::before {
    inset: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    content: "";
    z-index: 1;
}.connect_form_PqB .shot_UvH::after {
    left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    z-index: 2;
    content: "";
    right: 20px;
    top: 20px;
    pointer-events: none;
    bottom: 20px;
}.connect_form_PqB .contact_inquiry_vpQ {
    display: flex;
    flex-direction: column;
    padding: 60px;
    justify-content: center;
    flex: 0 0 55%;
    position: relative;
}.connect_form_PqB form {
    position: relative;
    z-index: 3;
}.connect_form_PqB form h3 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 19px;
    color: #000000;
}.connect_form_PqB form input[type="text"] {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 12px;
    border: none;
    background: rgb(233,237,211);
    margin-bottom: 25px;
    padding: 18px 25px;
    width: 100%;
}.connect_form_PqB form input[type="text"]:focus {
    outline: none;
    background: linear-gradient(rgb(233,237,211), rgb(233,237,211)) padding-box,
                linear-gradient(to right, rgb(199,210,156), rgb(166,182,110)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(rgb(199,210,156), 0.1);
}.connect_form_PqB form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.connect_form_PqB .reach_request_oET {
    position: relative;
    margin-bottom: 30px;
}.connect_form_PqB .reach_request_oET input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form_PqB .reach_request_oET label {
    position: relative;
    font-size: 13px;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    align-items: center;
    display: flex;
}.connect_form_PqB .reach_request_oET label::before {
    border-radius: 6px;
    background: rgb(233,237,211);
    transition: all 0.3s ease;
    content: "";
    top: 0;
    height: 22px;
    position: absolute;
    left: 0;
    width: 22px;
}.connect_form_PqB .reach_request_oET input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(199,210,156), rgb(166,182,110));
}.connect_form_PqB .reach_request_oET input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    content: "";
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    left: 8px;
    top: 4px;
    height: 12px;
    position: absolute;
    width: 6px;
}.connect_form_PqB .reach_request_oET label a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(199,210,156);
}.connect_form_PqB .reach_request_oET label a:hover {
    color: rgb(166,182,110);
}.connect_form_PqB .query_block_tJE {
    border: none;
    transition: all 0.5s ease;
    z-index: 1;
    overflow: hidden;
    padding: 20px;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(199,210,156), rgb(166,182,110));
    width: 100%;
}.connect_form_PqB .query_block_tJE::before {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(166,182,110), rgb(199,210,156));
    height: 100%;
    top: 0;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    content: "";
    z-index: -1;
    width: 100%;
    transform-origin: right;
}.connect_form_PqB .query_block_tJE:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.connect_form_PqB svg {
    fill: none;
    transition: all 0.3s ease;
    height: 24px;
    stroke: rgb(199,210,156);
    margin-right: 12px;
    width: 24px;
}.connect_form_PqB svg path {
    fill: none;
    stroke-width: 2;
    stroke: rgb(199,210,156);
    transition: all 0.3s ease;
}.connect_form_PqB svg:hover,
.connect_form_PqB svg:hover path {
    stroke: rgb(166,182,110);
}

@media (max-width: 1024px) {.connect_form_PqB {
    padding: 70px 0;
}.connect_form_PqB .contact_inquiry_vpQ {
    padding: 45px;
}.connect_form_PqB .shot_UvH {
    min-height: 450px;
}
}

@media (max-width: 768px) {.connect_form_PqB {
    padding: 60px 0;
}.connect_form_PqB h2 {
    margin-bottom: 40px;
}.connect_form_PqB .support_widget_SZr {
    flex-direction: column;
}.connect_form_PqB .shot_UvH {
    width: 100%;
    flex: 0 0 300px;
    min-height: 300px;
}.connect_form_PqB .contact_inquiry_vpQ {
    padding: 40px 30px;
    flex: 0 0 auto;
}.connect_form_PqB form h3 {
    margin-bottom: 25px;
}.connect_form_PqB form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}

@media (max-width: 480px) {.connect_form_PqB {
    padding: 50px 0;
}.connect_form_PqB h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.connect_form_PqB .shot_UvH {
    min-height: 220px;
}.connect_form_PqB .contact_inquiry_vpQ {
    padding: 30px 20px;
}.connect_form_PqB form h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.connect_form_PqB form input[type="text"] {
    font-size: calc(16px * 0.95);
    margin-bottom: 16px;
    padding: 14px 16px;
}.connect_form_PqB .query_block_tJE {
    padding: 16px;
}.connect_form_PqB .reach_request_oET label {
    font-size: calc(13px * 0.95);
}}.location_details_Wsh {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: rgb(233,237,211);
}.location_details_Wsh::before {
    top: 0;
    content: "";
    background: 
        linear-gradient(120deg, rgb(199,210,156,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 20%, rgb(166,182,110,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(199,210,156,0.5) 0%, transparent 50%);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    animation: gradientShift 15s ease infinite alternate;
    height: 100%;
    opacity: 0.4;
}.location_details_Wsh::after {
    position: absolute;
    animation: gradientFloat 20s ease-in-out infinite alternate-reverse;
    height: 100%;
    top: 0;
    z-index: 0;
    width: 100%;
    opacity: 0.3;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 70% 60%, rgb(166,182,110,0.5) 0%, transparent 60%),
        radial-gradient(circle at 30% 30%, rgb(199,210,156,0.5) 0%, transparent 60%);
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradientFloat {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translateY(-10px) scale(1.05);
        opacity: 0.3;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.2;
    }
}

.location_details_Wsh .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.location_details_Wsh .reach_us_JwB {
    border-radius: 28px;
    overflow: hidden;
    padding: 50px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.location_details_Wsh .reach_us_JwB h2 {
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-size: 35px;
    display: flex;
    text-align: center;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}.location_details_Wsh .reach_us_JwB h2::before,
.location_details_Wsh .reach_us_JwB h2::after {
    content: "";
    width: 80px;
    background: rgb(199,210,156);
    margin: 0 15px;
    height: 1px;
}.location_details_Wsh .reach_us_JwB > p {
    text-align: center;
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    margin: 0 auto 40px;
    max-width: 80%;
}.location_details_Wsh .reach_us_JwB > p:last-of-type {
    align-items: center;
    padding: 15px 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    max-width: fit-content;
    color: #000000;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    font-weight: 400;
    margin: 0 auto 60px;
}.location_details_Wsh .reach_us_JwB > p:last-of-type svg {
    height: 20px;
    margin-right: 12px;
    width: 20px;
}.location_details_Wsh .reach_us_JwB > p:last-of-type svg path {
    fill: rgb(199,210,156);
}.location_details_Wsh .get_help_lvn {
    gap: 30px;
    justify-content: center;
    display: flex;
}.location_details_Wsh .message_us_rGq {
    background: #ffffff;
    position: relative;
    text-decoration: none;
    height: 70px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 16px;
    border: 1px solid rgb(199,210,156,0.5);
    justify-content: center;
    width: 70px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}.location_details_Wsh .message_us_rGq:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    background: rgb(199,210,156,0.5);
}.location_details_Wsh .message_us_rGq svg {
    transition: transform 0.3s ease;
    height: 28px;
    width: 28px;
}.location_details_Wsh .message_us_rGq svg path {
    fill: rgb(199,210,156);
    transition: fill 0.3s ease;
}.location_details_Wsh .message_us_rGq:hover svg {
    transform: scale(1.1);
}

@media (max-width: 992px) {.location_details_Wsh .reach_us_JwB {
    padding: 40px 30px;
}.location_details_Wsh .reach_us_JwB > p {
    margin-bottom: 30px;
    max-width: 90%;
}.location_details_Wsh .reach_us_JwB > p:last-of-type {
    margin-bottom: 50px;
}.location_details_Wsh .message_us_rGq {
    width: 65px;
    height: 65px;
}
}

@media (max-width: 768px) {.location_details_Wsh {
    padding: 60px 0;
}.location_details_Wsh .reach_us_JwB {
    padding: 35px 25px;
}.location_details_Wsh .reach_us_JwB h2 {
    font-size: calc(35px - 4px);
}.location_details_Wsh .reach_us_JwB h2::before,
    .location_details_Wsh .reach_us_JwB h2::after {
    width: 50px;
}.location_details_Wsh .reach_us_JwB > p {
    font-size: calc(12px - 1px);
    max-width: 100%;
}.location_details_Wsh .reach_us_JwB > p:last-of-type {
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.location_details_Wsh {
    padding: 40px 0;
}.location_details_Wsh .reach_us_JwB {
    padding: 30px 20px;
}.location_details_Wsh .reach_us_JwB h2 {
    font-size: calc(35px - 6px);
}.location_details_Wsh .reach_us_JwB h2::before,
    .location_details_Wsh .reach_us_JwB h2::after {
    width: 30px;
    margin: 0 10px;
}.location_details_Wsh .reach_us_JwB > p {
    font-size: calc(12px - 2px);
}.location_details_Wsh .reach_us_JwB > p:last-of-type {
    font-size: calc(12px - 2px);
    margin-bottom: 35px;
    padding: 12px 15px;
}.location_details_Wsh .get_help_lvn {
    gap: 15px;
}.location_details_Wsh .message_us_rGq {
    height: 55px;
    width: 55px;
}.location_details_Wsh .message_us_rGq svg {
    height: 22px;
    width: 22px;
}}.course_methodology_Olr {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,211) 0%, rgba(245, 247, 250, 0.85) 100%);
}.course_methodology_Olr::before {
    z-index: 1;
    right: -5%;
    height: 75%;
    animation: floatGradient 18s ease-in-out infinite alternate;
    top: -10%;
    content: "";
    width: 45%;
    opacity: 0.15;
    position: absolute;
    background: linear-gradient(120deg, rgb(199,210,156,0.5) 0%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(-15deg) skewX(5deg);
}.course_methodology_Olr::after {
    opacity: 0.12;
    background: linear-gradient(240deg, rgb(166,182,110,0.5) 0%, rgba(255, 255, 255, 0) 80%);
    height: 65%;
    animation: floatGradient 14s ease-in-out infinite alternate;
    bottom: -5%;
    transform: rotate(12deg) skewX(-8deg);
    position: absolute;
    animation-delay: 2s;
    width: 35%;
    left: -3%;
    content: "";
    z-index: 1;
}.course_methodology_Olr .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.course_methodology_Olr .pedagogy_way_gRu {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}.course_methodology_Olr .pedagogy_way_gRu:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
}.course_methodology_Olr .pedagogy_way_gRu > div {
    z-index: 3;
    max-width: 85%;
    position: relative;
}.course_methodology_Olr h3 {
    position: relative;
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    color: #000000;
    font-family: Arial, sans-serif;
    opacity: 0;
    font-size: calc(35px * 0.85);
    font-weight: 700;
    margin-bottom: 1.8rem;
    transform: translateX(-10px);
}.course_methodology_Olr h3::after {
    background: linear-gradient(90deg, rgb(199,210,156) 0%, rgb(166,182,110) 100%);
    position: absolute;
    bottom: -12px;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    height: 3px;
    width: 80px;
    animation: expandLine 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    animation-delay: 0.6s;
}.course_methodology_Olr p {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
    margin-top: 0.8rem;
    animation-delay: 0.3s;
}.course_methodology_Olr p span {
    position: relative;
    display: inline-block;
}.course_methodology_Olr p span::before {
    top: -12px;
    background: rgb(199,210,156,0.5);
    animation-delay: 0.9s;
    left: -15px;
    transform: rotate(45deg) scale(0);
    content: "";
    height: 30px;
    animation: rotateIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    width: 30px;
    opacity: 0.1;
    border-radius: 1px;
    z-index: -1;
    position: absolute;
}

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skewX(3deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skewX(5deg) translateY(0);
    }
}

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

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

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

@keyframes rotateIn {
    0% {
        transform: rotate(45deg) scale(0);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@media screen and (max-width: 992px) {.course_methodology_Olr {
    padding: 90px 0;
}.course_methodology_Olr .pedagogy_way_gRu {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.course_methodology_Olr .pedagogy_way_gRu > div {
    max-width: 90%;
}.course_methodology_Olr h3 {
    font-size: calc(35px * 0.75);
    margin-bottom: 1.5rem;
}
}

@media screen and (max-width: 768px) {.course_methodology_Olr {
    padding: 70px 0;
}.course_methodology_Olr .pedagogy_way_gRu {
    padding: 2rem;
    transform: none;
}.course_methodology_Olr .pedagogy_way_gRu > div {
    max-width: 100%;
}.course_methodology_Olr h3 {
    margin-bottom: 1.3rem;
    font-size: calc(35px * 0.7);
}.course_methodology_Olr h3::after {
    width: 60px;
    height: 2px;
}.course_methodology_Olr::before,
    .course_methodology_Olr::after {
    opacity: 0.08;
}
}

@media screen and (max-width: 576px) {.course_methodology_Olr {
    padding: 50px 0;
}.course_methodology_Olr .pedagogy_way_gRu {
    padding: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}.course_methodology_Olr h3 {
    font-size: calc(19px * 1.1);
    margin-bottom: 1.2rem;
}.course_methodology_Olr p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    top: 0;
    bottom: 0;
    opacity: 0.9;
    z-index: -2;
    position: absolute;
    right: 0;
    background: linear-gradient(145deg, rgb(233,237,211) 0%, rgb(199,210,156,0.5) 100%);
    left: 0;
}footer::after {
    left: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(199,210,156,0.5), rgb(199,210,156,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(199,210,156,0.5), rgb(199,210,156,0.5) 1px, transparent 1px, transparent 20px);
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    right: 0;
    content: "";
}.review_block_CUb {
    color: #000000;
    position: relative;
    padding: 4rem 0 2rem;
}.review_block_CUb::after {
    background: linear-gradient(90deg, rgb(199,210,156), rgb(166,182,110));
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 6px;
}.review_block_CUb .container {
    position: relative;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}.review_block_CUb .company_holder {
    padding: 2rem 2.5rem;
    border-radius: 13px;
    background: #ffffff;
    position: relative;
    flex: 1 1 400px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.review_block_CUb .company_holder::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    border-top-right-radius: 13px;
    height: 5px;
    left: 0;
    border-top-left-radius: 13px;
    background: rgb(199,210,156);
}.review_block_CUb .company_holder h3 {
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
    font-size: 35px;
    color: rgb(199,210,156);
    margin: 0 0 1.5rem;
}.review_block_CUb .company_holder h3::after {
    bottom: -0.5rem;
    width: 80px;
    height: 3px;
    background: rgb(166,182,110);
    content: "";
    position: absolute;
    left: 0;
}.review_block_CUb .design_res_lAx {
    border-left: 3px solid rgb(166,182,110);
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    background: rgb(233,237,211);
    color: #000000;
    padding: 1.5rem;
}.review_block_CUb .intern_opp_Ubz {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.review_block_CUb .nav_sitebar_LWO {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.review_block_CUb .top_tutor_euH {
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    min-width: 200px;
    border-radius: 13px;
}.review_block_CUb .top_tutor_euH h5 {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
    position: relative;
    padding: 1rem 1.5rem;
    font-weight: 600;
    background: rgb(166,182,110);
}.review_block_CUb .top_tutor_euH .nav_sitebar_LWO {
    padding: 1rem 0;
    gap: 0;
    display: flex;
    flex-direction: column;
}.review_block_CUb .top_tutor_euH .nav_sitebar_LWO a {
    color: #000000;
    transition: all 0.3s ease;
    align-items: center;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    display: flex;
    position: relative;
    font-size: 15px;
}.review_block_CUb .top_tutor_euH .nav_sitebar_LWO a::before {
    width: 0;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    height: 100%;
    content: "";
    background: rgb(233,237,211);
    top: 0;
    left: 0;
}.review_block_CUb .top_tutor_euH .nav_sitebar_LWO a::after {
    transform: translateY(-50%);
    width: 5px;
    transition: all 0.3s ease;
    opacity: 0;
    left: 1.5rem;
    height: 5px;
    content: "";
    position: absolute;
    top: 50%;
    background: rgb(166,182,110);
    border-radius: 50%;
}.review_block_CUb .top_tutor_euH .nav_sitebar_LWO a:hover {
    color: rgb(199,210,156);
    padding-left: 2.2rem;
}.review_block_CUb .top_tutor_euH .nav_sitebar_LWO a:hover::before {
    width: 100%;
}.review_block_CUb .top_tutor_euH .nav_sitebar_LWO a:hover::after {
    opacity: 1;
}.rating_stars_Igr {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
    background: rgb(233,237,211);
    padding: 2rem 0;
}.rating_stars_Igr::before {
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(199,210,156,0.5), transparent);
    height: 1px;
    position: absolute;
    left: 10%;
    right: 10%;
}.rating_stars_Igr .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.rating_stars_Igr .qna_board_vPC {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 0.8rem 2rem;
    background: #ffffff;
    border-radius: 50px;
    color: #000000;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 1200px) {.review_block_CUb .container {
    gap: 2rem;
}.review_block_CUb .company_holder {
    flex: 1 1 360px;
}.review_block_CUb .intern_opp_Ubz {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.review_block_CUb .nav_sitebar_LWO {
    gap: 2rem;
}
}

@media (max-width: 992px) {.review_block_CUb {
    padding: 3.5rem 0 2rem;
}.review_block_CUb .container {
    gap: 2.5rem;
    flex-direction: column;
}.review_block_CUb .company_holder,
    .review_block_CUb .intern_opp_Ubz {
    flex: 1 1 100%;
    min-width: 100%;
}.review_block_CUb .top_tutor_euH {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.review_block_CUb {
    padding: 3rem 0 1.5rem;
}.review_block_CUb .nav_sitebar_LWO {
    gap: 1.5rem;
}.review_block_CUb .company_holder {
    padding: 2rem;
}.review_block_CUb .company_holder h3 {
    font-size: calc(35px - 2px);
}.rating_stars_Igr {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.review_block_CUb {
    padding: 2.5rem 0 1rem;
}.review_block_CUb .container {
    gap: 1.5rem;
}.review_block_CUb .top_tutor_euH {
    flex: 1 1 100%;
    min-width: 100%;
}.review_block_CUb .nav_sitebar_LWO {
    gap: 1rem;
}.review_block_CUb .company_holder {
    padding: 1.5rem;
}.review_block_CUb .design_res_lAx {
    padding: 1.2rem;
}.rating_stars_Igr {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.review_block_CUb .company_holder h3::after {
    width: 50px;
}.review_block_CUb .top_tutor_euH .nav_sitebar_LWO a:hover {
    padding-left: 2rem;
}.rating_stars_Igr .qna_board_vPC {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.instructor_profile_NYD {
    background-color: rgb(233,237,211);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.instructor_profile_NYD::before {
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(199,210,156,0.5));
    height: 100%;
    width: 40%;
    right: 0;
}.instructor_profile_NYD .success_opinions_jhd {
    margin: 0 auto;
    border-radius: 0;
    position: relative;
    box-shadow: none;
    max-width: 1200px;
    display: flex;
    z-index: 2;
    background: transparent;
}.instructor_profile_NYD .shot_UvH {
    box-shadow: 15px 15px 0 rgb(199,210,156,0.5);
    height: 480px;
    transform: rotate(-2deg);
    border-radius: 0;
    width: 45%;
    position: relative;
    transition: all 0.5s ease;
}.instructor_profile_NYD .exp_list_JPk {
    padding: 3rem 0 3rem 4rem;
    display: flex;
    position: relative;
    width: 55%;
    flex-direction: column;
    justify-content: center;
}.instructor_profile_NYD .exp_list_JPk::before {
    left: 2.5rem;
    height: 100%;
    background: linear-gradient(to bottom, rgb(166,182,110,0.5), transparent);
    top: 0;
    content: "";
    width: 1px;
    position: absolute;
}.instructor_profile_NYD .name {
    line-height: 1.1;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: calc(40px * 1.2);
    margin-bottom: 1rem;
}.instructor_profile_NYD .exp_list_JPk > div:nth-child(2) {
    font-weight: 600;
    border-radius: 10px;
    transform: translateX(-10px);
    letter-spacing: 1px;
    padding: 0.5rem 1.5rem;
    color: #ffffff;
    font-size: 15px;
    background-color: rgb(166,182,110);
    display: inline-block;
    margin-bottom: 2.5rem;
}.instructor_profile_NYD .emp_milestones_wvO {
    padding-left: 0;
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
    max-width: 90%;
    position: relative;
}.instructor_profile_NYD .emp_milestones_wvO::before {
    width: 60px;
    left: 0;
    background-color: rgb(199,210,156);
    content: "";
    position: absolute;
    top: -1.5rem;
    height: 3px;
}.instructor_profile_NYD .success_opinions_jhd:hover .shot_UvH {
    box-shadow: 10px 10px 0 rgb(166,182,110);
    transform: rotate(0deg);
}

@media (max-width: 992px) {.instructor_profile_NYD::before {
    height: 40%;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(199,210,156,0.5), transparent);
    width: 100%;
}.instructor_profile_NYD .success_opinions_jhd {
    flex-direction: column;
    align-items: center;
    max-width: 90%;
}.instructor_profile_NYD .shot_UvH {
    width: 90%;
    height: 400px;
}.instructor_profile_NYD .exp_list_JPk {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.instructor_profile_NYD .exp_list_JPk::before {
    display: none;
}.instructor_profile_NYD .emp_milestones_wvO {
    max-width: 100%;
}
}

@media (max-width: 576px) {.instructor_profile_NYD {
    padding: 4rem 1rem;
}.instructor_profile_NYD .shot_UvH {
    height: 320px;
}.instructor_profile_NYD .name {
    font-size: 31px;
}.instructor_profile_NYD .exp_list_JPk > div:nth-child(2) {
    font-size: 14px;
}.instructor_profile_NYD .emp_milestones_wvO {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.privacy_guard_rEX {
    border: 1px solid rgb(166,182,110);
    color: #ffffff;
    background-color: rgb(199,210,156);
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}.privacy_guard_rEX h1, .privacy_guard_rEX h2, .privacy_guard_rEX h3, .privacy_guard_rEX h4, .privacy_guard_rEX h5, .privacy_guard_rEX h6 {
    text-shadow: 0 0 5px rgb(199,210,156);
    margin-bottom: 20px;
    color: rgb(166,182,110);
}.privacy_guard_rEX h1 {
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 1px solid rgb(166,182,110);
    font-size: 41px;
}.privacy_guard_rEX h2 {
    padding-bottom: 8px;
    border-bottom: 1px dashed rgb(166,182,110);
    font-weight: 600;
    font-size: 33px;
}.privacy_guard_rEX h3 {
    font-weight: 600;
    font-size: 1.5em;
}.privacy_guard_rEX h4 {
    font-size: 1.25em;
    font-weight: 400;
}.privacy_guard_rEX h5 {
    font-weight: 400;
    font-size: 22px;
}.privacy_guard_rEX h6 {
    font-size: 21px;
    font-weight: 300;
}.privacy_guard_rEX ul, .privacy_guard_rEX ol {
    margin-left: 20px;
    padding-left: 20px;
}.privacy_guard_rEX ul li, .privacy_guard_rEX ol li {
    font-size: 17px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: rgb(166,182,110);
    line-height: 1.6;
}.privacy_guard_rEX ul li:before {
    content: '➤';
    font-size: 1.2em;
    color: rgb(199,210,156);
    left: 0;
    position: absolute;
}.privacy_guard_rEX p, .privacy_guard_rEX span, .privacy_guard_rEX div {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy_guard_rEX {
    padding: 20px 10px;
}.privacy_guard_rEX h1 {
    font-size: calc(22px - 10%);
}.privacy_guard_rEX h2 {
    font-size: calc(22px - 10%);
}.privacy_guard_rEX p, .privacy_guard_rEX span, .privacy_guard_rEX div {
    font-size: calc(17px - 10%);
}}
.privacy_guard_rEX a {
    text-decoration: none;
    color: rgb(199,210,156);
    border-bottom: 1px solid rgb(199,210,156);
}.privacy_guard_rEX a:hover {
    color: rgb(166,182,110);
    border-bottom: 1px solid rgb(166,182,110);
}.privacy_guard_rEX blockquote {
    font-style: italic;
    margin: 20px 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    border-left: 5px solid rgb(166,182,110);
    color: rgb(166,182,110);
}.privacy_guard_rEX code {
    background-color: rgb(199,210,156,0.5);
    border-radius: 10px;
    color: #000000;
    padding: 2px 6px;
    font-family: monospace;
}.privacy_guard_rEX hr {
    height: 1px;
    background: rgb(199,210,156,0.5);
    margin: 30px 0;
    border: 0;
}.cookie_dialog_banner_aTk {
    bottom: 0;
    position: fixed;
    width: 100%;
    align-items: center;
    display: flex;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem 0;
    z-index: 90;
    justify-content: center;
    background: rgb(233,237,211);
    border-top: 3px solid rgb(199,210,156);
}#trackingFormPanel_ZXC {
    display: none;
}#trackingFormPanel_ZXC:checked ~ .cookie_dialog_banner_aTk {
    opacity: 0;
    visibility: hidden;
}.cookie_dialog_banner_aTk .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    gap: 1rem;
    z-index: 1;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
}.edu_accept_TPh {
    display: flex;
    margin-right: 1rem;
    align-items: center;
    flex-shrink: 0;
}.edu_accept_TPh svg {
    fill: rgb(199,210,156);
    width: 50px;
    height: 50px;
}.user_dialog_tXi {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
}.user_dialog_tXi h5 {
    font-weight: 600;
    color: rgb(199,210,156);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}.user_dialog_tXi p {
    color: #000000;
    font-size: 1rem;
}.cookie_control_HOR {
    border: none;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    border-radius: 10px;
    background: rgb(199,210,156);
    font-size: 1rem;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}.cookie_button.cookie_show_hNH {
    background: rgb(199,210,156);
}.cookie_button.consent_edu_GIH {
    margin-left: 0.5rem;
    background: #000000;
}.cookie_control_HOR:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.consent_edu_GIH:hover {
    background: rgb(199,210,156);
}.cookie_dialog_banner_aTk p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(199,210,156);
}.cookie_dialog_banner_aTk p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_dialog_banner_aTk .container {
    flex-direction: column;
    align-items: center;
}.edu_accept_TPh {
    margin-right: 0;
    margin-bottom: 1rem;
}.user_dialog_tXi {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.consent_edu_GIH {
    margin-left: 0;
    margin-top: 0.5rem;
}
}
