﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.main_info {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    scroll-behavior: auto;
    padding: 4px;
    width: 4px;
}::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    background: rgb(224,222,238);
    box-shadow: -2px -1px 6px 7px rgba(0, 0, 0, 0.4);
    min-height: 76px;
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:active {
    background: rgb(224,222,238);
}html {
    scrollbar-width: auto;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
}.discuss_cta {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1125px;
    margin: auto;
}.framework-wrap {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_structure {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgba(245, 247, 251, 0.92) 100%);
}.program_structure::before {
    height: 70%;
    top: -10%;
    width: 40%;
    right: -5%;
    z-index: 1;
    opacity: 0.15;
    background: linear-gradient(210deg, rgb(195,192,218,0.5) 0%, transparent 80%);
    position: absolute;
    transform: rotate(-15deg) skewX(20deg);
    content: "";
    pointer-events: none;
}.program_structure::after {
    z-index: 1;
    pointer-events: none;
    opacity: 0.12;
    width: 50%;
    transform: rotate(10deg) skewX(-15deg);
    background: linear-gradient(150deg, rgb(162,160,196,0.5) 0%, transparent 90%);
    position: absolute;
    height: 60%;
    content: "";
    left: -5%;
    bottom: -10%;
}.program_structure .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.program_structure .knowledge {
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    display: grid;
}.program_structure .image_overlay {
    position: relative;
    height: 350px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 
                0 5px 20px -5px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(3deg) rotateX(1deg);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.21, 1.05, 0.81, 1), 
                box-shadow 0.6s cubic-bezier(0.21, 1.05, 0.81, 1);
}.program_structure .image_overlay:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2), 
                0 10px 30px -5px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.program_structure .image_overlay::before {
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
                transparent 0%, 
                rgba(rgb(195,192,218), 0.05) 50%, 
                rgba(rgb(162,160,196), 0.1) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}.program_structure .image_overlay::after {
    left: -20%;
    pointer-events: none;
    transition: opacity 0.8s ease, transform 0.8s ease;
    height: 140%;
    transform: scale(1.2);
    width: 140%;
    content: "";
    position: absolute;
    z-index: 2;
    top: -20%;
    opacity: 0;
    background: radial-gradient(ellipse at center, 
                rgba(255, 255, 255, 0.2) 0%, 
                transparent 60%);
}.program_structure .image_overlay:hover::after {
    transform: scale(1);
    opacity: 1;
}.program_structure .article_wrap {
    transition: transform 0.5s cubic-bezier(0.21, 1.05, 0.81, 1);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.08), 
                0 5px 15px -5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-1deg) rotateX(1deg);
    padding: 30px;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.95) 0%, 
                rgba(252, 252, 255, 0.98) 100%);
    position: relative;
    border-left: 4px solid rgb(195,192,218);
}.program_structure .article_wrap:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.program_structure .article_wrap::before {
    left: -30px;
    content: "";
    position: absolute;
    opacity: 0.15;
    top: 30px;
    width: 60px;
    z-index: -1;
    transform: rotate(45deg);
    background-color: rgb(195,192,218);
    height: 60px;
}.program_structure h3 {
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: calc(24px * 1.1);
    transform: translateX(-5px);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.program_structure h3::after {
    transition: transform 0.4s ease;
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, 
                rgb(195,192,218) 0%, 
                rgb(162,160,196) 100%);
    height: 3px;
    bottom: 0;
    position: absolute;
    transform-origin: left center;
    content: "";
}.program_structure .article_wrap:hover h3::after {
    transform: scaleX(1.5);
}.program_structure .description {
    position: relative;
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.95;
    line-height: 1.7;
    color: #000000;
}.program_structure p.description {
    padding-right: 15px;
    display: block;
    scrollbar-color: rgb(195,192,218,0.5) transparent;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 250px;
    margin-bottom: 30px;
}.program_structure p.description::-webkit-scrollbar {
    width: 4px;
}.program_structure p.description::-webkit-scrollbar-track {
    background: transparent;
}.program_structure p.description::-webkit-scrollbar-thumb {
    background-color: rgb(195,192,218,0.5);
    border-radius: 29px;
}.program_structure span.description {
    display: none;
}

@media (min-width: 768px) {.program_structure .knowledge {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.program_structure .image_overlay {
    height: 450px;
    transform: perspective(1000px) rotateY(5deg) rotateX(2deg);
}.program_structure h3 {
    font-size: 31px;
    margin-bottom: 30px;
}
}

@media (min-width: 992px) {.program_structure {
    padding: 150px 0;
}.program_structure .knowledge {
    gap: 80px;
}.program_structure .image_overlay {
    transform: perspective(1200px) rotateY(8deg) rotateX(3deg);
    height: 500px;
}.program_structure .article_wrap {
    padding: 40px 50px 40px 40px;
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}.program_structure p.description {
    max-height: 300px;
}
}

@media (min-width: 1200px) {.program_structure .knowledge {
    gap: 100px;
}.program_structure .image_overlay {
    height: 550px;
}.program_structure h3 {
    font-size: calc(31px * 1.1);
}.program_structure .article_wrap {
    padding: 50px 60px 50px 50px;
}.program_structure p.description {
    max-height: 350px;
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.program_structure {
    padding: 80px 0;
}.program_structure .article_wrap {
    padding: 25px 20px;
}.program_structure h3 {
    font-size: calc(24px * 1.05);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.program_structure .image_overlay {
    height: 250px;
}.program_structure p.description {
    max-height: 200px;
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.opening_page {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgba(245, 245, 245, 0.9) 100%);
}.opening_page::before {
    opacity: 0.15;
    pointer-events: none;
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(45deg, rgb(195,192,218,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}.opening_page::after {
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
    width: 50%;
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateY(20%) rotate(-5deg);
    background: linear-gradient(225deg, rgb(162,160,196,0.5) 0%, transparent 60%);
    height: 70%;
    right: 0;
}.opening_page .academy_learnings {
    z-index: 2;
    padding: 2rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}.opening_page h1 {
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 45px;
    grid-column: 1 / 3;
    position: relative;
    margin-bottom: 2rem;
    animation: titleFadeIn 1.2s ease-out forwards;
    font-weight: 700;
    transform: translateX(1rem);
}.opening_page h1::after {
    bottom: -0.5rem;
    animation: lineGrow 1.4s ease-out forwards;
    transform: scaleX(0);
    position: absolute;
    height: 0.3rem;
    width: 8rem;
    transform-origin: left;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(195,192,218) 0%, rgb(162,160,196) 100%);
}.opening_page .article_wrap {
    z-index: 3;
    display: flex;
    justify-content: center;
    transform: translateY(-2rem);
    flex-direction: column;
    perspective: 1000px;
}.opening_page .learn_welcome {
    transform: rotateY(-5deg) translateZ(0);
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    animation: cardReveal 1s ease-out forwards;
    transition: transform 0.5s ease;
    position: relative;
    border-left: 4px solid rgb(195,192,218);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.9);
}.opening_page .learn_welcome:hover {
    transform: rotateY(0deg) translateZ(20px);
}.opening_page .learn_welcome p {
    line-height: 1.6;
    font-size: calc(13px * 1.2);
    transform: translateZ(20px);
    position: relative;
    color: #000000;
    margin-bottom: 2rem;
}.opening_page .learn_welcome p::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(162,160,196,0.5));
    position: absolute;
    height: 1px;
    right: 0;
    bottom: -1rem;
    width: 70%;
}.opening_page svg {
    transition: transform 0.5s ease, filter 0.5s ease;
    transform: translateZ(30px);
    height: 100px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    margin: 0.5rem 0 2rem;
    width: 100px;
}.opening_page svg:hover {
    transform: translateZ(30px) scale(1.05);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}.opening_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,192,218);
}.opening_page svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.opening_page svg:hover path {
    fill: rgb(162,160,196);
}.opening_page svg:hover text {
    fill: rgb(162,160,196);
}.opening_page .support_card {
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    transform: translateZ(40px);
    z-index: 5;
    padding: 1rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(195,192,218) 0%, rgb(162,160,196) 100%);
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
    border: none;
    text-decoration: none;
}.opening_page .support_card::before {
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    position: absolute;
    transition: left 0.7s ease;
    height: 100%;
}.opening_page .support_card:hover {
    transform: translateZ(40px) translateY(-5px);
    box-shadow: 0 15px 35px rgba(94, 170, 168, 0.3), 
                0 5px 15px rgba(0, 0, 0, 0.1);
}.opening_page .support_card:hover::before {
    left: 100%;
}.opening_page .image_overlay {
    overflow: hidden;
    animation: photoReveal 1.5s ease-out forwards;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 2;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%);
    height: 100%;
    transform: translateX(1rem) translateY(-2rem);
    min-height: 400px;
}.opening_page .image_overlay::before {
    background: linear-gradient(135deg, transparent 30%, rgb(195,192,218,0.5) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.7;
    top: 0;
    position: absolute;
    z-index: 3;
}.opening_page .image_overlay::after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.8;
    z-index: 3;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes titleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-2rem) translateX(1rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateX(1rem);
    }
}

@keyframes lineGrow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes cardReveal {
    0% {
        opacity: 0;
        transform: rotateY(-10deg) translateZ(0) translateX(-2rem);
    }
    100% {
        opacity: 1;
        transform: rotateY(-5deg) translateZ(0);
    }
}

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateX(3rem) translateY(-2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(1rem) translateY(-2rem);
    }
}

@media (max-width: 992px) {.opening_page .academy_learnings {
    gap: 2rem;
    grid-template-columns: 1fr;
}.opening_page h1 {
    grid-column: 1 / 2;
    font-size: calc(45px * 0.9);
}.opening_page .article_wrap {
    transform: translateY(0);
    order: 2;
}.opening_page .image_overlay {
    min-height: 300px;
    transform: translateX(0) translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    order: 1;
}
}

@media (max-width: 768px) {.opening_page {
    min-height: auto;
}.opening_page .academy_learnings {
    min-height: auto;
    padding: 1.5rem;
}.opening_page h1 {
    margin-bottom: 1.5rem;
    text-align: center;
    transform: translateX(0);
    font-size: calc(45px * 0.8);
}.opening_page h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes lineGrow {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .opening_page .learn_welcome {
    padding: 1.5rem;
    transform: rotateY(0) translateZ(0);
}.opening_page .image_overlay {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    min-height: 250px;
}.opening_page svg {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 480px) {.opening_page h1 {
    font-size: calc(45px * 0.7);
}.opening_page .learn_welcome p {
    font-size: 13px;
}.opening_page .image_overlay {
    min-height: 200px;
}.opening_page svg {
    width: 60px;
    height: 60px;
}.opening_page .support_card {
    padding: 0.8rem 1.5rem;
    font-size: calc(15px * 0.9);
}
}

@media (hover: none) {.opening_page .support_card::before {
    display: none;
}.opening_page .learn_welcome:hover {
    transform: rotateY(0) translateZ(0);
}.opening_page svg:hover {
    transform: translateZ(0);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}.opening_page .support_card:hover {
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
}}.our_background {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.our_background::before {
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    position: absolute;
}.our_background::after {
    animation: float 15s infinite ease-in-out;
    right: -50px;
    height: 250px;
    background: rgb(195,192,218);
    top: -50px;
    z-index: 1;
    transform: rotate(45deg);
    opacity: 0.15;
    position: absolute;
    width: 250px;
    content: '';
}.our_background .container {
    margin: 0 auto;
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}.our_background .article_wrap {
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 98%, 
        2% 100%
    );
    padding: 50px 60px;
    transform-style: preserve-3d;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.92));
    transform: rotateY(-3deg) translateZ(0);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
                0 0 0 1px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.6);
}.our_background .article_wrap:hover {
    transform: rotateY(0deg) translateZ(10px);
}.our_background h1 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px);
    font-weight: 700;
    letter-spacing: -0.02em;
    position: relative;
    font-size: 43px;
    color: rgb(195,192,218);
    margin-bottom: 35px;
}.our_background h1::after {
    left: 0;
    transform: skewX(-20deg);
    height: 4px;
    width: 80px;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(195,192,218), rgb(162,160,196));
    bottom: -12px;
}.our_background ul {
    list-style: none;
    padding: 0;
    margin: 0;
    transform: translateZ(15px);
}.our_background li {
    margin-bottom: 20px;
}.our_background li:last-child {
    margin-bottom: 0;
}.our_background h4 {
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: calc(22px + 2px);
    margin-bottom: 15px;
    display: inline-block;
}.our_background h4::before {
    background: rgb(195,192,218);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.8;
    width: 12px;
    left: -24px;
    position: absolute;
    height: 12px;
    content: '';
}.our_background span {
    columns: 1;
    padding-left: 0;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.75;
    column-gap: 40px;
    font-size: 14px;
    display: block;
    color: #000000;
    text-align: justify;
}

@media (min-width: 768px) {.our_background span {
    columns: 2;
}}

.our_background span::first-letter {
    font-weight: 700;
    font-size: 1.3em;
    color: rgb(195,192,218);
}

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

@media (max-width: 991px) {.our_background {
    padding: 90px 0;
}.our_background .article_wrap {
    padding: 40px 35px;
    transform: rotateY(-2deg) translateZ(0);
}.our_background h1 {
    font-size: calc(43px - 4px);
    margin-bottom: 30px;
}.our_background h1::after {
    width: 70px;
    height: 3px;
}
}

@media (max-width: 767px) {.our_background {
    padding: 70px 0;
}.our_background::after {
    right: -30px;
    height: 180px;
    width: 180px;
    top: -30px;
}.our_background .container {
    padding: 0 20px;
}.our_background .article_wrap {
    padding: 35px 25px;
    transform: rotateY(0deg) translateZ(0);
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 97%, 
            3% 100%
        );
}.our_background h1 {
    margin-bottom: 25px;
    font-size: calc(43px - 8px);
}.our_background h1::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.our_background h4 {
    font-size: 22px;
    margin-bottom: 12px;
}.our_background h4::before {
    left: -20px;
    height: 10px;
    width: 10px;
}.our_background span {
    line-height: 1.6;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 480px) {.our_background {
    padding: 60px 0;
}.our_background::after {
    width: 130px;
    height: 130px;
}.our_background .article_wrap {
    padding: 30px 20px;
}.our_background h1 {
    font-size: calc(43px - 12px);
    margin-bottom: 20px;
}.our_background h1::after {
    bottom: -8px;
    height: 2px;
    width: 50px;
}.our_background h4 {
    margin-bottom: 10px;
    font-size: calc(22px - 2px);
}.our_background h4::before {
    left: -16px;
    height: 8px;
    width: 8px;
}.our_background span {
    line-height: 1.5;
    font-size: calc(14px - 2px);
}}.privacy_vaulting {
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(195,192,218);
    padding: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    flex-direction: column;
    overflow: hidden;
}.privacy_vaulting h1 {
    border-bottom: 3px solid rgb(162,160,196);
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: 700;
    color: rgb(195,192,218);
    margin-top: 20px;
    text-align: center;
    font-size: 39px;
}.privacy_vaulting h2 {
    font-size: 35px;
    margin-top: 30px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 100%;
    color: rgb(162,160,196);
    border-bottom: 2px solid rgb(195,192,218);
    text-align: center;
}.privacy_vaulting ul, .privacy_vaulting ol {
    width: 100%;
    border-top: 2px solid #000000;
    margin: 20px 0;
    padding: 0;
    font-size: 13px;
    border-bottom: 2px solid #000000;
    font-family: Arial, sans-serif;
    list-style: none;
    text-align: left;
    color: #000000;
}.privacy_vaulting li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(162,160,196,0.5);
}.privacy_vaulting section {
    background: none;
}.privacy_vaulting p, .privacy_vaulting span, .privacy_vaulting div {
    width: 100%;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    text-align: left;
}

@media only screen and (max-width: 800px) {.privacy_vaulting {
    padding: 30px;
    border-radius: 10px;
}.privacy_vaulting h1 {
    font-size: calc(18px - 5px);
}.privacy_vaulting h2 {
    font-size: calc(18px - 3px);
}.privacy_vaulting ul, .privacy_vaulting ol {
    margin: 15px 0;
}.privacy_vaulting li {
    padding: 8px 0;
}.privacy_vaulting p, .privacy_vaulting span, .privacy_vaulting div {
    margin-bottom: 15px;
}}.stay_connected {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgb(224,222,238) 0%, rgb(195,192,218,0.5) 100%);
    padding: 6rem 2rem;
}.stay_connected::before {
    content: "";
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(162,160,196,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(195,192,218,0.5) 0%, transparent 40%);
    width: 100%;
    opacity: 0.4;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}.stay_connected .academy_learnings {
    z-index: 2;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    max-width: 1200px;
    position: relative;
}.stay_connected .feedback_section {
    background: #ffffff;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    align-items: center;
    flex-direction: column;
    display: flex;
    padding: 3rem 2rem;
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.5),
        0 10px 10px -5px rgba(0, 0, 0, 0.5);
    max-width: 350px;
    width: 100%;
}.stay_connected .feedback_section::before {
    left: 10px;
    position: absolute;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    border: 1px dashed rgb(162,160,196,0.5);
    right: 10px;
    top: 10px;
    z-index: -1;
    bottom: 10px;
    content: "";
}.stay_connected h3 {
    font-size: 23px;
    width: 100%;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: center;
}.stay_connected h3::after {
    transition: transform 0.3s ease;
    background: rgb(195,192,218);
    position: absolute;
    transform: translateX(-50%) scaleX(0.5);
    width: 40px;
    height: 3px;
    bottom: -0.8rem;
    left: 50%;
    content: "";
}.stay_connected .feedback_section:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}.stay_connected .input_holder {
    gap: 1.5rem;
    flex-direction: column;
    width: 100%;
    display: flex;
}.stay_connected input[type="email"] {
    font-size: 16px;
    color: #000000;
    padding: 1rem;
    background: #ffffff;
    border: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(162,160,196,0.5);
    width: 100%;
}.stay_connected input[type="email"]:focus {
    border-bottom-color: rgb(195,192,218);
    outline: none;
    box-shadow: 0 5px 10px -5px rgb(195,192,218,0.5);
}.stay_connected input[type="submit"] {
    font-size: 14px;
    font-family: Arial, sans-serif;
    background: rgb(195,192,218);
    overflow: hidden;
    padding: 1rem;
    color: #ffffff;
    width: 100%;
    margin-top: 1rem;
    transition: all 0.3s ease;
    transform: translateY(0);
    border: none;
    position: relative;
    font-weight: 600;
    z-index: 1;
}.stay_connected input[type="submit"]::before {
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    transform: translateY(100%);
    background: rgb(162,160,196);
    z-index: -1;
    width: 100%;
    transition: transform 0.3s ease;
}.stay_connected input[type="submit"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}.stay_connected input[type="submit"]:hover::before {
    transform: translateY(0);
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.stay_connected .feedback_section {
    animation: floatUp 6s ease-in-out infinite;
}

@media (max-width: 768px) {.stay_connected {
    padding: 4rem 1.5rem;
}.stay_connected .feedback_section {
    padding: 2.5rem 1.5rem;
    max-width: 100%;
    animation: none;
}
}

@media (max-width: 480px) {.stay_connected {
    padding: 3rem 1rem;
}.stay_connected .feedback_section {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
    padding: 2rem 1.5rem;
}.stay_connected h3 {
    font-size: calc(23px * 0.9);
}.stay_connected input[type="email"],
    .stay_connected input[type="submit"] {
    padding: 0.8rem;
}.stay_connected input[type="submit"] {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
}}header .head_sitewrap {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
    background: linear-gradient(120deg, rgb(224,222,238) 0%, rgb(195,192,218,0.5) 100%);
    z-index: 100;
    overflow: hidden;
}header .head_sitewrap::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(162,160,196,0.5) 10px,
        rgb(162,160,196,0.5) 11px
    );
    height: 100%;
    opacity: 0.1;
    top: 0;
    position: absolute;
    animation: slidePattern 25s linear infinite;
    width: 100%;
    left: 0;
    content: "";
}header .head_sitewrap::after {
    background: rgb(195,192,218);
    transform: rotate(-2deg);
    position: absolute;
    top: -50px;
    z-index: -2;
    height: 100px;
    width: 150%;
    content: "";
    left: -25%;
    opacity: 0.1;
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .head_main {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    align-items: center;
}header .top_guide {
    z-index: 2;
    position: relative;
}header .top_train {
    position: relative;
    transform: rotate(-3deg);
    padding: 15px;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0 rgb(195,192,218,0.5);
    background: #ffffff;
    border-radius: 10px;
    display: block;
}header .top_train::before {
    transition: all 0.3s ease;
    opacity: 0;
    right: -5px;
    position: absolute;
    left: -5px;
    border-radius: 10px;
    content: "";
    bottom: -5px;
    top: -5px;
    border: 2px dashed rgb(195,192,218,0.5);
}header .top_train:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(195,192,218);
}header .top_train:hover::before {
    right: -8px;
    top: -8px;
    bottom: -8px;
    opacity: 1;
    left: -8px;
}header .top_train svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}header .main_head {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    position: relative;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0;
}header .main_head::before {
    bottom: 0;
    content: "";
    right: 0;
    opacity: 0.15;
    transition: width 0.3s ease;
    position: absolute;
    border-radius: 0 18px 18px 0;
    z-index: -1;
    top: 0;
    width: 85%;
    background: linear-gradient(90deg, transparent, rgb(162,160,196,0.5) 100%);
}header .main_head:hover::before {
    width: 100%;
}header .top_page {
    margin: 5px 3px;
    position: relative;
}header .top_page:nth-child(odd) {
    transform: translateY(-3px);
}header .top_page:nth-child(even) {
    transform: translateY(3px);
}header .top_page a {
    display: block;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
    overflow: hidden;
    border-radius: 0 10px 0 10px;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 16px;
    border-left: 3px solid transparent;
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
}header .top_page a::before {
    transform-origin: top;
    transition: transform 0.3s ease;
    top: 0;
    width: 5px;
    background: rgb(195,192,218);
    height: 100%;
    transform: scaleY(0);
    right: 0;
    content: "";
    position: absolute;
}header .top_page a::after {
    position: absolute;
    content: "";
    transition: transform 0.3s ease 0.1s;
    left: 0;
    transform-origin: left;
    width: 100%;
    background: linear-gradient(90deg, rgb(195,192,218) 0%, rgb(162,160,196) 100%);
    bottom: 0;
    transform: scaleX(0);
    height: 2px;
}header .top_page a:hover {
    color: rgb(195,192,218);
    transform: translateX(5px);
    border-left-color: rgb(195,192,218);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}header .top_page a:hover::before {
    transform: scaleY(1);
}header .top_page a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .head_main {
    gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .top_guide {
    justify-self: center;
}header .main_head {
    justify-content: center;
}header .main_head::before {
    background: rgb(162,160,196,0.5);
    opacity: 0.1;
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .main_head {
    width: 100%;
    flex-direction: column;
}header .top_page {
    width: 100%;
    margin: 3px 0;
    transform: none !important;
}header .top_page a {
    border-radius: 10px;
    text-align: center;
    border-bottom: 3px solid transparent;
    border-left: none;
}header .top_page a:hover {
    border-left-color: transparent;
    transform: translateY(-3px);
    border-bottom-color: rgb(195,192,218);
}header .top_page a::before {
    height: 5px;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    right: auto;
    transform: scaleX(0);
}header .top_page a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .top_train {
    padding: 10px;
    transform: none;
}header .top_train svg {
    height: 40px;
}header .top_train:hover {
    transform: translateY(-3px);
}}.statistical_details {
    position: relative;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, #ffffff 100%);
    padding: 8rem 0;
    z-index: 1;
    overflow: hidden;
}.statistical_details::before {
    opacity: 0.1;
    height: 100%;
    width: 100%;
    background: repeating-radial-gradient(
        circle at 50% 50%,
        rgb(195,192,218,0.5),
        rgb(195,192,218,0.5) 10px,
        transparent 10px,
        transparent 60px
    );
    left: 0;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
}.statistical_details .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.statistical_details h2 {
    font-weight: 700;
    transform: translateX(-50%);
    position: relative;
    padding: 0 3rem 1rem;
    color: #000000;
    border-bottom: 3px solid rgb(195,192,218);
    font-size: 34px;
    left: 50%;
    margin-bottom: 5rem;
    display: inline-block;
    text-align: center;
}.statistical_details ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    list-style: none;
    padding: 0;
    gap: 3rem;
    margin: 0;
    position: relative;
}.statistical_details .statistics_perks {
    padding: 2.5rem;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
}.statistical_details .statistics_perks:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    transform: rotate(-1deg);
}.statistical_details .statistics_perks:nth-child(2) {
    grid-row: 1 / 2;
    transform: rotate(1deg);
    grid-column: 2 / 3;
}.statistical_details .statistics_perks:nth-child(3) {
    grid-row: 2 / 3;
    transform: rotate(1deg);
    grid-column: 1 / 2;
}.statistical_details .statistics_perks:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    transform: rotate(-1deg);
}.statistical_details .statistics_perks::before {
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 0%, rgb(195,192,218,0.5) 100%);
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.statistical_details .statistics_perks p {
    color: rgb(195,192,218);
    position: absolute;
    margin: 0;
    z-index: 2;
    left: 2rem;
    font-weight: 700;
    transform: translateY(-50%);
    font-size: calc(40px * 1.5);
    top: 50%;
    line-height: 1;
}.statistical_details .statistics_perks span {
    font-weight: 400;
    transform: translateY(-50%);
    right: 2rem;
    z-index: 2;
    max-width: 60%;
    top: 50%;
    color: #000000;
    font-size: 15px;
    position: absolute;
    text-align: right;
}.statistical_details svg {
    opacity: 0.2;
    transition: all 0.3s ease;
    height: 40px;
    right: 1rem;
    bottom: 1rem;
    width: 40px;
    fill: rgb(195,192,218);
    position: absolute;
    z-index: 1;
}.statistical_details svg path {
    fill: inherit;
}.statistical_details .statistics_perks:hover {
    transform: scale(1.05) rotate(0);
    z-index: 3;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}.statistical_details .statistics_perks:hover p {
    color: rgb(162,160,196);
}.statistical_details .statistics_perks:hover svg {
    opacity: 0.5;
    transform: rotate(15deg);
}.statistical_details .container::before {
    content: "";
    filter: blur(80px);
    background: rgb(195,192,218,0.5);
    width: 200px;
    position: absolute;
    top: -100px;
    height: 200px;
    animation: float 10s ease-in-out infinite;
    opacity: 0.1;
    right: -100px;
    border-radius: 50%;
}.statistical_details .container::after {
    content: "";
    filter: blur(60px);
    position: absolute;
    border-radius: 50%;
    left: -80px;
    background: rgb(162,160,196,0.5);
    height: 160px;
    opacity: 0.1;
    bottom: -80px;
    animation: float 15s ease-in-out infinite reverse;
    width: 160px;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width: 1024px) {.statistical_details {
    padding: 6rem 0;
}.statistical_details h2 {
    margin-bottom: 4rem;
}.statistical_details ul {
    gap: 2rem;
}.statistical_details .statistics_perks {
    padding: 2rem;
}.statistical_details .statistics_perks p {
    font-size: calc(40px * 1.3);
}
}

@media screen and (max-width: 768px) {.statistical_details {
    padding: 5rem 0;
}.statistical_details h2 {
    margin-bottom: 3rem;
    padding: 0 2rem 0.8rem;
    font-size: calc(34px * 0.9);
}.statistical_details ul {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.statistical_details .statistics_perks {
    height: 100px;
    padding: 1.8rem;
    grid-column: 1 / 2;
}.statistical_details .statistics_perks:nth-child(1) {
    grid-row: 1 / 2;
}.statistical_details .statistics_perks:nth-child(2) {
    grid-row: 2 / 3;
}.statistical_details .statistics_perks:nth-child(3) {
    grid-row: 3 / 4;
}.statistical_details .statistics_perks:nth-child(4) {
    grid-row: 4 / 5;
}.statistical_details .statistics_perks p {
    font-size: calc(40px * 1.2);
}.statistical_details .statistics_perks span {
    font-size: calc(15px * 0.9);
}
}

@media screen and (max-width: 480px) {.statistical_details {
    padding: 4rem 0;
}.statistical_details h2 {
    padding: 0 1.5rem 0.6rem;
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.8);
}.statistical_details .statistics_perks {
    padding: 1.5rem;
    height: auto;
    transform: none !important;
    flex-direction: column;
}.statistical_details .statistics_perks p {
    transform: none;
    position: relative;
    left: auto;
    margin-bottom: 0.5rem;
    top: auto;
    font-size: calc(40px * 1.1);
}.statistical_details .statistics_perks span {
    top: auto;
    max-width: 100%;
    transform: none;
    position: relative;
    text-align: center;
    right: auto;
}.statistical_details svg {
    bottom: auto;
    top: 1rem;
    right: 1rem;
    position: absolute;
}}

.statistical_details::after {
    left: 0;
    height: 25%;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.05;
    background: linear-gradient(to top, rgb(195,192,218,0.5) 0%, transparent 100%);
    content: "";
}.statistical_details .statistics_perks:nth-child(odd)::after {
    top: 1rem;
    right: 1rem;
    height: 50px;
    position: absolute;
    content: "";
    z-index: 1;
    width: 50px;
    border-radius: 50%;
    opacity: 0.2;
    border: 2px solid rgb(195,192,218,0.5);
}.statistical_details .statistics_perks:nth-child(even)::after {
    transform: rotate(45deg);
    z-index: 1;
    position: absolute;
    content: "";
    opacity: 0.2;
    left: 1rem;
    height: 30px;
    bottom: 1rem;
    border-radius: 5px;
    width: 30px;
    border: 2px solid rgb(162,160,196,0.5);
}.statistical_details .statistics_perks:hover::after {
    animation: pulse 2s infinite;
}@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.3;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.2;
    }
}

.statistical_details .statistics_perks:nth-child(1) p {
    color: rgb(195,192,218);
}.statistical_details .statistics_perks:nth-child(2) p {
    color: rgb(162,160,196);
}.statistical_details .statistics_perks:nth-child(3) p {
    color: rgb(162,160,196);
}.statistical_details .statistics_perks:nth-child(4) p {
    color: rgb(195,192,218);
}.statistical_details .statistics_perks:nth-child(even)::before {
    background: linear-gradient(135deg, transparent 0%, rgb(162,160,196,0.5) 100%);
}.course_methodology {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgb(195,192,218,0.5) 100%);
    padding: 8rem 2rem;
}.course_methodology::before {
    left: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(162,160,196,0.5) 48%, rgb(162,160,196,0.5) 52%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgb(162,160,196,0.5) 48%, rgb(162,160,196,0.5) 52%, transparent 52%);
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    background-size: 50px 50px;
}.course_methodology::after {
    animation: floatBlob 20s infinite alternate ease-in-out;
    position: absolute;
    content: "";
    right: -10%;
    height: 80%;
    opacity: 0.2;
    top: -10%;
    background: rgb(195,192,218,0.5);
    width: 80%;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}.course_methodology .academy_learnings {
    max-width: 900px;
    margin: 0 auto;
    flex-direction: column;
    gap: 3rem;
    display: flex;
    z-index: 2;
    position: relative;
}.course_methodology h3 {
    background: #ffffff;
    margin: 0;
    animation: paperCut 0.8s ease-out forwards;
    font-size: 36px;
    transform: rotate(-1deg);
    border-radius: 27px;
    text-align: center;
    position: relative;
    font-weight: 700;
    padding: 2rem;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    color: #000000;
}.course_methodology h3::before {
    right: 5px;
    z-index: -1;
    border-radius: calc(27px - 4px);
    opacity: 0.6;
    position: absolute;
    border: 2px dashed rgb(195,192,218,0.5);
    top: 5px;
    content: "";
    left: 5px;
    bottom: 5px;
}.course_methodology h3::after {
    background: rgb(162,160,196,0.5);
    width: 70%;
    position: absolute;
    transform: rotate(1deg);
    border-radius: 8px;
    z-index: -2;
    content: "";
    left: 15%;
    top: -8px;
    height: 16px;
}.course_methodology span {
    transform: rotate(1deg);
    animation: paperCut 1s 0.3s ease-out forwards;
    opacity: 0;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    position: relative;
    line-height: 1.8;
    font-size: 15px;
    background: #ffffff;
    padding: 2rem;
    color: #000000;
    border-radius: 27px;
}.course_methodology span::before {
    content: "";
    border-radius: calc(27px - 4px);
    border: 2px dashed rgb(162,160,196,0.5);
    top: 5px;
    right: 5px;
    opacity: 0.6;
    bottom: 5px;
    position: absolute;
    left: 5px;
    z-index: -1;
}.course_methodology span::after {
    width: 70%;
    background: rgb(195,192,218,0.5);
    right: 15%;
    height: 16px;
    z-index: -2;
    border-radius: 8px;
    position: absolute;
    content: "";
    bottom: -8px;
    transform: rotate(-1deg);
}

@keyframes paperCut {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateY(5px) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 1deg));
    }
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}

@media (max-width: 992px) {.course_methodology {
    padding: 6rem 1.5rem;
}.course_methodology h3 {
    padding: 1.8rem;
    font-size: calc(36px * 0.9);
}.course_methodology span {
    padding: 1.8rem;
}.course_methodology h3::after {
    height: 12px;
    top: -6px;
}.course_methodology span::after {
    height: 12px;
    bottom: -6px;
}.course_methodology .academy_learnings {
    gap: 2.5rem;
}
}

@media (max-width: 768px) {.course_methodology {
    padding: 5rem 1rem;
}.course_methodology h3 {
    font-size: calc(36px * 0.8);
    transform: rotate(0deg);
    --rotation: 0deg;
    padding: 1.5rem;
}.course_methodology span {
    --rotation: 0deg;
    font-size: calc(15px * 0.95);
    transform: rotate(0deg);
    padding: 1.5rem;
}.course_methodology .academy_learnings {
    gap: 2rem;
}.course_methodology h3::after,
    .course_methodology span::after {
    transform: rotate(0deg);
    right: 10%;
    width: 80%;
    left: 10%;
}}.instructor_profile {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(224,222,238), #ffffff);
}.instructor_profile::before {
    background-color: rgb(195,192,218,0.5);
    border-radius: 50%;
    height: 500px;
    right: -200px;
    width: 500px;
    content: "";
    position: absolute;
    opacity: 0.1;
    top: -200px;
}.instructor_profile .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.instructor_profile .learning_feedback {
    padding: 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: #ffffff;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    border-radius: 28px;
}.instructor_profile .learning_feedback:hover {
    transform: translateY(-10px);
}.instructor_profile .learning_feedback::before {
    left: 50px;
    position: absolute;
    z-index: -1;
    width: 30px;
    top: -15px;
    background-color: rgb(162,160,196);
    transform: rotate(45deg);
    height: 30px;
    content: "";
}.instructor_profile .learning_feedback::after {
    background-color: rgb(195,192,218);
    right: 50px;
    width: 30px;
    bottom: -15px;
    transform: rotate(45deg);
    position: absolute;
    height: 30px;
    z-index: -1;
    content: "";
}.instructor_profile .image_overlay {
    position: relative;
    border: 4px solid #ffffff;
    height: 120px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    border-radius: 50%;
    overflow: hidden;
    align-self: center;
    width: 120px;
}.instructor_profile .learning_feedback:hover .image_overlay {
    transform: scale(1.05);
}.instructor_profile .image_overlay::before {
    background: linear-gradient(45deg, transparent 40%, rgb(195,192,218,0.5));
    inset: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
}.instructor_profile .learning_feedback:hover .image_overlay::before {
    opacity: 1;
}.instructor_profile .exp_content {
    line-height: 1.8;
    background-color: rgb(224,222,238);
    color: #000000;
    position: relative;
    padding: 20px 30px;
    font-size: 13px;
    border-radius: 28px;
    margin: 25px 0 0;
    order: 3;
}.instructor_profile .exp_content::before {
    top: -10px;
    content: "";
    border-bottom: 10px solid rgb(224,222,238);
    left: 30px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
}.instructor_profile .name {
    position: relative;
    display: block;
    order: 1;
    margin: 5px 0;
    color: #000000;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}.instructor_profile .name::after {
    width: 40px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    background-color: rgb(195,192,218);
    content: "";
    height: 2px;
    transition: width 0.3s ease;
}.instructor_profile .learning_feedback:hover .name::after {
    width: 80px;
}.instructor_profile span:not(.name) {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    color: rgb(162,160,196);
    font-size: calc(13px * 0.9);
    margin-bottom: 15px;
    order: 2;
}

@media (min-width: 768px) {.instructor_profile .learning_feedback {
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    display: grid;
    gap: 10px 30px;
    align-items: center;
    grid-template-columns: auto 1fr;
}.instructor_profile .image_overlay {
    height: 180px;
    margin-bottom: 0;
    align-self: start;
    width: 180px;
    grid-area: photo;
}.instructor_profile .name {
    font-size: 31px;
    grid-area: name;
    text-align: left;
}.instructor_profile .name::after {
    transform: none;
    left: 0;
}.instructor_profile span:not(.name) {
    margin-bottom: 0;
    text-align: left;
    grid-area: job;
}.instructor_profile .exp_content {
    grid-area: quote;
    margin-top: 30px;
}
}

@media (max-width: 768px) {.instructor_profile {
    padding: 70px 0;
}.instructor_profile .learning_feedback {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.instructor_profile {
    padding: 50px 0;
}.instructor_profile .learning_feedback {
    padding: 30px 20px;
}.instructor_profile .exp_content {
    padding: 15px 20px;
    margin-top: 20px;
}}.tariff_container {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.tariff_container::before {
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    right: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}.tariff_container .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
}.tariff_container .fee_offers {
    align-items: center;
    flex-direction: column;
    display: flex;
}.tariff_container h2 {
    opacity: 0;
    color: #ffffff;
    text-align: center;
    font-size: 29px;
    transform: translateY(20px);
    margin-bottom: 20px;
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out forwards;
}.tariff_container .program_price {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    margin-bottom: 50px;
    font-size: 16px;
    opacity: 0;
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(20px);
    text-align: center;
    max-width: 800px;
}.tariff_container .pricing_rates {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    display: grid;
    padding: 0;
    width: 100%;
}.tariff_container .pricing_rates li {
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    transform: translateY(30px);
}.tariff_container .pricing_rates li:nth-child(1) {
    --li-index: 0;
}.tariff_container .pricing_rates li:nth-child(2) {
    --li-index: 1;
}.tariff_container .pricing_rates li:nth-child(3) {
    --li-index: 2;
}.tariff_container .pricing_rates li:nth-child(4) {
    --li-index: 3;
}.tariff_container .bundle_price {
    display: block;
    transform: perspective(1000px) rotateX(0deg);
    will-change: transform;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
}.tariff_container .bundle_price:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.tariff_container .pricing_offers {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
}.tariff_container .bundle_price:hover .pricing_offers {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(195,192,218,0.5), 0.5);
}.tariff_container .pricing_offers::before {
    background: linear-gradient(135deg, rgb(195,192,218,0.5) 0%, transparent 70%);
    content: "";
    left: -10%;
    transition: all 0.6s ease;
    opacity: 0.1;
    top: -10%;
    position: absolute;
    height: 50%;
    width: 40%;
    transform: rotate(-45deg);
}.tariff_container .bundle_price:hover .pricing_offers::before {
    transform: rotate(-45deg) translateY(-20%);
    opacity: 0.15;
}.tariff_container .study_sub {
    display: flex;
    padding: 35px 30px;
    min-height: 280px;
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
}.tariff_container .study_sub h4 {
    padding-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: calc(18px * 1.1);
}.tariff_container .study_sub h4::after {
    transition: width 0.4s ease;
    width: 40px;
    left: 0;
    position: absolute;
    background: rgb(195,192,218);
    bottom: 0;
    content: "";
    height: 3px;
}.tariff_container .bundle_price:hover .study_sub h4::after {
    width: 60px;
}.tariff_container .study_sub p {
    overflow-wrap: break-word;
    line-height: 1.7;
    hyphens: auto;
    flex-grow: 1;
    margin-bottom: 25px;
    word-wrap: break-word;
    white-space: normal;
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(16px * 0.9);
}.tariff_container .lesson_plans {
    background: rgba(255,255,255,0.05);
    display: inline-block;
    border-radius: 4px;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    color: rgb(195,192,218);
    font-size: calc(18px * 1.2);
    transition: all 0.3s ease;
    padding: 10px 20px;
}.tariff_container .lesson_plans::before {
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    height: 100%;
    top: 0;
    left: -100%;
    transition: left 0.7s ease;
}.tariff_container .bundle_price:hover .lesson_plans::before {
    left: 100%;
}

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

@media (max-width: 1200px) {.tariff_container {
    padding: 100px 0;
}.tariff_container .pricing_rates {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.tariff_container {
    padding: 80px 0;
}.tariff_container h2 {
    font-size: calc(29px * 0.9);
}.tariff_container .pricing_rates {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.tariff_container .study_sub {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.tariff_container {
    padding: 70px 0;
}.tariff_container h2 {
    margin-bottom: 15px;
    font-size: calc(29px * 0.8);
}.tariff_container .program_price {
    margin-bottom: 35px;
    font-size: calc(16px * 0.95);
}.tariff_container .pricing_rates {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.tariff_container .study_sub {
    min-height: auto;
}
}

@media (max-width: 576px) {.tariff_container {
    padding: 60px 0;
}.tariff_container h2 {
    font-size: calc(29px * 0.7);
}.tariff_container .program_price {
    font-size: calc(16px * 0.9);
}.tariff_container .study_sub {
    padding: 20px 15px;
}.tariff_container .study_sub h4 {
    font-size: 18px;
}.tariff_container .study_sub p {
    font-size: calc(16px * 0.85);
}.tariff_container .lesson_plans {
    padding: 8px 15px;
    font-size: 18px;
}}footer {
    width: 100%;
    position: relative;
}footer .discuss_cta {
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000 0%, rgb(195,192,218) 100%);
    z-index: 1;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}footer .discuss_cta::before {
    content: '';
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0.05;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
}footer .discuss_cta::after {
    background: linear-gradient(90deg, 
        rgb(195,192,218) 0%, 
        rgb(162,160,196) 50%, 
        rgb(195,192,218) 100%);
    content: '';
    width: 100%;
    position: absolute;
    height: 3px;
    top: 0;
    animation: glowBorder 3s infinite linear;
    left: 0;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .discuss_cta .container {
    position: relative;
    z-index: 2;
}footer .stats_tool {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .get_contactblock {
    flex-wrap: wrap;
    padding-bottom: 30px;
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
    gap: 30px;
    position: relative;
}footer .get_contactblock::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(162,160,196,0.5) 50%, 
        transparent 100%);
    height: 1px;
    position: absolute;
    width: 100%;
    content: '';
    bottom: 0;
    left: 0;
}footer .info_item {
    min-width: 200px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    flex: 1;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    margin-bottom: 15px;
    transform: translateY(0);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}footer .info_item p,
footer .info_item a {
    gap: 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    text-decoration: none;
    align-items: center;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}footer .info_item svg {
    fill: rgb(162,160,196);
    transition: transform 0.3s ease;
    height: 20px;
    flex-shrink: 0;
    width: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(162,160,196);
}footer .text_main_holder {
    gap: 40px;
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}footer .top_guide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}footer .top_guide svg {
    filter: drop-shadow(0 0 5px rgb(195,192,218,0.5));
    max-width: 160px;
    height: auto;
}footer .syllabus_ref {
    opacity: 0.7;
    max-width: 300px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.5;
    font-size: 14px;
}footer .main_head {
    gap: 20px;
    flex-direction: column;
    display: flex;
}footer .main_head h5 {
    padding-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 5px;
    font-size: 23px;
}footer .main_head h5::after {
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    background: rgb(162,160,196);
    content: '';
    height: 3px;
    width: 50px;
    left: 0;
}footer .nav_sitewrap {
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-bottom: 20px;
}footer .nav_sitewrap a {
    position: relative;
    opacity: 0.8;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    padding-left: 15px;
}footer .nav_sitewrap a::before {
    top: 50%;
    left: 0;
    position: absolute;
    background: rgb(162,160,196);
    height: 6px;
    border-radius: 50%;
    opacity: 0.7;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    content: '';
    width: 6px;
}footer .nav_sitewrap a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(162,160,196);
}footer .nav_sitewrap a:hover::before {
    opacity: 1;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 10px rgb(162,160,196);
}footer .subscribe_holder {
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    flex-direction: column;
    gap: 15px;
    border-radius: 27px;
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
}footer .subscribe_holder p {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.8;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    outline: none;
    width: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(162,160,196,0.5);
    border-color: rgb(162,160,196);
}footer .sub_box {
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    background: linear-gradient(45deg, rgb(162,160,196) 0%, rgb(195,192,218) 100%);
    padding: 12px 24px;
    cursor: pointer;
    letter-spacing: 1px;
}footer .sub_box::before {
    width: 100%;
    content: '';
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    left: -100%;
    transition: 0.6s;
    height: 100%;
    position: absolute;
}footer .sub_box:hover::before {
    left: 100%;
}footer .sub_box:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .degree_path {
    text-align: center;
    position: relative;
    padding-top: 30px;
}footer .degree_path::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(162,160,196,0.5) 50%, 
        transparent 100%);
    left: 0;
    content: '';
}footer .netiquette {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    opacity: 0.7;
}

@media (max-width: 992px) {footer .discuss_cta {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .get_contactblock {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .discuss_cta {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .main_head {
    gap: 15px;
}footer .get_contactblock {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .sub_box {
    width: 100%;
}
}

@media (max-width: 576px) {footer .discuss_cta {
    padding: 40px 0 30px;
}footer .top_guide {
    align-items: center;
    margin: 0 auto;
    text-align: center;
}footer .syllabus_ref {
    text-align: center;
    margin: 0 auto;
}footer .main_head h5 {
    text-align: center;
}footer .main_head h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .nav_sitewrap {
    align-items: center;
}footer .nav_sitewrap a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.contacts {
    padding: 4rem 0;
    backdrop-filter: blur(15px);
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(195,192,218,0.5) 0%, 
        rgb(162,160,196,0.5) 20%, 
        transparent 80%
    );
}.contacts::before {
    bottom: 0;
    right: 0;
    left: 0;
    background: 
        radial-gradient(circle at 30% 100%, rgba(255,255,255,0.03) 0%, transparent 50%),
        linear-gradient(135deg, transparent 20%, rgb(224,222,238) 20%, rgb(224,222,238) 40%, transparent 40%),
        linear-gradient(225deg, transparent 20%, rgb(224,222,238) 20%, rgb(224,222,238) 40%, transparent 40%);
    content: '';
    top: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0.5;
    z-index: 1;
}.contacts .container {
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.contacts .edu_chat {
    position: relative;
    gap: 1.5rem;
    display: grid;
    align-items: stretch;
    grid-template-columns: 2fr 1fr 1fr;
}.contacts .get_contactinfo {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 19px;
    display: flex;
    background: linear-gradient(
        160deg, 
        #ffffff 0%, 
        rgb(224,222,238) 100%
    );
    overflow: hidden;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
}.contacts .get_contactinfo:hover::after {
    opacity: 1;
}.contacts .get_contactinfo:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.contacts .get_contactinfo:nth-child(1) p {
    align-items: center;
    display: flex;
}.contacts .get_contactinfo:nth-child(2) {
    grid-column: span 2;
    height: 300px;
    grid-row: 1 / 2;
}.contacts .get_contactinfo:nth-child(3) {
    grid-template-columns: repeat(3, 1fr);
    grid-column: 2 / 4;
    display: grid;
    grid-row: 2 / 3;
    gap: 1rem;
}.contacts .get_contactinfo h2 {
    color: rgb(195,192,218);
    margin-bottom: 1rem;
    font-weight: 700;
    display: inline-block;
    font-size: 47px;
    position: relative;
}.contacts .get_contactinfo h2::before {
    position: absolute;
    height: 3px;
    transform: scaleX(0);
    left: 0;
    transform-origin: right;
    content: '';
    background: linear-gradient(
        to right, 
        rgb(195,192,218), 
        rgb(162,160,196)
    );
    width: 100%;
    bottom: -0.5rem;
    transition: transform 0.4s ease;
}.contacts .get_contactinfo:hover h2::before {
    transform-origin: left;
    transform: scaleX(1);
}.contacts .image_overlay {
    border-radius: 19px;
    height: 100%;
    transform: perspective(1000px) rotateX(5deg);
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
}.contacts .image_overlay:hover {
    transform: perspective(1000px) rotateX(0);
}.contacts .image_overlay::before {
    transition: opacity 0.4s ease;
    opacity: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(
        45deg, 
        rgb(195,192,218,0.5) 0%, 
        rgb(162,160,196,0.5) 100%
    );
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
}.contacts .image_overlay:hover::before {
    opacity: 0.3;
}.contacts .get_contactblock {
    display: contents;
}.contacts .get_contactblock a {
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem;
}.contacts .get_contactblock a::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    content: '';
    z-index: 1;
    opacity: 0;
    background: linear-gradient(
        to right, 
        rgb(195,192,218,0.5), 
        rgb(162,160,196,0.5)
    );
    height: 100%;
}.contacts .get_contactblock a:hover::before {
    opacity: 0.1;
}.contacts .get_contactblock a span {
    z-index: 2;
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 0.5rem;
    color: rgb(195,192,218);
    position: relative;
}.contacts .get_contactblock a p {
    color: rgb(195,192,218);
    font-weight: 600;
    position: relative;
    margin: 0;
    z-index: 2;
    font-size: 18px;
}.contacts .ask_support {
    padding: 1rem;
    background: rgb(224,222,238);
    display: flex;
    align-items: center;
    grid-column: 1 / -1;
    border-radius: 10px;
    margin-top: 1rem;
}.contacts .ask_support h3 {
    margin-right: 1rem;
    font-size: 21px;
    text-transform: uppercase;
    color: rgb(195,192,218);
    letter-spacing: 1px;
}.contacts .form_learn {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}.contacts .form_learn span {
    padding: 0.3rem 0.7rem;
    border-radius: 10px;
    background: #ffffff;
    font-size: 16px;
    color: rgb(195,192,218);
}.contacts svg,
.contacts svg path {
    fill: rgb(195,192,218);
    margin-right: 10px;
    transition: all 0.3s ease;
}.contacts .get_contactblock a:hover svg,
.contacts .get_contactblock a:hover svg path {
    fill: rgb(162,160,196);
    transform: scale(1.1);
}

@media screen and (max-width: 1200px) {.contacts .edu_chat {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}.contacts .get_contactinfo:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.contacts .get_contactinfo:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}.contacts .get_contactinfo:nth-child(3) {
    grid-column: 1 / 3;
    grid-template-columns: repeat(3, 1fr);
    grid-row: 2 / 3;
}
}

@media screen and (max-width: 768px) {.contacts .edu_chat {
    grid-template-columns: 1fr;
}.contacts .get_contactinfo:nth-child(1),
    .contacts .get_contactinfo:nth-child(2),
    .contacts .get_contactinfo:nth-child(3) {
    grid-row: auto;
    grid-column: 1;
}.contacts .get_contactinfo:nth-child(3) {
    grid-template-columns: 1fr;
}.contacts .image_overlay {
    height: 250px;
}
}

@media screen and (max-width: 480px) {.contacts .get_contactinfo:nth-child(3) {
    display: flex;
    flex-direction: column;
}}.appField {
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgb(162,160,196,0.5) 100%);
    padding: 6rem 0;
}.appField::before {
    z-index: 1;
    content: "";
    position: absolute;
    animation: floatGradient 15s ease-in-out infinite alternate;
    height: 70%;
    right: -5%;
    opacity: 0.7;
    transform: rotate(-15deg);
    background: radial-gradient(ellipse at center, rgb(195,192,218,0.5) 0%, transparent 70%);
    width: 60%;
    top: -10%;
}.appField::after {
    width: 70%;
    opacity: 0.5;
    background: radial-gradient(ellipse at center, rgb(162,160,196,0.5) 0%, transparent 70%);
    content: "";
    z-index: 1;
    bottom: -5%;
    transform: rotate(10deg);
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    left: -10%;
    height: 60%;
    position: absolute;
}.appField .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 5;
    padding: 0 20px;
}.appField .academy_learnings {
    padding: 3rem;
    transform-style: preserve-3d;
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    flex-direction: column;
    transform: rotateX(5deg);
}.appField .academy_learnings:hover {
    transform: rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.appField .academy_learnings > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(30px);
}.appField .academy_learnings:hover > div:first-child {
    transform: translateZ(40px);
}.appField .academy_learnings > div:first-child::before {
    opacity: 0.1;
    left: -20px;
    background: rgb(195,192,218);
    width: 60px;
    position: absolute;
    border-radius: 10px;
    top: -10px;
    transform: rotate(25deg);
    content: "";
    height: 60px;
    z-index: -1;
}.appField .academy_learnings > div:first-child::after {
    opacity: 0.2;
    position: absolute;
    background: rgb(162,160,196);
    width: 70px;
    transform: skewX(-20deg);
    height: 10px;
    right: 30px;
    content: "";
    bottom: -15px;
}.appField h5 {
    position: relative;
    transform: translateX(0);
    margin: 0;
    padding-bottom: 1rem;
    font-size: 21px;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    transition: transform 0.5s ease;
}.appField h5::after {
    background: linear-gradient(90deg, rgb(195,192,218) 0%, rgb(162,160,196) 100%);
    bottom: 0;
    height: 3px;
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    left: 0;
    position: absolute;
    content: "";
}.appField .academy_learnings:hover h5::after {
    width: 80px;
}.appField .academy_learnings > div:last-child {
    overflow: hidden;
    transform: translateZ(15px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.appField .academy_learnings:hover > div:last-child {
    transform: translateZ(25px);
}.appField a {
    position: relative;
    transition: transform 0.5s ease;
    display: block;
    text-decoration: none;
    overflow: hidden;
}.appField a::before {
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    z-index: -1;
    background: rgb(195,192,218);
    transform-origin: left;
    content: "";
    left: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
    height: 100%;
}.appField a:hover::before {
    opacity: 0.05;
    transform: scaleX(1);
}.appField p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    transition: transform 0.4s ease, color 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    transform: translateY(0);
    line-height: 1.8;
}.appField a:hover p {
    color: #000000;
    transform: translateY(-2px);
}

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

@media screen and (min-width: 768px) {.appField {
    padding: 8rem 0;
}.appField .academy_learnings {
    max-width: 90%;
    padding: 4rem;
    margin: 0 auto;
}.appField h5 {
    line-height: 1.3;
    font-size: calc(21px * 1.2);
}.appField p {
    font-size: calc(12px * 1.1);
    line-height: 1.7;
}.appField .academy_learnings > div:first-child {
    margin-bottom: 2.5rem;
}
}

@media screen and (min-width: 992px) {.appField {
    padding: 10rem 0;
}.appField .academy_learnings {
    align-items: center;
    padding: 5rem;
    max-width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.appField .academy_learnings > div:first-child {
    margin-bottom: 0;
}.appField h5 {
    font-size: calc(21px * 1.3);
}.appField h5::after {
    width: 0;
}.appField .academy_learnings:hover h5::after {
    width: 120px;
}
}

@media screen and (max-width: 767px) {.appField {
    padding: 4rem 0;
}.appField .academy_learnings {
    transform: rotateX(2deg);
    padding: 2rem;
}.appField h5 {
    font-size: 21px;
}.appField p {
    line-height: 1.6;
    font-size: 12px;
}.appField .academy_learnings > div:first-child {
    margin-bottom: 1.5rem;
}.appField .academy_learnings:hover > div:first-child {
    transform: translateZ(20px);
}.appField .academy_learnings:hover > div:last-child {
    transform: translateZ(10px);
}}.course_rewards {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgb(195,192,218,0.5) 100%);
    padding: 80px 0;
}.course_rewards::before {
    background: rgb(162,160,196,0.5);
    content: "";
    position: absolute;
    width: 120%;
    height: 70%;
    z-index: 1;
    left: -5%;
    transform: rotate(-10deg);
    top: -10%;
}.course_rewards .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.course_rewards .academy_learnings {
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    align-items: center;
}.course_rewards .academy_learnings:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_rewards .image_overlay {
    border-radius: 22px;
    box-shadow: 20px 20px 0 rgb(162,160,196,0.5), -20px -20px 0 rgb(195,192,218,0.5);
    transition: all 0.5s ease;
    width: 45%;
    transform: rotate(-3deg);
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
}.course_rewards .image_overlay:hover {
    box-shadow: 15px 15px 0 rgb(162,160,196), -15px -15px 0 rgb(195,192,218);
    transform: rotate(0deg) scale(1.02);
}.course_rewards .article_wrap {
    transition: all 0.4s ease;
    border-radius: 22px;
    transform: translateX(-30px) rotate(2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 30px;
    background: linear-gradient(45deg, #ffffff 0%, rgb(224,222,238) 100%);
    width: 50%;
}.course_rewards .article_wrap:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    transform: translateX(-20px) rotate(0deg);
}.course_rewards h3 {
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 33px;
    font-weight: 700;
}.course_rewards h3::after {
    content: "";
    border-radius: 10px;
    bottom: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(195,192,218) 0%, rgb(162,160,196) 100%);
    width: 80px;
    position: absolute;
}.course_rewards ul {
    grid-template-columns: 1fr;
    gap: 20px;
    list-style: none;
    display: grid;
    margin: 0;
    padding: 0;
}.course_rewards li {
    transform-origin: left;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(to right, #ffffff 0%, rgb(224,222,238) 100%);
    padding: 10px 15px;
    position: relative;
}.course_rewards li:nth-child(odd) {
    transform: translateX(-10px);
}.course_rewards li:nth-child(even) {
    transform: translateX(10px);
}.course_rewards li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff 0%, rgb(195,192,218,0.5) 100%);
    transform: translateX(0) scale(1.02);
}.course_rewards li p {
    margin: 0;
    font-size: 15px;
    transition: color 0.3s ease;
    align-items: center;
    color: #000000;
    font-weight: 400;
    display: flex;
}.course_rewards li:hover p {
    color: #000000;
}.course_rewards svg {
    transition: transform 0.3s ease;
    height: 24px;
    fill: rgb(195,192,218);
    margin-right: 10px;
    width: 24px;
}.course_rewards li:hover svg {
    transform: scale(1.2) rotate(10deg);
    fill: rgb(162,160,196);
}

@media (max-width: 991px) {.course_rewards {
    padding: 60px 0;
}.course_rewards .academy_learnings {
    flex-direction: column;
    transform: perspective(1000px) rotateY(0deg);
}.course_rewards .image_overlay {
    margin-bottom: 30px;
    width: 80%;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
}.course_rewards .article_wrap {
    transform: translateX(0) rotate(0deg);
    width: 90%;
}.course_rewards li:nth-child(odd),
    .course_rewards li:nth-child(even) {
    transform: translateX(0);
}
}

@media (max-width: 767px) {.course_rewards {
    padding: 40px 0;
}.course_rewards::before {
    height: 50%;
}.course_rewards .image_overlay {
    box-shadow: 10px 10px 0 rgb(162,160,196,0.5), -10px -10px 0 rgb(195,192,218,0.5);
    width: 100%;
}.course_rewards .article_wrap {
    width: 100%;
    padding: 20px;
}.course_rewards h3 {
    margin-bottom: 20px;
    font-size: calc(33px - 0.2rem);
}.course_rewards ul {
    gap: 15px;
}}.contact_form_box {
    padding: 110px 0;
    position: relative;
    background: linear-gradient(125deg, rgb(224,222,238) 0%, rgb(224,222,238) 60%, rgb(195,192,218,0.5) 100%);
    overflow: hidden;
}.contact_form_box::before {
    height: 100%;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(195,192,218,0.5),
        rgb(195,192,218,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    opacity: 0.05;
}.contact_form_box .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.contact_form_box h2 {
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    font-size: 31px;
    font-weight: 700;
}.contact_form_box h2::before {
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    border-radius: 2px;
    height: 4px;
    width: 60px;
    background: rgb(195,192,218);
}.contact_form_box .query_message {
    align-items: center;
    grid-template-columns: 1fr 450px;
    display: grid;
    gap: 40px;
    position: relative;
    background: transparent;
}.contact_form_box .image_overlay {
    height: 550px;
    position: relative;
    border-radius: 13px;
    transition: transform 0.5s ease;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
}.contact_form_box .image_overlay:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_form_box .help_support {
    transform: perspective(1000px) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    border-radius: 13px;
    transition: transform 0.5s ease;
    padding: 50px;
}.contact_form_box .help_support:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_form_box form {
    width: 100%;
}.contact_form_box form h3 {
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-size: 18px;
}.contact_form_box form input[type="text"] {
    border-radius: 10px;
    font-size: 14px;
    padding: 16px 20px;
    margin-bottom: 20px;
    width: 100%;
    background: rgb(224,222,238);
    border: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
}.contact_form_box form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(195,192,218);
}.contact_form_box form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact_form_box .contact_message {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_form_box .contact_message input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_box .contact_message label {
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
}.contact_form_box .contact_message label::before {
    top: 2px;
    height: 22px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 4px;
    width: 22px;
    background: rgb(224,222,238);
    content: "";
}.contact_form_box .contact_message input[type="checkbox"]:checked + label::before {
    background: rgb(195,192,218);
}.contact_form_box .contact_message input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    content: "";
    top: 6px;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
    height: 10px;
}.contact_form_box .contact_message label a {
    color: rgb(195,192,218);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_form_box .contact_message label a:hover {
    color: rgb(162,160,196);
}.contact_form_box form .support_card {
    color: #ffffff;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding: 16px 35px;
    cursor: pointer;
    background: rgb(195,192,218);
    font-size: 16px;
    font-family: Arial, sans-serif;
}.contact_form_box form .support_card::after {
    z-index: 0;
    right: 0;
    top: 0;
    transition: width 0.3s ease;
    content: "";
    width: 0;
    height: 100%;
    background: rgb(162,160,196);
    position: absolute;
}.contact_form_box form .support_card:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}.contact_form_box form .support_card span {
    position: relative;
    z-index: 1;
}.contact_form_box svg {
    fill: rgb(195,192,218);
    height: 22px;
    width: 22px;
}.contact_form_box svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,192,218);
}

@media screen and (max-width: 1100px) {.contact_form_box .query_message {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.contact_form_box .image_overlay {
    height: 500px;
}.contact_form_box .help_support {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact_form_box {
    padding: 80px 0;
}.contact_form_box .query_message {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_form_box .image_overlay {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.contact_form_box .help_support {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact_form_box {
    padding: 60px 0;
}.contact_form_box h2 {
    margin-bottom: 40px;
}.contact_form_box .image_overlay {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact_form_box {
    padding: 50px 0;
}.contact_form_box h2 {
    font-size: calc(31px * 0.85);
}.contact_form_box .image_overlay {
    height: 250px;
}.contact_form_box .help_support {
    padding: 30px 25px;
}.contact_form_box form h3 {
    font-size: calc(18px * 0.9);
}.contact_form_box form .support_card {
    width: 100%;
}}.user_reviews {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
    background: rgb(224,222,238);
}.user_reviews::before {
    background-image: 
        radial-gradient(rgb(195,192,218,0.5) 2px, transparent 2px),
        radial-gradient(rgb(162,160,196,0.5) 2px, transparent 2px);
    background-position: 0 0, 15px 15px;
    z-index: 0;
    left: 0;
    position: absolute;
    opacity: 0.2;
    content: "";
    background-size: 30px 30px;
    height: 100%;
    top: 0;
    width: 100%;
}.user_reviews .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.user_reviews h2 {
    margin-bottom: 6rem;
    font-size: calc(31px * 1.5);
    text-align: left;
    font-weight: 700;
    max-width: 70%;
    line-height: 1.2;
    position: relative;
    color: #000000;
}.user_reviews h2::after {
    bottom: -1rem;
    background: rgb(195,192,218);
    left: 0;
    width: 50px;
    position: absolute;
    height: 4px;
    content: "";
    transition: width 0.5s ease;
}.user_reviews:hover h2::after {
    width: 100px;
}.user_reviews .learn_ratings {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.user_reviews .learning_feedback {
    padding: 3rem 2rem;
    position: relative;
    background: transparent;
    flex-direction: column;
    transition: all 0.4s ease;
    display: flex;
    align-items: flex-start;
    border-left: 3px solid rgb(195,192,218);
}.user_reviews .learning_feedback:nth-child(1) {
    transform: translateY(2rem);
    grid-column: 1 / span 5;
}.user_reviews .learning_feedback:nth-child(2) {
    transform: translateY(-2rem);
    grid-column: 7 / span 6;
}.user_reviews .learning_feedback:nth-child(3) {
    grid-column: 3 / span 5;
    transform: translateY(4rem);
}.user_reviews .learning_feedback:nth-child(4) {
    transform: translateY(1rem);
    grid-column: 9 / span 4;
}.user_reviews .learning_feedback:nth-child(5) {
    grid-column: 1 / span 4;
    transform: translateY(6rem);
}.user_reviews .learning_feedback:nth-child(6) {
    transform: translateY(3rem);
    grid-column: 6 / span 7;
}.user_reviews .learning_feedback:nth-child(7) {
    grid-column: 7 / span 4;
    transform: translateY(3rem);
}.user_reviews .learning_feedback:nth-child(8) {
    transform: translateY(3rem);
    grid-column: 1 / span 5;
}.user_reviews .learning_feedback:hover {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateX(10px) translateY(0);
    border-left: 3px solid rgb(162,160,196);
}.user_reviews .learning_feedback::before {
    top: 1rem;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    left: 2rem;
    line-height: 1;
    content: "";
    transition: all 0.5s ease;
    font-size: 6rem;
    color: rgb(195,192,218,0.5);
    font-family: serif;
}.user_reviews .learning_feedback:hover::before {
    transform: translateY(-10px) scale(1.2);
    opacity: 0.5;
    color: rgb(162,160,196,0.5);
}.user_reviews .learning_feedback img {
    border: 2px solid rgba(0, 0, 0, 0.5);
    width: 50px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    filter: grayscale(100%);
    transition: all 0.5s ease;
    height: 50px;
    object-fit: cover;
}.user_reviews .learning_feedback:hover img {
    border-color: rgb(162,160,196);
    filter: grayscale(0%);
    transform: scale(1.2);
}.user_reviews .learning_feedback p {
    transform: translateX(0);
    font-weight: 600;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
    color: #000000;
    transition: all 0.4s ease;
    font-size: 18px;
}.user_reviews .learning_feedback:hover p {
    transform: translateX(10px);
    color: rgb(195,192,218);
}.user_reviews .learning_feedback .description {
    color: #000000;
    margin-top: 1rem;
    line-height: 1.8;
    font-weight: 400;
    z-index: 1;
    max-width: 95%;
    transform: translateX(0);
    transition: transform 0.4s ease 0.1s;
    position: relative;
    font-size: 16px;
}.user_reviews .learning_feedback:hover .description {
    transform: translateX(10px);
}.user_reviews .learning_feedback::after {
    background: linear-gradient(90deg, rgb(195,192,218), rgb(162,160,196));
    transition: width 0.5s ease;
    height: 3px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 0;
}.user_reviews .learning_feedback:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 992px) {.user_reviews h2 {
    font-size: calc(31px * 1.2);
    max-width: 90%;
}.user_reviews .learn_ratings {
    grid-template-columns: repeat(6, 1fr);
}.user_reviews .learning_feedback:nth-child(1) {
    grid-column: 1 / span 3;
}.user_reviews .learning_feedback:nth-child(2) {
    grid-column: 4 / span 3;
}.user_reviews .learning_feedback:nth-child(3) {
    grid-column: 1 / span 3;
}.user_reviews .learning_feedback:nth-child(4) {
    grid-column: 4 / span 3;
}.user_reviews .learning_feedback:nth-child(5) {
    grid-column: 1 / span 3;
}.user_reviews .learning_feedback:nth-child(6) {
    grid-column: 4 / span 3;
}
}

@media (max-width: 768px) {.user_reviews {
    padding: 5rem 0;
}.user_reviews h2 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 31px;
    max-width: 100%;
}.user_reviews h2::after {
    left: 50%;
    transform: translateX(-50%);
}.user_reviews:hover h2::after {
    width: 80px;
}.user_reviews .learn_ratings {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}.user_reviews .learning_feedback,
    .user_reviews .learning_feedback:nth-child(n) {
    border-left: none;
    border-top: 3px solid rgb(195,192,218);
    padding: 2rem 1rem;
    transform: translateY(0);
}.user_reviews .learning_feedback:hover {
    transform: translateY(-10px) translateX(0);
    border-left: none;
    border-top: 3px solid rgb(162,160,196);
}.user_reviews .learning_feedback::before {
    top: 0.5rem;
    left: 1rem;
    font-size: 4rem;
}.user_reviews .learning_feedback::after {
    width: 3px;
    bottom: auto;
    transition: height 0.5s ease;
    top: 0;
    height: 0;
}.user_reviews .learning_feedback:hover::after {
    height: 100%;
    width: 3px;
}.user_reviews .learning_feedback p,
    .user_reviews .learning_feedback:hover p,
    .user_reviews .learning_feedback .description,
    .user_reviews .learning_feedback:hover .description {
    transform: translateX(0);
}}.cookie_overlay_dialog {
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: 90;
    border-top: 2px solid rgb(195,192,218);
    background: rgb(162,160,196);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    position: fixed;
    padding: 20px 0;
    width: 100%;
}.cookie_notice {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    padding: 20px 30px;
}.cookie_overlay_dialog h5 {
    transition: color 0.3s ease-in-out;
    font-weight: 700;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 6px;
}.cookie_overlay_dialog p {
    max-width: 500px;
    color: #ffffff;
    font-size: 16px;
}.cookie_user {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie_user svg, .cookie_user svg path {
    height: 80px;
    fill: rgb(195,192,218);
    width: 80px;
    transition: transform 0.3s ease-in-out;
}.cookie_user:hover svg {
    transform: rotate(10deg);
}.privacy_notify {
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 20px;
    line-height: 35px;
    background: rgb(195,192,218);
    cursor: pointer;
    border-radius: 17px;
    text-decoration: none;
    box-shadow: rgb(195,192,218,0.5) 0px 4px 10px 0px;
    font-size: 18px;
    padding: 10px 20px;
}.cookie_button.cookie_view {
    background: rgb(195,192,218);
}.cookie_button.privacy_ctrl {
    background: rgb(162,160,196);
}.privacy_notify:hover {
    transform: scale(1.05);
    box-shadow: rgb(195,192,218,0.5) 0px 6px 15px 0px;
}.cookie_overlay_dialog p a {
    color: rgb(195,192,218);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.cookie_overlay_dialog p a:hover {
    color: rgb(162,160,196);
}.framework-wrap .cookie_overlay_dialog {
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(162,160,196);
    border: none;
}.framework-wrap .privacy_notify {
    font-size: 18px;
    border-radius: 10px;
    border: none;
    margin-left: 30px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 10px;
    color: #ffffff;
    font-weight: 400;
    background: rgb(195,192,218);
}.framework-wrap .cookie_updates h5, .framework-wrap .cookie_updates p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie_overlay_dialog {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_user {
    display: none;
}.cookie_notice {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_overlay_dialog h5 {
    text-align: center;
}.cookie_overlay_dialog p {
    text-align: center;
}.cookie_updates {
    margin-bottom: 20px;
    text-align: center;
}.privacy_notify {
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
    margin-left: 0;
}}
#privacyAlertPopup {
    display: none;
}#privacyAlertPopup:checked ~ .cookie_overlay_dialog {
    opacity: 0;
    visibility: hidden;
}