* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    height: 100%;
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.container {
    width: 1109px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}.nav-expert-6513 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.digital-res-9572 {
    flex: 0 0 auto;
}.wrapper-viewport-3971 {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-program-details-2354 {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(125deg, rgb(232,225,227) 0%, rgb(196,171,177,0.5) 100%);
    position: relative;
}.course-program-details-2354::before {
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.6;
    z-index: 1;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(196,171,177,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(173,130,142,0.5) 0%, transparent 60%);
}.course-program-details-2354::after {
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: shiftBackground 30s linear infinite;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    left: 0;
    top: 0;
    content: "";
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.course-program-details-2354 .container {
    z-index: 2;
    position: relative;
}.course-program-details-2354 .growth-graph-7036 {
    display: flex;
    position: relative;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 12px;
    flex-direction: column;
}.course-program-details-2354 .growth-graph-7036::before {
    z-index: 1;
    width: 100%;
    content: "";
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(196,171,177), 0.05)
        );
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}.course-program-details-2354 .image-overlay-9073 {
    width: 45%;
    z-index: 2;
    overflow: hidden;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    right: 3%;
    position: absolute;
    height: 440px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: 5%;
    animation: morphShape 15s infinite alternate ease-in-out;
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.course-program-details-2354 .image-overlay-9073::before {
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
    position: absolute;
    opacity: 0.6;
    left: 0;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(196,171,177,0.5) 100%
    );
    z-index: 2;
    height: 100%;
    content: "";
}.course-program-details-2354 .image-overlay-9073::after {
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.2;
    position: absolute;
    background-size: 20px 20px;
    top: 0;
    left: 0;
    z-index: 3;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
}.course-program-details-2354 .lesson-route-5103 {
    padding: 60px 50% 60px 60px;
    min-height: 400px;
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 3;
}.course-program-details-2354 .nav-primary-5648 {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    z-index: 4;
}.course-program-details-2354 .nav-primary-5648 svg {
    height: auto;
    fill: #ffffff;
    position: relative;
    z-index: 2;
    width: 70px;
}.course-program-details-2354 .nav-primary-5648 svg path {
    stroke-width: 0.5;
    stroke-dashoffset: 100;
    stroke: rgb(196,171,177);
    stroke-dasharray: 100;
}.course-program-details-2354 h3 {
    margin-bottom: 20px;
    font-size: 28px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: relative;
    max-width: 100%;
    z-index: 4;
}.course-program-details-2354 h3::after {
    border-radius: 3px;
    transition: width 0.3s ease;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(196,171,177), rgb(173,130,142));
    content: "";
    width: 60px;
    bottom: -10px;
    left: 0;
}.course-program-details-2354 .growth-graph-7036:hover h3::after {
    width: 120px;
}.course-program-details-2354 p {
    color: #000000;
    z-index: 4;
    position: relative;
    margin: 0;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.7;
}.course-program-details-2354 .growth-graph-7036::after {
    left: -50px;
    border-radius: 50%;
    height: 200px;
    opacity: 0.3;
    background: rgb(173,130,142,0.5);
    position: absolute;
    content: "";
    filter: blur(80px);
    bottom: -50px;
    z-index: 1;
    width: 200px;
}.course-program-details-2354 .lesson-route-5103::before {
    content: "";
    width: 150px;
    animation: floatDots 10s infinite alternate ease-in-out;
    background-image: 
        radial-gradient(circle, rgb(196,171,177,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(173,130,142,0.5) 1px, transparent 1px);
    right: 48%;
    background-size: 20px 20px, 25px 25px;
    height: 90%;
    position: absolute;
    z-index: 1;
    top: 20px;
    background-position: 0 0, 10px 10px;
    opacity: 0.2;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.course-program-details-2354 .lesson-route-5103 {
    padding: 50px 50% 50px 50px;
}.course-program-details-2354 .image-overlay-9073 {
    height: 85%;
    width: 42%;
}
}

@media (max-width: 991px) {.course-program-details-2354 {
    padding: 80px 0;
}.course-program-details-2354 .growth-graph-7036 {
    display: flex;
    flex-direction: column;
}.course-program-details-2354 .lesson-route-5103 {
    min-height: auto;
    padding: 220px 40px 50px 40px;
}.course-program-details-2354 .image-overlay-9073 {
    width: 80%;
    left: 10%;
    position: absolute;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    height: 200px;
    top: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.course-program-details-2354 .nav-primary-5648 {
    margin-bottom: 0;
    top: 160px;
    left: 40px;
    position: absolute;
}.course-program-details-2354 h3 {
    font-size: calc(28px * 0.9);
}.course-program-details-2354 .lesson-route-5103::before {
    display: none;
}
}

@media (max-width: 767px) {.course-program-details-2354 {
    padding: 60px 0;
}.course-program-details-2354 .lesson-route-5103 {
    padding: 200px 30px 40px 30px;
}.course-program-details-2354 .image-overlay-9073 {
    height: 180px;
}.course-program-details-2354 .nav-primary-5648 {
    left: 30px;
    top: 140px;
}.course-program-details-2354 .nav-primary-5648 svg {
    width: 60px;
}.course-program-details-2354 h3 {
    font-size: calc(28px * 0.8);
}.course-program-details-2354 p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.course-program-details-2354 {
    padding: 40px 0;
}.course-program-details-2354 .lesson-route-5103 {
    padding: 180px 25px 30px 25px;
}.course-program-details-2354 .image-overlay-9073 {
    height: 160px;
}.course-program-details-2354 .nav-primary-5648 {
    top: 120px;
    left: 25px;
}.course-program-details-2354 .nav-primary-5648 svg {
    width: 50px;
}.course-program-details-2354 h3 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.7);
}.course-program-details-2354 p {
    font-size: calc(12px * 0.9);
}}.statistical-data-3018 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,225,227) 0%, rgba(rgb(196,171,177,0.5), 0.05) 100%);
    position: relative;
    padding: 6rem 0;
}.statistical-data-3018::before {
    height: 8px;
    right: 0;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.8;
    background: linear-gradient(90deg, rgb(196,171,177) 0%, rgb(173,130,142) 100%);
    top: 0;
}.statistical-data-3018::after {
    width: 40%;
    position: absolute;
    pointer-events: none;
    height: 100%;
    content: "";
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at bottom right, rgba(rgb(173,130,142,0.5), 0.1), transparent 70%);
    z-index: 0;
}.statistical-data-3018 .container {
    padding: 0 15px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
}.statistical-data-3018 h4 {
    font-size: 20px;
    color: #000000;
    transition: transform 0.5s ease-out;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    font-family: Arial, sans-serif;
    margin-top: 3rem;
    font-weight: 600;
}.statistical-data-3018 h4::after {
    background: linear-gradient(90deg, rgb(196,171,177), rgb(173,130,142));
    position: absolute;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    width: 80px;
    height: 3px;
    bottom: -10px;
}.statistical-data-3018 ul {
    gap: 2rem;
    list-style: none;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    display: grid;
    padding: 0;
}.statistical-data-3018 .pro-gains-3547 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    justify-content: center;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.6) inset;
    position: relative;
    transform: translateY(0);
    height: 220px;
    overflow: hidden;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95), rgba(rgb(255, 255, 255, 0.5), 0.85));
    z-index: 1;
    backdrop-filter: blur(5px);
    display: flex;
}.statistical-data-3018 .pro-gains-3547:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12), 
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.8) inset;
}.statistical-data-3018 .pro-gains-3547::before {
    height: 5px;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(196,171,177), 
        rgb(173,130,142), 
        rgb(196,171,177));
    background-size: 200% 100%;
    z-index: 2;
    width: 100%;
    animation: gradientShift 8s ease infinite;
}.statistical-data-3018 .pro-gains-3547::after {
    content: "";
    width: 150%;
    opacity: 0;
    height: 150%;
    z-index: -1;
    left: -25%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    background: radial-gradient(circle, transparent 30%, rgba(rgb(173,130,142,0.5), 0.03) 70%);
    top: -25%;
    transform: scale(0.8);
}.statistical-data-3018 .pro-gains-3547:hover::after {
    transform: scale(1);
    opacity: 1;
}.statistical-data-3018 .pro-gains-3547 div {
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 2rem;
    flex-direction: column;
    display: flex;
    z-index: 2;
    position: relative;
    text-align: center;
    align-items: center;
}.statistical-data-3018 .pro-gains-3547 p {
    transform-style: preserve-3d;
    font-weight: 700;
    color: rgb(196,171,177);
    font-size: calc(31px * 1.2);
    position: relative;
    line-height: 1;
    perspective: 1000px;
    margin: 0 0 0.5rem;
}.statistical-data-3018 .pro-gains-3547 p::after {
    position: absolute;
    width: 40px;
    bottom: -10px;
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(196,171,177), transparent);
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
}.statistical-data-3018 .pro-gains-3547 span {
    transition: transform 0.3s ease, color 0.3s ease;
    line-height: 1.4;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    margin-top: 1rem;
    max-width: 90%;
}.statistical-data-3018 .pro-gains-3547:hover span {
    color: rgb(173,130,142);
}.statistical-data-3018 .pro-gains-3547:nth-child(odd) div {
    background-image: 
        linear-gradient(135deg, transparent 0%, rgba(rgb(196,171,177,0.5), 0.03) 100%);
}.statistical-data-3018 .pro-gains-3547:nth-child(even) div {
    background-image: 
        linear-gradient(135deg, transparent 0%, rgba(rgb(173,130,142,0.5), 0.03) 100%);
}.statistical-data-3018 .pro-gains-3547:nth-child(1) {
    animation: fadeInUp 0.5s 0.1s both;
}.statistical-data-3018 .pro-gains-3547:nth-child(2) {
    animation: fadeInUp 0.5s 0.2s both;
}.statistical-data-3018 .pro-gains-3547:nth-child(3) {
    animation: fadeInUp 0.5s 0.3s both;
}.statistical-data-3018 .pro-gains-3547:nth-child(4) {
    animation: fadeInUp 0.5s 0.4s both;
}.statistical-data-3018 .pro-gains-3547:nth-child(5) {
    animation: fadeInUp 0.5s 0.5s both;
}.statistical-data-3018 .pro-gains-3547:nth-child(6) {
    animation: fadeInUp 0.5s 0.6s both;
}.statistical-data-3018 .pro-gains-3547:nth-child(7) {
    animation: fadeInUp 0.5s 0.7s both;
}

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

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media screen and (min-width: 992px) {.statistical-data-3018 ul {
    grid-template-columns: repeat(4, 1fr);
}.statistical-data-3018 h4 {
    font-size: calc(20px * 1.1);
    margin-top: 4rem;
}.statistical-data-3018 .pro-gains-3547 p {
    font-size: calc(31px * 1.4);
}.statistical-data-3018 .pro-gains-3547:nth-child(1) {
    transform: rotate(-1deg) translateY(0);
}.statistical-data-3018 .pro-gains-3547:nth-child(3) {
    transform: rotate(1deg) translateY(0);
}.statistical-data-3018 .pro-gains-3547:nth-child(1):hover {
    transform: rotate(-1deg) translateY(-8px);
}.statistical-data-3018 .pro-gains-3547:nth-child(3):hover {
    transform: rotate(1deg) translateY(-8px);
}
}

@media screen and (max-width: 991px) {.statistical-data-3018 ul {
    grid-template-columns: repeat(3, 1fr);
}.statistical-data-3018 .pro-gains-3547 {
    height: 200px;
}
}

@media screen and (max-width: 767px) {.statistical-data-3018 {
    padding: 4rem 0;
}.statistical-data-3018 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.statistical-data-3018 .pro-gains-3547 {
    height: 180px;
}.statistical-data-3018 .pro-gains-3547 p {
    font-size: calc(31px * 1.1);
}.statistical-data-3018 .pro-gains-3547 span {
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 576px) {.statistical-data-3018 {
    padding: 3rem 0;
}.statistical-data-3018 ul {
    max-width: 320px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.statistical-data-3018 .pro-gains-3547 {
    height: 160px;
}.statistical-data-3018 h4 {
    margin-top: 2rem;
    font-size: 20px;
}.statistical-data-3018 h4::after {
    width: 60px;
}}.thankYouWeb-6374 {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(232,225,227) 0%, rgb(173,130,142,0.5) 100%);
}.thankYouWeb-6374::before {
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(196,171,177,0.5) 0%, transparent 50%);
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
}.thankYouWeb-6374::after {
    height: 15rem;
    z-index: 0;
    transform: rotate(-15deg);
    opacity: 0.15;
    width: 15rem;
    content: "";
    right: -5rem;
    position: absolute;
    background: linear-gradient(225deg, rgb(173,130,142) 0%, transparent 70%);
    bottom: -5rem;
}.thankYouWeb-6374 .container {
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.thankYouWeb-6374 .growth-graph-7036 {
    transform: translateX(-20px);
    opacity: 0;
    display: flex;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    flex-direction: column;
    gap: 2.5rem;
    position: relative;
}.thankYouWeb-6374 .growth-graph-7036 > div:first-child {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}.thankYouWeb-6374 .growth-graph-7036 > div:first-child::before {
    content: "";
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 50%;
    background: rgb(196,171,177);
    left: -2rem;
}.thankYouWeb-6374 .growth-graph-7036 > div:last-child {
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transform: translateY(15px);
    padding: 2.5rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}.thankYouWeb-6374 .growth-graph-7036 > div:last-child::after {
    content: "";
    background: linear-gradient(90deg, rgb(196,171,177), rgb(173,130,142));
    position: absolute;
    left: 0;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    transform-origin: left;
    width: 100%;
    bottom: 0;
    transform: scaleX(0);
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
}.thankYouWeb-6374 h5 {
    padding-left: 1rem;
    position: relative;
    transform: translateY(0);
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    margin: 0;
    transition: transform 0.4s ease;
    font-size: 20px;
}.thankYouWeb-6374 p {
    font-size: 18px;
    margin: 0;
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
}.thankYouWeb-6374 a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}.thankYouWeb-6374 a:hover {
    transform: translateY(-5px);
}.thankYouWeb-6374 a:hover p {
    color: rgb(196,171,177);
}.thankYouWeb-6374 a:focus {
    box-shadow: 0 0 0 3px rgb(196,171,177,0.5);
    outline: none;
}

@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.thankYouWeb-6374 {
    padding: 6rem 0;
}.thankYouWeb-6374 .growth-graph-7036 {
    gap: 3.5rem;
}.thankYouWeb-6374 .growth-graph-7036 > div:first-child::before {
    width: 0.6rem;
    height: 70%;
}.thankYouWeb-6374 h5 {
    font-size: calc(20px * 1.2);
    padding-left: 1.5rem;
}.thankYouWeb-6374 .growth-graph-7036 > div:last-child {
    margin-left: 3rem;
    max-width: 90%;
    padding: 3rem;
}
}

@media (min-width: 992px) {.thankYouWeb-6374 {
    padding: 8rem 0;
}.thankYouWeb-6374 .container {
    padding: 0 2rem;
}.thankYouWeb-6374 .growth-graph-7036 {
    gap: 4rem;
}.thankYouWeb-6374 .growth-graph-7036 > div:first-child {
    padding-left: 2rem;
}.thankYouWeb-6374 .growth-graph-7036 > div:first-child::before {
    left: 0;
    width: 0.7rem;
}.thankYouWeb-6374 h5 {
    padding-left: 2rem;
    font-size: calc(20px * 1.4);
}.thankYouWeb-6374 .growth-graph-7036 > div:last-child {
    padding: 4rem;
    margin-left: 6rem;
    max-width: 80%;
}.thankYouWeb-6374 p {
    font-size: calc(18px * 1.1);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.thankYouWeb-6374 .growth-graph-7036 > div:last-child {
    padding: 4.5rem;
    max-width: 75%;
    margin-left: 8rem;
}.thankYouWeb-6374 h5 {
    font-size: calc(20px * 1.5);
}
}

@media (max-width: 767px) {.thankYouWeb-6374 {
    padding: 3rem 0;
}.thankYouWeb-6374 .growth-graph-7036 > div:first-child::before {
    left: -1rem;
    width: 0.4rem;
}.thankYouWeb-6374 h5 {
    font-size: calc(20px * 0.9);
    padding-left: 0.75rem;
}.thankYouWeb-6374 .growth-graph-7036 > div:last-child {
    padding: 1.75rem;
}}.cookie-popup-display-9853 {
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    position: fixed;
    background: rgb(232,225,227);
    width: 100%;
    align-items: center;
    border-top: 3px solid rgb(196,171,177);
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    padding: 1rem 0;
}#popupConsentNotice-9173 {
    display: none;
}#popupConsentNotice-9173:checked ~ .cookie-popup-display-9853 {
    visibility: hidden;
    opacity: 0;
}.cookie-popup-display-9853 .container {
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    display: flex;
    gap: 1rem;
    max-width: 1140px;
    padding: 0 15px;
    justify-content: space-between;
    margin: 0 auto;
    z-index: 1;
}.cookie-comply-1978 {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}.cookie-comply-1978 svg {
    width: 50px;
    height: 50px;
    fill: rgb(196,171,177);
}.manage-cookies-8071 {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}.manage-cookies-8071 h5 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(196,171,177);
}.manage-cookies-8071 p {
    color: #000000;
    font-size: 1rem;
}.consent-edu-4092 {
    color: #ffffff;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    border: none;
    background: rgb(196,171,177);
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
    border-radius: 10px;
}.cookie_button.digital-consent-2784 {
    background: rgb(196,171,177);
}.cookie_button.cookie-all-5284 {
    background: #000000;
    margin-left: 0.5rem;
}.consent-edu-4092:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.cookie-all-5284:hover {
    background: rgb(196,171,177);
}.cookie-popup-display-9853 p a {
    text-decoration: underline;
    color: rgb(196,171,177);
    transition: color 0.3s ease;
}.cookie-popup-display-9853 p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie-popup-display-9853 .container {
    align-items: center;
    flex-direction: column;
}.cookie-comply-1978 {
    margin-bottom: 1rem;
    margin-right: 0;
}.manage-cookies-8071 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.cookie-all-5284 {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.client-testimonials-4075 {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(232,225,227) 0%, rgba(rgb(196,171,177,0.5), 0.05) 100%);
    overflow: hidden;
}.client-testimonials-4075::before {
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(173,130,142), transparent);
    right: 0;
    left: 0;
    content: "";
    opacity: 0.7;
    position: absolute;
}.client-testimonials-4075::after {
    left: 0;
    pointer-events: none;
    position: absolute;
    height: 100%;
    opacity: 0.05;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 50% 120%, rgb(196,171,177,0.5) 0%, transparent 70%);
    bottom: 0;
    z-index: 0;
}.client-testimonials-4075 h2.container {
    font-weight: 700;
    color: #000000;
    transition: transform 0.5s ease-out;
    font-size: calc(36px * 1.1);
    text-align: center;
    margin-bottom: 3.5rem;
    z-index: 2;
    transform: perspective(1000px) translateZ(0);
    position: relative;
}.client-testimonials-4075 h2.container::after {
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: -15px;
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(173,130,142), transparent);
    width: 80px;
}.client-testimonials-4075 .container.growth-graph-7036 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}.client-testimonials-4075 .alumni-views-3049 {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
}.client-testimonials-4075 .alumni-reviews-9781 {
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
    flex-direction: column;
    border: 1px solid rgba(rgb(255, 255, 255, 0.5), 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    overflow: hidden;
    transform-style: preserve-3d;
    display: flex;
    backdrop-filter: blur(10px);
    transform: translateY(0) scale(1) rotate(0);
}.client-testimonials-4075 .alumni-reviews-9781::before {
    width: 100%;
    top: 0;
    content: "";
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(196,171,177), rgb(173,130,142));
    transition: transform 0.5s ease-out;
    position: absolute;
    transform-origin: left;
    opacity: 0.8;
    transform: scaleX(0);
}.client-testimonials-4075 .alumni-reviews-9781:hover {
    transform: translateY(-10px) scale(1.01) rotate(0.5deg);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.04);
}.client-testimonials-4075 .alumni-reviews-9781:hover::before {
    transform: scaleX(1);
}.client-testimonials-4075 .alumni-reviews-9781 h3 {
    transform-origin: left;
    margin-bottom: 0.75rem;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: calc(24px * 1.1);
    font-weight: 600;
    position: relative;
    z-index: 2;
}.client-testimonials-4075 .alumni-reviews-9781:hover h3 {
    transform: translateX(5px);
    color: rgb(196,171,177);
}.client-testimonials-4075 .alumni-reviews-9781 .description {
    position: relative;
    color: #000000;
    z-index: 2;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}.client-testimonials-4075 .alumni-reviews-9781 div {
    position: relative;
    border-radius: 4px;
    transition: transform 0.4s ease;
    padding-bottom: 60%;
    transform-origin: bottom;
    overflow: hidden;
    width: 100%;
    height: 0;
}.client-testimonials-4075 .alumni-reviews-9781:hover div {
    transform: scale(1.03);
}.client-testimonials-4075 .alumni-reviews-9781 img {
    object-fit: cover;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: transform 0.6s ease;
    position: absolute;
}.client-testimonials-4075 .alumni-reviews-9781:hover img {
    transform: scale(1.05);
}.client-testimonials-4075 .alumni-reviews-9781:nth-child(odd) {
    transform: translateY(0) rotate(-0.5deg);
}.client-testimonials-4075 .alumni-reviews-9781:nth-child(odd):hover {
    transform: translateY(-10px) rotate(0);
}.client-testimonials-4075 .alumni-reviews-9781:nth-child(even) {
    transform: translateY(0) rotate(0.5deg);
}.client-testimonials-4075 .alumni-reviews-9781:nth-child(even):hover {
    transform: translateY(-10px) rotate(0);
}.client-testimonials-4075 .alumni-reviews-9781::after {
    font-size: 5rem;
    line-height: 1;
    transition: all 0.4s ease;
    transform: translateY(-10px);
    color: rgb(173,130,142);
    font-family: serif;
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    content: "";
}.client-testimonials-4075 .alumni-reviews-9781:hover::after {
    opacity: 0.15;
    transform: translateY(0) rotate(5deg);
}

@media (max-width: 991px) {.client-testimonials-4075 {
    padding: 4rem 0;
}.client-testimonials-4075 h2.container {
    margin-bottom: 2.5rem;
    font-size: 36px;
}.client-testimonials-4075 .alumni-views-3049 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.client-testimonials-4075 {
    padding: 3rem 0;
}.client-testimonials-4075 h2.container {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
}.client-testimonials-4075 h2.container::after {
    width: 60px;
    bottom: -10px;
}.client-testimonials-4075 .alumni-views-3049 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.5rem;
}.client-testimonials-4075 .alumni-reviews-9781 {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.client-testimonials-4075 {
    padding: 2.5rem 0;
}.client-testimonials-4075 h2.container {
    padding: 0 1rem;
    font-size: calc(36px * 0.8);
}.client-testimonials-4075 .alumni-reviews-9781 {
    padding: 1.25rem;
}.client-testimonials-4075 .alumni-reviews-9781 h3 {
    font-size: 24px;
}.client-testimonials-4075 .alumni-reviews-9781 .description {
    font-size: calc(14px * 0.95);
    margin-bottom: 1rem;
}
}

@media (hover: none) {.client-testimonials-4075 .alumni-reviews-9781:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                    0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
}.client-testimonials-4075 .alumni-reviews-9781:hover::before {
    transform: scaleX(0.3);
}.client-testimonials-4075 .alumni-reviews-9781:hover h3 {
    transform: none;
}.client-testimonials-4075 .alumni-reviews-9781:hover div,
    .client-testimonials-4075 .alumni-reviews-9781:hover img {
    transform: none;
}}.digital-res-9572 {
    background-color: rgb(232,225,227);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 0 2rem;
    color: #000000;
}.digital-res-9572::before {
    content: '';
    z-index: 0;
    position: absolute;
    background: linear-gradient(180deg, transparent 0%, rgb(196,171,177,0.5) 100%);
    height: 250px;
    left: 0;
    right: 0;
    opacity: 0.05;
    bottom: 0;
}.digital-res-9572 .container {
    position: relative;
    z-index: 1;
}.digital-res-9572 .partner-logo-5892 {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}.digital-res-9572 .ask-questions-9214 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative;
    border-bottom: 1px solid rgb(173,130,142,0.5);
    gap: 1.5rem;
    padding-bottom: 2.5rem;
}.digital-res-9572 .ask-questions-9214::after {
    bottom: -1px;
    left: 0;
    content: '';
    height: 3px;
    background-color: rgb(196,171,177);
    position: absolute;
    width: 60px;
}.digital-res-9572 .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}.digital-res-9572 .info_item:hover {
    transform: translateX(5px);
}.digital-res-9572 .info_item p,
.digital-res-9572 .info_item a {
    transition: color 0.3s ease;
    font-weight: 400;
    gap: 0.75rem;
    font-size: 13px;
    display: flex;
    text-decoration: none;
    align-items: center;
    color: #000000;
}.digital-res-9572 .info_item a:hover {
    color: rgb(196,171,177);
}.digital-res-9572 .info_item svg {
    width: 20px;
    flex-shrink: 0;
    fill: rgb(196,171,177);
    height: 20px;
}.digital-res-9572 .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
    gap: 3rem;
}.digital-res-9572 .nav-primary-5648 {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.digital-res-9572 .nav-primary-5648 svg {
    max-width: 160px;
    height: auto;
    transition: opacity 0.3s ease;
}.digital-res-9572 .nav-primary-5648 svg:hover {
    opacity: 0.8;
}.digital-res-9572 .footer-subscribe-0573 {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    opacity: 0.8;
    max-width: 300px;
}.digital-res-9572 .head-section-6740 {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.digital-res-9572 .head-section-6740 h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 24px;
    position: relative;
    color: #000000;
}.digital-res-9572 .nav-core-7268 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.digital-res-9572 .nav-core-7268 a {
    color: #000000;
    position: relative;
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding-left: 0;
    text-decoration: none;
    font-size: 13px;
}.digital-res-9572 .nav-core-7268 a::before {
    background-color: rgb(196,171,177);
    content: '';
    position: absolute;
    width: 0;
    left: -10px;
    height: 1px;
    transform: translateY(-50%);
    transition: width 0.3s ease, left 0.3s ease;
    top: 50%;
}.digital-res-9572 .nav-core-7268 a:hover {
    color: rgb(196,171,177);
    padding-left: 12px;
}.digital-res-9572 .nav-core-7268 a:hover::before {
    width: 10px;
    left: 0;
}.digital-res-9572 .subscribe_holder {
    gap: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
}.digital-res-9572 .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}.digital-res-9572 .subscribe_holder p {
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}.digital-res-9572 .input_holder {
    position: relative;
    gap: 0.5rem;
    display: flex;
}.digital-res-9572 .input_holder input[type="email"] {
    border: 1px solid rgb(173,130,142,0.5);
    border-radius: 10px;
    color: #000000;
    flex: 1;
    font-size: 13px;
    padding: 1rem 1.25rem;
    background-color: transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}.digital-res-9572 .input_holder input[type="email"]:focus {
    border-color: rgb(196,171,177);
    outline: none;
    box-shadow: 0 0 0 3px rgb(196,171,177,0.5);
}.digital-res-9572 .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.digital-res-9572 .subscribe-feature-8395 {
    padding: 1rem 1.5rem;
    border-radius: 10px;
    color: #ffffff;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-weight: 600;
    background-color: rgb(196,171,177);
    cursor: pointer;
    border: none;
    font-size: 20px;
}.digital-res-9572 .subscribe-feature-8395:hover {
    transform: translateY(-2px);
    background-color: rgb(173,130,142);
}.digital-res-9572 .support-cta-3769 {
    text-align: center;
    border-top: 1px solid rgb(173,130,142,0.5);
    margin-top: 3rem;
    padding-top: 1.5rem;
}.digital-res-9572 .policy-links-0723 {
    font-size: 15px;
    opacity: 0.8;
    color: #000000;
}.digital-res-9572 .nav-core-7268:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.digital-res-9572 .nav-core-7268:first-child::after {
    position: absolute;
    width: 30px;
    height: 1px;
    left: 0;
    bottom: -0.75rem;
    content: '';
    background-color: rgb(173,130,142,0.5);
}.digital-res-9572 {
    background-position: center;
    background-image: 
        linear-gradient(rgb(173,130,142,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(173,130,142,0.5) 1px, transparent 1px);
    background-repeat: repeat;
    background-blend-mode: overlay;
    background-size: 40px 40px;
    background-attachment: fixed;
}

@media (max-width: 1024px) {.digital-res-9572 {
    padding: 4rem 0 2rem;
}.digital-res-9572 .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.digital-res-9572 .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.digital-res-9572 {
    padding: 3.5rem 0 1.5rem;
}.digital-res-9572 .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.digital-res-9572 .subscribe_holder {
    grid-column: auto;
}.digital-res-9572 .ask-questions-9214 {
    grid-template-columns: 1fr 1fr;
}.digital-res-9572 .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.digital-res-9572 {
    padding: 3rem 0 1.5rem;
}.digital-res-9572 .ask-questions-9214 {
    grid-template-columns: 1fr;
}.digital-res-9572 .input_holder {
    flex-direction: column;
}.digital-res-9572 .subscribe-feature-8395 {
    width: 100%;
}.digital-res-9572 .nav-primary-5648,
    .digital-res-9572 .head-section-6740 h5,
    .digital-res-9572 .nav-core-7268,
    .digital-res-9572 .nav-core-7268 a {
    align-items: center;
    text-align: center;
}.digital-res-9572 .nav-primary-5648 svg {
    margin: 0 auto;
}.digital-res-9572 .footer-subscribe-0573 {
    max-width: 100%;
    text-align: center;
}.digital-res-9572 .nav-core-7268:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.digital-res-9572 .ask-questions-9214::after {
    left: 50%;
    transform: translateX(-50%);
}.digital-res-9572 .nav-core-7268 a::before {
    display: none;
}.digital-res-9572 .nav-core-7268 a:hover {
    padding-left: 0;
}}.contact-4268 {
    padding: 80px 0;
    position: relative;
}.contact-4268::before {
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
}.contact-4268 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.contact-4268 .query-card-2865 {
    border-radius: 0;
    grid-template-columns: 45% 55%;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    display: grid;
}.contact-4268 .query-card-2865::before {
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    height: 300px;
    background: rgb(196,171,177,0.5);
    width: 300px;
    top: -150px;
    content: "";
    left: -150px;
}.contact-4268 .query-card-2865::after {
    border-radius: 50%;
    height: 300px;
    z-index: 0;
    position: absolute;
    bottom: -150px;
    background: rgb(173,130,142,0.5);
    right: -150px;
    width: 300px;
    content: "";
}.contact-4268 .message-inquiry-9132 {
    z-index: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 50px;
    position: relative;
}.contact-4268 .message-inquiry-9132 h3 {
    font-weight: 700;
    color: rgb(196,171,177);
    position: relative;
    margin-bottom: 40px;
    font-size: 32px;
}.contact-4268 .message-inquiry-9132 h3::after {
    bottom: -15px;
    background-color: rgb(173,130,142);
    position: absolute;
    height: 4px;
    content: "";
    left: 0;
    width: 60px;
}.contact-4268 .message-inquiry-9132 div {
    margin-bottom: 30px;
    align-items: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    display: flex;
}.contact-4268 .message-inquiry-9132 div:last-of-type {
    border-bottom: none;
}.contact-4268 .message-inquiry-9132 div svg {
    flex-shrink: 0;
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.contact-4268 .message-inquiry-9132 div svg path {
    transition: fill 0.3s ease;
    fill: rgb(196,171,177);
}.contact-4268 .message-inquiry-9132 div:hover svg path {
    fill: rgb(173,130,142);
}.contact-4268 .message-inquiry-9132 div span {
    color: #000000;
    font-size: 16px;
}.contact-4268 .message-inquiry-9132 div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.contact-4268 .message-inquiry-9132 div span a:hover {
    color: rgb(196,171,177);
}.contact-4268 .contact-query-5984 {
    background-color: #ffffff;
    z-index: 1;
    position: relative;
    padding: 50px;
}.contact-4268 .contact-query-5984 h3 {
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
}.contact-4268 form {
    display: flex;
    flex-direction: column;
}.contact-4268 form input[type="text"],
.contact-4268 form input[type="email"] {
    padding: 0 20px;
    background-color: rgb(232,225,227);
    transition: all 0.3s ease;
    border: none;
    margin-bottom: 20px;
    height: 55px;
    border-radius: 10px;
    color: #000000;
    font-size: 16px;
}.contact-4268 form input[type="text"]:focus,
.contact-4268 form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(196,171,177,0.5);
    outline: none;
}.contact-4268 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-4268 .connect-panel-5719 {
    position: relative;
    margin-bottom: 25px;
}.contact-4268 .connect-panel-5719 input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}.contact-4268 .connect-panel-5719 label {
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    line-height: 1.6;
    position: relative;
    display: block;
    font-size: 15px;
}.contact-4268 .connect-panel-5719 label::before {
    height: 20px;
    border-radius: 10px;
    position: absolute;
    content: "";
    top: 2px;
    background-color: rgb(232,225,227);
    width: 20px;
    left: 0;
    transition: all 0.3s ease;
}.contact-4268 .connect-panel-5719 input[type="checkbox"]:checked + label::before {
    background-color: rgb(196,171,177);
}.contact-4268 .connect-panel-5719 input[type="checkbox"]:checked + label::after {
    height: 12px;
    border-width: 0 2px 2px 0;
    width: 6px;
    top: 3px;
    border: solid #ffffff;
    position: absolute;
    left: 7px;
    content: "";
    transform: rotate(45deg);
}.contact-4268 .connect-panel-5719 label a {
    transition: all 0.3s ease;
    color: rgb(196,171,177);
    text-decoration: none;
}.contact-4268 .connect-panel-5719 label a:hover {
    color: rgb(173,130,142);
    text-decoration: underline;
}.contact-4268 form .contact-feedback-3560 {
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgb(196,171,177);
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    padding: 16px 30px;
    align-self: flex-start;
    font-size: 14px;
}.contact-4268 form .contact-feedback-3560:hover {
    background-color: rgb(173,130,142);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(196,171,177,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.contact-4268 .message-inquiry-9132 div {
    animation-delay: calc(var(--n) * 0.5s);
    animation: borderPulse 3s infinite;
}.contact-4268 .message-inquiry-9132 div:nth-child(2) {
    --n: 0;
}.contact-4268 .message-inquiry-9132 div:nth-child(3) {
    --n: 1;
}.contact-4268 .message-inquiry-9132 div:nth-child(4) {
    --n: 2;
}.contact-4268 .message-inquiry-9132 div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.contact-4268 .container {
    width: 90%;
}.contact-4268 .query-card-2865 {
    grid-template-columns: 1fr;
}.contact-4268 .message-inquiry-9132 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}

@media screen and (max-width: 576px) {.contact-4268 {
    padding: 60px 0;
}.contact-4268 .message-inquiry-9132,
    .contact-4268 .contact-query-5984 {
    padding: 30px 20px;
}.contact-4268 .message-inquiry-9132 h3 {
    font-size: calc(32px * 0.8);
}.contact-4268 form input[type="text"],
    .contact-4268 form input[type="email"] {
    height: 50px;
}.contact-4268 form .contact-feedback-3560 {
    padding: 14px 20px;
    width: 100%;
}}.title-welcome-8203 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,225,227) 0%, rgb(173,130,142,0.5) 85%, rgb(196,171,177,0.5) 100%);
    justify-content: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 2rem;
    position: relative;
}.title-welcome-8203::before {
    background: repeating-linear-gradient(
    -45deg,
    rgb(173,130,142,0.5) 0%,
    transparent 5%,
    transparent 10%
  );
    animation: pulseBackground 15s ease-in-out infinite alternate;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 0;
    opacity: 0.05;
    height: 100%;
    top: 0;
}.title-welcome-8203::after {
    background: radial-gradient(circle, rgb(196,171,177,0.5) 0%, transparent 70%);
    filter: blur(50px);
    position: absolute;
    z-index: 1;
    content: "";
    right: -10%;
    height: 40%;
    opacity: 0.6;
    top: -10%;
    width: 40%;
    animation: floatGradient 20s ease-in-out infinite;
}.title-welcome-8203 .learn-team-8914 {
    display: grid;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    max-width: 1200px;
    grid-template-columns: 1fr;
    width: 100%;
}

@media (min-width: 768px) {.title-welcome-8203 .learn-team-8914 {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 3rem;
}}

.title-welcome-8203 .learn-team-8914 > div:first-child {
    backdrop-filter: blur(8px);
    position: relative;
    padding: 2rem;
    box-shadow: 
    -5px -5px 30px rgba(255, 255, 255, 0.1),
    10px 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.05)
  );
}.title-welcome-8203 .learn-team-8914 > div:first-child:hover {
    transform: translateY(-10px);
}.title-welcome-8203 .learn-team-8914 > div:first-child::before {
    top: 0;
    position: absolute;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transition: opacity 0.8s ease;
    content: "";
    left: 0;
    opacity: 0;
    height: 100%;
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgb(196,171,177,0.5) 50%,
    transparent 100%
  );
    z-index: -1;
}.title-welcome-8203 .learn-team-8914 > div:first-child:hover::before {
    opacity: 0.1;
}.title-welcome-8203 h3 {
    transform: translateZ(10px);
    margin: 0;
    color: #000000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    border-left: 3px solid rgb(196,171,177);
    line-height: 1.5;
    font-size: calc(21px * 0.95);
    position: relative;
    padding-left: 1rem;
    font-weight: 600;
}.title-welcome-8203 .founder-vision-6072 {
    transform-origin: center bottom;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease-out;
}.title-welcome-8203 .founder-vision-6072:hover {
    transform: scale(1.02);
}.title-welcome-8203 h1 {
    letter-spacing: -0.02em;
    background-clip: text !important;
    animation: textFloat 3s ease-in-out infinite alternate;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    -webkit-background-clip: text !important;
    transform: translateZ(20px);
    background: linear-gradient(
    135deg,
    rgb(196,171,177) 20%,
    rgb(173,130,142) 80%
  );
    position: relative;
    padding: 1rem 0;
    font-size: 46px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    color: transparent;
}.title-welcome-8203 h1::after {
    left: 0;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 50%;
    background: linear-gradient(
    90deg,
    rgb(196,171,177) 0%,
    rgb(173,130,142) 100%
  );
    height: 3px;
    bottom: 0;
    position: absolute;
    content: "";
}.title-welcome-8203 .founder-vision-6072 > div {
    position: relative;
    align-items: center;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    min-height: 280px;
    justify-content: center;
    display: flex;
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.3),
    0 1px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateY(0px);
}.title-welcome-8203 .founder-vision-6072 > div:hover {
    box-shadow: 
    0 15px 35px -10px rgba(0, 0, 0, 0.4),
    0 1px 5px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.title-welcome-8203 .founder-vision-6072 > div::before {
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
}.title-welcome-8203 .founder-vision-6072 > div::after {
    top: 0;
    left: -100%;
    position: absolute;
    width: 50%;
    background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
    content: "";
    z-index: 2;
    animation: lightSweep 10s ease-in-out infinite;
    height: 100%;
    transform: skewX(-25deg);
}.title-welcome-8203 p {
    font-size: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    line-height: 1.6;
    text-align: center;
    z-index: 3;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    max-width: 80%;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    transform: translateZ(5px);
    color: #ffffff;
    font-weight: 600;
}

@media (max-width: 767px) {.title-welcome-8203 {
    padding: 3rem 1rem;
}.title-welcome-8203 h1 {
    text-align: center;
    font-size: calc(46px * 0.7);
}.title-welcome-8203 h3 {
    padding-bottom: 1rem;
    border-bottom: 3px solid rgb(196,171,177);
    padding-left: 0;
    font-size: calc(21px * 0.85);
    text-align: center;
    border-left: none;
}.title-welcome-8203 p {
    font-size: calc(12px * 0.9);
    max-width: 95%;
}.title-welcome-8203 .founder-vision-6072 > div {
    min-height: 220px;
}
}

@keyframes expandLine {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes textFloat {
  0%, 100% {
    transform: translateY(0) translateZ(20px);
  }
  50% {
    transform: translateY(-5px) translateZ(20px);
  }
}

@keyframes lightSweep {
  0%, 100% {
    left: -100%;
  }
  50% {
    left: 150%;
  }
}

@keyframes pulseBackground {
  0%, 100% {
    opacity: 0.03;
  }
  50% {
    opacity: 0.07;
  }
}

@keyframes floatGradient {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5%, 5%);
  }
  50% {
    transform: translate(5%, 10%);
  }
  75% {
    transform: translate(10%, -5%);
  }
}

@media (min-width: 992px) {.title-welcome-8203 .learn-team-8914 {
    transform: perspective(1500px) rotateX(3deg);
}.title-welcome-8203 .learn-team-8914 > div:first-child {
    transform: translateX(-20px) translateY(0);
}.title-welcome-8203 .learn-team-8914 > div:first-child:hover {
    transform: translateX(-20px) translateY(-10px);
}.title-welcome-8203 .founder-vision-6072 > div {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);
    min-height: 320px;
}
}

@media (min-width: 1200px) {.title-welcome-8203 {
    padding: 0;
}.title-welcome-8203 .learn-team-8914 {
    gap: 4rem;
}.title-welcome-8203 h1 {
    font-size: calc(46px * 1.1);
}.title-welcome-8203 h3 {
    font-size: 21px;
}.title-welcome-8203 .founder-vision-6072 > div {
    min-height: 360px;
}}.pricing-menu-8094 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.pricing-menu-8094::before {
    top: 0;
    position: absolute;
    right: 0;
    backdrop-filter: blur(4px);
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}.pricing-menu-8094 .container {
    z-index: 2;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
}.pricing-menu-8094 .skill-offers-1698 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
}.pricing-menu-8094 h2 {
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    animation: fadeSlideUp 0.7s ease forwards;
    font-size: 30px;
    transform: translateY(20px);
    color: #ffffff;
    text-align: center;
    opacity: 0;
}.pricing-menu-8094 .monthly-plan-5391 {
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    max-width: 700px;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.6;
}.pricing-menu-8094 .learn-fees-2349 {
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    width: 100%;
    gap: 30px;
    display: grid;
}.pricing-menu-8094 .learn-fees-2349 li {
    transform: translateY(30px);
    opacity: 0;
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    animation: fadeSlideUp 0.8s ease forwards;
}.pricing-menu-8094 .learn-fees-2349 li:nth-child(1) {
    --li-index: 1;
}.pricing-menu-8094 .learn-fees-2349 li:nth-child(2) {
    --li-index: 2;
}.pricing-menu-8094 .learn-fees-2349 li:nth-child(3) {
    --li-index: 3;
}.pricing-menu-8094 .learn-fees-2349 li:nth-child(4) {
    --li-index: 4;
}.pricing-menu-8094 .plan-matrix-1670 {
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
    border: 1px solid rgba(255,255,255,0.15);
    text-decoration: none;
}.pricing-menu-8094 .plan-matrix-1670::before {
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    top: 0;
    background: linear-gradient(90deg, rgb(196,171,177), rgb(173,130,142));
    height: 4px;
    transform-origin: left;
    left: 0;
    content: "";
}.pricing-menu-8094 .plan-matrix-1670:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateY(-10px) scale(1.02);
}.pricing-menu-8094 .plan-matrix-1670:hover::before {
    transform: scaleX(1);
}.pricing-menu-8094 .fee-deals-7538 {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
}.pricing-menu-8094 .class-rates-2783 {
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing-menu-8094 .class-rates-2783 h4 {
    margin-top: 0;
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 22px;
    margin-bottom: 15px;
}.pricing-menu-8094 .class-rates-2783 h4::after {
    width: 40px;
    bottom: 0;
    height: 2px;
    position: absolute;
    background: rgb(173,130,142);
    left: 0;
    content: "";
}.pricing-menu-8094 .class-rates-2783 p {
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
    color: rgba(255,255,255,0.8);
    word-break: break-word;
    font-size: calc(16px - 2px);
    margin-bottom: 25px;
}.pricing-menu-8094 .price-view-0276 {
    position: relative;
    font-size: calc(22px + 4px);
    padding: 10px 20px;
    border-radius: 10px;
    align-self: flex-start;
    margin-top: auto;
    background: linear-gradient(135deg, rgb(196,171,177,0.5), rgb(173,130,142,0.5));
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}.pricing-menu-8094 .plan-matrix-1670:hover .price-view-0276 {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

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

@media (max-width: 992px) {.pricing-menu-8094 {
    padding: 80px 0;
}.pricing-menu-8094 h2 {
    font-size: calc(30px - 4px);
}.pricing-menu-8094 .learn-fees-2349 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.pricing-menu-8094 .fee-deals-7538 {
    padding: 25px;
}.pricing-menu-8094 .price-view-0276 {
    font-size: calc(22px + 2px);
}
}

@media (max-width: 768px) {.pricing-menu-8094 {
    padding: 60px 0;
}.pricing-menu-8094 h2 {
    font-size: calc(30px - 6px);
    margin-bottom: 15px;
}.pricing-menu-8094 .monthly-plan-5391 {
    font-size: calc(16px - 1px);
    margin-bottom: 30px;
}.pricing-menu-8094 .learn-fees-2349 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing-menu-8094 .class-rates-2783 p {
    font-size: calc(16px - 3px);
}
}

@media (max-width: 480px) {.pricing-menu-8094 {
    padding: 50px 0;
}.pricing-menu-8094 .fee-deals-7538 {
    padding: 20px;
}.pricing-menu-8094 .class-rates-2783 h4 {
    font-size: calc(22px - 2px);
}.pricing-menu-8094 .price-view-0276 {
    font-size: 22px;
    padding: 8px 15px;
}}header {
    background: rgb(232,225,227);
    z-index: 100;
    position: relative;
    padding: 1.2rem 0;
}header::before {
    left: 0;
    height: 100%;
    opacity: 0.5;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, 
        rgb(196,171,177,0.5) 0%, 
        transparent 50%, 
        rgb(173,130,142,0.5) 100%);
}header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
}header .nav-skill-0295 {
    flex-direction: column;
    gap: 1rem;
    background: #ffffff;
    border-radius: 26px;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
}header .page-header-9438 {
    margin-bottom: 0.5rem;
    display: flex;
    padding: 0.5rem 1rem;
    position: relative;
    justify-content: center;
    text-decoration: none;
}header .page-header-9438::before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(196,171,177,0.5), 
        rgb(173,130,142,0.5), 
        rgb(196,171,177,0.5), 
        transparent);
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
}header .page-header-9438 svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}header .page-header-9438:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(196,171,177,0.5));
}header .head-section-6740 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: rgb(232,225,227);
    padding: 0.6rem;
    gap: 0.4rem;
    justify-content: center;
    border-radius: 10px;
}header .head-expert-6492 {
    position: relative;
    font-weight: 400;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
    z-index: 1;
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding: 0.5rem 1rem;
}header .head-expert-6492::before {
    content: '';
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(196,171,177), rgb(173,130,142));
    width: 100%;
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
}header .head-expert-6492:hover {
    color: #ffffff;
}header .head-expert-6492:hover::before {
    opacity: 1;
}header .head-expert-6492::after {
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(196,171,177), rgb(173,130,142));
    height: 2px;
    transform-origin: left;
    position: absolute;
    transition: transform 0.3s ease;
    content: '';
    transform: scaleX(0);
}header .head-expert-6492:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav-skill-0295 {
    padding: 0.8rem;
    gap: 0.8rem;
}header .page-header-9438 svg {
    width: 140px;
}header .head-section-6740 {
    padding: 0.5rem;
}header .head-expert-6492 {
    font-size: calc(18px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .nav-skill-0295 {
    gap: 0.7rem;
    padding: 0.7rem;
}header .page-header-9438 svg {
    width: 120px;
}header .head-section-6740 {
    padding: 0.4rem;
    gap: 0.3rem;
}header .head-expert-6492 {
    font-size: calc(18px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .nav-skill-0295 {
    gap: 0.6rem;
    padding: 0.6rem;
}header .page-header-9438 svg {
    width: 110px;
}header .head-section-6740 {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem;
    justify-content: flex-start;
}header .head-section-6740::-webkit-scrollbar {
    height: 2px;
}header .head-section-6740::-webkit-scrollbar-thumb {
    background: rgb(196,171,177);
    border-radius: 10px;
}header .head-expert-6492 {
    flex-shrink: 0;
    white-space: nowrap;
}}.academic-experience-7381 {
    z-index: 1;
    background: linear-gradient(135deg, rgb(232,225,227) 0%, rgb(173,130,142,0.5) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.academic-experience-7381::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
}.academic-experience-7381::after {
    height: 300px;
    transform: translate3d(0, 0, 0);
    filter: blur(40px);
    top: -5%;
    background: radial-gradient(circle, rgb(173,130,142,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.4;
    z-index: -1;
    width: 300px;
    content: "";
    right: -5%;
}.academic-experience-7381 .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}.academic-experience-7381 .alumni-reviews-9781 {
    display: grid;
    border-left: 4px solid rgb(196,171,177);
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 40px rgba(0, 0, 0, 0.06);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96));
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-1deg);
    gap: 2rem;
}.academic-experience-7381 .alumni-reviews-9781:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px rgba(0, 0, 0, 0.09);
}.academic-experience-7381 .alumni-reviews-9781::before {
    width: 150px;
    top: 0;
    height: 150px;
    z-index: 0;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(173,130,142,0.5) 50%);
    content: "";
    opacity: 0.2;
    position: absolute;
}.academic-experience-7381 .image-overlay-9073 {
    border-radius: 0.75rem;
    height: 120px;
    transform: translateZ(20px) rotate(-2deg);
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.8),
        0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 120px;
    transition: all 0.4s ease;
    overflow: hidden;
}.academic-experience-7381 .image-overlay-9073::after {
    background: linear-gradient(to bottom, rgba(rgb(196,171,177), 0.1), transparent);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
}.academic-experience-7381 .alumni-reviews-9781:hover .image-overlay-9073 {
    transform: translateZ(30px) rotate(0deg);
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.9),
        0 15px 25px rgba(0, 0, 0, 0.2);
}.academic-experience-7381 .name {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #000000;
    position: relative;
}.academic-experience-7381 .name::after {
    content: "";
    left: 0;
    position: absolute;
    background: rgb(196,171,177);
    transition: width 0.3s ease;
    bottom: -5px;
    width: 40px;
    height: 3px;
}.academic-experience-7381 .alumni-reviews-9781:hover .name::after {
    width: 60px;
}.academic-experience-7381 .alumni-reviews-9781 div:nth-child(2) div {
    margin-top: 0.25rem;
    color: rgb(173,130,142);
    font-size: calc(13px - 0.1rem);
    letter-spacing: 0.5px;
    font-weight: 600;
}.academic-experience-7381 .work-items-1075 {
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.7;
    color: #000000;
    margin: 0;
    font-size: 13px;
}.academic-experience-7381 .work-items-1075::before {
    left: -10px;
    line-height: 1;
    color: rgb(173,130,142,0.5);
    content: "";
    font-family: serif;
    position: absolute;
    opacity: 0.3;
    font-size: 5rem;
    top: -20px;
}

@media (min-width: 768px) {.academic-experience-7381 .alumni-reviews-9781 {
    grid-template-areas:
            "photo info"
            "quote quote";
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
}.academic-experience-7381 .alumni-reviews-9781 > div:nth-child(1) {
    grid-area: photo;
}.academic-experience-7381 .alumni-reviews-9781 > div:nth-child(2) {
    grid-area: info;
    align-self: center;
}.academic-experience-7381 .alumni-reviews-9781 > div:nth-child(3) {
    grid-area: quote;
}.academic-experience-7381 .image-overlay-9073 {
    height: 160px;
    width: 160px;
}
}

@media (min-width: 992px) {.academic-experience-7381 {
    padding: 7rem 0;
}.academic-experience-7381 .alumni-reviews-9781 {
    grid-template-rows: 1fr;
    grid-template-areas: "photo info quote";
    padding: 3.5rem;
    gap: 0 3rem;
    grid-template-columns: auto 1fr 2fr;
}.academic-experience-7381 .alumni-reviews-9781 > div:nth-child(1) {
    grid-area: photo;
}.academic-experience-7381 .alumni-reviews-9781 > div:nth-child(2) {
    grid-area: info;
    align-self: center;
}.academic-experience-7381 .alumni-reviews-9781 > div:nth-child(3) {
    grid-area: quote;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: 3rem;
}.academic-experience-7381 .image-overlay-9073 {
    height: 180px;
    width: 180px;
}.academic-experience-7381 .work-items-1075 {
    padding-left: 0;
}.academic-experience-7381 .work-items-1075::before {
    left: -30px;
}
}

@media (max-width: 767px) {.academic-experience-7381 {
    padding: 4rem 0;
}.academic-experience-7381 .alumni-reviews-9781 {
    padding: 2rem;
}.academic-experience-7381 .image-overlay-9073 {
    margin-bottom: 1rem;
}
}

@media (max-width: 575px) {.academic-experience-7381 .alumni-reviews-9781 {
    padding: 1.5rem;
    transform: none;
}.academic-experience-7381 .image-overlay-9073 {
    height: 100px;
    width: 100px;
}.academic-experience-7381 .work-items-1075 {
    line-height: 1.6;
    font-size: calc(13px - 0.1rem);
}
}

@media (hover: hover) {.academic-experience-7381 .alumni-reviews-9781 {
    cursor: default;
}.academic-experience-7381 .alumni-reviews-9781::after {
    transform: translateX(-100%);
    content: "";
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    transition: transform 0.8s ease;
}.academic-experience-7381 .alumni-reviews-9781:hover::after {
    transform: translateX(100%);
}}.company-overview-1376 {
    overflow: hidden;
    padding: 90px 0;
    background-color: rgb(232,225,227);
    position: relative;
}.company-overview-1376::before {
    right: 0;
    height: 100%;
    background: radial-gradient(circle at top right, rgb(196,171,177,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.4;
    top: 0;
    content: "";
    width: 40%;
    z-index: 1;
}.company-overview-1376::after {
    position: absolute;
    width: 30%;
    background: radial-gradient(circle at bottom left, rgb(173,130,142,0.5) 0%, transparent 70%);
    content: "";
    height: 60%;
    opacity: 0.3;
    bottom: 0;
    left: 0;
    z-index: 1;
}.company-overview-1376 .container {
    position: relative;
    z-index: 2;
}.company-overview-1376 .growth-graph-7036 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
}.company-overview-1376 h3 {
    grid-column: 1 / -1;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    font-size: 32px;
}.company-overview-1376 h3::after {
    bottom: -15px;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(to right, rgb(196,171,177), rgb(173,130,142));
    width: 80px;
    position: absolute;
    content: "";
    left: 50%;
    border-radius: 10px;
}.company-overview-1376 .learn-lab-9241 {
    transform: translateX(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    display: flex;
    border-radius: 30px;
    background: #ffffff;
    padding: 30px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.company-overview-1376 .learn-lab-9241:hover {
    transform: translateX(10px);
}.company-overview-1376 .learn-lab-9241 span {
    color: rgb(196,171,177);
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 22px;
}.company-overview-1376 .learn-lab-9241 span::after {
    left: 0;
    background-color: rgb(173,130,142);
    position: absolute;
    width: 40px;
    content: "";
    bottom: -5px;
    height: 2px;
}.company-overview-1376 .learn-lab-9241 p {
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 25px;
}.company-overview-1376 .image-overlay-9073 {
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 250px;
    position: relative;
    border-radius: 30px;
}.company-overview-1376 .image-overlay-9073::after {
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
}.company-overview-1376 .method-edu-2736 {
    border-radius: 30px;
    background: #ffffff;
    display: flex;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    flex-direction: column;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}.company-overview-1376 .method-edu-2736:hover {
    transform: translateX(-10px);
}.company-overview-1376 .method-edu-2736 p {
    color: #000000;
    padding-top: 15px;
    position: relative;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 13px;
}.company-overview-1376 .learn-mastery-1840 {
    border-radius: 30px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 250px;
}.company-overview-1376 .learn-mastery-1840::after {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    left: 0;
    width: 100%;
}.company-overview-1376 .learn-lab-9241,
.company-overview-1376 .method-edu-2736 {
    border-top: 4px solid rgb(196,171,177);
}.company-overview-1376 .method-edu-2736 {
    border-color: rgb(173,130,142);
}.company-overview-1376 .growth-graph-7036::before {
    width: 200px;
    z-index: -1;
    left: -100px;
    position: absolute;
    opacity: 0.4;
    content: "";
    animation: rotate 30s linear infinite;
    border-radius: 50%;
    height: 200px;
    top: -100px;
    border: 2px dotted rgb(196,171,177,0.5);
}.company-overview-1376 .growth-graph-7036::after {
    animation: rotate 20s linear infinite reverse;
    z-index: -1;
    border-radius: 50%;
    content: "";
    right: -75px;
    position: absolute;
    width: 150px;
    bottom: -75px;
    opacity: 0.4;
    border: 2px dotted rgb(173,130,142,0.5);
    height: 150px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.company-overview-1376 {
    padding: 80px 0;
}.company-overview-1376 .growth-graph-7036 {
    grid-gap: 40px;
}.company-overview-1376 h3 {
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.company-overview-1376 .growth-graph-7036 {
    grid-gap: 50px;
    grid-template-columns: 1fr;
}.company-overview-1376 h3 {
    margin-bottom: 35px;
}.company-overview-1376 .learn-lab-9241:hover,
    .company-overview-1376 .method-edu-2736:hover {
    transform: translateY(-10px);
}
}

@media (max-width: 768px) {.company-overview-1376 {
    padding: 60px 0;
}.company-overview-1376 h3 {
    font-size: calc(32px * 0.9);
}.company-overview-1376 .learn-lab-9241,
    .company-overview-1376 .method-edu-2736 {
    padding: 25px;
}.company-overview-1376 .learn-lab-9241 span {
    font-size: calc(22px * 0.9);
}.company-overview-1376 .image-overlay-9073,
    .company-overview-1376 .learn-mastery-1840 {
    height: 220px;
}
}

@media (max-width: 576px) {.company-overview-1376 {
    padding: 50px 0;
}.company-overview-1376 h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.company-overview-1376 .learn-lab-9241,
    .company-overview-1376 .method-edu-2736 {
    padding: 20px;
}.company-overview-1376 .learn-lab-9241 p,
    .company-overview-1376 .method-edu-2736 p {
    font-size: calc(13px * 0.95);
    margin-bottom: 20px;
    line-height: 1.6;
}.company-overview-1376 .image-overlay-9073,
    .company-overview-1376 .learn-mastery-1840 {
    height: 200px;
}}

.company-overview-1376 .learn-lab-9241::before,
.company-overview-1376 .method-edu-2736::before {
    position: absolute;
    transform: rotate(45deg);
    right: 30px;
    top: -10px;
    z-index: -1;
    content: "";
    background: rgb(196,171,177);
    width: 20px;
    height: 20px;
}.company-overview-1376 .method-edu-2736::before {
    background: rgb(173,130,142);
}.company-overview-1376 .learn-lab-9241,
.company-overview-1376 .method-edu-2736 {
    overflow: hidden;
}.company-overview-1376 .learn-lab-9241::after,
.company-overview-1376 .method-edu-2736::after {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0.2;
    right: -50%;
    height: 100px;
    position: absolute;
    width: 100px;
    top: -50%;
    content: "";
}

@media (min-width: 1400px) {.company-overview-1376 .container {
    max-width: 1320px;
}}.stay-informed-8305 {
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(196,171,177,0.5), rgb(173,130,142));
}.stay-informed-8305::before {
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
}.stay-informed-8305::after {
    top: 50%;
    height: 200%;
    right: -5%;
    width: 40%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08));
    z-index: -1;
    content: "";
    transform: rotate(-35deg) translateY(-50%);
}.stay-informed-8305 .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
}.stay-informed-8305 .growth-graph-7036 {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.08);
    padding: 3rem;
    backdrop-filter: blur(10px);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
}.stay-informed-8305 .growth-graph-7036:hover {
    transform: perspective(1000px) rotateX(0deg);
}.stay-informed-8305 h4 {
    transform: translateX(-10px);
    opacity: 0;
    margin-bottom: 2rem;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    font-size: 24px;
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    color: #ffffff;
}.stay-informed-8305 h4::before {
    transform: translateY(-50%);
    content: "";
    animation: growBar 0.6s ease-out forwards 1s;
    top: 50%;
    height: 0;
    left: -20px;
    background: rgb(173,130,142);
    width: 4px;
    position: absolute;
}.stay-informed-8305 .input_holder {
    gap: 1rem;
    position: relative;
    transform: translateY(10px);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    animation: slideUpForm 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.4s;
}.stay-informed-8305 .input_holder span {
    position: relative;
    flex: 1 1 250px;
}.stay-informed-8305 .input_holder input[type="email"] {
    padding: 1rem 1.5rem;
    border: none;
    background: #ffffff;
    border-left: 3px solid transparent;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    width: 100%;
    color: #000000;
}.stay-informed-8305 .input_holder input[type="email"]:focus {
    border-left: 3px solid rgb(173,130,142);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.stay-informed-8305 .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}.stay-informed-8305 .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.stay-informed-8305 .input_holder .contact-feedback-3560 {
    background: linear-gradient(135deg, rgb(173,130,142), rgb(196,171,177));
    outline: none;
    border: none;
    cursor: pointer;
    padding: 1rem 2rem;
    overflow: hidden;
    font-size: 14px;
    z-index: 1;
    position: relative;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
}.stay-informed-8305 .input_holder .contact-feedback-3560::before {
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    transition: all 0.6s ease;
    left: -100%;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
}.stay-informed-8305 .input_holder .contact-feedback-3560:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.stay-informed-8305 .input_holder .contact-feedback-3560:hover::before {
    left: 100%;
}.stay-informed-8305 .input_holder .contact-feedback-3560:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

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

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

@keyframes growBar {
    to {
        height: 70%;
    }
}

@media screen and (min-width: 768px) {.stay-informed-8305 .growth-graph-7036 {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding: 3.5rem 4rem;
}.stay-informed-8305 h4 {
    flex: 1;
    margin-bottom: 0;
    max-width: 60%;
}.stay-informed-8305 .input_holder {
    justify-content: flex-end;
    flex: 1;
}
}

@media screen and (max-width: 767px) {.stay-informed-8305 {
    padding: 4rem 0;
}.stay-informed-8305 .growth-graph-7036 {
    padding: 2rem;
}.stay-informed-8305 h4 {
    text-align: center;
    font-size: calc(24px * 0.9);
}.stay-informed-8305 h4::before {
    left: -15px;
}.stay-informed-8305 .input_holder {
    justify-content: center;
}.stay-informed-8305 .input_holder span {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 480px) {.stay-informed-8305 {
    padding: 3rem 0;
}.stay-informed-8305 .growth-graph-7036 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}.stay-informed-8305 h4 {
    font-size: calc(24px * 0.8);
    margin-bottom: 1.5rem;
}.stay-informed-8305 .input_holder input[type="email"],
    .stay-informed-8305 .input_holder .contact-feedback-3560 {
    padding: 0.8rem 1.2rem;
}}.secure-nest-4960 {
    padding: 40px;
    background: linear-gradient(135deg, rgb(196,171,177,0.5) 30%, rgb(173,130,142,0.5) 100%);
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: auto;
    overflow: hidden;
}.secure-nest-4960 h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 48px;
    letter-spacing: 2px;
    text-align: center;
    background: rgb(196,171,177);
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 10px;
    text-transform: uppercase;
}.secure-nest-4960 h2 {
    font-weight: 600;
    border-bottom: 2px solid rgb(196,171,177);
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 25px;
    font-size: 35px;
    margin-top: 35px;
    color: rgb(173,130,142);
}.secure-nest-4960 ul, .secure-nest-4960 ol {
    font-family: Arial, sans-serif;
    padding: 15px 0;
    padding-left: 20px;
    color: #000000;
    list-style: none;
    list-style-position: outside;
    font-size: 17px;
}.secure-nest-4960 li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}.secure-nest-4960 li::before {
    line-height: 1em;
    position: absolute;
    font-size: 1.5em;
    color: rgb(196,171,177);
    content: '•';
    top: 0;
    left: 0;
}.secure-nest-4960 p, .secure-nest-4960 span, .secure-nest-4960 div {
    line-height: 1.6;
    font-size: 17px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    color: #000000;
}.secure-nest-4960 p:hover, .secure-nest-4960 span:hover, .secure-nest-4960 div:hover {
    transform: translateY(-2px);
    color: rgb(196,171,177);
}

@media only screen and (max-width: 800px) {.secure-nest-4960 {
    padding: 20px 10px;
    border-radius: 10px;
}.secure-nest-4960 h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: calc(22px - 10px);
}.secure-nest-4960 h2 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(22px - 8px);
}.secure-nest-4960 ul, .secure-nest-4960 ol {
    padding-left: 10px;
}.secure-nest-4960 li {
    padding-left: 15px;
}}
.explore-now-2031 {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(232,225,227) 0%, rgb(196,171,177,0.5) 100%);
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}.explore-now-2031::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 0.03) 20px,
        rgba(255, 255, 255, 0.03) 40px
    );
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
    right: 0;
    z-index: 1;
}.explore-now-2031::after {
    top: -150px;
    background: radial-gradient(circle, rgb(196,171,177,0.5) 0%, transparent 70%);
    position: absolute;
    border-radius: 50%;
    height: 300px;
    right: -100px;
    opacity: 0.6;
    width: 300px;
    z-index: 0;
    content: '';
    filter: blur(30px);
}.explore-now-2031 .container {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 0 auto;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -20px -20px 40px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    max-width: 1140px;
    background: rgba(255, 255, 255, 0.9);
}.explore-now-2031 .container:hover {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.08),
        -25px -25px 50px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.explore-now-2031 h6 {
    margin-bottom: 2.5rem;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #000000;
    line-height: 1.5;
    opacity: 1;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    font-weight: 600;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}.explore-now-2031 .container:hover h6 {
    transform: translateY(-5px);
}.explore-now-2031 div div {
    justify-content: center;
    display: flex;
    margin-top: 1.5rem;
    align-items: center;
}.explore-now-2031 div span {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 2;
    transform: translateY(0);
}.explore-now-2031 div span:hover {
    transform: translateY(-5px);
}.explore-now-2031 .contact-feedback-3560 {
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: none;
    display: inline-flex;
    color: #ffffff;
    font-size: 17px;
    overflow: hidden;
    cursor: pointer;
    padding: 15px 32px;
    box-shadow: 
        0 10px 20px rgba(rgb(196,171,177,0.5), 0.2),
        0 5px 10px rgba(rgb(196,171,177,0.5), 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    align-items: center;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(196,171,177) 0%, rgb(173,130,142) 100%);
    justify-content: center;
}.explore-now-2031 .contact-feedback-3560::before {
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    height: 100%;
    content: '';
    left: -100%;
    width: 100%;
    top: 0;
    transition: left 0.7s ease;
    position: absolute;
}.explore-now-2031 .contact-feedback-3560:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 
        0 15px 25px rgba(rgb(196,171,177,0.5), 0.3),
        0 10px 15px rgba(rgb(196,171,177,0.5), 0.2),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}.explore-now-2031 .contact-feedback-3560:hover::before {
    left: 100%;
}.explore-now-2031 .contact-feedback-3560:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 
        0 5px 10px rgba(rgb(196,171,177,0.5), 0.2),
        0 2px 5px rgba(rgb(196,171,177,0.5), 0.1),
        inset 0 2px 3px rgba(0, 0, 0, 0.1);
}.explore-now-2031 .contact-feedback-3560 span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 1;
}.explore-now-2031 .contact-feedback-3560:hover span {
    transform: scale(1.05);
}


@media (max-width: 1200px) {.explore-now-2031 .container {
    padding: 2.5rem;
    max-width: 960px;
}
}

@media (max-width: 992px) {.explore-now-2031 {
    padding: 4rem 0;
}.explore-now-2031 .container {
    padding: 2rem;
    max-width: 720px;
    transform: perspective(1000px) rotateX(1deg);
}.explore-now-2031 h6 {
    margin-bottom: 2rem;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 768px) {.explore-now-2031 {
    padding: 3.5rem 0;
}.explore-now-2031 .container {
    padding: 1.75rem;
    transform: perspective(1000px) rotateX(0.5deg);
    max-width: 540px;
}.explore-now-2031 h6 {
    margin-bottom: 1.75rem;
    font-size: calc(16px * 0.9);
}.explore-now-2031 .contact-feedback-3560 {
    padding: 12px 28px;
}
}

@media (max-width: 576px) {.explore-now-2031 {
    padding: 3rem 0;
}.explore-now-2031 .container {
    width: 90%;
    padding: 1.5rem;
    transform: none;
}.explore-now-2031 h6 {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.85);
    line-height: 1.4;
}.explore-now-2031 .contact-feedback-3560 {
    font-size: calc(17px * 0.9);
    padding: 10px 24px;
}
}

@media (max-width: 400px) {.explore-now-2031 {
    padding: 2.5rem 0;
}.explore-now-2031 .container {
    width: 95%;
    padding: 1.25rem;
}.explore-now-2031 h6 {
    font-size: calc(16px * 0.8);
    margin-bottom: 1.25rem;
}.explore-now-2031 .contact-feedback-3560 {
    font-size: calc(17px * 0.85);
    padding: 8px 20px;
}
}