﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    width: 1262px;
    margin: auto;
}.wrapper-border-07941 {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.head-train-50137 {
    flex: 1 0 auto;
}.pledge-block-67845 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    scroll-snap-type: none;
    auto;
    color: #000000;
    auto
contain
touch-action: none;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    transition: all 0.4s ease;
    left: 0;
    z-index: 1000;
    background: linear-gradient(180deg, 
        rgb(213,183,195) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    position: fixed;
    top: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    width: 100%;
    border-bottom: 1px solid rgb(213,183,195,0.5);
}header:before {
    left: 0;
    opacity: 0.1;
    pointer-events: none;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(213,183,195,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(185,150,173,0.5) 0%, transparent 25%);
    width: 100%;
}header:after {
    position: absolute;
    width: 100%;
    opacity: 0.02;
    content: '';
    top: 0;
    mix-blend-mode: overlay;
    left: 0;
    pointer-events: none;
    height: 100%;
}header .top-sitebar-06158 {
    overflow: hidden;
    position: relative;
}header .top-sitebar-06158:before {
    box-shadow: 0 0 15px rgb(213,183,195), 0 0 35px rgb(213,183,195);
    position: absolute;
    height: 1px;
    width: 200%;
    content: '';
    left: -50%;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(213,183,195) 25%,
        #ffffff 50%,
        rgb(213,183,195) 75%,
        transparent 100%
    );
    opacity: 0.7;
    animation: scanlineGlow 4s linear infinite;
}header .container {
    padding: 18px 25px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .container:before {
    width: 100%;
    content: '';
    pointer-events: none;
    mix-blend-mode: overlay;
    height: 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    opacity: 0.5;
}header .nav-pro-82546 {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .nav-pro-82546:before {
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.3;
    filter: blur(15px);
    left: -10px;
    animation: breathe 5s infinite alternate;
    content: '';
    height: 20px;
    top: 50%;
    width: 20px;
    background: rgb(213,183,195);
    border-radius: 50%;
}header .nav-pro-82546:after {
    opacity: 0.3;
    filter: blur(15px);
    height: 20px;
    animation: breathe 5s infinite alternate-reverse;
    content: '';
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    background: rgb(185,150,173);
    width: 20px;
    right: -10px;
    top: 50%;
}header .head-sitewrap-90786 {
    gap: 30px;
    display: flex;
    position: relative;
    align-items: center;
}header .head-sitewrap-90786:before {
    height: 110%;
    filter: blur(5px);
    position: absolute;
    transform: translateX(-100%);
    content: '';
    width: 110%;
    animation: menuGlow 10s infinite ease-in-out;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(213,183,195,0.5), 
        transparent
    );
    top: -5%;
    opacity: 0.15;
    left: -5%;
}header .top-pagewrap-94027 {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: 0 0 1px #ffffff;
    font-size: 13px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
    padding: 8px 2px;
}header .top-pagewrap-94027:before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(213,183,195,0.5), 
        transparent
    );
    content: '';
    transition: all 0.4s ease;
    transform: skewX(-20deg) scale(0.8, 1);
    z-index: -1;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}header .top-pagewrap-94027:after {
    position: absolute;
    filter: blur(0.5px);
    width: 0;
    content: '';
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    background: linear-gradient(90deg, 
        rgb(213,183,195),
        #ffffff 50%,
        rgb(213,183,195)
    );
    bottom: -2px;
    opacity: 0.8;
    height: 2px;
}header .top-pagewrap-94027:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(213,183,195);
    color: #ffffff;
    transform: translateY(-2px);
}header .top-pagewrap-94027:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .top-pagewrap-94027:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(213,183,195),
        0 0 10px rgb(213,183,195);
}header .main-edu-67418 {
    align-items: center;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    justify-content: center;
    padding: 5px;
    position: relative;
}header .main-edu-67418:before {
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
    content: '';
    width: 150%;
    background: radial-gradient(circle, 
        rgb(213,183,195,0.5) 0%, 
        transparent 70%
    );
    top: 50%;
    position: absolute;
    height: 150%;
    transition: opacity 0.5s ease;
}header .main-edu-67418:after {
    left: -5px;
    transition: all 0.5s ease;
    width: calc(100% + 10px);
    opacity: 0;
    top: -5px;
    content: '';
    position: absolute;
    border: 1px solid transparent;
    height: calc(100% + 10px);
    border-image: linear-gradient(45deg, rgb(213,183,195), rgb(185,150,173), rgb(213,183,195)) 1;
}header .main-edu-67418:hover:before {
    opacity: 0.3;
}header .main-edu-67418:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .main-edu-67418 svg {
    filter: drop-shadow(0 0 2px rgb(213,183,195,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 45px;
    width: auto;
}header .main-edu-67418:hover svg {
    filter: drop-shadow(0 0 5px rgb(213,183,195));
    transform: scale(1.05);
}header .main-edu-67418:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(213,183,195), rgb(185,150,173), rgb(213,183,195)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(213,183,195), rgb(185,150,173), rgb(213,183,195)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(213,183,195), rgb(185,150,173), rgb(213,183,195)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .head-sitewrap-90786 {
    gap: 20px;
}header .main-edu-67418 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head-sitewrap-90786 {
    height: 100vh;
    -webkit-backdrop-filter: blur(15px);
    padding: 85px 30px 30px;
    flex-direction: column;
    gap: 25px;
    right: -100%;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 85%;
    overflow-y: auto;
    z-index: 1001;
    max-width: 330px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    top: 0;
    position: fixed;
}header .head-sitewrap-90786:before {
    left: 10%;
    top: 70px;
    height: 1px;
    animation: none;
    width: 80%;
    opacity: 0.3;
}header .head-sitewrap-90786:after {
    width: 30px;
    right: 20px;
    border: 1px solid rgb(213,183,195,0.5);
    content: '';
    opacity: 0.6;
    position: absolute;
    top: 20px;
    background: transparent;
    height: 30px;
}header .menu.active {
    right: 0;
}header .top-pagewrap-94027 {
    width: 100%;
    padding: 12px 5px;
    border-bottom: 1px solid rgb(213,183,195,0.5);
    opacity: 0.8;
    text-align: left;
}header .top-pagewrap-94027:last-child {
    border-bottom: none;
}header .top-pagewrap-94027:hover {
    transform: translateY(0);
    opacity: 1;
}header .main-edu-67418 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .main-edu-67418 svg {
    height: 35px;
}header .head-sitewrap-90786 {
    max-width: 100%;
    width: 100%;
}}.training-structure-35284 {
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgb(213,183,195,0.5) 100%);
}.training-structure-35284::before {
    z-index: 1;
    content: "";
    top: 0;
    opacity: 0.15;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(185,150,173,0.5) 48%, rgb(185,150,173,0.5) 52%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgb(185,150,173,0.5) 48%, rgb(185,150,173,0.5) 52%, transparent 52%);
    position: absolute;
    width: 100%;
    left: 0;
    background-size: 50px 50px;
}.training-structure-35284::after {
    content: "";
    opacity: 0.2;
    top: -10%;
    width: 80%;
    right: -10%;
    animation: floatBlob 20s infinite alternate ease-in-out;
    height: 80%;
    background: rgb(213,183,195,0.5);
    filter: blur(100px);
    border-radius: 50%;
    z-index: 0;
    position: absolute;
}.training-structure-35284 .expert-learnings-75029 {
    position: relative;
    flex-direction: column;
    gap: 3rem;
    max-width: 900px;
    z-index: 2;
    margin: 0 auto;
    display: flex;
}.training-structure-35284 h3 {
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    padding: 2rem;
    animation: paperCut 0.8s ease-out forwards;
    transform: rotate(-1deg);
    font-weight: 700;
    margin: 0;
    font-size: 34px;
    color: #000000;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    text-align: center;
}.training-structure-35284 h3::before {
    right: 5px;
    border: 2px dashed rgb(213,183,195,0.5);
    position: absolute;
    border-radius: calc(20px - 4px);
    opacity: 0.6;
    z-index: -1;
    top: 5px;
    content: "";
    bottom: 5px;
    left: 5px;
}.training-structure-35284 h3::after {
    height: 16px;
    z-index: -2;
    transform: rotate(1deg);
    width: 70%;
    left: 15%;
    border-radius: 8px;
    position: absolute;
    content: "";
    top: -8px;
    background: rgb(185,150,173,0.5);
}.training-structure-35284 span {
    transform: rotate(1deg);
    opacity: 0;
    border-radius: 20px;
    line-height: 1.8;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    font-size: 15px;
    animation: paperCut 1s 0.3s ease-out forwards;
    background: #ffffff;
    padding: 2rem;
    color: #000000;
    position: relative;
}.training-structure-35284 span::before {
    border: 2px dashed rgb(185,150,173,0.5);
    border-radius: calc(20px - 4px);
    left: 5px;
    content: "";
    right: 5px;
    position: absolute;
    top: 5px;
    z-index: -1;
    bottom: 5px;
    opacity: 0.6;
}.training-structure-35284 span::after {
    background: rgb(213,183,195,0.5);
    right: 15%;
    bottom: -8px;
    position: absolute;
    border-radius: 8px;
    content: "";
    height: 16px;
    z-index: -2;
    transform: rotate(-1deg);
    width: 70%;
}

@keyframes paperCut {
    0% {
        opacity: 0;
        transform: translateY(30px) rotate(-2deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateY(5px) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotate(var(--rotation, 1deg));
    }
}

@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}

@media (max-width: 992px) {.training-structure-35284 {
    padding: 6rem 1.5rem;
}.training-structure-35284 h3 {
    padding: 1.8rem;
    font-size: calc(34px * 0.9);
}.training-structure-35284 span {
    padding: 1.8rem;
}.training-structure-35284 h3::after {
    top: -6px;
    height: 12px;
}.training-structure-35284 span::after {
    bottom: -6px;
    height: 12px;
}.training-structure-35284 .expert-learnings-75029 {
    gap: 2.5rem;
}
}

@media (max-width: 768px) {.training-structure-35284 {
    padding: 5rem 1rem;
}.training-structure-35284 h3 {
    --rotation: 0deg;
    font-size: calc(34px * 0.8);
    transform: rotate(0deg);
    padding: 1.5rem;
}.training-structure-35284 span {
    transform: rotate(0deg);
    padding: 1.5rem;
    --rotation: 0deg;
    font-size: calc(15px * 0.95);
}.training-structure-35284 .expert-learnings-75029 {
    gap: 2rem;
}.training-structure-35284 h3::after,
    .training-structure-35284 span::after {
    width: 80%;
    right: 10%;
    left: 10%;
    transform: rotate(0deg);
}}.ty-note-35602 {
    overflow: hidden;
    perspective: 1000px;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgb(185,150,173,0.5) 100%);
    position: relative;
}.ty-note-35602::before {
    position: absolute;
    background: radial-gradient(circle at center, rgb(213,183,195,0.5) 0%, transparent 70%);
    height: 200%;
    top: -50%;
    width: 200%;
    opacity: 0.3;
    content: "";
    left: -50%;
    animation: rotate 60s linear infinite;
    pointer-events: none;
}.ty-note-35602::after {
    left: 0;
    position: absolute;
    top: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(185,150,173,0.5) 1px, transparent 1px),
    radial-gradient(circle at 60% 70%, rgb(185,150,173,0.5) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgb(185,150,173,0.5) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgb(185,150,173,0.5) 1px, transparent 1px);
    width: 100%;
    background-size: 100px 100px;
    content: "";
    opacity: 0.15;
    pointer-events: none;
    height: 100%;
}.ty-note-35602 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.ty-note-35602 .expert-learnings-75029 {
    transform: translateZ(0);
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards;
    transform-style: preserve-3d;
    grid-gap: 2.5rem;
}.ty-note-35602 .expert-learnings-75029 > div:first-child {
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(45deg, rgb(213,183,195,0.5) 0%, rgb(213,183,195) 100%);
    transform: translateY(0) rotateX(0deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
}.ty-note-35602 .expert-learnings-75029 > div:first-child:hover {
    transform: translateY(-10px) rotateX(2deg);
}.ty-note-35602 .expert-learnings-75029 > div:first-child::before {
    transform: translateX(-50%);
    height: 10px;
    position: absolute;
    filter: blur(10px);
    width: 90%;
    opacity: 0.7;
    content: "";
    background: rgb(213,183,195,0.5);
    bottom: -10px;
    left: 50%;
}.ty-note-35602 h5 {
    font-size: 20px;
    font-family: Arial, sans-serif;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.5px;
}.ty-note-35602 .expert-learnings-75029 > div:last-child {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0);
    padding: 2.5rem;
    animation: slideIn 0.8s 0.3s cubic-bezier(0.23, 1, 0.32, 1) both;
    position: relative;
    background: #ffffff;
    border-left: 4px solid rgb(185,150,173);
}.ty-note-35602 .expert-learnings-75029 > div:last-child:hover {
    transform: translateY(-5px);
}.ty-note-35602 .expert-learnings-75029 > div:last-child::before {
    height: 100%;
    opacity: 0.05;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(185,150,173,0.5) 100%);
}.ty-note-35602 a {
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
}.ty-note-35602 a:hover {
    transform: scale(1.01);
}.ty-note-35602 a:focus {
    outline: 2px dashed rgb(185,150,173);
    outline-offset: 4px;
}.ty-note-35602 p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    text-align: left;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
}

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

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

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

@media (min-width: 768px) {.ty-note-35602 {
    padding: 7rem 0;
}.ty-note-35602 .expert-learnings-75029 {
    align-items: center;
    grid-gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.ty-note-35602 .expert-learnings-75029 > div:first-child {
    transform: translateY(0) rotateY(-5deg);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    padding: 3rem;
}.ty-note-35602 .expert-learnings-75029 > div:first-child:hover {
    transform: translateY(-10px) rotateY(-8deg);
}.ty-note-35602 h5 {
    font-size: calc(20px * 1.1);
    text-align: left;
}.ty-note-35602 .expert-learnings-75029 > div:last-child {
    padding: 3rem;
}
}

@media (min-width: 992px) {.ty-note-35602 {
    padding: 9rem 0;
}.ty-note-35602 .expert-learnings-75029 {
    grid-gap: 4rem;
}.ty-note-35602 .expert-learnings-75029 > div:first-child {
    padding: 4rem;
}.ty-note-35602 h5 {
    font-size: calc(20px * 1.2);
}.ty-note-35602 .expert-learnings-75029 > div:last-child {
    padding: 4rem;
}.ty-note-35602 p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.ty-note-35602 {
    padding: 4rem 0;
}.ty-note-35602 .expert-learnings-75029 > div:first-child,
  .ty-note-35602 .expert-learnings-75029 > div:last-child {
    padding: 2rem;
}.ty-note-35602 h5 {
    font-size: calc(20px * 0.9);
}.ty-note-35602 p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.ty-note-35602 {
    padding: 3rem 0;
}.ty-note-35602 .container {
    padding: 0 1.5rem;
}.ty-note-35602 .expert-learnings-75029 > div:first-child,
  .ty-note-35602 .expert-learnings-75029 > div:last-child {
    padding: 1.5rem;
}.ty-note-35602 h5 {
    font-size: calc(20px * 0.85);
}}.program-overview-02379 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background-color: #000000;
}.program-overview-02379::before {
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 20%, rgb(213,183,195,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgb(185,150,173,0.5) 0%, transparent 40%);
    position: absolute;
}.program-overview-02379::after {
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
}.program-overview-02379 .container {
    z-index: 2;
    position: relative;
}.program-overview-02379 .learn-work-53196 {
    grid-template-rows: auto 1fr;
    min-height: 500px;
    grid-template-areas:
        "image title"
        "desc1 desc2";
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.program-overview-02379 .content-wrap-03462 {
    display: contents;
}.program-overview-02379 .content-wrap-03462 h2 {
    grid-area: title;
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    border-radius: 16px;
    align-self: center;
    padding: 30px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    animation: slide-in 0.8s forwards 0.2s;
    backdrop-filter: blur(5px);
    transform: translateX(-30px);
    border-left: 3px solid rgb(213,183,195);
    opacity: 0;
    font-size: 36px;
}.program-overview-02379 .content-wrap-03462 .description:nth-of-type(1) {
    transform: translateY(30px);
    animation: fade-up 0.8s forwards 0.4s;
    opacity: 0;
    grid-area: desc1;
}.program-overview-02379 .content-wrap-03462 .description:nth-of-type(2) {
    animation: fade-up 0.8s forwards 0.6s;
    grid-area: desc2;
    opacity: 0;
    transform: translateY(30px);
}.program-overview-02379 .content-wrap-03462 .description {
    border-radius: 16px;
    backdrop-filter: blur(5px);
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    font-size: 17px;
    color: #000000;
    overflow: hidden;
    position: relative;
    line-height: 1.8;
    padding: 25px;
    border-top: 3px solid rgb(185,150,173);
}.program-overview-02379 .content-wrap-03462 .description::before {
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    left: 0;
    pointer-events: none;
    top: 0;
    position: absolute;
}.program-overview-02379 .pic-holder-26581 {
    min-height: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    overflow: hidden;
    grid-area: image;
}.program-overview-02379 .pic-holder-26581::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, transparent 100%);
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.8;
    }
}

@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (max-width: 991px) {.program-overview-02379 {
    padding: 80px 0;
}.program-overview-02379 .learn-work-53196 {
    grid-template-areas:
            "image image"
            "title title"
            "desc1 desc2";
    min-height: auto;
}.program-overview-02379 .pic-holder-26581 {
    height: 400px;
}
}

@media (max-width: 767px) {.program-overview-02379 {
    padding: 60px 0;
}.program-overview-02379 .learn-work-53196 {
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas:
            "image"
            "title"
            "desc1"
            "desc2";
}.program-overview-02379 .pic-holder-26581 {
    height: 350px;
}.program-overview-02379 .content-wrap-03462 h2 {
    font-size: calc(36px * 0.9);
    padding: 20px;
}.program-overview-02379 .content-wrap-03462 .description {
    padding: 20px;
}

}

@media (max-width: 480px) {.program-overview-02379 {
    padding: 40px 0;
}.program-overview-02379 .pic-holder-26581 {
    height: 250px;
}.program-overview-02379 .content-wrap-03462 h2 {
    padding: 15px;
    font-size: calc(36px * 0.8);
}.program-overview-02379 .content-wrap-03462 .description {
    padding: 15px;
    font-size: calc(17px * 0.95);
}.program-overview-02379 .tech-element {
    display: none;
}}.meet-us-42695 {
    overflow: hidden;
    background: rgb(239,215,226);
    padding: 80px 0;
    position: relative;
}.meet-us-42695::before {
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(213,183,195,0.5), rgb(185,150,173,0.5));
    content: "";
    right: -50px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    width: 300px;
    top: -50px;
    z-index: 0;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.3;
    height: 300px;
}.meet-us-42695::after {
    height: 250px;
    width: 250px;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    background: linear-gradient(225deg, rgb(185,150,173,0.5), rgb(213,183,195,0.5));
    left: -50px;
    content: "";
    filter: blur(20px);
    bottom: -100px;
    animation: float 18s ease-in-out infinite alternate-reverse;
}.meet-us-42695 .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.meet-us-42695 h1 {
    transform: translateZ(0);
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 43px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 40px;
}.meet-us-42695 h1::after {
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.meet-us-42695 h1:hover::after {
    width: 120px;
}.meet-us-42695 .study-hub-38416 {
    position: relative;
}.meet-us-42695 .study-hub-38416 ul {
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
}.meet-us-42695 .why-choose-53628 {
    overflow: hidden;
    padding: 30px;
    background: #ffffff;
    box-shadow: 9px 9px 16px rgba(0,0,0,0.05), 
                -9px -9px 16px rgba(255,255,255,0.8), 
                inset 3px 3px 7px rgba(0,0,0,0.05),
                inset -3px -3px 7px rgba(255,255,255,0.7);
    border-radius: 2px;
    transform: translateZ(0);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.meet-us-42695 .why-choose-53628:hover {
    box-shadow: 12px 12px 20px rgba(0,0,0,0.07), 
                -12px -12px 20px rgba(255,255,255,0.9), 
                inset 2px 2px 5px rgba(0,0,0,0.03),
                inset -2px -2px 5px rgba(255,255,255,0.5);
    transform: translateY(-5px) scale(1.01);
}.meet-us-42695 .why-choose-53628::before {
    background: linear-gradient(to bottom, rgb(213,183,195), rgb(185,150,173));
    left: 0;
    position: absolute;
    width: 5px;
    height: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    top: 0;
}.meet-us-42695 .why-choose-53628:hover::before {
    height: 100%;
}.meet-us-42695 .why-choose-53628 h4 {
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    margin-top: 0;
    color: #000000;
    margin-bottom: 20px;
    font-size: 24px;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.meet-us-42695 .why-choose-53628:hover h4 {
    color: rgb(213,183,195);
    transform: translateX(5px);
}.meet-us-42695 .why-choose-53628 div {
    transition: color 0.3s ease;
    font-size: 17px;
    font-family: Arial, sans-serif;
    max-height: 250px;
    padding-left: 10px;
    overflow-y: auto;
    color: #000000;
    position: relative;
    padding-right: 10px;
    line-height: 1.7;
}.meet-us-42695 .why-choose-53628 div::-webkit-scrollbar {
    width: 5px;
}.meet-us-42695 .why-choose-53628 div::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.03);
    border-radius: 1px;
}.meet-us-42695 .why-choose-53628 div::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: linear-gradient(to bottom, rgb(213,183,195,0.5), rgb(185,150,173,0.5));
}.meet-us-42695 .why-choose-53628:hover div {
    color: #000000;
}

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

@media (max-width: 992px) {.meet-us-42695 {
    padding: 60px 0;
}.meet-us-42695 h1 {
    text-align: center;
}.meet-us-42695 h1::after {
    transform: translateX(-50%);
    left: 50%;
}.meet-us-42695 .study-hub-38416 ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.meet-us-42695 {
    padding: 40px 0;
}.meet-us-42695 .why-choose-53628 {
    padding: 25px 20px;
}.meet-us-42695 .why-choose-53628 div {
    max-height: 200px;
}
}

@media (max-width: 480px) {.meet-us-42695 h1 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.85);
}.meet-us-42695 .why-choose-53628 {
    padding: 20px 15px;
}.meet-us-42695 .why-choose-53628 h4 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.meet-us-42695 .why-choose-53628 div {
    max-height: 180px;
    font-size: calc(17px * 0.95);
}}.course-fit-for-26937 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(239,215,226);
}.course-fit-for-26937::before {
    height: 200%;
    transform: rotate(-30deg);
    background: rgb(213,183,195,0.5);
    content: "";
    position: absolute;
    left: -30%;
    top: -50%;
    z-index: 1;
    width: 80%;
    opacity: 0.08;
}.course-fit-for-26937::after {
    width: 80%;
    right: -30%;
    bottom: -50%;
    z-index: 1;
    transform: rotate(-30deg);
    position: absolute;
    background: rgb(185,150,173,0.5);
    content: "";
    opacity: 0.08;
    height: 200%;
}.course-fit-for-26937 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1140px;
    padding: 0 15px;
}.course-fit-for-26937 .expert-learnings-75029 {
    position: relative;
}.course-fit-for-26937 h4 {
    font-weight: 700;
    color: #000000;
    overflow: hidden;
    padding-bottom: 15px;
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
    position: relative;
}.course-fit-for-26937 h4::before {
    width: 100%;
    content: "";
    animation: shimmer 3s infinite;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(213,183,195,0.5), transparent);
    position: absolute;
    z-index: -1;
    top: 0;
}.course-fit-for-26937 h4::after {
    height: 3px;
    width: 80px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    content: "";
    border-radius: 3px;
    transform: translateX(-50%);
    bottom: 0;
}@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.course-fit-for-26937 div > div {
    flex-wrap: wrap;
    perspective: 1000px;
    gap: 20px;
    display: flex;
}.course-fit-for-26937 p {
    transform-style: preserve-3d;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    z-index: 1;
    align-items: center;
    min-height: 100px;
    padding: 0;
    width: calc(33.333% - 20px);
    background: #ffffff;
    color: #000000;
    margin: 0;
    transition: all 0.4s ease;
    font-size: 16px;
}.course-fit-for-26937 p::before {
    width: 100%;
    z-index: -1;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(239,215,226) 100%);
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
}.course-fit-for-26937 p::after {
    width: 4px;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    transition: width 0.3s ease;
    background: rgb(213,183,195);
    left: 0;
}.course-fit-for-26937 p:hover {
    transform: translateY(-5px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.course-fit-for-26937 p:hover::before {
    opacity: 1;
}.course-fit-for-26937 p:hover::after {
    width: 8px;
}.course-fit-for-26937 p svg {
    height: 40px;
    border-radius: 50%;
    padding: 8px;
    position: relative;
    width: 40px;
    transition: all 0.3s ease;
    margin: 0 15px;
    flex-shrink: 0;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.course-fit-for-26937 p svg path {
    fill: rgb(213,183,195);
    transition: fill 0.3s ease;
}.course-fit-for-26937 p:hover svg {
    transform: rotate(10deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.course-fit-for-26937 p:hover svg path {
    fill: rgb(185,150,173);
}.course-fit-for-26937 p span {
    padding: 20px 20px 20px 0;
    flex: 1;
}.course-fit-for-26937 p:nth-child(odd) {
    transform: translateZ(10px);
}.course-fit-for-26937 p:nth-child(even) {
    transform: translateZ(20px);
}.course-fit-for-26937 p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}.course-fit-for-26937 p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}.course-fit-for-26937 p:nth-child(3n+1)::after {
    background: rgb(213,183,195);
}.course-fit-for-26937 p:nth-child(3n+2)::after {
    background: rgb(185,150,173);
}.course-fit-for-26937 p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(213,183,195), rgb(185,150,173));
}@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.course-fit-for-26937 .expert-learnings-75029 > div p {
    opacity: 0;
    animation: fadeInStagger 0.6s ease forwards;
}.course-fit-for-26937 .expert-learnings-75029 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.course-fit-for-26937 .expert-learnings-75029 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.course-fit-for-26937 .expert-learnings-75029 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.course-fit-for-26937 .expert-learnings-75029 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.course-fit-for-26937 .expert-learnings-75029 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.course-fit-for-26937 .expert-learnings-75029 > div p:nth-child(6) {
    animation-delay: 0.6s;
}.course-fit-for-26937 p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(213,183,195,0.5);
}.course-fit-for-26937 p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(185,150,173,0.5);
}.course-fit-for-26937 p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(213,183,195,0.5);
}.course-fit-for-26937 p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(185,150,173,0.5);
}

@media (max-width: 991px) {.course-fit-for-26937 {
    padding: 100px 0;
}.course-fit-for-26937 h4 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.course-fit-for-26937 div > div {
    gap: 15px;
}.course-fit-for-26937 p {
    width: calc(50% - 15px);
    min-height: 90px;
}.course-fit-for-26937 p svg {
    width: 36px;
    height: 36px;
    padding: 7px;
    margin: 0 12px;
}.course-fit-for-26937 p span {
    padding: 18px 18px 18px 0;
}.course-fit-for-26937 p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(213,183,195,0.5);
}.course-fit-for-26937 p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(185,150,173,0.5);
}.course-fit-for-26937 p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(213,183,195,0.5);
}.course-fit-for-26937 p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(185,150,173,0.5);
}
}

@media (max-width: 768px) {.course-fit-for-26937 {
    padding: 80px 0;
}.course-fit-for-26937 h4 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.8);
}.course-fit-for-26937 div > div {
    gap: 20px;
}.course-fit-for-26937 p {
    width: 100%;
    min-height: 80px;
}.course-fit-for-26937 p svg {
    width: 32px;
    height: 32px;
    padding: 6px;
    margin: 0 10px;
}.course-fit-for-26937 p span {
    padding: 15px 15px 15px 0;
}
}

@media (max-width: 576px) {.course-fit-for-26937 {
    padding: 60px 0;
}.course-fit-for-26937 h4 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.course-fit-for-26937 h4::after {
    height: 2px;
    width: 60px;
}.course-fit-for-26937 div > div {
    gap: 15px;
}.course-fit-for-26937 p {
    font-size: calc(16px * 0.9);
    min-height: 70px;
}.course-fit-for-26937 p svg {
    padding: 5px;
    margin: 0 8px;
    height: 28px;
    width: 28px;
}.course-fit-for-26937 p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(213,183,195,0.5);
}.course-fit-for-26937 p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(185,150,173,0.5);
}.course-fit-for-26937 p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(213,183,195,0.5);
}.course-fit-for-26937 p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(185,150,173,0.5);
}}.teaching-experience-84360 {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgb(185,150,173,0.5) 100%);
    overflow: hidden;
}.teaching-experience-84360::before {
    transform-origin: center;
    position: absolute;
    width: 40%;
    opacity: 0.3;
    content: "";
    background: rgb(213,183,195,0.5);
    top: -5%;
    height: 40%;
    animation: floating 15s ease-in-out infinite;
    filter: blur(60px);
    right: -5%;
    z-index: 0;
}.teaching-experience-84360::after {
    left: -5%;
    transform-origin: center;
    filter: blur(50px);
    width: 30%;
    background: rgb(185,150,173,0.5);
    content: "";
    animation: floating 18s ease-in-out infinite reverse;
    height: 30%;
    opacity: 0.2;
    bottom: -5%;
    position: absolute;
    z-index: 0;
}.teaching-experience-84360 .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}.teaching-experience-84360 .client-testimonials-38149 {
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
    gap: 2rem;
    border-radius: 4px;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.85);
    display: grid;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.teaching-experience-84360 .client-testimonials-38149:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.teaching-experience-84360 .client-testimonials-38149 > div:first-child {
    position: relative;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}.teaching-experience-84360 .client-testimonials-38149 .pic-holder-26581 {
    transform: translateZ(30px);
    position: relative;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    opacity: 0;
    height: 280px;
    border-radius: 3px;
}.teaching-experience-84360 .client-testimonials-38149 .pic-holder-26581::before {
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(213,183,195), 0.2) 100%
    );
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
}.teaching-experience-84360 .client-testimonials-38149 .pic-holder-26581::after {
    z-index: 2;
    content: "";
    height: 120%;
    opacity: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    left: -10%;
    top: -10%;
    transition: opacity 0.5s ease;
    width: 120%;
}.teaching-experience-84360 .client-testimonials-38149 .pic-holder-26581:hover::after {
    opacity: 1;
}.teaching-experience-84360 .client-testimonials-38149 > div:nth-child(2) {
    text-align: center;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
    opacity: 0;
}.teaching-experience-84360 .client-testimonials-38149 .name {
    color: #000000;
    font-size: 20px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.teaching-experience-84360 .client-testimonials-38149 .name::after {
    content: "";
    border-radius: 1px;
    height: 3px;
    bottom: -8px;
    position: absolute;
    transform: translateX(-50%);
    width: 40px;
    left: 50%;
    background: rgb(213,183,195);
}.teaching-experience-84360 .client-testimonials-38149 > div:nth-child(2) > div {
    font-size: calc(16px - 0.1rem);
    font-weight: 600;
    margin-top: 1rem;
    color: rgb(185,150,173);
}.teaching-experience-84360 .client-testimonials-38149 > div:nth-child(3) {
    opacity: 0;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
}.teaching-experience-84360 .client-testimonials-38149 .work-container-76819 {
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    border-left: 3px solid rgb(213,183,195,0.5);
    margin: 0;
    line-height: 1.7;
    font-size: 16px;
}.teaching-experience-84360 .client-testimonials-38149 .work-container-76819::before {
    color: rgb(213,183,195,0.5);
    position: absolute;
    opacity: 0.2;
    content: "";
    font-family: Georgia, serif;
    top: -20px;
    font-size: 5rem;
    left: -15px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (min-width: 768px) {.teaching-experience-84360 {
    padding: 7rem 0;
}.teaching-experience-84360 .client-testimonials-38149 {
    grid-template-columns: 280px 1fr;
    padding: 3rem;
    grid-template-rows: auto 1fr;
    row-gap: 1.5rem;
    column-gap: 3rem;
}.teaching-experience-84360 .client-testimonials-38149 > div:first-child {
    grid-row: 1 / span 2;
}.teaching-experience-84360 .client-testimonials-38149 > div:nth-child(2) {
    align-self: flex-end;
    text-align: left;
}.teaching-experience-84360 .client-testimonials-38149 .name::after {
    transform: none;
    left: 0;
}
}

@media (min-width: 992px) {.teaching-experience-84360 .client-testimonials-38149 {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.teaching-experience-84360 .client-testimonials-38149 > div:first-child {
    max-width: 320px;
}.teaching-experience-84360 .client-testimonials-38149 .pic-holder-26581 {
    height: 350px;
}.teaching-experience-84360 .client-testimonials-38149 .work-container-76819 {
    font-size: calc(16px + 0.05rem);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.teaching-experience-84360 {
    padding: 4rem 0;
}.teaching-experience-84360 .container {
    padding: 0 1rem;
}.teaching-experience-84360 .client-testimonials-38149 {
    padding: 2rem;
}.teaching-experience-84360 .client-testimonials-38149 .pic-holder-26581 {
    height: 240px;
}}.customer-reviews-68294 {
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgba(rgb(185,150,173,0.5), 0.05) 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.customer-reviews-68294::before {
    top: 0;
    width: 100%;
    z-index: 1;
    background: radial-gradient(circle at 20% 30%, rgba(rgb(213,183,195,0.5), 0.07) 0%, transparent 60%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
}.customer-reviews-68294::after {
    content: "";
    position: absolute;
    bottom: -5%;
    right: -5%;
    background: radial-gradient(circle, rgba(rgb(185,150,173,0.5), 0.1) 0%, transparent 70%);
    width: 30%;
    z-index: 1;
    height: 30%;
}.customer-reviews-68294 .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.customer-reviews-68294 h2 {
    position: relative;
    text-align: left;
    letter-spacing: -0.5px;
    color: #000000;
    transform: translateX(5px);
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 50px;
}.customer-reviews-68294 h2::after {
    animation: pulse 3s infinite alternate;
    bottom: -12px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    width: 80px;
    transform-origin: left center;
    position: absolute;
    left: 0;
}.customer-reviews-68294 .client-praises-06829 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
    display: grid;
    list-style: none;
    gap: 30px;
}.customer-reviews-68294 .client-testimonials-38149 {
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 30px 25px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    isolation: isolate;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
}.customer-reviews-68294 .client-testimonials-38149:hover {
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-10px);
}.customer-reviews-68294 .client-testimonials-38149::before {
    content: "";
    top: -20px;
    font-size: 150px;
    font-family: serif;
    z-index: -1;
    position: absolute;
    right: 20px;
    color: rgba(rgb(213,183,195,0.5), 0.05);
    line-height: 1;
}.customer-reviews-68294 .client-testimonials-38149::after {
    left: 0;
    transform: scaleX(0);
    transition: transform 0.4s ease-out;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    position: absolute;
    content: "";
    bottom: 0;
    transform-origin: left;
}.customer-reviews-68294 .client-testimonials-38149:hover::after {
    transform: scaleX(1);
}.customer-reviews-68294 .client-testimonials-38149 div {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}.customer-reviews-68294 .client-testimonials-38149 img {
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    width: 60px;
    object-fit: cover;
    transition: transform 0.3s ease;
    height: 60px;
}.customer-reviews-68294 .client-testimonials-38149:hover img {
    transform: scale(1.1);
}.customer-reviews-68294 .client-testimonials-38149 h4 {
    font-weight: 600;
    color: #000000;
    position: relative;
    margin: 0 0 0 15px;
    font-size: 21px;
    letter-spacing: 0.5px;
}.customer-reviews-68294 .client-testimonials-38149 h4::after {
    height: 2px;
    position: absolute;
    bottom: -5px;
    width: 0;
    left: 0;
    content: "";
    background-color: rgb(185,150,173);
    transition: width 0.3s ease;
}.customer-reviews-68294 .client-testimonials-38149:hover h4::after {
    width: 100%;
}.customer-reviews-68294 .client-testimonials-38149 .description {
    transition: transform 0.3s ease;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
    position: relative;
    margin: 0;
}.customer-reviews-68294 .client-testimonials-38149:hover .description {
    transform: translateY(-3px);
}.customer-reviews-68294 a {
    box-shadow: 0 8px 25px rgba(rgb(213,183,195,0.5), 0.3);
    background: linear-gradient(135deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    transition: all 0.3s ease;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    padding: 14px 32px;
    z-index: 1;
    text-decoration: none;
    margin-top: 50px;
    font-size: 14px;
    position: relative;
    color: #ffffff;
}.customer-reviews-68294 a::before {
    left: 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, rgb(185,150,173) 0%, rgb(213,183,195) 100%);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity 0.4s ease;
    top: 0;
}.customer-reviews-68294 a:hover {
    box-shadow: 0 12px 30px rgba(rgb(213,183,195,0.5), 0.4);
    transform: translateY(-5px);
}.customer-reviews-68294 a:hover::before {
    opacity: 1;
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.2);
    }
}

@media (max-width: 1200px) {.customer-reviews-68294 {
    padding: 100px 0 70px;
}.customer-reviews-68294 .client-praises-06829 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.customer-reviews-68294 {
    padding: 80px 0 60px;
}.customer-reviews-68294 h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.customer-reviews-68294 .client-praises-06829 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.customer-reviews-68294 .client-testimonials-38149 {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.customer-reviews-68294 {
    padding: 70px 0 50px;
}.customer-reviews-68294 h2 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.8);
}.customer-reviews-68294 .client-praises-06829 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.customer-reviews-68294 .client-testimonials-38149 {
    padding: 20px 18px;
}.customer-reviews-68294 .client-testimonials-38149 div {
    margin-bottom: 15px;
}.customer-reviews-68294 .client-testimonials-38149 img {
    width: 50px;
    height: 50px;
}.customer-reviews-68294 a {
    margin-top: 40px;
    padding: 12px 26px;
}
}

@media (max-width: 576px) {.customer-reviews-68294 {
    padding: 60px 0 40px;
}.customer-reviews-68294 h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 30px;
}.customer-reviews-68294 .client-testimonials-38149 {
    padding: 18px 15px;
}.customer-reviews-68294 .client-testimonials-38149 img {
    width: 45px;
    height: 45px;
}.customer-reviews-68294 .client-testimonials-38149 h4 {
    font-size: calc(21px * 0.9);
}.customer-reviews-68294 .client-testimonials-38149 .description {
    font-size: calc(17px * 0.95);
}.customer-reviews-68294 a {
    font-size: calc(14px * 0.9);
    padding: 10px 22px;
}}footer {
    background-color: #000000;
    margin-top: 0;
    position: relative;
}footer::before {
    position: absolute;
    opacity: 0.9;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(213,183,195,0.5) 50%,
    #000000 100%);
    z-index: 1;
}.pledge-block-67845 {
    background-color: transparent;
    padding: 60px 0 40px;
    z-index: 5;
    position: relative;
}.pledge-block-67845 .container {
    display: grid;
    position: relative;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}.pledge-block-67845 .company_holder {
    border-radius: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    grid-column: span 4;
}.pledge-block-67845 .company_holder h3 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 35px;
}.pledge-block-67845 .company_holder h3::after {
    bottom: -8px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(213,183,195);
}.pledge-block-67845 .lesson-cta-20975 {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
}.pledge-block-67845 .challenge-cta-65147 {
    grid-column: span 8;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 30px;
}.pledge-block-67845 .head-sitewrap-90786 {
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 30px;
    border-radius: 10px;
}.pledge-block-67845 .head-sitewrap-90786 h5 {
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}.pledge-block-67845 .head-sitewrap-90786 h5::after {
    background: rgb(185,150,173);
    bottom: -8px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
}.pledge-block-67845 .head-sitewrap-90786 .top-mainwrap-91408 {
    grid-gap: 15px;
    display: grid;
}.pledge-block-67845 .head-sitewrap-90786 .top-mainwrap-91408 a {
    text-decoration: none;
    padding-left: 15px;
    color: #ffffff;
    opacity: 0.8;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    display: block;
    font-size: 12px;
}.pledge-block-67845 .head-sitewrap-90786 .top-mainwrap-91408 a::before {
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(185,150,173);
}.pledge-block-67845 .head-sitewrap-90786 .top-mainwrap-91408 a:hover {
    opacity: 1;
    color: rgb(213,183,195);
    transform: translateX(5px);
}.donate-books-49651 {
    padding: 25px 0;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: 40px;
    z-index: 5;
}.donate-books-49651 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.donate-books-49651 .ranking-bar-05621 {
    opacity: 0.7;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 991px) {.pledge-block-67845 .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.pledge-block-67845 .company_holder {
    grid-column: span 12;
}.pledge-block-67845 .challenge-cta-65147 {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {.pledge-block-67845 {
    padding: 40px 0 30px;
}.pledge-block-67845 .challenge-cta-65147 {
    grid-template-columns: 1fr;
}.pledge-block-67845 .company_holder {
    padding: 25px;
}.pledge-block-67845 .head-sitewrap-90786 {
    padding: 25px;
}.pledge-block-67845 .company_holder h3 {
    font-size: calc(35px - 2px);
}.pledge-block-67845 .head-sitewrap-90786 h5 {
    font-size: calc(24px - 1px);
}
}

@media (max-width: 575px) {.pledge-block-67845 {
    padding: 30px 0 20px;
}.pledge-block-67845 .company_holder,
  .pledge-block-67845 .head-sitewrap-90786 {
    padding: 20px;
}.pledge-block-67845 .company_holder h3 {
    font-size: calc(35px - 4px);
}.donate-books-49651 {
    padding: 20px 0;
}}

.pledge-block-67845 .company_holder:hover,
.pledge-block-67845 .head-sitewrap-90786:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.pledge-block-67845 .container::before {
    pointer-events: none;
    content: "";
    height: 100%;
    background: 
    linear-gradient(to right, rgb(213,183,195,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(213,183,195,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    opacity: 0.05;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
}.pledge-block-67845 .company_holder::before {
    content: "";
    left: 0;
    width: 5px;
    position: absolute;
    background: rgb(213,183,195);
    height: 100%;
    opacity: 0.5;
    top: 0;
}.pledge-block-67845 .head-sitewrap-90786::before {
    background: rgb(185,150,173);
    width: 5px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
}footer::after {
    bottom: 0;
    width: 100%;
    height: 5px;
    opacity: 0.3;
    position: absolute;
    content: "";
    z-index: 2;
    left: 0;
    background: linear-gradient(to right,
    rgb(213,183,195),
    rgb(185,150,173),
    rgb(213,183,195));
}.pledge-block-67845 .top-mainwrap-91408 {
    position: relative;
}.pledge-block-67845 .top-mainwrap-91408::after {
    bottom: -15px;
    background: rgb(185,150,173,0.5);
    height: 1px;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.2;
}.pledge-block-67845 .head-sitewrap-90786 h5,
.pledge-block-67845 .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.pledge-block-67845 .head-sitewrap-90786:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.pledge-block-67845 .head-sitewrap-90786:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.donate-books-49651 .ranking-bar-05621 {
    position: relative;
    display: inline-block;
}.donate-books-49651 .ranking-bar-05621::before {
    height: 1px;
    left: -40px;
    width: 30px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background: rgb(213,183,195);
    opacity: 0.5;
    position: absolute;
}.donate-books-49651 .ranking-bar-05621::after {
    height: 1px;
    width: 30px;
    content: "";
    position: absolute;
    right: -40px;
    top: 50%;
    background: rgb(213,183,195);
    opacity: 0.5;
    transform: translateY(-50%);
}.cookie-message-panel-60718 {
    z-index: 100;
    justify-content: center;
    border-top: 3px solid rgb(213,183,195);
    width: 100%;
    display: flex;
    position: fixed;
    background: rgb(239,215,226);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    padding: 20px 0;
}.data-control-59483 {
    border: 2px solid rgb(213,183,195);
    display: flex;
    border-radius: 29px;
    background: rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    padding: 20px;
    align-items: center;
    width: 90%;
    justify-content: space-between;
    margin: auto;
}.cookie-layer-72086 {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie-layer-72086 svg {
    fill: rgb(213,183,195);
    width: 50px;
    height: 50px;
}.cookie-visitor-46973 {
    flex-grow: 1;
    color: #ffffff;
    text-align: left;
}.cookie-visitor-46973 h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(213,183,195);
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}.cookie-visitor-46973 p {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 18px;
}.cookie-visitor-46973 p a {
    color: rgb(213,183,195);
    text-decoration: underline;
}.data-approval-16752 {
    padding: 10px 20px;
    background: rgb(213,183,195);
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
    border: none;
    min-width: 120px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #ffffff;
}.cookie_button.safe-cookies-87201 {
    margin-right: 10px;
}#cookieWarningBanner-07659 {
    display: none;
}#cookieWarningBanner-07659:checked ~ .cookie-message-panel-60718 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.data-control-59483 {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookie-layer-72086 {
    margin-bottom: 20px;
    margin-right: 0;
}.data-approval-16752 {
    margin: 10px 0;
    width: 100%;
    max-width: 250px;
}}
.enroll-instantly-79265 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(185,150,173) 0%, rgb(213,183,195) 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
    margin: 5rem 0;
}.enroll-instantly-79265::before {
    z-index: 1;
    height: 120%;
    position: absolute;
    top: -10%;
    width: 120%;
    pointer-events: none;
    opacity: 0.1;
    left: -5%;
    content: "";
    transform: rotate(-5deg);
    background: repeating-linear-gradient(
    45deg,
    rgb(185,150,173,0.5),
    rgb(185,150,173,0.5) 10px,
    transparent 10px,
    transparent 20px
  );
}.enroll-instantly-79265::after {
    left: 0;
    opacity: 0.15;
    content: "";
    position: absolute;
    top: 0;
    background: radial-gradient(
    circle at 75% 25%,
    rgb(255, 255, 255, 0.5) 0%,
    transparent 60%
  );
    width: 100%;
    z-index: 2;
    height: 100%;
    pointer-events: none;
}.enroll-instantly-79265 .container {
    z-index: 10;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1140px;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    transform-origin: center center;
    align-items: center;
    position: relative;
}.enroll-instantly-79265 h6 {
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    transform: translateZ(20px);
    text-align: center;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    color: #ffffff;
    position: relative;
    font-size: clamp(1.5rem, 3vw, 19px);
    font-weight: 600;
    max-width: 800px;
}.enroll-instantly-79265 h6::after {
    opacity: 0.7;
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    border-radius: 10px;
    left: 50%;
    background: #ffffff;
    height: 3px;
    content: "";
    position: absolute;
}.enroll-instantly-79265 div div {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}.enroll-instantly-79265 div div::before {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    animation: pulse 5s infinite alternate ease-in-out;
    content: "";
    position: absolute;
    z-index: -1;
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.05;
    transform-origin: center;
}.enroll-instantly-79265 div div span {
    position: relative;
    display: inline-block;
    transform: translateZ(30px);
}.enroll-instantly-79265 .reach-links-19304 {
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    justify-content: center;
    font-weight: 700;
    padding: 1rem 2.5rem;
    position: relative;
    clip-path: polygon(
    5% 0%,
    100% 0%,
    95% 100%,
    0% 100%
  );
    font-size: 18px;
    border: none;
    align-items: center;
    display: inline-flex;
    color: rgb(213,183,195);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.enroll-instantly-79265 .reach-links-19304::before {
    height: 100%;
    transition: left 0.7s ease;
    position: absolute;
    width: 100%;
    left: -100%;
    content: "";
    top: 0;
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}.enroll-instantly-79265 .reach-links-19304:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform: translateY(-5px) scale(1.03);
    color: rgb(185,150,173);
}.enroll-instantly-79265 .reach-links-19304:hover::before {
    left: 100%;
}.enroll-instantly-79265 .reach-links-19304 span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}.enroll-instantly-79265 .reach-links-19304:hover span {
    transform: scale(1.05);
}.enroll-instantly-79265 .reach-links-19304:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(1.01);
}

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

@media (max-width: 992px) {.enroll-instantly-79265 {
    margin: 4rem 0;
    padding: 3.5rem 1.5rem;
}.enroll-instantly-79265 h6 {
    margin-bottom: 2rem;
}.enroll-instantly-79265 .reach-links-19304 {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.enroll-instantly-79265 {
    margin: 3rem 0;
    padding: 3rem 1.25rem;
}.enroll-instantly-79265::before {
    opacity: 0.07;
}.enroll-instantly-79265 h6 {
    font-size: calc(12px * 1.3);
    margin-bottom: 1.75rem;
}.enroll-instantly-79265 h6::after {
    bottom: -10px;
    height: 2px;
    width: 60px;
}.enroll-instantly-79265 .reach-links-19304 {
    padding: 0.85rem 2rem;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.enroll-instantly-79265 {
    margin: 2.5rem 0;
    padding: 2.5rem 1rem;
}.enroll-instantly-79265 h6 {
    font-size: calc(12px * 1.2);
    margin-bottom: 1.5rem;
}.enroll-instantly-79265 .container {
    transform: perspective(1000px) rotateX(1deg);
}.enroll-instantly-79265 .reach-links-19304 {
    font-size: calc(18px * 0.9);
    padding: 0.8rem 1.8rem;
}.enroll-instantly-79265 div div::before {
    height: 120px;
    width: 120px;
}}.secure-zone-82590 {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgba(245, 245, 250, 0.97) 100%);
    position: relative;
}.secure-zone-82590::before {
    pointer-events: none;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(213,183,195,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(185,150,173,0.5), 0.04) 0%, transparent 50%);
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
}.secure-zone-82590 .container {
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    animation: fadeIn 0.8s ease-out forwards;
    transform: translateZ(0);
}.secure-zone-82590 h1 {
    transform: translateX(-5px);
    font-size: 45px;
    color: #000000;
    position: relative;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin-bottom: 2.5rem;
    font-weight: 700;
}.secure-zone-82590 h1::after {
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.2s;
    width: 80px;
    opacity: 0;
    content: "";
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    bottom: -12px;
    left: 0;
    height: 3px;
}.secure-zone-82590 h2 {
    font-weight: 600;
    font-size: 31px;
    padding-left: 1rem;
    color: #000000;
    border-left: 3px solid rgb(213,183,195);
    position: relative;
    margin: 3rem 0 1.5rem;
}.secure-zone-82590 h3 {
    border-left: 2px solid rgb(185,150,173);
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
    font-size: calc(31px * 0.85);
    position: relative;
    margin: 2.5rem 0 1.25rem;
}.secure-zone-82590 h4 {
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    position: relative;
    border-left: 1px solid rgb(185,150,173);
    font-size: calc(31px * 0.75);
    font-weight: 600;
    color: #000000;
}.secure-zone-82590 p {
    font-family: Arial, sans-serif;
    font-size: 18px;
    transform: translateZ(0);
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    max-width: 90ch;
    line-height: 1.8;
}.secure-zone-82590 p strong {
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
}.secure-zone-82590 span {
    font-family: Arial, sans-serif;
    display: block;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    max-width: 90ch;
}.secure-zone-82590 ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
}.secure-zone-82590 li {
    font-size: 18px;
    position: relative;
    padding-left: 1.8rem;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.7;
}.secure-zone-82590 li::before {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    top: 0.8rem;
    background-color: rgb(213,183,195);
    position: absolute;
    content: "";
    left: 0;
}.secure-zone-82590 li:nth-child(2n)::before {
    background-color: rgb(185,150,173);
}@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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


.secure-zone-82590 h2:hover,
.secure-zone-82590 h3:hover,
.secure-zone-82590 h4:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease-out;
}


@media (max-width: 992px) {.secure-zone-82590 {
    padding: 4rem 0;
}.secure-zone-82590 h1 {
    font-size: calc(45px * 0.9);
}.secure-zone-82590 h2 {
    font-size: calc(31px * 0.9);
}.secure-zone-82590 h3 {
    font-size: calc(31px * 0.8);
}.secure-zone-82590 h4 {
    font-size: calc(31px * 0.7);
}
}

@media (max-width: 768px) {.secure-zone-82590 {
    padding: 3rem 0;
}.secure-zone-82590 .container {
    padding: 0 1.5rem;
}.secure-zone-82590 h1 {
    font-size: calc(45px * 0.85);
    margin-bottom: 2rem;
}.secure-zone-82590 h1::after {
    width: 60px;
}.secure-zone-82590 h2 {
    margin: 2.5rem 0 1.25rem;
}.secure-zone-82590 h3 {
    margin: 2rem 0 1rem;
}.secure-zone-82590 li {
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.secure-zone-82590 {
    padding: 2.5rem 0;
}.secure-zone-82590 .container {
    padding: 0 1.25rem;
}.secure-zone-82590 h1 {
    font-size: calc(45px * 0.75);
    transform: translateX(0);
}.secure-zone-82590 h2 {
    font-size: calc(31px * 0.8);
    padding-left: 0.75rem;
}.secure-zone-82590 h3 {
    font-size: calc(31px * 0.7);
    padding-left: 0.75rem;
}.secure-zone-82590 h4 {
    padding-left: 0.75rem;
    font-size: calc(31px * 0.6);
}.secure-zone-82590 p,
    .secure-zone-82590 span {
    font-size: calc(18px * 0.95);
}.secure-zone-82590 ul {
    margin-left: 0.5rem;
}.secure-zone-82590 li {
    font-size: calc(18px * 0.95);
    margin-bottom: 0.8rem;
    padding-left: 1.25rem;
}}.greeting-page-89012 {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: rgb(239,215,226);
    width: 100%;
}.greeting-page-89012 .learn-main-16908 {
    width: 100%;
    height: 100%;
    perspective: 1200px;
    position: relative;
}.greeting-page-89012 .page-hero-35624 {
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    padding: 8rem 4rem;
    z-index: 1;
    min-height: 100vh;
    justify-content: center;
}.greeting-page-89012 .page-hero-35624::before {
    height: 100%;
    opacity: 0.85;
    z-index: -1;
    top: 0;
    background: linear-gradient(
        135deg,
        rgb(213,183,195) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    transform: translateZ(-10px);
    position: absolute;
    content: "";
    left: 0;
    backdrop-filter: blur(5px);
    width: 100%;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.greeting-page-89012 .page-hero-35624::after {
    left: 20px;
    content: "";
    top: 20px;
    right: 20px;
    pointer-events: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    bottom: 20px;
    clip-path: polygon(
        0 15%,
        15% 0,
        85% 0,
        100% 15%,
        100% 85%,
        85% 100%,
        15% 100%,
        0 85%
    );
    transform: translateZ(5px);
    transition: all 0.4s ease-out;
    position: absolute;
}.greeting-page-89012 .page-hero-35624:hover::after {
    transform: translateZ(10px) scale(0.98);
    border-color: rgba(255, 255, 255, 0.2);
}.greeting-page-89012 .page-hero-35624 span {
    margin-bottom: 1.5rem;
    transform-origin: left center;
    position: relative;
    transform: translateZ(20px);
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.greeting-page-89012 .page-hero-35624 h3 {
    color: transparent;
    padding: 0.5rem 1.5rem;
    background-clip: text !important;
    max-width: 800px;
    transform: translateZ(30px);
    animation: fadeInUp 0.8s forwards 0.4s;
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    display: inline-block;
    position: relative;
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text !important;
    font-weight: 600;
    opacity: 0;
    font-size: 20px;
    color: #ffffff;
}.greeting-page-89012 .page-hero-35624 h3::before {
    background: rgb(185,150,173);
    width: 4px;
    content: "";
    transform: translateZ(5px);
    box-shadow: 0 0 20px rgb(185,150,173,0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}.greeting-page-89012 .page-hero-35624 h1 {
    transform-origin: left center;
    color: #ffffff;
    animation: fadeInUp 0.8s forwards 0.2s;
    opacity: 0;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    letter-spacing: -0.02em;
    position: relative;
    transform: translateZ(40px);
    line-height: 1.2;
    font-size: 44px;
}.greeting-page-89012 .page-hero-35624 h1::after {
    width: 80px;
    position: absolute;
    background: rgb(185,150,173);
    bottom: -15px;
    content: "";
    height: 4px;
    transform: translateZ(2px) skewX(-20deg);
    box-shadow: 0 0 15px rgb(185,150,173);
    left: 0;
}.greeting-page-89012 .page-hero-35624 div {
    transform: translateZ(20px);
    position: relative;
    animation: fadeInUp 0.8s forwards 0.6s;
    opacity: 0;
    margin-top: 2rem;
}.greeting-page-89012 .page-hero-35624 div div {
    margin-top: 0;
    padding: 1.5rem 2rem;
    transition: all 0.4s ease;
    transform: translateZ(25px);
    animation: none;
    max-width: 600px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid rgb(185,150,173);
    backdrop-filter: blur(10px);
    opacity: 1;
}.greeting-page-89012 .page-hero-35624 div div:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(35px) translateX(5px);
}.greeting-page-89012 .page-hero-35624 p {
    color: #ffffff;
    position: relative;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: calc(15px * 1.1);
}

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

@media (max-width: 991px) {.greeting-page-89012 .page-hero-35624 {
    padding: 6rem 3rem;
}.greeting-page-89012 .page-hero-35624 h1 {
    font-size: calc(44px * 0.9);
}.greeting-page-89012 .page-hero-35624 h3 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 767px) {.greeting-page-89012 .page-hero-35624 {
    padding: 5rem 2rem;
}.greeting-page-89012 .page-hero-35624 h1 {
    font-size: calc(44px * 0.8);
}.greeting-page-89012 .page-hero-35624 h3 {
    padding: 0.5rem 1rem;
    font-size: calc(20px * 0.85);
}.greeting-page-89012 .page-hero-35624 div div {
    padding: 1.25rem 1.5rem;
}.greeting-page-89012 .page-hero-35624::after {
    right: 15px;
    bottom: 15px;
    top: 15px;
    left: 15px;
}
}

@media (max-width: 575px) {.greeting-page-89012 .page-hero-35624 {
    padding: 4rem 1.5rem;
}.greeting-page-89012 .page-hero-35624 h1 {
    font-size: calc(44px * 0.7);
}.greeting-page-89012 .page-hero-35624 h3 {
    font-size: calc(20px * 0.8);
    padding: 0.5rem 0.75rem;
}.greeting-page-89012 .page-hero-35624 div div {
    padding: 1rem 1.25rem;
}.greeting-page-89012 .page-hero-35624::after {
    bottom: 10px;
    right: 10px;
    left: 10px;
    top: 10px;
}}

.greeting-page-89012:hover .page-hero-35624 span {
    transform: translateZ(30px) translateX(5px);
}.greeting-page-89012 .learn-main-16908:hover .page-hero-35624::before {
    opacity: 0.9;
    transform: translateZ(-5px);
}

@media (prefers-reduced-motion: reduce) {.greeting-page-89012 .page-hero-35624 h1,
    .greeting-page-89012 .page-hero-35624 h3,
    .greeting-page-89012 .page-hero-35624 div {
    animation: none;
    opacity: 1;
}.greeting-page-89012 .page-hero-35624::before,
    .greeting-page-89012 .page-hero-35624::after,
    .greeting-page-89012:hover .page-hero-35624 span,
    .greeting-page-89012 .page-hero-35624 div div:hover {
    transition: none;
}}.pricing-card-list-98524 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgb(213,183,195,0.5) 100%);
}.pricing-card-list-98524::before {
    z-index: 0;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    pointer-events: none;
    background: radial-gradient(circle at 30% 70%, rgb(185,150,173,0.5) 0%, transparent 60%);
    width: 100%;
}.pricing-card-list-98524 .container {
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}.pricing-card-list-98524 .learn-fees-68902 {
    position: relative;
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}.pricing-card-list-98524 .premium-plan-97345 {
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(213,183,195);
    padding: 30px;
    max-width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing-card-list-98524 .premium-plan-97345:hover {
    transform: perspective(1000px) rotateX(2deg);
}.pricing-card-list-98524 .premium-plan-97345 h2 {
    background-clip: text !important;
    font-size: 38px;
    color: transparent;
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    transform: translateZ(0);
    -webkit-background-clip: text !important;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}.pricing-card-list-98524 .premium-plan-97345 .plan-cost-75418 {
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    margin-bottom: 0;
    word-break: break-word;
    font-size: 18px;
    max-width: 700px;
}.pricing-card-list-98524 .group-rates-86724 {
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
    display: grid;
}.pricing-card-list-98524 .learning-price-70581 {
    transform: translateY(0);
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    border-radius: 4px;
    text-decoration: none;
}.pricing-card-list-98524 .learning-price-70581:hover {
    transform: translateY(-10px);
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.pricing-card-list-98524 .plan-options-57830 {
    flex-direction: column;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    display: flex;
    height: 100%;
}.pricing-card-list-98524 .plan-options-57830::before {
    transition: transform 0.4s ease-out;
    transform: scaleX(0.8);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    transform-origin: left;
    height: 5px;
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    width: 100%;
}.pricing-card-list-98524 .learning-price-70581:hover .plan-options-57830::before {
    transform: scaleX(1);
}.pricing-card-list-98524 .training-sub-56401 {
    z-index: 1;
    display: flex;
    padding: 30px;
    flex: 1;
    position: relative;
    flex-direction: column;
}.pricing-card-list-98524 .training-sub-56401 h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 15px;
    position: relative;
    font-size: calc(21px + 2px);
    color: #000000;
    transition: transform 0.3s ease;
    transform-origin: left;
}.pricing-card-list-98524 .learning-price-70581:hover .training-sub-56401 h3 {
    color: rgb(213,183,195);
    transform: translateX(5px) scale(1.03);
}.pricing-card-list-98524 .value-plan-21867 {
    margin-bottom: 20px;
    color: rgb(185,150,173);
    font-weight: 700;
    position: relative;
    font-size: calc(21px + 4px);
    display: inline-block;
}.pricing-card-list-98524 .value-plan-21867::after {
    transform: scaleX(0.5);
    background: rgb(213,183,195);
    height: 3px;
    transform-origin: left;
    content: "";
    width: 50px;
    bottom: -5px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    left: 0;
    position: absolute;
}.pricing-card-list-98524 .learning-price-70581:hover .value-plan-21867::after {
    transform: scaleX(1);
}.pricing-card-list-98524 .training-sub-56401 p {
    line-height: 1.6;
    -webkit-box-orient: vertical;
    font-size: 18px;
    flex: 1;
    color: #000000;
    overflow: hidden;
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-line-clamp: 5;
    display: -webkit-box;
}.pricing-card-list-98524 .pic-holder-26581 {
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
}.pricing-card-list-98524 .pic-holder-26581::after {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
}.pricing-card-list-98524 .learning-price-70581:hover .pic-holder-26581 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing-card-list-98524 .group-rates-86724 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-card-list-98524 .premium-plan-97345 {
    padding: 40px;
}.pricing-card-list-98524 .training-sub-56401 {
    padding: 30px 35px;
}.pricing-card-list-98524 .pic-holder-26581 {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing-card-list-98524 .learn-fees-68902 {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.pricing-card-list-98524 .premium-plan-97345 {
    display: flex;
    width: 30%;
    flex-direction: column;
    padding: 50px 40px;
    justify-content: center;
}.pricing-card-list-98524 .group-rates-86724 {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.pricing-card-list-98524 .training-sub-56401 {
    padding: 30px;
}.pricing-card-list-98524 .training-sub-56401 p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.pricing-card-list-98524 {
    padding: 120px 0;
}.pricing-card-list-98524 .group-rates-86724 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-card-list-98524 .premium-plan-97345 h2 {
    font-size: calc(38px + 4px);
}.pricing-card-list-98524 .training-sub-56401 h3 {
    font-size: calc(21px + 4px);
}.pricing-card-list-98524 .value-plan-21867 {
    font-size: calc(21px + 8px);
}.pricing-card-list-98524 .pic-holder-26581 {
    height: 280px;
}
}

@media (min-width: 1400px) {.pricing-card-list-98524 .group-rates-86724 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-card-list-98524 .training-sub-56401 p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.pricing-card-list-98524 .learning-price-70581 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing-card-list-98524 .learning-price-70581:hover {
    transform: translateY(-10px) scale(1.02);
}}.data-overview-49618 {
    color: #ffffff;
    position: relative;
    isolation: isolate;
    padding: 100px 0;
    overflow: hidden;
}.data-overview-49618::before {
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    width: 100%;
    background: linear-gradient(135deg, #000000 0%, rgb(185,150,173) 100%);
    z-index: -1;
    position: absolute;
    content: '';
}.data-overview-49618 .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
}.data-overview-49618 .statistics-extras-17856 {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 60px;
}.data-overview-49618 .statistics-advances-91045 {
    display: flex;
    top: -30px;
    justify-content: center;
    border-radius: 50% 5px 50% 50%;
    z-index: 10;
    position: absolute;
    background: rgb(213,183,195);
    width: 120px;
    height: 120px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    align-items: center;
    right: 30px;
    transform: rotate(-15deg);
}.data-overview-49618 .statistics-advances-91045 svg {
    fill: #ffffff;
    width: 60px;
    transform: rotate(15deg);
    height: 60px;
}.data-overview-49618 .statistics-advances-91045 svg path {
    fill: #ffffff;
}.data-overview-49618 .program-statistics-19287 {
    font-size: 46px;
    margin-bottom: 15px;
    border-left: 5px solid rgb(213,183,195);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    padding-left: 20px;
}.data-overview-49618 .extra-pro-12957 {
    position: relative;
    margin-bottom: 60px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    padding-bottom: 20px;
    max-width: 70%;
    line-height: 1.6;
}.data-overview-49618 .extra-pro-12957::after {
    background: rgb(213,183,195);
    content: '';
    bottom: 0;
    width: 100px;
    position: absolute;
    height: 2px;
    opacity: 0.8;
    left: 0;
}.data-overview-49618 .program-wins-03584 {
    gap: 30px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.data-overview-49618 .program-wins-03584::before {
    content: '';
    background: linear-gradient(90deg, rgb(213,183,195), transparent);
    width: 100%;
    left: 0;
    top: -20px;
    position: absolute;
    height: 1px;
}.data-overview-49618 .expert-benefits-63154 {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 200px;
    transition: transform 0.3s ease;
    flex: 1 1 calc(25% - 30px);
    position: relative;
    padding: 0;
}.data-overview-49618 .expert-benefits-63154:hover {
    transform: translateY(-10px);
}.data-overview-49618 .career-statistics-67894 {
    min-width: 70px;
    border: 2px solid rgb(213,183,195);
    background: transparent;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 70px;
    border-radius: 15px;
    align-items: center;
    margin-right: 15px;
    display: flex;
}.data-overview-49618 .career-statistics-67894::before {
    left: 0;
    opacity: 0.4;
    z-index: -1;
    top: 0;
    background: rgb(213,183,195);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}.data-overview-49618 .career-statistics-67894 svg {
    width: 35px;
    height: 35px;
    fill: rgb(213,183,195);
}.data-overview-49618 .career-statistics-67894 svg path {
    fill: rgb(213,183,195);
}.data-overview-49618 .expert-benefits-63154 span {
    margin-right: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: block;
    font-size: calc(20px * 1.5);
    font-weight: 700;
    line-height: 1;
}.data-overview-49618 .expert-benefits-63154 p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1200px) {.data-overview-49618 .expert-benefits-63154 {
    flex: 1 1 calc(33.33% - 30px);
}
}

@media screen and (max-width: 991px) {.data-overview-49618 {
    padding: 80px 0;
}.data-overview-49618 .statistics-advances-91045 {
    right: 25px;
    height: 100px;
    top: -25px;
    width: 100px;
}.data-overview-49618 .statistics-advances-91045 svg {
    height: 50px;
    width: 50px;
}.data-overview-49618 .extra-pro-12957 {
    max-width: 85%;
    margin-bottom: 50px;
}.data-overview-49618 .program-wins-03584 {
    justify-content: flex-start;
}.data-overview-49618 .expert-benefits-63154 {
    flex: 1 1 calc(50% - 30px);
}
}

@media screen and (max-width: 767px) {.data-overview-49618 {
    padding: 60px 0;
}.data-overview-49618 .statistics-extras-17856 {
    gap: 40px;
}.data-overview-49618 .statistics-advances-91045 {
    width: 80px;
    height: 80px;
    right: 20px;
    top: -20px;
}.data-overview-49618 .statistics-advances-91045 svg {
    height: 40px;
    width: 40px;
}.data-overview-49618 .program-statistics-19287 {
    font-size: calc(46px * 0.8);
    padding-left: 15px;
}.data-overview-49618 .extra-pro-12957 {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: calc(14px * 0.95);
}.data-overview-49618 .program-wins-03584 {
    gap: 25px;
    flex-direction: column;
}.data-overview-49618 .expert-benefits-63154 {
    width: 100%;
    flex: 1 1 100%;
}.data-overview-49618 .career-statistics-67894 {
    min-width: 60px;
    height: 60px;
}.data-overview-49618 .career-statistics-67894 svg {
    width: 30px;
    height: 30px;
}.data-overview-49618 .expert-benefits-63154 span {
    font-size: calc(28px * 1.2);
}
}

@media screen and (max-width: 480px) {.data-overview-49618 {
    padding: 50px 0;
}.data-overview-49618 .statistics-advances-91045 {
    height: 70px;
    width: 70px;
    right: 15px;
    border-radius: 15px 5px 15px 15px;
    top: -15px;
}.data-overview-49618 .statistics-advances-91045 svg {
    height: 35px;
    width: 35px;
}.data-overview-49618 .program-statistics-19287 {
    border-left: 3px solid rgb(213,183,195);
    padding-left: 12px;
    font-size: calc(46px * 0.7);
}.data-overview-49618 .extra-pro-12957 {
    margin-bottom: 30px;
    font-size: calc(14px * 0.9);
}.data-overview-49618 .expert-benefits-63154 {
    align-items: center;
}.data-overview-49618 .career-statistics-67894 {
    height: 50px;
    border-radius: 10px;
    min-width: 50px;
}.data-overview-49618 .career-statistics-67894 svg {
    height: 25px;
    width: 25px;
}.data-overview-49618 .expert-benefits-63154 span {
    font-size: calc(28px * 1.1);
}.data-overview-49618 .expert-benefits-63154 p {
    font-size: calc(14px * 0.85);
}}.contact-box-83652 {
    position: relative;
    padding: 5rem 0;
}.contact-box-83652::before {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}.contact-box-83652 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.contact-box-83652 .reach-feedback-41657 {
    overflow: hidden;
    flex-wrap: wrap;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: rgb(239,215,226);
    position: relative;
    border-radius: 21px;
    display: flex;
}.contact-box-83652 .reach-feedback-41657::before {
    top: 0;
    background: linear-gradient(90deg, 
        rgb(213,183,195), 
        rgb(185,150,173));
    width: 100%;
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
}.contact-box-83652 .query-message-79032 {
    flex: 1 0 300px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3rem;
    background: rgb(239,215,226);
}.contact-box-83652 .query-message-79032::after {
    right: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom,
        transparent,
        rgb(213,183,195,0.5),
        transparent);
    position: absolute;
    top: 0;
}.contact-box-83652 .query-message-79032 h3 {
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid rgb(185,150,173);
    margin-bottom: 2.5rem;
    color: rgb(213,183,195);
    font-size: 19px;
    padding-bottom: 1rem;
}.contact-box-83652 .query-message-79032 div {
    margin-bottom: 2rem;
    padding: 1rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
    align-items: center;
    display: flex;
}.contact-box-83652 .query-message-79032 div:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
}.contact-box-83652 .query-message-79032 div svg {
    flex-shrink: 0;
    padding: 5px;
    background: rgb(213,183,195);
    height: 24px;
    width: 24px;
    margin-right: 1rem;
    border-radius: 50%;
}.contact-box-83652 .query-message-79032 div svg path {
    fill: #ffffff;
}.contact-box-83652 .query-message-79032 div span {
    color: #000000;
    font-size: 17px;
}.contact-box-83652 .query-message-79032 div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}.contact-box-83652 .query-message-79032 div span a:hover {
    color: rgb(213,183,195);
}.contact-box-83652 .connect-box-37158 {
    background: #ffffff;
    position: relative;
    padding: 3rem;
    flex: 1 0 450px;
}.contact-box-83652 .connect-box-37158::before {
    position: absolute;
    transform: rotate(45deg);
    content: "";
    top: 3rem;
    width: 20px;
    height: 20px;
    background: #ffffff;
    left: -10px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}.contact-box-83652 .connect-box-37158 form {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.contact-box-83652 .connect-box-37158 h3 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 19px;
    color: #000000;
    position: relative;
    font-weight: 600;
}.contact-box-83652 .connect-box-37158 h3::after {
    width: 50px;
    height: 3px;
    background: rgb(213,183,195);
    content: "";
    left: 50%;
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
}.contact-box-83652 .connect-box-37158 input[type="text"],
.contact-box-83652 .connect-box-37158 input[type="email"] {
    background: rgb(239,215,226);
    width: 100%;
    transition: all 0.3s ease;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 17px;
    padding: 1rem 1.2rem;
}.contact-box-83652 .connect-box-37158 input[type="text"]:focus,
.contact-box-83652 .connect-box-37158 input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(213,183,195,0.5);
    border-color: rgb(213,183,195);
}.contact-box-83652 .connect-box-37158 input[type="text"]::placeholder,
.contact-box-83652 .connect-box-37158 input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact-box-83652 .connect-box-37158 .inquiry-box-95832 {
    align-items: flex-start;
    margin: 0.5rem 0;
    gap: 10px;
    display: flex;
}.contact-box-83652 .connect-box-37158 .inquiry-box-95832 input[type="checkbox"] {
    height: 20px;
    flex-shrink: 0;
    border: 2px solid #000000;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 20px;
    border-radius: 4px;
    background-color: #ffffff;
    margin-top: 2px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
}.contact-box-83652 .connect-box-37158 .inquiry-box-95832 input[type="checkbox"]:checked {
    border-color: rgb(213,183,195);
    background-color: rgb(213,183,195);
}.contact-box-83652 .connect-box-37158 .inquiry-box-95832 input[type="checkbox"]:checked::after {
    width: 4px;
    transform: rotate(45deg);
    top: 3px;
    height: 8px;
    position: absolute;
    content: "";
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    left: 7px;
}.contact-box-83652 .connect-box-37158 .inquiry-box-95832 label {
    font-size: calc(17px - 1px);
    line-height: 1.5;
    color: #000000;
}.contact-box-83652 .connect-box-37158 .inquiry-box-95832 label a {
    font-weight: 600;
    color: rgb(213,183,195);
    text-decoration: none;
}.contact-box-83652 .connect-box-37158 .reach-links-19304 {
    font-weight: 600;
    background: rgb(213,183,195);
    font-size: 16px;
    position: relative;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 1rem;
    overflow: hidden;
    margin-top: 1rem;
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
}.contact-box-83652 .connect-box-37158 .reach-links-19304::after {
    border-radius: 100%;
    opacity: 0;
    top: 50%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    content: "";
    width: 5px;
    transform: scale(1, 1) translate(-50%);
    left: 50%;
    height: 5px;
    transform-origin: 50% 50%;
}.contact-box-83652 .connect-box-37158 .reach-links-19304:hover {
    background: rgb(185,150,173);
}.contact-box-83652 .connect-box-37158 .reach-links-19304:focus {
    outline: none;
}.contact-box-83652 .connect-box-37158 .reach-links-19304:active::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

@media screen and (max-width: 992px) {.contact-box-83652 .reach-feedback-41657 {
    flex-direction: column;
}.contact-box-83652 .query-message-79032 {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}.contact-box-83652 .query-message-79032::after {
    background: linear-gradient(to right,
            transparent,
            rgb(213,183,195,0.5),
            transparent);
    bottom: 0;
    left: 0;
    right: unset;
    width: 100%;
    top: unset;
    height: 1px;
}.contact-box-83652 .connect-box-37158::before {
    top: -10px;
    left: 3rem;
    transform: rotate(135deg);
}
}

@media screen and (max-width: 768px) {.contact-box-83652 {
    padding: 4rem 0;
}.contact-box-83652 .query-message-79032,
    .contact-box-83652 .connect-box-37158 {
    padding: 2rem;
}.contact-box-83652 .query-message-79032 h3,
    .contact-box-83652 .connect-box-37158 h3 {
    font-size: calc(19px - 2px);
}
}

@media screen and (max-width: 576px) {.contact-box-83652 {
    padding: 3rem 0;
}.contact-box-83652 .query-message-79032,
    .contact-box-83652 .connect-box-37158 {
    padding: 1.5rem;
}.contact-box-83652 .query-message-79032 div {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
}.contact-box-83652 .query-message-79032 div svg {
    height: 20px;
    width: 20px;
}.contact-box-83652 .connect-box-37158 input[type="text"],
    .contact-box-83652 .connect-box-37158 input[type="email"] {
    padding: 0.8rem 1rem;
}.contact-box-83652 .connect-box-37158::before {
    display: none;
}
}