* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.nav-wrap-exp {
    flex: 1 0 auto;
}.equity-info-exp {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.core-container-exp {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1148px;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: smooth;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.check-it-out-now-exp {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgb(212,210,198,0.5) 100%);
    position: relative;
    overflow: hidden;
}.check-it-out-now-exp::before {
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(179,177,161,0.5) 0%, transparent 60%);
}.check-it-out-now-exp::after {
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    height: 200px;
    right: -50px;
    width: 200px;
    opacity: 0.5;
    filter: blur(40px);
    z-index: 1;
    background: rgb(212,210,198,0.5);
    content: "";
}.check-it-out-now-exp .container {
    padding: 0 20px;
    max-width: 1200px;
    display: flex;
    align-items: center;
    z-index: 2;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
}.check-it-out-now-exp h2 {
    color: #000000;
    font-size: 33px;
    transform: perspective(1000px) rotateX(2deg);
    margin-bottom: 3rem;
    transition: transform 0.5s ease-out;
    max-width: 800px;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    line-height: 1.4;
}.check-it-out-now-exp h2::before {
    height: 40px;
    left: -10px;
    border-left: 3px solid rgb(212,210,198);
    opacity: 0.7;
    border-top: 3px solid rgb(212,210,198);
    position: absolute;
    content: "";
    width: 40px;
    top: -10px;
}.check-it-out-now-exp h2::after {
    border-right: 3px solid rgb(212,210,198);
    content: "";
    height: 40px;
    width: 40px;
    border-bottom: 3px solid rgb(212,210,198);
    opacity: 0.7;
    position: absolute;
    right: -10px;
    bottom: -10px;
}.check-it-out-now-exp .mastery-center-exp {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    justify-content: center;
    transform: translateY(0);
    gap: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease;
    z-index: 3;
    border-radius: 22px;
    align-items: center;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    backdrop-filter: blur(10px);
    padding: 2.5rem 3rem;
    flex-direction: column;
    position: relative;
    display: flex;
}.check-it-out-now-exp .mastery-center-exp:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.check-it-out-now-exp svg {
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.1));
    width: 48px;
    height: 48px;
    transition: transform 0.4s ease, filter 0.4s ease;
    transform: rotate(-5deg);
}.check-it-out-now-exp svg:hover {
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.15));
    transform: rotate(0) scale(1.1);
}.check-it-out-now-exp svg path {
    fill: rgb(212,210,198);
    transition: fill 0.3s ease;
}.check-it-out-now-exp svg:hover path {
    fill: rgb(179,177,161);
}.check-it-out-now-exp .mastery-center-exp div {
    display: flex;
    justify-content: center;
    width: 100%;
}.check-it-out-now-exp .feedback-links-exp {
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    font-size: 14px;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    text-align: center;
    box-shadow: 0 5px 15px rgba(rgb(212,210,198,0.5), 0.3);
    z-index: 1;
    background: linear-gradient(45deg, rgb(212,210,198) 0%, rgb(179,177,161) 100%);
    color: #ffffff;
    padding: 1rem 2.5rem;
    transform: translateZ(0);
    font-weight: 600;
}.check-it-out-now-exp .feedback-links-exp::before {
    position: absolute;
    left: -100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
}.check-it-out-now-exp .feedback-links-exp:hover {
    box-shadow: 0 8px 25px rgba(rgb(212,210,198,0.5), 0.4);
    transform: translateY(-3px) scale(1.03);
}.check-it-out-now-exp .feedback-links-exp:hover::before {
    left: 100%;
}.check-it-out-now-exp .feedback-links-exp:active {
    transform: translateY(1px) scale(0.98);
}.check-it-out-now-exp .container:hover h2 {
    transform: perspective(1000px) rotateX(0deg);
}@keyframes float {
    0% { transform: translateY(0) rotate(-5deg); }
    50% { transform: translateY(-10px) rotate(-3deg); }
    100% { transform: translateY(0) rotate(-5deg); }
}

.check-it-out-now-exp svg {
    animation: float 4s ease-in-out infinite;
}

@media (min-width: 768px) {.check-it-out-now-exp .mastery-center-exp {
    flex-direction: row;
    gap: 2.5rem;
    padding: 3rem 4rem;
}.check-it-out-now-exp h2 {
    margin-bottom: 4rem;
    font-size: calc(33px * 1.1);
}.check-it-out-now-exp .feedback-links-exp {
    padding: 1.2rem 3rem;
    font-size: calc(14px * 1.1);
}.check-it-out-now-exp svg {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 767px) {.check-it-out-now-exp {
    padding: 4rem 0;
}.check-it-out-now-exp h2 {
    font-size: calc(33px * 0.85);
    margin-bottom: 2.5rem;
}.check-it-out-now-exp .mastery-center-exp {
    padding: 2rem;
}.check-it-out-now-exp .feedback-links-exp {
    width: 100%;
    padding: 0.9rem 1.8rem;
}.check-it-out-now-exp h2::before,
    .check-it-out-now-exp h2::after {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 480px) {.check-it-out-now-exp {
    padding: 3rem 0;
}.check-it-out-now-exp h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 2rem;
}.check-it-out-now-exp .mastery-center-exp {
    padding: 1.5rem;
}.check-it-out-now-exp svg {
    width: 40px;
    height: 40px;
}.check-it-out-now-exp h2::before,
    .check-it-out-now-exp h2::after {
    display: none;
}}.teacher-profile-exp {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(239,238,234) 0%, #ffffff 100%);
    position: relative;
    padding: 70px 30px;
}.teacher-profile-exp::before {
    left: 0;
    width: 100%;
    opacity: 0.4;
    background: radial-gradient(circle at 30% 50%, rgb(212,210,198,0.5) 0%, transparent 40%);
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 0;
}.teacher-profile-exp::after {
    z-index: 0;
    top: 0;
    opacity: 0.3;
    background: radial-gradient(circle at 70% 30%, rgb(179,177,161,0.5) 0%, transparent 40%);
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}.teacher-profile-exp .user-opinions-exp {
    position: relative;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    margin: 0 auto;
    display: grid;
    max-width: 1000px;
    z-index: 2;
    perspective: 1500px;
}.teacher-profile-exp .main-photo-exp {
    transform-origin: bottom;
    position: relative;
    border-radius: 22px 22px 0 0;
    overflow: hidden;
    height: 300px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateX(10deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 2;
    width: 100%;
}.teacher-profile-exp .main-photo-exp::before {
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}.teacher-profile-exp .user-opinions-exp:hover .main-photo-exp {
    transform: rotateX(0deg) translateZ(30px);
}.teacher-profile-exp .exp-content-exp {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 0 0 22px 22px;
    transform: rotateX(-5deg);
    padding: 40px;
    background: #ffffff;
    position: relative;
    transform-origin: top;
}.teacher-profile-exp .user-opinions-exp:hover .exp-content-exp {
    transform: rotateX(0deg) translateZ(20px);
}.teacher-profile-exp .name {
    position: relative;
    display: inline-block;
    transform: translateZ(0);
    font-weight: 700;
    margin-bottom: 10px;
    transition: transform 0.4s ease;
    color: rgb(212,210,198);
    font-size: 34px;
}.teacher-profile-exp .name::after {
    background: linear-gradient(to right, rgb(179,177,161), transparent);
    height: 3px;
    left: 0;
    transition: width 0.4s ease 0.1s;
    bottom: -5px;
    width: 0;
    content: "";
    position: absolute;
}.teacher-profile-exp .user-opinions-exp:hover .name::after {
    width: 100%;
}.teacher-profile-exp .user-opinions-exp:hover .name {
    transform: translateZ(10px);
}.teacher-profile-exp .exp-content-exp > div:nth-child(2) {
    color: #000000;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    opacity: 0.7;
    margin-bottom: 20px;
    transform: translateZ(0);
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 1px;
}.teacher-profile-exp .user-opinions-exp:hover .exp-content-exp > div:nth-child(2) {
    color: rgb(179,177,161);
    transform: translateZ(15px);
}.teacher-profile-exp .experience-tasks-exp {
    transform: translateZ(0);
    transition: transform 0.4s ease 0.2s;
    border-top: 1px solid rgb(239,238,234);
    position: relative;
    font-size: 15px;
    padding: 20px 0 0 0;
    color: #000000;
    line-height: 1.7;
}.teacher-profile-exp .user-opinions-exp:hover .experience-tasks-exp {
    transform: translateZ(5px);
}.teacher-profile-exp .experience-tasks-exp::before {
    color: rgb(179,177,161,0.5);
    line-height: 0;
    content: "";
    position: absolute;
    opacity: 0.5;
    top: 10px;
    font-size: 60px;
    left: -5px;
}

@media (min-width: 768px) {.teacher-profile-exp .user-opinions-exp {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.teacher-profile-exp .main-photo-exp {
    height: 100%;
    transform: rotateY(-10deg);
    border-radius: 22px 0 0 22px;
    transform-origin: right;
}.teacher-profile-exp .user-opinions-exp:hover .main-photo-exp {
    transform: rotateY(0deg) translateZ(30px);
}.teacher-profile-exp .exp-content-exp {
    transform: rotateY(5deg);
    transform-origin: left;
    border-radius: 0 22px 22px 0;
}.teacher-profile-exp .user-opinions-exp:hover .exp-content-exp {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.teacher-profile-exp {
    padding: 50px 20px;
}.teacher-profile-exp .main-photo-exp {
    height: 250px;
}.teacher-profile-exp .exp-content-exp {
    padding: 30px 25px;
}.teacher-profile-exp .name {
    font-size: calc(34px - 4px);
}.teacher-profile-exp .exp-content-exp > div:nth-child(2) {
    font-size: calc(21px - 1px);
}.teacher-profile-exp .experience-tasks-exp {
    font-size: calc(15px - 1px);
}}.homepage-exp {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgba(245, 248, 250, 0.9) 100%);
}.homepage-exp::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(94, 170, 168, 0.03),
        rgba(94, 170, 168, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: 1;
    content: "";
    top: 0;
}.homepage-exp::after {
    z-index: 0;
    content: "";
    background: radial-gradient(ellipse at center, rgba(94, 170, 168, 0.1) 0%, transparent 70%);
    transform: rotate(35deg);
    height: 200%;
    position: absolute;
    top: -50%;
    right: -25%;
    width: 80%;
}.homepage-exp .mastery-center-exp {
    position: relative;
    min-height: 100vh;
    display: flex;
    padding: 2rem;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    max-width: 1400px;
    flex-direction: column-reverse;
}.homepage-exp .text-arch-exp {
    z-index: 3;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 0;
    flex: 1;
    display: flex;
    position: relative;
}.homepage-exp h1 {
    position: relative;
    font-size: clamp(2rem, 5vw, 32px);
    font-weight: 700;
    color: #000000;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    transform: translateX(-20px);
    opacity: 0;
    margin-bottom: 2rem;
}.homepage-exp h1::after {
    content: "";
    width: 0;
    left: 0;
    position: absolute;
    bottom: -12px;
    background: rgb(212,210,198);
    height: 3px;
    animation: growLine 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
}.homepage-exp .learning-intro-exp {
    display: flex;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    margin-bottom: 2rem;
    align-items: flex-start;
    opacity: 0;
    flex-direction: column;
    gap: 1.5rem;
}.homepage-exp .learning-intro-exp p {
    color: #000000;
    max-width: 90%;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    padding-left: 1rem;
}.homepage-exp .learning-intro-exp p::before {
    width: 3px;
    transform-origin: top;
    top: 0.5rem;
    content: "";
    background: rgb(212,210,198);
    transform: scaleY(0);
    animation: scaleVertical 0.6s 0.8s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    position: absolute;
    height: calc(100% - 1rem);
    left: 0;
}.homepage-exp svg {
    height: 80px;
    width: 80px;
    filter: drop-shadow(0 3px 5px rgba(94, 170, 168, 0.2));
    transform: translateY(0);
    animation: float 4s ease-in-out infinite;
    transition: transform 0.3s ease-in-out;
}.homepage-exp svg:hover {
    transform: translateY(-5px) rotate(3deg);
}.homepage-exp svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.homepage-exp svg text {
    transition: fill 0.3s ease;
    font-weight: 700;
}.homepage-exp svg:hover path {
    fill: rgba(74, 150, 148, 1);
}.homepage-exp svg:hover text {
    fill: rgba(74, 150, 148, 1);
}.homepage-exp ul {
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    margin: 0;
    padding: 0;
    opacity: 0;
    list-style: none;
}.homepage-exp ul li {
    display: inline-block;
}.homepage-exp .feedback-links-exp {
    font-weight: 600;
    transform: translateZ(0);
    box-shadow: 0 8px 20px -10px rgba(94, 170, 168, 0.5);
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.21, 1.04);
    text-decoration: none;
    justify-content: center;
    padding: 0.8rem 2rem;
    background: rgb(212,210,198);
    font-size: 16px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    position: relative;
}.homepage-exp .feedback-links-exp::before {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: transform 0.6s;
    transform: translateX(-100%);
    height: 100%;
}.homepage-exp .feedback-links-exp:hover {
    background: rgba(84, 160, 158, 1);
    box-shadow: 0 10px 25px -8px rgba(94, 170, 168, 0.6);
    transform: translateY(-2px) translateZ(0);
}.homepage-exp .feedback-links-exp:hover::before {
    transform: translateX(100%);
}.homepage-exp .feedback-links-exp:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 5px 15px -8px rgba(94, 170, 168, 0.4);
}.homepage-exp .main-photo-exp {
    animation: fadeIn 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    min-height: 50vh;
    border-radius: 2px;
    flex: 1;
    opacity: 0;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.21, 1.04);
    position: relative;
    transform: perspective(1200px) rotateY(-5deg);
}.homepage-exp .main-photo-exp::before {
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}.homepage-exp .main-photo-exp::after {
    left: 0;
    border: 2px solid rgba(94, 170, 168, 0.3);
    height: 100%;
    animation: borderScan 4s linear infinite;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
    top: 0;
    box-sizing: border-box;
    content: "";
    width: 100%;
    position: absolute;
}

@keyframes borderScan {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 10%, 0 10%);
    }
    25% {
        clip-path: polygon(90% 0, 100% 0, 100% 100%, 90% 100%);
    }
    50% {
        clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);
    }
    75% {
        clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 10%, 0 10%);
    }
}

@keyframes growLine {
    to {
        width: 100px;
    }
}

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

@keyframes slideInTitle {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes scaleVertical {
    to {
        transform: scaleY(1);
    }
}

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

@media (min-width: 768px) {.homepage-exp .mastery-center-exp {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
    padding: 3rem;
}.homepage-exp .text-arch-exp {
    padding: 2rem 0;
    flex: 1;
}.homepage-exp .main-photo-exp {
    transform: perspective(1200px) rotateY(-8deg) translateZ(30px);
    flex: 1.2;
    min-height: 65vh;
}.homepage-exp .main-photo-exp:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(10px);
}.homepage-exp svg {
    width: 100px;
    height: 100px;
}.homepage-exp h1 {
    font-size: 32px;
}
}

@media (min-width: 992px) {.homepage-exp .mastery-center-exp {
    gap: 5rem;
}.homepage-exp h1::after {
    height: 4px;
}.homepage-exp svg {
    width: 120px;
    height: 120px;
}.homepage-exp .main-photo-exp {
    min-height: 70vh;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (min-width: 1200px) {.homepage-exp .mastery-center-exp {
    gap: 6rem;
}.homepage-exp .main-photo-exp {
    transform: perspective(1500px) rotateY(-12deg) translateZ(40px);
}.homepage-exp .main-photo-exp:hover {
    transform: perspective(1500px) rotateY(-5deg) translateZ(20px);
}.homepage-exp h1 {
    margin-bottom: 2.5rem;
}.homepage-exp .learning-intro-exp p {
    max-width: 80%;
}.homepage-exp h1::after {
    animation: growLine 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
}@keyframes growLine {
        to {
            width: 150px;
        }
    }
}.gratSection-exp {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgb(212,210,198,0.5) 100%);
    padding: 5rem 0;
}.gratSection-exp::before {
    right: 0;
    background: linear-gradient(230deg, rgb(179,177,161,0.5) 10%, transparent 80%);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 40%;
    content: "";
}.gratSection-exp::after {
    left: -5rem;
    animation: pulse 8s infinite ease-in-out;
    bottom: -5rem;
    height: 20rem;
    background: linear-gradient(45deg, rgb(212,210,198,0.5) 0%, transparent 70%);
    border-radius: 50%;
    content: "";
    z-index: 0;
    filter: blur(30px);
    width: 20rem;
    position: absolute;
}.gratSection-exp .container {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    margin: 0 auto;
}.gratSection-exp h2 {
    font-weight: 700;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    max-width: 90%;
    font-size: 38px;
    position: relative;
    line-height: 1.3;
    color: #000000;
    transform-origin: left center;
    animation: slideInTitle 0.8s ease-out forwards;
}.gratSection-exp h2::after {
    position: absolute;
    bottom: -1rem;
    transform: scaleX(0);
    transform-origin: left;
    height: 0.3rem;
    background: linear-gradient(90deg, rgb(212,210,198) 0%, rgb(179,177,161) 100%);
    width: 6rem;
    content: "";
    left: 0;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.gratSection-exp .mastery-center-exp {
    background: #ffffff;
    padding: 3rem;
    position: relative;
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    opacity: 0;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
}.gratSection-exp .mastery-center-exp::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(179,177,161,0.5) 150%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    height: 100%;
}.gratSection-exp ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.gratSection-exp li {
    position: relative;
    padding-left: 2rem;
}.gratSection-exp li::before {
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(212,210,198);
    width: 0.6rem;
    position: absolute;
    height: 0.6rem;
    content: "";
    left: 0;
    transform: rotate(45deg) scale(0);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 0.5rem;
}.gratSection-exp span {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    display: block;
}

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

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

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

@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.gratSection-exp {
    padding: 4rem 0;
}.gratSection-exp h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.gratSection-exp .mastery-center-exp {
    padding: 2.5rem;
}.gratSection-exp::before {
    width: 30%;
}
}

@media (max-width: 768px) {.gratSection-exp {
    padding: 3.5rem 0;
}.gratSection-exp h2 {
    line-height: 1.4;
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.8);
}.gratSection-exp .mastery-center-exp {
    padding: 2rem;
}.gratSection-exp .container {
    transform: perspective(1000px) rotateX(1deg);
}.gratSection-exp::before {
    width: 25%;
}.gratSection-exp li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.gratSection-exp {
    padding: 3rem 0;
}.gratSection-exp h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.7);
}.gratSection-exp h2::after {
    bottom: -0.75rem;
    width: 5rem;
    height: 0.25rem;
}.gratSection-exp .mastery-center-exp {
    padding: 1.5rem;
}.gratSection-exp .container {
    transform: none;
    padding: 0 1.5rem;
}.gratSection-exp::before {
    display: none;
}.gratSection-exp li {
    padding-left: 1.5rem;
}.gratSection-exp li::before {
    top: 0.4rem;
    height: 0.5rem;
    width: 0.5rem;
}.gratSection-exp span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}}header {
    background: linear-gradient(135deg, rgb(212,210,198,0.5) 0%, rgb(179,177,161) 100%);
    position: relative;
    width: 100%;
    z-index: 99;
    overflow: visible;
}header::before {
    height: 100%;
    background: linear-gradient(145deg, rgb(179,177,161,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}header .main-top-exp {
    flex-direction: row;
    position: relative;
    padding: 20px 15px;
    align-items: center;
    display: flex;
    transform: none;
    z-index: 5;
    justify-content: space-between;
}header .main-top-exp .top-class-exp {
    transform: translateX(0);
    transition: transform 0.4s ease;
    margin-right: 10px;
}header .main-top-exp .top-class-exp:hover {
    transform: scale(1.05);
}header .main-top-exp .top-class-exp .nav-prime-exp {
    display: inline-block;
}header .main-top-exp .top-class-exp .nav-prime-exp svg {
    height: 50px;
    width: auto;
}header .main-top-exp .main-pagewrap-exp {
    padding: 20px 30px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    display: flex;
    transform: none;
    position: relative;
}header .main-top-exp .main-pagewrap-exp::before {
    top: 0;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
    transform: rotate(-2deg) scale(1.03);
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    border-radius: 11px;
}header .main-top-exp .main-pagewrap-exp .head-know-exp {
    margin: 0 12px;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .main-top-exp .main-pagewrap-exp .head-know-exp:hover {
    transform: translateY(-3px) scale(1.05);
}header .main-top-exp .main-pagewrap-exp .head-know-exp a {
    color: #ffffff;
    display: block;
    padding: 8px 5px;
    overflow: hidden;
    font-size: 18px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
}header .main-top-exp .main-pagewrap-exp .head-know-exp a::after {
    content: "";
    bottom: 0;
    width: 100%;
    height: 2px;
    transition: transform 0.4s ease;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(179,177,161), transparent);
    position: absolute;
    transform: translateX(-100%);
}header .main-top-exp .main-pagewrap-exp .head-know-exp:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .main-top-exp {
    flex-direction: column;
    align-items: center;
}header .main-top-exp .top-class-exp {
    margin-bottom: 15px;
    margin-right: 0;
}header .main-top-exp .main-pagewrap-exp {
    justify-content: center;
    padding: 15px;
    width: 100%;
}header .main-top-exp .main-pagewrap-exp .head-know-exp {
    margin: 5px 15px 5px 0;
}header .main-top-exp .main-pagewrap-exp .head-know-exp a {
    padding: 5px;
    font-size: calc(18px - 2px);
}}.service-connect-exp {
    overflow: hidden;
    padding: 120px 0 80px;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgba(245, 245, 255, 0.9) 100%);
}.service-connect-exp::before {
    opacity: 0.05;
    top: -50%;
    transform: rotate(-15deg) translateZ(-10px);
    width: 120%;
    position: absolute;
    left: -10%;
    pointer-events: none;
    height: 200%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(212,210,198,0.5) 0%, transparent 70%);
    content: "";
}.service-connect-exp::after {
    bottom: 0;
    opacity: 0.1;
    position: absolute;
    width: 60%;
    z-index: 0;
    height: 40%;
    content: "";
    background: radial-gradient(circle at bottom right, rgb(179,177,161,0.5) 0%, transparent 70%);
    pointer-events: none;
    right: 0;
}.service-connect-exp .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    transform-style: preserve-3d;
}.service-connect-exp .connect-team-exp {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    background: #ffffff;
    padding: 50px 40px;
}.service-connect-exp h3 {
    letter-spacing: -0.02em;
    margin: 0 0 30px;
    font-size: calc(35px * 1.1);
    position: relative;
    color: #000000;
    transform: translateZ(10px);
    font-weight: 700;
}.service-connect-exp h3::after {
    content: "";
    position: absolute;
    background: rgb(212,210,198);
    transform: scaleX(1);
    left: 0;
    bottom: -10px;
    height: 3px;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 80px;
    transform-origin: left;
}.service-connect-exp h3:hover::after {
    transform: scaleX(1.5);
}.service-connect-exp p {
    line-height: 1.7;
    font-size: 12px;
    transform: translateZ(5px);
    color: #000000;
    max-width: 90%;
    margin-bottom: 20px;
}.service-connect-exp h5 {
    margin: 0 0 10px;
    align-items: center;
    color: #000000;
    transform: translateZ(7px);
    font-weight: 600;
    gap: 10px;
    letter-spacing: 0.01em;
    display: flex;
    font-size: 22px;
    text-transform: capitalize;
}.service-connect-exp svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    height: 22px;
    transform: translateY(2px);
    width: 22px;
}.service-connect-exp svg path {
    fill: rgb(212,210,198);
    transition: fill 0.3s ease;
}.service-connect-exp .contact-help-expSgs {
    list-style: none;
    display: flex;
    margin: 20px 0 0;
    padding: 0;
    gap: 15px;
    flex-direction: column;
    transform: translateZ(8px);
}.service-connect-exp .contact-help-expSgs li {
    position: relative;
    transition: transform 0.3s ease;
}.service-connect-exp .contact-help-expSgs li:hover {
    transform: translateX(5px);
}.service-connect-exp .contact-us-exp {
    border-left: 3px solid transparent;
    gap: 10px;
    display: flex;
    color: #000000;
    align-items: center;
    padding: 10px 15px;
    transition: all 0.3s ease;
    font-size: calc(12px * 1.05);
    font-weight: 600;
    text-decoration: none;
}.service-connect-exp .contact-us-exp:hover {
    border-left-color: rgb(212,210,198);
    color: rgb(212,210,198);
}.service-connect-exp .contact-us-exp:hover svg {
    transform: translateY(2px) scale(1.1);
}.service-connect-exp .contact-us-exp:hover svg path {
    fill: rgb(179,177,161);
}.service-connect-exp .contact-us-exp:active {
    transform: scale(0.98);
}

@media (min-width: 768px) {.service-connect-exp .connect-team-exp {
    gap: 40px 60px;
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 70px;
}.service-connect-exp h3 {
    grid-column: 1 / -1;
    margin-bottom: 10px;
}.service-connect-exp .connect-team-exp > div:first-of-type {
    grid-column: 1 / -1;
}.service-connect-exp .contact-help-expSgs {
    grid-column: 2 / 3;
    align-self: start;
}
}

@media (min-width: 1024px) {.service-connect-exp {
    padding: 140px 0 100px;
}.service-connect-exp .connect-team-exp {
    grid-template-columns: 1.5fr 1fr;
    padding: 70px 80px;
    gap: 40px 80px;
}.service-connect-exp h3 {
    font-size: calc(35px * 1.2);
}.service-connect-exp h3::after {
    width: 100px;
}.service-connect-exp p {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}.service-connect-exp .contact-us-exp {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.service-connect-exp {
    padding: 80px 0 60px;
}.service-connect-exp .connect-team-exp {
    padding: 40px 30px;
}.service-connect-exp h3 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.9);
}.service-connect-exp p {
    max-width: 100%;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.service-connect-exp {
    padding: 60px 0 40px;
}.service-connect-exp .connect-team-exp {
    padding: 30px 20px;
}.service-connect-exp h3 {
    font-size: calc(35px * 0.85);
}.service-connect-exp .contact-us-exp {
    padding: 8px 12px;
    font-size: calc(12px * 0.95);
}.service-connect-exp svg {
    width: 20px;
    height: 20px;
}}.equity-info-exp {
    position: relative;
    z-index: 1;
    padding: 6rem 0 4rem;
    color: #ffffff;
}.equity-info-exp::before {
    position: absolute;
    background: #000000;
    top: 0;
    content: "";
    z-index: -1;
    opacity: 0.85;
    width: 100%;
    height: 100%;
    left: 0;
}.equity-info-exp::after {
    background-size: 30px 30px;
    animation: gridAnimate 15s linear infinite;
    content: "";
    background-position: center;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(rgba(rgb(212,210,198), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(212,210,198), 0.2) 1px, transparent 1px);
    height: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0.15;
    top: 0;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.equity-info-exp .container {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.equity-info-exp .company_holder {
    position: relative;
    grid-row: 1;
    grid-column: 1 / 5;
}.equity-info-exp .company_holder::before {
    content: "";
    width: 60px;
    border-left: 2px solid rgb(212,210,198);
    border-top: 2px solid rgb(212,210,198);
    left: -20px;
    top: -20px;
    position: absolute;
    height: 60px;
    opacity: 0.7;
}.equity-info-exp .company_holder::after {
    border-bottom: 2px solid rgb(212,210,198);
    content: "";
    opacity: 0.7;
    border-right: 2px solid rgb(212,210,198);
    bottom: -20px;
    position: absolute;
    right: -20px;
    height: 60px;
    width: 60px;
}.equity-info-exp .company_holder h3 {
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, #ffffff, rgb(212,210,198));
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
}.equity-info-exp .company_holder h3::after {
    left: 0;
    width: 30%;
    background: rgb(212,210,198);
    content: "";
    position: absolute;
    height: 2px;
    bottom: -5px;
    box-shadow: 0 0 10px rgb(212,210,198);
}.equity-info-exp .biz-learnings-exp {
    opacity: 0.8;
    color: #ffffff;
    margin-top: 1.5rem;
    line-height: 1.6;
    font-size: 13px;
}.equity-info-exp .discord-cta-exp {
    grid-column: 6 / 13;
    justify-content: flex-end;
    display: flex;
    grid-row: 1;
}.equity-info-exp .first-section-exp {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}.equity-info-exp .main-pagewrap-exp {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    backdrop-filter: blur(4px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 10px;
    position: relative;
}.equity-info-exp .main-pagewrap-exp:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    transform: translateY(-5px);
}.equity-info-exp .main-pagewrap-exp::before {
    height: 0;
    background: rgb(212,210,198);
    position: absolute;
    width: 3px;
    top: 0;
    left: 0;
    content: "";
    transition: height 0.3s ease;
}.equity-info-exp .main-pagewrap-exp:hover::before {
    height: 100%;
}.equity-info-exp .main-pagewrap-exp h5 {
    color: rgb(179,177,161);
    font-weight: 600;
    position: relative;
    padding-left: 1rem;
    letter-spacing: 1px;
    font-size: 19px;
    margin-bottom: 1.5rem;
}.equity-info-exp .main-pagewrap-exp h5::before {
    width: 5px;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgb(212,210,198);
    background: rgb(212,210,198);
    height: 5px;
    top: 50%;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 0;
}.equity-info-exp .main-pagewrap-exp .first-section-exp {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}.equity-info-exp .main-pagewrap-exp .first-section-exp a {
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    opacity: 0.7;
    padding: 0.4rem 1rem;
    overflow: hidden;
    text-decoration: none;
    font-size: 13px;
    z-index: 1;
    position: relative;
}.equity-info-exp .main-pagewrap-exp .first-section-exp a::before {
    height: 100%;
    background: linear-gradient(90deg, rgba(rgb(212,210,198,0.5), 0.1), transparent);
    transition: transform 0.3s ease;
    width: 100%;
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    transform: translateX(-100%);
}.equity-info-exp .main-pagewrap-exp .first-section-exp a:hover {
    color: #ffffff;
    padding-left: 1.5rem;
    opacity: 1;
}.equity-info-exp .main-pagewrap-exp .first-section-exp a:hover::before {
    transform: translateX(0);
}.module-end-exp {
    margin-top: 4rem;
    grid-column: 1 / 13;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    grid-row: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.module-end-exp::before {
    content: "";
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(212,210,198), transparent);
    top: 0;
    height: 1px;
    position: absolute;
    width: 60%;
    transform: translateX(-50%);
}.module-end-exp .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.module-end-exp .faq-block-exp {
    opacity: 0.7;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 13px;
}

@media screen and (max-width: 992px) {.equity-info-exp .container {
    grid-template-columns: repeat(1, 1fr);
}.equity-info-exp .company_holder {
    grid-column: 1;
    grid-row: 1;
}.equity-info-exp .discord-cta-exp {
    margin-top: 2rem;
    grid-row: 2;
    grid-column: 1;
}.module-end-exp {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.equity-info-exp {
    padding: 4rem 0 3rem;
}.equity-info-exp .first-section-exp {
    gap: 2rem;
    grid-template-columns: 1fr;
}.equity-info-exp .main-pagewrap-exp {
    padding: 1.2rem;
}.equity-info-exp .main-pagewrap-exp h5 {
    font-size: calc(19px * 0.9);
}.equity-info-exp .company_holder::before,
    .equity-info-exp .company_holder::after {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.equity-info-exp {
    padding: 3rem 0 2rem;
}.equity-info-exp .company_holder h3 {
    font-size: calc(30px * 0.9);
}.equity-info-exp .biz-learnings-exp {
    font-size: calc(13px * 0.9);
}.equity-info-exp .main-pagewrap-exp .first-section-exp a {
    font-size: calc(13px * 0.9);
}.module-end-exp {
    margin-top: 2rem;
    padding: 1rem 0;
}}.study-process-exp {
    position: relative;
    background: rgb(239,238,234);
    overflow: hidden;
    min-height: 75vh;
    align-items: center;
    justify-content: center;
    display: flex;
}.study-process-exp::before {
    width: 100%;
    opacity: 0.5;
    z-index: 1;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(ellipse at 30% 30%, rgb(212,210,198,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 70%, rgb(179,177,161,0.5) 0%, transparent 60%);
    top: 0;
    animation: pulseBackground 8s ease-in-out infinite alternate;
}.study-process-exp::after {
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        );
    top: 0;
    left: 0;
    content: "";
}.study-process-exp .container {
    z-index: 5;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    position: relative;
    width: 100%;
    display: flex;
    padding: 0 2rem;
}.study-process-exp .mastery-center-exp {
    position: relative;
    max-width: 1300px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 5rem;
    align-items: center;
}.study-process-exp .mastery-center-exp::before {
    width: 100%;
    animation: rotateField 40s linear infinite;
    position: absolute;
    content: "";
    border-radius: 50%;
    opacity: 0.6;
    background: 
        repeating-radial-gradient(
            circle at center,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 60px
        );
    z-index: -1;
    height: 100%;
}.study-process-exp .mastery-center-exp::after {
    width: 100%;
    content: "";
    border-radius: 50%;
    transform-origin: center;
    animation: rotateField 20s linear infinite reverse;
    height: 100%;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(212,210,198,0.5) 90deg,
            transparent 180deg,
            rgb(179,177,161,0.5) 270deg,
            transparent 360deg
        );
    z-index: -2;
    position: absolute;
    opacity: 0.3;
}.study-process-exp h3 {
    margin: 0 10px;
    padding: 2rem 3rem;
    display: flex;
    background: #ffffff;
    z-index: 2;
    font-weight: 700;
    align-items: center;
    font-size: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: rgb(212,210,198);
    animation: magneticPulse 5s ease-in-out infinite;
    position: relative;
    flex: 0 1 48%;
    justify-content: center;
    border-radius: 30px;
    text-align: center;
    max-width: 600px;
}.study-process-exp h3::before {
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(212,210,198,0.5), rgb(179,177,161,0.5));
    border-radius: 35px;
    z-index: -1;
    inset: -5px;
    content: "";
    animation: borderPulse 5s ease-in-out infinite;
    position: absolute;
}.study-process-exp h3::after {
    height: 2px;
    content: "";
    width: 40px;
    position: absolute;
    top: 50%;
    right: -20px;
    background: linear-gradient(to right, rgb(212,210,198), transparent);
    z-index: 1;
}.study-process-exp span {
    max-width: 850px;
    color: #000000;
    font-size: 17px;
    animation: magneticPulse 5s ease-in-out 0.5s infinite;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 0 1 70%;
    border-radius: 30px;
    margin: 0 10px;
    padding: 2rem 3rem;
    z-index: 2;
    line-height: 1.7;
    background: #ffffff;
}.study-process-exp span::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(179,177,161,0.5), rgb(212,210,198,0.5));
    inset: -5px;
    opacity: 0.7;
    border-radius: 35px;
    animation: borderPulse 5s ease-in-out 0.5s infinite;
    content: "";
}.study-process-exp span::after {
    height: 2px;
    background: linear-gradient(to left, rgb(179,177,161), transparent);
    left: -20px;
    z-index: 1;
    top: 50%;
    content: "";
    width: 40px;
    position: absolute;
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
        background-position: 100% 100%;
    }
}

@keyframes rotateField {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes magneticPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.study-process-exp .container {
    padding: 4rem 1.5rem;
}.study-process-exp .mastery-center-exp {
    flex-direction: column;
    gap: 3rem;
}.study-process-exp h3 {
    width: 100%;
    max-width: 100%;
    flex: 0 1 auto;
    font-size: calc(28px * 0.9);
    padding: 1.8rem 2.5rem;
}.study-process-exp span {
    flex: 0 1 auto;
    padding: 1.8rem 2.5rem;
    max-width: 100%;
    font-size: calc(17px * 0.95);
    width: 100%;
}.study-process-exp h3::after {
    right: 50%;
    top: auto;
    bottom: -20px;
    width: 40px;
    transform: translateX(50%) rotate(90deg);
}.study-process-exp span::after {
    display: none;
}
}

@media (max-width: 768px) {.study-process-exp {
    padding: 3rem 0;
    min-height: auto;
}.study-process-exp .container {
    padding: 0 1.2rem;
}.study-process-exp .mastery-center-exp {
    gap: 2.5rem;
}.study-process-exp h3 {
    padding: 1.5rem 2rem;
    font-size: calc(28px * 0.8);
}.study-process-exp span {
    font-size: calc(17px * 0.9);
    padding: 1.5rem 2rem;
}.study-process-exp h3::before,
    .study-process-exp span::before {
    inset: -3px;
}
}

@media (max-width: 576px) {.study-process-exp {
    padding: 2.5rem 0;
}.study-process-exp .container {
    padding: 0 1rem;
}.study-process-exp .mastery-center-exp {
    gap: 2rem;
}.study-process-exp h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(28px * 0.7);
}.study-process-exp span {
    padding: 1.2rem 1.5rem;
    font-size: calc(17px * 0.85);
}.study-process-exp h3::after {
    width: 30px;
    bottom: -15px;
}.study-process-exp h3::before,
    .study-process-exp span::before {
    inset: -2px;
}}.contact-form-box-exp {
    overflow: hidden;
    background: rgb(239,238,234);
    position: relative;
    padding: 120px 0;
}.contact-form-box-exp::before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(212,210,198), rgb(179,177,161));
}.contact-form-box-exp .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.contact-form-box-exp h2 {
    font-size: 36px;
    display: inline-block;
    margin-bottom: 60px;
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    font-weight: 700;
    color: #000000;
    text-align: left;
}.contact-form-box-exp h2::before {
    width: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    height: 100%;
    background: rgb(212,210,198);
}.contact-form-box-exp .message-query-exp {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.contact-form-box-exp .main-photo-exp {
    overflow: hidden;
    position: relative;
    min-height: 500px;
    border-radius: 19px;
    order: 2;
    box-shadow: -15px 15px 0 rgb(212,210,198,0.5);
}.contact-form-box-exp .help-help-exp {
    order: 1;
}.contact-form-box-exp form {
    width: 100%;
    border-radius: 19px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.contact-form-box-exp form h3 {
    margin-bottom: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
}.contact-form-box-exp form input[type="text"] {
    font-size: 18px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    color: #000000;
    background: rgb(239,238,234);
    border: none;
    padding: 18px 25px;
    font-family: Arial, sans-serif;
}.contact-form-box-exp form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(212,210,198,0.5);
}.contact-form-box-exp form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact-form-box-exp .feedback-widget-exp {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact-form-box-exp .feedback-widget-exp input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-form-box-exp .feedback-widget-exp label {
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding-left: 35px;
}.contact-form-box-exp .feedback-widget-exp label::before {
    background: rgb(239,238,234);
    left: 0;
    width: 22px;
    transition: all 0.2s ease;
    height: 22px;
    content: "";
    position: absolute;
    border-radius: 10px;
    top: 2px;
}.contact-form-box-exp .feedback-widget-exp input[type="checkbox"]:checked + label::before {
    background: rgb(212,210,198);
}.contact-form-box-exp .feedback-widget-exp input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    height: 10px;
    top: 6px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    content: "";
    border-right: 2px solid #ffffff;
    left: 8px;
}.contact-form-box-exp .feedback-widget-exp label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(212,210,198);
    font-weight: 600;
}.contact-form-box-exp .feedback-widget-exp label a:hover {
    color: rgb(179,177,161);
}.contact-form-box-exp form .feedback-links-exp {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    background: #000000;
    display: inline-block;
    padding: 18px 40px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    border: none;
}.contact-form-box-exp form .feedback-links-exp:hover {
    background: rgb(212,210,198);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.contact-form-box-exp svg {
    fill: rgb(212,210,198);
    width: 20px;
    height: 20px;
}.contact-form-box-exp svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,210,198);
}

@media screen and (max-width: 991px) {.contact-form-box-exp {
    padding: 90px 0;
}.contact-form-box-exp .message-query-exp {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact-form-box-exp .main-photo-exp {
    margin: 0 auto;
    min-height: 400px;
    order: 1;
    max-width: 600px;
}.contact-form-box-exp .help-help-exp {
    order: 2;
}.contact-form-box-exp form {
    margin: 0 auto;
    max-width: 600px;
}
}

@media screen and (max-width: 767px) {.contact-form-box-exp {
    padding: 70px 0;
}.contact-form-box-exp h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.contact-form-box-exp .main-photo-exp {
    box-shadow: -10px 10px 0 rgb(212,210,198,0.5);
    width: 100%;
    min-height: 300px;
}.contact-form-box-exp form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact-form-box-exp {
    padding: 50px 0;
}.contact-form-box-exp h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 30px;
}.contact-form-box-exp .main-photo-exp {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(212,210,198,0.5);
}.contact-form-box-exp form {
    padding: 30px 20px;
}.contact-form-box-exp form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.contact-form-box-exp form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-form-box-exp form .feedback-links-exp {
    padding: 15px 20px;
    width: 100%;
}}.course-offering-exp {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e6ed 100%);
}.course-offering-exp::before {
    opacity: 0.15;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(179,177,161,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
    top: 0;
}.course-offering-exp::after {
    content: "";
    border-radius: 50%;
    height: 100%;
    top: -50%;
    position: absolute;
    transform: scale(2);
    background: radial-gradient(ellipse at center, rgb(212,210,198,0.5) 0%, transparent 70%);
    opacity: 0.1;
    width: 100%;
    z-index: 1;
    right: -50%;
}.course-offering-exp .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.course-offering-exp .knowledge-route-exp {
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.course-offering-exp .main-photo-exp {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    height: 350px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-3deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.course-offering-exp .main-photo-exp::before {
    top: 0;
    background: linear-gradient(45deg, rgb(212,210,198,0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%;
    opacity: 0.3;
}.course-offering-exp .main-photo-exp::after {
    content: "";
    background: rgb(179,177,161);
    filter: blur(30px);
    width: 50px;
    border-radius: 50%;
    top: -10%;
    right: -10%;
    position: absolute;
    animation: floatOrbit 15s infinite ease-in-out;
    opacity: 0.15;
    height: 50px;
}.course-offering-exp .text-arch-exp {
    position: relative;
}.course-offering-exp .text-arch-exp::before {
    content: "";
    width: 150px;
    top: -20px;
    left: 0;
    height: 1px;
    opacity: 0.6;
    position: absolute;
    background: linear-gradient(90deg, rgb(212,210,198) 0%, transparent 100%);
}.course-offering-exp h3 {
    padding-left: 1rem;
    font-weight: 700;
    transform-origin: left center;
    color: #000000;
    line-height: 1.3;
    font-size: calc(20px * 1.1);
    margin-bottom: 1.5rem;
    position: relative;
}.course-offering-exp h3::before {
    animation: growUp 1.2s forwards ease-out 0.2s;
    top: 0;
    height: 100%;
    width: 3px;
    background: rgb(212,210,198);
    transform-origin: bottom;
    left: 0;
    position: absolute;
    content: "";
    transform: scaleY(0);
}.course-offering-exp .description {
    position: relative;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 12px;
    transition: color 0.3s ease;
    color: #000000;
}.course-offering-exp p.description {
    display: none;
}.course-offering-exp span.description {
    padding: 0.5rem 0;
    column-gap: 2rem;
    column-count: 1;
    display: block;
    position: relative;
}.course-offering-exp span.description::first-letter {
    font-weight: 700;
    font-size: 1.2em;
    color: rgb(212,210,198);
}@keyframes floatOrbit {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-30px, 20px);
    }
    50% {
        transform: translate(-20px, -30px);
    }
    75% {
        transform: translate(30px, -10px);
    }
}

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

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

.course-offering-exp .text-arch-exp > div {
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
    position: relative;
    opacity: 0;
}.course-offering-exp .main-photo-exp:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-offering-exp .text-arch-exp::after {
    width: 100px;
    pointer-events: none;
    border-radius: 50%;
    border: 1px solid rgb(179,177,161,0.5);
    bottom: 10%;
    height: 100px;
    content: "";
    position: absolute;
    opacity: 0.2;
    right: 10%;
}.course-offering-exp::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(212,210,198,0.5),
        80px 200px 0 -1px rgb(179,177,161,0.5),
        200px 50px 0 -0.5px rgb(212,210,198,0.5),
        280px 160px 0 -1px rgb(179,177,161,0.5),
        320px 280px 0 -0.5px rgb(212,210,198,0.5);
}

@media (min-width: 768px) {.course-offering-exp .knowledge-route-exp {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}.course-offering-exp .main-photo-exp {
    height: 500px;
    transform: perspective(1000px) rotateY(-5deg);
}.course-offering-exp h3 {
    padding-left: 1.5rem;
    font-size: 29px;
}.course-offering-exp span.description {
    column-count: 2;
}.course-offering-exp .text-arch-exp::after {
    height: 150px;
    width: 150px;
}
}

@media (min-width: 992px) {.course-offering-exp {
    padding: 9rem 0;
}.course-offering-exp .knowledge-route-exp {
    gap: 6rem;
}.course-offering-exp .main-photo-exp {
    height: 550px;
}.course-offering-exp span.description {
    column-count: 2;
    column-gap: 3rem;
}.course-offering-exp h3::before {
    width: 4px;
}.course-offering-exp .text-arch-exp::after {
    right: -5%;
    height: 180px;
    width: 180px;
    bottom: 20%;
}
}

@media (min-width: 1200px) {.course-offering-exp .main-photo-exp {
    height: 600px;
}.course-offering-exp h3 {
    margin-bottom: 2rem;
}.course-offering-exp .text-arch-exp::before {
    width: 200px;
}
}

@media (max-width: 767px) {.course-offering-exp {
    padding: 5rem 0;
}.course-offering-exp .main-photo-exp {
    height: 250px;
    margin-bottom: 1.5rem;
}.course-offering-exp h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}.course-offering-exp .text-arch-exp::before {
    width: 80px;
    top: -10px;
}}.cookie-alert-overlay-exp {
    overflow: hidden;
    padding: 20px;
    font-family: Arial, sans-serif;
    bottom: 0;
    z-index: 1050;
    width: 100%;
    position: fixed;
    background: rgb(239,238,234);
    border-top: 3px solid rgb(212,210,198);
}.consent-ack-exp {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    z-index: 1;
    display: flex;
}.consent-track-exp {
    flex-shrink: 0;
    margin-right: 20px;
}#cookie-info-banner-exp {
    display: none;
}#cookie-info-banner-exp:checked ~ .cookie-alert-overlay-exp {
    opacity: 0;
    visibility: hidden;
}.consent-track-exp svg {
    width: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(212,210,198);
    height: 60px;
}.cookie-gate-exp {
    flex-grow: 1;
    margin-right: 20px;
}.cookie-gate-exp h5 {
    color: rgb(212,210,198);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}.cookie-gate-exp p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
}.consent-box-exp {
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 20px;
    text-decoration: none;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}.consent-box-exp {
    color: #ffffff;
    border: 1px solid rgb(212,210,198);
    background-color: rgb(212,210,198);
}.consent-box-exp:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie-alert-overlay-exp p a {
    color: rgb(212,210,198);
    text-decoration: underline;
}.cookie-alert-overlay-exp p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie-gate-exp h5 {
    font-size: calc(19px - 2px);
}.cookie-gate-exp p {
    font-size: calc(13px - 2px);
}.consent-box-exp {
    font-size: calc(20px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.consent-ack-exp {
    align-items: center;
    flex-direction: column;
}.consent-track-exp {
    margin-bottom: 15px;
}.cookie-gate-exp {
    margin-bottom: 20px;
    text-align: center;
}.consent-box-exp {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.program-results-exp {
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgba(255,255,255,0.92) 100%);
    position: relative;
}.program-results-exp::before {
    top: 0;
    width: 100%;
    background-image: radial-gradient(circle at 10% 10%, rgb(212,210,198,0.5) 0%, transparent 60%),
                      radial-gradient(circle at 90% 90%, rgb(179,177,161,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.08;
    z-index: 0;
    content: "";
}.program-results-exp h5 {
    max-width: 850px;
    color: #000000;
    transform: translateY(0);
    font-size: 18px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    position: relative;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
}.program-results-exp h5::after {
    height: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(212,210,198) 0%, rgb(179,177,161) 100%);
    border-radius: 10px;
    width: 80px;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}.program-results-exp .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.program-results-exp .mastery-center-exp {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}.program-results-exp .main-photo-exp {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: auto;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}.program-results-exp .mastery-center-exp:hover .main-photo-exp {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.program-results-exp .text-arch-exp {
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    z-index: 2;
    position: relative;
    border-radius: 20px;
}.program-results-exp .text-arch-exp::before {
    opacity: 0.5;
    bottom: -5px;
    background: linear-gradient(135deg, rgb(212,210,198,0.5), rgb(179,177,161,0.5));
    position: absolute;
    left: -5px;
    right: -5px;
    z-index: -1;
    content: "";
    transition: opacity 0.3s ease;
    filter: blur(10px);
    border-radius: calc(20px + 5px);
    top: -5px;
}.program-results-exp .text-arch-exp:hover::before {
    opacity: 0.8;
}.program-results-exp ul {
    gap: 20px;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
}.program-results-exp li {
    position: relative;
    transition: transform 0.3s ease;
}.program-results-exp li:hover {
    transform: translateX(5px);
}.program-results-exp li div {
    align-items: flex-start;
    display: flex;
}.program-results-exp li p {
    margin: 0;
    font-size: 17px;
    color: #000000;
    position: relative;
    display: flex;
    gap: 15px;
    font-weight: 400;
    align-items: flex-start;
    line-height: 1.6;
}.program-results-exp li p svg {
    position: relative;
    transform: scale(0.95);
    transition: transform 0.3s ease, filter 0.3s ease;
    margin-top: 3px;
    flex-shrink: 0;
}.program-results-exp li:hover p svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transform: scale(1);
}.program-results-exp svg path {
    transition: fill 0.3s ease;
}.program-results-exp li:hover svg path {
    fill: rgb(212,210,198);
}

@media (min-width: 768px) {.program-results-exp .mastery-center-exp {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.program-results-exp ul {
    grid-template-columns: repeat(2, 1fr);
}.program-results-exp h5 {
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 992px) {.program-results-exp {
    padding: 150px 0 100px;
}.program-results-exp .mastery-center-exp {
    gap: 80px;
    grid-template-columns: 0.9fr 1.1fr;
}.program-results-exp .main-photo-exp {
    transform: perspective(1200px) rotateY(-4deg) translateZ(0);
}.program-results-exp .text-arch-exp {
    padding: 50px;
}.program-results-exp h5 {
    font-size: calc(18px * 1.2);
    margin-bottom: 70px;
}.program-results-exp li p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.program-results-exp {
    padding: 80px 0 60px;
}.program-results-exp h5 {
    margin-bottom: 40px;
    font-size: calc(18px * 0.9);
}.program-results-exp h5::after {
    width: 60px;
    bottom: -15px;
}.program-results-exp .text-arch-exp {
    padding: 30px;
}.program-results-exp li p {
    font-size: calc(17px * 0.95);
}.program-results-exp .main-photo-exp {
    object-position: center;
    max-height: 300px;
}
}

@media (max-width: 480px) {.program-results-exp {
    padding: 60px 0 40px;
}.program-results-exp h5 {
    margin-bottom: 35px;
    font-size: calc(18px * 0.85);
}.program-results-exp .text-arch-exp {
    padding: 25px 20px;
}.program-results-exp li p {
    gap: 10px;
}.program-results-exp li p svg {
    transform: scale(0.85);
    margin-top: 2px;
}.program-results-exp li:hover p svg {
    transform: scale(0.9);
}}.meet-us-exp {
    position: relative;
    background: rgb(239,238,234);
    overflow: hidden;
    padding: 160px 0;
}.meet-us-exp::before {
    height: 100%;
    z-index: 0;
    content: "";
    top: 0;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgba(rgb(212,210,198,0.5), 0.03) 0px,
            rgba(rgb(212,210,198,0.5), 0.03) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(rgb(179,177,161,0.5), 0.03) 0px,
            rgba(rgb(179,177,161,0.5), 0.03) 1px,
            transparent 1px,
            transparent 20px
        );
    width: 100%;
    position: absolute;
    left: 0;
}.meet-us-exp::after {
    position: absolute;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(
            circle at 10% 90%,
            rgb(212,210,198,0.5) 0%,
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 10%,
            rgb(179,177,161,0.5) 0%,
            transparent 35%
        );
    z-index: 0;
    filter: blur(60px);
    content: "";
    left: 0;
    animation: gradientMove 15s infinite alternate ease-in-out;
    height: 100%;
}.meet-us-exp .container {
    position: relative;
    padding: 0 15px;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 2;
}.meet-us-exp .mastery-center-exp {
    grid-template-rows: auto 1fr;
    display: grid;
    grid-template-areas:
        "logo director"
        "content director";
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
}.meet-us-exp .academy-track-exp {
    grid-area: director;
    height: 550px;
    position: relative;
    border-radius: 21px;
    overflow: hidden;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.meet-us-exp .main-photo-exp {
    position: absolute;
    transition: transform 0.8s ease;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}.meet-us-exp .main-photo-exp:hover {
    transform: scale(1.05);
}.meet-us-exp .main-photo-exp::before {
    z-index: 1;
    top: 0;
    content: "";
    background: 
        linear-gradient(
            180deg,
            transparent 50%,
            rgba(0, 0, 0, 0.8) 100%
        );
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}.meet-us-exp .principles-list-exp {
    bottom: 0;
    position: absolute;
    transition: transform 0.4s ease;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 30px;
}.meet-us-exp .academy-track-exp:hover .principles-list-exp {
    transform: translateY(-10px);
}.meet-us-exp .mentor-approach-exp {
    font-size: 24px;
    color: #ffffff;
    padding-bottom: 12px;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}.meet-us-exp .mentor-approach-exp::after {
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    width: 40px;
    bottom: 0;
    content: "";
    background: rgb(212,210,198);
    position: absolute;
}.meet-us-exp .academy-track-exp:hover .mentor-approach-exp::after {
    width: 60px;
}.meet-us-exp .growth-path-exp {
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin: 0;
    opacity: 0.9;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 400;
    color: #ffffff;
}.meet-us-exp .history-tl-exp {
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    position: relative;
    grid-area: logo;
    display: flex;
}.meet-us-exp .history-tl-exp svg {
    height: 60px;
    fill: rgb(212,210,198);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transition: transform 0.4s ease;
    width: 60px;
    margin-right: 20px;
}.meet-us-exp .history-tl-exp svg path {
    fill: rgb(212,210,198);
    transition: fill 0.3s ease;
}.meet-us-exp .text-arch-exp {
    flex-direction: column;
    grid-area: content;
    position: relative;
    padding-right: 30px;
    display: flex;
    justify-content: center;
}.meet-us-exp .text-arch-exp::before {
    position: absolute;
    left: -30px;
    transform: translateY(-50%);
    border-radius: 10px;
    top: 50%;
    content: "";
    background: linear-gradient(to bottom, rgb(212,210,198), rgb(179,177,161));
    height: 70%;
    width: 3px;
}.meet-us-exp h2 {
    font-family: Arial, sans-serif;
    font-size: 29px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    line-height: 1.3;
}.meet-us-exp .text-arch-exp p {
    line-height: 1.8;
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 13px;
    font-family: Arial, sans-serif;
}.meet-us-exp .text-arch-exp p::first-letter {
    font-weight: 600;
    font-size: 130%;
    color: rgb(212,210,198);
}


@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.meet-us-exp {
    padding: 130px 0;
}.meet-us-exp .mastery-center-exp {
    gap: 30px 40px;
}.meet-us-exp .academy-track-exp {
    height: 500px;
}
}

@media (max-width: 991px) {.meet-us-exp {
    padding: 100px 0;
}.meet-us-exp .mastery-center-exp {
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "logo"
            "director"
            "nav-wrap-exp";
    grid-template-columns: 1fr;
    gap: 30px;
}.meet-us-exp .academy-track-exp {
    max-width: 100%;
    height: 450px;
}.meet-us-exp .text-arch-exp {
    padding-left: 30px;
    padding-right: 0;
}.meet-us-exp .text-arch-exp::before {
    height: 80%;
    left: 0;
}

}

@media (max-width: 767px) {.meet-us-exp {
    padding: 80px 0;
}.meet-us-exp .mastery-center-exp {
    gap: 25px;
}.meet-us-exp .academy-track-exp {
    height: 400px;
}.meet-us-exp .principles-list-exp {
    padding: 25px;
}.meet-us-exp .history-tl-exp {
    padding: 15px 0;
}.meet-us-exp .history-tl-exp svg {
    height: 50px;
    width: 50px;
    margin-right: 15px;
}.meet-us-exp h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.9);
}.meet-us-exp .text-arch-exp p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.meet-us-exp {
    padding: 60px 0;
}.meet-us-exp .mastery-center-exp {
    gap: 20px;
}.meet-us-exp .academy-track-exp {
    height: 350px;
}.meet-us-exp .principles-list-exp {
    padding: 20px;
}.meet-us-exp .mentor-approach-exp {
    font-size: calc(24px * 0.9);
    padding-bottom: 8px;
}.meet-us-exp .growth-path-exp {
    font-size: calc(13px * 0.9);
}.meet-us-exp .history-tl-exp {
    padding: 10px 0;
}.meet-us-exp .history-tl-exp svg {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}.meet-us-exp h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
}.meet-us-exp .text-arch-exp p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.meet-us-exp .text-arch-exp::before {
    width: 2px;
}}.pricing-bundle-exp {
    padding: 5rem 0;
    overflow: hidden;
    background: rgb(239,238,234);
    position: relative;
}.pricing-bundle-exp::before {
    content: "";
    border-radius: 50%;
    height: 300px;
    background: linear-gradient(135deg, rgb(179,177,161,0.5), rgb(212,210,198,0.5));
    width: 300px;
    top: -50px;
    position: absolute;
    z-index: 0;
    filter: blur(60px);
    right: -50px;
}.pricing-bundle-exp::after {
    height: 250px;
    background: linear-gradient(225deg, rgb(212,210,198,0.5), rgb(179,177,161,0.5));
    bottom: -50px;
    width: 250px;
    content: "";
    border-radius: 50%;
    left: -50px;
    z-index: 0;
    filter: blur(50px);
    position: absolute;
}.pricing-bundle-exp .container {
    position: relative;
    z-index: 1;
}.pricing-bundle-exp .study-pricing-exp {
    gap: 3rem;
    display: flex;
    flex-direction: column-reverse;
}.pricing-bundle-exp .cost-card-exp {
    max-width: 800px;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    margin: 0 auto;
}.pricing-bundle-exp .cost-card-exp h2 {
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(30px * 1.1);
    display: inline-block;
    font-weight: 700;
}.pricing-bundle-exp .cost-card-exp h2::after {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(212,210,198), rgb(179,177,161));
    left: 50%;
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
}.pricing-bundle-exp .edu-packages-exp {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 14px;
}.pricing-bundle-exp .package-pricing-exp {
    display: grid;
    grid-template-columns: 1fr;
    perspective: 1000px;
    gap: 2rem;
}.pricing-bundle-exp .price-options-exp {
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
}.pricing-bundle-exp .price-options-exp:hover {
    transform: translateY(-10px);
}.pricing-bundle-exp .pricing-schemes-exp {
    border-radius: 10px;
    display: flex;
    background: #ffffff;
    min-height: 430px;
    transition: all 0.4s ease;
    position: relative;
    justify-content: space-between;
    z-index: 1;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.pricing-bundle-exp .price-options-exp:hover .pricing-schemes-exp {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing-bundle-exp .payment-scheme-exp {
    flex: 1;
    position: relative;
    padding: 2rem;
    z-index: 2;
}.pricing-bundle-exp .price-options-exp h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(22px * 1.1);
    color: #000000;
    display: inline-block;
}.pricing-bundle-exp .price-options-exp h3::before {
    height: 2px;
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(212,210,198);
    content: "";
    bottom: -5px;
    left: 0;
}.pricing-bundle-exp .price-options-exp:hover h3::before {
    width: 100%;
}.pricing-bundle-exp .pricing-card-exp {
    font-size: calc(22px * 1.4);
    position: relative;
    display: block;
    margin: 1.5rem 0;
    font-weight: 700;
    color: rgb(179,177,161);
}.pricing-bundle-exp .pricing-card-exp::after {
    position: absolute;
    content: "";
    transform: translateY(-50%);
    width: 3px;
    top: 50%;
    height: 20px;
    left: -10px;
    background: rgb(212,210,198);
    border-radius: 3px;
}.pricing-bundle-exp .price-options-exp p {
    font-size: 14px;
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 1rem;
    word-wrap: break-word;
    hyphens: auto;
}.pricing-bundle-exp .main-photo-exp {
    height: 180px;
    position: relative;
}.pricing-bundle-exp .main-photo-exp::before {
    inset: 0;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}.pricing-bundle-exp .price-options-exp:nth-child(1) .pricing-schemes-exp {
    border-top: 4px solid rgb(212,210,198);
}.pricing-bundle-exp .price-options-exp:nth-child(2) .pricing-schemes-exp {
    border-top: 4px solid rgb(179,177,161);
}.pricing-bundle-exp .price-options-exp:nth-child(3) .pricing-schemes-exp {
    border-top: 4px solid #6c5ce7;
}.pricing-bundle-exp .price-options-exp:nth-child(4) .pricing-schemes-exp {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing-bundle-exp .package-pricing-exp {
    grid-template-columns: repeat(2, 1fr);
}.pricing-bundle-exp .pricing-schemes-exp {
    min-height: 480px;
}.pricing-bundle-exp .cost-card-exp {
    padding: 0 2rem;
}.pricing-bundle-exp .cost-card-exp h2 {
    font-size: calc(30px * 1.2);
}
}

@media (min-width: 992px) {.pricing-bundle-exp .study-pricing-exp {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.pricing-bundle-exp .package-pricing-exp {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.pricing-bundle-exp .cost-card-exp {
    flex: 1;
    padding-right: 3rem;
    text-align: left;
}.pricing-bundle-exp .cost-card-exp h2::after {
    transform: none;
    left: 0;
}.pricing-bundle-exp .pricing-schemes-exp {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing-bundle-exp .package-pricing-exp {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing-bundle-exp .price-options-exp {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.pricing-bundle-exp .price-options-exp:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing-bundle-exp .pricing-schemes-exp {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    min-height: 520px;
}.pricing-bundle-exp .main-photo-exp {
    height: 200px;
}.pricing-bundle-exp .pricing-card-exp {
    font-size: calc(22px * 1.6);
}.pricing-bundle-exp .cost-card-exp h2 {
    font-size: calc(30px * 1.3);
}}.secure-bolt-exp {
    height: auto;
    width: 100%;
    padding: 50px;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgb(179,177,161,0.5), 0 0 15px rgb(212,210,198,0.5);
    border: 1px solid rgb(212,210,198);
    color: #ffffff;
    font-family: Arial, sans-serif;
}.secure-bolt-exp h1 {
    -webkit-background-clip: text !important;
    border-bottom: 2px solid rgb(212,210,198);
    color: rgb(212,210,198);
    margin-bottom: 30px;
    padding-bottom: 15px;
    letter-spacing: 2px;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(212,210,198), rgb(179,177,161));
    color: transparent;
    margin-top: 50px;
    font-size: 43px;
    text-transform: uppercase;
}.secure-bolt-exp h2 {
    letter-spacing: 1px;
    margin-top: 40px;
    background: linear-gradient(90deg, rgb(179,177,161), rgb(212,210,198));
    font-size: 29px;
    color: rgb(179,177,161);
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600;
    -webkit-background-clip: text !important;
    color: transparent;
    border-bottom: 1px solid rgb(179,177,161);
}.secure-bolt-exp h3, .secure-bolt-exp h4, .secure-bolt-exp h5, .secure-bolt-exp h6 {
    font-size: 19px;
    background: linear-gradient(90deg, rgb(212,210,198), rgb(179,177,161));
    color: transparent;
    -webkit-background-clip: text !important;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(212,210,198);
    margin-top: 30px;
}.secure-bolt-exp ul, .secure-bolt-exp ol {
    border-radius: 10px;
    padding: 20px 0;
    list-style: none;
    padding-left: 0;
}.secure-bolt-exp li {
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    position: relative;
}.secure-bolt-exp li::before {
    left: 0;
    content: ">";
    color: rgb(212,210,198);
    position: absolute;
    font-weight: 700;
}.secure-bolt-exp section {
    padding: 25px;
    background: rgb(239,238,234);
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(212,210,198,0.5);
    margin-top: 30px;
}.secure-bolt-exp p, .secure-bolt-exp span, .secure-bolt-exp div {
    color: #ffffff;
    background: linear-gradient(90deg, rgb(212,210,198), rgb(179,177,161));
    font-weight: 300;
    -webkit-background-clip: text !important;
    color: transparent;
    margin-bottom: 15px;
    line-height: 2;
    font-size: 14px;
}

@media only screen and (max-width: 800px) {.secure-bolt-exp {
    padding: 20px 10px;
}.secure-bolt-exp h1 {
    font-size: calc(19px * 0.8);
}.secure-bolt-exp h2 {
    font-size: calc(19px * 0.8);
}.secure-bolt-exp h3, .secure-bolt-exp h4, .secure-bolt-exp h5, .secure-bolt-exp h6 {
    font-size: calc(19px * 0.8);
}.secure-bolt-exp p, .secure-bolt-exp span, .secure-bolt-exp div {
    font-size: calc(14px * 0.9);
}
}