﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.header_lessonaKA {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.progress_barT0b {
    flex: 0 0 auto;
}.container-wrapmzS {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1112px;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_methodologySmc {
    padding: 180px 0 150px;
    background: linear-gradient(160deg, rgb(221,220,230) 0%, rgb(188,210,185,0.5) 140%);
    position: relative;
    overflow: visible;
}.course_methodologySmc::before {
    z-index: 1;
    background: linear-gradient(45deg, transparent 60%, rgb(188,210,185,0.5) 100%);
    left: 0;
    opacity: 0.2;
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
}.course_methodologySmc .expert_studyniv {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.course_methodologySmc .text_archKes {
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    display: flex;
}.course_methodologySmc .text_archKes h2 {
    background: rgb(188,210,185,0.5);
    font-weight: 700;
    border-radius: 23px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    color: #ffffff;
    margin-bottom: 0;
    transform: translateX(-80px);
    position: relative;
    align-self: flex-start;
    padding: 30px 40px;
    z-index: 4;
    font-size: 30px;
}.course_methodologySmc .text_archKes p {
    backdrop-filter: blur(15px);
    border-radius: 23px;
    align-self: flex-end;
    font-size: 15px;
    width: 70%;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.2);
    z-index: 3;
    margin-top: -15px;
    position: relative;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    padding: 50px 60px;
    line-height: 1.8;
}.course_methodologySmc .text_archKes::before {
    background: rgb(188,210,185);
    width: 300px;
    right: -150px;
    animation: morph 15s infinite alternate;
    filter: blur(60px);
    content: '';
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 1;
    opacity: 0.05;
    top: -150px;
    position: absolute;
    height: 300px;
}.course_methodologySmc .text_archKes::after {
    filter: blur(70px);
    bottom: -200px;
    background: rgb(187,126,126);
    animation: morph 20s infinite alternate-reverse;
    z-index: 0;
    content: '';
    left: -150px;
    position: absolute;
    opacity: 0.05;
    border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    width: 400px;
    height: 400px;
}.course_methodologySmc .text_archKes h2::before {
    width: 40px;
    background: rgb(188,210,185);
    top: -20px;
    z-index: -1;
    content: '';
    transform: rotate(45deg);
    border-radius: 10px;
    left: -20px;
    position: absolute;
    height: 40px;
}.course_methodologySmc .text_archKes h2::after {
    height: 2px;
    content: '';
    position: absolute;
    bottom: -30px;
    z-index: 5;
    width: 120px;
    background: rgb(188,210,185);
    left: 40px;
}.course_methodologySmc .text_archKes p::before {
    opacity: 0.1;
    z-index: -1;
    top: -40px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(188,210,185,0.5);
    content: '';
    right: 60px;
    position: absolute;
    width: 80px;
    animation: float-rotate 10s infinite alternate;
    height: 80px;
}.course_methodologySmc .text_archKes p::after {
    z-index: -1;
    position: absolute;
    background: rgb(187,126,126,0.5);
    height: 60px;
    animation: float-rotate 12s infinite alternate-reverse;
    border-radius: 30% 70% 50% 50% / 50% 50% 70% 30%;
    opacity: 0.1;
    content: '';
    left: 40px;
    bottom: -30px;
    width: 60px;
}.course_methodologySmc::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(188,210,185,0.5) 20%, 
        rgb(188,210,185) 50%, 
        rgb(187,126,126,0.5) 80%, 
        transparent 100%
    );
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 3px;
    content: '';
    width: 100%;
    left: 0;
}.course_methodologySmc .expert_studyniv::before {
    height: 2px;
    top: 35%;
    width: 200px;
    left: -100px;
    content: '';
    position: absolute;
    transform: rotate(60deg);
    background: rgb(188,210,185,0.5);
    animation: glow 5s infinite alternate;
}.course_methodologySmc .expert_studyniv::after {
    height: 2px;
    transform: rotate(-60deg);
    background: rgb(187,126,126,0.5);
    bottom: 25%;
    content: '';
    position: absolute;
    animation: glow 6s infinite alternate-reverse;
    right: -100px;
    width: 200px;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 70% 30% 40% 60% / 50% 60% 30% 60%;
    }
}

@keyframes float-rotate {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-20px) rotate(45deg);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
        box-shadow: 0 0 5px rgb(188,210,185,0.5);
    }
    50% {
        opacity: 0.7;
        box-shadow: 0 0 15px rgb(188,210,185);
    }
}

.course_methodologySmc .text_archKes h2 span {
    z-index: 2;
    position: relative;
}.course_methodologySmc .text_archKes p span {
    position: relative;
    font-weight: 600;
    color: rgb(188,210,185);
}.course_methodologySmc .floating-element {
    opacity: 0.2;
    right: 10%;
    animation: float 20s infinite ease-in-out;
    height: 150px;
    width: 150px;
    z-index: 0;
    border: 2px solid rgb(188,210,185,0.5);
    position: absolute;
    top: 20%;
}.course_methodologySmc .floating-element::before {
    height: 20px;
    left: 50%;
    top: 50%;
    width: 20px;
    border-radius: 50%;
    background: rgb(188,210,185);
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0.3;
    content: '';
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-30px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(10deg);
    }
    75% {
        transform: translateY(30px) rotate(5deg);
    }
}

@media screen and (max-width: 1200px) {.course_methodologySmc .text_archKes h2 {
    transform: translateX(-60px);
}.course_methodologySmc .text_archKes p {
    width: 75%;
}.course_methodologySmc .text_archKes::before {
    width: 250px;
    top: -125px;
    height: 250px;
    right: -125px;
}.course_methodologySmc .text_archKes::after {
    bottom: -175px;
    height: 350px;
    width: 350px;
    left: -120px;
}.course_methodologySmc .floating-element {
    right: 8%;
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 992px) {.course_methodologySmc {
    padding: 150px 0 120px;
}.course_methodologySmc .text_archKes h2 {
    padding: 25px 35px;
    transform: translateX(-40px);
}.course_methodologySmc .text_archKes p {
    width: 80%;
    padding: 40px 50px;
}.course_methodologySmc .text_archKes::before {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
}.course_methodologySmc .text_archKes::after {
    width: 280px;
    bottom: -140px;
    left: -100px;
    height: 280px;
}.course_methodologySmc .expert_studyniv::before,
    .course_methodologySmc .expert_studyniv::after {
    width: 150px;
}.course_methodologySmc .floating-element {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 768px) {.course_methodologySmc {
    overflow: hidden;
    padding: 120px 0 100px;
}.course_methodologySmc .text_archKes h2 {
    align-self: center;
    padding: 20px 30px;
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
    transform: translateX(0);
}.course_methodologySmc .text_archKes p {
    align-self: center;
    width: 100%;
    padding: 30px 40px;
    margin-top: 0;
}.course_methodologySmc .text_archKes h2::after {
    width: 80px;
    bottom: -20px;
    transform: translateX(-50%);
    left: 50%;
}.course_methodologySmc .text_archKes::before,
    .course_methodologySmc .text_archKes::after,
    .course_methodologySmc .expert_studyniv::before,
    .course_methodologySmc .expert_studyniv::after,
    .course_methodologySmc .floating-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_methodologySmc {
    padding: 100px 0 80px;
}.course_methodologySmc .text_archKes h2 {
    padding: 15px 25px;
    font-size: calc(30px * 0.8);
}.course_methodologySmc .text_archKes p {
    font-size: calc(15px * 0.9);
    padding: 25px 30px;
}.course_methodologySmc .text_archKes h2::before {
    left: -15px;
    height: 30px;
    width: 30px;
    top: -15px;
}.course_methodologySmc .text_archKes h2::after {
    height: 1px;
    bottom: -15px;
    width: 60px;
}}.future_learnersNmZ {
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(187,126,126,0.5) 100%);
    padding: 5rem 0;
}.future_learnersNmZ::before {
    left: 0;
    top: 0;
    content: "";
    background-size: 40px 40px;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
}.future_learnersNmZ::after {
    top: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(188,210,185,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(187,126,126,0.5), 0.2) 0%, transparent 50%);
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
}.future_learnersNmZ .expert_studyniv {
    flex-direction: column;
    padding: 0 2rem;
    position: relative;
    max-width: 1100px;
    display: flex;
    margin: 0 auto;
}.future_learnersNmZ h3 {
    display: inline-block;
    padding: 1rem 0;
    align-self: flex-end;
    color: #ffffff;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    padding: 0.8rem 2rem;
    background: rgba(rgb(188,210,185,0.5), 0.2);
    border-radius: 10px 0 0 10px;
    font-size: 32px;
    text-align: right;
    position: relative;
    margin-bottom: 3rem;
}.future_learnersNmZ h3::before {
    right: 0;
    height: 100%;
    width: 10px;
    background: rgb(188,210,185);
    top: 0;
    position: absolute;
    content: "";
}.future_learnersNmZ h3::after {
    content: "";
    bottom: -10px;
    height: 1px;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to left,
        rgb(188,210,185),
        transparent
    );
    right: 0;
}.future_learnersNmZ ul {
    padding: 0;
    list-style: none;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    display: grid;
    margin: 0;
}.future_learnersNmZ li {
    border: 1px solid rgba(#ffffff, 0.1);
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    padding: 1.5rem;
    align-items: flex-start;
    display: flex;
}.future_learnersNmZ li::before {
    content: "";
    background: linear-gradient(
        90deg,
        rgb(188,210,185,0.5),
        rgb(187,126,126,0.5)
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 4px;
}.future_learnersNmZ li::after {
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(188,210,185,0.5), 0.2) 50%);
    right: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    width: 30px;
    top: 0;
    height: 30px;
    z-index: 1;
    opacity: 0;
    content: "";
}.future_learnersNmZ li:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
    border-color: rgba(rgb(188,210,185,0.5), 0.3);
}.future_learnersNmZ li:hover::before,
.future_learnersNmZ li:hover::after {
    opacity: 1;
}.future_learnersNmZ li svg {
    height: 32px;
    flex-shrink: 0;
    width: 32px;
    transition: all 0.3s ease;
    fill: rgb(187,126,126);
    margin-right: 1.2rem;
    top: 2px;
    position: relative;
}.future_learnersNmZ li svg path {
    transition: fill 0.3s ease;
    fill: rgb(187,126,126);
}.future_learnersNmZ li:hover svg {
    transform: scale(1.2);
}.future_learnersNmZ li:hover svg path {
    fill: rgb(188,210,185);
}.future_learnersNmZ li::before {
    background: linear-gradient(
        90deg,
        rgb(187,126,126),
        transparent
    );
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    content: "";
    height: 2px;
    opacity: 0.5;
    width: 100%;
    position: absolute;
}.future_learnersNmZ li {
    font-weight: 400;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}

@media (min-width: 992px) {.future_learnersNmZ ul {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
}.future_learnersNmZ li:first-child {
    grid-row: 1;
    grid-column: 1;
}.future_learnersNmZ li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.future_learnersNmZ li:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.future_learnersNmZ li:nth-child(4) {
    grid-row: 2;
    grid-column: 1;
}.future_learnersNmZ li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}.future_learnersNmZ li:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
}
}

@media (max-width: 991px) {.future_learnersNmZ {
    padding: 4rem 0;
}.future_learnersNmZ h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
    padding: 0.7rem 1.5rem;
}.future_learnersNmZ ul {
    gap: 1.2rem;
}
}

@media (max-width: 768px) {.future_learnersNmZ {
    padding: 3.5rem 0;
}.future_learnersNmZ .expert_studyniv {
    padding: 0 1.5rem;
}.future_learnersNmZ h3 {
    padding: 0.6rem 1.5rem;
    border-radius: 10px;
    align-self: center;
    text-align: center;
    width: auto;
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.future_learnersNmZ h3::before {
    top: auto;
    height: 4px;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
}.future_learnersNmZ h3::after {
    display: none;
}.future_learnersNmZ ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}
}

@media (max-width: 480px) {.future_learnersNmZ {
    padding: 3rem 0;
}.future_learnersNmZ .expert_studyniv {
    padding: 0 1rem;
}.future_learnersNmZ h3 {
    padding: 0.5rem 1.2rem;
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.future_learnersNmZ li {
    padding: 1.2rem;
}.future_learnersNmZ li svg {
    width: 28px;
    height: 28px;
    margin-right: 0.8rem;
}}.customer_feedbackZ8t {
    position: relative;
    background: rgb(221,220,230);
    padding: 7rem 1rem;
    overflow: hidden;
}.customer_feedbackZ8t::before {
    top: 0;
    left: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 30%);
    height: 100%;
    background: linear-gradient(0deg, transparent 40%, rgb(188,210,185,0.5) 100%);
    width: 100%;
    position: absolute;
}.customer_feedbackZ8t::after {
    position: absolute;
    background: linear-gradient(180deg, transparent 50%, rgb(187,126,126,0.5) 100%);
    height: 100%;
    clip-path: polygon(0 70%, 100% 90%, 100% 100%, 0 100%);
    width: 100%;
    bottom: 0;
    right: 0;
    content: "";
}.customer_feedbackZ8t .container {
    z-index: 2;
    position: relative;
}.customer_feedbackZ8t h2 {
    text-align: left;
    margin-bottom: 4rem;
    width: fit-content;
    font-size: 28px;
    padding: 1rem 0;
    position: relative;
    color: #000000;
    font-weight: 700;
}.customer_feedbackZ8t h2::before {
    height: 100%;
    transform: skewY(45deg);
    top: 0;
    content: "";
    background: rgb(188,210,185);
    position: absolute;
    left: -20px;
    width: 5px;
}.customer_feedbackZ8t h2::after {
    height: 3px;
    bottom: 0;
    content: "";
    left: 0;
    width: 80%;
    background: rgb(187,126,126);
    position: absolute;
}.customer_feedbackZ8t .client_viewstq8 {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    gap: 5rem;
}.customer_feedbackZ8t .learner_ratingsoqe {
    padding: 2.5rem 2rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    border-radius: 18px;
    display: flex;
    transform: translateY(0);
    flex-direction: column;
    position: relative;
}.customer_feedbackZ8t .learner_ratingsoqe:nth-child(odd) {
    align-self: flex-start;
    transform: translateX(-30px);
}.customer_feedbackZ8t .learner_ratingsoqe:nth-child(even) {
    align-self: flex-end;
    transform: translateX(30px);
}.customer_feedbackZ8t .learner_ratingsoqe:hover {
    transform: translateY(-10px) translateX(0);
}.customer_feedbackZ8t .learner_ratingsoqe::before {
    transition: all 0.3s ease;
    height: 100%;
    z-index: -1;
    border-radius: 18px;
    left: 15px;
    background: rgb(188,210,185,0.5);
    position: absolute;
    content: "";
    width: 100%;
    top: 15px;
}.customer_feedbackZ8t .learner_ratingsoqe:hover::before {
    background: rgb(187,126,126,0.5);
    top: 10px;
    left: 10px;
}.customer_feedbackZ8t .learner_ratingsoqe img {
    border-radius: 50%;
    position: absolute;
    width: 70px;
    left: 25px;
    object-fit: cover;
    height: 70px;
    top: -25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffffff;
}.customer_feedbackZ8t .learner_ratingsoqe p {
    color: #000000;
    padding-left: 60px;
    font-size: calc(15px + 0.1rem);
    margin: 0.5rem 0;
    font-weight: 600;
}.customer_feedbackZ8t .learner_ratingsoqe .description {
    position: relative;
    font-size: 15px;
    color: #000000;
    border-top: 1px solid rgb(221,220,230);
    line-height: 1.7;
    padding: 1.5rem 0 0.5rem;
    margin-top: 1rem;
    font-weight: 400;
}.customer_feedbackZ8t .learner_ratingsoqe .description::before {
    font-size: 3rem;
    line-height: 1;
    color: rgb(188,210,185,0.5);
    content: "";
    left: 0;
    position: absolute;
    top: 0.5rem;
}.customer_feedbackZ8t .learner_ratingsoqe .description::after {
    font-size: 3rem;
    right: 0;
    color: rgb(188,210,185,0.5);
    bottom: -1.5rem;
    content: "";
    position: absolute;
    line-height: 1;
}

@media (max-width: 991px) {.customer_feedbackZ8t {
    padding: 5rem 1rem;
}.customer_feedbackZ8t .client_viewstq8 {
    gap: 4rem;
}
}

@media (max-width: 767px) {.customer_feedbackZ8t h2 {
    margin-bottom: 3rem;
    font-size: calc(28px - 0.3rem);
}.customer_feedbackZ8t .client_viewstq8 {
    gap: 3.5rem;
}.customer_feedbackZ8t .learner_ratingsoqe:nth-child(odd),
    .customer_feedbackZ8t .learner_ratingsoqe:nth-child(even) {
    transform: none;
    width: 100%;
    align-self: center;
}.customer_feedbackZ8t .learner_ratingsoqe:hover {
    transform: translateY(-5px);
}.customer_feedbackZ8t .learner_ratingsoqe p {
    padding-left: 50px;
}}header .nav_topMdJ {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 100;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(221,220,230) 0%, rgb(188,210,185,0.5) 100%);
    position: relative;
}header .nav_topMdJ::before {
    animation: slidePattern 25s linear infinite;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(187,126,126,0.5) 10px,
        rgb(187,126,126,0.5) 11px
    );
    opacity: 0.1;
    width: 100%;
    content: "";
}header .nav_topMdJ::after {
    position: absolute;
    opacity: 0.1;
    height: 100px;
    z-index: -2;
    top: -50px;
    background: rgb(188,210,185);
    left: -25%;
    transform: rotate(-2deg);
    width: 150%;
    content: "";
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .main_leadMZf {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: auto 1fr;
}header .top_tutordSt {
    position: relative;
    z-index: 2;
}header .first_classXpx {
    transition: all 0.3s ease;
    padding: 15px;
    display: block;
    box-shadow: 5px 5px 0 rgb(188,210,185,0.5);
    transform: rotate(-3deg);
    background: #ffffff;
    border-radius: 10px;
    position: relative;
}header .first_classXpx::before {
    top: -5px;
    transition: all 0.3s ease;
    right: -5px;
    border: 2px dashed rgb(188,210,185,0.5);
    content: "";
    bottom: -5px;
    opacity: 0;
    position: absolute;
    left: -5px;
    border-radius: 10px;
}header .first_classXpx:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(188,210,185);
}header .first_classXpx:hover::before {
    opacity: 1;
    top: -8px;
    right: -8px;
    left: -8px;
    bottom: -8px;
}header .first_classXpx svg {
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    height: 45px;
    width: auto;
}header .main_teach5J8 {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}header .main_teach5J8::before {
    bottom: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.15;
    transition: width 0.3s ease;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(90deg, transparent, rgb(187,126,126,0.5) 100%);
    width: 85%;
    right: 0;
}header .main_teach5J8:hover::before {
    width: 100%;
}header .head_masterHsW {
    margin: 5px 3px;
    position: relative;
}header .head_masterHsW:nth-child(odd) {
    transform: translateY(-3px);
}header .head_masterHsW:nth-child(even) {
    transform: translateY(3px);
}header .head_masterHsW a {
    transition: all 0.3s ease;
    display: block;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    position: relative;
    border-radius: 0 10px 0 10px;
    padding: 8px 16px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    border-left: 3px solid transparent;
}header .head_masterHsW a::before {
    transition: transform 0.3s ease;
    right: 0;
    transform-origin: top;
    content: "";
    top: 0;
    height: 100%;
    width: 5px;
    position: absolute;
    background: rgb(188,210,185);
    transform: scaleY(0);
}header .head_masterHsW a::after {
    bottom: 0;
    width: 100%;
    content: "";
    transform: scaleX(0);
    left: 0;
    height: 2px;
    transition: transform 0.3s ease 0.1s;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(188,210,185) 0%, rgb(187,126,126) 100%);
    position: absolute;
}header .head_masterHsW a:hover {
    transform: translateX(5px);
    color: rgb(188,210,185);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    border-left-color: rgb(188,210,185);
}header .head_masterHsW a:hover::before {
    transform: scaleY(1);
}header .head_masterHsW a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .main_leadMZf {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}header .top_tutordSt {
    justify-self: center;
}header .main_teach5J8 {
    justify-content: center;
}header .main_teach5J8::before {
    background: rgb(187,126,126,0.5);
    width: 100%;
    opacity: 0.1;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .main_teach5J8 {
    width: 100%;
    flex-direction: column;
}header .head_masterHsW {
    transform: none !important;
    width: 100%;
    margin: 3px 0;
}header .head_masterHsW a {
    text-align: center;
    border-left: none;
    border-bottom: 3px solid transparent;
    border-radius: 10px;
}header .head_masterHsW a:hover {
    border-bottom-color: rgb(188,210,185);
    transform: translateY(-3px);
    border-left-color: transparent;
}header .head_masterHsW a::before {
    width: 100%;
    left: 0;
    top: auto;
    right: auto;
    height: 5px;
    transform: scaleX(0);
    bottom: 0;
}header .head_masterHsW a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .first_classXpx {
    padding: 10px;
    transform: none;
}header .first_classXpx svg {
    height: 40px;
}header .first_classXpx:hover {
    transform: translateY(-3px);
}}.company_infoSAM {
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 100px 0;
}.company_infoSAM::before {
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(188,210,185,0.5) 0%, 
        rgba(255, 255, 255, 0.85) 55%, 
        rgb(187,126,126,0.5) 100%);
    content: "";
    z-index: -1;
    backdrop-filter: blur(5px);
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}.company_infoSAM .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.company_infoSAM .text_archKes {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 40px;
}.company_infoSAM .text_archKes:hover {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.15),
        -15px -15px 35px rgba(255, 255, 255, 0.9),
        inset 3px 3px 8px rgba(255, 255, 255, 0.6),
        inset -3px -3px 8px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg);
}.company_infoSAM h1 {
    position: relative;
    transform: translateZ(30px);
    color: rgb(188,210,185);
    font-weight: 700;
    display: inline-block;
    font-size: 40px;
    margin-bottom: 30px;
    transition: transform 0.4s ease-out;
}.company_infoSAM h1::after {
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    left: 0;
    width: 60%;
    position: absolute;
    bottom: -10px;
    height: 4px;
    background: linear-gradient(90deg, rgb(188,210,185), transparent);
    transform-origin: left;
}.company_infoSAM .text_archKes:hover h1::after {
    transform: scaleX(1.5);
}.company_infoSAM ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.company_infoSAM li {
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 15px;
    animation: fadeIn 0.8s ease-out forwards;
}.company_infoSAM li:nth-child(1) {
    animation-delay: 0.3s;
}.company_infoSAM li:nth-child(2) {
    animation-delay: 0.5s;
}.company_infoSAM h4 {
    margin-bottom: 15px;
    font-size: calc(22px * 1.2);
    display: inline-block;
    padding-left: 15px;
    font-weight: 600;
    color: rgb(187,126,126);
    position: relative;
}.company_infoSAM h4::before {
    transform: translateY(-50%) rotate(45deg);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 8px;
    content: "";
    top: 50%;
    background: rgb(188,210,185);
    left: 0;
    height: 8px;
}.company_infoSAM span {
    position: relative;
    display: block;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
    text-align: justify;
    column-count: 2;
    column-gap: 40px;
    padding: 5px 0;
    font-size: 13px;
}.company_infoSAM span::first-letter {
    font-weight: 700;
    color: rgb(188,210,185);
    font-size: 1.5em;
}

@media (max-width: 992px) {.company_infoSAM {
    padding: 80px 0;
}.company_infoSAM .text_archKes {
    transform: perspective(800px) rotateX(1deg);
    padding: 30px;
}.company_infoSAM h1 {
    font-size: calc(40px * 0.9);
}.company_infoSAM span {
    column-count: 1;
}
}

@media (max-width: 768px) {.company_infoSAM {
    padding: 60px 0;
}.company_infoSAM .text_archKes {
    transform: perspective(600px) rotateX(0.5deg);
    box-shadow: 
            15px 15px 30px rgba(0, 0, 0, 0.1),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 3px 3px 8px rgba(255, 255, 255, 0.5),
            inset -3px -3px 10px rgba(0, 0, 0, 0.05);
    padding: 25px;
}.company_infoSAM h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 20px;
}.company_infoSAM h4 {
    font-size: 22px;
}.company_infoSAM span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.company_infoSAM {
    padding: 40px 0;
}.company_infoSAM .text_archKes {
    transform: none;
    padding: 20px;
    box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.1),
            -5px -5px 15px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.5),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.company_infoSAM h1 {
    margin-bottom: 15px;
    font-size: calc(40px * 0.7);
}.company_infoSAM h1::after {
    height: 3px;
}.company_infoSAM h4 {
    margin-bottom: 10px;
    font-size: calc(22px * 0.9);
}.company_infoSAM span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}.secure_guardjvi {
    font-family: Arial, sans-serif;
    overflow: hidden;
    height: auto;
    box-shadow: 0 0 15px rgb(188,210,185,0.5), 0 0 30px rgb(187,126,126,0.5);
    padding: 40px;
    color: #ffffff;
    width: 100%;
}.secure_guardjvi h1 {
    font-size: 44px;
    text-shadow: 0 0 10px rgb(188,210,185,0.5);
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(188,210,185);
    margin-top: 40px;
    padding-bottom: 10px;
    color: rgb(188,210,185);
    font-weight: 700;
}.secure_guardjvi h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(187,126,126);
    text-shadow: 0 0 10px rgb(187,126,126,0.5);
    font-weight: 600;
    color: rgb(187,126,126);
    margin-top: 30px;
    font-size: 30px;
    padding-bottom: 5px;
}.secure_guardjvi h3, .secure_guardjvi h4, .secure_guardjvi h5, .secure_guardjvi h6 {
    color: rgb(188,210,185);
    font-weight: 600;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 15px;
    text-shadow: 0 0 5px rgb(188,210,185,0.5);
}.secure_guardjvi ul, .secure_guardjvi ol {
    list-style-position: inside;
    padding-left: 20px;
    padding: 15px 0;
}.secure_guardjvi li {
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 15px;
    text-shadow: 0 0 5px rgb(188,210,185,0.5);
}.secure_guardjvi section {
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    background: rgb(221,220,230);
    box-shadow: 0 0 15px rgb(188,210,185,0.5);
}.secure_guardjvi p, .secure_guardjvi span, .secure_guardjvi div {
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
    text-shadow: 0 0 5px rgb(188,210,185,0.5);
    margin-bottom: 10px;
    font-weight: 300;
}

@media only screen and (max-width: 800px) {.secure_guardjvi {
    padding: 20px 10px;
}.secure_guardjvi h1 {
    font-size: calc(22px * 0.8);
}.secure_guardjvi h2 {
    font-size: calc(22px * 0.8);
}.secure_guardjvi h3, .secure_guardjvi h4, .secure_guardjvi h5, .secure_guardjvi h6 {
    font-size: calc(22px * 0.8);
}.secure_guardjvi p, .secure_guardjvi span, .secure_guardjvi div {
    font-size: calc(13px * 0.9);
}}.course_highlightsSEg {
    overflow: hidden;
    padding: 140px 0;
    background: rgb(221,220,230);
    position: relative;
}.course_highlightsSEg::before {
    opacity: 0.15;
    bottom: 0;
    content: '';
    z-index: 1;
    position: absolute;
    right: 0;
    background: 
        linear-gradient(45deg, rgb(188,210,185,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(187,126,126,0.5) 100%);
    top: 0;
    left: 0;
}.course_highlightsSEg .container {
    z-index: 2;
    position: relative;
}.course_highlightsSEg .skill_academyvAp {
    display: flex;
    flex-direction: column;
    position: relative;
}.course_highlightsSEg .text_archKes {
    order: 2;
    margin: -80px auto 0;
    width: 80%;
    position: relative;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 27px;
    padding: 40px;
}.course_highlightsSEg .text_archKes h2 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 37px;
    position: relative;
}.course_highlightsSEg .text_archKes h2::after {
    left: 50%;
    bottom: 0;
    background: linear-gradient(to right, rgb(188,210,185), rgb(187,126,126));
    content: '';
    width: 80px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
}.course_highlightsSEg .text_archKes .description {
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.75;
    font-size: 13px;
}.course_highlightsSEg .text_archKes .description:last-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
    padding-top: 20px;
}.course_highlightsSEg .img_resize6hP {
    position: relative;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    order: 1;
    margin: 0 auto;
    z-index: 2;
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 27px;
    transform-origin: bottom;
    height: 500px;
}.course_highlightsSEg .img_resize6hP::before {
    z-index: 1;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    left: 0;
}.course_highlightsSEg .img_resize6hP::after {
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    width: 100%;
    left: 0;
    height: 30%;
    bottom: 0;
    z-index: 1;
    position: absolute;
}.course_highlightsSEg .skill_academyvAp::before {
    border-radius: 50%;
    left: 10%;
    top: 20px;
    position: absolute;
    width: 60px;
    height: 60px;
    animation: pulse 4s ease-in-out infinite;
    content: '';
    border: 2px solid rgb(188,210,185,0.5);
    z-index: 1;
}.course_highlightsSEg .skill_academyvAp::after {
    width: 40px;
    right: 15%;
    background: rgb(187,126,126,0.5);
    bottom: 50px;
    z-index: 1;
    content: '';
    height: 40px;
    animation: float 6s ease-in-out infinite;
    position: absolute;
    border-radius: 10px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@media (min-width: 992px) {.course_highlightsSEg .text_archKes::before {
    z-index: 1;
    top: 0;
    width: 200px;
    background: linear-gradient(to right, transparent, rgb(188,210,185,0.5), transparent);
    content: '';
    left: -160px;
    position: absolute;
    height: 3px;
    transform: translateY(130px) rotate(90deg);
}.course_highlightsSEg .text_archKes::after {
    background: linear-gradient(to right, transparent, rgb(187,126,126,0.5), transparent);
    transform: translateY(130px) rotate(90deg);
    top: 0;
    z-index: 1;
    content: '';
    width: 200px;
    height: 3px;
    right: -160px;
    position: absolute;
}
}

@media (max-width: 1200px) {.course_highlightsSEg .text_archKes {
    width: 70%;
}
}

@media (max-width: 992px) {.course_highlightsSEg {
    padding: 100px 0;
}.course_highlightsSEg .text_archKes {
    padding: 30px;
    width: 80%;
}.course_highlightsSEg .img_resize6hP {
    height: 350px;
}
}

@media (max-width: 768px) {.course_highlightsSEg {
    padding: 80px 0;
}.course_highlightsSEg .text_archKes {
    padding: 25px;
    width: 90%;
    margin-top: -50px;
}.course_highlightsSEg .img_resize6hP {
    height: 300px;
    width: 100%;
    transform: perspective(1000px) rotateX(3deg);
}.course_highlightsSEg .skill_academyvAp::before,
    .course_highlightsSEg .skill_academyvAp::after {
    display: none;
}
}

@media (max-width: 576px) {.course_highlightsSEg {
    padding: 60px 0;
}.course_highlightsSEg .text_archKes {
    margin-top: -30px;
    width: 100%;
    padding: 20px;
}.course_highlightsSEg .img_resize6hP {
    transform: none;
    height: 250px;
}.course_highlightsSEg .text_archKes h2 {
    font-size: calc(37px * 0.85);
}.course_highlightsSEg .text_archKes .description {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.cookieUsageContainerWrc {
    background: rgb(187,126,126);
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
    bottom: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(187,126,126);
    z-index: 90;
    position: fixed;
    width: 100%;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.privacy_cookiesTwP {
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 20px;
    padding: 20px 5%;
}.cookieUsageContainerWrc h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    font-size: 23px;
}.cookieUsageContainerWrc p {
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
}.consent_panelKos {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(188,210,185));
}.consent_panelKos svg {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(188,210,185);
}.consent_panelKos:hover svg {
    transform: scale(1.1);
}.safe_cookiesr1t {
    text-decoration: none;
    line-height: 40px;
    flex-shrink: 0;
    cursor: pointer;
    margin-left: 10px;
    background: linear-gradient(90deg, rgb(188,210,185), rgb(187,126,126));
    border-radius: 26px;
    text-align: center;
    padding: 10px 20px;
    color: #000000;
    font-size: 15px;
    box-shadow: 0 0 15px rgb(188,210,185);
    white-space: nowrap;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}.safe_cookiesr1t:hover {
    box-shadow: 0 0 20px rgb(187,126,126);
}.cookie_button.cookie_visitorUnP:hover {
    box-shadow: 0 0 15px rgb(187,126,126);
}.cookieUsageContainerWrc p a {
    transition: color 0.3s ease;
    color: rgb(188,210,185);
    text-decoration: none;
}.cookieUsageContainerWrc p a:hover {
    color: rgb(187,126,126);
}#cookieNoticeAlertBm1 {
    display: none;
}#cookieNoticeAlertBm1:checked ~ .cookieUsageContainerWrc {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieUsageContainerWrc {
    padding: 15px 0;
}.privacy_cookiesTwP {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.consent_panelKos {
    display: none;
}.privacy_cookiesTwP {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookieUsageContainerWrc h5 {
    font-size: 19px;
    margin-bottom: 5px;
}.user_alertDrK {
    margin-bottom: 15px;
}.safe_cookiesr1t {
    margin: 10px 0;
    min-width: 100%;
}}
.join_listxaW {
    background: linear-gradient(135deg, rgb(188,210,185,0.5), rgb(187,126,126));
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 4rem 2rem;
    overflow: hidden;
}.join_listxaW::before {
    z-index: 1;
    pointer-events: none;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.05;
    content: '';
    background: repeating-linear-gradient(45deg, 
        rgb(188,210,185,0.5) 0px, 
        rgb(188,210,185,0.5) 2px, 
        transparent 2px, 
        transparent 10px);
}.join_listxaW::after {
    content: '';
    z-index: 0;
    background: rgb(187,126,126,0.5);
    top: -50%;
    right: -20%;
    height: 200%;
    width: 60%;
    transform: rotate(-15deg);
    filter: blur(40px);
    position: absolute;
}.join_listxaW .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.join_listxaW .expert_studyniv {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.08);
    border-left: 4px solid rgb(188,210,185);
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    display: grid;
    gap: 2rem;
}.join_listxaW .expert_studyniv:hover {
    transform: perspective(1000px) rotateY(0deg);
}.join_listxaW h3 {
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 1rem;
    padding-left: 1rem;
    font-size: calc(18px * 1.1);
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    position: relative;
}.join_listxaW h3::before {
    content: '';
    top: 8px;
    background: rgb(187,126,126);
    transform: scaleY(0);
    width: 3px;
    transform-origin: top;
    transition: transform 0.4s ease-out;
    bottom: 8px;
    left: 0;
    position: absolute;
}.join_listxaW .expert_studyniv:hover h3::before {
    transform: scaleY(1);
}.join_listxaW .input_holder {
    flex-direction: column;
    z-index: 3;
    gap: 1rem;
    position: relative;
    display: flex;
}.join_listxaW .input_holder div {
    flex: 1;
    position: relative;
}.join_listxaW input[type="email"] {
    padding: 1rem 1.25rem;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #000000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    transition: all 0.3s ease;
    border: none;
    outline: none;
    width: 100%;
    font-family: Arial, sans-serif;
}.join_listxaW input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.join_listxaW input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(0, 0, 0, 0.4);
}.join_listxaW input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join_listxaW .updates_boxOgA {
    font-weight: 600;
    background: rgb(188,210,185);
    font-size: 20px;
    transform: translateY(0);
    cursor: pointer;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    border: none;
    padding: 1rem 1.5rem;
    overflow: hidden;
}.join_listxaW .updates_boxOgA:hover {
    background: rgb(187,126,126);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}.join_listxaW .updates_boxOgA::after {
    position: absolute;
    height: 150%;
    left: 50%;
    opacity: 0;
    width: 150%;
    content: '';
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    top: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
}.join_listxaW .updates_boxOgA:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}.join_listxaW .updates_boxOgA:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {.join_listxaW {
    padding: 6rem 3rem;
}.join_listxaW .expert_studyniv {
    padding: 3rem;
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.join_listxaW h3 {
    margin: 0;
    font-size: 18px;
}.join_listxaW .input_holder {
    flex-direction: row;
}.join_listxaW input[type="email"] {
    border-radius: 0;
}.join_listxaW .updates_boxOgA {
    white-space: nowrap;
}
}

@media (min-width: 992px) {.join_listxaW {
    padding: 7rem 4rem;
}.join_listxaW .expert_studyniv {
    margin: 0 auto;
    grid-template-columns: 1.5fr 1fr;
    max-width: 90%;
}.join_listxaW h3 {
    font-size: calc(18px * 1.1);
}.join_listxaW::before {
    background-size: 15px 15px;
}
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(188,210,185,0.5), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(188,210,185,0.5), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(188,210,185,0.5), 0);
    }
}

@media (prefers-reduced-motion: no-preference) {.join_listxaW .updates_boxOgA {
    animation: pulse 2s infinite;
}.join_listxaW input[type="email"] {
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}.join_listxaW input[type="email"]:focus {
    transition-duration: 0.4s;
}
}

@media (max-width: 767px) {.join_listxaW {
    padding: 3rem 1.5rem;
}.join_listxaW .expert_studyniv {
    padding: 1.5rem;
    transform: none;
}.join_listxaW h3 {
    font-size: calc(22px * 1.2);
    line-height: 1.5;
}.join_listxaW input[type="email"],
    .join_listxaW .updates_boxOgA {
    padding: 0.875rem;
    font-size: calc(15px * 0.9);
}}.plan_dealRsq {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 100px 0;
    position: relative;
}.plan_dealRsq::before {
    right: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(188,210,185,0.5) 100%);
    position: absolute;
}.plan_dealRsq .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.plan_dealRsq .learning_cost4NM {
    position: relative;
}.plan_dealRsq h2 {
    font-weight: 700;
    animation: slideInTitle 0.8s forwards 0.2s;
    color: #ffffff;
    transform: translateX(-10px);
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: 29px;
    margin-bottom: 20px;
}.plan_dealRsq .payment_plansNlV {
    margin-bottom: 40px;
    max-width: 800px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0;
    animation: slideInDesc 0.8s forwards 0.4s;
    font-size: 16px;
    transform: translateX(-10px);
}.plan_dealRsq .pricing_deals9xe {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
}.plan_dealRsq .pricing_deals9xe li {
    opacity: 0;
    perspective: 1000px;
    animation: fadeIn 0.8s forwards;
}.plan_dealRsq .pricing_deals9xe li:nth-child(1) {
    animation-delay: 0.5s;
}.plan_dealRsq .pricing_deals9xe li:nth-child(2) {
    animation-delay: 0.7s;
}.plan_dealRsq .pricing_deals9xe li:nth-child(3) {
    animation-delay: 0.9s;
}.plan_dealRsq .pricing_deals9xe li:nth-child(4) {
    animation-delay: 1.1s;
}.plan_dealRsq .discount_tierzIU {
    display: block;
    text-decoration: none;
    transform-style: preserve-3d;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.plan_dealRsq .rate_choice23R {
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    padding: 30px;
    box-sizing: border-box;
    height: 100%;
    border-left: 4px solid rgb(188,210,185);
    transition: all 0.4s ease;
    background: linear-gradient(145deg, #ffffff 0%, rgb(221,220,230) 100%);
    overflow: hidden;
    flex-direction: column;
    display: flex;
}.plan_dealRsq .rate_choice23R::before {
    width: 80px;
    top: 0;
    content: "";
    right: 0;
    position: absolute;
    height: 80px;
    transform: translate(50%, -50%) rotate(45deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(187,126,126);
    opacity: 0.8;
}.plan_dealRsq .pricing_schemesyZo {
    flex-direction: column;
    position: relative;
    height: 100%;
    display: flex;
    z-index: 2;
}.plan_dealRsq .pricing_schemesyZo h4 {
    display: inline-block;
    position: relative;
    font-size: calc(24px + 2px);
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px;
}.plan_dealRsq .pricing_schemesyZo h4::after {
    background: rgb(188,210,185);
    bottom: -10px;
    width: 40px;
    content: "";
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
}.plan_dealRsq .pricing_schemesyZo p {
    flex-grow: 1;
    margin: 0 0 25px;
    word-wrap: break-word;
    hyphens: auto;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    font-size: calc(16px - 1px);
    white-space: normal;
}.plan_dealRsq .bundle_offerVyp {
    font-weight: 700;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    background: rgb(188,210,185);
    font-size: 17px;
    margin-top: auto;
    align-self: flex-start;
    transform: translateY(0);
    color: #ffffff;
    position: relative;
    padding: 10px 20px;
}.plan_dealRsq .bundle_offerVyp::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}.plan_dealRsq .discount_tierzIU:hover {
    transform: translateY(-8px);
}.plan_dealRsq .discount_tierzIU:hover .rate_choice23R {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-left-width: 8px;
}.plan_dealRsq .discount_tierzIU:hover .rate_choice23R::before {
    transform: translate(40%, -40%) rotate(45deg);
}.plan_dealRsq .discount_tierzIU:hover .pricing_schemesyZo h4::after {
    width: 70px;
}.plan_dealRsq .discount_tierzIU:hover .bundle_offerVyp {
    background: rgb(187,126,126);
    transform: translateY(-5px);
}.plan_dealRsq .discount_tierzIU:hover .bundle_offerVyp::before {
    transform: translateX(100%);
}.plan_dealRsq .discount_tierzIU:active {
    transition: transform 0.2s;
    transform: translateY(-2px);
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@media (max-width: 1200px) {.plan_dealRsq {
    padding: 80px 0;
}.plan_dealRsq .pricing_deals9xe {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.plan_dealRsq h2 {
    font-size: calc(29px - 4px);
}.plan_dealRsq .payment_plansNlV {
    margin-bottom: 30px;
}.plan_dealRsq .pricing_deals9xe {
    gap: 20px;
}.plan_dealRsq .rate_choice23R {
    padding: 25px;
}
}

@media (max-width: 768px) {.plan_dealRsq {
    padding: 60px 0;
}.plan_dealRsq h2 {
    font-size: calc(29px - 6px);
}.plan_dealRsq .payment_plansNlV {
    font-size: calc(16px - 1px);
}.plan_dealRsq .pricing_deals9xe {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
}.plan_dealRsq .pricing_schemesyZo h4 {
    font-size: 24px;
}.plan_dealRsq .pricing_schemesyZo p {
    margin-bottom: 20px;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 576px) {.plan_dealRsq {
    padding: 50px 0;
}.plan_dealRsq .container {
    padding: 0 15px;
}.plan_dealRsq h2 {
    font-size: calc(29px - 8px);
    margin-bottom: 15px;
}.plan_dealRsq .payment_plansNlV {
    margin-bottom: 25px;
}.plan_dealRsq .pricing_deals9xe {
    gap: 20px;
    grid-template-columns: 1fr;
}.plan_dealRsq .rate_choice23R {
    padding: 20px;
}.plan_dealRsq .pricing_schemesyZo p {
    margin-bottom: 15px;
}.plan_dealRsq .bundle_offerVyp {
    font-size: calc(17px - 1px);
    padding: 8px 16px;
}}.contact_sectionnwE {
    position: relative;
    isolation: isolate;
    background: linear-gradient(
        135deg, 
        rgb(187,126,126,0.5) 0%, 
        rgb(188,210,185,0.5) 100%
    );
    padding: 6rem 0;
    overflow: hidden;
}.contact_sectionnwE::before {
    animation: subtle-pulse 12s infinite alternate;
    content: '';
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    top: -50%;
    position: absolute;
    left: -50%;
    z-index: 1;
    height: 200%;
}.contact_sectionnwE::after {
    bottom: -30%;
    z-index: 1;
    width: 150%;
    animation: subtle-wave 15s infinite alternate-reverse;
    content: '';
    height: 150%;
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    right: -30%;
}.contact_sectionnwE .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1200px;
    z-index: 2;
}.contact_sectionnwE h2 {
    margin-bottom: 3rem;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-align: center;
    font-size: 46px;
}.contact_sectionnwE h2::after {
    left: 50%;
    position: absolute;
    content: '';
    height: 3px;
    bottom: -0.5rem;
    width: 80px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(188,210,185), 
        transparent
    );
    transform: translateX(-50%);
}.contact_sectionnwE .support_boxzGH {
    border-radius: 25px;
    background: rgba(255,255,255,0.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    align-items: stretch;
    display: flex;
}.contact_sectionnwE .img_resize6hP {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}.contact_sectionnwE .img_resize6hP::before {
    mix-blend-mode: color-dodge;
    top: 0;
    background: linear-gradient(
        45deg, 
        rgb(187,126,126,0.5) 0%, 
        rgb(188,210,185,0.5) 100%
    );
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.6;
    content: '';
}.contact_sectionnwE .support_feedbackSbK {
    flex: 0 0 60%;
    display: flex;
    padding: 4rem 3rem;
    flex-direction: column;
    justify-content: center;
}.contact_sectionnwE .support_feedbackSbK form {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}.contact_sectionnwE .support_feedbackSbK h3 {
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    font-size: 37px;
    margin-bottom: 2rem;
}.contact_sectionnwE .support_feedbackSbK input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    color: #ffffff;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    background: rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 1rem 1.5rem;
    font-size: 13px;
}.contact_sectionnwE .support_feedbackSbK input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(188,210,185);
    box-shadow: 0 0 15px rgba(rgb(188,210,185), 0.3);
}.contact_sectionnwE .support_feedbackSbK .feedback_blocklZV {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.contact_sectionnwE .support_feedbackSbK .feedback_blocklZV input[type="checkbox"] {
    border: 2px solid #ffffff;
    border-radius: 10px;
    height: 22px;
    margin-right: 1rem;
    position: relative;
    width: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
}.contact_sectionnwE .support_feedbackSbK .feedback_blocklZV input[type="checkbox"]:checked {
    background: rgb(188,210,185);
    border-color: rgb(188,210,185);
}.contact_sectionnwE .support_feedbackSbK .feedback_blocklZV input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    color: #ffffff;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    content: '✔';
    left: 50%;
}.contact_sectionnwE .support_feedbackSbK .feedback_blocklZV label {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #ffffff;
}.contact_sectionnwE .support_feedbackSbK .feedback_blocklZV a {
    margin-left: 0.3rem;
    color: rgb(188,210,185);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_sectionnwE .support_feedbackSbK .feedback_blocklZV a:hover {
    text-decoration: underline;
}.contact_sectionnwE .support_feedbackSbK .query_inquiry5yw {
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    border-radius: 10px;
    background: rgb(188,210,185);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    font-weight: 600;
}.contact_sectionnwE .support_feedbackSbK .query_inquiry5yw::before {
    width: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    top: 0;
    content: '';
    position: absolute;
    left: -100%;
    height: 100%;
    transition: all 0.3s ease;
}.contact_sectionnwE .support_feedbackSbK .query_inquiry5yw:hover::before {
    left: 100%;
}.contact_sectionnwE .support_feedbackSbK .query_inquiry5yw:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact_sectionnwE .support_boxzGH {
    flex-direction: column;
}.contact_sectionnwE .img_resize6hP {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_sectionnwE .support_feedbackSbK {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_sectionnwE {
    padding: 3rem 0;
}.contact_sectionnwE h2 {
    margin-bottom: 2rem;
    font-size: calc(46px * 0.8);
}.contact_sectionnwE .support_feedbackSbK h3 {
    font-size: calc(37px * 0.9);
}.contact_sectionnwE .support_feedbackSbK input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact_sectionnwE .support_feedbackSbK .feedback_blocklZV {
    align-items: flex-start;
}.contact_sectionnwE .support_feedbackSbK .feedback_blocklZV input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_sectionnwE .support_boxzGH {
    border-radius: 0;
}.contact_sectionnwE .img_resize6hP {
    min-height: 250px;
}.contact_sectionnwE .support_feedbackSbK {
    padding: 2rem 1.5rem;
}}.title_boarddj3 {
    background: linear-gradient(135deg, rgb(221,220,230) 0%, rgb(187,126,126,0.5) 100%);
    justify-content: center;
    padding: 2rem;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
}.title_boarddj3::before {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(45deg, rgb(187,126,126,0.5) 0%, transparent 60%);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}.title_boarddj3::after {
    width: 60%;
    opacity: 0.3;
    height: 40%;
    bottom: -5px;
    transform: rotate(-5deg);
    z-index: 0;
    right: -5px;
    position: absolute;
    background: linear-gradient(to right, rgb(188,210,185,0.5), rgb(187,126,126));
    content: "";
    filter: blur(15px);
}.title_boarddj3 .fast_skillWCZ {
    grid-template-columns: 1fr;
    z-index: 2;
    position: relative;
    gap: 3rem;
    max-width: 1300px;
    width: 100%;
    display: grid;
}.title_boarddj3 .fast_skillWCZ > div:first-child {
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    z-index: 3;
    opacity: 0;
    transform: translateY(2rem);
}.title_boarddj3 .fast_skillWCZ > div:first-child p {
    font-size: calc(14px * 1.4);
    position: relative;
    max-width: 90%;
    color: #000000;
    padding-left: 2rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-weight: 600;
}.title_boarddj3 .fast_skillWCZ > div:first-child p::before {
    width: 4px;
    height: calc(100% - 1rem);
    transform: scaleY(0);
    position: absolute;
    background: rgb(188,210,185);
    transform-origin: top;
    animation: scaleLineDown 0.6s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    top: 0.5rem;
}.title_boarddj3 .study_hubSQZ {
    z-index: 3;
    position: relative;
    opacity: 0;
    transform: translateY(3rem);
    animation: slideUpFade 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.title_boarddj3 .study_hubSQZ > div {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 16px;
}.title_boarddj3 .study_hubSQZ > div:hover {
    transform: translateY(-10px);
}.title_boarddj3 .study_hubSQZ > div::before {
    left: 0;
    width: 100%;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.7)
  );
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}.title_boarddj3 .study_hubSQZ > div::after {
    z-index: 2;
    left: 0;
    mix-blend-mode: overlay;
    top: 0;
    opacity: 0.2;
    width: 100%;
    content: "";
    background: rgb(187,126,126);
    position: absolute;
    height: 100%;
}.title_boarddj3 .study_hubSQZ h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    position: relative;
    line-height: 1.4;
    padding: 2.5rem 2rem 1rem;
    font-size: calc(19px * 1.1);
    z-index: 3;
    font-weight: 600;
    max-width: 90%;
}.title_boarddj3 .study_hubSQZ h3::before {
    height: 3px;
    animation: scaleLineRight 0.6s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: rgb(188,210,185);
    top: 1.5rem;
    left: 2rem;
    content: "";
    transform-origin: left;
    width: 60px;
    transform: scaleX(0);
}.title_boarddj3 .study_hubSQZ h1.title_style_header {
    z-index: 3;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    position: relative;
    color: #ffffff;
    font-size: 40px;
    padding: 0 2rem 2.5rem;
}.title_boarddj3 .study_hubSQZ > div > div {
    transform: translateY(20px);
    z-index: 3;
    opacity: 0;
    position: relative;
    animation: slideUpFade 0.8s 0.9s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.title_boarddj3 .study_hubSQZ > div > div > div {
    position: relative;
    display: inline-block;
}.title_boarddj3 .study_hubSQZ > div > div > div::before {
    width: calc(100% - 4rem);
    height: 2px;
    transform: scaleX(0);
    content: "";
    animation: scaleLineRight 0.6s 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -10px;
    left: 2rem;
    position: absolute;
    transform-origin: left;
    background: rgb(188,210,185);
}

@keyframes slideUpFade {
  from {
    transform: translateY(3rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scaleLineDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes scaleLineRight {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.title_boarddj3 {
    padding: 3rem;
}.title_boarddj3 .fast_skillWCZ {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 4rem;
}.title_boarddj3 .fast_skillWCZ > div:first-child p {
    padding-left: 3rem;
    max-width: 100%;
    font-size: calc(14px * 1.6);
}.title_boarddj3 .fast_skillWCZ > div:first-child p::before {
    width: 6px;
}.title_boarddj3 .study_hubSQZ h3 {
    font-size: calc(19px * 1.2);
    padding: 3rem 3rem 1.5rem;
}.title_boarddj3 .study_hubSQZ h3::before {
    left: 3rem;
    top: 2rem;
    width: 80px;
}.title_boarddj3 .study_hubSQZ h1.title_style_header {
    font-size: calc(40px * 1.2);
    padding: 0 3rem 3rem;
}
}

@media (min-width: 1200px) {.title_boarddj3 {
    padding: 4rem;
}.title_boarddj3 .fast_skillWCZ {
    gap: 6rem;
}.title_boarddj3 .fast_skillWCZ > div:first-child p {
    padding-left: 4rem;
    font-size: calc(14px * 1.8);
}.title_boarddj3 .fast_skillWCZ > div:first-child p::before {
    width: 8px;
}.title_boarddj3 .study_hubSQZ h3 {
    font-size: calc(19px * 1.3);
    padding: 4rem 4rem 2rem;
}.title_boarddj3 .study_hubSQZ h3::before {
    width: 100px;
    top: 2.5rem;
    left: 4rem;
}.title_boarddj3 .study_hubSQZ h1.title_style_header {
    padding: 0 4rem 4rem;
    font-size: calc(40px * 1.4);
}.title_boarddj3 .study_hubSQZ > div > div > div::before {
    left: 4rem;
    width: calc(100% - 8rem);
}}footer {
    position: relative;
    width: 100%;
}.progress_barT0b {
    position: relative;
    padding: 0 0 30px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}footer .study_bottomJan {
    position: relative;
    z-index: 1;
}footer .message_panel1bI {
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: relative;
    background-color: rgb(187,126,126);
    margin-bottom: 70px;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 20px;
    justify-content: center;
    display: flex;
}footer .message_panel1bI::after {
    pointer-events: none;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
    content: "";
}footer .info_item {
    background-color: rgba(0, 0, 0, 0.2);
    max-width: 300px;
    align-items: center;
    display: flex;
    flex: 1 1 200px;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 10px 20px;
}footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}footer .info_item svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
    fill: #ffffff;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: grid;
    margin-top: -30px;
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
}footer .text_main_holder::before {
    left: 0;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
    top: 0;
    height: 100%;
    background-color: #ffffff;
    width: 100%;
    content: "";
    position: absolute;
}footer .top_tutordSt {
    text-align: center;
    padding-top: 60px;
}footer .top_tutordSt svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .pitch_compeEG {
    text-align: center;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    margin: 0 auto;
    max-width: 350px;
}footer .main_teach5J8 {
    background-color: rgb(221,220,230);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    padding: 30px;
    position: relative;
    margin: 0 20px;
}footer .main_teach5J8 h5 {
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 23px;
    margin-bottom: 25px;
    font-weight: 600;
}footer .main_teach5J8 h5::after {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(188,210,185), transparent);
    height: 2px;
    bottom: -8px;
    content: "";
    position: absolute;
}footer .head_primeA9M {
    gap: 10px 30px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}footer .head_primeA9M a {
    font-size: 16px;
    text-decoration: none;
    flex: 1 0 calc(50% - 30px);
    transition: all 0.3s ease;
    padding: 8px 0;
    color: #000000;
    position: relative;
}footer .head_primeA9M a::after {
    left: 0;
    position: absolute;
    content: "";
    background-color: rgb(188,210,185);
    transition: width 0.3s ease;
    width: 0;
    bottom: 0;
    height: 1px;
}footer .head_primeA9M a:hover {
    padding-left: 5px;
    color: rgb(188,210,185);
}footer .head_primeA9M a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    position: relative;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background-color: rgb(188,210,185);
    color: #ffffff;
    margin: 0 20px;
}footer .subscribe_holder::before {
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    content: "";
    height: 100%;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 23px;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 15px;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .updates_boxOgA {
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #000000;
}footer .updates_boxOgA:hover {
    background-color: rgb(187,126,126);
}footer .a11y_toolsDZB {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 60px;
}footer .footer_classesNlU {
    color: #000000;
    text-align: center;
    font-size: 15px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .updates_boxOgA {
    white-space: nowrap;
}footer .top_tutordSt {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .message_panel1bI {
    padding: 30px 15px 50px;
}footer .main_teach5J8, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .a11y_toolsDZB {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .message_panel1bI {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .main_teach5J8 h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .head_primeA9M a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .updates_boxOgA {
    padding: 12px;
}}.tyZonekoy {
    position: relative;
    background: linear-gradient(135deg, rgb(221,220,230), rgb(221,220,230) 60%, rgb(187,126,126,0.5) 140%);
    overflow: hidden;
    padding: 5rem 0;
}.tyZonekoy::before {
    z-index: 1;
    content: "";
    animation: float 18s ease-in-out infinite alternate;
    right: -10%;
    transform: rotate(15deg) skew(5deg);
    position: absolute;
    height: 70%;
    filter: blur(20px);
    background: linear-gradient(145deg, rgb(188,210,185,0.5) 10%, transparent 70%);
    opacity: 0.8;
    width: 50%;
    top: -5%;
}.tyZonekoy::after {
    animation: float 15s ease-in-out infinite alternate-reverse;
    bottom: -8%;
    left: -5%;
    height: 60%;
    background: linear-gradient(215deg, rgb(187,126,126,0.5) 15%, transparent 65%);
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    width: 40%;
    content: "";
    filter: blur(15px);
    transform: rotate(-10deg) skew(-5deg);
}.tyZonekoy .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}.tyZonekoy h2 {
    font-size: 33px;
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    line-height: 1.3;
    color: #000000;
    max-width: 90%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.tyZonekoy h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(188,210,185), rgb(187,126,126));
    position: absolute;
    content: "";
    height: 4px;
    width: 80px;
    transform-origin: left center;
    bottom: -0.8rem;
    transform: scaleX(1);
    transition: transform 0.6s ease-out;
}.tyZonekoy:hover h2 {
    transform: translateY(-5px);
}.tyZonekoy:hover h2::after {
    transform: scaleX(1.2);
}.tyZonekoy .expert_studyniv {
    backdrop-filter: blur(8px);
    padding: 2.5rem;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    position: relative;
    border-radius: calc(10px / 1.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(0);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 1rem;
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
}.tyZonekoy .expert_studyniv::before {
    animation: gradientMove 8s ease infinite;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(188,210,185), rgb(187,126,126), rgb(188,210,185));
    width: 100%;
    background-size: 200% 100%;
    left: 0;
    height: 4px;
    content: "";
}.tyZonekoy .expert_studyniv:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) translateZ(0);
}.tyZonekoy ul {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
}.tyZonekoy li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.5rem;
}.tyZonekoy li::before {
    transform: scale(0.8);
    transition: transform 0.3s ease, background-color 0.3s ease;
    background: rgb(188,210,185);
    width: 10px;
    left: 0;
    border-radius: 50%;
    position: absolute;
    top: 0.5rem;
    content: "";
    height: 10px;
}.tyZonekoy li:hover::before {
    transform: scale(1.1);
    background: rgb(187,126,126);
}.tyZonekoy li span {
    line-height: 1.7;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: calc(18px * 1.05);
    font-family: Arial, sans-serif;
    display: block;
}.tyZonekoy li:hover span {
    transform: translateX(5px);
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
    50% {
        transform: translateY(-20px) rotate(12deg) skew(3deg);
    }
    100% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.tyZonekoy {
    padding: 4rem 0;
}.tyZonekoy h2 {
    max-width: 100%;
    font-size: calc(33px * 0.9);
}.tyZonekoy .expert_studyniv {
    padding: 2rem;
}
}

@media (max-width: 768px) {.tyZonekoy {
    padding: 3.5rem 0;
}.tyZonekoy h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.8);
}.tyZonekoy h2::after {
    width: 60px;
    height: 3px;
}.tyZonekoy .expert_studyniv {
    padding: 1.8rem;
}.tyZonekoy li {
    padding-left: 1.8rem;
}.tyZonekoy li span {
    font-size: 18px;
}
}

@media (max-width: 576px) {.tyZonekoy {
    padding: 3rem 0;
}.tyZonekoy h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.2rem;
}.tyZonekoy h2::after {
    width: 50px;
    height: 3px;
}.tyZonekoy .expert_studyniv {
    margin-top: 0.5rem;
    padding: 1.5rem;
}.tyZonekoy li {
    padding-left: 1.5rem;
}.tyZonekoy li::before {
    top: 0.4rem;
    width: 8px;
    height: 8px;
}.tyZonekoy li span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.training_specialistKY9 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, rgb(221,220,230) 0%, rgb(187,126,126,0.5) 100%);
    padding: 120px 0;
}.training_specialistKY9::before {
    position: absolute;
    left: 0;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(188,210,185,0.5) 49.5%, rgb(188,210,185,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(188,210,185,0.5) 49.5%, rgb(188,210,185,0.5) 50.5%, transparent 50.5%);
    opacity: 0.07;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-size: 40px 40px;
}.training_specialistKY9::after {
    top: 0;
    left: 0;
    opacity: 0.04;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(188,210,185,0.5) 40px,
            rgb(188,210,185,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(188,210,185,0.5) 60px,
            rgb(188,210,185,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(188,210,185,0.5) 80px,
            rgb(188,210,185,0.5) 81px
        );
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}.training_specialistKY9 .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.training_specialistKY9 .learner_ratingsoqe {
    gap: 40px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 50px;
    overflow: hidden;
    display: grid;
    border-radius: 0;
    position: relative;
    grid-template-columns: 1fr 1fr;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    background: #ffffff;
}.training_specialistKY9 .learner_ratingsoqe::before {
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
        90deg,
        rgb(188,210,185) 0%,
        rgb(187,126,126) 100%
    );
    width: 100%;
    height: 6px;
    content: "";
}.training_specialistKY9 .learner_ratingsoqe::after {
    top: 6px;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(188,210,185,0.5) 0%,
        transparent 20%,
        rgb(188,210,185,0.5) 40%,
        transparent 60%,
        rgb(187,126,126,0.5) 80%,
        transparent 100%
    );
    animation: scanner 4s linear infinite;
    position: absolute;
    left: 0;
    height: 1px;
    content: "";
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.training_specialistKY9 .img_resize6hP {
    height: 100%;
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    overflow: hidden;
    border-radius: 0;
    min-height: 360px;
    width: 100%;
    transition: all 0.5s ease;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
}.training_specialistKY9 .img_resize6hP::before {
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 1;
    inset: 0;
    content: "";
}.training_specialistKY9 .img_resize6hP::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    height: 100%;
    width: 100%;
    z-index: 2;
}.training_specialistKY9 .name {
    font-weight: 700;
    border-left: 4px solid rgb(188,210,185);
    position: relative;
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #000000;
    padding-left: 16px;
}.training_specialistKY9 .name::before {
    transition: height 0.5s ease;
    top: 0;
    height: 0;
    left: -4px;
    content: "";
    background: rgb(187,126,126);
    width: 4px;
    position: absolute;
}.training_specialistKY9 .learner_ratingsoqe:hover .name::before {
    height: 100%;
}.training_specialistKY9 .learner_ratingsoqe span:not(.name) {
    margin-bottom: 25px;
    display: inline-block;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    position: relative;
    border-radius: 3px;
    letter-spacing: 1px;
    background: rgb(221,220,230);
    padding: 6px 12px;
    font-size: 21px;
}.training_specialistKY9 .learner_ratingsoqe span:not(.name)::after {
    left: 0;
    bottom: 0;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    background: rgb(188,210,185);
    width: 0;
}.training_specialistKY9 .learner_ratingsoqe:hover span:not(.name)::after {
    width: 100%;
}.training_specialistKY9 .professional_expk3V {
    border-radius: 10px;
    position: relative;
    border-left: 1px solid rgb(188,210,185);
    font-size: 18px;
    padding: 25px 30px;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 0;
    line-height: 1.8;
    background: linear-gradient(
        to right,
        rgb(221,220,230) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    color: #000000;
}.training_specialistKY9 .professional_expk3V::before {
    border-left: 2px solid rgb(188,210,185);
    height: 12px;
    left: 12px;
    width: 12px;
    content: "";
    opacity: 0.6;
    top: 15px;
    border-top: 2px solid rgb(188,210,185);
    position: absolute;
}.training_specialistKY9 .professional_expk3V::after {
    right: 12px;
    content: "";
    bottom: 15px;
    border-right: 2px solid rgb(187,126,126);
    height: 12px;
    border-bottom: 2px solid rgb(187,126,126);
    opacity: 0.6;
    position: absolute;
    width: 12px;
}.training_specialistKY9 .learner_ratingsoqe:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.training_specialistKY9 .learner_ratingsoqe:hover .img_resize6hP {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

@media (max-width: 991px) {.training_specialistKY9 {
    padding: 90px 0;
}.training_specialistKY9 .learner_ratingsoqe {
    gap: 30px;
    padding: 40px 30px;
}.training_specialistKY9 .img_resize6hP {
    min-height: 320px;
}.training_specialistKY9 .professional_expk3V {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.training_specialistKY9 {
    padding: 70px 0;
}.training_specialistKY9 .learner_ratingsoqe {
    grid-template-columns: 1fr;
    gap: 25px;
    grid-template-rows: auto auto;
    padding: 35px 25px;
}.training_specialistKY9 .img_resize6hP {
    min-height: 280px;
}.training_specialistKY9 .name {
    font-size: calc(33px * 0.9);
}.training_specialistKY9 .learner_ratingsoqe span:not(.name) {
    font-size: calc(21px * 0.95);
    margin-bottom: 20px;
}.training_specialistKY9 .professional_expk3V {
    font-size: calc(18px * 0.95);
    padding: 18px 22px;
}
}

@media (max-width: 575px) {.training_specialistKY9 {
    padding: 50px 0;
}.training_specialistKY9 .learner_ratingsoqe {
    padding: 30px 20px;
    gap: 20px;
}.training_specialistKY9 .img_resize6hP {
    min-height: 220px;
}.training_specialistKY9 .name {
    padding-left: 12px;
    font-size: calc(33px * 0.8);
}.training_specialistKY9 .learner_ratingsoqe span:not(.name) {
    padding: 4px 10px;
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.training_specialistKY9 .professional_expk3V {
    padding: 15px 18px;
    font-size: calc(18px * 0.9);
}
}