﻿.container {
    margin: auto;
    max-width: 100%;
    width: 1239px;
}

a {
    color: inherit;
    text-decoration: none;
}

.wrapper-section12DZ {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

header,footer {
    width: 100%;
}

header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 100;
    background: linear-gradient(to bottom, 
        rgb(188,173,205,0.5) 0%,
        #000000 100%);
    left: 0;
    width: 100%;
    position: fixed;
}

.academic_expertisecL4D::before {
    top: 0;
    background-size: 150px 100%;
    width: 100%;
    animation: gradientSlide 30s linear infinite;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(188,173,205,0.5) 10%, 
        transparent 11%);
    left: 0;
}

.academic_expertisecL4D .user_ratingsarKt:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.academic_expertisecL4D .img_center_alignCbwD {
    border-radius: 2px;
    left: 40px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(188,173,205);
    height: 120px;
    width: 120px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: absolute;
    transition: all 0.5s ease;
    transform: rotate(0deg);
    top: -60px;
}

.academic_expertisecL4D .user_ratingsarKt:hover .name {
    transform: translateX(10px);
}

.academic_expertisecL4D .user_ratingsarKt:hover span:not(.name) {
    transform: translateX(10px);
    color: rgb(188,173,205);
}

.academic_expertisecL4D .career_trajectorybKJY {
    padding-left: 0;
    position: relative;
    transition: padding 0.5s ease;
    line-height: 1.8;
    margin-top: 40px;
    color: #000000;
    font-weight: 400;
    font-size: 13px;
}

.academic_expertisecL4D .user_ratingsarKt:hover .career_trajectorybKJY {
    padding-left: 20px;
}

.academic_expertisecL4D .user_ratingsarKt:hover .career_trajectorybKJY::before {
    transform: scaleX(1);
}

.secure_enclosureWXzd h1, .secure_enclosureWXzd h2 {
    text-transform: uppercase;
    color: rgb(188,173,205);
    margin: 0;
    letter-spacing: 0.1em;
    padding: 0.5rem 0;
}

.secure_enclosureWXzd h1 {
    font-weight: 700;
    border-bottom: 3px solid rgb(188,173,205);
    font-size: 46px;
}

.secure_enclosureWXzd ul {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

.secure_enclosureWXzd ul li:last-child {
    border-bottom: none;
}

.secure_enclosureWXzd ul li::before {
    margin-right: 1rem;
    content: '—';
    color: rgb(188,173,205);
}

.secure_enclosureWXzd div {
    margin: 1rem 0;
}

.secure_enclosureWXzd section {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}

.teaching_processWrf4::before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.2;
    content: '';
    background: 
        linear-gradient(90deg, rgb(148,115,181,0.5) 1px, transparent 1px) 0 0 / 20px 100%,
        linear-gradient(0deg, rgb(148,115,181,0.5) 1px, transparent 1px) 0 0 / 100% 20px;
}

.teaching_processWrf4::before {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        85% 100%,
        0 100%
    );
}



.teaching_processWrf4 .student_voice9U2H {
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 5;
    max-width: 1200px;
    display: flex;
}

.teaching_processWrf4 .text_regionGrqU::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(148,115,181), rgb(188,173,205));
    top: 0;
    content: '';
    animation: scanline 2s linear infinite;
    width: 5px;
    left: 0;
}

.teaching_processWrf4 .text_regionGrqU::before,
.teaching_processWrf4 .text_regionGrqU::after,
.teaching_processWrf4 h2,
.teaching_processWrf4 p {
    transition: all 0.3s ease;
}

.teaching_processWrf4 .text_regionGrqU::before,
.teaching_processWrf4 h2::before {
    animation-play-state: running;
}



.teaching_processWrf4 h2 {
    position: relative;
    padding-left: 1.5rem;
    letter-spacing: 2px;
    text-shadow: 
        2px 2px 0 rgb(148,115,181,0.5),
        -2px -2px 0 rgb(188,173,205,0.5);
    font-size: 29px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 2rem;
}

.teaching_processWrf4 p {
    color: #ffffff;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 14px;
}

.teaching_processWrf4 p::before {
    top: 0;
    height: 100%;
    position: absolute;
    background: rgb(148,115,181,0.5);
    content: '';
    left: 0;
    width: 3px;
}

.teaching_processWrf4 .text_regionGrqU:hover p {
    transform: translateX(5px);
}

.teaching_processWrf4 .text_regionGrqU:hover::after {
    animation-duration: 1.5s;
}

.welcome_board9ihQ::before {
    content: "";
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgba(94,170,168,0.1) 0%, transparent 70%);
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
}

.welcome_board9ihQ .student_voice9U2H {
    position: relative;
    max-width: 1200px;
    width: 100%;
    padding: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0 auto;
    z-index: 1;
}

.welcome_board9ihQ .text_regionGrqU {
    position: relative;
    transform: translateY(20px);
    z-index: 2;
    opacity: 0;
    animation: fadeUp 0.8s forwards ease-out 0.2s;
    padding: 2rem;
}

.welcome_board9ihQ h1::after {
    background: linear-gradient(90deg, rgb(188,173,205), rgb(148,115,181));
    height: 3px;
    bottom: -0.5rem;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    position: absolute;
    animation: lineGrow 1s forwards ease-out 0.8s;
    width: 80px;
}

.welcome_board9ihQ .learn_top1MSk p {
    position: relative;
    margin-top: 1.5rem;
    font-size: calc(13px * 1.1);
    max-width: 90%;
    color: #000000;
    line-height: 1.6;
}

.welcome_board9ihQ .text_regionGrqU:hover svg {
    transform: translateY(-5px) rotate(5deg);
}

.welcome_board9ihQ svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}

.welcome_board9ihQ svg:hover text {
    fill: rgb(188,173,205);
}

.welcome_board9ihQ .help_blockEn0G {
    background: linear-gradient(135deg, rgb(188,173,205) 0%, rgb(148,115,181) 100%);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(94,170,168,0.2);
    padding: 1rem 2rem;
}

.welcome_board9ihQ .help_blockEn0G:hover::before {
    opacity: 1;
}

.welcome_board9ihQ .help_blockEn0G:active {
    box-shadow: 0 4px 8px rgba(94,170,168,0.2);
    transform: translateY(0);
}

.welcome_board9ihQ .img_center_alignCbwD::before {
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgba(94,170,168,0.7) 0%, rgba(94,170,168,0) 100%);
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    opacity: 0.5;
}

.course_structureURpX {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,217,227) 0%, rgba(245, 247, 250, 0.92) 100%);
    padding: 5rem 0;
    position: relative;
}

.course_structureURpX::after {
    position: absolute;
    width: 25%;
    left: -2%;
    bottom: -5%;
    content: "";
    transform: rotate(10deg) translateZ(0);
    background: linear-gradient(45deg, rgb(148,115,181,0.5) 0%, rgb(188,173,205,0.5) 100%);
    filter: blur(15px);
    z-index: 1;
    height: 50%;
    opacity: 0.4;
}

.course_structureURpX .img_center_alignCbwD {
    overflow: hidden;
    transform-origin: top center;
    height: 300px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}

.course_structureURpX .img_center_alignCbwD::before {
    top: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    right: 0;
}

.course_structureURpX .text_regionGrqU {
    transform: translateY(-40px);
    position: relative;
    background: #ffffff;
    padding: 2.5rem 2rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}

.course_structureURpX .text_regionGrqU h3::after {
    width: 60px;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: rgb(188,173,205);
    margin-top: 1rem;
    content: "";
    transform-origin: left;
    animation-delay: 0.6s;
    transform: scaleX(0);
    height: 3px;
    display: block;
}

.course_structureURpX .text_regionGrqU span.description {
    display: none;
}

.course_structureURpX .text_regionGrqU div {
    overflow-y: auto;
    padding-right: 10px;
    position: relative;
    max-height: 300px;
}

header::after {
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(148,115,181,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(148,115,181,0.5) 100%);
    position: absolute;
    background-size: 20px 20px;
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
    opacity: 0.1;
}

header .top_expertSWVm {
    flex-direction: column;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

header .header_pageEG3w::before {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: -1;
    animation: rotate 10s linear infinite;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(148,115,181,0.5) 120deg,
            transparent 180deg,
            rgb(188,173,205,0.5) 240deg,
            transparent 360deg
        );
    position: absolute;
    opacity: 0.2;
    content: "";
}

header .header_pageEG3w:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(148,115,181));
}

header .nav_trainQsJH::before {
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    pointer-events: none;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
}

header .top_trainmznG {
    text-decoration: none;
    z-index: 2;
    padding: 0.6rem 1.5rem;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    perspective: 800px;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
}

header .top_trainmznG:hover {
    text-shadow: 0 0 5px rgb(148,115,181,0.5);
    color: rgb(148,115,181);
    transform: translateY(-2px) translateZ(0);
}

header .top_trainmznG:hover::before {
    box-shadow: 0 0 15px rgb(188,173,205,0.5);
    border-color: rgb(148,115,181,0.5);
    transform: translateZ(0);
}

.track_alertQayE {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
}

.policy_opt8we4 {
    flex-shrink: 0;
    margin-right: 15px;
}

.policy_opt8we4 svg {
    fill: rgb(188,173,205);
    transition: fill 0.3s ease-in-out;
    width: 50px;
    height: 50px;
}

.cookie_customizewrhZ h5 {
    font-size: 22px;
    margin-bottom: 5px;
    color: rgb(188,173,205);
    font-weight: 700;
}

.user_status6Olj {
    vertical-align: middle;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.5;
    font-size: 16px;
    user-select: none;
    border-radius: 10px;
    margin-left: 10px;
}

.cookie_button.privacy_opt9AE3:hover {
    border-color: rgb(188,173,205);
    background-color: rgb(188,173,205);
    color: #ffffff;
}

.cookieNotificationBannerUKg0 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}


.who_we_areQdyT {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.who_we_areQdyT::after {
    animation: pulse 8s infinite alternate ease-in-out;
    bottom: -50px;
    border-radius: 50%;
    filter: blur(60px);
    right: -50px;
    position: absolute;
    z-index: 0;
    background: rgb(148,115,181,0.5);
    height: 300px;
    width: 300px;
    content: "";
}

.who_we_areQdyT .text_regionGrqU {
    margin-left: auto;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 50px;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(148,115,181);
    transition: transform 0.5s ease-out;
    max-width: 800px;
}

.who_we_areQdyT .text_regionGrqU:hover h5 {
    transform: translateX(0);
    opacity: 1;
}

.who_we_areQdyT .text_regionGrqU:hover h5::after {
    transform: scaleX(1);
}

.who_we_areQdyT p {
    font-size: calc(17px * 1.3);
    margin-bottom: 25px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 400;
}

.who_we_areQdyT p b::before {
    height: 10px;
    background: rgb(148,115,181,0.5);
    z-index: -1;
    width: 100%;
    transform: skewX(-15deg) translateY(5px);
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease;
}

.who_we_areQdyT ol li {
    margin-bottom: 15px;
    color: #ffffff;
    padding-left: 0;
    text-align: justify;
    list-style-type: none;
    font-size: 17px;
    position: relative;
    line-height: 1.8;
}

header .top_plank {
    background: rgb(188,173,205);
    color:  #ffffff;
}

header .top_plank .elite_studyprowzsC div span {
    color: #ffffff;
}

header .top_plank .elite_studyprowzsC div {
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .top_plank .elite_studyprowzsC div img, header .top_plank .elite_studyprowzsC div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}

.contact_form_sectionMmRg::before {
    top: 0;
    left: 0;
    background: radial-gradient(circle at 20% 50%, rgb(188,173,205,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(148,115,181,0.5) 0%, transparent 40%);
    content: '';
    opacity: 0.6;
    height: 100%;
    position: absolute;
    width: 100%;
}

.contact_form_sectionMmRg .container {
    z-index: 2;
    max-width: 1200px;
    text-align: center;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}

.contact_form_sectionMmRg .inquiry_listBtnQ {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    z-index: 3;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    display: flex;
}

.contact_form_sectionMmRg .inquiry_listBtnQ::before {
    content: '';
    background: rgb(188,173,205,0.5);
    right: 0;
    width: 150px;
    position: absolute;
    height: 150px;
    border-radius: 50%;
    transform: translate(50%, -50%);
    opacity: 0.2;
    top: 0;
}

.contact_form_sectionMmRg .request_card4FzY {
    flex: 1;
    padding: 50px;
    position: relative;
}

.contact_form_sectionMmRg form h3 {
    font-size: 21px;
    text-align: left;
    margin-bottom: 25px;
}

.contact_form_sectionMmRg input[type="text"]:focus,
.contact_form_sectionMmRg textarea:focus {
    box-shadow: 0 0 10px rgb(188,173,205,0.5);
    border-color: rgb(188,173,205);
    outline: none;
}

.contact_form_sectionMmRg textarea {
    height: 140px;
    resize: none;
}

.contact_form_sectionMmRg .feedback_infoguVD {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact_form_sectionMmRg .feedback_infoguVD label {
    line-height: 1.5;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #000000;
}

.contact_form_sectionMmRg .feedback_infoguVD input[type="checkbox"]:checked + label::before {
    background: rgb(188,173,205);
    border-color: rgb(188,173,205);
}

.contact_form_sectionMmRg .feedback_infoguVD a {
    transition: all 0.3s ease;
    color: rgb(188,173,205);
    text-decoration: none;
    font-weight: 600;
}

.contact_form_sectionMmRg .feedback_infoguVD a:hover {
    color: rgb(148,115,181);
}

.contact_form_sectionMmRg .help_blockEn0G {
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 23px;
    overflow: hidden;
    background: rgb(188,173,205);
    font-family: Arial, sans-serif;
    font-size: 19px;
    z-index: 1;
    font-weight: 600;
    border: none;
}

.contact_form_sectionMmRg .help_blockEn0G:hover::before {
    transform: translateX(0);
}

.contact_form_sectionMmRg .query_helpEIsu::before {
    position: absolute;
    opacity: 0.3;
    background-size: 20px 20px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.1) 75%);
    width: 100%;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
}

.contact_form_sectionMmRg .feedback_card3Jzu {
    margin: 0;
    list-style: none;
    padding: 0;
}

.contact_form_sectionMmRg .feedback_card3Jzu li:last-child {
    border-bottom: none;
}

.contact_form_sectionMmRg .feedback_card3Jzu li:hover {
    transform: translateX(5px);
}

.contact_form_sectionMmRg .feedback_card3Jzu svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.contact_form_sectionMmRg .feedback_card3Jzu li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.contact_form_sectionMmRg .feedback_card3Jzu a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer {
    width: 100%;
    position: relative;
}

footer .equity_infoPyg0 {
    display: grid;
    gap: 60px;
}

footer .connect_sectionoiFh {
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
}

footer .info_item:last-child {
    margin-right: 0;
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.3px;
    transition: color 0.2s ease;
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}

footer .cert_blockWC3A {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    max-width: 350px;
}

footer .nav_trainQsJH h5::after {
    height: 2px;
    content: "";
    position: absolute;
    background-color: rgb(188,173,205);
    width: 30px;
    bottom: -8px;
    left: 0;
}

footer .main_trainxX7W a:hover {
    color: rgb(188,173,205);
    transform: translateX(5px);
}

footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 30px;
}

footer .subscribe_holder p {
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 16px;
}

footer .input_holder input[type="email"] {
    background-color: #ffffff;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

footer .email_paneliguM:hover {
    background-color: rgb(148,115,181);
}

footer .code_labsdNzu {
    margin-top: 50px;
}

footer .verify_ctakAoZ {
    text-align: center;
    font-size: 13px;
    color: #000000;
}

.get_updatesOb5L::before {
    content: "";
    left: -5%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
    top: -10%;
    transform: rotate(-3deg);
    height: 120%;
    position: absolute;
    width: 120%;
    z-index: -1;
}

.get_updatesOb5L .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.get_updatesOb5L .student_voice9U2H::before {
    position: absolute;
    left: 0;
    content: "";
    transform-origin: center top;
    background: linear-gradient(
        to right,
        rgb(188,173,205),
        rgb(148,115,181),
        rgb(188,173,205)
    );
    transform: scaleX(1.03);
    width: 100%;
    height: 5px;
    top: 0;
}

.get_updatesOb5L h4 {
    line-height: 1.4;
    margin: 0 0 1rem;
    font-size: calc(19px * 1.05);
    position: relative;
    font-weight: 600;
    color: #000000;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
}

.get_updatesOb5L .input_holder {
    display: flex;
    gap: 1rem;
    z-index: 2;
    flex-wrap: wrap;
    position: relative;
}

.get_updatesOb5L .input_holder input[type="email"] {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    font-size: 17px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 1rem 1.5rem;
    color: #000000;
}

.get_updatesOb5L .input_holder .email_paneliguM {
    font-weight: 600;
    position: relative;
    background: linear-gradient(
        45deg,
        rgb(188,173,205),
        rgb(148,115,181)
    );
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
    border: none;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    cursor: pointer;
}

.get_updatesOb5L .input_holder .email_paneliguM:hover::before {
    left: 100%;
}

.thxContentEQ2p::before {
    content: "";
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(148,115,181,0.5) 0px,
            rgb(148,115,181,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    height: 100%;
    opacity: 0.06;
    left: 0;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.thxContentEQ2p .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}

.thxContentEQ2p .student_voice9U2H:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.thxContentEQ2p .student_voice9U2H::before {
    border: 1px solid rgb(148,115,181,0.5);
    content: "";
    pointer-events: none;
    bottom: 20px;
    top: 20px;
    right: 20px;
    transform: scale(0.98);
    transition: transform 0.4s ease, opacity 0.4s ease;
    left: 20px;
    opacity: 0.2;
    position: absolute;
}

.thxContentEQ2p .student_voice9U2H > div:first-child::after {
    transform-origin: left center;
    transform: scaleX(0.7);
    content: "";
    left: 0;
    bottom: -15px;
    background: rgb(188,173,205);
    height: 3px;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
}

.thxContentEQ2p h5::before {
    content: "";
    font-size: calc(22px * 2.5);
    position: absolute;
    opacity: 0.3;
    left: -30px;
    top: -20px;
    color: rgb(188,173,205,0.5);
}

.thxContentEQ2p a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.thxContentEQ2p a:hover::after {
    transform-origin: left center;
    transform: scaleX(1);
}

.thxContentEQ2p a:hover p {
    color: rgb(188,173,205);
}

.pricing_suiteJ2ZM {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(221,217,227) 0%, rgba(245, 247, 250, 0.95) 100%);
}

.pricing_suiteJ2ZM::after {
    left: -3%;
    content: "";
    position: absolute;
    z-index: 0;
    width: 35%;
    transform: rotate(10deg);
    height: 50%;
    border-radius: 10px;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(148,115,181,0.5) 30%, rgb(188,173,205,0.5) 70%);
    opacity: 0.08;
}

.pricing_suiteJ2ZM .package_dealF8pQ {
    flex-direction: column;
    display: flex;
}

.pricing_suiteJ2ZM .fee_structlnzS h2 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 29px;
    margin-bottom: 1.5rem;
}

.pricing_suiteJ2ZM .program_rateQhIu {
    margin: 0 auto;
    line-height: 1.6;
    max-width: 800px;
    font-size: 18px;
    color: #000000;
}

.pricing_suiteJ2ZM .price_panelvuM3 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    order: 2;
    width: 100%;
}

.pricing_suiteJ2ZM .learning_packagesj1h2:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.pricing_suiteJ2ZM .learning_packagesj1h2::before {
    position: absolute;
    transition: transform 0.3s ease;
    top: 0;
    content: "";
    transform: translateY(-5px);
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(188,173,205), rgb(148,115,181));
    left: 0;
}

.pricing_suiteJ2ZM .plan_detailsJFS0 h3 {
    font-size: calc(19px * 1.1);
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
}

.pricing_suiteJ2ZM .plan_detailsJFS0 .value_feesC67l::after {
    width: 40px;
    left: 0;
    background: rgb(188,173,205,0.5);
    position: absolute;
    height: 2px;
    content: "";
    bottom: -0.75rem;
}

.pricing_suiteJ2ZM .img_center_alignCbwD {
    width: 100%;
    transition: transform 0.5s ease;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.pricing_suiteJ2ZM .img_center_alignCbwD::after {
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.pricing_suiteJ2ZM .learning_packagesj1h2:nth-child(even) .plan_detailsJFS0::before {
    position: absolute;
    border-radius: 50%;
    bottom: 1rem;
    z-index: -1;
    background: rgb(148,115,181,0.5);
    opacity: 0.1;
    height: 2.5rem;
    width: 2.5rem;
    content: "";
    left: 1rem;
}

.statistics_informationwber::before {
    opacity: 0.6;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 90%, rgb(188,173,205,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(148,115,181,0.5) 0%, transparent 40%);
}

.statistics_informationwber .gain_studyBnR3::after {
    content: "";
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    width: 10px;
    bottom: -40px;
    position: absolute;
    background-color: rgb(188,173,205);
    height: 10px;
}

.statistics_informationwber .statistics_upsidesEmeR::after {
    content: "";
    height: 3px;
    width: 80%;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(188,173,205), transparent);
    position: absolute;
    bottom: 0;
}

.statistics_informationwber .statistics_value9znt {
    width: 25%;
    height: 330px;
    perspective: 1000px;
    transform-style: preserve-3d;
    z-index: 3;
    position: relative;
    background-color: transparent;
}

.statistics_informationwber .statistics_value9znt::after {
    border: 2px dashed rgb(188,173,205,0.5);
    position: absolute;
    right: 15px;
    opacity: 0.5;
    z-index: -1;
    left: 15px;
    border-radius: calc(24px - 15px);
    top: 15px;
    content: "";
    bottom: 15px;
}

.statistics_informationwber .statistics_value9znt h4 {
    font-size: 4rem;
    font-weight: 700;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    color: #000000;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
    left: 50%;
    position: absolute;
}

.statistics_informationwber .statistics_value9znt:hover span {
    transform: translateY(-10px);
}

.statistics_informationwber svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 40px;
    top: 40px;
    height: 40px;
    opacity: 0.7;
}

.course_beneficiariesHeZK::before {
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(188,173,205,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(148,115,181,0.5) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 0;
}

.course_beneficiariesHeZK .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.course_beneficiariesHeZK .student_voice9U2H {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    flex-direction: column;
    overflow: hidden;
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}

.course_beneficiariesHeZK h4::before {
    width: 100%;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    opacity: 0.5;
    content: "";
    position: absolute;
    height: 100%;
}

.course_beneficiariesHeZK div p:last-child {
    margin-bottom: 0;
}

.course_beneficiariesHeZK div p::before {
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, rgb(188,173,205), rgb(148,115,181));
}

.course_beneficiariesHeZK div p::after {
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, 
        rgba(rgb(188,173,205), 0.05) 0%, 
        rgba(rgb(148,115,181), 0.05) 100%
    );
    height: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
}

.course_beneficiariesHeZK div p:hover svg {
    transform: scale(1.15);
}

.course_beneficiariesHeZK div p svg path {
    fill: rgb(188,173,205);
    transition: fill 0.3s ease;
}

.course_structureURpX .text_regionGrqU div::-webkit-scrollbar {
    width: 6px;
}

.course_structureURpX .text_regionGrqU div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}

.course_structureURpX .text_regionGrqU div::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(188,173,205,0.5);
}

.course_structureURpX .text_regionGrqU div::-webkit-scrollbar-thumb:hover {
    background: rgb(188,173,205);
}

header .nav_trainQsJH::-webkit-scrollbar {
    display: none;
}


@media only screen and (max-width: 800px) {.secure_enclosureWXzd {
    border-radius: 10px;
    padding: 1.5rem;
    gap: 1rem;
}.secure_enclosureWXzd h1 {
    border-bottom-width: 2px;
    font-size: calc(20px * 0.9);
}.secure_enclosureWXzd h2 {
    border-bottom-width: 1px;
    font-size: calc(20px * 0.9);
}.secure_enclosureWXzd ul li {
    padding: 0.5rem 0;
}.secure_enclosureWXzd ul li::before {
    margin-right: 0.5rem;
}}



@media (max-width: 768px) {.teaching_processWrf4 {
    padding: 4rem 1rem;
    min-height: auto;
}.teaching_processWrf4 .text_regionGrqU {
    padding: 2rem;
    width: 100%;
}.teaching_processWrf4 h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}.teaching_processWrf4 h2::after {
    height: 1px;
}.teaching_processWrf4 p {
    padding-left: 1.2rem;
}.teaching_processWrf4 p::before {
    width: 2px;
}
}



@media (min-width: 768px) {.welcome_board9ihQ .student_voice9U2H {
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}.welcome_board9ihQ .text_regionGrqU {
    padding: 0 2rem 0 0;
}.welcome_board9ihQ h1 {
    font-size: calc(41px * 1.2);
}.welcome_board9ihQ .img_center_alignCbwD {
    display: block;
}.welcome_board9ihQ .learn_top1MSk p {
    max-width: 95%;
}.welcome_board9ihQ svg {
    height: 90px;
    width: 90px;
}
}



@media (min-width: 1200px) {.welcome_board9ihQ .student_voice9U2H {
    gap: 4rem;
    padding: 4rem;
}.welcome_board9ihQ h1 {
    font-size: calc(41px * 1.5);
}.welcome_board9ihQ .learn_top1MSk p {
    font-size: calc(13px * 1.3);
    max-width: 90%;
}.welcome_board9ihQ svg {
    width: 110px;
    height: 110px;
}.welcome_board9ihQ .img_center_alignCbwD {
    height: 550px;
}
}



@media (max-width: 767px) {.welcome_board9ihQ {
    padding: 4rem 0;
    min-height: auto;
}.welcome_board9ihQ h1 {
    font-size: calc(41px * 1.1);
}.welcome_board9ihQ .learn_top1MSk p {
    max-width: 100%;
}.welcome_board9ihQ .help_blockEn0G {
    text-align: center;
    width: 100%;
}}



@media (min-width: 992px) {.course_structureURpX {
    padding: 8rem 0;
}.course_structureURpX .career_classesoMsg {
    grid-template-columns: 40% 60%;
}.course_structureURpX .img_center_alignCbwD {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course_structureURpX .img_center_alignCbwD:hover {
    transform: scale(1.03);
}.course_structureURpX .text_regionGrqU {
    padding: 4rem 5rem 4rem 5rem;
    transform: translateX(-70px);
}.course_structureURpX .text_regionGrqU h3 {
    margin-bottom: 2.5rem;
}.course_structureURpX .text_regionGrqU div {
    max-height: 400px;
}
}



@media (max-width: 767px) {.course_structureURpX .career_classesoMsg:hover .img_center_alignCbwD {
    transform: scale(1.05);
}}



@media (max-width: 991px) {header .header_pageEG3w {
    margin: 0.8rem 0 1.2rem;
}header .header_pageEG3w svg {
    height: 40px;
}header .top_trainmznG {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1.2rem;
}
}


@media (max-width: 1200px) {.cookie_customizewrhZ h5 {
    font-size: calc(22px - 2px);
}.cookie_customizewrhZ p {
    font-size: calc(12px - 2px);
}.user_status6Olj {
    font-size: calc(16px - 2px);
}
}


@media (max-width: 800px) {.track_alertQayE {
    flex-direction: column;
    align-items: center;
}.policy_opt8we4 {
    margin-bottom: 10px;
}.cookie_customizewrhZ {
    text-align: center;
    margin-bottom: 15px;
}.user_status6Olj {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}



@media (max-width: 768px) {.who_we_areQdyT {
    padding: 70px 0;
}.who_we_areQdyT .text_regionGrqU {
    max-width: 100%;
    transform: none;
    padding: 30px 25px;
}.who_we_areQdyT h5 {
    font-size: calc(18px * 0.9);
}.who_we_areQdyT p b {
    font-size: calc(17px * 1.2);
}.who_we_areQdyT ol li {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 992px) {.contact_form_sectionMmRg .img_center_alignCbwD {
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    width: 40%;
}.contact_form_sectionMmRg .inquiry_listBtnQ {
    max-width: 90%;
    flex-direction: column;
    margin: 0 auto;
}.contact_form_sectionMmRg .request_card4FzY {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.contact_form_sectionMmRg .query_helpEIsu {
    width: 100%;
}
}



@media (max-width: 576px) {.contact_form_sectionMmRg {
    padding: 40px 0;
}.contact_form_sectionMmRg h3 {
    font-size: calc(29px * 0.8);
}.contact_form_sectionMmRg .inquiry_listBtnQ {
    max-width: 95%;
}.contact_form_sectionMmRg .request_card4FzY,
    .contact_form_sectionMmRg .query_helpEIsu {
    padding: 30px 20px;
}.contact_form_sectionMmRg input[type="text"],
    .contact_form_sectionMmRg textarea {
    padding: 12px;
}.contact_form_sectionMmRg .help_blockEn0G {
    width: 100%;
    padding: 12px;
}}



@media (max-width: 767px) {footer .whatsapp_grpBgCr {
    padding: 50px 0 30px;
}footer .connect_sectionoiFh {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .code_labsdNzu {
    margin-top: 30px;
}
}



@media (min-width: 768px) {.get_updatesOb5L {
    padding: 5rem 2rem;
}.get_updatesOb5L .student_voice9U2H {
    padding: 3.5rem 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.get_updatesOb5L h4 {
    padding-right: 2rem;
    font-size: calc(19px * 1.1);
}.get_updatesOb5L .input_holder {
    margin-top: 0;
}
}



@media (max-width: 767px) {.get_updatesOb5L {
    padding: 3rem 1.5rem;
}.get_updatesOb5L .student_voice9U2H {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem;
}.get_updatesOb5L h4 {
    padding-left: 1rem;
    font-size: 19px;
}.get_updatesOb5L h4::before {
    width: 3px;
}.get_updatesOb5L .input_holder {
    gap: 0.75rem;
}.get_updatesOb5L .input_holder input[type="email"],
    .get_updatesOb5L .input_holder .email_paneliguM {
    padding: 0.9rem 1.25rem;
}
}



@media (min-width: 992px) {.thxContentEQ2p .student_voice9U2H {
    padding: 80px 70px;
}.thxContentEQ2p h5 {
    font-size: calc(22px * 1.1);
}.thxContentEQ2p p {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 575px) {.thxContentEQ2p {
    padding: 60px 0 40px;
}.thxContentEQ2p .student_voice9U2H {
    border-left: 4px solid rgb(188,173,205);
    padding: 30px 25px;
}.thxContentEQ2p .student_voice9U2H > div:first-child {
    margin-bottom: 25px;
}.thxContentEQ2p h5 {
    font-size: calc(22px * 0.9);
}.thxContentEQ2p h5::before {
    left: -20px;
    font-size: calc(22px * 2);
}.thxContentEQ2p .student_voice9U2H > div:first-child::after {
    width: 60px;
    height: 2px;
}
}



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



@media (hover: none) {.pricing_suiteJ2ZM .learning_packagesj1h2:hover {
    transform: none;
}.pricing_suiteJ2ZM .learning_packagesj1h2:hover .img_center_alignCbwD {
    transform: none;
}}



@media (max-width: 1200px) {.statistics_informationwber .statistics_value9znt {
    margin: 0 10px;
    height: 300px;
    width: calc(25% - 20px);
}.statistics_informationwber .statistics_value9znt h4 {
    font-size: 3.5rem;
}
}



@media (max-width: 767px) {.statistics_informationwber {
    padding: 70px 0;
}.statistics_informationwber .gain_studyBnR3 {
    margin-bottom: 50px;
}.statistics_informationwber .statistics_upsidesEmeR {
    font-size: calc(30px * 0.9);
}.statistics_informationwber .statistics_value9znt {
    height: 240px;
}.statistics_informationwber .statistics_value9znt h4 {
    font-size: 2.8rem;
}.statistics_informationwber .statistics_value9znt span {
    font-size: calc(13px * 0.9);
    bottom: 30px;
}.statistics_informationwber svg {
    width: 30px;
    height: 30px;
    top: 30px;
}
}



@media (max-width: 991px) {.course_beneficiariesHeZK {
    padding: 80px 0;
}.course_beneficiariesHeZK h4 {
    font-size: calc(30px - 2px);
    padding: 30px 25px;
}.course_beneficiariesHeZK div {
    padding: 30px;
}.course_beneficiariesHeZK div p {
    padding: 15px;
    margin-bottom: 15px;
}.course_beneficiariesHeZK div p svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
    min-width: 24px;
}
}



@media (max-width: 479px) {.course_beneficiariesHeZK {
    padding: 40px 0;
}.course_beneficiariesHeZK h4 {
    padding: 20px 15px;
    font-size: calc(30px - 6px);
}.course_beneficiariesHeZK div {
    padding: 20px 15px;
}.course_beneficiariesHeZK div p {
    margin-bottom: 10px;
    font-size: calc(13px - 1px);
    padding: 10px 12px;
}.course_beneficiariesHeZK div p svg {
    min-width: 18px;
    margin-right: 10px;
    height: 18px;
    width: 18px;
}
}

@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes glitch {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}



@keyframes fadeRotate {
    to {
        opacity: 1;
        transform: translateY(0) rotate(2deg);
    }
}



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



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(0.9);
    }
    50% {
        opacity: 0.7;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(0.9);
    }
}



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



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

