* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}.site_startIAJC {
    flex: 1 0 auto;
}.science_refAeqU {
    flex: 0 0 auto;
}.container {
    width: 1193px;
    max-width: 100%;
    margin: auto;
}.wrapper-paddingMVjO {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    color: #000000;
    auto
    scroll-behavior: auto;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.training_structureCHAy {
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(232,232,240) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.training_structureCHAy::before {
    top: -10%;
    right: -5%;
    background: linear-gradient(45deg, rgb(183,213,180,0.5) 0%, rgb(186,123,123) 100%);
    position: absolute;
    height: 70%;
    animation: floatEffect 12s infinite alternate ease-in-out;
    width: 40%;
    content: "";
    opacity: 0.15;
    transform: rotate(-15deg) skewX(-15deg);
    filter: blur(20px);
    border-radius: 10px;
}.training_structureCHAy::after {
    opacity: 0.1;
    background: linear-gradient(-45deg, rgb(183,213,180) 0%, rgb(186,123,123,0.5) 100%);
    height: 60%;
    content: "";
    left: -5%;
    width: 30%;
    filter: blur(15px);
    border-radius: 10px;
    animation: floatEffect 15s infinite alternate-reverse ease-in-out;
    bottom: -5%;
    position: absolute;
    transform: rotate(10deg) skewX(10deg);
}.training_structureCHAy .container.success_storyvntB {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98));
    max-width: 1140px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2;
    margin: 0 auto;
    border-left: 4px solid rgb(183,213,180);
    padding: 3rem;
    backdrop-filter: blur(10px);
}.training_structureCHAy .container.success_storyvntB:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.06);
}.training_structureCHAy .container.success_storyvntB > div {
    position: relative;
}.training_structureCHAy h3 {
    font-size: calc(31px * 0.9);
    opacity: 0;
    animation: slideIn 0.6s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: translateX(-10px);
}.training_structureCHAy h3::after {
    content: "";
    background: linear-gradient(to right, rgb(183,213,180), rgb(186,123,123));
    left: 0;
    height: 3px;
    transform-origin: left;
    animation: lineGrow 0.8s forwards 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -10px;
    transform: scaleX(0);
    width: 60px;
    position: absolute;
}.training_structureCHAy p {
    margin-top: 2rem;
    line-height: 1.8;
    position: relative;
    font-size: 13px;
    animation: fadeUp 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    transform: translateY(20px);
    color: #000000;
}.training_structureCHAy p span {
    padding-left: 1rem;
    display: inline-block;
    position: relative;
}.training_structureCHAy p span::before {
    height: calc(100% - 1.2rem);
    content: "";
    width: 2px;
    background: linear-gradient(to bottom, rgb(183,213,180), transparent);
    top: 0.6rem;
    left: 0;
    position: absolute;
}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translate(0, 0);
    }
    100% {
        transform: rotate(-10deg) skewX(-10deg) translate(10px, 10px);
    }
}

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

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    to {
        transform: scaleX(1);
    }
}

@media (max-width: 991px) {.training_structureCHAy {
    padding: 5rem 0;
}.training_structureCHAy .container.success_storyvntB {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.training_structureCHAy h3 {
    font-size: calc(31px * 0.8);
}
}

@media (max-width: 767px) {.training_structureCHAy {
    padding: 4rem 0;
}.training_structureCHAy .container.success_storyvntB {
    border-left: 3px solid rgb(183,213,180);
    padding: 2rem;
    transform: none;
}.training_structureCHAy h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.2rem;
}.training_structureCHAy h3::after {
    height: 2px;
    width: 50px;
}.training_structureCHAy p {
    font-size: calc(13px * 0.95);
    margin-top: 1.5rem;
}
}

@media (max-width: 575px) {.training_structureCHAy {
    padding: 3rem 0;
}.training_structureCHAy .container.success_storyvntB {
    margin: 0 1rem;
    padding: 1.5rem;
}.training_structureCHAy h3 {
    font-size: calc(31px * 0.6);
    margin-bottom: 1rem;
}.training_structureCHAy p {
    margin-top: 1.2rem;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.training_structureCHAy p span {
    padding-left: 0.8rem;
}.training_structureCHAy p span::before {
    top: 0.5rem;
    width: 1px;
    height: calc(100% - 1rem);
}
}

@media (prefers-reduced-motion) {.training_structureCHAy::before,
    .training_structureCHAy::after,
    .training_structureCHAy .container.success_storyvntB,
    .training_structureCHAy h3,
    .training_structureCHAy h3::after,
    .training_structureCHAy p {
    animation: none;
    opacity: 1;
    transform: none;
}.training_structureCHAy .container.success_storyvntB:hover {
    transform: none;
}
}

@media (hover: hover) {.training_structureCHAy .container.success_storyvntB {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.training_structureCHAy .container.success_storyvntB:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    right: 0;
    top: 0;
    z-index: -1;
    background-size: 300% 300%;
    position: absolute;
    left: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(183,213,180,0.5) 35%, rgb(186,123,123,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    animation: gradientFlow 20s ease infinite;
    content: "";
    bottom: 0;
    opacity: 0.75;
}footer::after {
    bottom: 0;
    position: absolute;
    z-index: -1;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(183,213,180,0.5) 25%, rgb(183,213,180,0.5) 26%, transparent 27%, transparent 74%, rgb(186,123,123,0.5) 75%, rgb(186,123,123,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(183,213,180,0.5) 25%, rgb(183,213,180,0.5) 26%, transparent 27%, transparent 74%, rgb(186,123,123,0.5) 75%, rgb(186,123,123,0.5) 76%, transparent 77%, transparent);
    top: 0;
    right: 0;
    content: "";
    opacity: 0.15;
    left: 0;
    background-size: 50px 50px;
}.science_refAeqU {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}.science_refAeqU::before {
    box-shadow: 0 0 20px rgb(183,213,180,0.5);
    width: 100%;
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, rgb(183,213,180), rgb(186,123,123), transparent);
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
}.science_refAeqU .container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
}.science_refAeqU .company_holder {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 28px;
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
    padding: 2rem;
    flex: 1 1 350px;
    position: relative;
}.science_refAeqU .company_holder::before {
    left: -50%;
    transform: translateY(-1px);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(183,213,180), transparent);
    width: 200%;
    content: "";
    top: 0;
    height: 1px;
}.science_refAeqU .company_holder::after {
    content: "";
    width: 100%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(186,123,123), transparent);
    position: absolute;
    left: 0;
    transform: translateY(1px);
}.science_refAeqU .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(183,213,180,0.5);
}.science_refAeqU .company_holder h3 {
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 0 1.5rem;
    text-shadow: 0 0 15px rgb(183,213,180,0.5);
    font-size: 33px;
    color: #ffffff;
    font-weight: 700;
}.science_refAeqU .company_holder h3::after {
    content: "";
    left: 0;
    width: 50px;
    box-shadow: 0 0 10px rgb(183,213,180);
    position: absolute;
    transition: width 0.3s ease-out;
    background: linear-gradient(90deg, rgb(183,213,180), rgb(186,123,123));
    bottom: -8px;
    height: 3px;
    border-radius: 10px;
}.science_refAeqU .company_holder:hover h3::after {
    width: 100%;
}.science_refAeqU .discount_ctaxhsR {
    line-height: 1.6;
    max-width: 100%;
    text-shadow: 0 0 10px #000000;
    color: #ffffff;
    opacity: 0.85;
    font-size: 18px;
}.science_refAeqU .cheat_sheetmFkM {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.science_refAeqU .head_knowUNTD {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.science_refAeqU .nav_classjoqc {
    position: relative;
    min-width: 250px;
    flex: 1 1 calc(50% - 1.25rem);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 28px;
    padding: 2rem;
    backdrop-filter: blur(8px);
}.science_refAeqU .nav_classjoqc::before {
    height: 1px;
    width: 200%;
    top: 0;
    left: -50%;
    position: absolute;
    transform: translateY(-1px);
    background: linear-gradient(90deg, transparent, rgb(186,123,123), transparent);
    content: "";
}.science_refAeqU .nav_classjoqc::after {
    bottom: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    transform: translateY(1px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(183,213,180), transparent);
}.science_refAeqU .nav_classjoqc:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(186,123,123,0.5);
    transform: translateY(-5px);
}.science_refAeqU .nav_classjoqc h5 {
    text-shadow: 0 0 15px rgb(186,123,123,0.5);
    color: #ffffff;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
    margin: 0 0 1.5rem;
    font-weight: 600;
    font-size: 21px;
}.science_refAeqU .nav_classjoqc h5::after {
    content: "";
    border-radius: 10px;
    width: 40px;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(186,123,123), rgb(183,213,180));
    transition: width 0.3s ease-out;
    bottom: -8px;
    box-shadow: 0 0 10px rgb(186,123,123);
    position: absolute;
}.science_refAeqU .nav_classjoqc:hover h5::after {
    width: 100%;
}.science_refAeqU .nav_classjoqc .head_knowUNTD {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.science_refAeqU .nav_classjoqc .head_knowUNTD a {
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    z-index: 1;
    display: block;
    text-shadow: 0 0 5px #000000;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    opacity: 0.8;
}.science_refAeqU .nav_classjoqc .head_knowUNTD a::before {
    height: 100%;
    top: 0;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, rgb(183,213,180), rgb(186,123,123));
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    left: 0;
    content: "";
    width: 3px;
    opacity: 0.5;
}.science_refAeqU .nav_classjoqc .head_knowUNTD a::after {
    left: 0;
    width: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease;
    content: "";
    opacity: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}.science_refAeqU .nav_classjoqc .head_knowUNTD a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(186,123,123,0.5);
}.science_refAeqU .nav_classjoqc .head_knowUNTD a:hover::before {
    opacity: 1;
    box-shadow: 0 0 10px rgb(183,213,180);
    width: 5px;
}.science_refAeqU .nav_classjoqc .head_knowUNTD a:hover::after {
    width: 100%;
    opacity: 0.2;
}.verify_ctaiOlL {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
}.verify_ctaiOlL::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(183,213,180), rgb(186,123,123), transparent);
    content: "";
    opacity: 0.5;
}.verify_ctaiOlL .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.verify_ctaiOlL .gift_cardbrHm {
    text-align: center;
    opacity: 0.7;
    text-shadow: 0 0 5px #000000;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
}.verify_ctaiOlL .gift_cardbrHm:hover {
    text-shadow: 0 0 8px rgb(186,123,123,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.science_refAeqU .container {
    gap: 2rem;
}.science_refAeqU .company_holder {
    flex: 1 1 320px;
}.science_refAeqU .cheat_sheetmFkM {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}

@media (max-width: 992px) {.science_refAeqU {
    padding: 3.5rem 0 2rem;
}.science_refAeqU .container {
    gap: 2rem;
    flex-direction: column;
}.science_refAeqU .company_holder,
    .science_refAeqU .cheat_sheetmFkM {
    min-width: 100%;
    flex: 1 1 100%;
}.science_refAeqU .nav_classjoqc {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.science_refAeqU {
    padding: 3rem 0 1.5rem;
}.science_refAeqU .company_holder,
    .science_refAeqU .nav_classjoqc {
    padding: 1.5rem;
}.science_refAeqU .head_knowUNTD {
    gap: 1.5rem;
}.science_refAeqU .company_holder h3 {
    font-size: calc(33px - 2px);
}.science_refAeqU .nav_classjoqc h5 {
    font-size: calc(21px - 1px);
}.science_refAeqU .company_holder:hover,
    .science_refAeqU .nav_classjoqc:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.science_refAeqU {
    padding: 2.5rem 0 1rem;
}.science_refAeqU .head_knowUNTD {
    gap: 1rem;
}.science_refAeqU .nav_classjoqc {
    min-width: 100%;
    flex: 1 1 100%;
}.science_refAeqU .nav_classjoqc .head_knowUNTD a {
    padding: 0.4rem 0.8rem;
}.science_refAeqU .nav_classjoqc .head_knowUNTD a:hover {
    padding-left: 1.2rem;
}.verify_ctaiOlL {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.science_refAeqU .company_holder:hover,
    .science_refAeqU .nav_classjoqc:hover {
    transform: translateY(-2px);
}}.potential_learnersVOpL {
    position: relative;
    padding: 100px 0;
    background: rgb(232,232,240);
    overflow: hidden;
}.potential_learnersVOpL::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(183,213,180,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(186,123,123,0.5) 0%, transparent 40%);
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.2;
    z-index: 0;
}.potential_learnersVOpL .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.potential_learnersVOpL .success_storyvntB {
    background: rgb(232,232,240);
    padding: 50px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 23px;
}.potential_learnersVOpL h4 {
    font-size: 30px;
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}.potential_learnersVOpL h4::after {
    background: linear-gradient(90deg, rgb(183,213,180), rgb(186,123,123));
    height: 4px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    border-radius: 2px;
    width: 80px;
    content: "";
}.potential_learnersVOpL div {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}.potential_learnersVOpL div p {
    transition: all 0.3s ease;
    line-height: 1.6;
    overflow: hidden;
    padding: 25px;
    border-radius: 23px;
    font-size: 15px;
    min-width: 250px;
    background: rgb(232,232,240);
    position: relative;
    flex: 1 1 calc(33.333% - 20px);
    margin: 0;
    align-items: center;
    color: #000000;
    display: flex;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
}.potential_learnersVOpL div p:hover {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}.potential_learnersVOpL div p::before {
    background: linear-gradient(180deg, rgb(183,213,180), rgb(186,123,123));
    height: 100%;
    opacity: 0.7;
    border-radius: 5px 0 0 5px;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 5px;
}.potential_learnersVOpL div p svg {
    width: 40px;
    padding: 8px;
    margin-right: 20px;
    transition: all 0.3s ease;
    height: 40px;
    border-radius: 50%;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    min-width: 40px;
    background: rgb(232,232,240);
}.potential_learnersVOpL div p:hover svg {
    transform: rotate(10deg);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.potential_learnersVOpL div p svg path {
    fill: rgb(183,213,180);
    transition: fill 0.3s ease;
}.potential_learnersVOpL div p:hover svg path {
    fill: rgb(186,123,123);
}

@media (max-width: 1100px) {.potential_learnersVOpL div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.potential_learnersVOpL {
    padding: 80px 0;
}.potential_learnersVOpL .success_storyvntB {
    padding: 40px 30px;
}.potential_learnersVOpL h4 {
    font-size: calc(30px - 2px);
    margin-bottom: 40px;
}.potential_learnersVOpL div {
    gap: 20px;
}.potential_learnersVOpL div p {
    padding: 20px;
}.potential_learnersVOpL div p svg {
    margin-right: 15px;
    width: 35px;
    height: 35px;
    min-width: 35px;
}
}

@media (max-width: 767px) {.potential_learnersVOpL {
    padding: 60px 0;
}.potential_learnersVOpL .success_storyvntB {
    padding: 30px 20px;
}.potential_learnersVOpL h4 {
    font-size: calc(30px - 4px);
    margin-bottom: 35px;
}.potential_learnersVOpL div p {
    flex: 1 1 100%;
    padding: 18px;
}.potential_learnersVOpL div p svg {
    width: 30px;
    margin-right: 15px;
    padding: 6px;
    min-width: 30px;
    height: 30px;
}
}

@media (max-width: 479px) {.potential_learnersVOpL {
    padding: 40px 0;
}.potential_learnersVOpL .success_storyvntB {
    padding: 25px 15px;
}.potential_learnersVOpL h4 {
    font-size: calc(30px - 6px);
    margin-bottom: 30px;
}.potential_learnersVOpL div {
    gap: 15px;
}.potential_learnersVOpL div p {
    font-size: calc(15px - 1px);
    padding: 15px;
}.potential_learnersVOpL div p svg {
    min-width: 26px;
    height: 26px;
    padding: 5px;
    width: 26px;
    margin-right: 12px;
}}.thxPanelWPpo {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,232,240) 0%, rgba(rgb(183,213,180,0.5), 0.05) 100%);
    padding: 6rem 0;
    position: relative;
}.thxPanelWPpo::before {
    animation: float 18s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    background: linear-gradient(225deg, rgb(186,123,123) 0%, rgba(rgb(186,123,123,0.5), 0.2) 100%);
    right: -5%;
    height: 80%;
    width: 40%;
    filter: blur(60px);
    z-index: 0;
    opacity: 0.2;
    transform: rotate(-15deg) skew(5deg);
    top: -15%;
}.thxPanelWPpo::after {
    transform: rotate(15deg) skew(-5deg);
    bottom: -10%;
    z-index: 0;
    width: 35%;
    position: absolute;
    opacity: 0.15;
    background: linear-gradient(45deg, rgb(183,213,180) 0%, rgba(rgb(183,213,180,0.5), 0.1) 100%);
    height: 70%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    left: -5%;
    filter: blur(50px);
    content: "";
}.thxPanelWPpo .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1140px;
}.thxPanelWPpo .success_storyvntB {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    display: grid;
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    padding: clamp(2rem, 5vw, 3.5rem);
    gap: calc(14px * 1.5);
    grid-template-rows: auto auto;
}.thxPanelWPpo .success_storyvntB::before {
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    content: "";
    width: 5px;
    top: 0;
    left: 0;
    height: 100%;
    transform-origin: top;
    transform: scaleY(0);
    position: absolute;
    background: linear-gradient(180deg, rgb(183,213,180) 0%, rgb(186,123,123) 100%);
}.thxPanelWPpo h5 {
    letter-spacing: -0.01em;
    font-weight: 700;
    font-size: 19px;
    position: relative;
    overflow: hidden;
    padding-bottom: 0.75rem;
    margin: 0;
    color: #000000;
    line-height: 1.3;
}.thxPanelWPpo h5::after {
    position: absolute;
    content: "";
    width: 80px;
    left: 0;
    transform: translateX(-100%);
    background: rgb(186,123,123);
    height: 3px;
    bottom: 0;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
}.thxPanelWPpo a {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease-out;
}.thxPanelWPpo a:hover {
    transform: translateY(-5px);
}.thxPanelWPpo a::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(186,123,123,0.5), 0.1) 50%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    right: -20px;
    height: 80px;
    position: absolute;
    transform: scale(0);
    content: "";
    border-radius: 50% 0 50% 0;
    bottom: -20px;
    width: 80px;
}.thxPanelWPpo a:hover::before {
    transform: scale(1);
    opacity: 1;
}.thxPanelWPpo p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    transform: translateY(10px);
    color: #000000;
    margin: 0;
    position: relative;
    line-height: 1.7;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    opacity: 0;
}

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

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

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.thxPanelWPpo {
    padding: 8rem 0;
}.thxPanelWPpo .success_storyvntB {
    border-radius: 10px;
    padding: clamp(2.5rem, 6vw, 4rem);
    gap: calc(14px * 2);
}.thxPanelWPpo h5 {
    font-size: calc(19px * 1.1);
    padding-bottom: 1rem;
}.thxPanelWPpo h5::after {
    height: 4px;
    width: 120px;
}
}

@media screen and (min-width: 992px) {.thxPanelWPpo {
    padding: 10rem 0;
}.thxPanelWPpo .success_storyvntB {
    grid-template-columns: 1fr 1fr;
    padding: clamp(3rem, 7vw, 5rem);
    gap: calc(14px * 3);
}.thxPanelWPpo h5 {
    font-size: calc(19px * 1.2);
    padding-bottom: 0;
}.thxPanelWPpo h5::after {
    bottom: -0.75rem;
}.thxPanelWPpo p {
    font-size: calc(14px * 1.05);
}
}

@media screen and (max-width: 767px) {.thxPanelWPpo {
    padding: 4rem 0;
}.thxPanelWPpo .success_storyvntB {
    padding: 1.75rem;
}.thxPanelWPpo h5 {
    font-size: calc(19px * 0.9);
}.thxPanelWPpo p {
    font-size: calc(14px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.thxPanelWPpo::before,
    .thxPanelWPpo::after {
    animation: none;
}.thxPanelWPpo .success_storyvntB,
    .thxPanelWPpo h5::after,
    .thxPanelWPpo p {
    animation-duration: 0.1s;
}.thxPanelWPpo a:hover {
    transform: none;
}}.client_opinionsGozg {
    background: linear-gradient(135deg, rgb(232,232,240) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 5rem 0 6rem;
    overflow: hidden;
}.client_opinionsGozg::before {
    background: linear-gradient(45deg, rgb(183,213,180,0.5) 0%, rgb(186,123,123,0.5) 100%);
    top: -5%;
    z-index: 0;
    content: "";
    transform: rotate(15deg);
    height: 20rem;
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    right: -5%;
    position: absolute;
    opacity: 0.1;
    animation: floatElement 15s infinite alternate ease-in-out;
    width: 20rem;
}.client_opinionsGozg::after {
    animation: floatElement 18s infinite alternate-reverse ease-in-out;
    position: absolute;
    opacity: 0.08;
    content: "";
    bottom: -10%;
    z-index: 0;
    background: linear-gradient(225deg, rgb(186,123,123,0.5) 0%, rgb(183,213,180,0.5) 100%);
    transform: rotate(-10deg);
    width: 25rem;
    left: -5%;
    height: 25rem;
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
}.client_opinionsGozg .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
}.client_opinionsGozg h2 {
    font-size: 38px;
    margin-bottom: 3.5rem;
    text-align: center;
    transform: translateY(20px);
    color: #000000;
    font-weight: 700;
    position: relative;
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    opacity: 0;
}.client_opinionsGozg h2::after {
    background: linear-gradient(90deg, rgb(183,213,180) 0%, rgb(186,123,123) 100%);
    bottom: -1rem;
    width: 5rem;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    height: 0.25rem;
    border-radius: 10px;
}.client_opinionsGozg .student_feedbacktNYo {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    display: grid;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}.client_opinionsGozg .success_storiesdQON {
    overflow: hidden;
    background: #ffffff;
    opacity: 0;
    transform: translateY(30px);
    border-radius: 15px;
    padding: 2rem;
    animation: fadeInUp 0.8s forwards ease-out;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
}.client_opinionsGozg .success_storiesdQON:nth-child(1) {
    animation-delay: 0.3s;
}.client_opinionsGozg .success_storiesdQON:nth-child(2) {
    animation-delay: 0.4s;
}.client_opinionsGozg .success_storiesdQON:nth-child(3) {
    animation-delay: 0.5s;
}.client_opinionsGozg .success_storiesdQON:nth-child(4) {
    animation-delay: 0.6s;
}.client_opinionsGozg .success_storiesdQON:nth-child(5) {
    animation-delay: 0.7s;
}.client_opinionsGozg .success_storiesdQON:nth-child(6) {
    animation-delay: 0.8s;
}.client_opinionsGozg .success_storiesdQON:nth-child(7) {
    animation-delay: 0.9s;
}.client_opinionsGozg .success_storiesdQON::before {
    position: absolute;
    font-family: Georgia, serif;
    right: 1rem;
    top: -2rem;
    content: "";
    line-height: 1;
    color: rgba(0, 0, 0, 0.03);
    z-index: 0;
    font-size: 12rem;
}.client_opinionsGozg .success_storiesdQON:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.client_opinionsGozg .success_storiesdQON div {
    display: flex;
    margin-bottom: 1.5rem;
    z-index: 1;
    position: relative;
    align-items: center;
}.client_opinionsGozg .success_storiesdQON img {
    width: 60px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-right: 1rem;
    height: 60px;
    border: 3px solid #ffffff;
    object-fit: cover;
    border-radius: 50%;
}.client_opinionsGozg .success_storiesdQON:hover img {
    transform: scale(1.05);
}.client_opinionsGozg .success_storiesdQON h4 {
    font-weight: 600;
    margin: 0;
    color: #000000;
    font-size: 18px;
    position: relative;
}.client_opinionsGozg .success_storiesdQON h4::after {
    background: linear-gradient(90deg, rgb(183,213,180) 0%, rgb(186,123,123) 100%);
    left: 0;
    height: 2px;
    position: absolute;
    width: 0;
    content: "";
    transition: width 0.3s ease;
    bottom: -0.5rem;
}.client_opinionsGozg .success_storiesdQON:hover h4::after {
    width: 100%;
}.client_opinionsGozg .success_storiesdQON .description {
    font-weight: 400;
    font-size: 17px;
    position: relative;
    margin: 0;
    z-index: 1;
    color: #000000;
    line-height: 1.6;
}.client_opinionsGozg a {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 19px;
    text-decoration: none;
    margin-top: 3rem;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(183,213,180) 0%, rgb(186,123,123) 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.8s 1s forwards ease-out;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    padding: 0.75rem 2rem;
    transform: translateY(20px);
    border-radius: 15px;
}.client_opinionsGozg a::before {
    content: "";
    top: 0;
    transition: all 0.75s ease;
    left: -100%;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
}.client_opinionsGozg a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.client_opinionsGozg a:hover::before {
    left: 100%;
}

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

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

@media (max-width: 992px) {.client_opinionsGozg {
    padding: 4rem 0 5rem;
}.client_opinionsGozg h2 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.9);
}.client_opinionsGozg .student_feedbacktNYo {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.client_opinionsGozg {
    padding: 3.5rem 0 4.5rem;
}.client_opinionsGozg h2 {
    font-size: calc(38px * 0.85);
    margin-bottom: 2.5rem;
}.client_opinionsGozg .student_feedbacktNYo {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client_opinionsGozg .success_storiesdQON {
    padding: 1.75rem;
}.client_opinionsGozg .success_storiesdQON div {
    margin-bottom: 1.25rem;
}.client_opinionsGozg .success_storiesdQON img {
    height: 50px;
    width: 50px;
}.client_opinionsGozg a {
    margin-top: 2.5rem;
    padding: 0.7rem 1.8rem;
}
}

@media (max-width: 576px) {.client_opinionsGozg {
    padding: 3rem 0 4rem;
}.client_opinionsGozg h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.client_opinionsGozg .success_storiesdQON {
    padding: 1.5rem;
}.client_opinionsGozg .success_storiesdQON img {
    height: 45px;
    width: 45px;
}.client_opinionsGozg .success_storiesdQON div {
    margin-bottom: 1rem;
}.client_opinionsGozg a {
    padding: 0.65rem 1.6rem;
    margin-top: 2rem;
}}.receive_updatesuiqR {
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(183,213,180,0.5), rgb(186,123,123), rgb(183,213,180));
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    padding: 3rem 0;
    position: relative;
    margin: 4rem 0;
}.receive_updatesuiqR::before {
    background: linear-gradient(45deg, transparent 20%, rgb(255, 255, 255, 0.5) 25%, transparent 30%);
    top: -50%;
    animation: lightShift 8s ease-in-out infinite alternate;
    width: 200%;
    transform: rotate(-15deg);
    position: absolute;
    content: '';
    left: -50%;
    height: 200%;
    opacity: 0.07;
}.receive_updatesuiqR::after {
    width: 100%;
    bottom: 0;
    transform: skewY(-3deg);
    content: '';
    opacity: 0.2;
    right: 0;
    background: linear-gradient(to top, rgb(183,213,180,0.5) 0%, transparent 100%);
    transform-origin: bottom right;
    height: 40%;
    position: absolute;
}.receive_updatesuiqR .container {
    transform-style: preserve-3d;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.receive_updatesuiqR .success_storyvntB {
    transform: translateZ(0);
    display: grid;
    transition: transform 0.5s ease-out;
    gap: 2rem;
    grid-template-columns: 1fr;
}.receive_updatesuiqR .success_storyvntB:hover {
    transform: translateZ(20px);
}.receive_updatesuiqR h4 {
    margin: 0;
    font-weight: 600;
    transform: translateZ(10px);
    font-size: 23px;
    line-height: 1.4;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    letter-spacing: 0.01em;
}.receive_updatesuiqR .input_holder {
    display: flex;
    position: relative;
    gap: 1rem;
    flex-direction: column;
    transform: translateZ(15px) translateY(5px);
}.receive_updatesuiqR .input_holder span {
    display: block;
    position: relative;
    width: 100%;
}.receive_updatesuiqR .input_holder span::before {
    filter: blur(3px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0);
    position: absolute;
    height: 5px;
    z-index: -1;
    bottom: -3px;
    left: 0;
    width: 100%;
    content: '';
    transform-origin: right;
    background: linear-gradient(90deg, rgb(186,123,123,0.5), rgb(183,213,180,0.5));
}.receive_updatesuiqR .input_holder span:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.receive_updatesuiqR input[type="email"] {
    font-size: 13px;
    backdrop-filter: blur(5px);
    background-color: rgba(255,255,255,0.15);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border: 2px solid rgb(255, 255, 255, 0.5);
    width: 100%;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transform: translateZ(0);
}.receive_updatesuiqR input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: opacity 0.3s ease, transform 0.3s ease;
}.receive_updatesuiqR input[type="email"]:focus {
    transform: translateZ(5px) translateY(-2px);
    outline: none;
    border-color: #ffffff;
    box-shadow: 0 7px 20px rgba(0,0,0,0.12);
    background-color: rgba(255,255,255,0.25);
}.receive_updatesuiqR input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(10px);
}.receive_updatesuiqR .updates_widgetwaFI {
    font-size: 15px;
    padding: 0.75rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    letter-spacing: 0.03em;
    font-weight: 600;
    border: none;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(186,123,123), rgb(183,213,180));
    z-index: 1;
    cursor: pointer;
}.receive_updatesuiqR .updates_widgetwaFI::before {
    height: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(183,213,180), rgb(186,123,123));
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    left: 0;
    top: 0;
    width: 100%;
}.receive_updatesuiqR .updates_widgetwaFI:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transform: translateY(-3px) scale(1.02);
}.receive_updatesuiqR .updates_widgetwaFI:hover::before {
    opacity: 1;
}.receive_updatesuiqR .updates_widgetwaFI:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    transform: translateY(1px) scale(0.98);
}

@keyframes lightShift {
    0% {
        transform: rotate(-15deg) translateX(-5%) translateY(2%);
    }
    100% {
        transform: rotate(-12deg) translateX(5%) translateY(-2%);
    }
}

@media (min-width: 768px) {.receive_updatesuiqR {
    padding: 4rem 0;
}.receive_updatesuiqR .success_storyvntB {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.receive_updatesuiqR h4 {
    font-size: calc(23px * 1.1);
    max-width: 90%;
    transform: translateZ(25px) translateX(10px);
}.receive_updatesuiqR .input_holder {
    flex-direction: row;
    transform: translateZ(35px) translateY(0);
}.receive_updatesuiqR input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.receive_updatesuiqR .updates_widgetwaFI {
    border-bottom-left-radius: 0;
    white-space: nowrap;
    border-top-left-radius: 0;
}
}

@media (min-width: 992px) {.receive_updatesuiqR {
    padding: 5rem 0;
}.receive_updatesuiqR::before {
    animation-duration: 12s;
}.receive_updatesuiqR .success_storyvntB {
    gap: 4rem;
}.receive_updatesuiqR h4 {
    max-width: 85%;
    transform: translateZ(40px) translateX(20px) rotateY(2deg);
    font-size: calc(23px * 1.2);
}.receive_updatesuiqR .input_holder {
    transform: translateZ(50px) translateY(0) rotateY(-2deg);
}
}

@media (max-width: 767px) {.receive_updatesuiqR {
    padding: 2.5rem 0;
    margin: 3rem 0;
}.receive_updatesuiqR h4 {
    margin-bottom: 1.5rem;
    text-align: center;
}.receive_updatesuiqR .updates_widgetwaFI {
    margin-top: 0.5rem;
    width: 100%;
}.receive_updatesuiqR::before {
    opacity: 0.05;
}
}

@media (hover: none) {.receive_updatesuiqR .success_storyvntB:hover {
    transform: translateZ(0);
}.receive_updatesuiqR input[type="email"]:focus {
    transform: none;
}.receive_updatesuiqR .updates_widgetwaFI:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: none;
}}.privacy_modulexrsP {
    color: #ffffff;
    padding: 40px 20px;
    background-color: rgb(183,213,180);
    font-family: Arial, sans-serif;
    border: 1px solid rgb(186,123,123);
}.privacy_modulexrsP h1, .privacy_modulexrsP h2, .privacy_modulexrsP h3, .privacy_modulexrsP h4, .privacy_modulexrsP h5, .privacy_modulexrsP h6 {
    margin-bottom: 20px;
    color: rgb(186,123,123);
    text-shadow: 0 0 5px rgb(183,213,180);
}.privacy_modulexrsP h1 {
    border-bottom: 1px solid rgb(186,123,123);
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 44px;
}.privacy_modulexrsP h2 {
    padding-bottom: 8px;
    font-weight: 600;
    border-bottom: 1px dashed rgb(186,123,123);
    font-size: 30px;
}.privacy_modulexrsP h3 {
    font-size: 1.5em;
    font-weight: 600;
}.privacy_modulexrsP h4 {
    font-weight: 400;
    font-size: 1.25em;
}.privacy_modulexrsP h5 {
    font-size: 19px;
    font-weight: 400;
}.privacy_modulexrsP h6 {
    font-weight: 300;
    font-size: 16px;
}.privacy_modulexrsP ul, .privacy_modulexrsP ol {
    margin-left: 20px;
    padding-left: 20px;
}.privacy_modulexrsP ul li, .privacy_modulexrsP ol li {
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(186,123,123);
}.privacy_modulexrsP ul li:before {
    position: absolute;
    content: '➤';
    left: 0;
    font-size: 1.2em;
    color: rgb(183,213,180);
}.privacy_modulexrsP p, .privacy_modulexrsP span, .privacy_modulexrsP div {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.privacy_modulexrsP {
    padding: 20px 10px;
}.privacy_modulexrsP h1 {
    font-size: calc(19px - 10%);
}.privacy_modulexrsP h2 {
    font-size: calc(19px - 10%);
}.privacy_modulexrsP p, .privacy_modulexrsP span, .privacy_modulexrsP div {
    font-size: calc(16px - 10%);
}}
.privacy_modulexrsP a {
    text-decoration: none;
    color: rgb(183,213,180);
    border-bottom: 1px solid rgb(183,213,180);
}.privacy_modulexrsP a:hover {
    border-bottom: 1px solid rgb(186,123,123);
    color: rgb(186,123,123);
}.privacy_modulexrsP blockquote {
    border-left: 5px solid rgb(186,123,123);
    margin: 20px 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    padding: 15px 20px;
    color: rgb(186,123,123);
}.privacy_modulexrsP code {
    color: #000000;
    background-color: rgb(183,213,180,0.5);
    font-family: monospace;
    border-radius: 10px;
    padding: 2px 6px;
}.privacy_modulexrsP hr {
    height: 1px;
    margin: 30px 0;
    background: rgb(183,213,180,0.5);
    border: 0;
}.our_infoUDvz {
    background: #a7c7dd;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.our_infoUDvz::before {
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
    position: absolute;
    background: rgb(183,213,180,0.5);
}.our_infoUDvz .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.our_infoUDvz .message_requesttZBI {
    margin-bottom: 60px;
    text-align: left;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-left: 30px;
    font-size: 40px;
}.our_infoUDvz .message_requesttZBI::after {
    width: 80px;
    position: absolute;
    background: rgb(183,213,180);
    bottom: -15px;
    left: 0;
    content: '';
    height: 4px;
}.our_infoUDvz .reach_blockUcZy {
    margin: 0 auto;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
    width: 80%;
    flex-direction: column;
    border-radius: 0;
    overflow: hidden;
}.our_infoUDvz .sliderSdQF {
    border-top-right-radius: 0;
    background-size: cover !important;
    border-top-left-radius: 0;
    width: 100%;
    background-position: center !important;
    display: block;
    height: 300px;
    position: relative;
}.our_infoUDvz .sliderSdQF::after {
    background: linear-gradient(to top, #000000 0%, transparent 100%);
    width: 100%;
    content: '';
    bottom: 0;
    height: 30%;
    z-index: 1;
    position: absolute;
    left: 0;
    opacity: 0.7;
}.our_infoUDvz .edu_asknowXamU {
    background: #ffffff;
    padding: 40px;
}.our_infoUDvz .edu_asknowXamU p {
    border-bottom: 1px solid #eee;
    display: flex;
    font-size: 17px;
    color: #000000;
    margin: 0 0 25px 0;
    position: relative;
    align-items: center;
    padding: 0;
    padding-bottom: 10px;
}.our_infoUDvz .edu_asknowXamU p:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.our_infoUDvz .edu_asknowXamU p::after {
    bottom: -12px;
    left: 0;
    position: absolute;
    height: 1px;
    content: '';
    background: rgb(232,232,240);
    width: 100%;
}.our_infoUDvz .edu_asknowXamU p:last-child::after {
    display: none;
}.our_infoUDvz .edu_asknowXamU p svg {
    margin-right: 15px;
    height: 24px;
    fill: rgb(183,213,180);
    flex-shrink: 0;
    width: 24px;
    order: -1;
}.our_infoUDvz .edu_asknowXamU p svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,213,180);
}.our_infoUDvz .edu_asknowXamU p:hover svg path {
    fill: rgb(186,123,123);
}.our_infoUDvz .edu_asknowXamU p span {
    position: relative;
    transition: transform 0.3s ease;
}.our_infoUDvz .edu_asknowXamU p span:first-child {
    font-weight: 400;
    margin-right: auto;
    color: #000000;
}.our_infoUDvz .edu_asknowXamU p span:last-child {
    margin-left: 10px;
}.our_infoUDvz .edu_asknowXamU p:hover span:last-child {
    transform: translateX(10px);
}.our_infoUDvz .edu_asknowXamU p span a {
    color: rgb(183,213,180);
    transition: color 0.3s ease;
    font-weight: 400;
    text-decoration: none;
}.our_infoUDvz .edu_asknowXamU p span a:hover {
    color: rgb(186,123,123);
}.our_infoUDvz .help_deskrtwN {
    border-top: 1px solid rgb(232,232,240);
    margin-top: 40px;
    padding-top: 40px;
}.our_infoUDvz .form_learnXSxd {
    font-weight: 600;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    font-size: 22px;
}.our_infoUDvz .form_learnXSxd::after {
    left: 0;
    background: rgb(183,213,180);
    position: absolute;
    height: 2px;
    width: 40px;
    bottom: -10px;
    content: '';
}.our_infoUDvz .edu_faqfMrm {
    display: grid;
    gap: 15px;
}.our_infoUDvz .talk_contactFkGm {
    background: rgb(232,232,240);
    font-size: 17px;
    padding: 15px 20px;
    overflow: hidden;
    border-radius: 10px;
    transition: background 0.3s ease, color 0.3s ease;
    position: relative;
    color: #000000;
}.our_infoUDvz .talk_contactFkGm:hover {
    background: rgb(183,213,180);
    color: #ffffff;
}.our_infoUDvz .help_deskrtwN svg {
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    fill: rgb(183,213,180);
    height: 20px;
}.our_infoUDvz .talk_contactFkGm:hover svg path {
    fill: #ffffff;
}

@media (min-width: 992px) {.our_infoUDvz .sliderSdQF {
    order: 2;
}.our_infoUDvz .edu_asknowXamU {
    width: 60%;
    order: 1;
}.our_infoUDvz .edu_faqfMrm {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.our_infoUDvz {
    padding: 80px 0;
}.our_infoUDvz .message_requesttZBI {
    margin-bottom: 50px;
    font-size: 28px;
}.our_infoUDvz .edu_faqfMrm {
    grid-template-columns: repeat(2, 1fr);
}.our_infoUDvz .edu_asknowXamU p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 767px) {.our_infoUDvz {
    padding: 60px 0;
}.our_infoUDvz .message_requesttZBI {
    font-size: 22px;
    margin-bottom: 40px;
}.our_infoUDvz .edu_asknowXamU {
    padding: 30px;
}.our_infoUDvz .form_learnXSxd {
    font-size: 18px;
}.our_infoUDvz .edu_asknowXamU p svg {
    width: 18px;
    margin-right: 8px;
    height: 18px;
}}.welcomepYQK {
    min-height: 100vh;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background-color: rgb(232,232,240);
}.welcomepYQK .intro_titlelUNg {
    min-height: 100vh;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}.welcomepYQK .intro_titlelUNg::before {
    opacity: 0.85;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(183,213,180) 0%, rgba(0,0,0,0.7) 100%);
    content: "";
    position: absolute;
    z-index: 1;
}.welcomepYQK .intro_titlelUNg::after {
    background-size: 20px 20px;
    top: 0;
    content: "";
    opacity: 0.05;
    bottom: 0;
    right: 0;
    background-image: 
    linear-gradient(45deg, rgb(183,213,180,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(183,213,180,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(183,213,180,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(183,213,180,0.5) 75%);
    left: 0;
    z-index: 2;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0;
    position: absolute;
}.welcomepYQK .mastery_zoneDnGN {
    padding: 4rem 0;
    margin-left: 10%;
    max-width: 80%;
    position: relative;
    gap: 2rem;
    z-index: 3;
    transform: translateY(-2%);
    animation: fadeInUp 1.2s ease-out forwards;
    display: grid;
    grid-template-columns: 1fr;
}.welcomepYQK .mastery_zoneDnGN > div:first-child {
    position: relative;
}.welcomepYQK .mastery_zoneDnGN > div:first-child::before {
    height: 70%;
    background: linear-gradient(to bottom, rgb(186,123,123), transparent);
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    position: absolute;
    content: "";
}.welcomepYQK .title_style_header {
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-size: calc(47px * 1.2);
    transition: transform 0.5s ease;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    transform: translateX(0);
}.welcomepYQK .title_style_header::after {
    bottom: -10px;
    content: "";
    position: absolute;
    animation-delay: 0.8s;
    left: 0;
    background: rgb(186,123,123);
    animation: lineGrow 1.5s ease-out forwards;
    height: 3px;
    width: 0;
}.welcomepYQK .mastery_zoneDnGN > div:nth-child(2) {
    padding-left: 1.5rem;
    transform: translateX(0);
    transition: transform 0.5s ease;
    border-left: 1px solid rgba(255,255,255,0.1);
}.welcomepYQK h3 {
    line-height: 1.6;
    animation-delay: 0.3s;
    font-weight: 600;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: 21px;
    animation: fadeIn 1s ease-out forwards;
    color: #ffffff;
}.welcomepYQK p {
    position: relative;
    animation: fadeIn 1s ease-out forwards;
    line-height: 1.7;
    font-size: 12px;
    color: rgb(255, 255, 255, 0.5);
    animation-delay: 0.6s;
    margin-bottom: 2rem;
    opacity: 0;
    padding-left: 1rem;
}.welcomepYQK p::before {
    background-color: rgb(186,123,123);
    top: 0.5rem;
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 10px;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(-2%);
  }
}

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

@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 60px;
  }
}

.welcomepYQK:hover .mastery_zoneDnGN > div:first-child {
    transition: transform 0.5s ease;
    transform: translateY(-5px);
}.welcomepYQK:hover .mastery_zoneDnGN > div:nth-child(2) {
    transition: transform 0.5s ease;
    transform: translateX(5px);
}

@media (min-width: 992px) {.welcomepYQK .mastery_zoneDnGN {
    gap: 3rem;
    margin-left: 5%;
    grid-template-columns: 1fr 1fr;
    max-width: 90%;
}.welcomepYQK .title_style_header {
    font-size: calc(47px * 1.4);
}.welcomepYQK h3 {
    font-size: calc(21px * 1.1);
}.welcomepYQK .mastery_zoneDnGN > div:nth-child(2) {
    padding-top: 2rem;
}
}

@media (max-width: 991px) {.welcomepYQK .mastery_zoneDnGN {
    max-width: 90%;
    margin-left: 5%;
}.welcomepYQK .title_style_header {
    font-size: calc(47px * 1.1);
}
}

@media (max-width: 768px) {.welcomepYQK {
    min-height: 80vh;
}.welcomepYQK .intro_titlelUNg {
    min-height: 80vh;
}.welcomepYQK .mastery_zoneDnGN {
    margin-left: 2.5%;
    max-width: 95%;
    padding: 3rem 0;
}.welcomepYQK h3 {
    font-size: 21px;
    line-height: 1.5;
}
}

@media (max-width: 576px) {.welcomepYQK .mastery_zoneDnGN {
    padding: 2rem 0;
}.welcomepYQK .title_style_header {
    font-size: 47px;
}.welcomepYQK .mastery_zoneDnGN > div:first-child::before {
    left: -15px;
    height: 50%;
}.welcomepYQK h3 {
    font-size: calc(21px * 0.9);
}.welcomepYQK p {
    font-size: calc(12px * 0.9);
}}.training_benefitsHNui {
    background: rgb(232,232,240);
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}.training_benefitsHNui::before {
    border-radius: 50%;
    z-index: 1;
    width: 70vw;
    content: '';
    height: 70vw;
    background: linear-gradient(135deg, rgb(183,213,180,0.5) 0%, rgb(186,123,123,0.5) 100%);
    top: -35vw;
    position: absolute;
    right: -35vw;
    opacity: 0.8;
}.training_benefitsHNui::after {
    content: '';
    width: 50vw;
    background: linear-gradient(135deg, rgb(186,123,123,0.5) 0%, rgb(183,213,180,0.5) 100%);
    bottom: -25vw;
    border-radius: 50%;
    position: absolute;
    opacity: 0.6;
    height: 50vw;
    left: -25vw;
    z-index: 1;
}.training_benefitsHNui .success_storyvntB {
    display: flex;
    padding: 0;
    margin: 0 auto;
    z-index: 2;
    max-width: 1300px;
    position: relative;
}.training_benefitsHNui .sliderSdQF {
    margin-left: -5vw;
    position: relative;
    border-radius: 50% 0 0 50%;
    height: 550px;
    z-index: 3;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    width: 45%;
}.training_benefitsHNui .sliderSdQF::before {
    position: absolute;
    width: 110%;
    left: -5%;
    border: 2px dashed rgb(183,213,180,0.5);
    top: -5%;
    border-radius: 50% 0 0 50%;
    animation: rotate 20s linear infinite;
    height: 110%;
    content: '';
    z-index: -1;
}.training_benefitsHNui .sliderSdQF::after {
    border-radius: 50% 0 0 50%;
    inset: 0;
    background: linear-gradient(90deg, rgb(183,213,180,0.5) 0%, transparent 100%);
    content: '';
    position: absolute;
    z-index: 1;
}.training_benefitsHNui .word_boxyDdk {
    width: 60%;
    padding: 3rem 2rem 3rem 5rem;
    position: relative;
}.training_benefitsHNui h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 38px;
    color: #000000;
}.training_benefitsHNui h2::after {
    background: rgb(183,213,180);
    bottom: -15px;
    left: 0;
    border-radius: 10px;
    content: '';
    width: 80px;
    position: absolute;
    height: 4px;
}.training_benefitsHNui .text_main_holder {
    gap: 2rem;
    flex-direction: column;
    display: flex;
    position: relative;
}.training_benefitsHNui .text_main_holder::before {
    width: 2px;
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(to bottom, rgb(183,213,180,0.5), transparent);
    left: -2rem;
    position: absolute;
}.training_benefitsHNui .text_main_holder > div {
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
}.training_benefitsHNui .text_main_holder > div::before {
    content: '';
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
    background: #ffffff;
    position: absolute;
    left: -2.3rem;
    border: 2px solid rgb(183,213,180);
    border-radius: 50%;
}.training_benefitsHNui .text_main_holder > div:hover::before {
    background: rgb(183,213,180);
    transform: scale(1.3);
}.training_benefitsHNui .text_main_holder > div:hover {
    transform: translateX(10px);
}.training_benefitsHNui .text_main_holder svg {
    height: 3rem;
    margin-right: 1.5rem;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    border-radius: 50%;
    padding: 0.7rem;
    width: 3rem;
}.training_benefitsHNui .text_main_holder > div:hover svg {
    background: rgb(183,213,180,0.5);
    transform: rotate(10deg);
}.training_benefitsHNui .text_main_holder svg path {
    fill: rgb(183,213,180);
    transition: fill 0.3s ease;
}.training_benefitsHNui .text_main_holder > div:hover svg path {
    fill: rgb(186,123,123);
}.training_benefitsHNui .text_main_holder p {
    font-size: 15px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.training_benefitsHNui .sliderSdQF {
    height: 500px;
    width: 40%;
}.training_benefitsHNui .word_boxyDdk {
    padding-left: 4rem;
    width: 65%;
}
}

@media (max-width: 992px) {.training_benefitsHNui .success_storyvntB {
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
}.training_benefitsHNui .sliderSdQF {
    width: 100%;
    margin-left: 0;
    height: 400px;
    margin-bottom: 3rem;
    border-radius: 21px;
}.training_benefitsHNui .sliderSdQF::before {
    border-radius: 21px;
}.training_benefitsHNui .sliderSdQF::after {
    border-radius: 21px;
}.training_benefitsHNui .word_boxyDdk {
    width: 100%;
    padding: 0;
}.training_benefitsHNui .text_main_holder::before {
    left: -1.5rem;
}.training_benefitsHNui .text_main_holder > div::before {
    left: -1.8rem;
}
}

@media (max-width: 768px) {.training_benefitsHNui {
    padding: 5rem 0;
}.training_benefitsHNui .sliderSdQF {
    height: 350px;
}.training_benefitsHNui h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 576px) {.training_benefitsHNui .success_storyvntB {
    max-width: 95%;
}.training_benefitsHNui .sliderSdQF {
    height: 250px;
}.training_benefitsHNui .text_main_holder {
    margin-left: 1.5rem;
}.training_benefitsHNui .text_main_holder::before {
    left: -1rem;
}.training_benefitsHNui .text_main_holder > div::before {
    left: -1.3rem;
}.training_benefitsHNui .text_main_holder svg {
    margin-right: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    padding: 0.5rem;
}}.join_nowMupg {
    padding: 4rem 0;
    transform-style: preserve-3d;
    position: relative;
    background: linear-gradient(135deg, rgb(183,213,180) 0%, rgb(186,123,123) 100%);
    overflow: hidden;
    perspective: 1000px;
}.join_nowMupg::before {
    width: 100%;
    opacity: 0.1;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    transform: translateZ(-10px);
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(183,213,180,0.5),
        rgb(183,213,180,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
}.join_nowMupg::after {
    right: -50%;
    position: absolute;
    transform: translateZ(-5px) rotate(45deg);
    width: 100%;
    top: -50%;
    content: "";
    height: 200%;
    opacity: 0.15;
    background: radial-gradient(
        circle at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    animation: glow 8s infinite alternate ease-in-out;
    z-index: 1;
}.join_nowMupg .container {
    position: relative;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    justify-content: center;
    margin: 0 auto;
    max-width: 1140px;
    transform: translateZ(20px);
    padding: 0 15px;
    display: flex;
}.join_nowMupg h6 {
    margin-bottom: 2.5rem;
    max-width: 800px;
    line-height: 1.5;
    font-size: calc(19px * 1.2);
    transform: translateZ(10px);
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-align: center;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    animation: fadeInUp 0.8s forwards 0.2s ease-out;
}.join_nowMupg div:nth-child(2) {
    display: flex;
    transform: translateZ(30px);
    justify-content: center;
}.join_nowMupg span {
    transform-style: preserve-3d;
    display: inline-block;
    transition: transform 0.3s ease-out;
    position: relative;
}.join_nowMupg .inquiry_messageUTck {
    justify-content: center;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateZ(0);
    padding: 0.8rem 2.5rem;
    background: #ffffff;
    align-items: center;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    display: inline-flex;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
    font-size: 15px;
    color: rgb(183,213,180);
    border-radius: 10px;
}.join_nowMupg .inquiry_messageUTck::before {
    left: -100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    top: 0;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
}.join_nowMupg .inquiry_messageUTck::after {
    height: 3px;
    transform-origin: right;
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(183,213,180),
        rgb(186,123,123),
        rgb(183,213,180)
    );
    transition: transform 0.4s ease-out;
    position: absolute;
    transform: scaleX(0);
}.join_nowMupg .inquiry_messageUTck span {
    position: relative;
    transition: all 0.3s ease;
    z-index: 2;
}.join_nowMupg .inquiry_messageUTck:hover {
    box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px) translateZ(0);
    background: #ffffff;
}.join_nowMupg .inquiry_messageUTck:hover::before {
    left: 100%;
}.join_nowMupg .inquiry_messageUTck:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.join_nowMupg .inquiry_messageUTck:hover span {
    transform: translateY(0) scale(1.05);
}.join_nowMupg .inquiry_messageUTck:active {
    transform: translateY(0) translateZ(0);
    transition: all 0.1s;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

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

@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: translateZ(-5px) rotate(45deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: translateZ(-5px) rotate(45deg) scale(1.1);
    }
}

@media (max-width: 991px) {.join_nowMupg {
    padding: 3.5rem 0;
}.join_nowMupg h6 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1.1);
}.join_nowMupg .inquiry_messageUTck {
    padding: 0.7rem 2.2rem;
}
}

@media (max-width: 767px) {.join_nowMupg {
    padding: 3rem 0;
}.join_nowMupg h6 {
    font-size: 19px;
    margin-bottom: 1.8rem;
    max-width: 90%;
}.join_nowMupg .inquiry_messageUTck {
    padding: 0.7rem 2rem;
}
}

@media (max-width: 575px) {.join_nowMupg {
    padding: 2.5rem 0;
}.join_nowMupg h6 {
    font-size: calc(19px * 0.9);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.join_nowMupg .inquiry_messageUTck {
    font-size: calc(15px * 0.95);
    padding: 0.6rem 1.8rem;
}
}

@media (max-width: 380px) {.join_nowMupg {
    padding: 2rem 0;
}.join_nowMupg h6 {
    font-size: calc(19px * 0.85);
    margin-bottom: 1.2rem;
}.join_nowMupg .inquiry_messageUTck {
    padding: 0.5rem 1.5rem;
    font-size: calc(15px * 0.9);
}}.contact_usYpNh {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 80px 0;
}.contact_usYpNh::before {
    background-size: 20px 20px;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
}.contact_usYpNh .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.contact_usYpNh h2 {
    padding-left: 20px;
    margin-bottom: 50px;
    font-size: 33px;
    font-weight: 700;
    position: relative;
    border-left: 5px solid rgb(183,213,180);
    color: #000000;
    text-align: left;
}.contact_usYpNh .message_requestSpvQ {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    overflow: hidden;
    border-radius: 15px;
    background: #ffffff;
    display: flex;
}.contact_usYpNh .sliderSdQF {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.contact_usYpNh .sliderSdQF::before {
    background: rgb(183,213,180,0.5);
    z-index: 1;
    top: 0;
    content: "";
    mix-blend-mode: multiply;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
}.contact_usYpNh .inquiry_blockyrLh {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.contact_usYpNh .inquiry_blockyrLh::after {
    top: 0;
    background: rgb(232,232,240);
    width: 150px;
    content: "";
    z-index: -1;
    right: 0;
    height: 150px;
    border-radius: 0 0 0 100%;
    position: absolute;
}.contact_usYpNh #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.contact_usYpNh h3 {
    font-size: 23px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.contact_usYpNh h3::after {
    width: 40px;
    bottom: -10px;
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    background: rgb(183,213,180);
}.contact_usYpNh input[type="text"] {
    font-size: 14px;
    color: #000000;
    transition: all 0.3s ease;
    border: none;
    padding: 18px 20px;
    border-radius: 10px;
    width: 100%;
    background: rgb(232,232,240);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.contact_usYpNh input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(183,213,180,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    outline: none;
}.contact_usYpNh input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_usYpNh .support_requestorpD {
    display: flex;
    align-items: center;
    margin-top: 5px;
    gap: 12px;
}.contact_usYpNh .support_requestorpD input[type="checkbox"] {
    cursor: pointer;
    border: 2px solid rgb(232,232,240);
    position: relative;
    width: 22px;
    appearance: none;
    border-radius: 10px;
    transition: all 0.2s ease;
    height: 22px;
}.contact_usYpNh .support_requestorpD input[type="checkbox"]:checked {
    background: rgb(183,213,180);
    border-color: rgb(183,213,180);
}.contact_usYpNh .support_requestorpD input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 3px;
    border: solid #ffffff;
    height: 11px;
    width: 6px;
    transform: rotate(45deg);
    left: 7px;
    content: "";
}.contact_usYpNh .support_requestorpD label {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}.contact_usYpNh .support_requestorpD a {
    color: rgb(183,213,180);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.contact_usYpNh .support_requestorpD a:hover {
    color: rgb(186,123,123);
}.contact_usYpNh .support_requestorpD a::after {
    left: 0;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    bottom: -2px;
    height: 1px;
    background: rgb(183,213,180);
    width: 100%;
}.contact_usYpNh .support_requestorpD a:hover::after {
    background: rgb(186,123,123);
}.contact_usYpNh .inquiry_messageUTck {
    margin-top: 20px;
    cursor: pointer;
    border-radius: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 18px 40px;
    border: none;
    align-self: flex-start;
    box-shadow: 0 4px 15px rgb(183,213,180,0.5);
    transition: all 0.3s ease;
    font-size: 16px;
    background: rgb(183,213,180);
}.contact_usYpNh .inquiry_messageUTck:hover {
    background: rgb(186,123,123);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(186,123,123,0.5);
}.contact_usYpNh svg {
    fill: rgb(183,213,180);
    height: 20px;
    transition: all 0.3s ease;
    width: 20px;
}.contact_usYpNh svg path {
    fill: rgb(183,213,180);
    transition: all 0.3s ease;
}.contact_usYpNh svg:hover {
    fill: rgb(186,123,123);
}.contact_usYpNh svg:hover path {
    fill: rgb(186,123,123);
}

@media (max-width: 992px) {.contact_usYpNh .message_requestSpvQ {
    flex-direction: column;
}.contact_usYpNh .sliderSdQF {
    order: 1;
    min-height: 300px;
    flex: 0 0 auto;
}.contact_usYpNh .inquiry_blockyrLh {
    padding: 50px 40px;
    order: 2;
    flex: 0 0 auto;
}.contact_usYpNh h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_usYpNh {
    padding: 60px 0;
}.contact_usYpNh h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 30px;
}.contact_usYpNh .inquiry_blockyrLh {
    padding: 40px 30px;
}.contact_usYpNh #contact {
    gap: 25px;
}.contact_usYpNh .sliderSdQF {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_usYpNh {
    padding: 40px 0;
}.contact_usYpNh .container {
    padding: 0 15px;
}.contact_usYpNh h2 {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: calc(33px - 6px);
}.contact_usYpNh .inquiry_blockyrLh {
    padding: 30px 20px;
}.contact_usYpNh #contact {
    gap: 20px;
}.contact_usYpNh input[type="text"] {
    padding: 15px;
}.contact_usYpNh .inquiry_messageUTck {
    width: 100%;
    padding: 15px 20px;
}.contact_usYpNh .sliderSdQF {
    min-height: 200px;
}}.cookie_message_overlayZPia {
    z-index: 1050;
    font-family: Arial, sans-serif;
    position: fixed;
    background: rgb(232,232,240);
    overflow: hidden;
    border-top: 3px solid rgb(183,213,180);
    width: 100%;
    padding: 20px;
    bottom: 0;
}.edu_cookiesHDvQ {
    flex-wrap: nowrap;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}.cookie_rulesYiGy {
    margin-right: 20px;
    flex-shrink: 0;
}#usagePolicyBannernWZH {
    display: none;
}#usagePolicyBannernWZH:checked ~ .cookie_message_overlayZPia {
    visibility: hidden;
    opacity: 0;
}.cookie_rulesYiGy svg {
    transition: fill 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    fill: rgb(183,213,180);
}.cookie_complyXzsg {
    flex-grow: 1;
    margin-right: 20px;
}.cookie_complyXzsg h5 {
    font-size: 21px;
    color: rgb(183,213,180);
    font-weight: 700;
    margin-bottom: 5px;
}.cookie_complyXzsg p {
    color: #000000;
    margin-bottom: 0;
    font-size: 17px;
}.user_alertEaBk {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
}.user_alertEaBk {
    background-color: rgb(183,213,180);
    border: 1px solid rgb(183,213,180);
    color: #ffffff;
}.user_alertEaBk:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie_message_overlayZPia p a {
    text-decoration: underline;
    color: rgb(183,213,180);
}.cookie_message_overlayZPia p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie_complyXzsg h5 {
    font-size: calc(21px - 2px);
}.cookie_complyXzsg p {
    font-size: calc(17px - 2px);
}.user_alertEaBk {
    font-size: calc(14px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.edu_cookiesHDvQ {
    align-items: center;
    flex-direction: column;
}.cookie_rulesYiGy {
    margin-bottom: 15px;
}.cookie_complyXzsg {
    text-align: center;
    margin-bottom: 20px;
}.user_alertEaBk {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.pricing_featureEhwb {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(232,232,240) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
}.pricing_featureEhwb::before {
    border-radius: 10px;
    position: absolute;
    height: 70%;
    z-index: 0;
    transform: rotate(-15deg);
    background: linear-gradient(120deg, rgb(183,213,180,0.5) 20%, rgb(186,123,123,0.5) 80%);
    opacity: 0.1;
    width: 40%;
    content: "";
    top: -10%;
    right: -5%;
}.pricing_featureEhwb::after {
    z-index: 0;
    bottom: -5%;
    width: 35%;
    content: "";
    transform: rotate(10deg);
    background: linear-gradient(45deg, rgb(186,123,123,0.5) 30%, rgb(183,213,180,0.5) 70%);
    left: -3%;
    border-radius: 10px;
    opacity: 0.08;
    position: absolute;
    height: 50%;
}.pricing_featureEhwb .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1400px;
    z-index: 2;
}.pricing_featureEhwb .cost_feeGksY {
    display: flex;
    flex-direction: column;
}.pricing_featureEhwb .lesson_rateskuXt {
    position: relative;
    text-align: center;
    margin-bottom: 3.5rem;
    order: 1;
}.pricing_featureEhwb .lesson_rateskuXt h2 {
    color: #000000;
    font-size: 33px;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
}.pricing_featureEhwb .lesson_rateskuXt h2::after {
    bottom: -0.75rem;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(183,213,180), transparent);
    width: 70%;
}.pricing_featureEhwb .indv_subSgvc {
    margin: 0 auto;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
}.pricing_featureEhwb .package_pricebReu {
    order: 2;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    gap: 2rem;
}.pricing_featureEhwb .price_schemeshTwg {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    position: relative;
    height: 100%;
}.pricing_featureEhwb .price_schemeshTwg:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.pricing_featureEhwb .price_schemeshTwg::before {
    content: "";
    top: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(183,213,180), rgb(186,123,123));
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    left: 0;
}.pricing_featureEhwb .price_schemeshTwg:hover::before {
    transform: translateY(0);
}.pricing_featureEhwb .fee_dealsHWEL {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}.pricing_featureEhwb .price_dealsytnD {
    flex-direction: column;
    padding: 2rem 1.75rem;
    flex: 1;
    position: relative;
    display: flex;
}.pricing_featureEhwb .price_dealsytnD h3 {
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
    font-size: calc(18px * 1.1);
    display: inline-block;
}.pricing_featureEhwb .price_dealsytnD .cost_optionsBTvU {
    margin-bottom: 1.5rem;
    color: rgb(183,213,180);
    font-weight: 700;
    position: relative;
    font-size: calc(18px * 1.3);
}.pricing_featureEhwb .price_dealsytnD .cost_optionsBTvU::after {
    left: 0;
    background: rgb(183,213,180,0.5);
    height: 2px;
    position: absolute;
    bottom: -0.75rem;
    content: "";
    width: 40px;
}.pricing_featureEhwb .price_dealsytnD p {
    word-break: break-word;
    line-height: 1.65;
    flex-grow: 1;
    color: #000000;
    font-size: 16px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 1.5rem;
}.pricing_featureEhwb .sliderSdQF {
    transition: transform 0.5s ease;
    height: 180px;
    width: 100%;
    overflow: hidden;
    position: relative;
}.pricing_featureEhwb .sliderSdQF::after {
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}.pricing_featureEhwb .price_schemeshTwg:hover .sliderSdQF {
    transform: scale(1.05);
}.pricing_featureEhwb .price_schemeshTwg:nth-child(odd) .price_dealsytnD::before {
    z-index: -1;
    width: 2.5rem;
    position: absolute;
    content: "";
    border-radius: 50%;
    background: rgb(183,213,180,0.5);
    opacity: 0.1;
    height: 2.5rem;
    right: 1rem;
    top: 1rem;
}.pricing_featureEhwb .price_schemeshTwg:nth-child(even) .price_dealsytnD::before {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    left: 1rem;
    opacity: 0.1;
    content: "";
    z-index: -1;
    background: rgb(186,123,123,0.5);
    border-radius: 50%;
    bottom: 1rem;
}

@media (min-width: 992px) {.pricing_featureEhwb .cost_feeGksY {
    flex-direction: row;
}.pricing_featureEhwb .lesson_rateskuXt {
    display: flex;
    order: 2;
    text-align: left;
    flex: 0 0 30%;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: center;
    padding-left: 3rem;
}.pricing_featureEhwb .lesson_rateskuXt h2 {
    margin-bottom: 2rem;
    text-align: left;
}.pricing_featureEhwb .lesson_rateskuXt h2::after {
    width: 40%;
    transform: none;
    left: 0;
}.pricing_featureEhwb .indv_subSgvc {
    margin: 0;
    text-align: left;
}.pricing_featureEhwb .package_pricebReu {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 70%;
}
}

@media (max-width: 991px) {.pricing_featureEhwb {
    padding: 5rem 0;
}.pricing_featureEhwb .price_schemeshTwg {
    margin-bottom: 1.5rem;
}.pricing_featureEhwb .lesson_rateskuXt {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing_featureEhwb {
    padding: 4rem 0;
}.pricing_featureEhwb .lesson_rateskuXt h2 {
    font-size: calc(33px * 0.9);
}.pricing_featureEhwb .price_dealsytnD h3 {
    font-size: 18px;
}.pricing_featureEhwb .price_dealsytnD .cost_optionsBTvU {
    font-size: calc(18px * 1.15);
}.pricing_featureEhwb .sliderSdQF {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing_featureEhwb {
    padding: 3rem 0;
}.pricing_featureEhwb .container {
    padding: 0 1.5rem;
}.pricing_featureEhwb .package_pricebReu {
    gap: 1.5rem;
}.pricing_featureEhwb .price_dealsytnD {
    padding: 1.5rem;
}.pricing_featureEhwb .sliderSdQF {
    height: 140px;
}
}

@media (hover: none) {.pricing_featureEhwb .price_schemeshTwg:hover {
    transform: none;
}.pricing_featureEhwb .price_schemeshTwg:hover .sliderSdQF {
    transform: none;
}}header {
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    z-index: 100;
    position: relative;
    padding: 0;
    background: linear-gradient(135deg, rgb(183,213,180,0.5) 0%, rgb(186,123,123,0.5) 100%);
    -webkit-backdrop-filter: blur(10px);
}header::before {
    content: '';
    position: absolute;
    height: 100%;
    opacity: 0.5;
    background: 
        radial-gradient(circle at 10% 20%, rgb(183,213,180,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(186,123,123,0.5) 0%, transparent 30%);
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}header .nav_startkNeA {
    position: relative;
    align-items: center;
    padding: 1.2rem 2.5rem;
    display: flex;
    justify-content: space-between;
    z-index: 5;
}header .head_propSBu {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 2;
    -webkit-backdrop-filter: blur(5px);
    padding: 0.8rem 1.2rem;
    transition: all 0.4s ease;
    flex: 0 0 auto;
    border-radius: 24px;
    position: relative;
}header .head_propSBu:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}header .nav_expertEmJf {
    display: block;
    transition: all 0.3s ease;
}header .nav_expertEmJf img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .nav_classjoqc {
    margin: 0;
    z-index: 2;
    padding: 0;
    position: relative;
    display: flex;
    list-style: none;
}header .site_infoAjMU {
    position: relative;
    margin: 0 0.3rem;
}header .site_infoAjMU a {
    color: #ffffff;
    font-size: 17px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    display: block;
    z-index: 1;
    border-radius: 24px;
    font-weight: 600;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}header .site_infoAjMU a:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
}header .site_infoAjMU a::before {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    transition: opacity 0.3s ease;
    border-radius: 24px;
    content: '';
    top: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
}header .site_infoAjMU a:hover::before {
    opacity: 1;
}header .site_infoAjMU::after {
    opacity: 0.7;
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
    background: #ffffff;
    width: 0;
    bottom: -3px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    content: '';
}header .site_infoAjMU:hover::after {
    width: 70%;
}header .nav_startkNeA::before {
    border-radius: 50%;
    filter: blur(40px);
    top: -20px;
    background: rgb(183,213,180,0.5);
    right: -20px;
    content: '';
    width: 100px;
    height: 100px;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}header .nav_startkNeA::after {
    left: -20px;
    opacity: 0.5;
    z-index: -1;
    height: 80px;
    bottom: -20px;
    filter: blur(30px);
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgb(186,123,123,0.5);
    width: 80px;
}header .site_startIAJC {
    background: rgb(232,232,240);
    padding-top: 2rem;
    position: relative;
    z-index: 1;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .head_propSBu::after {
    content: '';
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    position: absolute;
    bottom: -20px;
    opacity: 0.5;
    left: 0;
    width: 100%;
    transition: all 0.4s ease;
    height: 20px;
}header .head_propSBu:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .nav_startkNeA {
    margin: 0 auto;
    max-width: 1320px;
}header .site_infoAjMU {
    margin: 0 0.5rem;
}header .site_infoAjMU a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .nav_startkNeA {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}header .head_propSBu {
    border-radius: 10px;
    margin-bottom: 0;
    padding: 0.6rem 1rem;
}header .nav_classjoqc {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .site_infoAjMU a {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    font-size: calc(17px - 1px);
}header .nav_startkNeA::before,
    header .nav_startkNeA::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav_startkNeA {
    padding: 0.8rem 1.2rem;
}header .head_propSBu {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .nav_expertEmJf img {
    max-height: 35px;
}header .nav_classjoqc {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    overflow-x: auto;
}header .nav_classjoqc::-webkit-scrollbar {
    height: 3px;
}header .nav_classjoqc::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .site_infoAjMU {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .site_infoAjMU a {
    padding: 0.5rem 0.8rem;
    font-size: calc(17px - 2px);
    white-space: nowrap;
}header .site_infoAjMU::after {
    display: none;
}header .head_propSBu::after {
    display: none;
}
}

@media (max-width: 479px) {header .nav_startkNeA {
    padding: 0.7rem 1rem;
}header .head_propSBu {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .site_infoAjMU a {
    padding: 0.4rem 0.6rem;
    font-size: calc(17px - 3px);
}}.course_structureHCAu {
    min-height: 100vh;
    background-color: rgb(232,232,240);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: flex;
    position: relative;
}.course_structureHCAu .education_patharFB {
    height: 100%;
    top: 0;
    width: 100%;
    overflow: hidden;
    left: 0;
    position: absolute;
    z-index: 1;
}.course_structureHCAu .class_routeMsjg {
    display: flex;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
    width: 500%;
}.course_structureHCAu .education_patharFB:hover .class_routeMsjg {
    animation-play-state: paused;
}.course_structureHCAu .educationxEkX {
    position: relative;
    width: 20%;
    height: 100%;
    overflow: hidden;
}.course_structureHCAu .educationxEkX img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    width: 100%;
    filter: brightness(0.85) contrast(1.1);
    transition: transform 0.7s ease-out;
}.course_structureHCAu .educationxEkX:hover img {
    filter: brightness(0.9) contrast(1.05);
    transform: scale(1);
}.course_structureHCAu .educationxEkX::before {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    height: 100%;
    top: 0;
    animation: gradient-shift 8s infinite alternate;
    z-index: 2;
}.course_structureHCAu .educationxEkX::after {
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
}.course_structureHCAu .container {
    padding: 2rem;
    position: relative;
    margin: auto;
    height: 100%;
    z-index: 2;
    justify-content: center;
    display: flex;
    align-items: center;
}.course_structureHCAu .success_storyvntB {
    width: 100%;
    position: relative;
    max-width: 800px;
}.course_structureHCAu .skill_upHALc {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    padding: 4rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}.course_structureHCAu .skill_upHALc::before {
    width: 100%;
    height: 100%;
    position: absolute;
    animation: pulse-gradient 8s ease infinite;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    left: 0;
    top: 0;
    opacity: 0.7;
    content: "";
}.course_structureHCAu .skill_upHALc::after {
    right: 0;
    top: 0;
    animation: shine-effect 10s ease-in-out infinite;
    transform: translateX(-100%);
    z-index: -1;
    bottom: 0;
    content: "";
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    position: absolute;
    left: 0;
}.course_structureHCAu .skill_upHALc h3 {
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 33px;
    display: inline-block;
    font-weight: 700;
}.course_structureHCAu .skill_upHALc h3::after {
    content: "";
    bottom: -8px;
    left: 50%;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    width: 30%;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(183,213,180) 0%,
        rgb(186,123,123) 100%
    );
    height: 2px;
}.course_structureHCAu .skill_upHALc:hover h3::after {
    width: 60%;
}.course_structureHCAu .skill_upHALc p {
    color: #ffffff;
    max-width: 90%;
    font-weight: 300;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    opacity: 0.8;
    font-size: 14px;
}.course_structureHCAu .skill_upHALc .inquiry_messageUTck {
    text-decoration: none;
    position: relative;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    font-size: 15px;
    display: inline-block;
    background: linear-gradient(
        45deg,
        rgb(183,213,180) 0%,
        rgb(186,123,123) 100%
    );
    box-shadow: 0 8px 25px rgb(183,213,180,0.5);
    color: #ffffff;
    padding: 1rem 2.5rem;
    z-index: 1;
    border-radius: 10px;
}.course_structureHCAu .skill_upHALc .inquiry_messageUTck::before {
    content: "";
    top: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        45deg,
        rgb(186,123,123) 0%,
        rgb(183,213,180) 100%
    );
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0;
    height: 100%;
}.course_structureHCAu .skill_upHALc .inquiry_messageUTck::after {
    width: 200%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    top: -50%;
    content: "";
    opacity: 0;
    height: 200%;
    left: -50%;
    position: absolute;
    transform: scale(0);
}.course_structureHCAu .skill_upHALc .inquiry_messageUTck:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgb(183,213,180,0.5);
}.course_structureHCAu .skill_upHALc .inquiry_messageUTck:hover::before {
    opacity: 1;
}.course_structureHCAu .skill_upHALc .inquiry_messageUTck:hover::after {
    animation: ripple-out 1.5s ease;
    opacity: 1;
    transform: scale(1);
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.course_structureHCAu::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    opacity: 0.7;
    width: 100%;
}.course_structureHCAu::after {
    content: "";
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
}

@media (max-width: 992px) {.course_structureHCAu .skill_upHALc {
    padding: 3rem;
}.course_structureHCAu .success_storyvntB {
    max-width: 700px;
}.course_structureHCAu .skill_upHALc h3 {
    font-size: calc(33px * 0.9);
}.course_structureHCAu .skill_upHALc p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.course_structureHCAu .skill_upHALc {
    padding: 2.5rem;
}.course_structureHCAu .success_storyvntB {
    max-width: 90%;
}.course_structureHCAu .skill_upHALc h3 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.8);
}.course_structureHCAu .skill_upHALc p {
    margin-bottom: 2rem;
    font-size: calc(14px * 0.95);
}.course_structureHCAu .skill_upHALc .inquiry_messageUTck {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.course_structureHCAu .class_routeMsjg {
    animation-duration: 25s;
}.course_structureHCAu .skill_upHALc {
    padding: 2rem 1.5rem;
}.course_structureHCAu .skill_upHALc h3 {
    margin-bottom: 1rem;
    font-size: calc(33px * 0.7);
}.course_structureHCAu .skill_upHALc p {
    max-width: 100%;
    font-size: calc(14px * 0.9);
    margin-bottom: 1.5rem;
}.course_structureHCAu .skill_upHALc .inquiry_messageUTck {
    font-size: calc(15px * 0.9);
    padding: 0.75rem 1.75rem;
}@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.course_structureHCAu .educationxEkX:nth-child(1)::before {
    animation-delay: 0s;
}.course_structureHCAu .educationxEkX:nth-child(2)::before {
    animation-delay: 2s;
}.course_structureHCAu .educationxEkX:nth-child(3)::before {
    animation-delay: 4s;
}.course_structureHCAu .educationxEkX:nth-child(4)::before {
    animation-delay: 6s;
}.course_structureHCAu .educationxEkX:nth-child(5)::before {
    animation-delay: 8s;
}.course_structureHCAu .educationxEkX::after {
    animation: tech-grid 15s linear infinite;
}@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}.academic_expertiseFIvP {
    background-color: rgb(232,232,240);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}.academic_expertiseFIvP::before {
    z-index: 1;
    width: 40%;
    content: "";
    height: 100%;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(183,213,180,0.5));
    top: 0;
    position: absolute;
}.academic_expertiseFIvP .success_storiesdQON {
    margin: 0 auto;
    position: relative;
    box-shadow: none;
    max-width: 1200px;
    z-index: 2;
    background: transparent;
    display: flex;
    border-radius: 0;
}.academic_expertiseFIvP .sliderSdQF {
    transition: all 0.5s ease;
    width: 45%;
    border-radius: 0;
    transform: rotate(-2deg);
    position: relative;
    height: 480px;
    box-shadow: 15px 15px 0 rgb(183,213,180,0.5);
}.academic_expertiseFIvP .experience_arearlzm {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 55%;
    padding: 3rem 0 3rem 4rem;
}.academic_expertiseFIvP .experience_arearlzm::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(186,123,123,0.5), transparent);
    top: 0;
    left: 2.5rem;
    width: 1px;
    position: absolute;
    content: "";
}.academic_expertiseFIvP .name {
    line-height: 1.1;
    margin-bottom: 1rem;
    font-size: calc(42px * 1.2);
    color: #000000;
    font-weight: 700;
    position: relative;
}.academic_expertiseFIvP .experience_arearlzm > div:nth-child(2) {
    font-weight: 600;
    border-radius: 10px;
    font-size: 17px;
    margin-bottom: 2.5rem;
    display: inline-block;
    transform: translateX(-10px);
    background-color: rgb(186,123,123);
    color: #ffffff;
    letter-spacing: 1px;
    padding: 0.5rem 1.5rem;
}.academic_expertiseFIvP .career_recordvXYt {
    padding-left: 0;
    line-height: 1.8;
    max-width: 90%;
    position: relative;
    color: #000000;
    font-size: 17px;
}.academic_expertiseFIvP .career_recordvXYt::before {
    content: "";
    background-color: rgb(183,213,180);
    height: 3px;
    position: absolute;
    left: 0;
    top: -1.5rem;
    width: 60px;
}.academic_expertiseFIvP .success_storiesdQON:hover .sliderSdQF {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(186,123,123);
}

@media (max-width: 992px) {.academic_expertiseFIvP::before {
    top: 0;
    background: linear-gradient(180deg, rgb(183,213,180,0.5), transparent);
    width: 100%;
    height: 40%;
    right: 0;
}.academic_expertiseFIvP .success_storiesdQON {
    align-items: center;
    flex-direction: column;
    max-width: 90%;
}.academic_expertiseFIvP .sliderSdQF {
    width: 90%;
    height: 400px;
}.academic_expertiseFIvP .experience_arearlzm {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.academic_expertiseFIvP .experience_arearlzm::before {
    display: none;
}.academic_expertiseFIvP .career_recordvXYt {
    max-width: 100%;
}
}

@media (max-width: 576px) {.academic_expertiseFIvP {
    padding: 4rem 1rem;
}.academic_expertiseFIvP .sliderSdQF {
    height: 320px;
}.academic_expertiseFIvP .name {
    font-size: 29px;
}.academic_expertiseFIvP .experience_arearlzm > div:nth-child(2) {
    font-size: 13px;
}.academic_expertiseFIvP .career_recordvXYt {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.our_missionOfAb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
}.our_missionOfAb::before {
    z-index: -1;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(8px);
    position: absolute;
    content: "";
}.our_missionOfAb::after {
    content: "";
    opacity: 0.3;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 200%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(183,213,180,0.5) 0%, transparent 70%);
    z-index: -1;
    left: -50%;
    top: -50%;
    height: 200%;
}.our_missionOfAb .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}.our_missionOfAb .word_boxyDdk {
    background: rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.05),
        inset 5px 5px 15px rgba(255, 255, 255, 0.05),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 50px;
    backdrop-filter: blur(12px);
}.our_missionOfAb .word_boxyDdk:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.07),
        inset 6px 6px 18px rgba(255, 255, 255, 0.07),
        inset -6px -6px 18px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.our_missionOfAb h1 {
    letter-spacing: 3px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 44px;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
}.our_missionOfAb h1::after {
    bottom: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(183,213,180), transparent);
    transition: transform 0.4s ease-out;
    transform-origin: left;
    transform: scaleX(1);
    position: absolute;
    left: 0;
    content: "";
    height: 4px;
}.our_missionOfAb .word_boxyDdk:hover h1::after {
    transform: scaleX(1.5);
}.our_missionOfAb ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.our_missionOfAb ul li {
    margin-bottom: 20px;
}.our_missionOfAb ul li h4 {
    letter-spacing: 1px;
    transition: transform 0.3s ease;
    font-size: calc(20px * 1.2);
    font-weight: 600;
    color: rgb(183,213,180);
    transform: translateX(0);
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}.our_missionOfAb ul li h4::before {
    content: "";
    transform: translateY(-50%) scale(0);
    background: rgb(183,213,180);
    height: 12px;
    top: 50%;
    opacity: 0;
    position: absolute;
    width: 12px;
    left: -20px;
    transition: all 0.3s ease;
}.our_missionOfAb .word_boxyDdk:hover ul li h4 {
    transform: translateX(20px);
}.our_missionOfAb .word_boxyDdk:hover ul li h4::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.our_missionOfAb ul li span {
    line-height: 1.8;
    position: relative;
    overflow: hidden;
    opacity: 0.9;
    border-left: 3px solid rgb(183,213,180);
    display: block;
    padding: 20px;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    color: #ffffff;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.2);
}.our_missionOfAb ul li span::before {
    transition: opacity 0.5s ease;
    left: 0;
    content: "";
    opacity: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(183,213,180,0.5) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    width: 100%;
}.our_missionOfAb .word_boxyDdk:hover ul li span {
    transform: translateY(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 1;
}.our_missionOfAb .word_boxyDdk:hover ul li span::before {
    opacity: 0.1;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.our_missionOfAb {
    padding: 80px 0;
}.our_missionOfAb .word_boxyDdk {
    padding: 30px;
    transform: perspective(800px) rotateX(1deg);
}.our_missionOfAb h1 {
    margin-bottom: 20px;
    font-size: calc(44px * 0.85);
}
}

@media (max-width: 768px) {.our_missionOfAb {
    padding: 60px 0;
}.our_missionOfAb .word_boxyDdk {
    padding: 25px;
    transform: none;
}.our_missionOfAb .word_boxyDdk:hover {
    transform: translateY(-5px);
}.our_missionOfAb h1 {
    letter-spacing: 2px;
    font-size: calc(44px * 0.7);
}.our_missionOfAb ul li h4 {
    font-size: 20px;
}.our_missionOfAb ul li span {
    font-size: calc(18px * 0.9);
    padding: 15px;
}
}

@media (max-width: 576px) {.our_missionOfAb {
    padding: 40px 0;
}.our_missionOfAb .container {
    padding: 0 20px;
}.our_missionOfAb .word_boxyDdk {
    padding: 20px;
}.our_missionOfAb h1 {
    padding-bottom: 10px;
    font-size: calc(44px * 0.6);
    letter-spacing: 1px;
}.our_missionOfAb h1::after {
    height: 3px;
    width: 60px;
}.our_missionOfAb ul li span {
    line-height: 1.6;
    padding: 12px;
}
}