* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.core-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}.head_page {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1264px;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.rating_stars {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
#cookieInfoContainer {
    display: none;
}#cookieInfoContainer:checked ~ .cookieAlertContainer {
    opacity: 0;
    visibility: hidden;
}.cookieAlertContainer {
    bottom: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(178,191,212);
    z-index: 90;
    width: 100%;
    background: rgb(141,159,185);
    padding: 20px 0;
    font-family: Arial, sans-serif;
    position: fixed;
}.edu_accept {
    display: flex;
    padding: 20px 5%;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    gap: 20px;
    justify-content: space-between;
    border-radius: 14px;
    border: 2px dashed rgb(178,191,212);
}.cookieAlertContainer h5 {
    letter-spacing: 1.5px;
    color: rgb(178,191,212);
    text-transform: uppercase;
    font-size: 21px;
    margin: 0;
    font-weight: 700;
}.cookieAlertContainer p {
    position: relative;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 13px;
}.cookies_consent {
    margin-right: 20px;
    border-radius: 14px;
    background: rgb(178,191,212,0.5);
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
    flex-shrink: 0;
}.cookies_consent svg {
    height: 60px;
    fill: rgb(178,191,212);
    width: 60px;
}.cookie_screen {
    line-height: 40px;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 10px;
    background: rgb(178,191,212);
    padding: 10px 20px;
    white-space: nowrap;
    border: 2px solid rgb(178,191,212);
    min-width: 140px;
    font-size: 18px;
    text-align: center;
    flex-shrink: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    text-decoration: none;
}.cookie_screen:hover {
    box-shadow: 0 0 10px rgb(141,159,185);
    background-color: rgb(141,159,185);
}.cookie_button.user_safety {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(141,159,185);
    color: #ffffff;
}.cookie_button.user_safety:hover {
    box-shadow: 0 0 10px rgb(141,159,185);
}.cookieAlertContainer p a {
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(178,191,212);
    color: rgb(178,191,212);
    text-decoration: none;
}.cookieAlertContainer p a:hover {
    color: rgb(141,159,185);
}
@media only screen and (max-width: 1200px) {.cookieAlertContainer {
    padding: 15px 0;
}.edu_accept {
    padding: 15px 5%;
}.cookies_consent {
    display: none;
}.edu_accept {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookieAlertContainer h5 {
    font-size: 19px;
    margin-bottom: 10px;
}.data_accept {
    margin-bottom: 15px;
}.cookie_screen {
    min-width: 100%;
    margin: 10px 0;
}}
.secure_sanctum {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(216,221,236) 0%, rgba(255,255,255,0.96) 100%);
}.secure_sanctum::before {
    z-index: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 100% 0%, rgb(178,191,212,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(141,159,185,0.5) 0%, transparent 50%);
    left: 0;
    opacity: 0.15;
    height: 100%;
}.secure_sanctum .container {
    z-index: 1;
    padding: 3rem;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    transform: translateZ(0);
    border-left: 4px solid rgb(178,191,212);
}.secure_sanctum h1 {
    transform: translateX(0);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 41px;
    position: relative;
    color: #000000;
    transition: transform 0.5s ease-out;
    font-weight: 700;
}.secure_sanctum h1::after {
    transition: width 0.5s ease-out;
    height: 3px;
    content: "";
    background: linear-gradient(to right, rgb(178,191,212), rgb(141,159,185));
    bottom: 0;
    left: 0;
    width: 80px;
    position: absolute;
}.secure_sanctum h1:hover {
    transform: translateX(5px);
}.secure_sanctum h1:hover::after {
    width: 120px;
}.secure_sanctum h2 {
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    position: relative;
    border-left: 3px solid rgb(141,159,185);
}.secure_sanctum h3 {
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-size: calc(28px * 0.8);
    border-left: 2px solid rgb(141,159,185,0.5);
    position: relative;
    color: #000000;
    padding-left: 1rem;
}.secure_sanctum h4 {
    margin: 1.5rem 0 1rem;
    color: #000000;
    position: relative;
    border-left: 1px solid rgb(141,159,185,0.5);
    font-size: calc(28px * 0.7);
    font-weight: 600;
    padding-left: 0.75rem;
}.secure_sanctum p {
    font-size: 17px;
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease;
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-right: 1rem;
}.secure_sanctum p:hover {
    transform: translateX(5px);
}.secure_sanctum strong {
    color: rgb(178,191,212);
    position: relative;
    font-weight: 700;
}.secure_sanctum strong::after {
    position: absolute;
    width: 0;
    background: rgb(178,191,212);
    bottom: -2px;
    height: 1px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
}.secure_sanctum p:hover strong::after {
    width: 100%;
}.secure_sanctum ul {
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 0;
}.secure_sanctum li {
    transition: transform 0.3s ease;
    font-size: 17px;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    list-style-type: none;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000000;
}.secure_sanctum li::before {
    width: 8px;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(178,191,212), rgb(141,159,185));
    transition: transform 0.3s ease;
    left: 0;
    transform: rotate(45deg);
    height: 8px;
    top: 0.6rem;
}.secure_sanctum li:hover {
    transform: translateX(8px);
}.secure_sanctum li:hover::before {
    transform: rotate(225deg);
}.secure_sanctum span {
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(216,221,236), 0.3), transparent);
    border-left: 2px solid rgb(141,159,185,0.5);
    font-size: calc(17px * 0.95);
    transform: perspective(1000px) rotateX(0);
    color: #000000;
    transition: transform 0.3s ease-out, background 0.3s ease;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    display: block;
}.secure_sanctum span:hover {
    transform: perspective(1000px) rotateX(1deg);
    background: linear-gradient(to right, rgba(rgb(216,221,236), 0.5), transparent);
}

@media (max-width: 991px) {.secure_sanctum {
    padding: 4rem 1.5rem;
}.secure_sanctum .container {
    padding: 2.5rem 2rem;
}.secure_sanctum h1 {
    font-size: calc(41px * 0.9);
}.secure_sanctum h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 767px) {.secure_sanctum {
    padding: 3rem 1rem;
}.secure_sanctum .container {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}.secure_sanctum h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.8);
}.secure_sanctum h2 {
    margin: 2rem 0 1rem;
    font-size: calc(28px * 0.8);
}.secure_sanctum h3 {
    font-size: calc(28px * 0.7);
}.secure_sanctum h4 {
    font-size: calc(28px * 0.6);
}.secure_sanctum ul {
    margin-left: 0.5rem;
}.secure_sanctum li {
    padding-left: 1.25rem;
}.secure_sanctum p, .secure_sanctum span, .secure_sanctum li {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.secure_sanctum {
    padding: 2rem 0.75rem;
}.secure_sanctum .container {
    padding: 1.5rem 1rem;
}.secure_sanctum h1 {
    font-size: calc(41px * 0.7);
}.secure_sanctum h2 {
    font-size: calc(28px * 0.7);
    padding-left: 0.75rem;
}.secure_sanctum h3, .secure_sanctum h4 {
    padding-left: 0.5rem;
}.secure_sanctum p, .secure_sanctum span, .secure_sanctum li {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.secure_sanctum li {
    padding-left: 1rem;
}.secure_sanctum li::before {
    width: 6px;
    height: 6px;
}}.our_story {
    padding: 100px 0;
    background: rgb(216,221,236);
    position: relative;
    overflow: hidden;
}.our_story::before {
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(178,191,212,0.5) 0,
        rgb(178,191,212,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    opacity: 0.1;
}.our_story .container {
    z-index: 2;
    position: relative;
}.our_story .edu_heritage {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}.our_story h3 {
    border-left: 5px solid rgb(178,191,212);
    margin-bottom: 30px;
    font-weight: 700;
    width: 100%;
    font-size: 34px;
    position: relative;
    color: #000000;
    padding-left: 20px;
}.our_story .expert_team {
    flex: 1;
    background: #ffffff;
    overflow: hidden;
    border-radius: 27px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    min-width: 300px;
}.our_story .expert_team span {
    padding: 15px 25px;
    color: #ffffff;
    background: rgb(178,191,212);
    font-size: 19px;
    display: block;
    font-weight: 600;
}.our_story .expert_team p {
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    padding: 25px;
}.our_story .img_item_wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 25px 25px;
    transition: transform 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 300px;
}.our_story .img_item_wrapper:hover {
    transform: scale(1.02);
}.our_story .learn_vision {
    position: relative;
    min-width: 300px;
    flex-direction: column;
    overflow: hidden;
    border-radius: 27px;
    flex: 1;
    background: #ffffff;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.our_story .learn_vision p {
    color: #000000;
    font-size: 13px;
    padding: 25px;
    line-height: 1.7;
    order: 2;
}.our_story .study_hub {
    margin: 0 25px 25px;
    height: 300px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    border-radius: 10px;
    order: 1;
    overflow: hidden;
}.our_story .study_hub:hover {
    transform: scale(1.02);
}.our_story .study_hub::after {
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    top: 0;
    content: "";
    left: 0;
    width: 100%;
}.our_story .img_item_wrapper::after {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
}.our_story .expert_team::before,
.our_story .learn_vision::before {
    left: 0;
    height: 5px;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    background: rgb(141,159,185);
}.our_story .learn_vision::before {
    background: rgb(178,191,212);
}

@media (min-width: 1200px) {.our_story .expert_team,
    .our_story .learn_vision {
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 1199px) and (min-width: 768px) {.our_story .edu_heritage {
    justify-content: center;
}.our_story .expert_team,
    .our_story .learn_vision {
    max-width: 500px;
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 767px) {.our_story {
    padding: 70px 0;
}.our_story .edu_heritage {
    gap: 40px;
    flex-direction: column;
}.our_story h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 25px;
}.our_story .expert_team span {
    padding: 12px 20px;
    font-size: calc(19px * 0.95);
}.our_story .expert_team p,
    .our_story .learn_vision p {
    padding: 20px;
}.our_story .img_item_wrapper,
    .our_story .study_hub {
    height: 250px;
    margin: 0 20px 20px;
}
}

@media (max-width: 576px) {.our_story {
    padding: 50px 0;
}.our_story h3 {
    font-size: calc(34px * 0.8);
    padding-left: 15px;
    margin-bottom: 20px;
}.our_story .expert_team span {
    padding: 10px 15px;
    font-size: calc(19px * 0.9);
}.our_story .expert_team p,
    .our_story .learn_vision p {
    font-size: calc(13px * 0.95);
    padding: 15px;
}.our_story .img_item_wrapper,
    .our_story .study_hub {
    height: 200px;
    margin: 0 15px 15px;
}
}

@media (max-width: 1600px) and (min-width: 1200px) {.our_story .container {
    max-width: 1140px;
    margin: 0 auto;
}
}

@media (hover: hover) {.our_story .expert_team,
    .our_story .learn_vision {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.our_story .expert_team:hover,
    .our_story .learn_vision:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}}

.our_story .expert_team,
.our_story .learn_vision {
    display: flex;
    flex-direction: column;
}.our_story .study_hub {
    margin-top: 25px;
}.our_story .study_hub,
.our_story .img_item_wrapper {
    min-height: 250px;
    flex: 1;
}.title_portal {
    font-family: Arial, sans-serif;
    color: #000000;
    overflow: hidden;
    position: relative;
}.title_portal .fast_skill {
    position: relative;
    padding: 4rem 2rem;
    min-height: 80vh;
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}.title_portal .fast_skill::before {
    position: absolute;
    background: #ffffff;
    left: 0;
    z-index: -1;
    opacity: 0.85;
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
}.title_portal .master_classes {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4),
        inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    width: 100%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateY(0);
    display: grid;
    grid-template-columns: 1fr;
    background: #ffffff;
    max-width: 1200px;
    gap: 2rem;
}.title_portal .master_classes:hover {
    transform: translateY(-5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.6),
        inset -1px -1px 1px rgba(0, 0, 0, 0.07);
}.title_portal .title_style_header {
    color: rgb(178,191,212);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transition: transform 0.6s ease;
    font-size: 42px;
    transform: translateX(0);
    line-height: 1.2;
    padding-bottom: 1rem;
}.title_portal .title_style_header::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(178,191,212), rgb(141,159,185));
    transition: width 0.8s ease;
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    width: 0;
}.title_portal .master_classes:hover .title_style_header::after {
    width: 80px;
}.title_portal h3 {
    color: rgb(141,159,185);
    font-size: calc(20px + 0.1rem);
    margin-bottom: 1.5rem;
    font-weight: 600;
    transition: transform 0.7s ease;
    line-height: 1.4;
    transform: translateX(0);
}.title_portal p {
    line-height: 1.6;
    padding-left: 1rem;
    margin-top: 1rem;
    transition: transform 0.8s ease, border-left 0.5s ease;
    transform: translateX(0);
    font-size: 16px;
    border-left: 3px solid rgb(141,159,185,0.5);
    color: #000000;
    position: relative;
}.title_portal .master_classes:hover p {
    border-left: 3px solid rgb(141,159,185);
}

@media (min-width: 768px) {.title_portal .master_classes {
    grid-template-columns: 1fr 1fr;
    border-radius: 2px;
    padding: 4rem;
}.title_portal .title_style_header {
    font-size: calc(42px + 0.5rem);
    margin-top: 1rem;
}.title_portal .master_classes > div:first-child {
    flex-direction: column;
    justify-content: center;
    padding-right: 2rem;
    display: flex;
}.title_portal .master_classes > div:last-child {
    position: relative;
    justify-content: center;
    padding-left: 2rem;
    flex-direction: column;
    display: flex;
}.title_portal .master_classes > div:last-child::before {
    position: absolute;
    top: 10%;
    width: 1px;
    content: "";
    height: 80%;
    background: linear-gradient(to bottom, 
            transparent, 
            rgb(141,159,185,0.5), 
            transparent);
    left: 0;
}.title_portal .master_classes:hover .title_style_header {
    transform: translateX(10px);
}.title_portal .master_classes:hover h3 {
    transform: translateX(5px);
}.title_portal .master_classes:hover p {
    transform: translateX(5px);
}
}

@media (min-width: 992px) {.title_portal .fast_skill {
    padding: 6rem 3rem;
}.title_portal .master_classes {
    padding: 5rem;
}.title_portal .title_style_header {
    font-size: calc(42px + 1rem);
}.title_portal h3 {
    font-size: calc(20px + 0.2rem);
}.title_portal .master_classes > div:first-child {
    padding-right: 3rem;
}.title_portal .master_classes > div:last-child {
    padding-left: 3rem;
}
}

@media (max-width: 767px) {.title_portal .fast_skill {
    padding: 3rem 1rem;
}.title_portal .master_classes {
    padding: 2rem;
}.title_portal .title_style_header {
    line-height: 1.3;
    font-size: calc(42px - 0.2rem);
}.title_portal h3 {
    font-size: 20px;
    line-height: 1.4;
}.title_portal p {
    margin-top: 0.8rem;
}}

@keyframes gentle-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}footer {
    position: relative;
    z-index: 1;
    width: 100%;
}.rating_stars {
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000, rgb(141,159,185));
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.rating_stars::before {
    pointer-events: none;
    background: radial-gradient(circle at 10% 20%, rgb(141,159,185,0.5) 0%, transparent 50%);
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
}.rating_stars::after {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(45deg, transparent 40%, rgb(178,191,212,0.5) 70%, transparent 100%);
    left: 0;
    animation: shiftGradient 15s infinite linear;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.rating_stars .container {
    position: relative;
    z-index: 2;
}footer .design_res {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .get_contactcard {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    gap: 20px;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-wrap: wrap;
    backdrop-filter: blur(8px);
    border-radius: 28px;
    padding: 25px;
}footer .get_contactcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    display: flex;
    flex: 1 1 220px;
    align-items: center;
}footer .info_item svg {
    filter: drop-shadow(0 0 3px rgb(178,191,212,0.5));
    fill: rgb(178,191,212);
    width: 20px;
    transition: transform 0.3s ease;
    margin-right: 12px;
    height: 20px;
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(178,191,212,0.5);
    color: rgb(178,191,212);
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    margin-top: 20px;
}footer .main_mainbar {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}footer .main_mainbar svg {
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(178,191,212,0.5));
    height: 50px;
}footer .main_mainbar:hover svg {
    filter: drop-shadow(0 0 8px rgb(178,191,212));
}footer .converter {
    max-width: 300px;
    opacity: 0.8;
    color: #ffffff;
    line-height: 1.5;
    font-size: 15px;
}footer .nav_guide {
    position: relative;
    border-radius: 28px;
    padding: 25px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
    transition: box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}footer .nav_guide:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .nav_guide::before {
    bottom: -2px;
    content: "";
    border-radius: calc(28px + 2px);
    right: -2px;
    position: absolute;
    background: linear-gradient(45deg, rgb(178,191,212), transparent, rgb(141,159,185), transparent);
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: -1;
    top: -2px;
    left: -2px;
}footer .nav_guide:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .nav_guide h5 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    font-size: 18px;
    position: relative;
}footer .nav_guide h5::after {
    bottom: -1px;
    height: 2px;
    transition: width 0.3s ease;
    width: 50px;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(178,191,212);
}footer .nav_guide:hover h5::after {
    width: 100px;
}footer .main_mentor {
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}footer .main_mentor a {
    position: relative;
    color: #ffffff;
    font-size: calc(15px - 1px);
    font-weight: 400;
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding-left: 15px;
    text-decoration: none;
}footer .main_mentor a::before {
    transform: translateY(-50%) scale(0.8);
    left: 0;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    width: 6px;
    background-color: rgb(178,191,212);
    position: absolute;
    content: "";
}footer .main_mentor a:hover {
    padding-left: 20px;
    color: rgb(178,191,212);
}footer .main_mentor a:hover::before {
    background-color: rgb(178,191,212);
    opacity: 1;
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 5px rgb(178,191,212), 0 0 10px rgb(178,191,212,0.5);
}footer .subscribe_holder {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(141,159,185,0.5), #000000);
    padding: 30px;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}footer .subscribe_holder::before {
    z-index: -1;
    content: "";
    left: -50%;
    top: -50%;
    height: 200%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    position: absolute;
    width: 200%;
    animation: pulseBackground 10s infinite ease-in-out;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}footer .subscribe_holder h5::after {
    bottom: -5px;
    content: "";
    background: linear-gradient(90deg, rgb(178,191,212), transparent);
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
}footer .subscribe_holder p {
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #ffffff;
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    font-size: 15px;
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(178,191,212,0.5);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(178,191,212);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .mail_signup {
    position: relative;
    overflow: hidden;
    padding: 14px 24px;
    border: none;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    background: rgb(178,191,212);
}footer .mail_signup::before {
    top: 0;
    left: -100%;
    content: "";
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
}footer .mail_signup:hover {
    transform: translateY(-3px);
    background: rgb(141,159,185);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .mail_signup:hover::before {
    left: 100%;
}footer .story_spot {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 50px;
}footer .vr_labs {
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    font-size: 15px;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .mail_signup {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .design_res {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .get_contactcard {
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .rating_stars {
    padding: 60px 0 30px;
}footer .get_contactcard {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .nav_guide, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .nav_guide h5 {
    font-size: calc(18px - 2px);
}footer .subscribe_holder p, footer .main_mentor a {
    font-size: calc(15px - 2px);
}footer .story_spot {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .rating_stars {
    padding: 40px 0 20px;
}footer .get_contactcard, footer .nav_guide, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .mail_signup {
    padding: 12px;
}footer .main_mainbar svg {
    height: 40px;
}footer .converter {
    font-size: calc(15px - 1px);
}}.program_structure {
    position: relative;
    background: linear-gradient(135deg, rgb(216,221,236) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}.program_structure::before {
    height: 200px;
    animation: floatEffect 15s infinite alternate ease-in-out;
    top: -50px;
    right: -50px;
    content: "";
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    width: 200px;
    background: radial-gradient(circle, rgb(178,191,212,0.5) 0%, transparent 70%);
}.program_structure::after {
    bottom: -30px;
    left: -30px;
    background: radial-gradient(circle, rgb(141,159,185,0.5) 0%, transparent 70%);
    width: 150px;
    content: "";
    opacity: 0.2;
    height: 150px;
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    position: absolute;
}.program_structure .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.program_structure .career_classes {
    display: grid;
    grid-template-columns: 1fr;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    gap: 40px;
}.program_structure .img_item_wrapper {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-out;
    height: 350px;
}.program_structure .img_item_wrapper::before {
    opacity: 0.6;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(178,191,212,0.5) 0%, transparent 50%);
    height: 100%;
    mix-blend-mode: overlay;
    left: 0;
    position: absolute;
    content: "";
}.program_structure .img_item_wrapper::after {
    top: -50%;
    left: -50%;
    height: 200%;
    width: 200%;
    content: "";
    animation: orbitEffect 20s infinite linear;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
}.program_structure .text_pill {
    transition: transform 0.4s ease-out;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(5px);
    transform: translateZ(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    padding: 30px;
}.program_structure .text_pill:hover {
    transform: translateZ(15px);
}.program_structure h3 {
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    font-size: calc(23px * 1.1);
    letter-spacing: 0.5px;
    color: rgb(178,191,212);
}.program_structure h3::after {
    content: "";
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgb(178,191,212) 0%, rgb(141,159,185) 100%);
    left: 0;
    bottom: -10px;
    transition: transform 0.4s ease-out;
    transform-origin: left;
    transform: scaleX(1);
    position: absolute;
}.program_structure .text_pill:hover h3::after {
    transform: scaleX(1.5);
}.program_structure .description {
    scrollbar-color: rgb(141,159,185,0.5) transparent;
    line-height: 1.8;
    font-size: 18px;
    max-height: 300px;
    position: relative;
    overflow-y: auto;
    color: #000000;
    scrollbar-width: thin;
    margin-bottom: 20px;
}.program_structure .description::-webkit-scrollbar {
    width: 6px;
}.program_structure .description::-webkit-scrollbar-track {
    background: transparent;
}.program_structure .description::-webkit-scrollbar-thumb {
    background-color: rgb(141,159,185,0.5);
    border-radius: 20px;
}.program_structure p.description {
    display: block;
}.program_structure span.description {
    display: none;
}.program_structure .career_classes div {
    position: relative;
}

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

@keyframes orbitEffect {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.program_structure .career_classes {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.program_structure .img_item_wrapper {
    transform: translateZ(30px) rotateY(-3deg);
    height: 450px;
}.program_structure h3 {
    margin-bottom: 30px;
    font-size: 34px;
}.program_structure h3::after {
    width: 80px;
}.program_structure .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_structure {
    padding: 150px 0;
}.program_structure .container {
    padding: 0 40px;
}.program_structure .career_classes {
    gap: 80px;
}.program_structure .img_item_wrapper {
    height: 500px;
    transform: translateZ(40px) rotateY(-5deg);
}.program_structure .text_pill {
    padding: 40px;
    transform: translateZ(20px) rotateY(2deg);
}.program_structure .text_pill:hover {
    transform: translateZ(25px) rotateY(2deg);
}.program_structure .description {
    max-height: 400px;
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.program_structure .img_item_wrapper {
    height: 550px;
}.program_structure .career_classes {
    gap: 100px;
}.program_structure .description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.program_structure {
    padding: 80px 0;
}.program_structure .container {
    padding: 0 15px;
}.program_structure .text_pill {
    padding: 25px 20px;
}.program_structure h3 {
    font-size: 21px;
    margin-bottom: 20px;
}.program_structure .description {
    font-size: calc(18px * 0.95);
    max-height: 250px;
    line-height: 1.7;
}}.sign_up_now {
    background: linear-gradient(125deg, rgb(141,159,185,0.5) 0%, rgb(178,191,212,0.5) 100%);
    box-shadow: inset 0 0 70px rgba(rgb(178,191,212), 0.3);
    overflow: hidden;
    margin: 0;
    position: relative;
    padding: 6rem 2rem;
}.sign_up_now::before {
    background-size: 200% 200%;
    content: '';
    background: 
        linear-gradient(125deg, 
            rgba(255, 255, 255, 0.3) 10%, 
            rgba(255, 255, 255, 0.05) 30%, 
            rgba(255, 255, 255, 0.2) 50%, 
            rgba(255, 255, 255, 0.05) 70%, 
            rgba(255, 255, 255, 0.3) 90%);
    opacity: 0.3;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    animation: holographicShift 15s linear infinite;
    height: 100%;
}@keyframes holographicShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

.sign_up_now::after {
    animation: particlesMove 25s linear infinite;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.3) 0%, transparent 5px),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 6px),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 5px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.3) 0%, transparent 7px),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 6px);
    position: absolute;
    content: '';
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    filter: blur(1px);
    top: 0;
}@keyframes particlesMove {
    0% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
    50% {
        background-position: 
            5% 10%,
            -8% 5%,
            10% -5%,
            -5% 8%,
            8% 12%,
            -12% 8%,
            7% -12%;
    }
    100% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
}

.sign_up_now::before {
    animation: prismRotate 30s linear infinite;
    left: -50%;
    position: absolute;
    width: 200%;
    content: '';
    opacity: 0.5;
    background-image:
        conic-gradient(
            transparent 0deg,
            rgba(255, 255, 255, 0.05) 10deg,
            transparent 20deg,
            rgba(255, 255, 255, 0.05) 30deg,
            transparent 40deg,
            rgba(255, 255, 255, 0.05) 50deg,
            transparent 60deg,
            rgba(255, 255, 255, 0.05) 70deg,
            transparent 80deg,
            rgba(255, 255, 255, 0.05) 90deg,
            transparent 100deg,
            rgba(255, 255, 255, 0.05) 110deg,
            transparent 120deg,
            rgba(255, 255, 255, 0.05) 130deg,
            transparent 140deg,
            rgba(255, 255, 255, 0.05) 150deg,
            transparent 160deg,
            rgba(255, 255, 255, 0.05) 170deg,
            transparent 180deg,
            rgba(255, 255, 255, 0.05) 190deg,
            transparent 200deg,
            rgba(255, 255, 255, 0.05) 210deg,
            transparent 220deg,
            rgba(255, 255, 255, 0.05) 230deg,
            transparent 240deg,
            rgba(255, 255, 255, 0.05) 250deg,
            transparent 260deg,
            rgba(255, 255, 255, 0.05) 270deg,
            transparent 280deg,
            rgba(255, 255, 255, 0.05) 290deg,
            transparent 300deg,
            rgba(255, 255, 255, 0.05) 310deg,
            transparent 320deg,
            rgba(255, 255, 255, 0.05) 330deg,
            transparent 340deg,
            rgba(255, 255, 255, 0.05) 350deg,
            transparent 360deg
        );
    top: -50%;
    z-index: 2;
    height: 200%;
}@keyframes prismRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sign_up_now .edu_heritage {
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 5;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    max-width: 950px;
    text-align: center;
    display: flex;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 100px rgba(255, 255, 255, 0.2);
    padding: 4rem 3rem;
}.sign_up_now .edu_heritage:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 120px rgba(255, 255, 255, 0.3);
    transform: translateY(-10px);
}.sign_up_now .edu_heritage::before {
    z-index: -1;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    position: absolute;
    animation: holoBorderShift 5s ease infinite;
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    background-size: 200% 200%;
    opacity: 0.5;
    inset: 0;
    border-radius: 20px;
}@keyframes holoBorderShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.sign_up_now .edu_heritage::after {
    z-index: -2;
    animation: spectrumPulse 8s ease-in-out infinite;
    inset: -10px;
    filter: blur(15px);
    opacity: 0.4;
    border-radius: 30px;
    content: '';
    background: linear-gradient(
        125deg,
        rgb(178,191,212,0.5),
        rgba(255, 255, 255, 0.4),
        rgb(141,159,185,0.5)
    );
    position: absolute;
}@keyframes spectrumPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

.sign_up_now h3 {
    margin-bottom: 2.5rem;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}.sign_up_now h3::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    height: 2px;
    transform: translateX(-50%);
    position: absolute;
    animation: lineGlow 3s ease-in-out infinite;
    left: 50%;
    width: 60%;
    bottom: -12px;
    content: '';
}@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        width: 60%;
    }
    50% {
        opacity: 1;
        width: 80%;
    }
}

.sign_up_now h3::before {
    top: -20px;
    position: absolute;
    bottom: -20px;
    content: '';
    z-index: -1;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    left: -30px;
    animation: titleHaloRotate 5s ease-in-out infinite;
    border-radius: 50%;
    opacity: 0.5;
    filter: blur(8px);
    right: -30px;
}@keyframes titleHaloRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.sign_up_now .connect_team {
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    z-index: 1;
    background: linear-gradient(125deg, rgb(178,191,212), rgb(141,159,185));
    padding: 1.2rem 3.5rem;
    border: none;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-decoration: none;
    position: relative;
    justify-content: center;
    display: inline-flex;
    font-size: 16px;
    border-radius: 50px;
    align-items: center;
    font-weight: 600;
}.sign_up_now .connect_team::before {
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    z-index: 0;
    animation: buttonSpark 5s ease-in-out infinite;
    height: 100%;
    top: 0;
    width: 50%;
    left: -50%;
    content: '';
    transform: skewX(-25deg);
}@keyframes buttonSpark {
    0% {
        left: -50%;
    }
    30%, 100% {
        left: 150%;
    }
}

.sign_up_now .connect_team:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 0 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) scale(1.03);
}.sign_up_now .connect_team::after {
    position: absolute;
    opacity: 0;
    z-index: -1;
    filter: blur(10px);
    transition: opacity 0.4s ease;
    inset: -5px;
    content: '';
    border-radius: 55px;
    background: linear-gradient(
        125deg,
        rgb(178,191,212),
        rgb(141,159,185)
    );
}.sign_up_now .connect_team:hover::after {
    opacity: 0.5;
}.sign_up_now::after {
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    height: 100%;
    content: '';
    width: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    position: absolute;
}.sign_up_now::before {
    content: '';
    left: 0;
    z-index: 3;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(178,191,212) 25%,
        #ffffff 50%,
        rgb(141,159,185) 75%,
        transparent 100%
    );
    position: absolute;
    opacity: 0.5;
    animation: spectrumHorizontal 10s linear infinite;
    filter: blur(2px);
    top: 50%;
    height: 2px;
    width: 100%;
}@keyframes spectrumHorizontal {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.sign_up_now::after {
    width: 2px;
    opacity: 0.5;
    content: '';
    position: absolute;
    height: 100%;
    z-index: 3;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgb(178,191,212) 25%,
        #ffffff 50%,
        rgb(141,159,185) 75%,
        transparent 100%
    );
    filter: blur(2px);
    animation: spectrumVertical 15s linear infinite;
    top: 0;
    left: 50%;
}

@keyframes spectrumVertical {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@media screen and (max-width: 991px) {.sign_up_now {
    padding: 5rem 1.5rem;
}.sign_up_now .edu_heritage {
    padding: 3.5rem 2.5rem;
}.sign_up_now h3 {
    margin-bottom: 2.2rem;
    font-size: calc(38px * 0.9);
}.sign_up_now .connect_team {
    padding: 1.1rem 3rem;
}
}

@media screen and (max-width: 767px) {.sign_up_now {
    padding: 4rem 1.2rem;
}.sign_up_now .edu_heritage {
    padding: 3rem 2rem;
}.sign_up_now h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.sign_up_now .connect_team {
    font-size: calc(16px * 0.95);
    padding: 1rem 2.5rem;
}
}

@media screen and (max-width: 480px) {.sign_up_now {
    padding: 3.5rem 1rem;
}.sign_up_now .edu_heritage {
    padding: 2.5rem 1.5rem;
}.sign_up_now h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.8rem;
}.sign_up_now .connect_team {
    font-size: calc(16px * 0.9);
    padding: 0.9rem 2.2rem;
}}.educational_gains {
    font-family: Arial, sans-serif;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(160deg, rgb(216,221,236) 0%, #ffffff 100%);
}.educational_gains::before {
    position: absolute;
    opacity: 0.3;
    right: -150px;
    background: rgb(178,191,212,0.5);
    top: -150px;
    content: "";
    border-radius: 50%;
    filter: blur(100px);
    animation: pulse 10s ease-in-out infinite alternate;
    width: 400px;
    height: 400px;
}.educational_gains::after {
    left: -150px;
    bottom: -150px;
    height: 400px;
    background: rgb(141,159,185,0.5);
    filter: blur(100px);
    content: "";
    border-radius: 50%;
    animation: pulse 12s ease-in-out infinite alternate-reverse;
    width: 400px;
    opacity: 0.3;
    position: absolute;
}@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(0.9);
  }
  100% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}

.educational_gains .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.educational_gains .edu_heritage {
    position: relative;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1.3fr;
}.educational_gains .img_item_wrapper {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
    transform-origin: center;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    min-height: 400px;
}.educational_gains .img_item_wrapper:hover {
    transform: scale(1.02);
}.educational_gains .text_pill {
    position: relative;
    border-radius: 15px;
    background: #ffffff;
    z-index: 2;
    padding: 40px 35px 40px 45px;
    margin-left: -30px;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.7);
}.educational_gains .text_pill::before {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    height: 100px;
    right: 0;
    opacity: 0.4;
    content: "";
    background: linear-gradient(135deg, rgb(178,191,212,0.5), transparent);
    width: 100px;
    top: 0;
}.educational_gains .text_pill::after {
    content: "";
    opacity: 0.4;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100px;
    background: linear-gradient(135deg, rgb(141,159,185,0.5), transparent);
    height: 100px;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
}.educational_gains h3 {
    position: relative;
    color: rgb(178,191,212);
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 28px;
    font-weight: 700;
}.educational_gains h3::before {
    height: 100%;
    content: "";
    position: absolute;
    width: 5px;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(178,191,212), rgb(141,159,185));
    left: 0;
}.educational_gains ul {
    padding: 0;
    flex-direction: column;
    list-style: none;
    margin: 0;
    gap: 15px;
    display: flex;
}.educational_gains li {
    position: relative;
    transition: all 0.3s ease;
    transform: translateY(0);
}.educational_gains li:hover {
    transform: translateY(-5px);
}.educational_gains li p {
    margin: 0;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    color: #000000;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    padding: 15px 20px;
    font-size: 15px;
    display: flex;
    overflow: hidden;
    position: relative;
    gap: 16px;
    border-radius: 10px;
    align-items: center;
    z-index: 1;
}.educational_gains li p::before {
    background: linear-gradient(135deg, rgb(178,191,212,0.5), rgb(141,159,185,0.5));
    transition: opacity 0.3s ease;
    height: 100%;
    z-index: -1;
    left: 0;
    width: 100%;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
}.educational_gains li:hover p {
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.educational_gains li:hover p::before {
    opacity: 0.1;
}.educational_gains svg {
    border-radius: 50%;
    padding: 10px;
    width: 24px;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 
    3px 3px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
    height: 24px;
}.educational_gains svg path {
    fill: rgb(178,191,212);
    transition: fill 0.3s ease;
}.educational_gains li:hover svg {
    box-shadow: 
    5px 5px 10px rgba(0, 0, 0, 0.15),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, rgb(178,191,212), rgb(141,159,185));
    transform: rotate(-15deg);
}.educational_gains li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.educational_gains {
    padding: 60px 0;
}.educational_gains .edu_heritage {
    gap: 30px;
    grid-template-columns: 1fr;
}.educational_gains .img_item_wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 350px;
}.educational_gains .text_pill {
    margin-left: 0;
    padding: 35px 30px;
}
}

@media (max-width: 768px) {.educational_gains {
    padding: 50px 0;
}.educational_gains .img_item_wrapper {
    min-height: 280px;
}.educational_gains h3 {
    font-size: calc(28px * 0.95);
}
}

@media (max-width: 576px) {.educational_gains {
    padding: 40px 0;
}.educational_gains .img_item_wrapper {
    min-height: 220px;
}.educational_gains .text_pill {
    padding: 25px 20px;
}.educational_gains h3 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.9);
}.educational_gains li p {
    padding: 12px 15px;
    gap: 12px;
    font-size: 15px;
}.educational_gains svg {
    padding: 8px;
    width: 22px;
    height: 22px;
}}.mentorship_experience {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: rgb(216,221,236);
    padding: 5rem 2rem;
}.mentorship_experience::before {
    right: -5%;
    content: "";
    transform: rotate(15deg);
    height: 140%;
    filter: blur(3px);
    width: 60%;
    top: -20%;
    background: rgb(178,191,212,0.5);
    position: absolute;
    z-index: -1;
}.mentorship_experience::after {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    bottom: -5%;
    content: "";
    animation: morph 15s linear infinite alternate;
    left: -5%;
    height: 30%;
    width: 30%;
    position: absolute;
    z-index: -1;
    background: rgb(141,159,185,0.5);
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.mentorship_experience .review_spot {
    margin: 0 auto;
    gap: 0;
    max-width: 1100px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.mentorship_experience .img_item_wrapper {
    transform: translateX(-5%);
    border-radius: 0;
    grid-row: 1 / 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 450px;
    width: 100%;
    z-index: 2;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    grid-column: 1 / 2;
    position: relative;
}.mentorship_experience .img_item_wrapper::after {
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    position: absolute;
}.mentorship_experience .review_spot:hover .img_item_wrapper {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.mentorship_experience .work_box {
    z-index: 1;
    padding: 3rem 3rem 3rem 5rem;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(-15%);
    background: #ffffff;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}.mentorship_experience .review_spot:hover .work_box {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}.mentorship_experience .name {
    display: inline-block;
    font-size: 31px;
    margin-bottom: 0.7rem;
    position: relative;
    font-weight: 700;
    color: rgb(178,191,212);
}.mentorship_experience .name::before {
    content: "";
    background: rgb(141,159,185,0.5);
    z-index: -1;
    transition: transform 0.4s ease 0.2s;
    top: -10px;
    left: -20px;
    transform: rotate(45deg) scale(0);
    width: 30px;
    position: absolute;
    border-radius: 10px;
    height: 30px;
}.mentorship_experience .review_spot:hover .name::before {
    transform: rotate(45deg) scale(1);
}.mentorship_experience .work_box > div:nth-child(2) {
    color: rgb(141,159,185);
    opacity: 0;
    font-size: 20px;
    opacity: 0.9;
    font-weight: 600;
    transform: translateX(-20px);
    margin-bottom: 2rem;
    transition: all 0.5s ease 0.3s;
}.mentorship_experience .review_spot:hover .work_box > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.mentorship_experience .exp_progress {
    transform: translateY(20px);
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
    transition: all 0.5s ease 0.5s;
    opacity: 0;
    position: relative;
    font-style: italic;
    padding-top: 20px;
    font-size: 15px;
}.mentorship_experience .review_spot:hover .exp_progress {
    opacity: 1;
    transform: translateY(0);
}.mentorship_experience .exp_progress::before {
    height: 3px;
    background: linear-gradient(to right, rgb(178,191,212), transparent);
    position: absolute;
    top: 0;
    width: 60px;
    left: 0;
    content: "";
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.mentorship_experience .work_box::after {
    right: 20px;
    animation: float 4s ease-in-out infinite;
    background: rgb(178,191,212,0.5);
    z-index: -1;
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: 20px;
    border-radius: 50%;
}

@media (max-width: 992px) {.mentorship_experience .review_spot {
    gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.mentorship_experience .img_item_wrapper {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-row: 1 / 2;
    transform: none;
    grid-column: 1 / 2;
    height: 300px;
}.mentorship_experience .img_item_wrapper::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.mentorship_experience .work_box {
    transform: none;
    padding: 2rem;
    grid-row: 2 / 3;
    clip-path: none;
    grid-column: 1 / 2;
}.mentorship_experience .review_spot:hover .work_box {
    transform: translateY(-5px);
}}.pricing_wrapper {
    overflow: hidden;
    background: rgb(216,221,236);
    padding: 120px 0;
    position: relative;
}.pricing_wrapper::before {
    content: "";
    width: 600px;
    right: -10%;
    background: linear-gradient(135deg, rgb(178,191,212,0.5), rgb(141,159,185,0.5));
    opacity: 0.15;
    z-index: 0;
    top: -15%;
    filter: blur(80px);
    height: 600px;
    position: absolute;
}.pricing_wrapper::after {
    opacity: 0.1;
    filter: blur(100px);
    background: linear-gradient(225deg, rgb(141,159,185,0.5), rgb(178,191,212,0.5));
    content: "";
    width: 500px;
    position: absolute;
    left: -10%;
    height: 500px;
    bottom: -15%;
    z-index: 0;
}.pricing_wrapper .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1400px;
}.pricing_wrapper .tuition_grid {
    gap: 60px;
    flex-direction: column;
    display: flex;
}.pricing_wrapper .study_costs {
    z-index: 2;
    margin-bottom: 20px;
    position: relative;
    transform: translateX(5%);
    order: -1;
}.pricing_wrapper .study_costs h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 15px;
    color: transparent;
    background-clip: text !important;
    color: #000000;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, #000000, rgb(178,191,212));
}.pricing_wrapper .study_costs .rate_packages {
    color: #000000;
    font-size: 17px;
    transition: transform 0.4s ease;
    transform: translateY(0);
    line-height: 1.6;
    margin-left: 5px;
    max-width: 700px;
}.pricing_wrapper .study_costs:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.pricing_wrapper .study_costs:hover .rate_packages {
    transform: translateY(3px);
}.pricing_wrapper .rate_list {
    display: grid;
    perspective: 1000px;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.pricing_wrapper .skill_pricing {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    transform: translateZ(0) scale(1);
    overflow: hidden;
    height: 100%;
    position: relative;
    text-decoration: none;
    transform-style: preserve-3d;
}.pricing_wrapper .skill_pricing:hover {
    z-index: 5;
    transform: translateZ(20px) scale(1.02);
}.pricing_wrapper .study_fees {
    background: #ffffff;
    overflow: hidden;
    transition: box-shadow 0.5s ease;
    flex-direction: column;
    position: relative;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    height: 100%;
}.pricing_wrapper .skill_pricing:hover .study_fees {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(178,191,212,0.5);
}.pricing_wrapper .study_fees::before {
    top: 0;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(178,191,212), rgb(141,159,185));
    position: absolute;
    left: 0;
    height: 5px;
    content: "";
    right: 0;
    transform: scaleX(0);
}.pricing_wrapper .skill_pricing:hover .study_fees::before {
    transform: scaleX(1);
}.pricing_wrapper .study_rates {
    flex-grow: 1;
    overflow: hidden;
    flex-direction: column;
    z-index: 2;
    position: relative;
    display: flex;
    padding: 35px 30px;
}.pricing_wrapper .study_rates h3 {
    position: relative;
    overflow-wrap: break-word;
    font-size: calc(23px + 2px);
    margin-bottom: 15px;
    color: #000000;
    word-break: break-word;
    transform: translateY(0);
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 600;
}.pricing_wrapper .skill_pricing:hover .study_rates h3 {
    color: rgb(178,191,212);
    transform: translateY(-2px);
}.pricing_wrapper .study_rates .study_price {
    color: rgb(178,191,212);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    word-break: break-word;
    font-weight: 700;
    overflow-wrap: break-word;
    position: relative;
    margin: 5px 0 20px;
    font-size: calc(23px + 6px);
}.pricing_wrapper .skill_pricing:hover .study_rates .study_price {
    transform: scale(1.05);
}.pricing_wrapper .study_rates .study_price::after {
    height: 2px;
    bottom: -10px;
    position: absolute;
    transition: width 0.4s ease;
    content: "";
    width: 50px;
    background: rgb(141,159,185,0.5);
    left: 0;
}.pricing_wrapper .skill_pricing:hover .study_rates .study_price::after {
    width: 80px;
}.pricing_wrapper .study_rates p {
    opacity: 0.85;
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
    word-break: break-word;
    white-space: normal;
    transition: opacity 0.3s ease;
    margin-top: 10px;
    flex-grow: 1;
    overflow-wrap: break-word;
}.pricing_wrapper .skill_pricing:hover .study_rates p {
    opacity: 1;
}.pricing_wrapper .skill_pricing .img_item_wrapper {
    width: 100%;
    position: relative;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    height: 220px;
}.pricing_wrapper .skill_pricing:hover .img_item_wrapper {
    height: 240px;
}.pricing_wrapper .skill_pricing .img_item_wrapper::after {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}.pricing_wrapper .skill_pricing:hover .img_item_wrapper::after {
    opacity: 1;
}.pricing_wrapper .skill_pricing:nth-child(odd) .study_fees {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.pricing_wrapper {
    padding: 140px 0;
}.pricing_wrapper .tuition_grid {
    flex-direction: row;
    align-items: flex-start;
}.pricing_wrapper .study_costs {
    order: 0;
    transform: translateX(0);
    align-self: flex-start;
    top: 100px;
    width: 30%;
    margin-right: 70px;
    position: sticky;
}.pricing_wrapper .rate_list {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}

@media (min-width: 1200px) {.pricing_wrapper .rate_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_wrapper .study_costs h2 {
    font-size: calc(29px + 5px);
}
}

@media (max-width: 991px) {.pricing_wrapper {
    padding: 80px 0;
}.pricing_wrapper .study_costs {
    transform: translateX(0);
    text-align: center;
}.pricing_wrapper .study_costs .rate_packages {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.pricing_wrapper {
    padding: 60px 0;
}.pricing_wrapper .rate_list {
    grid-template-columns: 1fr;
}.pricing_wrapper .study_rates {
    padding: 25px 20px;
}.pricing_wrapper .skill_pricing .img_item_wrapper {
    height: 180px;
}.pricing_wrapper .study_costs h2 {
    font-size: calc(29px - 2px);
}
}

@media (max-width: 480px) {.pricing_wrapper {
    padding: 50px 0;
}.pricing_wrapper .study_rates h3 {
    font-size: 23px;
}.pricing_wrapper .study_rates .study_price {
    font-size: calc(23px + 2px);
}.pricing_wrapper .study_rates p {
    font-size: calc(17px - 1px);
}}.thxDiv {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(216,221,236) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
}.thxDiv::before {
    opacity: 0.4;
    width: 40%;
    left: -5%;
    filter: blur(40px);
    animation: float 12s ease-in-out infinite alternate;
    z-index: 1;
    top: -10%;
    position: absolute;
    height: 70%;
    content: "";
    background: linear-gradient(145deg, rgb(141,159,185,0.5) 0%, transparent 80%);
    transform: rotate(-15deg) skew(10deg);
}.thxDiv::after {
    background: linear-gradient(215deg, rgb(178,191,212,0.5) 0%, transparent 70%);
    height: 60%;
    bottom: -5%;
    opacity: 0.3;
    z-index: 1;
    position: absolute;
    width: 35%;
    right: -5%;
    transform: rotate(10deg) skew(-5deg);
    filter: blur(30px);
    content: "";
    animation: float 15s ease-in-out infinite alternate-reverse;
}.thxDiv .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
}.thxDiv h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    transform: translateY(20px);
    line-height: 1.3;
    font-size: 37px;
    opacity: 0;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: 700;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.thxDiv h2::after {
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(178,191,212) 0%, rgb(141,159,185) 100%);
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
    transform-origin: center;
    opacity: 0;
    left: 50%;
}.thxDiv .edu_heritage {
    border-radius: 8px;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 50px 40px;
    opacity: 0;
    background: #ffffff;
    transform: translateY(30px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}.thxDiv .edu_heritage::before {
    width: 5px;
    position: absolute;
    transform-origin: top;
    height: 100%;
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleY(0);
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(178,191,212), rgb(141,159,185));
}.thxDiv ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thxDiv li {
    position: relative;
    padding-left: 25px;
}.thxDiv li::before {
    left: 0;
    position: absolute;
    height: 8px;
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(0);
    content: "";
    width: 8px;
    border-radius: 50%;
    top: 10px;
    background: rgb(141,159,185);
}.thxDiv span {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transform: translateY(10px);
    font-size: 13px;
    opacity: 0;
    font-weight: 400;
    display: block;
    color: #000000;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

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

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

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

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg) skew(10deg);
  }
  100% {
    transform: translate(10px, 20px) rotate(-5deg) skew(5deg);
  }
}

@media (max-width: 1024px) {.thxDiv {
    padding: 100px 0 70px;
}.thxDiv h2 {
    font-size: calc(37px * 0.9);
}.thxDiv .edu_heritage {
    padding: 40px 35px;
}
}

@media (max-width: 768px) {.thxDiv {
    padding: 80px 0 60px;
}.thxDiv h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 35px;
}.thxDiv h2::after {
    bottom: -12px;
    width: 60px;
}.thxDiv .edu_heritage {
    padding: 35px 30px;
}.thxDiv span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.thxDiv {
    padding: 60px 0 50px;
}.thxDiv h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.7);
    line-height: 1.4;
}.thxDiv h2::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}.thxDiv .edu_heritage {
    padding: 30px 20px;
}.thxDiv li {
    padding-left: 20px;
}.thxDiv li::before {
    width: 6px;
    height: 6px;
    top: 12px;
}.thxDiv span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}@keyframes expand {
    100% {
      width: 50px;
    }
  }
}.client_comments {
    background: linear-gradient(135deg, rgb(216,221,236) 0%, rgb(178,191,212,0.5) 100%);
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
}.client_comments::before {
    bottom: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(141,159,185,0.5) 49.5%, rgb(141,159,185,0.5) 50.5%, transparent 50.5%);
    content: "";
    right: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}.client_comments .edu_heritage {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.client_comments h4 {
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    transform: skewX(-5deg);
    position: relative;
    margin-bottom: 4rem;
    color: #000000;
}.client_comments h4::after {
    position: absolute;
    width: 100px;
    background: rgb(178,191,212);
    height: 4px;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    left: 50%;
    border-radius: 10px;
}.client_comments .edu_testimonials {
    perspective: 1000px;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    display: grid;
}.client_comments .review_spot {
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 13px;
    padding: 2.5rem;
    transform: rotateX(10deg) rotateY(-5deg);
    background: #ffffff;
}.client_comments .review_spot::before {
    width: 100px;
    transform: translate(30%, -30%) rotate(45deg);
    background: rgb(178,191,212,0.5);
    height: 100px;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}.client_comments .review_spot:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateX(0) rotateY(0);
}.client_comments .review_spot .img_item_wrapper {
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin: 0 auto 1.5rem;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 80px;
}.client_comments .review_spot:hover .img_item_wrapper {
    transform: scale(1.1);
    border-color: rgb(178,191,212);
}.client_comments .review_spot span {
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    color: #000000;
    display: block;
    position: relative;
}.client_comments .review_spot span::after {
    background: rgb(178,191,212);
    display: block;
    content: "";
    height: 2px;
    width: 40px;
    margin: 0.5rem auto;
}.client_comments .review_spot p {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    text-align: center;
}

@media (max-width: 992px) {.client_comments .edu_testimonials {
    grid-template-columns: repeat(2, 1fr);
}.client_comments h4 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.client_comments {
    padding: 4rem 1.5rem;
}.client_comments .edu_testimonials {
    gap: 2rem;
    grid-template-columns: 1fr;
}.client_comments h4 {
    margin-bottom: 3rem;
    font-size: calc(33px * 0.8);
}.client_comments .review_spot {
    padding: 2rem;
}}header {
    overflow: visible;
    margin-top: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    z-index: 100;
    padding: 0;
    background: linear-gradient(120deg, rgb(178,191,212) 0%, rgb(141,159,185) 100%);
    position: relative;
}header::before {
    bottom: 2px;
    right: 2px;
    z-index: -1;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    content: '';
    position: absolute;
    top: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 2px;
}header .header_site {
    z-index: 5;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.2rem 3rem;
    justify-content: space-between;
}header .main_mainbar {
    margin-right: 2rem;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    background: rgba(255, 255, 255, 0.15);
    position: relative;
}header .main_mainbar::before {
    content: '';
    z-index: -1;
    top: 3px;
    bottom: 3px;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    border: 1px dashed rgba(255, 255, 255, 0.3);
    right: 3px;
    left: 3px;
    position: absolute;
}header .main_mainbar:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .main_bar {
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}header .main_bar img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .nav_guide {
    position: relative;
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
    z-index: 2;
}header .nav_mainwrap {
    margin: 0 0.5rem;
    position: relative;
}header .nav_mainwrap a {
    position: relative;
    align-items: center;
    padding: 0 1.2rem;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    font-weight: 600;
    font-size: 18px;
    justify-content: center;
    overflow: hidden;
    height: 40px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid transparent;
}header .nav_mainwrap a::before {
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    width: 100%;
    height: 100%;
}header .nav_mainwrap a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
}header .nav_mainwrap a:hover::before {
    left: 100%;
}header .nav_mainwrap::after {
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.3s ease;
    background: #ffffff;
    width: 0;
    height: 2px;
    bottom: -5px;
    content: '';
    position: absolute;
}header .nav_mainwrap:hover::after {
    width: 80%;
}header .header_site::before {
    content: '';
    border-bottom: none;
    height: 40px;
    opacity: 0.5;
    top: 10px;
    width: 40px;
    border-right: none;
    position: absolute;
    right: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}header .header_site::after {
    border-left: none;
    opacity: 0.5;
    position: absolute;
    bottom: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    content: '';
    width: 40px;
    left: 10px;
    border-top: none;
    height: 40px;
}header .head_page {
    position: relative;
    background: rgb(216,221,236);
    z-index: 1;
    padding-top: 2rem;
    margin-top: -15px;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    content: '';
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    animation: pulse 2s infinite;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    top: 15px;
    right: 15px;
}

@media (min-width: 1400px) {header .header_site {
    max-width: 1320px;
    margin: 0 auto;
}header .nav_mainwrap {
    margin: 0 0.7rem;
}header .nav_mainwrap a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .header_site {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main_mainbar {
    margin-bottom: 0;
    margin-right: 0;
}header .nav_guide {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .nav_mainwrap a {
    padding: 0 1rem;
    height: 35px;
    font-size: calc(18px - 1px);
}header .header_site::before,
    header .header_site::after {
    display: none;
}.head_page {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .header_site {
    padding: 0.8rem 1.5rem;
}header .main_mainbar {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .main_bar img {
    max-height: 35px;
}header .nav_guide {
    margin-top: 0.8rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}header .nav_guide::-webkit-scrollbar {
    height: 3px;
}header .nav_guide::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .nav_mainwrap {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .nav_mainwrap a {
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    font-size: calc(18px - 2px);
    white-space: nowrap;
    height: 32px;
    padding: 0 0.8rem;
}header .nav_mainwrap::after {
    display: none;
}header::after {
    right: 10px;
    top: 10px;
    height: 5px;
    width: 5px;
}.head_page {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .header_site {
    padding: 0.7rem 1.2rem;
}header .main_mainbar {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .nav_mainwrap a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(18px - 3px);
}}.contact_form_box {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(216,221,236);
}.contact_form_box::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(178,191,212,0.5) 0,
        rgb(178,191,212,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    opacity: 0.05;
    left: 0;
    z-index: 1;
    animation: patternShift 30s linear infinite;
}.contact_form_box .img_item_wrapper {
    filter: saturate(0.6) brightness(0.7);
    animation: slowZoom 20s alternate infinite;
    position: absolute;
    opacity: 0.2;
    height: 100%;
    transition: transform 10s ease-in-out;
    z-index: 0;
    top: 0;
    transform: scale(1.1);
    left: 0;
    width: 100%;
}.contact_form_box .img_item_wrapper::after {
    left: 0;
    background: linear-gradient(0deg, rgb(216,221,236) 0%, transparent 80%);
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.contact_form_box .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}.contact_form_box h3 {
    letter-spacing: 1px;
    position: relative;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 50px;
    color: rgb(178,191,212);
    text-align: center;
    font-family: Arial, sans-serif;
}.contact_form_box h3::after {
    height: 4px;
    background: rgb(141,159,185);
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    position: absolute;
    content: '';
}.contact_form_box .message_list {
    background: #ffffff;
    display: grid;
    border-radius: 11px;
    grid-template-columns: 1.2fr 0.8fr;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.contact_form_box .inquiry_help {
    position: relative;
    background: #ffffff;
    padding: 50px;
}.contact_form_box .inquiry_help::after {
    position: absolute;
    height: 80%;
    right: 0;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, transparent, rgb(141,159,185,0.5), transparent);
    content: '';
    width: 2px;
    top: 50%;
}.contact_form_box .inquiry_help h3 {
    color: #000000;
    margin-bottom: 30px;
    text-align: left;
    font-size: 24px;
}.contact_form_box .inquiry_help h3::after {
    transform: none;
    left: 0;
    width: 40px;
    height: 3px;
}.contact_form_box form {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.contact_form_box input[type="text"],
.contact_form_box textarea {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    color: #000000;
    padding: 16px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}.contact_form_box input[type="text"]:focus,
.contact_form_box textarea:focus {
    outline: none;
    border-color: rgb(178,191,212);
    box-shadow: 0 0 0 3px rgb(178,191,212,0.5);
}.contact_form_box textarea {
    resize: vertical;
    min-height: 140px;
}.contact_form_box .request_widget {
    color: #000000;
    gap: 12px;
    align-items: flex-start;
    display: flex;
    margin-top: 5px;
    font-size: calc(13px * 0.9);
}.contact_form_box input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0;
    position: relative;
    height: 22px;
    border: 2px solid rgb(141,159,185,0.5);
    border-radius: 4px;
    cursor: pointer;
    margin-top: 2px;
    transition: all 0.2s ease;
    background: #ffffff;
    width: 22px;
}.contact_form_box input[type="checkbox"]:checked {
    background: rgb(178,191,212);
    border-color: rgb(178,191,212);
}.contact_form_box input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    content: '';
    top: 3px;
    height: 12px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 7px;
    position: absolute;
    width: 6px;
}.contact_form_box .request_widget label {
    cursor: pointer;
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.contact_form_box .request_widget a {
    color: rgb(178,191,212);
    font-weight: 600;
    transition: color 0.2s ease;
    text-decoration: none;
}.contact_form_box .request_widget a:hover {
    color: rgb(141,159,185);
}.contact_form_box .contact_query {
    padding: 16px 32px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    background: rgb(178,191,212);
    font-family: Arial, sans-serif;
    font-size: 19px;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    align-self: flex-start;
    box-shadow: 0 4px 12px rgb(178,191,212,0.5);
    z-index: 1;
    position: relative;
}.contact_form_box .contact_query::before {
    background: rgb(141,159,185);
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: right;
    z-index: -1;
    top: 0;
    transform: scaleX(0);
    position: absolute;
    content: '';
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}.contact_form_box .contact_query:hover {
    box-shadow: 0 6px 15px rgba(rgb(178,191,212), 0.4);
}.contact_form_box .contact_query:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_form_box .inquiry_query {
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: rgb(141,159,185,0.5);
    padding: 50px;
    position: relative;
    display: flex;
}.contact_form_box .inquiry_query::before {
    border-radius: 50%;
    width: 150px;
    content: '';
    opacity: 0.4;
    filter: blur(60px);
    position: absolute;
    height: 150px;
    background: rgb(178,191,212,0.5);
    right: 0;
    bottom: 0;
}.contact_form_box .inquiry_query h4 {
    position: relative;
    font-size: 24px;
    margin-bottom: 35px;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.contact_form_box .inquiry_query h4::after {
    height: 3px;
    width: 40px;
    content: '';
    background: rgb(178,191,212);
    position: absolute;
    left: 0;
    bottom: -15px;
}.contact_form_box .query_support {
    padding: 0;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    display: flex;
    list-style: none;
}.contact_form_box .query_support li {
    gap: 18px;
    display: flex;
    position: relative;
    transition: transform 0.3s ease;
    align-items: center;
}.contact_form_box .query_support li:hover {
    transform: translateX(5px);
}.contact_form_box .query_support li svg {
    flex-shrink: 0;
    border-radius: 50%;
    width: 46px;
    display: flex;
    align-items: center;
    padding: 12px;
    width: 22px;
    height: 46px;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 22px;
}.contact_form_box .query_support li svg path {
    fill: rgb(178,191,212);
}.contact_form_box .query_support li span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 13px;
}.contact_form_box .query_support li a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}.contact_form_box .query_support li:hover a {
    color: rgb(178,191,212);
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.contact_form_box {
    padding: 80px 0;
}.contact_form_box .message_list {
    grid-template-columns: 1fr;
}.contact_form_box .inquiry_help::after {
    display: none;
}.contact_form_box .inquiry_help,
    .contact_form_box .inquiry_query {
    padding: 40px;
}.contact_form_box h3 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.contact_form_box {
    padding: 60px 0;
}.contact_form_box .container {
    padding: 0 20px;
}.contact_form_box .inquiry_help,
    .contact_form_box .inquiry_query {
    padding: 30px 25px;
}.contact_form_box h3 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.85);
}.contact_form_box .inquiry_help h3,
    .contact_form_box .inquiry_query h4 {
    font-size: calc(24px * 0.95);
    margin-bottom: 25px;
}.contact_form_box input[type="text"],
    .contact_form_box textarea {
    padding: 14px 18px;
}.contact_form_box .contact_query {
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.contact_form_box {
    padding: 50px 0;
}.contact_form_box .inquiry_help,
    .contact_form_box .inquiry_query {
    padding: 25px 20px;
}.contact_form_box h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 35px;
}.contact_form_box .inquiry_help h3,
    .contact_form_box .inquiry_query h4 {
    font-size: calc(24px * 0.9);
}.contact_form_box form {
    gap: 20px;
}.contact_form_box .contact_query {
    width: 100%;
    text-align: center;
}.contact_form_box .query_support li svg {
    height: 40px;
    padding: 10px;
    width: 40px;
}.contact_form_box .query_support {
    gap: 25px;
}
}