* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    height: 100%;
    scroll-snap-type: none;
    auto;
    min-height: 100%;
}.nav_teach {
    flex: 1 0 auto;
}.online_tools {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    background: rgb(201,191,208,0.5);
    width: 1.2vw;
}::-webkit-scrollbar-track {
    background: rgb(230,225,233);
    box-shadow: inset 0px 3px 11px 5px rgba(0, 0, 0, 0.8);
    border: 1px groove rgb(164,152,173,0.5);
}::-webkit-scrollbar-thumb {
    border: 1px double rgb(255, 255, 255, 0.5);
    border-radius: 9999px;
    background: rgb(201,191,208);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(164,152,173,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -4px -5px 14px 8px rgba(0, 0, 0, 0.7);
    background: #ffffff;
}* {
    scrollbar-width: none;
    scrollbar-color: rgb(201,191,208) rgb(164,152,173,0.5);
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1166px;
    max-width: 100%;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}.core-container {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.developer_experience {
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgb(201,191,208,0.5) 50%, rgb(230,225,233) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.developer_experience::before {
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(201,191,208,0.5) 0,
        rgb(201,191,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    opacity: 0.05;
    height: 100%;
    content: "";
    width: 100%;
}.developer_experience::after {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(201,191,208,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(164,152,173,0.5) 0%, transparent 50%);
    opacity: 0.4;
    left: 0;
    content: "";
}.developer_experience .container {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
}.developer_experience .feedback_grid {
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    flex-direction: column;
    padding: 60px 40px;
    display: flex;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.developer_experience .feedback_grid::before {
    content: "";
    inset: 0;
    transform: rotate(-45deg) scale(2);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.6s ease;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    position: absolute;
}.developer_experience .feedback_grid:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.developer_experience .snapshot {
    height: 180px;
    border-radius: 10px;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(201,191,208,0.5);
    transition: all 0.5s ease;
    transform: rotate(-3deg);
    margin-bottom: 35px;
    z-index: 2;
    overflow: hidden;
    width: 180px;
}.developer_experience .snapshot::before {
    content: "";
    z-index: 3;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    width: 100%;
    left: 0;
}.developer_experience .snapshot::after {
    top: -50%;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(201,191,208,0.5) 90deg,
            transparent 180deg,
            rgb(164,152,173,0.5) 270deg,
            transparent 360deg
        );
    animation: rotate 15s linear infinite;
    left: -50%;
    height: 200%;
    opacity: 0.15;
    position: absolute;
    z-index: 1;
    content: "";
    mix-blend-mode: overlay;
    width: 200%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.developer_experience .name {
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
    z-index: 2;
    font-size: 31px;
    text-align: center;
    color: #000000;
}.developer_experience .name::after {
    bottom: -8px;
    transform: translateX(-50%);
    height: 2px;
    content: "";
    left: 50%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(201,191,208) 50%,
        transparent 100%
    );
    width: 70px;
    position: absolute;
}.developer_experience .feedback_grid span:not(.name) {
    color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}.developer_experience .experience_profile {
    border-left: 3px solid rgb(201,191,208);
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    max-width: 85%;
    color: #000000;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 25px 30px;
    border-right: 3px solid rgb(164,152,173);
    text-align: center;
    z-index: 2;
    border-radius: 10px;
    line-height: 1.8;
}.developer_experience .experience_profile::before,
.developer_experience .experience_profile::after {
    background: rgb(201,191,208,0.5);
    content: "";
    opacity: 0.1;
    width: 40px;
    position: absolute;
    height: 40px;
}.developer_experience .experience_profile::before {
    border-top: 3px solid rgb(201,191,208);
    left: -5px;
    top: -5px;
    border-left: 3px solid rgb(201,191,208);
}.developer_experience .experience_profile::after {
    border-right: 3px solid rgb(164,152,173);
    right: -5px;
    bottom: -5px;
    border-bottom: 3px solid rgb(164,152,173);
}.developer_experience .feedback_grid:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.developer_experience .feedback_grid:hover .snapshot {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(201,191,208,0.5);
}

@media (max-width: 991px) {.developer_experience {
    padding: 80px 0;
}.developer_experience .feedback_grid {
    padding: 50px 30px;
}.developer_experience .snapshot {
    width: 160px;
    margin-bottom: 30px;
    height: 160px;
}.developer_experience .experience_profile {
    padding: 20px 25px;
    max-width: 90%;
}
}

@media (max-width: 767px) {.developer_experience {
    padding: 60px 0;
}.developer_experience .feedback_grid {
    padding: 40px 25px;
}.developer_experience .snapshot {
    width: 140px;
    height: 140px;
    margin-bottom: 25px;
}.developer_experience .name {
    font-size: calc(31px * 0.9);
}.developer_experience .feedback_grid span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(16px * 0.95);
}.developer_experience .experience_profile {
    font-size: calc(14px * 0.95);
    padding: 18px 20px;
}
}

@media (max-width: 575px) {.developer_experience {
    padding: 50px 0;
}.developer_experience .feedback_grid {
    padding: 35px 20px;
}.developer_experience .snapshot {
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
}.developer_experience .name {
    font-size: calc(31px * 0.8);
}.developer_experience .feedback_grid span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(16px * 0.9);
    letter-spacing: 1px;
}.developer_experience .experience_profile {
    max-width: 100%;
    font-size: calc(14px * 0.9);
    padding: 15px;
}}.online_tools {
    position: relative;
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 3rem;
}.online_tools::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    backdrop-filter: blur(8px);
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(201,191,208,0.5) 100%);
    z-index: -1;
}.online_tools .container {
    position: relative;
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
    display: grid;
}.online_tools .company_holder {
    padding-left: 2rem;
    border-left: 2px solid rgb(201,191,208);
    animation: borderPulse 4s infinite alternate;
    position: relative;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(201,191,208);
    }
    50% {
        border-left-color: rgb(164,152,173);
    }
    100% {
        border-left-color: rgb(201,191,208);
    }
}

.online_tools .company_holder h3 {
    -webkit-background-clip: text !important;
    font-size: calc(35px * 1.2);
    background: linear-gradient(to right, #ffffff, rgb(164,152,173));
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}.online_tools .zoom_meet {
    opacity: 0.8;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    margin-top: 1rem;
}.online_tools .student_aid {
    justify-content: flex-end;
    display: flex;
}.online_tools .site_core {
    display: flex;
    gap: 4rem;
}.online_tools .header_start {
    position: relative;
}.online_tools .header_start::before {
    border-left: 1px solid rgb(201,191,208);
    left: -20px;
    height: 40px;
    border-top: 1px solid rgb(201,191,208);
    position: absolute;
    opacity: 0.4;
    width: 40px;
    top: -10px;
    content: "";
}.online_tools .header_start::after {
    height: 40px;
    right: -20px;
    border-bottom: 1px solid rgb(201,191,208);
    position: absolute;
    border-right: 1px solid rgb(201,191,208);
    width: 40px;
    opacity: 0.4;
    content: "";
    bottom: -10px;
}.online_tools .header_start h5 {
    color: rgb(164,152,173);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 18px;
}.online_tools .header_start .site_core {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}.online_tools .header_start .site_core a {
    text-decoration: none;
    padding-left: 1rem;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
    font-size: 16px;
    position: relative;
}.online_tools .header_start .site_core a::before {
    content: "";
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.3s ease;
    position: absolute;
    height: 5px;
    left: 0;
    background-color: rgb(201,191,208);
    width: 5px;
    border-radius: 50%;
}.online_tools .header_start .site_core a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(201,191,208);
}.online_tools .header_start .site_core a:hover::before {
    height: 7px;
    width: 7px;
    background-color: rgb(164,152,173);
}.contest_info {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
}.contest_info::before {
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(201,191,208), transparent);
    width: 100%;
    content: "";
    opacity: 0.5;
    left: 0;
    top: 0;
}.contest_info .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.contest_info .chrome_ext {
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
    font-size: 16px;
}

@media screen and (max-width: 992px) {.online_tools .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.online_tools .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.online_tools .student_aid {
    justify-content: flex-start;
}.online_tools .site_core {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.online_tools {
    padding: 3rem 0 2rem;
}.online_tools .site_core {
    flex-direction: column;
    gap: 2rem;
}.online_tools .header_start::before,
    .online_tools .header_start::after {
    display: none;
}.online_tools .header_start {
    margin-bottom: 1.5rem;
}.contest_info {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.online_tools .company_holder h3 {
    font-size: 35px;
}.online_tools .header_start h5 {
    font-size: calc(18px * 1.1);
}.online_tools .header_start .site_core a {
    font-size: calc(16px * 0.9);
}}.title_welcome {
    height: 100vh;
    width: 100%;
    min-height: 600px;
    position: relative;
    background-color: #000000;
    overflow: hidden;
}.title_welcome .knowledge_experts {
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: flex-end;
    height: 100%;
    display: flex;
}.title_welcome .page_entry {
    top: 0;
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
    left: 0;
    z-index: 1;
}.title_welcome .page_entry::before {
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(110deg, #000000 0%, #000000 35%, transparent 65%);
    z-index: 2;
}.title_welcome .edu_trackfast {
    width: calc(100% * var(--slide-count, 5));
    display: flex;
    position: relative;
    animation: slide-transition 35s infinite;
    transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    transform: translateX(0);
    height: 100%;
}.title_welcome .edu_hero {
    overflow: hidden;
    height: 100%;
    position: relative;
    width: calc(100% / var(--slide-count, 5));
}.title_welcome .edu_hero img {
    transition: transform 8s ease;
    object-fit: cover;
    animation: slide-zoom 16s infinite alternate;
    width: 100%;
    height: 100%;
    position: absolute;
    transform-origin: center center;
    filter: contrast(1.1) brightness(0.9);
    will-change: transform;
}.title_welcome .edu_hero:nth-child(2n) img {
    animation-delay: -3s;
}.title_welcome .edu_hero:nth-child(3n) img {
    animation-delay: -6s;
}.title_welcome .edu_hero:nth-child(4n) img {
    animation-delay: -9s;
}.title_welcome .content_card {
    border-left: 4px solid rgb(201,191,208);
    transform: translateX(50px);
    border-radius: 0 20px 20px 0;
    opacity: 0;
    max-width: 600px;
    position: relative;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3.5rem;
    margin-right: 8%;
    width: 45%;
    z-index: 5;
    animation: slide-in 1s forwards 0.5s;
}.title_welcome .content_card::before {
    animation: border-reveal 1.5s forwards 1s;
    top: 0;
    content: '';
    position: absolute;
    left: -4px;
    background: linear-gradient(to bottom, rgb(201,191,208), rgb(164,152,173));
    height: 0;
    width: 4px;
}.title_welcome .content_card::after {
    opacity: 0;
    animation: dot-appear 0.5s forwards 2s;
    content: '';
    position: absolute;
    left: -12px;
    height: 20px;
    box-shadow: 0 0 15px rgb(201,191,208);
    width: 20px;
    background-color: rgb(201,191,208);
    border-radius: 50%;
    top: 30px;
}.title_welcome .content_card h1 {
    color: #ffffff;
    font-size: 38px;
    position: relative;
    font-weight: 700;
    padding-bottom: 1rem;
    display: inline-block;
    margin-bottom: 1.5rem;
}.title_welcome .content_card h1::after {
    height: 3px;
    width: 0;
    content: '';
    left: 0;
    position: absolute;
    animation: line-expand 1.2s forwards 1.5s;
    bottom: 0;
    background: linear-gradient(90deg, rgb(201,191,208), transparent);
}.title_welcome .content_card p {
    margin-bottom: 2rem;
    transform: translateY(20px);
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.9;
    animation: fade-up 1s forwards 1.7s;
    opacity: 0;
    color: #ffffff;
}.title_welcome .content_card .request_form {
    color: #ffffff;
    font-size: 17px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    background-color: rgb(201,191,208);
    transform: translateY(20px);
    position: relative;
    text-decoration: none;
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
    animation: fade-up 1s forwards 1.9s;
    padding: 0.9rem 2.5rem;
    transition: all 0.3s ease;
    display: inline-block;
}.title_welcome .content_card .request_form::before {
    transition: left 0.7s ease;
    position: absolute;
    width: 100%;
    left: -100%;
    height: 100%;
    content: '';
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}.title_welcome .content_card .request_form:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
    background-color: rgb(164,152,173);
}.title_welcome .content_card .request_form:hover::before {
    left: 100%;
}

@keyframes slide-transition {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40%, 56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60%, 76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80%, 96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes border-reveal {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes dot-appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes line-expand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {.title_welcome .content_card {
    padding: 3rem;
    width: 50%;
    margin-right: 5%;
}
}

@media (max-width: 992px) {.title_welcome .page_entry::before {
    background: linear-gradient(110deg, #000000 0%, #000000 30%, transparent 60%);
}.title_welcome .content_card {
    width: 60%;
    padding: 2.5rem;
}.title_welcome .content_card h1 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.title_welcome .knowledge_experts {
    justify-content: center;
}.title_welcome .page_entry {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.title_welcome .page_entry::before {
    background: linear-gradient(to right, 
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.6) 100%);
}.title_welcome .content_card {
    border-radius: 20px;
    border-left: none;
    width: 85%;
    max-width: 500px;
    border-top: 4px solid rgb(201,191,208);
    margin: 0;
    backdrop-filter: blur(5px);
}.title_welcome .content_card::before {
    background: linear-gradient(to right, rgb(201,191,208), rgb(164,152,173));
    top: -4px;
    animation: width-reveal 1.5s forwards 1s;
    width: 0;
    left: 0;
    height: 4px;
}.title_welcome .content_card::after {
    top: -12px;
    left: 30px;
}.title_welcome .content_card h1 {
    font-size: 38px;
    width: 100%;
    text-align: center;
}.title_welcome .content_card p {
    text-align: center;
}.title_welcome .content_card .request_form {
    display: block;
    margin: 0 auto;
    text-align: center;
}
}

@keyframes width-reveal {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (max-width: 576px) {.title_welcome {
    height: 80vh;
}.title_welcome .content_card {
    width: 90%;
    padding: 2rem;
}.title_welcome .content_card h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
}.title_welcome .content_card p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.title_welcome .content_card .request_form {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 420px) {.title_welcome {
    height: 70vh;
}.title_welcome .content_card {
    padding: 1.5rem;
}.title_welcome .content_card h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1rem;
}.title_welcome .content_card p {
    line-height: 1.6;
    font-size: calc(16px * 0.85);
    margin-bottom: 1.2rem;
}.title_welcome .content_card .request_form {
    font-size: calc(17px * 0.9);
    padding: 0.7rem 1.8rem;
}
}

@media (max-height: 600px) {.title_welcome {
    min-height: 450px;
    height: auto;
}
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {.title_welcome .content_card {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
}
    
    @media (max-width: 768px) {.title_welcome .content_card {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}}
}

.title_welcome .edu_trackfast {
    --slide-count: 2;
}.title_welcome:has(.edu_hero:nth-child(3)) .edu_trackfast {
    --slide-count: 3;
}.title_welcome:has(.edu_hero:nth-child(4)) .edu_trackfast {
    --slide-count: 4;
}.title_welcome:has(.edu_hero:nth-child(5)) .edu_trackfast {
    --slide-count: 5;
}.title_welcome:has(.edu_hero:nth-child(n+6)) .edu_trackfast {
    --slide-count: 5;
}.our_background {
    background: linear-gradient(145deg, rgb(230,225,233), #f8f9fa);
    position: relative;
    padding: 80px 0;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.05),
                -12px -12px 24px rgba(255, 255, 255, 0.8);
    overflow: hidden;
}.our_background::before {
    top: -50px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    right: -50px;
    background: linear-gradient(135deg, rgb(201,191,208,0.5), transparent 70%);
    z-index: 0;
    height: 300px;
    position: absolute;
    width: 300px;
    filter: blur(20px);
}.our_background::after {
    position: absolute;
    z-index: 0;
    width: 400px;
    content: "";
    bottom: -100px;
    background: linear-gradient(225deg, rgb(164,152,173,0.5), transparent 70%);
    animation: float 18s ease-in-out infinite alternate-reverse;
    left: -100px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(25px);
    height: 400px;
}.our_background .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.our_background h1 {
    color: #000000;
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    position: relative;
    transition: transform 0.5s ease-out;
}.our_background h1::before {
    transition: width 0.3s ease;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(201,191,208), rgb(164,152,173));
    height: 4px;
    position: absolute;
    content: "";
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
}.our_background h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.our_background h1:hover::before {
    width: 120px;
}.our_background .why_mission {
    padding: 20px;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 16px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05),
                -8px -8px 16px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.6),
                inset -1px -1px 2px rgba(0, 0, 0, 0.05);
}.our_background .why_mission:hover {
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.08),
                -12px -12px 20px rgba(255, 255, 255, 0.9),
                inset 1px 1px 2px rgba(255, 255, 255, 0.6),
                inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.our_background ul {
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
    display: grid;
}.our_background .knowledge_lab {
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 25px;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border-radius: 12px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.06),
                -8px -8px 16px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3),
                inset -1px -1px 2px rgba(0, 0, 0, 0.02);
    position: relative;
}.our_background .knowledge_lab::before {
    content: "";
    transition: height 0.5s ease;
    left: 0;
    height: 0;
    top: 0;
    width: 4px;
    background: linear-gradient(180deg, rgb(201,191,208), rgb(164,152,173));
    position: absolute;
}.our_background .knowledge_lab:hover {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08),
                -12px -12px 24px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3),
                inset -1px -1px 2px rgba(0, 0, 0, 0.02);
    transform: translateY(-5px) scale(1.01);
}.our_background .knowledge_lab:hover::before {
    height: 100%;
}.our_background .knowledge_lab h4 {
    display: inline-block;
    font-weight: 600;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 21px;
    margin-bottom: 20px;
    color: #000000;
}.our_background .knowledge_lab h4::after {
    height: 2px;
    bottom: -8px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(201,191,208), rgb(164,152,173));
    position: absolute;
    width: 0;
    transition: width 0.4s ease;
}.our_background .knowledge_lab:hover h4 {
    transform: translateX(10px);
    color: rgb(201,191,208);
}.our_background .knowledge_lab:hover h4::after {
    width: 100%;
}.our_background .knowledge_lab div {
    font-weight: 400;
    font-size: 12px;
    transition: color 0.3s ease;
    line-height: 1.7;
    max-height: 300px;
    overflow-y: auto;
    margin-left: 5px;
    color: #000000;
    padding-right: 10px;
}.our_background .knowledge_lab:hover div {
    color: #000000;
}.our_background .knowledge_lab div::-webkit-scrollbar {
    width: 4px;
}.our_background .knowledge_lab div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}.our_background .knowledge_lab div::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: linear-gradient(180deg, rgb(201,191,208), rgb(164,152,173));
}

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

@media (min-width: 768px) {.our_background {
    padding: 100px 0;
}.our_background ul {
    grid-template-columns: repeat(2, 1fr);
}.our_background h1 {
    margin-bottom: 70px;
    font-size: calc(48px * 1.2);
}.our_background .knowledge_lab {
    padding: 35px 30px;
    height: 100%;
}.our_background .knowledge_lab div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.our_background .container {
    padding: 0 40px;
}.our_background .why_mission {
    padding: 40px;
}.our_background .knowledge_lab {
    padding: 40px 35px;
}.our_background .knowledge_lab div {
    line-height: 1.8;
    max-height: 500px;
}
}

@media (max-width: 767px) {.our_background {
    padding: 60px 0;
}.our_background h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 40px;
}.our_background .knowledge_lab {
    padding: 20px;
}.our_background .knowledge_lab div {
    max-height: 250px;
}
}

@media (hover: none) {.our_background h1:hover,
    .our_background .knowledge_lab:hover,
    .our_background .why_mission:hover {
    transform: none;
}.our_background .knowledge_lab:hover::before {
    height: 70px;
}.our_background .knowledge_lab:hover h4 {
    transform: translateX(5px);
}}.access_now {
    margin: 6rem 0;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(164,152,173) 0%, rgb(201,191,208) 100%);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}.access_now::before {
    height: 200%;
    animation: pulse 15s infinite alternate ease-in-out;
    left: -50%;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 5%, transparent 60%);
    width: 200%;
    content: "";
    pointer-events: none;
    top: -50%;
    position: absolute;
}.access_now::after {
    z-index: 1;
    transform-origin: bottom right;
    bottom: 0;
    content: "";
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, rgb(164,152,173,0.5));
    right: 0;
    transform: skewY(-3deg);
    width: 100%;
    height: 30%;
}.access_now .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    display: flex;
    z-index: 2;
}.access_now h6 {
    animation: floatText 5s infinite alternate ease-in-out;
    letter-spacing: 0.03em;
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transform: translateY(-5px);
    max-width: 800px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin: 0;
}.access_now div:not(.container) {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
    position: relative;
}.access_now span {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: inline-block;
    transform: perspective(800px) rotateX(2deg);
}.access_now span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}.access_now .request_form {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 1px;
    font-size: 20px;
    display: inline-flex;
    color: rgb(201,191,208);
    text-decoration: none;
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    padding: 1rem 2.5rem;
    font-weight: 700;
    position: relative;
    justify-content: center;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 15px rgb(201,191,208,0.5);
}.access_now .request_form::before {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    height: 100%;
}.access_now .request_form::after {
    top: -50%;
    height: 200%;
    transform: scale(0.5);
    content: "";
    z-index: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    background: radial-gradient(circle, rgb(164,152,173,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0;
    left: -50%;
    width: 200%;
}.access_now .request_form:hover {
    transform: translateY(-2px);
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 8px 25px rgb(201,191,208,0.5);
}.access_now .request_form:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.access_now .request_form span {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: none;
    z-index: 2;
}.access_now .request_form:hover span {
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
}

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

@media (max-width: 992px) {.access_now {
    padding: 4rem 1.5rem;
    margin: 4rem 0;
    transform: perspective(1000px) rotateX(1deg);
}.access_now .container {
    gap: 2rem;
}.access_now h6 {
    font-size: calc(18px * 1.1);
}.access_now .request_form {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.access_now {
    margin: 3rem 0;
    transform: none;
    padding: 3.5rem 1.25rem;
}.access_now .container {
    gap: 1.75rem;
}.access_now h6 {
    line-height: 1.5;
    font-size: 18px;
}.access_now .request_form {
    padding: 0.85rem 2rem;
    font-size: calc(20px * 0.95);
}
    
    @keyframes floatText {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
}

@media (max-width: 576px) {.access_now {
    margin: 2.5rem 0;
    padding: 3rem 1rem;
}.access_now .container {
    gap: 1.5rem;
}.access_now h6 {
    font-size: calc(18px * 0.95);
    letter-spacing: 0.02em;
}.access_now .request_form {
    padding: 0.8rem 1.8rem;
    font-size: calc(20px * 0.9);
}}.instructional_approach {
    z-index: 1;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgba(245, 247, 251, 0.95) 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}.instructional_approach::before {
    content: "";
    opacity: 0.15;
    z-index: -1;
    animation: float 20s infinite alternate ease-in-out;
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    top: -5%;
    width: 40%;
    filter: blur(40px);
    background: linear-gradient(120deg, rgb(201,191,208,0.5), rgb(164,152,173,0.5));
    right: -10%;
    height: 70%;
}.instructional_approach::after {
    position: absolute;
    content: "";
    width: 30%;
    background: linear-gradient(220deg, rgb(164,152,173,0.5), rgb(201,191,208,0.5));
    height: 50%;
    filter: blur(30px);
    opacity: 0.1;
    animation: float 25s infinite alternate-reverse ease-in-out;
    transform: rotate(25deg) skewY(-10deg);
    left: -5%;
    bottom: -15%;
    z-index: -1;
}.instructional_approach .knowledge_experts {
    margin: 0 auto;
    gap: 3rem;
    padding: 0 2rem;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    max-width: 1200px;
}.instructional_approach h2 {
    font-weight: 700;
    transform: translateX(-0.5rem);
    position: relative;
    margin-bottom: 0.5rem;
    max-width: 80%;
    font-size: 35px;
    letter-spacing: -0.5px;
    color: #000000;
}.instructional_approach h2::before {
    background-color: rgb(201,191,208);
    position: absolute;
    content: "";
    top: 0.6em;
    left: -1.5rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 0.7rem;
    opacity: 0.8;
    transform: rotate(45deg);
    height: 0.7rem;
}.instructional_approach h2::after {
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    background: linear-gradient(90deg, rgb(201,191,208) 0%, rgb(164,152,173) 100%);
    border-radius: 1px;
    height: 3px;
    width: 3.5rem;
    transform-origin: left center;
    left: 0;
    bottom: -0.8rem;
    content: "";
}.instructional_approach:hover h2::after {
    width: 5rem;
}.instructional_approach .content_card {
    padding: 2.5rem;
    backdrop-filter: blur(5px);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.1),
        0 2px 8px -2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.65));
    position: relative;
    border-left: 3px solid rgb(201,191,208);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    transform: translateY(0);
}.instructional_approach .content_card::before {
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(rgb(164,152,173,0.5), 0.05));
    height: 100%;
    left: 0;
}.instructional_approach .content_card:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 35px -15px rgba(0, 0, 0, 0.15),
        0 3px 10px -2px rgba(0, 0, 0, 0.08);
}.instructional_approach p {
    color: #000000;
    line-height: 1.7;
    z-index: 2;
    margin: 0;
    position: relative;
    font-size: calc(14px + 0.05rem);
}

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

@media (min-width: 768px) {.instructional_approach {
    padding: 10rem 0;
}.instructional_approach .knowledge_experts {
    grid-template-columns: 1fr;
    padding: 0 4rem;
}.instructional_approach h2 {
    max-width: 70%;
    margin-bottom: 1rem;
    font-size: calc(35px * 1.1);
}.instructional_approach .content_card {
    padding: 3rem 3.5rem;
    border-left-width: 4px;
    margin-left: 2rem;
}.instructional_approach p {
    font-size: calc(14px + 0.1rem);
    line-height: 1.75;
}
}

@media (min-width: 1024px) {.instructional_approach .knowledge_experts {
    gap: 4rem;
    grid-template-columns: 1fr;
}.instructional_approach h2 {
    font-size: calc(35px * 1.2);
    transform: translateX(-1rem);
    max-width: 60%;
}.instructional_approach h2::before {
    left: -2rem;
    width: 0.8rem;
    height: 0.8rem;
}.instructional_approach .content_card {
    padding: 3.5rem 4rem;
    border-left-width: 5px;
    margin-left: 4rem;
}
}

@media (max-width: 767px) {.instructional_approach {
    padding: 5rem 0;
}.instructional_approach .knowledge_experts {
    padding: 0 1.5rem;
}.instructional_approach h2 {
    max-width: 100%;
    font-size: calc(35px * 0.9);
}.instructional_approach h2::before {
    height: 0.6rem;
    width: 0.6rem;
    left: -1.2rem;
}.instructional_approach .content_card {
    padding: 1.8rem;
    margin-left: 0;
}.instructional_approach p {
    line-height: 1.6;
    font-size: 14px;
}}.customer_feedback {
    position: relative;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgba(245, 247, 251, 0.95) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.customer_feedback::before {
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(201,191,208,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(164,152,173,0.5) 0%, transparent 20%);
    height: 100%;
    width: 100%;
    opacity: 0.07;
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
}.customer_feedback::after {
    top: -5%;
    height: 40%;
    right: -5%;
    position: absolute;
    z-index: 0;
    content: "";
    opacity: 0.03;
    background: rgb(201,191,208,0.5);
    width: 40%;
    transform: rotate(-15deg) skew(10deg);
}.customer_feedback h2 {
    transform: translateX(2vw);
    z-index: 2;
    text-align: left;
    position: relative;
    color: #000000;
    font-size: calc(30px * 1.1);
    font-weight: 700;
    margin-bottom: 3.5rem;
}.customer_feedback h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(201,191,208) 0%, rgb(164,152,173) 100%);
    left: 0;
    bottom: -0.8rem;
    transform-origin: left center;
    content: "";
    height: 3px;
    width: 5rem;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.customer_feedback h2:hover::after {
    transform: scaleX(1.2);
}.customer_feedback .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}.customer_feedback .knowledge_experts {
    overflow: visible;
    position: relative;
}.customer_feedback .learn_ratings {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    display: grid;
    position: relative;
}.customer_feedback .feedback_grid {
    position: relative;
    border-left: 3px solid rgb(164,152,173);
    padding: 2rem 1.75rem;
    z-index: 1;
    transform: translateY(0);
    flex-direction: column;
    display: flex;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.customer_feedback .feedback_grid::before {
    right: 1rem;
    opacity: 0.07;
    position: absolute;
    font-family: Arial, sans-serif;
    top: -2rem;
    z-index: -1;
    content: "";
    line-height: 1;
    font-size: 8rem;
    color: rgb(201,191,208);
}.customer_feedback .feedback_grid:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(var(--primary-color-rgb), 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.customer_feedback .feedback_grid:nth-child(2n) {
    border-left: 3px solid rgb(201,191,208);
}.customer_feedback .feedback_grid:nth-child(3n) {
    border-left: 3px solid rgb(164,152,173);
}.customer_feedback .feedback_grid h3 {
    font-size: calc(19px * 1.05);
    margin: 0 0 0.75rem;
    letter-spacing: 0.02em;
    color: rgb(201,191,208);
    font-weight: 600;
}.customer_feedback .feedback_grid .description {
    font-style: italic;
    color: #000000;
    margin: 0 0 1.5rem;
    font-size: 12px;
    line-height: 1.6;
    flex-grow: 1;
}.customer_feedback .feedback_grid div {
    border: 2px solid rgba(var(--primary-color-rgb), 0.1);
    width: 3.5rem;
    height: 3.5rem;
    transition: transform 0.4s ease;
    overflow: hidden;
    position: relative;
    transform: rotate(-3deg);
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin-top: auto;
}.customer_feedback .feedback_grid:hover div {
    transform: rotate(0deg) scale(1.05);
}.customer_feedback .feedback_grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}.customer_feedback .feedback_grid:hover img {
    transform: scale(1.1);
}

@media (min-width: 992px) {.customer_feedback {
    padding: 7rem 0;
}.customer_feedback h2 {
    font-size: calc(30px * 1.2);
    transform: translateX(4vw);
    margin-bottom: 4rem;
}.customer_feedback .learn_ratings {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.customer_feedback .feedback_grid {
    padding: 2.5rem 2rem;
}.customer_feedback .feedback_grid:nth-child(odd) {
    transform: translateY(25px);
}.customer_feedback .feedback_grid:nth-child(even) {
    transform: translateY(-15px);
}.customer_feedback .feedback_grid:hover {
    transform: translateY(-10px);
}
}

@media (min-width: 1200px) {.customer_feedback h2 {
    margin-bottom: 5rem;
    transform: translateX(6vw);
}.customer_feedback .learn_ratings {
    gap: 2.5rem;
}.customer_feedback .feedback_grid {
    height: calc(100% - 20px);
}.customer_feedback .feedback_grid:nth-child(1) {
    transform: translateY(0);
}.customer_feedback .feedback_grid:nth-child(2) {
    transform: translateY(40px);
}.customer_feedback .feedback_grid:nth-child(3) {
    transform: translateY(20px);
}.customer_feedback .feedback_grid:nth-child(4) {
    transform: translateY(60px);
}.customer_feedback .feedback_grid:nth-child(5) {
    transform: translateY(10px);
}.customer_feedback .feedback_grid:nth-child(6) {
    transform: translateY(50px);
}.customer_feedback .feedback_grid:nth-child(7) {
    transform: translateY(30px);
}.customer_feedback .feedback_grid:hover {
    transform: translateY(calc(var(--translateY) - 15px));
}
}

@media (max-width: 991px) {.customer_feedback {
    padding: 4rem 0;
}.customer_feedback h2 {
    text-align: center;
    font-size: calc(30px * 1.05);
    transform: translateX(0);
}.customer_feedback h2::after {
    transform: translateX(-50%);
    left: 50%;
}.customer_feedback .learn_ratings {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.customer_feedback {
    padding: 3rem 0;
}.customer_feedback h2 {
    margin-bottom: 2.5rem;
    font-size: 30px;
}.customer_feedback .learn_ratings {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer_feedback .feedback_grid {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.customer_feedback h2 {
    font-size: calc(30px * 0.85);
    margin-bottom: 2rem;
}.customer_feedback .feedback_grid {
    padding: 1.25rem;
}.customer_feedback .feedback_grid h3 {
    font-size: 19px;
}.customer_feedback .feedback_grid .description {
    font-size: calc(12px * 0.95);
}}.privacy_lair {
    font-family: Arial, sans-serif;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    overflow: hidden;
    color: #000000;
    background: #ffffff;
    max-width: 1100px;
    padding: 50px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}.privacy_lair::before,
.privacy_lair::after {
    content: '';
    border-radius: 50%;
    z-index: -1;
    background: rgb(164,152,173,0.5);
    position: absolute;
}.privacy_lair::before {
    width: 200px;
    right: -50px;
    top: -50px;
    height: 200px;
}.privacy_lair::after {
    height: 300px;
    left: -100px;
    bottom: -100px;
    width: 300px;
}.privacy_lair h1 {
    margin-bottom: 30px;
    font-size: 48px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 3px dashed rgb(201,191,208);
    color: rgb(201,191,208);
    font-weight: 700;
}.privacy_lair h2 {
    font-weight: 600;
    padding-left: 20px;
    border-left: 8px double rgb(164,152,173);
    margin-top: 30px;
    font-size: 38px;
    position: relative;
    color: rgb(164,152,173);
    margin-bottom: 20px;
}.privacy_lair h2::before {
    width: 10px;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    content: '';
    left: -15px;
    height: 10px;
    background: rgb(201,191,208);
    transform: translateY(-50%);
}.privacy_lair ul {
    padding-left: 20px;
    background: rgb(164,152,173,0.5);
    list-style: none;
    margin: 20px 0;
    border-radius: 10px;
    border: 1px solid rgb(164,152,173,0.5);
}.privacy_lair ul li {
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 13px;
}.privacy_lair ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '•';
    transform: translateY(-50%);
    font-size: 1.5em;
    color: rgb(201,191,208);
}.privacy_lair p, .privacy_lair span, .privacy_lair div {
    margin-bottom: 20px;
    background: rgb(201,191,208,0.5);
    line-height: 1.8;
    color: #000000;
    border-left: 4px solid rgb(201,191,208,0.5);
    font-size: 13px;
    padding: 10px;
    border-radius: 10px;
}.privacy_lair h3, .privacy_lair h4, .privacy_lair h5, .privacy_lair h6 {
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    color: rgb(201,191,208);
    border-left: 5px solid rgb(201,191,208);
    margin-top: 25px;
    padding-left: 15px;
    font-size: 21px;
}.privacy_lair h3::after, .privacy_lair h4::after, .privacy_lair h5::after, .privacy_lair h6::after {
    content: '';
    height: 2px;
    bottom: -5px;
    width: 20px;
    background: rgb(164,152,173);
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 800px) {.privacy_lair {
    padding: 30px;
}.privacy_lair h1 {
    font-size: calc(21px - 4px);
}.privacy_lair h2 {
    font-size: calc(21px - 3px);
}.privacy_lair h3, .privacy_lair h4, .privacy_lair h5, .privacy_lair h6 {
    font-size: calc(21px - 2px);
}.privacy_lair p, .privacy_lair span, .privacy_lair div, .privacy_lair ul li {
    font-size: calc(13px - 2px);
}}.customer_support {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background-color: rgb(230,225,233);
}.customer_support::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    z-index: 1;
}.customer_support::after {
    left: -20%;
    content: "";
    height: 200%;
    opacity: 0.2;
    transform: rotate(-15deg);
    top: -50%;
    position: absolute;
    width: 120%;
    background: linear-gradient(135deg, rgb(201,191,208,0.5) 0%, transparent 70%);
    z-index: 0;
}.customer_support .container {
    z-index: 2;
    position: relative;
}.customer_support .learn_faq {
    position: relative;
    flex-direction: column;
    display: flex;
}.customer_support .learn_faq h3 {
    position: relative;
    color: rgb(201,191,208);
    font-weight: 700;
    display: inline-block;
    width: auto;
    font-size: 38px;
    max-width: 70%;
    margin-bottom: 3rem;
}.customer_support .learn_faq h3::before {
    top: 50%;
    width: 5px;
    border-radius: 10px;
    height: 70%;
    left: -1rem;
    content: "";
    background-color: rgb(201,191,208);
    position: absolute;
    transform: translateY(-50%);
}.customer_support .talk_answer {
    line-height: 1.6;
    max-width: 80%;
    font-size: calc(13px * 1.1);
    margin-bottom: 3rem;
    color: #000000;
}.customer_support .msg_info {
    margin: -1rem;
    display: flex;
    flex-wrap: wrap;
}.customer_support .msg_info > span {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 250px;
    margin: 1rem;
    background-color: #ffffff;
    opacity: 1;
    z-index: 1;
    overflow: hidden;
    padding: 2.5rem;
    flex: 1 0 calc(33.333% - 2rem);
}.customer_support .msg_info > span::before {
    position: absolute;
    background: linear-gradient(45deg, transparent 98%, rgb(201,191,208) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(201,191,208) 0), 
                linear-gradient(135deg, transparent 98%, rgb(201,191,208) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(201,191,208) 0);
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
    width: 100%;
    content: "";
    top: 0;
    z-index: -1;
    background-size: 20px 20px;
    opacity: 0.4;
}.customer_support .msg_info > span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.customer_support .msg_info > span svg {
    transition: all 0.4s ease;
    position: absolute;
    opacity: 0.7;
    right: 1.5rem;
    height: 28px;
    top: 1.5rem;
    width: 28px;
    fill: rgb(201,191,208);
}.customer_support .msg_info > span svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    transition: all 0.3s ease;
}.customer_support .msg_info > span:hover svg path {
    stroke-width: 1;
}.customer_support .msg_info p {
    font-size: 13px;
    font-weight: 400;
    align-items: center;
    margin: 0;
    color: #000000;
    position: relative;
    display: flex;
}.customer_support .msg_info p svg {
    opacity: 0.8;
    height: 18px;
    fill: rgb(201,191,208);
    position: static;
    margin-right: 10px;
    width: 18px;
}.customer_support .msg_info span > span {
    margin-top: 0.5rem;
    font-weight: 600;
    display: flex;
    color: rgb(201,191,208);
    align-items: center;
    font-size: calc(13px * 1.1);
}.customer_support .msg_info span > span svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
    position: static;
    opacity: 0.8;
}.customer_support .msg_info a {
    color: rgb(201,191,208);
    transition: color 0.3s ease;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    position: relative;
}.customer_support .msg_info a svg {
    margin-right: 6px;
    position: static;
    height: 14px;
    transition: transform 0.3s ease;
    width: 14px;
}.customer_support .msg_info a::after {
    transform-origin: right;
    background-color: rgb(201,191,208);
    content: "";
    position: absolute;
    height: 1px;
    bottom: -2px;
    width: 100%;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    left: 0;
}.customer_support .msg_info a:hover {
    color: rgb(164,152,173);
}.customer_support .msg_info a:hover svg {
    fill: rgb(164,152,173);
    transform: translateX(3px);
}.customer_support .msg_info a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    background-color: rgb(164,152,173);
}.customer_support .msg_block {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding: 2.5rem;
    margin-top: 3rem;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}.customer_support .msg_block::before {
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
    opacity: 0.4;
    z-index: -1;
    position: absolute;
    left: 0;
    background-size: 20px 20px;
    background: linear-gradient(45deg, transparent 98%, rgb(164,152,173) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(164,152,173) 0), 
                linear-gradient(135deg, transparent 98%, rgb(164,152,173) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(164,152,173) 0);
    content: "";
    top: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}.customer_support .msg_block h4 {
    color: rgb(164,152,173);
    align-items: center;
    display: inline-flex;
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}.customer_support .msg_block h4 svg {
    width: 22px;
    fill: rgb(164,152,173);
    transition: transform 0.5s ease;
    height: 22px;
    margin-right: 10px;
}.customer_support .msg_block:hover h4 svg {
    transform: rotate(360deg);
}.customer_support .msg_block h4::after {
    width: 40px;
    background-color: rgb(164,152,173);
    border-radius: 10px;
    left: 0;
    height: 3px;
    bottom: -8px;
    content: "";
    position: absolute;
}.customer_support .msg_block span {
    padding: 0.5rem 1rem;
    color: #000000;
    align-items: center;
    background-color: rgba(rgb(164,152,173,0.5), 0.1);
    margin: 0.5rem 1rem 0.5rem 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 13px;
    display: inline-flex;
}.customer_support .msg_block span:hover {
    transform: translateY(-2px);
    background-color: rgba(rgb(164,152,173,0.5), 0.2);
}.customer_support .msg_block span svg {
    opacity: 0.8;
    fill: rgb(164,152,173);
    margin-right: 8px;
    transition: all 0.3s ease;
    height: 14px;
    width: 14px;
}.customer_support .msg_block span:hover svg {
    opacity: 1;
    transform: scale(1.2);
}.customer_support .msg_info > span::after {
    position: absolute;
    height: 3px;
    content: "";
    top: 0;
    transition: width 0.5s ease;
    width: 0;
    z-index: 2;
    left: 0;
    background: linear-gradient(to right, rgb(201,191,208), rgb(164,152,173));
}.customer_support .msg_info > span:hover::after {
    width: 100%;
}.customer_support .msg_info > span:nth-child(1) {
    animation-delay: 0.1s;
}.customer_support .msg_info > span:nth-child(2) {
    animation-delay: 0.2s;
}.customer_support .msg_info > span:nth-child(3) {
    animation-delay: 0.3s;
}.customer_support .msg_info > span:nth-child(4) {
    animation-delay: 0.4s;
}.customer_support .msg_info > span:nth-child(5) {
    animation-delay: 0.5s;
}.customer_support .msg_info > span:nth-child(6) {
    animation-delay: 0.6s;
}.customer_support .msg_block {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.7s;
}
@media (min-width: 1200px) {.customer_support .msg_info > span {
    flex: 1 0 calc(33.333% - 2rem);
}.customer_support {
    padding: 7rem 0;
}
}
@media (max-width: 1199px) and (min-width: 992px) {.customer_support .msg_info > span {
    flex: 1 0 calc(50% - 2rem);
}.customer_support .msg_info > span svg {
    width: 24px;
    height: 24px;
}
}
@media (max-width: 991px) {.customer_support {
    padding: 5rem 0;
}.customer_support .msg_info > span {
    flex: 1 0 calc(50% - 2rem);
}.customer_support .learn_faq h3 {
    font-size: calc(38px * 0.9);
    max-width: 90%;
}.customer_support .talk_answer {
    max-width: 100%;
}.customer_support .msg_info > span svg {
    right: 1.2rem;
    width: 22px;
    height: 22px;
    top: 1.2rem;
}.customer_support .msg_block h4 svg {
    width: 20px;
    height: 20px;
}
}
@media (max-width: 767px) {.customer_support {
    padding: 4rem 0;
}.customer_support .msg_info > span {
    flex: 1 0 calc(100% - 2rem);
}.customer_support .learn_faq h3 {
    font-size: calc(38px * 0.8);
    max-width: 100%;
}.customer_support .talk_answer {
    font-size: 13px;
}.customer_support .msg_block {
    padding: 2rem;
}.customer_support .msg_info > span {
    padding: 2rem;
}.customer_support .msg_info > span svg {
    height: 20px;
    right: 1rem;
    top: 1rem;
    width: 20px;
}.customer_support .msg_block span svg {
    height: 12px;
    width: 12px;
}
}
@media (max-width: 575px) {.customer_support {
    padding: 3rem 0;
}.customer_support .learn_faq h3 {
    margin-bottom: 2rem;
    font-size: 28px;
}.customer_support .talk_answer {
    margin-bottom: 2rem;
}.customer_support .msg_info {
    margin: -0.5rem;
}.customer_support .msg_info > span {
    margin: 0.5rem;
    padding: 1.5rem;
}.customer_support .msg_block {
    padding: 1.5rem;
    margin-top: 2rem;
}.customer_support .msg_block span {
    margin: 0.3rem 0.5rem 0.3rem 0;
    padding: 0.3rem 0.7rem;
}.customer_support .msg_info > span svg {
    top: 0.8rem;
    height: 18px;
    width: 18px;
    right: 0.8rem;
}.customer_support .msg_block h4 svg {
    height: 18px;
    width: 18px;
}.customer_support .msg_block span svg {
    margin-right: 5px;
    height: 10px;
    width: 10px;
}}
.customer_support .container::before {
    position: absolute;
    z-index: -1;
    right: -15%;
    height: 300px;
    top: 10%;
    width: 300px;
    opacity: 0.1;
    border-radius: 50%;
    border: 30px solid rgb(201,191,208,0.5);
    animation: rotate 40s linear infinite;
    content: "";
}.customer_support .container::after {
    position: absolute;
    opacity: 0.1;
    bottom: -10%;
    height: 200px;
    width: 200px;
    z-index: -1;
    border-radius: 50%;
    border: 20px solid rgb(164,152,173,0.5);
    content: "";
    left: -10%;
}.customer_support .msg_info > span:hover::after {
    background-size: 200% 200%;
    background: linear-gradient(90deg, rgb(201,191,208), rgb(164,152,173), rgb(201,191,208));
}.cookie_popup_disclosure {
    border-top: 3px solid rgb(201,191,208);
    bottom: 0;
    padding: 20px;
    position: fixed;
    background: rgb(230,225,233);
    overflow: hidden;
    font-family: Arial, sans-serif;
    width: 100%;
    z-index: 1050;
}.cookie_frame {
    justify-content: space-between;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-wrap: nowrap;
}.cookie_tab {
    flex-shrink: 0;
    margin-right: 20px;
}#privacyWarningBox {
    display: none;
}#privacyWarningBox:checked ~ .cookie_popup_disclosure {
    visibility: hidden;
    opacity: 0;
}.cookie_tab svg {
    width: 60px;
    fill: rgb(201,191,208);
    height: 60px;
    transition: fill 0.3s ease-in-out;
}.user_choices {
    margin-right: 20px;
    flex-grow: 1;
}.user_choices h5 {
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 700;
    color: rgb(201,191,208);
}.user_choices p {
    margin-bottom: 0;
    font-size: 16px;
    color: #000000;
}.consent_edu {
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    margin-left: 10px;
}.consent_edu {
    color: #ffffff;
    background-color: rgb(201,191,208);
    border: 1px solid rgb(201,191,208);
}.consent_edu:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie_popup_disclosure p a {
    color: rgb(201,191,208);
    text-decoration: underline;
}.cookie_popup_disclosure p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.user_choices h5 {
    font-size: calc(21px - 2px);
}.user_choices p {
    font-size: calc(16px - 2px);
}.consent_edu {
    font-size: calc(16px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.cookie_frame {
    flex-direction: column;
    align-items: center;
}.cookie_tab {
    margin-bottom: 15px;
}.user_choices {
    text-align: center;
    margin-bottom: 20px;
}.consent_edu {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
header {
    z-index: 100;
    position: relative;
    padding: 1.2rem 0;
    background: rgb(230,225,233);
}header::before {
    left: 0;
    background: linear-gradient(135deg, 
        rgb(201,191,208,0.5) 0%, 
        transparent 50%, 
        rgb(164,152,173,0.5) 100%);
    opacity: 0.5;
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
}header .container {
    position: relative;
    padding: 0 1.5rem;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}header .nav_prime {
    padding: 1rem;
    display: flex;
    border-radius: 13px;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    gap: 1rem;
}header .header_master {
    position: relative;
    justify-content: center;
    display: flex;
    margin-bottom: 0.5rem;
    text-decoration: none;
    padding: 0.5rem 1rem;
}header .header_master::before {
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(201,191,208,0.5), 
        rgb(164,152,173,0.5), 
        rgb(201,191,208,0.5), 
        transparent);
    content: '';
    height: 1px;
    bottom: 0;
    width: 100%;
    position: absolute;
}header .header_master svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .header_master:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(201,191,208,0.5));
}header .header_start {
    flex-wrap: wrap;
    gap: 0.4rem;
    display: flex;
    background: rgb(230,225,233);
    border-radius: 10px;
    width: 100%;
    justify-content: center;
    padding: 0.6rem;
}header .page_header {
    position: relative;
    overflow: hidden;
    color: #000000;
    border-radius: 10px;
    font-size: 13px;
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 400;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
}header .page_header::before {
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: -1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(201,191,208), rgb(164,152,173));
    height: 100%;
    content: '';
    opacity: 0;
    top: 0;
}header .page_header:hover {
    color: #ffffff;
}header .page_header:hover::before {
    opacity: 1;
}header .page_header::after {
    position: absolute;
    bottom: 0;
    transform: scaleX(0);
    content: '';
    left: 0;
    width: 100%;
    height: 2px;
    transition: transform 0.3s ease;
    transform-origin: left;
    background: linear-gradient(to right, rgb(201,191,208), rgb(164,152,173));
}header .page_header:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav_prime {
    gap: 0.8rem;
    padding: 0.8rem;
}header .header_master svg {
    width: 140px;
}header .header_start {
    padding: 0.5rem;
}header .page_header {
    padding: 0.4rem 0.8rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .nav_prime {
    padding: 0.7rem;
    gap: 0.7rem;
}header .header_master svg {
    width: 120px;
}header .header_start {
    padding: 0.4rem;
    gap: 0.3rem;
}header .page_header {
    padding: 0.3rem 0.7rem;
    font-size: calc(13px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .nav_prime {
    padding: 0.6rem;
    gap: 0.6rem;
}header .header_master svg {
    width: 110px;
}header .header_start {
    padding: 0.4rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .header_start::-webkit-scrollbar {
    height: 2px;
}header .header_start::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(201,191,208);
}header .page_header {
    white-space: nowrap;
    flex-shrink: 0;
}}.program_offerings {
    background: linear-gradient(150deg, rgb(201,191,208,0.5) 0%, rgb(230,225,233) 50%, rgb(164,152,173,0.5) 100%);
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.program_offerings::before {
    left: -25%;
    opacity: 0.6;
    height: 150%;
    content: "";
    top: -25%;
    z-index: 0;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(201,191,208,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(164,152,173,0.5) 0%, transparent 50%);
    width: 150%;
    filter: blur(60px);
    transform-origin: center;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    position: absolute;
}.program_offerings::after {
    position: absolute;
    background-size: 20px 20px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    animation: gridMove 30s linear infinite;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}.program_offerings .container {
    z-index: 2;
    position: relative;
}.program_offerings .knowledge_experts {
    grid-template-rows: repeat(12, minmax(30px, auto));
    position: relative;
    display: grid;
    min-height: 550px;
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
}.program_offerings .program_route {
    transform: translateZ(0);
    z-index: 5;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    grid-row: 3 / 11;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-column: 1 / 8;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
}.program_offerings .program_route::before {
    opacity: 0.15;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 20px;
    background: 
        radial-gradient(circle at 90% 10%, rgb(201,191,208,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(164,152,173,0.5) 0%, transparent 80%);
    content: "";
}.program_offerings .program_route::after {
    filter: blur(1px);
    width: 80%;
    bottom: -10px;
    content: "";
    left: 50%;
    background: linear-gradient(to right, rgb(201,191,208) 0%, transparent 100%);
    position: absolute;
    height: 1px;
    transform: translateX(-50%);
}.program_offerings .site_navbar {
    transition: all 0.5s ease;
    position: relative;
    height: 110px;
    margin-bottom: 1.5rem;
    transform-style: preserve-3d;
    width: 110px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.program_offerings .site_navbar::before {
    background: conic-gradient(
        from 0deg, 
        rgb(201,191,208) 0%, 
        rgb(164,152,173) 50%, 
        rgb(201,191,208) 100%
    );
    z-index: -1;
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    position: absolute;
    content: "";
    inset: -4px;
    animation: rotateConic 10s linear infinite;
}.program_offerings .site_navbar::after {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(230,225,233);
    position: absolute;
    inset: 6px;
    content: "";
    z-index: -1;
}.program_offerings .site_navbar svg {
    width: 60px;
    transform: translate(-50%, -50%);
    animation: floatLogo 6s ease-in-out infinite;
    top: 50%;
    left: 50%;
    height: 60px;
    z-index: 1;
    position: absolute;
    filter: drop-shadow(0 0 10px rgb(201,191,208,0.5));
}.program_offerings .site_navbar svg path {
    fill: rgb(201,191,208);
    transition: fill 0.3s ease;
}.program_offerings h3 {
    position: relative;
    font-size: 34px;
    color: #ffffff;
    padding-right: 2rem;
    text-shadow: 0 0 20px rgb(201,191,208,0.5);
    line-height: 1.3;
    transform-origin: left bottom;
    transform: perspective(1000px) rotateX(2deg);
    margin-bottom: 1.5rem;
    font-weight: 700;
}.program_offerings h3::before {
    position: absolute;
    bottom: -8px;
    background: rgb(201,191,208);
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    content: "";
    width: 60px;
    left: 0;
    height: 3px;
}.program_offerings p {
    font-size: 16px;
    transform: perspective(1000px) rotateX(1deg);
    color: #ffffff;
    transform-origin: left bottom;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    line-height: 1.8;
    max-width: 100%;
}.program_offerings .snapshot {
    grid-column: 5 / 13;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 4;
    position: relative;
    height: 500px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    animation: morphShape 20s ease-in-out infinite alternate;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    grid-row: 1 / 13;
}.program_offerings .snapshot::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    opacity: 0.6;
    mix-blend-mode: overlay;
    content: "";
    background: 
        linear-gradient(135deg, transparent 0%, rgb(201,191,208,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(164,152,173,0.5) 0%, transparent 70%);
}.program_offerings .snapshot::after {
    width: 150%;
    mix-blend-mode: multiply;
    z-index: 1;
    position: absolute;
    height: 150%;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(230,225,233) 100%
    );
    left: -25%;
    animation: pulseOverlay 15s ease-in-out infinite;
    content: "";
    opacity: 0.2;
    top: -25%;
}.program_offerings .knowledge_experts:hover .snapshot {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
}.program_offerings .knowledge_experts:hover .program_route {
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(10px);
}.program_offerings .knowledge_experts:hover .site_navbar {
    transform: rotate(5deg) scale(1.05);
}.program_offerings .knowledge_experts:hover .site_navbar svg path {
    fill: rgb(164,152,173);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.program_offerings .knowledge_experts {
    min-height: 500px;
}.program_offerings .program_route {
    padding: 2.2rem;
    grid-column: 1 / 8;
}.program_offerings h3 {
    font-size: calc(34px * 0.9);
}.program_offerings .site_navbar {
    width: 100px;
    height: 100px;
}.program_offerings .site_navbar svg {
    height: 55px;
    width: 55px;
}
}

@media (max-width: 992px) {.program_offerings {
    padding: 5rem 0;
}.program_offerings .knowledge_experts {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
}.program_offerings .program_route {
    margin-top: -80px;
    grid-column: 1 / -1;
    padding: 2.5rem;
    z-index: 5;
    grid-row: 2 / 3;
}.program_offerings .snapshot {
    grid-column: 1 / -1;
    height: 350px;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    grid-row: 1 / 2;
}.program_offerings .site_navbar {
    margin-right: auto;
    margin-left: auto;
}.program_offerings h3 {
    padding-right: 0;
    text-align: center;
}.program_offerings h3::before {
    transform: translateX(-50%) scaleX(0);
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
}.program_offerings p {
    text-align: center;
}.program_offerings .knowledge_experts:hover .snapshot {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.program_offerings .knowledge_experts:hover .program_route {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.program_offerings {
    padding: 4rem 0;
}.program_offerings .snapshot {
    height: 300px;
}.program_offerings .program_route {
    padding: 2rem;
    margin-top: -60px;
}.program_offerings .site_navbar {
    margin-bottom: 1.3rem;
    width: 90px;
    height: 90px;
}.program_offerings .site_navbar svg {
    width: 50px;
    height: 50px;
}.program_offerings h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1.3rem;
}.program_offerings p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.program_offerings {
    padding: 3rem 0;
}.program_offerings .snapshot {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    height: 250px;
}.program_offerings .program_route {
    padding: 1.8rem 1.5rem;
    margin-top: -50px;
}.program_offerings .site_navbar {
    margin-bottom: 1.2rem;
    width: 80px;
    height: 80px;
}.program_offerings .site_navbar svg {
    height: 45px;
    width: 45px;
}.program_offerings h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.2rem;
}.program_offerings h3::before {
    height: 2px;
    width: 50px;
}.program_offerings p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}.ty_content {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgb(201,191,208,0.5) 100%);
    padding: 4rem 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.ty_content::before {
    width: 25rem;
    opacity: 0.07;
    filter: blur(8px);
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -10%;
    content: "";
    z-index: 1;
    transform: rotate(-15deg);
    height: 25rem;
    background: linear-gradient(225deg, rgb(201,191,208) 0%, transparent 70%);
    right: -5%;
}.ty_content::after {
    background: linear-gradient(45deg, rgb(164,152,173) 0%, transparent 70%);
    z-index: 1;
    bottom: -5%;
    content: "";
    opacity: 0.09;
    transform: rotate(15deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    position: absolute;
    left: -5%;
    filter: blur(8px);
    width: 20rem;
    height: 20rem;
}.ty_content .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    z-index: 2;
}.ty_content .knowledge_experts {
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: center bottom;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    border-left: 4px solid rgb(201,191,208);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    position: relative;
}.ty_content .knowledge_experts:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
}.ty_content .knowledge_experts > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.ty_content .knowledge_experts > div:first-child::after {
    bottom: -0.75rem;
    width: 4rem;
    transform-origin: left center;
    height: 3px;
    background: linear-gradient(to right, rgb(201,191,208), rgb(164,152,173));
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.4s ease-out;
}.ty_content .knowledge_experts:hover > div:first-child::after {
    width: 8rem;
}.ty_content h5 {
    margin: 0;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    transform: translateZ(0);
}.ty_content a {
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease;
    display: block;
}.ty_content a:hover {
    transform: translateY(-3px);
}.ty_content a::before {
    height: 100%;
    transform: translateY(100%);
    position: absolute;
    right: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    background: linear-gradient(to top left, rgb(201,191,208,0.5) 0%, transparent 100%);
    bottom: 0;
    content: "";
    z-index: 0;
    opacity: 0;
    width: 100%;
}.ty_content a:hover::before {
    opacity: 0.05;
    transform: translateY(0);
}.ty_content p {
    margin: 0;
    position: relative;
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
    z-index: 1;
}

@media (min-width: 768px) {.ty_content {
    padding: 6rem 0;
}.ty_content .knowledge_experts {
    border-left: 6px solid rgb(201,191,208);
    padding: 4rem;
}.ty_content .knowledge_experts > div:first-child {
    margin-bottom: 2rem;
}.ty_content .knowledge_experts > div:first-child::after {
    width: 6rem;
    height: 4px;
}.ty_content .knowledge_experts:hover > div:first-child::after {
    width: 12rem;
}
}

@media (min-width: 992px) {.ty_content .knowledge_experts {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    padding: 5rem;
}.ty_content .knowledge_experts:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.ty_content h5 {
    font-size: calc(22px * 1.1);
}.ty_content p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.ty_content {
    padding: 3rem 0;
}.ty_content .knowledge_experts {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.ty_content h5 {
    font-size: calc(22px * 0.9);
}.ty_content p {
    font-size: calc(15px * 0.95);
}.ty_content .knowledge_experts > div:first-child::after {
    width: 3rem;
}.ty_content .knowledge_experts:hover > div:first-child::after {
    width: 6rem;
}
}

@media (max-width: 480px) {.ty_content {
    padding: 2.5rem 0;
}.ty_content .knowledge_experts {
    padding: 1.5rem;
    transform: perspective(600px) rotateX(1deg);
}.ty_content h5 {
    font-size: calc(22px * 0.85);
}.ty_content p {
    font-size: calc(15px * 0.9);
}}.contact_information {
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(230,225,233) 50%);
    padding: 100px 0;
    overflow: hidden;
}.contact_information::before {
    left: 0;
    background-size: 60px 60px;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    z-index: 0;
    position: absolute;
}.contact_information .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
}.contact_information h2 {
    margin-bottom: 60px;
    color: rgb(201,191,208);
    position: relative;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}.contact_information h2::after {
    height: 3px;
    content: "";
    left: 50%;
    width: 60px;
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    background: rgb(201,191,208);
}.contact_information .inquiry_grid {
    border-radius: 12px;
    position: relative;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.contact_information .inquiry_grid::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(201,191,208), rgb(164,152,173));
}.contact_information .snapshot {
    flex: 0 0 50%;
    position: relative;
    transition: all 0.5s ease;
    min-height: 550px;
}.contact_information .snapshot::after {
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(201,191,208,0.5), transparent);
    content: "";
    left: 0;
    width: 100%;
}.contact_information .reach_inquiry {
    padding: 60px 50px;
    position: relative;
    background: #ffffff;
    flex: 0 0 50%;
}.contact_information .reach_inquiry::before {
    width: 10px;
    background: rgb(230,225,233);
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}.contact_information #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.contact_information h3 {
    padding-bottom: 10px;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}.contact_information h3::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    background: rgb(201,191,208,0.5);
    bottom: 0;
}.contact_information input[type="text"] {
    transition: all 0.3s ease;
    font-size: 15px;
    border-radius: 10px;
    background: #ffffff;
    width: 100%;
    color: #000000;
    border: 2px solid rgb(230,225,233);
    padding: 18px 20px;
}.contact_information input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(201,191,208);
}.contact_information input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_information .feedback_support {
    gap: 12px;
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
}.contact_information .feedback_support input[type="checkbox"] {
    position: relative;
    transition: all 0.3s ease;
    appearance: none;
    cursor: pointer;
    border-radius: 10px;
    width: 24px;
    height: 24px;
    border: 2px solid rgb(230,225,233);
    margin-top: 2px;
}.contact_information .feedback_support input[type="checkbox"]:checked {
    background: rgb(201,191,208);
    border-color: rgb(201,191,208);
}.contact_information .feedback_support input[type="checkbox"]:checked::after {
    width: 6px;
    border-right: 2px solid #ffffff;
    position: absolute;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    top: 5px;
    height: 10px;
    content: "";
}.contact_information .feedback_support label {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}.contact_information .feedback_support a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(201,191,208);
}.contact_information .feedback_support a:hover {
    color: rgb(164,152,173);
}.contact_information .request_form {
    font-size: 19px;
    align-self: flex-start;
    overflow: hidden;
    background: rgb(201,191,208);
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgb(201,191,208,0.5);
    cursor: pointer;
    color: #ffffff;
    border: none;
    margin-top: 20px;
    padding: 16px 40px;
}.contact_information .request_form::before {
    content: "";
    left: -100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    transition: all 0.6s ease;
    top: 0;
}.contact_information .request_form:hover {
    background: rgb(164,152,173);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(164,152,173,0.5);
}.contact_information .request_form:hover::before {
    left: 100%;
}.contact_information svg {
    transition: all 0.3s ease;
    width: 22px;
    fill: rgb(201,191,208);
    height: 22px;
}.contact_information svg path {
    fill: rgb(201,191,208);
    transition: all 0.3s ease;
}.contact_information svg:hover {
    fill: rgb(164,152,173);
    transform: translateY(-2px);
}.contact_information svg:hover path {
    fill: rgb(164,152,173);
}

@media (max-width: 1200px) {.contact_information {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact_information {
    padding: 80px 0;
}.contact_information .inquiry_grid {
    flex-direction: column-reverse;
}.contact_information .snapshot {
    min-height: 350px;
    flex: 0 0 auto;
}.contact_information .reach_inquiry {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact_information .reach_inquiry::before {
    width: 100%;
    left: 0;
    height: 10px;
    top: 0;
}
}

@media (max-width: 768px) {.contact_information {
    padding: 60px 0;
}.contact_information h2 {
    font-size: calc(28px - 4px);
    margin-bottom: 40px;
}.contact_information .reach_inquiry {
    padding: 40px 30px;
}.contact_information #contact {
    gap: 25px;
}.contact_information .snapshot {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact_information {
    padding: 50px 0;
}.contact_information .container {
    padding: 0 15px;
}.contact_information h2 {
    margin-bottom: 30px;
    font-size: calc(28px - 6px);
}.contact_information .reach_inquiry {
    padding: 35px 25px;
}.contact_information #contact {
    gap: 20px;
}.contact_information input[type="text"] {
    padding: 15px;
}.contact_information .request_form {
    padding: 15px 25px;
    width: 100%;
}.contact_information .snapshot {
    min-height: 250px;
}
}