﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1153px;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    auto
contain
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.faq-block {
    flex: 0 0 auto;
}.top-class {
    flex: 1 0 auto;
}.wrapper-holder {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy-preserve {
    color: #ffffff;
    height: auto;
    display: flex;
    align-items: center;
    background: rgb(138,134,172);
    padding: 50px;
    overflow: hidden;
    border: 2px solid rgb(176,176,204);
    flex-direction: column;
    width: 100%;
}.privacy-preserve h1 {
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: rgb(176,176,204);
    font-size: 38px;
    margin-top: 20px;
    width: 100%;
    border-bottom: 4px solid rgb(138,134,172);
}.privacy-preserve h2 {
    width: 100%;
    font-weight: 600;
    text-align: left;
    font-size: 29px;
    border-bottom: 2px solid rgb(176,176,204);
    color: #ffffff;
    margin-bottom: 15px;
    padding-bottom: 5px;
    margin-top: 25px;
}.privacy-preserve ul, .privacy-preserve ol {
    list-style-type: none;
    width: 100%;
    padding-left: 0;
    margin: 20px 0;
}.privacy-preserve li {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    background: rgb(176,176,204,0.5);
    margin-bottom: 15px;
    border-radius: 10px;
    border-left: 4px solid rgb(138,134,172);
    color: #ffffff;
}.privacy-preserve section {
    margin-bottom: 30px;
    padding: 30px;
    background: rgb(138,134,172,0.5);
    border-radius: 12px;
    width: 100%;
}.privacy-preserve p, .privacy-preserve span, .privacy-preserve div {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.privacy-preserve {
    padding: 30px 15px;
}.privacy-preserve h1 {
    font-size: calc(21px - 10px);
}.privacy-preserve h2 {
    font-size: calc(21px - 8px);
}.privacy-preserve li {
    font-size: calc(14px - 2px);
    padding: 8px 15px;
}}.newsletter-subscription {
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(176,176,204,0.5) 0%, rgb(138,134,172) 100%);
}.newsletter-subscription::before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
}.newsletter-subscription::after {
    animation: float 15s infinite alternate ease-in-out;
    height: 70%;
    content: "";
    right: -5%;
    position: absolute;
    background: radial-gradient(circle, rgb(138,134,172,0.5) 0%, transparent 70%);
    width: 30%;
    transform: rotate(-15deg);
    z-index: -1;
    top: -5%;
}.newsletter-subscription .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.newsletter-subscription .smart-guide {
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center bottom;
    grid-template-columns: 1fr;
    position: relative;
    transform: perspective(1000px) rotateX(3deg);
    display: grid;
}.newsletter-subscription .smart-guide:hover {
    transform: perspective(1000px) rotateX(0deg);
}.newsletter-subscription h4 {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
    color: #ffffff;
    line-height: 1.4;
    position: relative;
    margin: 0;
    transform: translateY(0);
    font-weight: 600;
}.newsletter-subscription .smart-guide:hover h4 {
    transform: translateY(-5px);
}.newsletter-subscription h4::after {
    background: #ffffff;
    opacity: 0.7;
    position: absolute;
    left: 0;
    height: 2px;
    width: 0;
    content: "";
    transition: width 0.6s ease-out;
    bottom: -10px;
}.newsletter-subscription .smart-guide:hover h4::after {
    width: 100px;
}.newsletter-subscription .input_holder {
    position: relative;
    z-index: 2;
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.newsletter-subscription .input_holder span {
    position: relative;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}.newsletter-subscription .input_holder span:first-child:hover {
    transform: translateX(5px);
}.newsletter-subscription .input_holder span:last-child:hover {
    transform: translateX(-5px);
}.newsletter-subscription input[type="email"] {
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.85);
    color: #000000;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    transform: translateY(0);
    border: none;
}.newsletter-subscription input[type="email"]:focus {
    outline: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    transform: translateY(-2px);
}.newsletter-subscription input[type="email"]::placeholder {
    opacity: 0.6;
    transition: opacity 0.3s;
    color: rgba(0, 0, 0, 0.5);
}.newsletter-subscription input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.newsletter-subscription .sub-backdrop {
    color: #ffffff;
    background: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    border: none;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
    font-size: 17px;
}.newsletter-subscription .sub-backdrop::before {
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
}.newsletter-subscription .sub-backdrop:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    background: rgb(138,134,172);
}.newsletter-subscription .sub-backdrop:hover::before {
    left: 100%;
}.newsletter-subscription .sub-backdrop:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

@media (min-width: 768px) {.newsletter-subscription {
    padding: 5rem 3rem;
}.newsletter-subscription .smart-guide {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.newsletter-subscription .input_holder {
    flex-direction: row;
    align-items: stretch;
}.newsletter-subscription .input_holder span:first-child {
    flex: 1;
}.newsletter-subscription .input_holder span:last-child {
    width: auto;
}.newsletter-subscription input[type="email"] {
    height: 100%;
}.newsletter-subscription .sub-backdrop {
    white-space: nowrap;
    height: 100%;
    width: auto;
}
}

@media (min-width: 992px) {.newsletter-subscription {
    padding: 6rem 4rem;
}.newsletter-subscription .smart-guide {
    gap: 4rem;
}.newsletter-subscription h4 {
    font-size: calc(20px * 1.1);
}.newsletter-subscription .input_holder {
    gap: 1.5rem;
}
}

@media (min-width: 1200px) {.newsletter-subscription .smart-guide {
    gap: 6rem;
}.newsletter-subscription h4 {
    font-size: calc(20px * 1.2);
    max-width: 90%;
}
}

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

@media (prefers-reduced-motion: reduce) {.newsletter-subscription .smart-guide, 
    .newsletter-subscription h4,
    .newsletter-subscription .input_holder span,
    .newsletter-subscription input[type="email"],
    .newsletter-subscription .sub-backdrop,
    .newsletter-subscription::after {
    animation: none;
    transform: none;
    transition: none;
}.newsletter-subscription .smart-guide:hover h4,
    .newsletter-subscription .smart-guide:hover,
    .newsletter-subscription .input_holder span:hover {
    transform: none;
}}.thanksSpace {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(215,215,229) 0%, #ffffff 100%);
}.thanksSpace::before {
    z-index: 1;
    background: rgb(176,176,204,0.5);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    content: "";
    width: 60%;
    left: -10%;
    position: absolute;
    opacity: 0.1;
    height: 120%;
    transform: rotate(-5deg);
    top: -10%;
}.thanksSpace::after {
    right: -5%;
    bottom: -5%;
    height: 80%;
    opacity: 0.1;
    z-index: 1;
    content: "";
    width: 40%;
    background: rgb(138,134,172,0.5);
    transform: rotate(3deg);
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    position: absolute;
}.thanksSpace .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.thanksSpace .smart-guide {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 60px 40px;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    backdrop-filter: blur(5px);
    background: #ffffff;
    gap: 30px;
}.thanksSpace .smart-guide:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.thanksSpace .smart-guide::before {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(176,176,204) 0%, rgb(138,134,172) 100%);
}.thanksSpace .smart-guide::after {
    top: 20px;
    right: 20px;
    border: 2px solid rgb(176,176,204,0.5);
    animation: rotate 15s infinite linear;
    content: "";
    z-index: -1;
    position: absolute;
    height: 60px;
    width: 60px;
    opacity: 0.2;
}.thanksSpace h5 {
    font-weight: 700;
    transform: translateZ(0);
    color: rgb(176,176,204);
    font-size: 19px;
    position: relative;
    line-height: 1.4;
    padding-left: 20px;
    margin: 0 0 10px;
}.thanksSpace h5::before {
    height: 8px;
    width: 8px;
    left: 0;
    top: 0.4em;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background: rgb(176,176,204);
}.thanksSpace p {
    line-height: 1.8;
    border-left: 1px solid rgb(176,176,204,0.5);
    font-size: 14px;
    transition: all 0.3s ease;
    padding-left: 20px;
    margin: 0;
    position: relative;
    color: #000000;
}.thanksSpace a {
    background-color: rgba(rgb(215,215,229), 0.3);
    display: block;
    padding: 20px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
}.thanksSpace a::before {
    background: linear-gradient(90deg, transparent, rgb(176,176,204,0.5), transparent);
    transform: scaleX(0.7);
    transition: transform 0.5s ease;
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    transform-origin: left;
    width: 100%;
    content: "";
}.thanksSpace a:hover::before {
    transform: scaleX(1);
}.thanksSpace a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: rgba(rgb(215,215,229), 0.5);
}.thanksSpace a:hover p {
    padding-left: 25px;
    border-left-color: rgb(176,176,204);
}

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

@media screen and (min-width: 768px) {.thanksSpace {
    padding: 150px 0;
}.thanksSpace .smart-guide {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
}.thanksSpace h5 {
    font-size: calc(19px * 1.1);
    max-width: 90%;
}.thanksSpace p {
    font-size: calc(14px * 1.05);
}.thanksSpace a {
    padding: 25px;
}
}

@media screen and (min-width: 992px) {.thanksSpace {
    padding: 180px 0;
}.thanksSpace .smart-guide {
    padding: 100px 80px;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
}.thanksSpace h5 {
    padding-left: 30px;
    font-size: calc(19px * 1.2);
}.thanksSpace h5::before {
    width: 10px;
    height: 10px;
}.thanksSpace p {
    font-size: calc(14px * 1.1);
    padding-left: 30px;
}.thanksSpace a {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.thanksSpace {
    padding: 80px 0;
}.thanksSpace .smart-guide {
    padding: 40px 25px;
}.thanksSpace h5 {
    font-size: calc(19px * 0.95);
}.thanksSpace p {
    font-size: calc(14px * 0.95);
}.thanksSpace a {
    padding: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.thanksSpace .smart-guide,
    .thanksSpace .smart-guide:hover,
    .thanksSpace a,
    .thanksSpace a:hover,
    .thanksSpace p,
    .thanksSpace a:hover p,
    .thanksSpace a::before,
    .thanksSpace a:hover::before {
    animation: none;
    transition: none;
    transform: none;
}}.support {
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,215,229) 0%, rgba(245, 247, 250, 0.9) 100%);
    position: relative;
}.support::before {
    position: absolute;
    height: 70%;
    animation: float 15s infinite ease-in-out;
    background: linear-gradient(225deg, rgb(176,176,204,0.5) 0%, transparent 70%);
    right: -5%;
    width: 40%;
    z-index: 0;
    top: -10%;
    content: "";
    transform: rotate(-15deg) skewX(15deg);
    opacity: 0.4;
}.support::after {
    transform: rotate(10deg) skewY(-10deg);
    width: 40%;
    z-index: 0;
    bottom: -5%;
    left: -5%;
    animation: float 18s infinite ease-in-out reverse;
    content: "";
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(138,134,172,0.5) 0%, transparent 70%);
    height: 60%;
    position: absolute;
}.support h1 {
    transform: perspective(1000px) rotateX(2deg);
    z-index: 10;
    text-align: center;
    position: relative;
    font-size: 48px;
    margin-bottom: 2.5rem;
    color: #000000;
    font-weight: 700;
}.support h1::after {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) skewX(-15deg);
    left: 50%;
    background: linear-gradient(90deg, rgb(176,176,204) 0%, rgb(138,134,172) 100%);
    width: 80px;
    content: "";
    position: absolute;
    bottom: -0.5rem;
    height: 3px;
}.support .container {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.support .course-faq {
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    gap: 2.5rem;
    display: grid;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
}.support .course-faq:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateY(0deg);
}.support .course-faq > div {
    position: relative;
    padding-left: 1rem;
}.support .course-faq > div::before {
    width: 3px;
    top: 0;
    background: linear-gradient(to bottom, rgb(176,176,204) 0%, rgb(138,134,172) 100%);
    content: "";
    position: absolute;
    transform: scaleY(0.95) translateX(-50%);
    height: 100%;
    left: 0;
}.support .course-faq > div:first-child > div {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    padding-right: 1rem;
    font-size: 1.1rem;
    position: relative;
    color: #000000;
}.support h6 {
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    transition: transform 0.3s ease;
    align-items: center;
    transform: translateX(0);
}.support span {
    line-height: 1.5;
    margin-left: 1.75rem;
    display: block;
    font-size: calc(18px * 0.95);
    transition: color 0.3s ease;
    color: #000000;
}.support .ask-for-help {
    gap: 1rem;
    flex-direction: column;
    margin-top: 0.5rem;
    display: flex;
}.support .get-in-touch {
    gap: 0.5rem;
    display: flex;
    color: #000000;
    position: relative;
    transform: translateX(0);
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    overflow: hidden;
    font-size: calc(18px * 0.95);
    align-items: center;
    transition: all 0.3s ease;
}.support .get-in-touch::before {
    left: 0;
    width: 100%;
    content: "";
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(176,176,204) 0%, rgb(138,134,172) 100%);
    position: absolute;
    height: 1px;
    bottom: 0;
}.support .get-in-touch:hover {
    color: rgb(176,176,204);
    transform: translateX(5px);
}.support .get-in-touch:hover::before {
    transform: scaleX(1);
}.support svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}.support .get-in-touch:hover svg {
    transform: scale(1.15);
}.support svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.support .get-in-touch:hover svg path {
    fill: rgb(176,176,204);
}

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

@media (min-width: 768px) {.support {
    padding: 6rem 3rem;
}.support h1 {
    margin-bottom: 3.5rem;
    font-size: calc(48px * 1.1);
}.support .course-faq {
    transform: perspective(1500px) rotateY(-2deg);
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
}.support .course-faq > div:first-child {
    grid-column: span 2;
}.support .course-faq > div:first-child > div {
    max-width: 90%;
    font-size: 1.15rem;
}.support h6 {
    font-size: calc(22px * 1.05);
}.support span {
    font-size: 18px;
}.support .get-in-touch {
    font-size: 18px;
}.support svg {
    height: 22px;
    width: 22px;
}
}

@media (min-width: 992px) {.support {
    padding: 7rem 4rem;
}.support .course-faq {
    gap: 3rem;
    grid-template-columns: 2fr 1fr 1fr;
    transform: perspective(2000px) rotateY(-3deg);
}.support .course-faq > div:first-child {
    grid-column: 1;
}.support .ask-for-help {
    gap: 1.25rem;
}.support h1::after {
    width: 100px;
}
}

@media (hover: none) {.support .course-faq {
    transform: none !important;
}.support .get-in-touch:hover {
    transform: none;
}
}

@media (prefers-reduced-motion) {.support::before,
    .support::after {
    animation: none;
}.support .course-faq,
    .support .course-faq:hover {
    transition: none;
}}.title-opener {
    min-height: 100vh;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, rgb(215,215,229) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.title-opener::before {
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(45deg, rgb(176,176,204,0.5) 15%, transparent 35%);
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
}.title-opener::after {
    border: 2px solid rgb(138,134,172,0.5);
    width: 300px;
    bottom: -50px;
    content: "";
    transform: rotate(15deg);
    animation: float 12s ease-in-out infinite;
    right: -50px;
    z-index: 1;
    height: 300px;
    position: absolute;
}.title-opener .fast-skill {
    transform: translateY(-2vh);
    max-width: 1200px;
    width: 90%;
    position: relative;
    z-index: 2;
}.title-opener .edu-head {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 4rem 3rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.title-opener .edu-head::before {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    backdrop-filter: blur(3px);
    content: "";
    left: 0;
    background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
}.title-opener .edu-head span {
    padding-left: 1.5rem;
    position: relative;
    opacity: 0;
    margin-bottom: 1.5rem;
    display: block;
    animation: slideIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.2s;
    transform: translateX(-5px);
}.title-opener .edu-head span::before {
    content: "";
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    height: 85%;
    background: rgb(138,134,172);
    width: 5px;
}.title-opener .edu-head h3 {
    font-weight: 400;
    max-width: 90%;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
    font-size: calc(19px * 0.9);
}.title-opener .edu-head h1 {
    margin: 0 0 2rem;
    line-height: 1.2;
    opacity: 0;
    -webkit-text-fill-color: transparent;
    position: relative;
    background: linear-gradient(90deg, #ffffff 70%, rgb(138,134,172) 100%);
    -webkit-background-clip: text !important;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    font-size: 40px;
    background-clip: text !important;
    animation: slideUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.5s;
    transform: translateY(10px);
}.title-opener .edu-head h1::after {
    left: 0;
    height: 4px;
    content: "";
    transform-origin: left;
    background: rgb(138,134,172);
    animation: stretch 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1s;
    transform: scaleX(0);
    width: 100px;
    position: absolute;
    bottom: -0.8rem;
}.title-opener .edu-head div div {
    border-left: 3px solid rgb(138,134,172);
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.8s;
    margin-top: 1rem;
    transform: translateY(20px);
    background: linear-gradient(90deg, rgb(176,176,204,0.5) 0%, transparent 100%);
    padding: 1rem 1.5rem;
}.title-opener .edu-head p {
    font-size: calc(15px * 1.1);
    max-width: 90%;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
}

@keyframes slideIn {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes stretch {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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

@media (max-width: 1200px) {.title-opener .edu-head h1 {
    font-size: calc(40px * 0.9);
}
}

@media (max-width: 992px) {.title-opener {
    min-height: 80vh;
}.title-opener .edu-head {
    padding: 3rem 2.5rem;
}.title-opener .edu-head h1 {
    font-size: calc(40px * 0.8);
}.title-opener .edu-head h3 {
    font-size: calc(19px * 0.85);
    max-width: 100%;
}
}

@media (max-width: 768px) {.title-opener {
    min-height: auto;
    padding: 5rem 0;
}.title-opener .fast-skill {
    width: 95%;
}.title-opener .edu-head {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.title-opener .edu-head h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.7);
}.title-opener .edu-head h3 {
    font-size: calc(19px * 0.8);
}.title-opener .edu-head p {
    font-size: 15px;
}.title-opener::after {
    right: -30px;
    width: 200px;
    height: 200px;
    bottom: -30px;
}
}

@media (max-width: 576px) {.title-opener .edu-head {
    padding: 2rem 1.5rem;
}.title-opener .edu-head span {
    margin-bottom: 1rem;
}.title-opener .edu-head h1 {
    font-size: calc(40px * 0.6);
    margin-bottom: 1.2rem;
}.title-opener .edu-head h3 {
    font-size: calc(19px * 0.75);
}.title-opener .edu-head div div {
    padding: 0.8rem 1rem;
}.title-opener .edu-head p {
    font-size: calc(15px * 0.95);
}.title-opener::after {
    right: -20px;
    height: 150px;
    bottom: -20px;
    width: 150px;
}
}

@media (max-width: 400px) {.title-opener .edu-head h1 {
    font-size: calc(40px * 0.5);
}.title-opener .edu-head h3 {
    font-size: calc(19px * 0.7);
}}.our-story {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}.our-story::before {
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
}.our-story::after {
    filter: blur(60px);
    border-radius: 50%;
    position: absolute;
    animation: pulse 10s infinite alternate ease-in-out;
    content: "";
    background: rgb(176,176,204);
    right: -100px;
    z-index: 1;
    width: 300px;
    height: 300px;
    opacity: 0.15;
    top: -100px;
}.our-story .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.our-story .text-title {
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 40px;
    background: linear-gradient(to right, 
        rgba(#000000, 0.6), 
        rgba(#000000, 0.4));
    border-left: 4px solid rgb(176,176,204);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(20px);
}.our-story .text-title::before {
    opacity: 0.05;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(45deg, 
        rgb(176,176,204,0.5) 0%, 
        transparent 100%);
    height: 100%;
    z-index: -1;
    width: 100%;
}.our-story .text-title > div:first-child {
    position: relative;
    margin-bottom: 10px;
}.our-story .text-title > div:first-child::after {
    content: "";
    bottom: -5px;
    width: 60px;
    background: rgb(176,176,204);
    height: 2px;
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
}.our-story h5 {
    transform: translateX(-10px);
    letter-spacing: 2px;
    margin: 0 0 10px;
    opacity: 0;
    animation: fadeInRight 0.6s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 22px;
    font-weight: 700;
    position: relative;
    color: rgb(176,176,204);
    text-transform: uppercase;
}.our-story p {
    transform: translateX(-10px);
    opacity: 0;
    font-size: calc(17px * 1.2);
    line-height: 1.6;
    animation: fadeInRight 0.6s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 0 25px;
    color: #ffffff;
}.our-story b {
    font-size: calc(17px * 1.3);
    font-weight: 700;
    letter-spacing: 0.5px;
    color: rgb(176,176,204);
}.our-story ol {
    opacity: 0;
    padding-left: 0;
    list-style-type: none;
    animation: fadeInUp 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 30px 0 0;
    counter-reset: item;
    transform: translateY(20px);
}.our-story li {
    text-align: justify;
    margin-bottom: 15px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 17px;
    position: relative;
    line-height: 1.8;
}.our-story li::before {
    height: 6px;
    left: 0;
    background-color: rgb(176,176,204);
    border-radius: 50%;
    top: 12px;
    width: 6px;
    content: "";
    position: absolute;
}

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

@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@media (min-width: 768px) {.our-story {
    padding: 150px 0;
}.our-story .text-title {
    padding: 60px;
    max-width: 85%;
    margin-left: auto;
}.our-story .text-title::after {
    content: "";
    top: -40px;
    width: 80px;
    opacity: 0.3;
    left: 40px;
    position: absolute;
    height: 80px;
    border: 1px solid rgb(176,176,204);
    z-index: -1;
}.our-story ol {
    column-gap: 40px;
    column-count: 1;
}.our-story h5 {
    font-size: calc(22px * 1.2);
}
}

@media (min-width: 992px) {.our-story {
    padding: 180px 0;
}.our-story .text-title {
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: auto;
    margin-right: 0;
    max-width: 75%;
}.our-story .text-title:hover::after {
    transform: scale(1.1);
    transition: all 0.5s ease;
    opacity: 0.4;
}.our-story .text-title > div:first-child:hover::after {
    width: 100px;
}
}

@media (max-width: 767px) {.our-story {
    padding: 80px 0;
}.our-story .text-title {
    padding: 30px 20px;
}.our-story h5 {
    font-size: 22px;
}.our-story p {
    font-size: 17px;
}.our-story li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}header {
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, 
        rgb(176,176,204,0.5) 0%,
        #000000 100%);
    top: 0;
    position: fixed;
    left: 0;
    z-index: 100;
}header::before {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    z-index: 1;
    content: "";
    animation: pulse-bg 8s infinite alternate;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(138,134,172,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(176,176,204,0.5) 0%, transparent 15%);
}header::after {
    top: 0;
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.1;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(138,134,172,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(138,134,172,0.5) 100%);
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
}header .container {
    padding: 0;
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: center;
}header .header-lesson {
    width: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
}header .head-sitewrap {
    justify-content: center;
    display: flex;
    margin: 1rem 0 1.5rem;
    position: relative;
    align-items: center;
    z-index: 3;
    text-decoration: none;
}header .head-sitewrap::before {
    animation: rotate 10s linear infinite;
    height: 120px;
    border-radius: 50%;
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    content: "";
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(138,134,172,0.5) 120deg,
            transparent 180deg,
            rgb(176,176,204,0.5) 240deg,
            transparent 360deg
        );
    width: 120px;
}header .head-sitewrap::after {
    height: 70px;
    z-index: -2;
    background: rgb(138,134,172,0.5);
    content: "";
    animation: pulse-opacity 4s ease infinite alternate;
    border-radius: 50%;
    filter: blur(20px);
    position: absolute;
    width: 70px;
    opacity: 0.3;
}header .head-sitewrap svg {
    transition: all 0.4s ease;
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(176,176,204,0.5));
}header .head-sitewrap:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(138,134,172));
}header .nav-pro {
    position: relative;
    scrollbar-width: none;
    gap: 0.8rem;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    border-bottom: 1px solid rgb(176,176,204,0.5);
    width: 100vw;
    padding: 1rem 0;
    justify-content: center;
    display: flex;
    border-top: 1px solid rgb(176,176,204,0.5);
    overflow-x: auto;
}header .nav-pro::-webkit-scrollbar {
    display: none;
}header .nav-pro::before {
    left: 0;
    z-index: 3;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    pointer-events: none;
}header .site-core {
    letter-spacing: 1px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    perspective: 800px;
    position: relative;
    font-size: 15px;
    padding: 0.6rem 1.5rem;
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
}header .site-core::before {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
    border: 1px solid transparent;
    content: "";
    transform: translateZ(-10px);
    transition: all 0.3s ease;
    left: 0;
    height: 100%;
}header .site-core::after {
    bottom: 0;
    height: 2px;
    background: rgb(138,134,172);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0%;
    position: absolute;
    transition: all 0.3s ease;
}header .site-core:hover {
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(138,134,172,0.5);
    color: rgb(138,134,172);
}header .site-core:hover::before {
    border-color: rgb(138,134,172,0.5);
    transform: translateZ(0);
    box-shadow: 0 0 15px rgb(176,176,204,0.5);
}header .site-core:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .head-sitewrap {
    margin: 0.8rem 0 1.2rem;
}header .head-sitewrap svg {
    height: 40px;
}header .site-core {
    padding: 0.5rem 1.2rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .head-sitewrap {
    margin: 0.6rem 0 1rem;
}header .head-sitewrap svg {
    height: 35px;
}header .head-sitewrap::before {
    height: 90px;
    width: 90px;
}header .head-sitewrap::after {
    height: 50px;
    width: 50px;
}header .nav-pro {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .site-core {
    font-size: calc(15px - 2px);
    padding: 0.4rem 1rem;
}header .site-core:first-child {
    margin-left: 2rem;
}header .site-core:last-child {
    margin-right: 2rem;
}}.future-learners {
    overflow: hidden;
    padding: 110px 0;
    background: #ffffff;
    position: relative;
}.future-learners::before {
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    background: linear-gradient(135deg, 
                rgb(176,176,204,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(138,134,172,0.5) 100%);
}.future-learners .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
}.future-learners .smart-guide {
    position: relative;
}.future-learners h4 {
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    font-size: 35px;
    color: #000000;
    padding-bottom: 15px;
}.future-learners h4::after {
    transform: translateX(-50%);
    border-radius: 10px;
    height: 3px;
    bottom: 0;
    position: absolute;
    width: 80px;
    left: 50%;
    background: rgb(176,176,204);
    content: "";
}.future-learners div > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.future-learners p {
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    align-items: center;
    border-radius: 11px;
    margin: 0;
    display: flex;
    color: #000000;
    overflow: hidden;
    padding: 25px 30px;
    font-size: 15px;
}.future-learners p::before {
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    top: 0;
    background: rgb(176,176,204);
    transition: width 0.3s ease;
}.future-learners p::after {
    width: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, 
                rgb(176,176,204,0.5) 0%, 
                transparent 30%);
    content: "";
    opacity: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
}.future-learners p:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}.future-learners p:hover::before {
    width: 8px;
}.future-learners p:hover::after {
    opacity: 0.2;
}.future-learners p svg {
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-right: 20px;
    height: 28px;
    width: 28px;
}.future-learners p svg path {
    transition: fill 0.3s ease;
    fill: rgb(176,176,204);
}.future-learners p:hover svg {
    transform: scale(1.2);
}.future-learners p:hover svg path {
    fill: rgb(138,134,172);
}.future-learners p:nth-child(even)::before {
    background: rgb(138,134,172);
}.future-learners p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(138,134,172,0.5) 0%, 
                transparent 30%);
}@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.future-learners .smart-guide > div p {
    opacity: 0;
    animation: fadeInSlide 0.5s ease forwards;
}.future-learners .smart-guide > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future-learners .smart-guide > div p:nth-child(2) {
    animation-delay: 0.2s;
}.future-learners .smart-guide > div p:nth-child(3) {
    animation-delay: 0.3s;
}.future-learners .smart-guide > div p:nth-child(4) {
    animation-delay: 0.4s;
}.future-learners .smart-guide > div p:nth-child(5) {
    animation-delay: 0.5s;
}.future-learners .smart-guide > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.future-learners {
    padding: 90px 0;
}.future-learners h4 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.future-learners div > div {
    gap: 18px;
}.future-learners p {
    padding: 20px 25px;
}.future-learners p svg {
    height: 25px;
    width: 25px;
    margin-right: 15px;
}
}

@media (max-width: 768px) {.future-learners {
    padding: 70px 0;
}.future-learners h4 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.future-learners h4::after {
    width: 60px;
}.future-learners div > div {
    gap: 15px;
}.future-learners p {
    padding: 18px 20px;
}
}

@media (max-width: 576px) {.future-learners {
    padding: 60px 0;
}.future-learners h4 {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: calc(35px * 0.7);
}.future-learners h4::after {
    height: 2px;
    width: 50px;
}.future-learners div > div {
    gap: 12px;
}.future-learners p {
    padding: 15px;
    font-size: calc(15px * 0.9);
}.future-learners p svg {
    height: 22px;
    margin-right: 12px;
    width: 22px;
}.future-learners p:hover {
    transform: translateX(5px);
}}.pricing-deck {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    color: #ffffff;
}.pricing-deck::before {
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
}.pricing-deck .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.rate-choice {
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
}.pricing-deck h2 {
    font-size: 35px;
    margin-bottom: 20px;
    display: inline-block;
    transform: translateX(-10px);
    font-weight: 700;
    position: relative;
    color: #ffffff;
}.pricing-deck h2::after {
    left: 0;
    height: 4px;
    width: 60px;
    position: absolute;
    content: "";
    bottom: -10px;
    background: rgb(176,176,204);
    transform: skewX(-20deg);
}.pricing-deck .package-rates {
    transform: translateX(10px);
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    max-width: 80%;
    margin-bottom: 40px;
}.pricing-deck .member-fees {
    padding: 0;
    perspective: 1000px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 30px;
    margin: 0;
}.pricing-deck .member-fees li {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}.pricing-deck .member-fees li:hover {
    transform: translateY(-10px) scale(1.02);
    z-index: 5;
}.pricing-deck .package-price {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    color: #000000;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    height: 100%;
    overflow: hidden;
    display: block;
}.pricing-deck .cost-plan {
    flex-direction: column;
    transition: transform 0.4s ease-out;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
    position: relative;
    padding: 30px;
    display: flex;
    transform-style: preserve-3d;
    overflow: hidden;
    min-height: 450px;
    height: 100%;
}.pricing-deck .package-price:hover .cost-plan {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
}.pricing-deck .cost-plan::after {
    height: 100px;
    top: 0;
    transform: rotate(45deg) translate(30px, -80px);
    content: "";
    right: 0;
    opacity: 0.1;
    position: absolute;
    background: rgb(138,134,172);
    transition: transform 0.5s ease;
    width: 100px;
}.pricing-deck .package-price:hover .cost-plan::after {
    opacity: 0.15;
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
}.pricing-deck .study-fees {
    flex: 1;
    z-index: 2;
    position: relative;
    flex-direction: column;
    display: flex;
}.pricing-deck .study-fees h4 {
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    transform: translateX(-5px);
    margin-top: 0;
    font-size: calc(18px + 2px);
    margin-bottom: 20px;
    color: rgb(176,176,204);
}.pricing-deck .study-fees h4::after {
    background: rgb(138,134,172);
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    width: 40px;
    transform: skewX(-15deg);
    height: 3px;
}.pricing-deck .study-fees p {
    word-wrap: break-word;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 25px;
    font-size: 13px;
    flex-grow: 1;
    hyphens: auto;
    overflow-wrap: break-word;
}.pricing-deck .price-view {
    position: relative;
    margin-top: auto;
    font-size: calc(18px + 6px);
    display: block;
    color: rgb(138,134,172);
    padding: 15px 0 0;
    transition: color 0.3s ease;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-weight: 700;
    margin-bottom: 0;
}.pricing-deck .package-price:hover .price-view {
    color: rgb(176,176,204);
    transform: translateY(-5px);
}.pricing-deck .price-view::before {
    left: 0;
    top: 0;
    transform: translateY(-1px);
    height: 1px;
    width: 30px;
    position: absolute;
    background: rgb(176,176,204);
    content: "";
}

@media (max-width: 991px) {.pricing-deck {
    padding: 80px 0;
}.rate-choice {
    transform: perspective(1000px) rotateX(1deg);
}.pricing-deck .package-rates {
    max-width: 90%;
    transform: translateX(5px);
}.pricing-deck .member-fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing-deck .cost-plan {
    min-height: 400px;
    padding: 25px;
}
}

@media (max-width: 767px) {.pricing-deck {
    padding: 60px 0;
}.rate-choice {
    transform: none;
}.pricing-deck h2 {
    transform: none;
    font-size: calc(35px - 4px);
}.pricing-deck .package-rates {
    margin-bottom: 30px;
    max-width: 100%;
    transform: none;
}.pricing-deck .member-fees {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing-deck .cost-plan {
    min-height: 350px;
    padding: 20px;
}.pricing-deck .study-fees h4 {
    transform: none;
}.pricing-deck .study-fees p {
    font-size: calc(13px - 1px);
}.pricing-deck .price-view {
    font-size: calc(18px + 4px);
}
}

@media (max-width: 480px) {.pricing-deck {
    padding: 40px 0;
}.pricing-deck h2 {
    font-size: calc(35px - 6px);
}.pricing-deck .member-fees {
    margin-top: 20px;
}.pricing-deck .cost-plan {
    padding: 15px;
}.pricing-deck .study-fees h4 {
    margin-bottom: 15px;
    font-size: 18px;
}.pricing-deck .study-fees p {
    font-size: calc(13px - 2px);
    margin-bottom: 20px;
}}.instructional-approach {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(215,215,229) 0%, rgba(255,255,255,0.9) 100%);
    overflow: hidden;
}.instructional-approach::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(176,176,204) 0%, rgb(138,134,172) 100%);
    z-index: 1;
    height: 5px;
    top: 0;
    right: 0;
    content: "";
    left: 0;
}.instructional-approach::after {
    width: 100%;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(rgb(176,176,204,0.5), 0.05) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(138,134,172,0.5), 0.07) 0%, transparent 40%);
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.instructional-approach .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.instructional-approach .smart-guide {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}.instructional-approach .smart-guide > div {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.4), 
                box-shadow 0.5s ease;
    position: relative;
    max-width: 900px;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
}.instructional-approach .smart-guide > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.instructional-approach .smart-guide > div::before {
    content: "";
    width: calc(100% - 60px);
    border-left: 2px solid rgb(176,176,204);
    z-index: -1;
    transition: all 0.4s ease;
    opacity: 0.3;
    position: absolute;
    height: calc(100% - 60px);
    left: -10px;
    border-top: 2px solid rgb(176,176,204);
    top: -10px;
}.instructional-approach .smart-guide > div::after {
    position: absolute;
    content: "";
    border-right: 2px solid rgb(138,134,172);
    border-bottom: 2px solid rgb(138,134,172);
    bottom: -10px;
    right: -10px;
    z-index: -1;
    width: calc(100% - 60px);
    opacity: 0.3;
    transition: all 0.4s ease;
    height: calc(100% - 60px);
}.instructional-approach .smart-guide > div:hover::before,
.instructional-approach .smart-guide > div:hover::after {
    opacity: 0.6;
    transform: scale(1.03);
}.instructional-approach h3 {
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    font-family: Arial, sans-serif;
    transform: translateX(-10px);
    text-align: left;
    margin-bottom: 25px;
    color: #000000;
    font-weight: 700;
    font-size: calc(33px * 0.85);
    position: relative;
}.instructional-approach .smart-guide > div:hover h3 {
    transform: translateX(0);
}.instructional-approach h3::after {
    bottom: -8px;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(176,176,204) 0%, rgb(138,134,172) 100%);
    height: 3px;
    left: 0;
    width: 50px;
}.instructional-approach .smart-guide > div:hover h3::after {
    width: 80px;
}.instructional-approach p {
    transform: translateY(5px);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    opacity: 0.95;
    color: #000000;
    font-size: 12px;
    margin-bottom: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}.instructional-approach .smart-guide > div:hover p {
    transform: translateY(0);
    opacity: 1;
}.instructional-approach p span {
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}.instructional-approach p span::before {
    width: 0;
    content: "";
    bottom: -2px;
    height: 1px;
    left: 0;
    background-color: rgb(138,134,172);
    position: absolute;
    opacity: 0.5;
    transition: width 0.6s ease;
}.instructional-approach .smart-guide > div:hover p span::before {
    width: 100%;
}

@media (max-width: 991px) {.instructional-approach {
    padding: 80px 0;
}.instructional-approach .smart-guide > div {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}.instructional-approach h3 {
    font-size: calc(33px * 0.75);
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.instructional-approach {
    padding: 60px 0;
}.instructional-approach .smart-guide > div {
    padding: 25px;
    transform: none;
}.instructional-approach .smart-guide > div:hover {
    transform: translateY(-3px);
}.instructional-approach h3 {
    font-size: calc(33px * 0.7);
    transform: none;
    margin-bottom: 15px;
}.instructional-approach h3::after {
    height: 2px;
}.instructional-approach p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.instructional-approach {
    padding: 40px 0;
}.instructional-approach .smart-guide > div {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 20px;
}.instructional-approach .smart-guide > div::before,
    .instructional-approach .smart-guide > div::after {
    display: none;
}.instructional-approach h3 {
    font-size: calc(33px * 0.65);
    margin-bottom: 15px;
}.instructional-approach p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}
}

@media (hover: none) {.instructional-approach .smart-guide > div {
    transform: none;
}.instructional-approach .smart-guide > div:hover {
    transform: none;
}.instructional-approach h3 {
    transform: none;
}.instructional-approach p {
    transform: none;
}}footer {
    position: relative;
    width: 100%;
}footer .faq-block {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(176,176,204) 100%);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 80px 0 30px;
}footer .faq-block::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    content: '';
    opacity: 0.05;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
}footer .faq-block::after {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(176,176,204) 0%, 
        rgb(138,134,172) 50%, 
        rgb(176,176,204) 100%);
    content: '';
    height: 3px;
    top: 0;
    position: absolute;
    width: 100%;
    animation: glowBorder 3s infinite linear;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .faq-block .container {
    z-index: 2;
    position: relative;
}footer .compliance {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .edu-query {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}footer .edu-query::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(138,134,172,0.5) 50%, 
        transparent 100%);
    height: 1px;
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
}footer .info_item {
    padding: 15px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    transform: translateY(0);
    flex: 1;
    min-width: 200px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 15px;
    border-radius: 10px;
}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 {
    text-decoration: none;
    gap: 10px;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 15px;
    align-items: center;
    display: flex;
    color: #ffffff;
    font-weight: 400;
}footer .info_item svg {
    fill: rgb(138,134,172);
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(138,134,172);
}footer .text_main_holder {
    gap: 40px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}footer .header-pagewrap {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}footer .header-pagewrap svg {
    height: auto;
    filter: drop-shadow(0 0 5px rgb(176,176,204,0.5));
    max-width: 160px;
}footer .footer-address {
    font-weight: 300;
    max-width: 300px;
    opacity: 0.7;
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
}footer .nav-pro {
    display: flex;
    gap: 20px;
    flex-direction: column;
}footer .nav-pro h5 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 23px;
    padding-bottom: 15px;
    margin-bottom: 5px;
}footer .nav-pro h5::after {
    content: '';
    width: 50px;
    bottom: 0;
    height: 3px;
    background: rgb(138,134,172);
    left: 0;
    position: absolute;
    border-radius: 10px;
}footer .top-prime {
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .top-prime a {
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    padding-left: 15px;
    font-size: 15px;
    opacity: 0.8;
}footer .top-prime a::before {
    border-radius: 50%;
    background: rgb(138,134,172);
    height: 6px;
    transition: all 0.3s ease;
    top: 50%;
    left: 0;
    opacity: 0.7;
    content: '';
    transform: translateY(-50%);
    position: absolute;
    width: 6px;
}footer .top-prime a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(138,134,172);
}footer .top-prime a:hover::before {
    width: 8px;
    height: 8px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(138,134,172);
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(-5deg);
    flex-direction: column;
    transition: all 0.5s ease;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 29px;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    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 {
    font-size: 23px;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 700;
}footer .subscribe_holder p {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.8;
}footer .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    outline: none;
    font-size: 15px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 14px 15px;
    border-radius: 10px;
    width: 100%;
}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(138,134,172,0.5);
    border-color: rgb(138,134,172);
}footer .sub-backdrop {
    border-radius: 10px;
    font-size: 17px;
    padding: 12px 24px;
    font-weight: 600;
    border: none;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(138,134,172) 0%, rgb(176,176,204) 100%);
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    letter-spacing: 1px;
}footer .sub-backdrop::before {
    height: 100%;
    transition: 0.6s;
    content: '';
    left: -100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    width: 100%;
}footer .sub-backdrop:hover::before {
    left: 100%;
}footer .sub-backdrop:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .fund-cta {
    padding-top: 30px;
    position: relative;
    text-align: center;
}footer .fund-cta::before {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(138,134,172,0.5) 50%, 
        transparent 100%);
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
}footer .donate-books {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    opacity: 0.7;
}

@media (max-width: 992px) {footer .faq-block {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .edu-query {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .faq-block {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .nav-pro {
    gap: 15px;
}footer .edu-query {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .sub-backdrop {
    width: 100%;
}
}

@media (max-width: 576px) {footer .faq-block {
    padding: 40px 0 30px;
}footer .header-pagewrap {
    align-items: center;
    text-align: center;
    margin: 0 auto;
}footer .footer-address {
    text-align: center;
    margin: 0 auto;
}footer .nav-pro h5 {
    text-align: center;
}footer .nav-pro h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .top-prime {
    align-items: center;
}footer .top-prime a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.experience-trial {
    overflow: hidden;
    padding: 6rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    z-index: 1;
    margin: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(176,176,204) 0%, rgb(138,134,172) 100%);
}.experience-trial::before {
    transform-origin: left;
    transform: skewY(-2deg);
    top: 0;
    background-size: 40px 40px;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0.3;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%),
                      linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%);
    position: absolute;
    left: 0;
}.experience-trial::after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: -1;
    right: -5%;
    pointer-events: none;
    top: -15%;
    position: absolute;
    height: 200%;
    content: "";
    width: 30%;
    transform: rotate(-30deg);
}.experience-trial:hover::before {
    transform: skewY(-1deg);
}.experience-trial .container {
    margin: 0 auto;
    position: relative;
    gap: 3rem;
    flex-direction: column;
    z-index: 2;
    display: flex;
    max-width: 1200px;
    align-items: center;
}.experience-trial h6 {
    letter-spacing: 0.02em;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: calc(16px * 1.25);
    color: #ffffff;
    transform: translateY(0);
    max-width: 800px;
    font-weight: 600;
    line-height: 1.5;
}.experience-trial:hover h6 {
    transform: translateY(-5px);
}.experience-trial div span {
    display: inline-block;
    position: relative;
    perspective: 800px;
}.experience-trial .message-inquiry {
    color: rgb(176,176,204);
    justify-content: center;
    letter-spacing: 0.05em;
    display: inline-flex;
    backface-visibility: hidden;
    padding: 1.2rem 2.5rem;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    font-size: 19px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 
                0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.experience-trial .message-inquiry::before {
    width: 100%;
    z-index: 1;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0) 30%, 
                rgba(255, 255, 255, 0.6) 50%, 
                rgba(255, 255, 255, 0) 70%);
    position: absolute;
    transform: translateX(-100%);
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    transition: transform 0.7s ease;
}.experience-trial .message-inquiry span {
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.experience-trial .message-inquiry:hover {
    transform: translateY(-3px) scale(1.03);
    color: rgb(138,134,172);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 
                0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}.experience-trial .message-inquiry:hover::before {
    transform: translateX(100%);
}.experience-trial .message-inquiry:hover span {
    transform: translateX(3px);
}.experience-trial .message-inquiry:active {
    transform: translateY(0) scale(0.98);
    transition: all 0.2s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.experience-trial .message-inquiry:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4), 
                0 8px 20px rgba(0, 0, 0, 0.15);
    outline: none;
}

@media (min-width: 1200px) {.experience-trial {
    background: linear-gradient(120deg, rgb(176,176,204) 0%, rgb(138,134,172) 100%);
    margin: 8rem 0;
    padding: 7rem 3rem;
}.experience-trial .container {
    justify-content: space-between;
    padding: 0 3rem;
    flex-direction: row;
}.experience-trial h6 {
    max-width: 60%;
    margin-right: 2rem;
    font-size: calc(16px * 1.4);
    text-align: left;
}.experience-trial::before {
    background-size: 60px 60px;
}
}

@media (max-width: 1199px) {.experience-trial {
    padding: 5rem 2rem;
}
}

@media (max-width: 991px) {.experience-trial {
    margin: 5rem 0;
}.experience-trial h6 {
    font-size: calc(16px * 1.15);
}.experience-trial .message-inquiry {
    padding: 1.1rem 2.2rem;
}
}

@media (max-width: 768px) {.experience-trial {
    margin: 4rem 0;
    padding: 4rem 1.5rem;
}.experience-trial .container {
    gap: 2.5rem;
}.experience-trial h6 {
    font-size: 16px;
}
}

@media (max-width: 576px) {.experience-trial {
    padding: 3.5rem 1.25rem;
    margin: 3rem 0;
}.experience-trial .container {
    gap: 2rem;
}.experience-trial h6 {
    font-size: calc(16px * 0.95);
}.experience-trial .message-inquiry {
    font-size: calc(19px * 0.9);
    padding: 1rem 1.8rem;
}
}

@media (prefers-reduced-motion: reduce) {.experience-trial,
    .experience-trial::before,
    .experience-trial h6,
    .experience-trial .message-inquiry,
    .experience-trial .message-inquiry::before,
    .experience-trial .message-inquiry span {
    transform: none;
    transition: none;
}.experience-trial:hover h6,
    .experience-trial .message-inquiry:hover,
    .experience-trial .message-inquiry:hover::before,
    .experience-trial .message-inquiry:hover span {
    transform: none;
}}.course-program-info {
    background: linear-gradient(135deg, rgb(215,215,229) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.course-program-info::before {
    top: -5%;
    width: 35%;
    animation: float 15s infinite alternate ease-in-out;
    right: -10%;
    z-index: 1;
    opacity: 0.07;
    filter: blur(20px);
    transform: rotate(-15deg) skewX(-15deg);
    background: linear-gradient(145deg, rgb(176,176,204,0.5) 10%, rgb(138,134,172,0.5) 90%);
    height: 70%;
    position: absolute;
    content: "";
}.course-program-info::after {
    opacity: 0.05;
    content: "";
    bottom: -5%;
    filter: blur(15px);
    position: absolute;
    transform: rotate(10deg) skewX(10deg);
    z-index: 1;
    width: 25%;
    background: linear-gradient(215deg, rgb(138,134,172,0.5) 10%, rgb(176,176,204,0.5) 90%);
    height: 50%;
    animation: float 18s infinite alternate-reverse ease-in-out;
    left: -5%;
}.course-program-info .container {
    max-width: 1200px;
    position: relative;
    z-index: 5;
    padding: 0 2rem;
    margin: 0 auto;
}.course-program-info .education-map {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
}.course-program-info .photo-box-wrap {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}.course-program-info .photo-box-wrap::before {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
    top: 0;
    height: 100%;
}.course-program-info .photo-box-wrap::after {
    z-index: 3;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    position: absolute;
    animation: shine 10s infinite;
    left: -100%;
    transform: skewX(-25deg);
    height: 100%;
    top: 0;
    width: 50%;
    content: "";
}.course-program-info .text-title {
    padding: 1.5rem 0;
    position: relative;
    transform: translateZ(0);
}.course-program-info h3 {
    transform: translateY(0);
    line-height: 1.3;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000000;
    font-size: calc(20px * 1.1);
    font-weight: 600;
    position: relative;
}.course-program-info h3::before {
    transition: transform 0.4s ease;
    content: "";
    top: 0.2em;
    width: 3px;
    position: absolute;
    left: 0;
    transform: scaleY(0.7);
    background: linear-gradient(to bottom, rgb(176,176,204), rgb(138,134,172));
    height: 85%;
}.course-program-info p.description {
    max-height: 300px;
    position: relative;
    color: #000000;
    overflow-y: auto;
    font-size: 12px;
    display: block;
    margin-bottom: 2rem;
    line-height: 1.7;
    padding-right: 1rem;
}.course-program-info p.description::-webkit-scrollbar {
    width: 4px;
}.course-program-info p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}.course-program-info p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(138,134,172,0.5);
}.course-program-info span.description {
    display: none;
}.course-program-info .text-title div {
    position: relative;
}.course-program-info .text-title div::after {
    position: absolute;
    height: 30px;
    opacity: 0.8;
    background: linear-gradient(to top, rgb(215,215,229) 20%, transparent);
    content: "";
    pointer-events: none;
    right: 0;
    bottom: 0;
    width: 25%;
}

@media (min-width: 768px) {.course-program-info {
    padding: 8rem 0;
}.course-program-info .education-map {
    gap: 3.5rem;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
}.course-program-info .photo-box-wrap {
    min-height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.course-program-info h3 {
    padding-left: 1.5rem;
    font-size: calc(20px * 1.3);
    margin-bottom: 2rem;
}.course-program-info h3::before {
    width: 5px;
}.course-program-info p.description {
    max-height: 380px;
    padding-right: 2rem;
}
}

@media (min-width: 992px) {.course-program-info {
    padding: 10rem 0;
}.course-program-info .education-map {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 5rem;
}.course-program-info .photo-box-wrap {
    transform: perspective(1500px) rotateY(-5deg) translateZ(0);
    min-height: 500px;
}.course-program-info .photo-box-wrap:hover {
    transform: perspective(1500px) rotateY(0deg) translateZ(10px);
}.course-program-info h3 {
    padding-left: 2rem;
    font-size: calc(20px * 1.4);
}.course-program-info h3::before {
    width: 6px;
}
}

@media (min-width: 1200px) {.course-program-info .education-map {
    gap: 6rem;
    grid-template-columns: 0.8fr 1.2fr;
}.course-program-info .photo-box-wrap {
    min-height: 550px;
}.course-program-info h3 {
    font-size: calc(20px * 1.5);
}}

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

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}.teacher-profile {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(215,215,229) 0%, #ffffff 100%);
}.teacher-profile::before {
    position: absolute;
    z-index: 0;
    top: 0;
    background-size: 120px 120px;
    content: "";
    opacity: 0.1;
    transform: perspective(1000px) rotateX(5deg);
    height: 100%;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(176,176,204,0.5) 49.5%, rgb(176,176,204,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(138,134,172,0.5) 49.5%, rgb(138,134,172,0.5) 50.5%, transparent 50.5%);
}.teacher-profile .container {
    z-index: 1;
    max-width: 1200px;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
}.teacher-profile .review-praise {
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 3rem;
    grid-gap: 2rem;
    position: relative;
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
}.teacher-profile .review-praise:hover {
    transform: perspective(1000px) rotateY(0deg);
}.teacher-profile .review-praise::before {
    left: -10px;
    content: "";
    right: -10px;
    opacity: 0;
    position: absolute;
    top: -10px;
    background: linear-gradient(135deg, rgb(176,176,204,0.5) 0%, rgb(138,134,172,0.5) 100%);
    filter: blur(8px);
    bottom: -10px;
    z-index: -1;
    transition: opacity 0.5s ease;
}.teacher-profile .review-praise:hover::before {
    opacity: 0.7;
}.teacher-profile .review-praise > div:nth-child(1) {
    grid-area: photo;
}.teacher-profile .review-praise > div:nth-child(2) {
    grid-area: info;
}.teacher-profile .review-praise > div:nth-child(3) {
    grid-area: quote;
}.teacher-profile .photo-box-wrap {
    transform: translateZ(30px);
    width: 240px;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    height: 240px;
    overflow: hidden;
}.teacher-profile .review-praise:hover .photo-box-wrap {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateZ(50px) scale(1.05);
}.teacher-profile .photo-box-wrap::after {
    width: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(135deg, rgb(176,176,204,0.5) 0%, transparent 100%);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
}.teacher-profile .review-praise:hover .photo-box-wrap::after {
    opacity: 0.5;
}.teacher-profile .name {
    font-size: calc(21px * 1.2);
    margin: 0 0 0.5rem;
    color: rgb(176,176,204);
    transform: translateZ(15px);
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 700;
}.teacher-profile .name::after {
    content: "";
    height: 3px;
    transition: transform 0.4s ease-out;
    bottom: -10px;
    left: 0;
    background: rgb(138,134,172);
    position: absolute;
    width: 60px;
    transform: scaleX(0.7);
    transform-origin: left;
}.teacher-profile .review-praise:hover .name::after {
    transform: scaleX(1);
}.teacher-profile .review-praise > div:nth-child(2) > div {
    font-size: calc(17px * 1.1);
    font-weight: 600;
    color: rgb(138,134,172);
    transform: translateZ(10px);
    position: relative;
    margin-top: 1.5rem;
    font-family: Arial, sans-serif;
}.teacher-profile .exp-timeline {
    font-size: 17px;
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: justify;
    transform: translateZ(5px);
}.teacher-profile .exp-timeline::before {
    transition: all 0.4s ease;
    content: "";
    font-size: 6rem;
    left: -1.5rem;
    position: absolute;
    transform: translateZ(5px);
    font-family: Georgia, serif;
    color: rgb(176,176,204,0.5);
    top: -3.5rem;
    opacity: 0.2;
}.teacher-profile .review-praise:hover .exp-timeline::before {
    transform: translateZ(15px) translateY(-10px);
    opacity: 0.4;
}

@media (min-width: 768px) {.teacher-profile .review-praise {
    grid-template-columns: auto 1fr;
    padding: 4rem;
    align-items: center;
    grid-template-areas:
            "photo info"
            "quote quote";
}.teacher-profile .review-praise > div:nth-child(2) {
    padding-left: 2rem;
}.teacher-profile .exp-timeline {
    margin-top: 2rem;
}
}

@media (min-width: 992px) {.teacher-profile {
    padding: 8rem 0;
}.teacher-profile .review-praise {
    padding: 5rem;
    grid-template-areas:
            "photo info"
            "photo quote";
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
}.teacher-profile .exp-timeline {
    padding-left: 2rem;
    margin-top: 0;
}.teacher-profile .photo-box-wrap {
    width: 280px;
    height: 280px;
}
}

@media (max-width: 767px) {.teacher-profile .review-praise {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
    grid-template-areas:
            "photo-box-wrap"
            "query-info"
            "exp-timeline";
}.teacher-profile .photo-box-wrap {
    width: 180px;
    margin: 0 auto;
    height: 180px;
}.teacher-profile .name {
    margin-top: 1.5rem;
    text-align: center;
}.teacher-profile .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.teacher-profile .review-praise:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.teacher-profile .review-praise > div:nth-child(2) > div {
    margin-top: 1rem;
    text-align: center;
}.teacher-profile .exp-timeline {
    margin-top: 1.5rem;
    text-align: left;
}}.privacySettingsModal {
    bottom: 20px;
    width: 90%;
    align-items: center;
    max-width: 600px;
    flex-direction: column;
    position: fixed;
    background: rgb(215,215,229);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    padding: 20px;
    display: flex;
    transform: translateX(-50%);
    border-radius: 18px;
    text-align: center;
    font-family: Arial, sans-serif;
    overflow: hidden;
    left: 50%;
}.privacy-gate {
    flex-direction: column;
    z-index: 1;
    align-items: center;
    display: flex;
}.policy-ack {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.policy-ack svg, .policy-ack svg path, .policy-ack img {
    height: 80px;
    fill: rgb(176,176,204);
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.privacySettingsModal h5 {
    color: rgb(176,176,204);
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 700;
}.privacySettingsModal p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #000000;
}.cookie-window {
    font-size: 15px;
    cursor: pointer;
    width: calc(50% - 10px);
    background: rgb(176,176,204);
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    display: inline-block;
    padding: 10px 20px;
}.cookie-window:hover {
    transform: translateY(-3px);
    background: rgb(138,134,172);
}.cookie_button.privacy-switch {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.privacy-switch:hover {
    background: rgb(138,134,172,0.5);
}.privacySettingsModal p a {
    color: rgb(176,176,204);
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
}.privacySettingsModal p a:hover {
    color: rgb(138,134,172);
}
@media only screen and (max-width: 600px) {.privacySettingsModal {
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    transform: none;
}.privacy-gate {
    padding: 15px;
}.policy-ack svg {
    height: 50px;
    width: 50px;
}.privacySettingsModal h5 {
    font-size: calc(21px - 2px);
}.privacySettingsModal p {
    font-size: calc(14px - 2px);
}.cookie-window {
    font-size: calc(15px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}
#cookie-modal-alert {
    display: none;
}#cookie-modal-alert:checked ~ .privacySettingsModal {
    opacity: 0;
    visibility: hidden;
}.contact-panel {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(215,215,229) 50%);
    overflow: hidden;
}.contact-panel::before {
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    z-index: 0;
    background-size: 60px 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}.contact-panel .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.contact-panel h2 {
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 60px;
    text-align: center;
    color: rgb(176,176,204);
    position: relative;
}.contact-panel h2::after {
    height: 3px;
    left: 50%;
    bottom: -15px;
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(176,176,204);
    content: "";
}.contact-panel .request-box {
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    background: #ffffff;
}.contact-panel .request-box::before {
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(176,176,204), rgb(138,134,172));
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}.contact-panel .photo-box-wrap {
    transition: all 0.5s ease;
    min-height: 550px;
    flex: 0 0 50%;
    position: relative;
}.contact-panel .photo-box-wrap::after {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(176,176,204,0.5), transparent);
    left: 0;
    content: "";
}.contact-panel .connect-feedback {
    padding: 60px 50px;
    flex: 0 0 50%;
    position: relative;
    background: #ffffff;
}.contact-panel .connect-feedback::before {
    width: 10px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(215,215,229);
    content: "";
}.contact-panel #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.contact-panel h3 {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 24px;
}.contact-panel h3::after {
    left: 0;
    background: rgb(176,176,204,0.5);
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
}.contact-panel input[type="text"] {
    color: #000000;
    background: #ffffff;
    border: 2px solid rgb(215,215,229);
    width: 100%;
    border-radius: 10px;
    padding: 18px 20px;
    font-size: 18px;
    transition: all 0.3s ease;
}.contact-panel input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(176,176,204);
}.contact-panel input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact-panel .support-query {
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
    display: flex;
}.contact-panel .support-query input[type="checkbox"] {
    cursor: pointer;
    appearance: none;
    position: relative;
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
    margin-top: 2px;
    border-radius: 10px;
    border: 2px solid rgb(215,215,229);
}.contact-panel .support-query input[type="checkbox"]:checked {
    background: rgb(176,176,204);
    border-color: rgb(176,176,204);
}.contact-panel .support-query input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    position: absolute;
    height: 10px;
    width: 6px;
    top: 5px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: "";
    left: 8px;
}.contact-panel .support-query label {
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}.contact-panel .support-query a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(176,176,204);
}.contact-panel .support-query a:hover {
    color: rgb(138,134,172);
}.contact-panel .message-inquiry {
    align-self: flex-start;
    transition: all 0.3s ease;
    border: none;
    background: rgb(176,176,204);
    margin-top: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgb(176,176,204,0.5);
    font-weight: 600;
    padding: 16px 40px;
    cursor: pointer;
    font-size: 19px;
    color: #ffffff;
}.contact-panel .message-inquiry::before {
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.6s ease;
}.contact-panel .message-inquiry:hover {
    background: rgb(138,134,172);
    box-shadow: 0 10px 25px rgb(138,134,172,0.5);
    transform: translateY(-3px);
}.contact-panel .message-inquiry:hover::before {
    left: 100%;
}.contact-panel svg {
    width: 22px;
    fill: rgb(176,176,204);
    transition: all 0.3s ease;
    height: 22px;
}.contact-panel svg path {
    fill: rgb(176,176,204);
    transition: all 0.3s ease;
}.contact-panel svg:hover {
    fill: rgb(138,134,172);
    transform: translateY(-2px);
}.contact-panel svg:hover path {
    fill: rgb(138,134,172);
}

@media (max-width: 1200px) {.contact-panel {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact-panel {
    padding: 80px 0;
}.contact-panel .request-box {
    flex-direction: column-reverse;
}.contact-panel .photo-box-wrap {
    flex: 0 0 auto;
    min-height: 350px;
}.contact-panel .connect-feedback {
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact-panel .connect-feedback::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
}
}

@media (max-width: 768px) {.contact-panel {
    padding: 60px 0;
}.contact-panel h2 {
    font-size: calc(29px - 4px);
    margin-bottom: 40px;
}.contact-panel .connect-feedback {
    padding: 40px 30px;
}.contact-panel #contact {
    gap: 25px;
}.contact-panel .photo-box-wrap {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact-panel {
    padding: 50px 0;
}.contact-panel .container {
    padding: 0 15px;
}.contact-panel h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 30px;
}.contact-panel .connect-feedback {
    padding: 35px 25px;
}.contact-panel #contact {
    gap: 20px;
}.contact-panel input[type="text"] {
    padding: 15px;
}.contact-panel .message-inquiry {
    padding: 15px 25px;
    width: 100%;
}.contact-panel .photo-box-wrap {
    min-height: 250px;
}
}