﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    margin: auto;
    width: 1203px;
    max-width: 100%;
}.outer-containeruQ {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.main_trainTl {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    padding: 4px;
    width: 7px;
}::-webkit-scrollbar-button {
    height: 2px;
    border-radius: 10px;
}::-webkit-scrollbar-track {
    background: rgb(185,164,170);
}::-webkit-scrollbar-thumb {
    background: rgb(217,200,206);
    box-shadow: 3px 4px 6px 4px rgba(0, 0, 0, 0.2);
    border-radius: 9999px;
    animation: pulse_scrollbar 5.1s ease-out infinite;
    transition: background 4.2s ease-in-out;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -2px 2px 5px 6px rgba(0, 0, 0, 0.2);
    background: rgb(217,200,206);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 0px -1px 3px 4px rgba(0, 0, 0, 0.5);
    background: rgb(185,164,170,0.5);
}html {
    scrollbar-color: rgb(185,164,170) rgb(217,200,206,0.5);
}.calc_footYb {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}


.course_summaryAe {
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: rgb(242,231,234);
    align-items: center;
    min-height: 100vh;
}.course_summaryAe .job_readykR {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}.course_summaryAe .job_readykR::before {
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
    content: "";
    position: absolute;
}.course_summaryAe .fast_development3E {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.course_summaryAe .knowledge_planvu {
    position: absolute;
    transition: transform 1s ease;
    opacity: 0;
    height: 100%;
    animation: fade-slides 30s infinite;
    top: 0;
    left: 0;
    transform: scale(1.1);
    width: 100%;
}.course_summaryAe .job_readykR:hover .knowledge_planvu {
    animation-play-state: paused;
}.course_summaryAe .knowledge_planvu:hover {
    transform: scale(1);
}.course_summaryAe .knowledge_planvu:nth-child(1) {
    animation-delay: 0s;
}.course_summaryAe .knowledge_planvu:nth-child(2) {
    animation-delay: -6s;
}.course_summaryAe .knowledge_planvu:nth-child(3) {
    animation-delay: -12s;
}.course_summaryAe .knowledge_planvu:nth-child(4) {
    animation-delay: -18s;
}.course_summaryAe .knowledge_planvu:nth-child(5) {
    animation-delay: -24s;
}.course_summaryAe .knowledge_planvu img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: saturate(0.8) brightness(0.7);
}.course_summaryAe .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    z-index: 10;
    position: relative;
}.course_summaryAe .achieve_goalsyN {
    align-items: center;
    justify-content: center;
    display: flex;
}.course_summaryAe .lesson_mapeC {
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    aspect-ratio: 1;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    align-items: center;
    backdrop-filter: blur(10px);
    padding: 3rem;
    max-width: 1000px;
    overflow: hidden;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.4);
}.course_summaryAe .lesson_mapeC::before {
    right: -5px;
    position: absolute;
    z-index: -1;
    animation: rotate-border 15s linear infinite;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(217,200,206,0.5) 90deg,
        transparent 180deg,
        rgb(185,164,170,0.5) 270deg,
        transparent 360deg
    );
    opacity: 0.7;
    bottom: -5px;
    top: -5px;
    border-radius: 50%;
    left: -5px;
    content: "";
}.course_summaryAe .lesson_mapeC::after {
    height: 120%;
    content: "";
    z-index: -2;
    position: absolute;
    width: 120%;
    background: radial-gradient(
        ellipse at center,
        rgb(217,200,206,0.5) 0%,
        transparent 70%
    );
    opacity: 0.1;
    animation: pulse-glow 5s ease-in-out infinite alternate;
    filter: blur(20px);
}.course_summaryAe .lesson_mapeC h3 {
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
}.course_summaryAe .lesson_mapeC p {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    margin-bottom: 2rem;
    display: -webkit-box;
}.course_summaryAe .help_cardti {
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
    padding: 0.8rem 2rem;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(217,200,206);
    font-size: 16px;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    border-radius: 50px;
}.course_summaryAe .help_cardti::before {
    content: "";
    transform-origin: right;
    height: 100%;
    background: rgb(185,164,170);
    position: absolute;
    top: 0;
    transform: scaleX(0);
    left: 0;
    width: 100%;
    transition: transform 0.6s ease;
    z-index: -1;
}.course_summaryAe .help_cardti:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}.course_summaryAe .help_cardti:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.course_summaryAe .lesson_mapeC .orbital-elements {
    left: 0;
    width: 100%;
    pointer-events: none;
    border-radius: 50%;
    top: 0;
    position: absolute;
    height: 100%;
}.course_summaryAe .lesson_mapeC::before,
.course_summaryAe .lesson_mapeC::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}.course_summaryAe::after {
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    gap: 15px;
    content: "";
    display: flex;
    position: absolute;
}.course_summaryAe::after {
    width: 100px;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
    opacity: 0.3;
    height: 10px;
}

@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}


@media screen and (max-width: 1200px) {.course_summaryAe .lesson_mapeC {
    max-width: 900px;
}
}

@media screen and (max-width: 992px) {.course_summaryAe .lesson_mapeC {
    max-width: 800px;
    padding: 3rem;
}
}

@media screen and (max-width: 768px) {.course_summaryAe {
    padding: 2rem 0;
}.course_summaryAe .lesson_mapeC {
    max-width: 700px;
    height: auto;
    min-height: 700px;
    border-radius: 20px;
    padding: 3rem;
    aspect-ratio: auto;
}.course_summaryAe .lesson_mapeC::before {
    border-radius: 20px;
}.course_summaryAe .lesson_mapeC h3 {
    font-size: calc(34px * 0.9);
}.course_summaryAe .lesson_mapeC p {
    -webkit-line-clamp: 3;
}
}

@media screen and (max-width: 576px) {.course_summaryAe .lesson_mapeC {
    min-height: auto;
    aspect-ratio: auto;
    padding: 2rem 1.5rem;
    max-width: 90%;
    border-radius: 15px;
}.course_summaryAe .lesson_mapeC::before {
    border-radius: 15px;
}.course_summaryAe .lesson_mapeC h3 {
    font-size: calc(34px * 0.8);
}.course_summaryAe .lesson_mapeC p {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.9);
    -webkit-line-clamp: 4;
}.course_summaryAe .help_cardti {
    font-size: calc(16px * 0.9);
    padding: 0.7rem 1.8rem;
}.course_summaryAe::after {
    bottom: 10%;
}}


.course_summaryAe .fast_development3E:has(.knowledge_planvu:nth-child(2):last-child) .knowledge_planvu:nth-child(1) {
    animation-delay: 0s;
}.course_summaryAe .fast_development3E:has(.knowledge_planvu:nth-child(2):last-child) .knowledge_planvu:nth-child(2) {
    animation-delay: -15s;
}.course_summaryAe .fast_development3E:has(.knowledge_planvu:nth-child(3):last-child) .knowledge_planvu:nth-child(1) {
    animation-delay: 0s;
}.course_summaryAe .fast_development3E:has(.knowledge_planvu:nth-child(3):last-child) .knowledge_planvu:nth-child(2) {
    animation-delay: -10s;
}.course_summaryAe .fast_development3E:has(.knowledge_planvu:nth-child(3):last-child) .knowledge_planvu:nth-child(3) {
    animation-delay: -20s;
}.course_summaryAe .fast_development3E:has(.knowledge_planvu:nth-child(4):last-child) .knowledge_planvu:nth-child(1) {
    animation-delay: 0s;
}.course_summaryAe .fast_development3E:has(.knowledge_planvu:nth-child(4):last-child) .knowledge_planvu:nth-child(2) {
    animation-delay: -7.5s;
}.course_summaryAe .fast_development3E:has(.knowledge_planvu:nth-child(4):last-child) .knowledge_planvu:nth-child(3) {
    animation-delay: -15s;
}.course_summaryAe .fast_development3E:has(.knowledge_planvu:nth-child(4):last-child) .knowledge_planvu:nth-child(4) {
    animation-delay: -22.5s;
}.contact_sectionF7 {
    position: relative;
    padding: 100px 0;
}.contact_sectionF7::before {
    opacity: 0.85;
    top: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    background: rgb(242,231,234);
    content: '';
}.contact_sectionF7::after {
    clip-path: polygon(0 65%, 100% 25%, 100% 100%, 0 100%);
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    position: absolute;
    background: rgb(217,200,206,0.5);
}.contact_sectionF7 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}.contact_sectionF7 .request_form2S {
    overflow: hidden;
    display: flex;
    transform-style: preserve-3d;
    border-radius: 22px;
    perspective: 1000px;
    position: relative;
}.contact_sectionF7 .message_map5O {
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
    transform: rotateY(10deg);
    border-radius: 22px 0 0 22px;
    transform-origin: left center;
    flex: 1;
    background: #ffffff;
}.contact_sectionF7 .message_map5O h3 {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    color: #000000;
}.contact_sectionF7 .message_map5O h3::before {
    left: 0;
    background: rgb(217,200,206);
    position: absolute;
    content: '';
    top: -15px;
    width: 30px;
    height: 5px;
}.contact_sectionF7 .message_map5O div {
    border-radius: 10px;
    margin-bottom: 30px;
    align-items: center;
    padding: 15px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    transform: translateZ(0);
    background: #f5f7fa;
}.contact_sectionF7 .message_map5O div:hover {
    transform: scale(1.05) translateZ(10px);
}.contact_sectionF7 .message_map5O svg {
    background: #ffffff;
    height: 30px;
    padding: 6px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    width: 30px;
}.contact_sectionF7 .message_map5O svg path {
    fill: rgb(217,200,206);
}.contact_sectionF7 .message_map5O span {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}.contact_sectionF7 .message_map5O a {
    text-decoration: none;
    position: relative;
    font-weight: 600;
    color: rgb(217,200,206);
}.contact_sectionF7 .message_map5O a::after {
    content: '';
    background: rgb(217,200,206);
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    transition: width 0.3s ease;
    width: 0;
}.contact_sectionF7 .message_map5O a:hover::after {
    width: 100%;
}.contact_sectionF7 .inquiry_messageTD {
    transform-origin: right center;
    background: rgb(242,231,234);
    padding: 60px 40px;
    border-radius: 0 22px 22px 0;
    transform: rotateY(-5deg);
    flex: 1.2;
}.contact_sectionF7 form {
    position: relative;
}.contact_sectionF7 form h3 {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgb(217,200,206);
    font-size: 28px;
    text-align: center;
}.contact_sectionF7 form input[type="text"],
.contact_sectionF7 form input[type="email"] {
    color: rgb(217,200,206);
    margin-bottom: 25px;
    padding: 20px 25px;
    width: 100%;
    border-radius: 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    font-size: 18px;
    border: none;
}.contact_sectionF7 form input[type="text"]:focus,
.contact_sectionF7 form input[type="email"]:focus {
    border-bottom-color: rgb(217,200,206);
    outline: none;
    box-shadow: 0 5px 10px -5px rgb(217,200,206,0.5);
}.contact_sectionF7 form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}.contact_sectionF7 .request_boxFr {
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
}.contact_sectionF7 .request_boxFr input[type="checkbox"] {
    appearance: none;
    width: 0;
    position: absolute;
    -webkit-appearance: none;
    opacity: 0;
    height: 0;
}.contact_sectionF7 .request_boxFr label {
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
}.contact_sectionF7 .request_boxFr label::before {
    height: 22px;
    content: '';
    width: 22px;
    top: 0;
    left: 0;
    background: transparent;
    transition: all 0.3s ease;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.3);
}.contact_sectionF7 .request_boxFr input[type="checkbox"]:checked + label::before {
    background: rgb(217,200,206);
    border-color: rgb(217,200,206);
}.contact_sectionF7 .request_boxFr input[type="checkbox"]:checked + label::after {
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 12px;
    transform: rotate(45deg);
    top: 4px;
    border: solid rgb(217,200,206);
    content: '';
    position: absolute;
    left: 8px;
}.contact_sectionF7 .request_boxFr a {
    transition: color 0.3s ease;
    color: rgb(217,200,206);
    font-weight: 600;
    text-decoration: none;
}.contact_sectionF7 .request_boxFr a:hover {
    color: rgb(185,164,170);
}.contact_sectionF7 .help_cardti {
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    font-size: 20px;
    border: none;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 25px;
    cursor: pointer;
    background: rgb(217,200,206);
}.contact_sectionF7 .help_cardti::before {
    width: 0;
    z-index: -1;
    background: rgb(185,164,170);
    position: absolute;
    top: 0;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: '';
    left: 0;
    height: 100%;
}.contact_sectionF7 .help_cardti:hover::before {
    width: 100%;
}.contact_sectionF7 .help_cardti:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {.contact_sectionF7 .request_form2S {
    transform-style: flat;
}.contact_sectionF7 .message_map5O,
    .contact_sectionF7 .inquiry_messageTD {
    transform: none;
}
}

@media (max-width: 768px) {.contact_sectionF7 {
    padding: 80px 0;
}.contact_sectionF7 .request_form2S {
    flex-direction: column;
}.contact_sectionF7 .message_map5O,
    .contact_sectionF7 .inquiry_messageTD {
    border-radius: 0;
    width: 100%;
    padding: 40px 30px;
}.contact_sectionF7 .message_map5O {
    border-radius: 22px 22px 0 0;
}.contact_sectionF7 .inquiry_messageTD {
    border-radius: 0 0 22px 22px;
}.contact_sectionF7 .message_map5O h3,
    .contact_sectionF7 form h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 576px) {.contact_sectionF7 {
    padding: 60px 0;
}.contact_sectionF7::before,
    .contact_sectionF7::after {
    clip-path: none;
    opacity: 0.9;
}.contact_sectionF7::before {
    height: 60%;
}.contact_sectionF7::after {
    height: 40%;
    top: 60%;
}.contact_sectionF7 .message_map5O,
    .contact_sectionF7 .inquiry_messageTD {
    padding: 30px 20px;
}.contact_sectionF7 .message_map5O h3,
    .contact_sectionF7 form h3 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.contact_sectionF7 .message_map5O div {
    padding: 12px;
    margin-bottom: 20px;
}.contact_sectionF7 form input[type="text"],
    .contact_sectionF7 form input[type="email"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_sectionF7 .request_boxFr {
    margin: 25px 0;
}.contact_sectionF7 .help_cardti {
    padding: 15px 20px;
}}.thxWrapGN {
    background: linear-gradient(135deg, rgb(242,231,234) 0%, rgb(185,164,170,0.5) 100%);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.thxWrapGN::before {
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(217,200,206,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(185,164,170,0.5) 0%, transparent 40%);
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.15;
    position: absolute;
    left: 0;
}.thxWrapGN::after {
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.05;
    z-index: 0;
    right: -50%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    width: 100%;
    position: absolute;
    transform: rotate(25deg);
    top: -50%;
}.thxWrapGN .container {
    perspective: 1000px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    transform: translateZ(0);
    margin: 0 auto;
}.thxWrapGN h2 {
    font-size: 33px;
    opacity: 0;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    text-align: left;
    animation: slide-up 0.8s ease-out forwards;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateY(30px);
    border-left: 5px solid rgb(217,200,206);
    font-weight: 700;
    max-width: 90%;
    color: #000000;
    line-height: 1.3;
}.thxWrapGN .achieve_goalsyN {
    position: relative;
    padding: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(30px);
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    backdrop-filter: blur(10px);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    animation: slide-up 0.8s ease-out forwards 0.2s;
}.thxWrapGN .achieve_goalsyN::before {
    height: 5px;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(217,200,206) 0%, rgb(185,164,170) 100%);
}.thxWrapGN ul {
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
}.thxWrapGN li {
    padding: 0.5rem 0;
    position: relative;
}.thxWrapGN li::before {
    background: rgb(217,200,206,0.5);
    position: absolute;
    left: -1.5rem;
    height: 100%;
    animation: grow-line 1.2s ease-out forwards 0.8s;
    top: 0;
    transform: scaleY(0);
    content: "";
    opacity: 0;
    transform-origin: top;
    width: 3px;
}.thxWrapGN li span {
    text-align: left;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    position: relative;
    transform: translateX(20px);
    opacity: 0;
    padding-left: 0.5rem;
    display: block;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.thxWrapGN .achieve_goalsyN:hover {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) scale(1.01);
}

@media (max-width: 991px) {.thxWrapGN {
    padding: 4rem 1.5rem;
}.thxWrapGN h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
    margin-bottom: 2rem;
}.thxWrapGN .achieve_goalsyN {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thxWrapGN {
    padding: 3rem 1rem;
}.thxWrapGN h2 {
    font-size: calc(33px * 0.8);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    border-left: 3px solid rgb(217,200,206);
}.thxWrapGN .achieve_goalsyN {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.thxWrapGN li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.thxWrapGN {
    padding: 2rem 0.8rem;
}.thxWrapGN h2 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.7);
}.thxWrapGN .achieve_goalsyN {
    padding: 1.2rem;
}.thxWrapGN li span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (min-width: 1200px) {.thxWrapGN .container {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}.thxWrapGN h2 {
    margin-left: 3rem;
    max-width: 80%;
}.thxWrapGN .achieve_goalsyN {
    width: 85%;
    margin-left: auto;
    transform: translateY(30px) translateX(-2rem);
}.thxWrapGN .achieve_goalsyN:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.thxWrapGN .achieve_goalsyN {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}.secure_shell9S {
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(185,164,170,0.5) 0%, rgb(242,231,234) 100%);
    overflow: hidden;
}.secure_shell9S::before {
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(185,164,170,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.4;
    z-index: 0;
}.secure_shell9S::after {
    transform: rotate(-15deg);
    height: 200px;
    opacity: 0.2;
    content: "";
    right: -50px;
    width: 200px;
    z-index: 0;
    background: linear-gradient(225deg, rgb(217,200,206,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: -50px;
}.secure_shell9S .container {
    z-index: 1;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 3.5rem;
    position: relative;
    transform: perspective(1000px) rotateX(0.5deg);
    max-width: 1140px;
    margin: 0 auto;
}.secure_shell9S h1 {
    font-size: 44px;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 20px;
    letter-spacing: -0.02em;
    transform: translateX(-10px);
    color: rgb(217,200,206);
    position: relative;
}.secure_shell9S h1::before {
    transform: skewY(-15deg);
    top: 15%;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(185,164,170);
    height: 70%;
    width: 5px;
}.secure_shell9S h2 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: rgb(185,164,170);
    font-size: 35px;
    position: relative;
    letter-spacing: -0.01em;
    padding-bottom: 12px;
    margin-top: 3rem;
}.secure_shell9S h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(185,164,170) 0%, rgb(185,164,170,0.5) 100%);
    height: 3px;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
}.secure_shell9S h3 {
    font-weight: 600;
    font-size: calc(35px * 0.8);
    margin-top: 2.5rem;
    padding-left: 15px;
    margin-bottom: 1.25rem;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
}.secure_shell9S h3::before {
    position: absolute;
    content: "";
    left: 0;
    width: 3px;
    background: rgb(185,164,170,0.5);
    height: 100%;
    top: 0;
}.secure_shell9S h4 {
    font-family: Arial, sans-serif;
    margin-top: 2rem;
    font-weight: 600;
    position: relative;
    padding-left: 10px;
    color: #000000;
    margin-bottom: 1rem;
    font-size: calc(35px * 0.7);
}.secure_shell9S h4::before {
    width: 2px;
    background: rgb(185,164,170,0.5);
    height: 50%;
    position: absolute;
    left: 0;
    top: 25%;
    content: "";
}.secure_shell9S p {
    position: relative;
    color: #000000;
    max-width: 95%;
    margin-bottom: 1.5rem;
    font-size: 12px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.secure_shell9S strong {
    font-weight: 600;
    color: rgb(185,164,170);
    position: relative;
    display: inline-block;
}.secure_shell9S ul {
    margin: 2rem 0;
    padding-left: 1.5rem;
    list-style: none;
    position: relative;
    background: linear-gradient(90deg, rgb(185,164,170,0.5) 0%, transparent 3%);
    border-left: 3px solid rgb(185,164,170);
    padding: 1.5rem 1.5rem 1.5rem 3rem;
}.secure_shell9S li {
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    font-size: 12px;
    position: relative;
    line-height: 1.7;
    color: #000000;
}.secure_shell9S li::before {
    left: -1.5rem;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    height: 8px;
    top: 0.6rem;
    background: rgb(185,164,170);
    width: 8px;
}.secure_shell9S span {
    border-left: 1px dashed rgb(185,164,170,0.5);
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}.secure_shell9S *:last-child {
    margin-bottom: 0;
}.secure_shell9S .container > *:first-child {
    margin-top: 0;
}

@media (max-width: 991px) {.secure_shell9S {
    padding: 4rem 1.5rem;
}.secure_shell9S .container {
    transform: perspective(1000px) rotateX(0.3deg);
    padding: 2.5rem;
}.secure_shell9S h1 {
    font-size: calc(44px * 0.9);
}.secure_shell9S h2 {
    font-size: calc(35px * 0.9);
}.secure_shell9S ul {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}
}

@media (max-width: 767px) {.secure_shell9S {
    padding: 3rem 1rem;
}.secure_shell9S .container {
    padding: 2rem 1.5rem;
    transform: none;
}.secure_shell9S h1 {
    padding-left: 15px;
    font-size: calc(44px * 0.8);
}.secure_shell9S h1::before {
    width: 4px;
}.secure_shell9S h2 {
    font-size: calc(35px * 0.8);
}.secure_shell9S h3 {
    font-size: calc(35px * 0.7);
}.secure_shell9S h4 {
    font-size: calc(35px * 0.6);
}.secure_shell9S p, 
    .secure_shell9S li,
    .secure_shell9S span {
    font-size: calc(12px * 0.95);
    max-width: 100%;
}.secure_shell9S ul {
    padding: 1rem 1rem 1rem 2rem;
    margin: 1.5rem 0;
}
}

@media (max-width: 480px) {.secure_shell9S {
    padding: 2rem 0.75rem;
}.secure_shell9S .container {
    padding: 1.5rem 1.25rem;
}.secure_shell9S h1 {
    font-size: calc(44px * 0.7);
}.secure_shell9S h2 {
    font-size: calc(35px * 0.7);
}.secure_shell9S h2::after {
    width: 60px;
}.secure_shell9S h3 {
    font-size: calc(35px * 0.6);
}.secure_shell9S h4 {
    font-size: calc(35px * 0.5);
}.secure_shell9S p, 
    .secure_shell9S li,
    .secure_shell9S span {
    font-size: calc(12px * 0.9);
}}.meet_us2g {
    background: linear-gradient(145deg, rgb(217,200,206) 0%, rgb(185,164,170) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 100px 0;
}.meet_us2g::before {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    z-index: -1;
    width: 100%;
    background: 
        repeating-linear-gradient(135deg, transparent, transparent 30px, rgba(255, 255, 255, 0.02) 30px, rgba(255, 255, 255, 0.02) 60px);
}.meet_us2g::after {
    animation: shiftGlow 20s ease-in-out infinite alternate;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    width: 100%;
    opacity: 0.6;
    left: 0;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
}.meet_us2g .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.meet_us2g .achieve_goalsyN {
    grid-template-areas: 
        "director logo"
        "text text";
    position: relative;
    gap: 40px;
    overflow: hidden;
    padding: 60px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    grid-template-rows: auto auto;
    animation: fadeIn 1s ease-in-out;
    grid-template-columns: 1fr 1fr;
    background: rgb(242,231,234);
    border-radius: 21px;
    display: grid;
}.meet_us2g .achieve_goalsyN::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(217,200,206), rgb(185,164,170));
    top: 0;
    width: 5px;
    left: 0;
    content: "";
}.meet_us2g .learning_tracksSH {
    display: flex;
    gap: 30px;
    padding-right: 30px;
    grid-area: director;
    transform: translateY(0);
    align-items: center;
    transition: transform 0.6s ease;
}.meet_us2g .learning_tracksSH:hover {
    transform: translateY(-5px);
}.meet_us2g .learning_tracksSH .img_text0g {
    transition: all 0.4s ease;
    width: 180px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    height: 220px;
    border: 3px solid #ffffff;
    border-radius: 10px;
}.meet_us2g .learning_tracksSH .img_text0g:hover {
    transform: scale(1.05);
    border-color: rgb(217,200,206);
}.meet_us2g .virtual_trackBE {
    flex: 1;
}.meet_us2g .impact_factsHA {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
}.meet_us2g .impact_factsHA::after {
    content: "";
    height: 2px;
    bottom: 0;
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(217,200,206);
    position: absolute;
    left: 0;
}.meet_us2g .impact_factsHA:hover::after {
    width: 60px;
}.meet_us2g .learn_expertKx {
    font-weight: 300;
    color: #000000;
    font-size: 15px;
    margin: 0;
}.meet_us2g .mentor_approachki {
    margin-bottom: 20px;
    justify-content: flex-start;
    display: flex;
    grid-area: logo;
    align-items: center;
    border-left: 1px solid rgba(rgb(217,200,206), 0.2);
}.meet_us2g .mentor_approachki svg {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    transition: transform 0.4s ease;
    fill: rgb(217,200,206);
}.meet_us2g .mentor_approachki:hover svg {
    transform: rotate(5deg) scale(1.1);
}.meet_us2g .mentor_approachki svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,200,206);
}.meet_us2g .mentor_approachki:hover svg path {
    fill: rgb(185,164,170);
}.meet_us2g .text_wrap_item9Y {
    grid-area: text;
    padding-top: 30px;
    animation-delay: 0.3s;
    opacity: 0;
    animation: slideUp 0.8s ease-out forwards;
    border-top: 1px solid rgba(rgb(217,200,206), 0.2);
    transform: translateY(20px);
}.meet_us2g h2 {
    margin: 0 0 25px 0;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 38px;
}.meet_us2g h2::after {
    bottom: -10px;
    width: 80px;
    position: absolute;
    height: 3px;
    content: "";
    background: rgb(217,200,206);
    animation: pulseWidth 3s ease-in-out infinite;
    left: 0;
}.meet_us2g p {
    font-size: 15px;
    margin: 0;
    color: #000000;
    line-height: 1.8;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@keyframes shiftGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 992px) {.meet_us2g {
    padding: 80px 0;
}.meet_us2g .achieve_goalsyN {
    gap: 30px;
    grid-template-areas: 
            "director"
            "logo"
            "text";
    padding: 40px 30px;
    grid-template-columns: 1fr;
}.meet_us2g .learning_tracksSH {
    padding-right: 0;
    border-bottom: 1px solid rgba(rgb(217,200,206), 0.2);
    padding-bottom: 30px;
}.meet_us2g .mentor_approachki {
    border-left: none;
    border-bottom: 1px solid rgba(rgb(217,200,206), 0.2);
    padding-left: 0;
    padding-bottom: 30px;
}.meet_us2g .text_wrap_item9Y {
    border-top: none;
    padding-top: 0;
}
}

@media screen and (max-width: 767px) {.meet_us2g {
    padding: 60px 0;
}.meet_us2g .achieve_goalsyN {
    padding: 30px 20px;
    gap: 25px;
}.meet_us2g .learning_tracksSH {
    text-align: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}.meet_us2g .impact_factsHA::after {
    left: 50%;
    transform: translateX(-50%);
}.meet_us2g .impact_factsHA:hover::after {
    width: 60px;
}.meet_us2g .mentor_approachki {
    justify-content: center;
}.meet_us2g .text_wrap_item9Y {
    text-align: center;
}.meet_us2g h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media screen and (max-width: 480px) {.meet_us2g {
    padding: 40px 0;
}.meet_us2g .achieve_goalsyN {
    gap: 20px;
    padding: 25px 15px;
}.meet_us2g .learning_tracksSH .img_text0g {
    height: 180px;
    width: 150px;
}.meet_us2g .impact_factsHA {
    font-size: calc(19px * 0.9);
}.meet_us2g .learn_expertKx {
    font-size: calc(15px * 0.9);
}.meet_us2g .mentor_approachki svg {
    margin-right: 15px;
    height: 50px;
    width: 50px;
}.meet_us2g h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.8);
}.meet_us2g p {
    font-size: calc(15px * 0.9);
}}header {
    left: 0;
    position: fixed;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    top: 0;
    width: 100%;
    z-index: 100;
    background: linear-gradient(to bottom, 
        rgb(217,200,206,0.5) 0%,
        #000000 100%);
}header::before {
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(185,164,170,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(217,200,206,0.5) 0%, transparent 15%);
    animation: pulse-bg 8s infinite alternate;
    left: 0;
    opacity: 0.3;
    position: absolute;
}header::after {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.1;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(185,164,170,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(185,164,170,0.5) 100%);
    background-size: 20px 20px;
    width: 100%;
    z-index: 1;
    top: 0;
}header .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    z-index: 2;
}header .site_topAa {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    width: 100%;
}header .head_studyuL {
    justify-content: center;
    display: flex;
    position: relative;
    text-decoration: none;
    z-index: 3;
    align-items: center;
    margin: 1rem 0 1.5rem;
}header .head_studyuL::before {
    height: 120px;
    animation: rotate 10s linear infinite;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(185,164,170,0.5) 120deg,
            transparent 180deg,
            rgb(217,200,206,0.5) 240deg,
            transparent 360deg
        );
    content: "";
    border-radius: 50%;
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    width: 120px;
}header .head_studyuL::after {
    height: 70px;
    position: absolute;
    width: 70px;
    opacity: 0.3;
    animation: pulse-opacity 4s ease infinite alternate;
    filter: blur(20px);
    border-radius: 50%;
    content: "";
    z-index: -2;
    background: rgb(185,164,170,0.5);
}header .head_studyuL svg {
    height: 45px;
    transition: all 0.4s ease;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(217,200,206,0.5));
}header .head_studyuL:hover svg {
    filter: drop-shadow(0 0 12px rgb(185,164,170));
    transform: scale(1.08);
}header .top_trainsC {
    border-top: 1px solid rgb(217,200,206,0.5);
    justify-content: center;
    gap: 0.8rem;
    border-bottom: 1px solid rgb(217,200,206,0.5);
    position: relative;
    padding: 1rem 0;
    width: 100vw;
    overflow-x: auto;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    scrollbar-width: none;
    display: flex;
}header .top_trainsC::-webkit-scrollbar {
    display: none;
}header .top_trainsC::before {
    left: 0;
    z-index: 3;
    width: 100%;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    height: 100%;
    pointer-events: none;
    content: "";
}header .nav_headersX {
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 15px;
    z-index: 2;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    perspective: 800px;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}header .nav_headersX::before {
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
    transform: translateZ(-10px);
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
}header .nav_headersX::after {
    background: rgb(185,164,170);
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    width: 0%;
    transition: all 0.3s ease;
    content: "";
    left: 50%;
    bottom: 0;
}header .nav_headersX:hover {
    color: rgb(185,164,170);
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(185,164,170,0.5);
}header .nav_headersX:hover::before {
    transform: translateZ(0);
    border-color: rgb(185,164,170,0.5);
    box-shadow: 0 0 15px rgb(217,200,206,0.5);
}header .nav_headersX:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .head_studyuL {
    margin: 0.8rem 0 1.2rem;
}header .head_studyuL svg {
    height: 40px;
}header .nav_headersX {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .head_studyuL {
    margin: 0.6rem 0 1rem;
}header .head_studyuL svg {
    height: 35px;
}header .head_studyuL::before {
    width: 90px;
    height: 90px;
}header .head_studyuL::after {
    height: 50px;
    width: 50px;
}header .top_trainsC {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .nav_headersX {
    font-size: calc(15px - 2px);
    padding: 0.4rem 1rem;
}header .nav_headersX:first-child {
    margin-left: 2rem;
}header .nav_headersX:last-child {
    margin-right: 2rem;
}}.education_historySI {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(242,231,234) 0%, rgb(217,200,206,0.5) 100%);
}.education_historySI::before {
    opacity: 0.4;
    content: "";
    animation: rotateBackground 15s linear infinite;
    height: 100%;
    background: conic-gradient(from 225deg at 50% 50%, rgb(185,164,170,0.5) 0%, transparent 25%, rgb(217,200,206,0.5) 50%, transparent 75%, rgb(185,164,170,0.5) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.education_historySI .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 2rem;
}.education_historySI .student_voicesO6 {
    grid-template-columns: 300px 1fr;
    padding: 3rem;
    position: relative;
    border-radius: 27px;
    transform: rotateY(-5deg);
    grid-template-rows: auto auto;
    transition: transform 0.5s ease;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    gap: 1.5rem;
    grid-template-areas:
        "photo quote"
        "info quote";
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(185,164,170,0.5),
                0 10px 0 -5px rgb(217,200,206,0.5);
    display: grid;
    backdrop-filter: blur(10px);
}.education_historySI .student_voicesO6:hover {
    transform: rotateY(0);
}.education_historySI .img_text0g {
    border: 5px solid #ffffff;
    width: 220px;
    transition: all 0.4s ease;
    transform: translateZ(30px);
    height: 220px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(217,200,206,0.5);
    grid-area: photo;
    border-radius: 50%;
}.education_historySI .student_voicesO6:hover .img_text0g {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(217,200,206);
}.education_historySI .name {
    transform: translateZ(20px);
    color: #000000;
    display: block;
    font-weight: 700;
    grid-area: info;
    margin-bottom: 0.5rem;
    font-size: 28px;
    margin-top: 1rem;
}.education_historySI .student_voicesO6 span:not(.name) {
    margin-top: 3.5rem;
    color: rgb(217,200,206);
    display: block;
    font-size: 16px;
    transform: translateZ(15px);
    grid-area: info;
    font-weight: 600;
}.education_historySI .emp_backnR {
    transform: translateZ(10px);
    font-size: calc(16px * 1.1);
    font-weight: 400;
    line-height: 1.6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    grid-area: quote;
    border-radius: 0 27px 27px 0;
    padding: 1.5rem 2rem;
    color: #000000;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    border-left: 4px solid rgb(185,164,170);
}.education_historySI .emp_backnR::before {
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(185,164,170,0.5) 40%, rgb(185,164,170,0.5) 60%, transparent 60%);
    background-size: 200% 200%;
    mix-blend-mode: overlay;
    opacity: 0.2;
    animation: shimmer 3s infinite linear;
    position: absolute;
    top: 0;
    content: "";
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.education_historySI .student_voicesO6 {
    grid-template-columns: 1fr;
    grid-template-areas:
            "img_text0g"
            "support_formVF"
            "emp_backnR";
    grid-template-rows: auto auto auto;
    padding: 2rem;
}.education_historySI .img_text0g {
    height: 180px;
    width: 180px;
    margin: 0 auto;
}.education_historySI .name,
    .education_historySI .student_voicesO6 span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.education_historySI .student_voicesO6 span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.education_historySI {
    padding: 4rem 0;
}.education_historySI .student_voicesO6 {
    padding: 1.5rem;
    transform: none;
}.education_historySI .img_text0g {
    height: 140px;
    width: 140px;
}.education_historySI .emp_backnR {
    padding: 1rem;
    font-size: 16px;
}}.windowPrivacySettingsue {
    bottom: 0;
    position: fixed;
    width: 100%;
    background: rgb(242,231,234);
    border-top: 2px solid rgb(217,200,206);
    z-index: 90;
}.cookie_screeniq {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}.windowPrivacySettingsue h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.windowPrivacySettingsue p {
    font-size: 18px;
}.data_approval4p {
    flex-shrink: 0;
    margin-right: 10px;
}.data_approval4p svg, .data_approval4p svg path, .data_approval4p img {
    fill: rgb(217,200,206);
    width: 100px;
    height: 100px;
}.cookies_techFz {
    flex-shrink: 0;
    margin-left: 10px;
    line-height: 35px;
    border-bottom: 2px solid rgb(217,200,206);
    min-width: 120px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 24px;
    text-decoration: none;
    color: rgb(217,200,206);
    text-align: center;
}.windowPrivacySettingsue p a {
    text-decoration: none;
    color: rgb(217,200,206);
}#cookieBannerAlertfV {
    display: none;
}#cookieBannerAlertfV:checked ~ .windowPrivacySettingsue {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.windowPrivacySettingsue {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.data_approval4p {
    display: none;
}.cookie_screeniq {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.windowPrivacySettingsue h5 {
    text-align: center;
}.windowPrivacySettingsue p {
    text-align: center;
}.cookie_overviewpd {
    margin-bottom: 20px;
}body .outer-containeruQ .cookies_techFz {
    margin-left: 0;
}}
.outer-containeruQ .cookie_screeniq {
    justify-content: flex-end;
}.outer-containeruQ .cookies_techFz {
    margin-left: 30px;
    background: rgb(217,200,206);
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
}.outer-containeruQ .cookie_overviewpd {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.outer-containeruQ .cookies_techFz {
    margin-left: 0;
    margin-bottom: 10px;
}}.tariff_rowSr {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.tariff_rowSr::before {
    backdrop-filter: blur(8px);
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    top: 0;
}.tariff_rowSr .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.tariff_rowSr .price_optionszq {
    position: relative;
}.tariff_rowSr h2 {
    color: #ffffff;
    font-weight: 700;
    transform: perspective(1000px) translateZ(20px);
    position: relative;
    margin-bottom: 25px;
    font-size: 35px;
    text-align: center;
}.tariff_rowSr h2::after {
    left: 50%;
    border-radius: 3px;
    position: absolute;
    bottom: -10px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(185,164,170), rgb(217,200,206));
    transform: translateX(-50%);
    width: 80px;
}.tariff_rowSr .plan_feeGO {
    margin: 0 auto 50px;
    font-size: calc(16px + 2px);
    text-align: center;
    line-height: 1.6;
    position: relative;
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
}.tariff_rowSr .plan_cost27 {
    display: grid;
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.tariff_rowSr .plan_cost27 li {
    perspective: 1000px;
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
}.tariff_rowSr .rate_packagesLs {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    border-radius: 12px;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}.tariff_rowSr .rate_packagesLs::before {
    height: 5px;
    transition: transform 0.3s ease;
    transform-origin: left;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(185,164,170), rgb(217,200,206));
}.tariff_rowSr .discount_tieram {
    height: 100%;
    z-index: 1;
    position: relative;
    padding: 30px 25px;
}.tariff_rowSr .plan_tablele {
    position: relative;
    z-index: 2;
}.tariff_rowSr .rate_packagesLs h4 {
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: calc(23px - 2px);
}.tariff_rowSr .rate_packagesLs h4::before {
    left: -10px;
    transition: all 0.3s ease;
    content: "";
    top: -10px;
    position: absolute;
    border-left: 2px solid rgb(185,164,170);
    border-top: 2px solid rgb(185,164,170);
    height: 30px;
    opacity: 0.6;
    width: 30px;
}.tariff_rowSr .rate_packagesLs p {
    word-break: normal;
    hyphens: auto;
    color: rgb(255, 255, 255, 0.5);
    padding-right: 10px;
    margin-bottom: 25px;
    max-height: 250px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: break-word;
}.tariff_rowSr .rate_packagesLs p::-webkit-scrollbar {
    width: 4px;
}.tariff_rowSr .rate_packagesLs p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(185,164,170,0.5);
}.tariff_rowSr .edu_ratesIN {
    font-size: calc(23px + 4px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(rgb(185,164,170,0.5), 0.1), rgba(rgb(217,200,206,0.5), 0.2));
    padding: 10px 20px;
    font-weight: 700;
    position: relative;
}.tariff_rowSr .edu_ratesIN::before {
    background: linear-gradient(90deg, transparent, rgb(185,164,170), transparent);
    bottom: -3px;
    height: 1px;
    right: 10px;
    content: "";
    position: absolute;
    left: 10px;
}.tariff_rowSr .rate_packagesLs:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}.tariff_rowSr .rate_packagesLs:hover::before {
    transform: scaleX(1);
}.tariff_rowSr .rate_packagesLs:hover h4 {
    transform: translateX(5px);
}.tariff_rowSr .rate_packagesLs:hover h4::before {
    opacity: 1;
    transform: scale(1.1);
}.tariff_rowSr .rate_packagesLs:hover .edu_ratesIN {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

@media (max-width: 992px) {.tariff_rowSr {
    padding: 80px 0;
}.tariff_rowSr h2 {
    font-size: calc(35px - 4px);
}.tariff_rowSr .plan_feeGO {
    margin-bottom: 40px;
    font-size: 16px;
}.tariff_rowSr .plan_cost27 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.tariff_rowSr {
    padding: 60px 0;
}.tariff_rowSr h2 {
    font-size: calc(35px - 6px);
}.tariff_rowSr .plan_feeGO {
    font-size: calc(16px - 1px);
    margin-bottom: 30px;
}.tariff_rowSr .plan_cost27 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.tariff_rowSr .rate_packagesLs h4 {
    font-size: 23px;
}.tariff_rowSr .rate_packagesLs p {
    font-size: calc(16px - 1px);
    max-height: 180px;
}.tariff_rowSr .edu_ratesIN {
    font-size: 23px;
}
}

@media (max-width: 480px) {.tariff_rowSr {
    padding: 50px 0;
}.tariff_rowSr h2 {
    font-size: calc(35px - 8px);
}.tariff_rowSr .plan_feeGO {
    font-size: calc(16px - 2px);
}.tariff_rowSr .discount_tieram {
    padding: 25px 20px;
}.tariff_rowSr .rate_packagesLs h4 {
    font-size: calc(23px - 2px);
}.tariff_rowSr .edu_ratesIN {
    padding: 8px 15px;
    font-size: calc(23px - 2px);
}}.welcome_pagewQ {
    padding: 2rem;
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(242,231,234) 0%, rgba(0, 0, 0, 0.5) 100%);
    min-height: 100vh;
    justify-content: center;
}.welcome_pagewQ::before {
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(217,200,206,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(185,164,170,0.5) 0%, transparent 30%);
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
}.welcome_pagewQ::after {
    position: absolute;
    pointer-events: none;
    width: 120%;
    z-index: 1;
    background-image: 
    repeating-linear-gradient(45deg, rgb(217,200,206,0.5) 0, rgb(217,200,206,0.5) 1px, transparent 1px, transparent 16px),
    repeating-linear-gradient(135deg, rgb(185,164,170,0.5) 0, rgb(185,164,170,0.5) 1px, transparent 1px, transparent 16px);
    content: "";
    top: -10%;
    left: -10%;
    opacity: 0.1;
    height: 120%;
}.welcome_pagewQ .intro_head1t {
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    max-width: 1200px;
    position: relative;
    display: grid;
    gap: 3rem;
    z-index: 2;
}.welcome_pagewQ .intro_head1t > div:first-child {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    animation: float 8s ease-in-out infinite;
    padding: 2.5rem;
    position: relative;
    background: linear-gradient(120deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
}.welcome_pagewQ .intro_head1t > div:first-child::before {
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(217,200,206), rgb(185,164,170));
    content: "";
    width: 6px;
    position: absolute;
    transform: translateX(-3px);
}.welcome_pagewQ .intro_head1t > div:first-child h3 {
    color: #000000;
    margin: 0;
    font-size: 19px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    font-weight: 600;
}.welcome_pagewQ .community_teamh3 {
    color: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(145deg, rgb(217,200,206) 0%, rgb(185,164,170) 100%);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    transform: perspective(1000px) rotateY(-5deg);
}.welcome_pagewQ .community_teamh3:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}.welcome_pagewQ .community_teamh3 h1 {
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.85) 100%);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text !important;
    font-weight: 700;
    line-height: 1.2;
    color: transparent;
    font-size: 39px;
    background-clip: text !important;
    transform: translateX(-5px);
    margin: 0 0 1.5rem;
}.welcome_pagewQ .community_teamh3 > div {
    transition: all 0.4s ease;
    align-items: center;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    display: flex;
    height: 200px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
    justify-content: center;
    position: relative;
}.welcome_pagewQ .community_teamh3 > div::before {
    transition: opacity 0.4s ease;
    content: "";
    mix-blend-mode: multiply;
    opacity: 0.7;
    background: linear-gradient(45deg, rgb(217,200,206,0.5) 0%, rgb(185,164,170,0.5) 100%);
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}.welcome_pagewQ .community_teamh3 > div:hover::before {
    opacity: 0.5;
}.welcome_pagewQ .community_teamh3 > div p {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 80%;
    font-weight: 600;
    font-size: calc(12px * 1.2);
    transform: translateY(5px);
    text-align: center;
    padding: 1.5rem;
    color: #ffffff;
    z-index: 2;
    position: relative;
    border-left: 3px solid rgb(217,200,206);
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.4);
}.welcome_pagewQ .community_teamh3 > div:hover p {
    transform: translateY(0);
}

@keyframes float {
  0%, 100% { transform: translateY(-10px); }
  50% { transform: translateY(0); }
}

@media (min-width: 768px) {.welcome_pagewQ .intro_head1t {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
}.welcome_pagewQ .community_teamh3 {
    padding: 4rem;
}.welcome_pagewQ .community_teamh3 > div {
    height: 300px;
}.welcome_pagewQ .community_teamh3 h1 {
    font-size: calc(39px * 1.2);
}
}

@media (max-width: 767px) {.welcome_pagewQ {
    padding: 1rem;
}.welcome_pagewQ .intro_head1t {
    transform: perspective(1000px) rotateX(0);
}.welcome_pagewQ .intro_head1t > div:first-child {
    padding: 1.5rem;
}.welcome_pagewQ .intro_head1t > div:first-child h3 {
    font-size: calc(19px * 0.9);
}.welcome_pagewQ .community_teamh3 {
    transform: perspective(1000px) rotateY(0);
    padding: 2rem;
}.welcome_pagewQ .community_teamh3 h1 {
    margin-bottom: 1rem;
    font-size: calc(39px * 0.8);
}.welcome_pagewQ .community_teamh3 > div {
    height: 150px;
}.welcome_pagewQ .community_teamh3 > div p {
    padding: 1rem;
    font-size: 12px;
}
}

@media (max-width: 480px) {.welcome_pagewQ .intro_head1t > div:first-child h3 {
    font-size: calc(19px * 0.8);
}.welcome_pagewQ .community_teamh3 {
    padding: 1.5rem;
}.welcome_pagewQ .community_teamh3 h1 {
    font-size: calc(39px * 0.7);
}.welcome_pagewQ .community_teamh3 > div {
    height: 120px;
}.welcome_pagewQ .community_teamh3 > div p {
    font-size: calc(12px * 0.9);
    padding: 0.75rem;
}}footer {
    position: relative;
    width: 100%;
}.calc_footYb {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    background-color: #ffffff;
    color: #000000;
}.calc_footYb::before {
    position: absolute;
    height: 1px;
    bottom: 0;
    background-image: repeating-linear-gradient(
        to right,
        rgb(217,200,206),
        rgb(217,200,206) 10px,
        transparent 10px,
        transparent 20px
    );
    content: "";
    width: 100%;
    left: 0;
}footer .data_vizAl {
    z-index: 1;
    position: relative;
}footer .edu_mentor2S {
    flex-wrap: wrap;
    margin-bottom: 70px;
    height: 100px;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}footer .info_item {
    align-items: center;
    padding: 0 25px;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    flex: 1;
    position: relative;
    height: 100px;
    min-width: 250px;
    background-color: rgb(185,164,170);
    margin-right: 1px;
    transition: all 0.5s ease;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    background-color: rgb(217,200,206);
    flex: 1.5;
}footer .info_item::after {
    background-color: rgba(255, 255, 255, 0.1);
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    content: "";
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    flex-shrink: 0;
    z-index: 2;
    height: 24px;
    position: relative;
    width: 24px;
    margin-right: 15px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    z-index: 2;
    white-space: nowrap;
    font-size: 16px;
    max-width: 100%;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}footer .info_item::before {
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    opacity: 0;
    width: 100%;
    left: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    top: 0;
    height: 100%;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: 0;
    overflow-x: auto;
    padding: 0 20px;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -20px;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .main_headmP, footer .top_trainsC, footer .subscribe_holder {
    scroll-snap-align: start;
    min-width: 280px;
    flex: 0 0 100%;
    padding: 30px;
    border-radius: 25px;
    margin-right: 30px;
    position: relative;
    height: 450px;
    max-width: 500px;
    transition: all 0.4s ease;
}footer .main_headmP {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    background-color: rgb(242,231,234);
    display: flex;
}footer .main_headmP svg {
    margin-bottom: 30px;
    width: auto;
    height: 50px;
}footer .enroll_infoBK {
    line-height: 1.6;
    max-width: 300px;
    color: #000000;
    font-size: 13px;
}footer .top_trainsC {
    position: relative;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(185,164,170,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(217,200,206,0.5) 0%, transparent 40%);
    color: #ffffff;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    background-color: rgb(185,164,170);
    justify-content: center;
}footer .top_trainsC::after {
    opacity: 0.3;
    pointer-events: none;
    content: "";
    position: absolute;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 30px 30px;
    top: 0;
}footer .top_trainsC h5 {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}footer .top_trainsC h5::after {
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    bottom: -10px;
    background-color: rgb(217,200,206);
    left: 0;
}footer .top_infomz {
    max-height: 280px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    height: auto;
}footer .top_infomz a {
    font-size: 16px;
    padding: 10px 0;
    transition: all 0.3s ease;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}footer .top_infomz a:hover {
    padding-left: 10px;
    border-bottom-color: rgb(217,200,206);
    color: #ffffff;
}footer .subscribe_holder {
    justify-content: center;
    color: #ffffff;
    flex-direction: column;
    background-color: rgb(217,200,206);
    display: flex;
}footer .subscribe_holder h5 {
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    font-size: 16px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    color: #ffffff;
    font-size: 16px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .instant_accesssW {
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    background-color: rgb(185,164,170);
    cursor: pointer;
    font-weight: 600;
    border: none;
}footer .instant_accesssW:hover {
    background-color: rgb(185,164,170,0.5);
}footer .cookie_ctrl6L {
    margin-top: 40px;
    padding-top: 20px;
    position: relative;
}footer .cookie_ctrl6L::before {
    left: 20%;
    top: 0;
    right: 20%;
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
}footer .workshop_ctaRA {
    text-align: center;
    color: #000000;
    font-size: 13px;
}

@media (min-width: 992px) {footer .text_main_holder {
    scroll-snap-type: none;
    gap: 30px;
    overflow-x: visible;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}footer .main_headmP, footer .top_trainsC, footer .subscribe_holder {
    height: 500px;
    flex: 1;
    margin-right: 0;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .main_headmP::before,
    footer .top_trainsC::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .calc_footYb {
    padding: 60px 0 30px;
}footer .edu_mentor2S {
    flex-direction: column;
    margin-bottom: 40px;
    height: auto;
}footer .info_item {
    margin-bottom: 1px;
    width: 100%;
    margin-right: 0;
}footer .info_item:hover {
    padding-left: 35px;
    flex: 1;
}footer .main_headmP, footer .top_trainsC, footer .subscribe_holder {
    height: auto;
    min-height: 350px;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {footer .calc_footYb {
    padding: 50px 0 20px;
}footer .main_headmP::before,
    footer .top_trainsC::before,
    footer .subscribe_holder::before {
    top: 15px;
    font-size: 2rem;
    left: 15px;
}footer .top_infomz {
    height: auto;
    max-height: 220px;
}footer .main_headmP, footer .top_trainsC, footer .subscribe_holder {
    min-height: 300px;
    padding: 20px 15px;
}footer .top_trainsC h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .instant_accesssW {
    padding: 12px;
}}.learning_processvB {
    background: linear-gradient(145deg, rgb(242,231,234) 0%, rgba(240, 245, 255, 1) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.learning_processvB::before {
    z-index: 1;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(217,200,206,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(185,164,170,0.5), 0.07) 0%, transparent 50%);
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}.learning_processvB::after {
    z-index: 0;
    transform: rotate(-15deg);
    right: -5%;
    height: 300px;
    top: -5%;
    width: 300px;
    filter: blur(30px);
    background: linear-gradient(225deg, rgb(185,164,170) 0%, transparent 80%);
    opacity: 0.07;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    content: "";
}.learning_processvB .container.achieve_goalsyN {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
}.learning_processvB .container.achieve_goalsyN > div {
    transform: perspective(1000px) rotateY(1deg);
    position: relative;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3.5rem;
}.learning_processvB .container.achieve_goalsyN > div:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.learning_processvB .container.achieve_goalsyN > div::before {
    position: absolute;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: linear-gradient(to bottom, rgb(217,200,206), rgb(185,164,170));
    transform-origin: top;
    transform: scaleY(0);
    width: 5px;
    content: "";
    height: 100%;
}.learning_processvB .container.achieve_goalsyN > div:hover::before {
    transform: scaleY(1);
}.learning_processvB h3 {
    color: #000000;
    padding-bottom: 1rem;
    margin-bottom: 1.8rem;
    font-size: calc(31px * 0.85);
    transform: translateZ(0);
    position: relative;
    font-weight: 700;
}.learning_processvB h3::after {
    background: linear-gradient(90deg, rgb(217,200,206), rgb(185,164,170));
    transition: width 0.4s ease-out;
    width: 80px;
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    content: "";
}.learning_processvB .container.achieve_goalsyN > div:hover h3::after {
    width: 120px;
}.learning_processvB p {
    transform: translateZ(0);
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
    position: relative;
}.learning_processvB p span {
    position: relative;
    animation: fadeUp 0.8s forwards 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    display: block;
    transform: translateY(10px);
}

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

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

@media (max-width: 992px) {.learning_processvB {
    padding: 4rem 0;
}.learning_processvB .container.achieve_goalsyN > div {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(0.5deg);
}.learning_processvB h3 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.75);
}
}

@media (max-width: 768px) {.learning_processvB {
    padding: 3.5rem 0;
}.learning_processvB .container.achieve_goalsyN > div {
    padding: 2rem;
    transform: none;
}.learning_processvB .container.achieve_goalsyN > div:hover {
    transform: translateY(-3px);
}.learning_processvB h3 {
    font-size: calc(31px * 0.7);
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
}.learning_processvB h3::after {
    width: 60px;
    height: 2px;
}.learning_processvB .container.achieve_goalsyN > div:hover h3::after {
    width: 90px;
}.learning_processvB p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.learning_processvB {
    padding: 3rem 0;
}.learning_processvB .container.achieve_goalsyN > div {
    padding: 1.5rem;
}.learning_processvB h3 {
    margin-bottom: 1rem;
    font-size: calc(31px * 0.65);
}.learning_processvB p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.course_demographicrY {
    position: relative;
    padding: 140px 0;
    background: rgb(242,231,234);
    overflow: hidden;
}.course_demographicrY::before {
    z-index: 0;
    position: absolute;
    background-position: 0 0, 30px 30px;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(217,200,206,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(217,200,206,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(217,200,206,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(217,200,206,0.5) 75%
        );
    opacity: 0.03;
}.course_demographicrY::after {
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgb(242,231,234), transparent);
    height: 150px;
    content: "";
    width: 100%;
    bottom: 0;
}.course_demographicrY .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.course_demographicrY .achieve_goalsyN {
    position: relative;
}.course_demographicrY h4 {
    position: relative;
    text-align: center;
    font-size: 33px;
    color: #000000;
    padding: 20px 0;
    margin-bottom: 80px;
    font-weight: 700;
}.course_demographicrY h4::before {
    height: 3px;
    background: rgb(217,200,206,0.5);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    position: absolute;
    border-radius: 2px;
    width: 100px;
    top: 0;
}.course_demographicrY h4::after {
    height: 3px;
    bottom: 0;
    content: "";
    width: 100px;
    border-radius: 2px;
    position: absolute;
    background: rgb(185,164,170,0.5);
    left: 50%;
    transform: translateX(-50%);
}.course_demographicrY div {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}.course_demographicrY div::before {
    content: "";
    background: linear-gradient(180deg, rgb(217,200,206,0.5), rgb(185,164,170,0.5), transparent);
    opacity: 0.5;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    height: 100%;
}.course_demographicrY div p {
    font-size: 13px;
    line-height: 1.6;
    align-items: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0 0 60px 0;
    background: #ffffff;
    display: flex;
    width: 70%;
    transition: all 0.4s ease;
    padding: 25px 30px;
    border-radius: 50px;
    z-index: 1;
    color: #000000;
}.course_demographicrY div p:nth-child(odd) {
    border-top-left-radius: 0;
    align-self: flex-start;
}.course_demographicrY div p:nth-child(even) {
    align-self: flex-end;
    border-top-right-radius: 0;
}.course_demographicrY div p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}.course_demographicrY div p::before {
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    height: 30px;
    background: #ffffff;
    content: "";
    width: 30px;
}.course_demographicrY div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}.course_demographicrY div p:nth-child(even)::before {
    top: -15px;
    right: -15px;
}.course_demographicrY div p::after {
    height: 15px;
    width: 15px;
    position: absolute;
    transition: all 0.3s ease;
    z-index: 3;
    background: linear-gradient(135deg, rgb(217,200,206), rgb(185,164,170));
    content: "";
    border-radius: 50%;
}.course_demographicrY div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}.course_demographicrY div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}.course_demographicrY div p:hover::after {
    transform: scale(1.3);
    box-shadow: 0 0 10px rgb(217,200,206,0.5);
}.course_demographicrY div p svg {
    height: 32px;
    width: 32px;
    min-width: 32px;
    transition: all 0.3s ease;
    margin-right: 20px;
}.course_demographicrY div p:hover svg {
    transform: rotate(15deg);
}.course_demographicrY div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,200,206);
}.course_demographicrY div p:hover svg path {
    fill: rgb(185,164,170);
}

@media (max-width: 991px) {.course_demographicrY {
    padding: 120px 0;
}.course_demographicrY h4 {
    font-size: calc(33px - 2px);
    margin-bottom: 70px;
}.course_demographicrY div p {
    width: 80%;
    margin-bottom: 50px;
    padding: 22px 25px;
}.course_demographicrY div p svg {
    width: 28px;
    min-width: 28px;
    margin-right: 15px;
    height: 28px;
}
}

@media (max-width: 767px) {.course_demographicrY {
    padding: 100px 0;
}.course_demographicrY h4 {
    font-size: calc(33px - 4px);
    margin-bottom: 60px;
}.course_demographicrY div p {
    margin-bottom: 40px;
    padding: 18px 22px;
    align-self: center !important;
    border-radius: 30px !important;
    width: 90%;
}.course_demographicrY div p::before,
    .course_demographicrY div p::after {
    display: none;
}.course_demographicrY div p svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
    min-width: 24px;
}
}

@media (max-width: 479px) {.course_demographicrY {
    padding: 80px 0;
}.course_demographicrY h4 {
    font-size: calc(33px - 6px);
    margin-bottom: 50px;
}.course_demographicrY div p {
    width: 100%;
    padding: 15px 18px;
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
}.course_demographicrY div p svg {
    margin-right: 10px;
    height: 22px;
    min-width: 22px;
    width: 22px;
}}.sign_up_nowpW {
    z-index: 1;
    padding: 140px 0;
    background: linear-gradient(110deg, rgb(217,200,206) 0%, rgb(185,164,170) 100%);
    overflow: hidden;
    position: relative;
}.sign_up_nowpW::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    background-size: 30px 30px;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    content: '';
    animation: patternMove 15s linear infinite;
    opacity: 0.5;
}.sign_up_nowpW::after {
    z-index: -1;
    top: -50%;
    position: absolute;
    animation: rotateConic 30s linear infinite;
    content: '';
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    left: -50%;
}.sign_up_nowpW .achieve_goalsyN {
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 900px;
    padding: 0;
    justify-content: center;
    z-index: 2;
    position: relative;
}.sign_up_nowpW .achieve_goalsyN::before {
    position: absolute;
    z-index: -1;
    top: 0;
    content: '';
    left: -20%;
    background: rgba(255, 255, 255, 0.05);
    width: 140%;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    transform: skewX(-15deg);
    height: 100%;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
}.sign_up_nowpW .achieve_goalsyN::after {
    filter: blur(20px);
    right: -30px;
    z-index: -1;
    animation: floatBubble 10s ease-in-out infinite alternate;
    border-radius: 50%;
    position: absolute;
    height: 100px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    content: '';
    width: 100px;
    top: -30px;
}.sign_up_nowpW h3 {
    transform: rotateX(5deg);
    font-weight: 700;
    transition: all 0.5s ease;
    position: relative;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 60px 0;
    perspective: 1000px;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    font-size: 31px;
    transform-style: preserve-3d;
    color: #ffffff;
    text-align: center;
}.sign_up_nowpW h3::before {
    content: '';
    top: -30px;
    height: 1px;
    left: 10%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    width: 80%;
    position: absolute;
}.sign_up_nowpW h3::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: 20%;
    width: 60%;
    content: '';
    bottom: -30px;
    position: absolute;
    height: 1px;
}.sign_up_nowpW h3:hover {
    transform: rotateX(0deg);
}.sign_up_nowpW .learn_formlo {
    font-size: 17px;
    margin-bottom: 60px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    color: rgb(217,200,206);
    transform: perspective(1000px) rotateX(10deg);
    display: inline-block;
    padding: 20px 50px;
    text-decoration: none;
    border-radius: 10px;
    transform-origin: bottom center;
    z-index: 1;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}.sign_up_nowpW .learn_formlo::before {
    content: '';
    background: linear-gradient(
        145deg,
        rgb(217,200,206) 0%,
        rgb(185,164,170) 100%
    );
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    left: 0;
    z-index: -1;
}.sign_up_nowpW .learn_formlo::after {
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    height: 20px;
}.sign_up_nowpW .learn_formlo:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.sign_up_nowpW .learn_formlo:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.sign_up_nowpW {
    padding: 120px 0;
}.sign_up_nowpW .achieve_goalsyN::before {
    width: 130%;
    left: -15%;
}.sign_up_nowpW h3 {
    font-size: calc(31px * 0.9);
    margin: 50px 0;
}.sign_up_nowpW .learn_formlo {
    font-size: calc(17px * 0.95);
    margin-bottom: 50px;
    padding: 18px 45px;
}
}

@media screen and (max-width: 768px) {.sign_up_nowpW {
    padding: 100px 0;
}.sign_up_nowpW .achieve_goalsyN::before {
    transform: skewX(-10deg);
    width: 120%;
    left: -10%;
}.sign_up_nowpW h3 {
    transform: none;
    margin: 40px 0;
    font-size: calc(31px * 0.8);
}.sign_up_nowpW h3::before {
    top: -25px;
}.sign_up_nowpW h3::after {
    bottom: -25px;
}.sign_up_nowpW .learn_formlo {
    font-size: calc(17px * 0.9);
    margin-bottom: 40px;
    padding: 15px 40px;
    transform: none;
}.sign_up_nowpW .learn_formlo:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.sign_up_nowpW {
    padding: 80px 0;
}.sign_up_nowpW .achieve_goalsyN::before {
    width: 110%;
    left: -5%;
    transform: skewX(-5deg);
}.sign_up_nowpW h3 {
    font-size: calc(31px * 0.7);
    margin: 35px 0;
    letter-spacing: 1px;
}.sign_up_nowpW h3::before {
    top: -20px;
}.sign_up_nowpW h3::after {
    bottom: -20px;
}.sign_up_nowpW .learn_formlo {
    padding: 12px 35px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: calc(17px * 0.85);
}
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}