* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.head-mentor-jPmceU {
    flex: 1 0 auto;
}

.container {
    margin: auto;
    width: 1135px;
    max-width: 100%;
}

header,footer {
    width: 100%;
}

header {
    top: 0;
    position: fixed;
    background: linear-gradient(to bottom, 
        rgb(216,189,176,0.5) 0%,
        #000000 100%);
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    left: 0;
    z-index: 100;
}

.course-methodology-KZjlGP::after {
    content: "";
    border-radius: 50%;
    filter: blur(40px);
    animation: pulse 15s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background: rgb(190,163,148);
    position: absolute;
    height: 200px;
    opacity: 0.1;
    width: 200px;
    top: -50px;
    z-index: 0;
    right: -50px;
}

.course-methodology-KZjlGP .mentor-network-YhyWV2 > div::before {
    left: 0;
    width: 4px;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(216,189,176), rgb(190,163,148));
    content: "";
    height: 0;
}

.course-methodology-KZjlGP h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
    transform: translateZ(20px);
    color: #000000;
    position: relative;
    font-size: calc(38px * 0.9);
    letter-spacing: -0.02em;
}

.course-methodology-KZjlGP p span {
    padding-left: 1rem;
    border-left: 1px solid rgb(190,163,148,0.5);
    display: block;
    position: relative;
}

.contact-section-dABnaq::after {
    content: '';
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0%,
            rgb(216,189,176,0.5) 5%,
            transparent 10%,
            transparent 90%,
            rgb(190,163,148,0.5) 95%,
            transparent 100%
        );
    width: 200%;
    height: 200%;
    animation: rotate 120s linear infinite;
    z-index: -1;
    opacity: 0.2;
    left: -50%;
    position: absolute;
    top: -50%;
}

.contact-section-dABnaq h3::before {
    border-radius: 10px;
    left: 50%;
    top: -15px;
    background: rgb(216,189,176);
    height: 4px;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    width: 40px;
}

.contact-section-dABnaq .support-help-slGByC::before {
    content: '';
    inset: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
    z-index: 0;
    pointer-events: none;
}

.contact-section-dABnaq .feedback-help-yowxql {
    padding: 50px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    flex: 1 1 60%;
}

.contact-section-dABnaq .feedback-help-yowxql #contact {
    position: relative;
    z-index: 2;
}

.contact-section-dABnaq .feedback-help-yowxql h3 {
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #000000;
}

.contact-section-dABnaq .feedback-help-yowxql input[type="text"]:focus,
.contact-section-dABnaq .feedback-help-yowxql textarea:focus {
    background-color: #ffffff;
    border-color: rgb(216,189,176);
    box-shadow: 
        0 2px 5px rgba(0, 0, 0, 0.03) inset,
        0 0 0 3px rgb(216,189,176,0.5);
    outline: none;
}

.contact-section-dABnaq .feedback-help-yowxql .inquiry-list-fAsOSa label {
    color: #000000;
    padding-left: 38px;
    position: relative;
    font-size: calc(14px - 2px);
    cursor: pointer;
    line-height: 1.5;
}

.contact-section-dABnaq .feedback-help-yowxql .inquiry-list-fAsOSa input[type="checkbox"]:checked + label::before {
    border-color: rgb(216,189,176);
}

.contact-section-dABnaq .feedback-help-yowxql .inquiry-list-fAsOSa input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}

.contact-section-dABnaq .feedback-help-yowxql .inquiry-list-fAsOSa a:hover {
    color: rgb(190,163,148);
}

.contact-section-dABnaq .feedback-help-yowxql .inquiry-list-fAsOSa a:hover::after {
    background-color: rgb(190,163,148);
    transform-origin: left;
    transform: scaleX(1);
}

.contact-section-dABnaq .feedback-help-yowxql .reach-links-d8oXcZ::after {
    width: 100%;
    animation: glow 2s infinite;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.5;
    bottom: 0;
    content: '';
    left: 0;
    height: 3px;
    position: absolute;
}

.contact-section-dABnaq .feedback-help-yowxql .reach-links-d8oXcZ:hover::before {
    left: 100%;
}

.contact-section-dABnaq .reach-map-3TbZMF {
    flex: 1 1 40%;
    position: relative;
    background: linear-gradient(135deg, rgb(216,189,176) 0%, rgb(190,163,148) 100%);
    padding: 50px;
    overflow: hidden;
}

.contact-section-dABnaq .reach-map-3TbZMF h4 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
    letter-spacing: 1px;
    position: relative;
}

.contact-section-dABnaq .reach-map-3TbZMF h4::after {
    position: absolute;
    bottom: -10px;
    content: '';
    background: #ffffff;
    width: 60px;
    left: 0;
    border-radius: 10px;
    height: 3px;
}

.contact-section-dABnaq .reach-map-3TbZMF .reach-widget-XBEmv3 li svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    position: relative;
    flex-shrink: 0;
    margin-right: 20px;
    height: 26px;
    width: 26px;
}

.contact-section-dABnaq .reach-map-3TbZMF .reach-widget-XBEmv3 li:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}

.contact-section-dABnaq .reach-map-3TbZMF .reach-widget-XBEmv3 li a::after {
    left: 0;
    transition: transform 0.3s ease;
    content: '';
    height: 1px;
    transform-origin: right;
    width: 100%;
    transform: scaleX(0);
    bottom: -2px;
    background-color: #ffffff;
    position: absolute;
}

.landing-page-fWCRs7:hover .img-center-align-zHTomy {
    transform: scale(1.2);
}

.landing-page-fWCRs7::before {
    content: '';
    top: 0;
    mix-blend-mode: multiply;
    z-index: 2;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(216,189,176), 0.9), 
        rgba(rgb(216,189,176), 0.7) 40%, 
        rgba(rgb(190,163,148), 0.7) 70%, 
        rgba(rgb(190,163,148), 0.85));
    position: absolute;
    left: 0;
    width: 100%;
    backdrop-filter: blur(4px);
}

.landing-page-fWCRs7 h1 {
    opacity: 0;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-size: calc(41px * 1.2);
    position: relative;
    color: #ffffff;
    font-weight: 700;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.3s;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateY(-20px);
}

.landing-page-fWCRs7 .note-holder-56YdIj {
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
}

.landing-page-fWCRs7 svg {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 120px;
    width: 120px;
    filter: drop-shadow(0 10px 20px rgba(94, 170, 168, 0.3));
}

.landing-page-fWCRs7 svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.landing-page-fWCRs7 .reach-links-d8oXcZ::before {
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    left: -100%;
    transition: left 0.7s ease;
    height: 100%;
}

.appField-t5Yi8E::before {
    top: -10%;
    height: 70%;
    background: #ffffff;
    left: -5%;
    width: 50%;
    position: absolute;
    opacity: 0.03;
    content: "";
    transform: rotate(-15deg) skew(15deg);
    pointer-events: none;
}

.appField-t5Yi8E .mentor-network-YhyWV2 {
    padding: 60px 50px;
    background: #ffffff;
    position: relative;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
}

.appField-t5Yi8E h5 {
    transform: translateY(0);
    color: #000000;
    font-size: 24px;
    line-height: 1.4;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    margin: 0;
}

.appField-t5Yi8E a:hover {
    transform: translateX(5px);
}

.appField-t5Yi8E p {
    position: relative;
    font-weight: 400;
    transition: color 0.3s ease;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 18px;
    color: #000000;
}

header::after {
    content: "";
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    top: 0;
    z-index: 1;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(190,163,148,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(190,163,148,0.5) 100%);
}

header .top-guide-P1UohG {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}

header .nav-top-JqyXSF::after {
    width: 70px;
    animation: pulse-opacity 4s ease infinite alternate;
    border-radius: 50%;
    opacity: 0.3;
    content: "";
    z-index: -2;
    filter: blur(20px);
    height: 70px;
    background: rgb(190,163,148,0.5);
    position: absolute;
}

header .main-tutor-pja7Do {
    position: relative;
    overflow-x: auto;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    padding: 1rem 0;
    border-bottom: 1px solid rgb(216,189,176,0.5);
    gap: 0.8rem;
    width: 100vw;
    justify-content: center;
    border-top: 1px solid rgb(216,189,176,0.5);
    display: flex;
    scrollbar-width: none;
}

header .head-tutor-sbPe0w::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    height: 2px;
    width: 0%;
    transition: all 0.3s ease;
    background: rgb(190,163,148);
}

header .head-tutor-sbPe0w:hover::after {
    width: 80%;
}

.academic-experience-FlZXiE::before {
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(216,189,176,0.5) 0,
        rgb(216,189,176,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    opacity: 0.05;
    top: 0;
    width: 100%;
    position: absolute;
}

.academic-experience-FlZXiE .review-space-vKHMTt::before {
    transition: opacity 0.6s ease;
    position: absolute;
    opacity: 0;
    content: "";
    z-index: 1;
    transform: rotate(-45deg) scale(2);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    inset: 0;
}

.academic-experience-FlZXiE .img-center-align-zHTomy::before {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 3;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    content: "";
}

.academic-experience-FlZXiE .name::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    position: absolute;
    bottom: -8px;
    width: 70px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(216,189,176) 50%,
        transparent 100%
    );
}

.academic-experience-FlZXiE .emp-tasks-RCVqer::before,
.academic-experience-FlZXiE .emp-tasks-RCVqer::after {
    width: 40px;
    background: rgb(216,189,176,0.5);
    position: absolute;
    content: "";
    opacity: 0.1;
    height: 40px;
}

.academic-experience-FlZXiE .emp-tasks-RCVqer::before {
    top: -5px;
    border-top: 3px solid rgb(216,189,176);
    left: -5px;
    border-left: 3px solid rgb(216,189,176);
}

.plan-display-OzKSkJ {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.plan-display-OzKSkJ .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.plan-display-OzKSkJ .value-fees-iZeY74 {
    position: relative;
}

.plan-display-OzKSkJ .price-choices-WmNB91 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    perspective: 1000px;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 30px;
}

.plan-display-OzKSkJ .price-choices-WmNB91 li:nth-child(1) {
    animation-delay: 0.3s;
}

.plan-display-OzKSkJ .price-choices-WmNB91 li:nth-child(3) {
    animation-delay: 0.7s;
}

.plan-display-OzKSkJ .annual-fee-wJFfQO {
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border: 1px solid rgba(255,255,255,0.1);
}

.plan-display-OzKSkJ .premium-plan-iSshg3 p {
    hyphens: auto;
    line-height: 1.7;
    margin: 0 0 auto;
    flex-grow: 1;
    color: rgba(255,255,255,0.8);
    word-wrap: break-word;
    font-size: 16px;
    overflow-wrap: break-word;
}

.plan-display-OzKSkJ .learn-price-6PBFkJ:hover .annual-fee-wJFfQO::before {
    opacity: 0.05;
}

.plan-display-OzKSkJ .learn-price-6PBFkJ:hover .premium-plan-iSshg3 h4 {
    transform: translateY(-5px);
}

.plan-display-OzKSkJ .learn-price-6PBFkJ:hover .edu-packages-aQrTVW {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transform: scale(1.05) translateY(-5px);
}

.cookie-warning-alert-gPm1CA .cookie-reset-mNR3yP svg {
    width: 60px;
    fill: rgb(216,189,176);
    height: 60px;
}


.cookie-warning-alert-gPm1CA .cookie-protect-bB1AfL {
    flex-grow: 1;
}

.cookie-warning-alert-gPm1CA .cookie-protect-bB1AfL p {
    font-size: 15px;
    color: #000000;
    margin: 0;
    line-height: 1.5;
}

.cookie-warning-alert-gPm1CA .cookie-option-jroh6P:active {
    box-shadow: none;
    transform: translateY(1px);
}

#cookieNoticePrompt-hcBiM6:checked ~ .cookie-warning-alert-gPm1CA {
    visibility: hidden;
    opacity: 0;
}

.secure-sanctuary-kUI3LK h2 {
    padding-left: 20px;
    font-weight: 600;
    margin-top: 30px;
    font-size: 34px;
    color: rgb(190,163,148);
    border-left: 6px solid rgb(190,163,148);
    margin-bottom: 20px;
}

.secure-sanctuary-kUI3LK li {
    border-left: 2px solid rgb(216,189,176,0.5);
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 13px;
}

.footer-social-BQZdSo .container {
    position: relative;
    z-index: 2;
}

.footer-social-BQZdSo .assist-experts-8yR3Ja {
    display: grid;
    margin-bottom: -2rem;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-template-columns: repeat(4, 1fr);
    z-index: 3;
    background-color: rgb(216,189,176);
    padding: 3rem 1.5rem 5rem;
    position: relative;
}

.footer-social-BQZdSo .info_item:hover {
    transform: translateX(10px);
}

.footer-social-BQZdSo .info_item svg {
    fill: #ffffff;
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
}

.footer-social-BQZdSo .top-pagewrap-NLUX5r {
    display: flex;
    gap: 1.5rem;
    background-color: rgb(190,163,148);
    position: relative;
    z-index: 4;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    flex-direction: column;
    padding: 4rem 2rem 3rem;
}

.footer-social-BQZdSo .main-tutor-pja7Do::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    content: '';
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.footer-social-BQZdSo .top-sitewrap-jY9e21 {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.footer-social-BQZdSo .top-sitewrap-jY9e21 a::before {
    position: absolute;
    content: '';
    background-color: rgb(216,189,176);
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    width: 0;
    bottom: 0;
}

.footer-social-BQZdSo .subscribe_holder h5 {
    margin-bottom: 1rem;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
}

.footer-social-BQZdSo .subscribe_holder p {
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 18px;
}

.footer-social-BQZdSo .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}

.footer-social-BQZdSo .free-trial-EvKAux::before {
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    transition: left 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    height: 100%;
}

.footer-social-BQZdSo .gdpr-block-sV9dT2::before {
    left: 0;
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    z-index: -1;
}

.testimonials-jCDild::after {
    position: absolute;
    z-index: 0;
    left: -5%;
    content: "";
    background: linear-gradient(135deg, rgb(216,189,176), rgb(190,163,148,0.5));
    filter: blur(60px);
    border-radius: 50%;
    opacity: 0.5;
    bottom: -5%;
    width: 250px;
    height: 250px;
}

.testimonials-jCDild .student-feedback-FbM9Aa {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 3rem;
    transform: rotate(-2deg);
}

.testimonials-jCDild .review-space-vKHMTt:nth-child(odd) {
    transform: rotate(4deg) translateY(-15px);
}

.testimonials-jCDild .review-space-vKHMTt:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotate(0) translateY(-10px) scale(1.05);
    z-index: 2;
}

.testimonials-jCDild .review-space-vKHMTt:hover img {
    transform: translateY(-20px) scale(1.1) rotate(360deg);
}

.testimonials-jCDild .review-space-vKHMTt p {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: calc(18px * 1.1);
    font-weight: 600;
    color: #000000;
}

.join-our-mailing-list-MdWvO5 {
    background: rgb(242,225,215);
    position: relative;
    padding: 4rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    isolation: isolate;
    overflow: hidden;
}

.join-our-mailing-list-MdWvO5 .mentor-network-YhyWV2 {
    position: relative;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
}

.join-our-mailing-list-MdWvO5 .mentor-network-YhyWV2::after {
    left: -30px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    animation: rotate-shape 20s linear infinite reverse;
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    opacity: 0.15;
    bottom: -30px;
    background: rgb(190,163,148);
}

.join-our-mailing-list-MdWvO5 p::after {
    position: absolute;
    bottom: -10px;
    width: 50px;
    background: rgb(190,163,148);
    height: 3px;
    z-index: -1;
    content: "";
    left: 20px;
    animation: line-extend 3s infinite alternate;
}

.join-our-mailing-list-MdWvO5 .mail-container-m85NAv {
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    border-top-left-radius: 10px;
    background: #ffffff;
    flex: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 0 1.5rem;
    border-bottom-left-radius: 10px;
    border: 1px solid transparent;
}

.join-our-mailing-list-MdWvO5 .free-trial-EvKAux:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.join-our-mailing-list-MdWvO5 .free-trial-EvKAux:hover::before {
    transform: translateY(0);
}

.company-overview-4G0p7f {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,225,215) 0%, rgba(245, 245, 255, 0.95) 100%);
    padding: 120px 0 80px;
    position: relative;
}

.company-overview-4G0p7f .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.company-overview-4G0p7f h1 {
    opacity: 0;
    animation: slideInTitle 0.8s 0.3s forwards ease-out;
    margin-bottom: 40px;
    text-align: left;
    position: relative;
    font-size: 38px;
    transform: translateX(-10px);
    font-weight: 700;
    color: #000000;
}

.company-overview-4G0p7f .expert-learning-rdQJIU {
    padding: 35px;
    transition: transform 0.4s, box-shadow 0.4s;
    opacity: 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    animation: fadeInUp 0.8s 0.5s forwards ease-out;
    border-radius: 10px;
    transform: translateY(20px);
    overflow: hidden;
    background: #ffffff;
}

.company-overview-4G0p7f .expert-learning-rdQJIU h4 {
    position: relative;
    font-size: calc(24px * 1.1);
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
    padding-left: 15px;
}

.program-results-jSNwyX {
    background: linear-gradient(135deg, rgb(242,225,215) 0%, rgba(rgb(216,189,176,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.program-results-jSNwyX::after {
    height: 90%;
    background: radial-gradient(circle at 50% 50%, transparent 40%, rgba(rgb(216,189,176,0.5), 0.03) 70%);
    width: 90%;
    z-index: 0;
    top: 5%;
    animation: pulseGradient 15s infinite ease-in-out;
    position: absolute;
    left: 5%;
    content: "";
}

.program-results-jSNwyX .mentor-network-YhyWV2 {
    position: relative;
    backdrop-filter: blur(5px);
    transform: translateY(-20px);
    z-index: 2;
}

.program-results-jSNwyX .note-holder-56YdIj::before {
    opacity: 0.8;
    top: -5px;
    right: 0;
    background: linear-gradient(90deg, rgb(216,189,176), rgb(190,163,148));
    transform: scaleX(0.97);
    height: 5px;
    transform-origin: left center;
    left: 0;
    transition: transform 0.5s ease-out;
    position: absolute;
    content: "";
}

.program-results-jSNwyX ul {
    margin: 1.5rem 0 0;
    list-style-type: none;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    display: grid;
}

.program-results-jSNwyX li p {
    display: flex;
    margin: 0;
    color: #000000;
    align-items: flex-start;
    line-height: 1.6;
    padding-left: 0.5rem;
    font-size: 16px;
}

.program-results-jSNwyX li:hover svg path {
    fill: rgb(190,163,148);
}

.course-program-details-eysNDO::after {
    content: "";
    top: 0;
    opacity: 0.05;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    width: 100%;
}

.course-program-details-eysNDO h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #000000;
    margin-bottom: 1.8rem;
    font-size: calc(38px * 1.2);
}

.course-program-details-eysNDO h2::after {
    position: absolute;
    border-right: 3px solid rgb(190,163,148);
    opacity: 0.7;
    content: "";
    bottom: -15px;
    transition: all 0.5s ease;
    right: -15px;
    border-bottom: 3px solid rgb(190,163,148);
    height: 45px;
    width: 45px;
}

.course-program-details-eysNDO .description:last-of-type {
    padding: 1.2rem 1.8rem;
    border-right: 3px solid rgb(190,163,148);
    font-weight: 600;
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 90%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transition: all 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(216,189,176);
}

.course-program-details-eysNDO .img-center-align-zHTomy::after {
    opacity: 0.3;
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(216,189,176,0.5) 70%, 
            rgb(190,163,148,0.5) 100%
        );
    height: 150%;
    animation: rotateGradient 20s infinite linear;
    top: -25%;
    z-index: 2;
    content: "";
    width: 150%;
    left: -25%;
    position: absolute;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media screen and (min-width: 768px) {.course-methodology-KZjlGP {
    padding: 8rem 0;
}.course-methodology-KZjlGP .mentor-network-YhyWV2 {
    padding: 0 3rem;
}.course-methodology-KZjlGP .mentor-network-YhyWV2 > div {
    padding: 4rem;
}.course-methodology-KZjlGP h3 {
    margin-bottom: 2rem;
    font-size: 38px;
}.course-methodology-KZjlGP p {
    font-size: calc(14px * 1.05);
    line-height: 1.75;
}.course-methodology-KZjlGP p span {
    padding-left: 2rem;
}
}



@media (max-width: 992px) {.contact-section-dABnaq {
    padding: 80px 0;
}.contact-section-dABnaq .container {
    padding: 0 20px;
}.contact-section-dABnaq .support-help-slGByC {
    flex-direction: column;
}.contact-section-dABnaq .feedback-help-yowxql,
    .contact-section-dABnaq .reach-map-3TbZMF {
    flex: 1 1 100%;
}.contact-section-dABnaq .feedback-help-yowxql {
    padding: 40px;
}.contact-section-dABnaq .reach-map-3TbZMF {
    padding: 40px;
}
}



@media (max-width: 1024px) {.landing-page-fWCRs7 .mentor-network-YhyWV2 {
    transform: perspective(1000px) rotateY(0);
    width: 90%;
    grid-template-columns: 1fr;
}.landing-page-fWCRs7 h1 {
    font-size: calc(41px * 1.1);
}.landing-page-fWCRs7::after {
    width: 30%;
}
}



@media (max-width: 480px) {.landing-page-fWCRs7 .mentor-network-YhyWV2 {
    padding: 1.5rem;
}.landing-page-fWCRs7 h1 {
    font-size: calc(41px * 0.9);
}.landing-page-fWCRs7 p {
    font-size: calc(17px * 0.9);
}.landing-page-fWCRs7 .reach-links-d8oXcZ {
    padding: 0.7rem 1.8rem;
}.landing-page-fWCRs7 svg {
    height: 80px;
    width: 80px;
}}



@media (min-width: 1200px) {.appField-t5Yi8E .mentor-network-YhyWV2 {
    max-width: 75%;
}
}



@media (max-width: 991px) {.appField-t5Yi8E {
    padding: 100px 0;
}.appField-t5Yi8E .mentor-network-YhyWV2 {
    padding: 50px 40px;
}
}



@media (max-width: 575px) {.appField-t5Yi8E {
    padding: 60px 0;
}.appField-t5Yi8E .mentor-network-YhyWV2 {
    transform: none;
    padding: 30px 20px;
}.appField-t5Yi8E h5 {
    line-height: 1.5;
    font-size: calc(24px * 0.85);
}.appField-t5Yi8E p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.appField-t5Yi8E h5::after {
    width: 60px;
    height: 2px;
}}



@media (max-width: 767px) {.academic-experience-FlZXiE {
    padding: 60px 0;
}.academic-experience-FlZXiE .review-space-vKHMTt {
    padding: 40px 25px;
}.academic-experience-FlZXiE .img-center-align-zHTomy {
    width: 140px;
    margin-bottom: 25px;
    height: 140px;
}.academic-experience-FlZXiE .name {
    font-size: calc(38px * 0.9);
}.academic-experience-FlZXiE .review-space-vKHMTt span:not(.name) {
    font-size: calc(22px * 0.95);
    margin-bottom: 20px;
}.academic-experience-FlZXiE .emp-tasks-RCVqer {
    font-size: calc(14px * 0.95);
    padding: 18px 20px;
}
}



@media (max-width: 768px) {.plan-display-OzKSkJ {
    padding: 60px 0;
}.plan-display-OzKSkJ h2 {
    font-size: calc(38px * 0.9);
}.plan-display-OzKSkJ .fee-offers-UI17sZ {
    margin-bottom: 40px;
    font-size: calc(16px * 0.95);
}.plan-display-OzKSkJ .price-choices-WmNB91 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.plan-display-OzKSkJ .premium-plan-iSshg3 {
    min-height: 350px;
    padding: 25px 20px;
}.plan-display-OzKSkJ .premium-plan-iSshg3 h4 {
    font-size: 22px;
}.plan-display-OzKSkJ .edu-packages-aQrTVW {
    font-size: calc(22px * 1.1);
}
}



@media only screen and (max-width: 800px) {.secure-sanctuary-kUI3LK {
    padding: 30px;
}.secure-sanctuary-kUI3LK h1 {
    font-size: calc(18px - 4px);
}.secure-sanctuary-kUI3LK h2 {
    font-size: calc(18px - 3px);
}.secure-sanctuary-kUI3LK h3, .secure-sanctuary-kUI3LK h4, .secure-sanctuary-kUI3LK h5, .secure-sanctuary-kUI3LK h6 {
    font-size: calc(18px - 2px);
}.secure-sanctuary-kUI3LK p, .secure-sanctuary-kUI3LK span, .secure-sanctuary-kUI3LK div, .secure-sanctuary-kUI3LK li {
    font-size: calc(13px - 2px);
}}



@media (max-width: 576px) {.footer-social-BQZdSo .top-pagewrap-NLUX5r,
    .footer-social-BQZdSo .main-tutor-pja7Do,
    .footer-social-BQZdSo .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.footer-social-BQZdSo .gdpr-block-sV9dT2 {
    padding: 2.5rem 0 1.5rem;
}.footer-social-BQZdSo .info_item {
    padding: 0.5rem 0;
}.footer-social-BQZdSo .info_item p,
    .footer-social-BQZdSo .info_item a {
    justify-content: center;
}}



@media (min-width: 768px) {.company-overview-4G0p7f {
    padding: 150px 0 100px;
}.company-overview-4G0p7f h1 {
    margin-bottom: 60px;
    font-size: calc(38px * 1.1);
}.company-overview-4G0p7f h1::after {
    width: 120px;
    height: 4px;
}.company-overview-4G0p7f .learn-studio-IOEyqR ul {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.company-overview-4G0p7f .expert-learning-rdQJIU {
    padding: 40px;
}.company-overview-4G0p7f .expert-learning-rdQJIU:nth-child(2) {
    animation: fadeInUp 0.8s 0.8s forwards ease-out;
    transform: translateY(40px);
}.company-overview-4G0p7f .expert-learning-rdQJIU div {
    max-height: 400px;
}
}



@media (min-width: 768px) {.program-results-jSNwyX {
    padding: 8rem 0;
}.program-results-jSNwyX .container {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.program-results-jSNwyX .img-center-align-zHTomy {
    margin-bottom: 0;
    width: 45%;
    max-height: 600px;
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
}.program-results-jSNwyX .mentor-network-YhyWV2 {
    width: 55%;
    transform: translateY(0) translateX(-40px);
}.program-results-jSNwyX .note-holder-56YdIj {
    padding: 3rem 2.5rem;
}.program-results-jSNwyX ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
}
}



@media (max-width: 767px) {.program-results-jSNwyX {
    padding: 4rem 0;
}.program-results-jSNwyX h1 {
    font-size: calc(47px * 0.8);
    margin-bottom: 1.5rem;
}.program-results-jSNwyX .note-holder-56YdIj {
    padding: 2rem 1.5rem;
}.program-results-jSNwyX li p {
    font-size: calc(16px * 0.95);
}.program-results-jSNwyX ul {
    gap: 1rem;
}}



@media (max-width: 992px) {.course-program-details-eysNDO {
    padding: 5rem 0;
}.course-program-details-eysNDO .note-holder-56YdIj {
    padding: 3rem 2rem;
    max-width: 700px;
}.course-program-details-eysNDO h2 {
    font-size: 38px;
}.course-program-details-eysNDO .description {
    line-height: 1.8;
    max-width: 90%;
}.course-program-details-eysNDO .img-center-align-zHTomy {
    width: 140%;
    top: -20%;
    height: 140%;
    left: -20%;
}
}



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



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



@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0 0 15px rgb(216,189,176,0.5);
    }
    50% {
        box-shadow: 0 0 25px rgb(190,163,148,0.5);
    }
}



@keyframes glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}



@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



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



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

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



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



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



@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes slideInLeft {
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}



@keyframes pulseGradient {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

