* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    width: 1146px;
    margin: auto;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}::-webkit-scrollbar {
    width: thin;
}::-webkit-scrollbar-button {
    border-radius: 2px;
    height: 4px;
    width: 5px;
    background: rgb(199,173,173);
}::-webkit-scrollbar-track {
    margin: 2px 0;
    background: rgb(170,116,156);
    border-radius: 6px;
    box-shadow: inset -4px 2px 7px 0px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb {
    border-radius: 6%;
    transition: border-radius 2.7s ease-in-out;
    background: rgb(255, 255, 255, 0.5);
    box-shadow: 3px 4px 9px 7px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -2px 4px 8px 7px rgba(0, 0, 0, 0.2);
    background: rgb(199,173,173,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(199,173,173,0.5);
}html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(199,173,173,0.5);
}.head-pagewrap-G7TeE {
    flex: 1 0 auto;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.subscr-info-gFBY8 {
    flex: 0 0 auto;
}.segment-wrapper-igZT0 {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}header,footer {
    width: 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;
}}
.connect-form-7RwTv {
    position: relative;
    background: rgb(225,214,214);
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
}.connect-form-7RwTv::before {
    height: 100%;
    opacity: 0.5;
    width: 100%;
    left: 0;
    background-blend-mode: multiply;
    z-index: 0;
    content: '';
    top: 0;
    position: absolute;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
}.connect-form-7RwTv .photo-box-inIlb {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    filter: contrast(1.2) saturate(0.8);
    width: 100%;
    z-index: 0;
    opacity: 0.07;
}.connect-form-7RwTv .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.connect-form-7RwTv h3 {
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 70px;
    font-weight: 300;
    font-size: 38px;
    font-family: Arial, sans-serif;
}.connect-form-7RwTv .feedback-card-0ut8Y {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.connect-form-7RwTv .help-reach-TdHVB {
    z-index: 1;
    background: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 55%;
    padding: 80px;
    justify-content: center;
}.connect-form-7RwTv .help-reach-TdHVB::before {
    width: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    height: 100%;
    left: 0;
    top: 0;
}.connect-form-7RwTv .help-reach-TdHVB #contact {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}.connect-form-7RwTv .help-reach-TdHVB h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 300;
    color: #000000;
}.connect-form-7RwTv .help-reach-TdHVB input[type="text"],
.connect-form-7RwTv .help-reach-TdHVB textarea {
    width: 100%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 15px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    color: #000000;
    padding: 20px 25px;
    border: none;
    border-radius: 50px;
    font-family: Arial, sans-serif;
}.connect-form-7RwTv .help-reach-TdHVB textarea {
    padding-top: 25px;
    resize: vertical;
    border-radius: 25px;
    height: 150px;
}.connect-form-7RwTv .help-reach-TdHVB input[type="text"]:focus,
.connect-form-7RwTv .help-reach-TdHVB textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(199,173,173,0.5);
    outline: none;
    background-color: rgba(0, 0, 0, 0.015);
}.connect-form-7RwTv .help-reach-TdHVB .support-reach-9MkHg {
    margin-bottom: 30px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}.connect-form-7RwTv .help-reach-TdHVB .support-reach-9MkHg input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect-form-7RwTv .help-reach-TdHVB .support-reach-9MkHg label {
    position: relative;
    padding-left: 35px;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    font-size: calc(15px - 2px);
}.connect-form-7RwTv .help-reach-TdHVB .support-reach-9MkHg label::before {
    border: 1px solid rgba(0, 0, 0, 0.15);
    top: 2px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    left: 0;
    background-color: transparent;
}.connect-form-7RwTv .help-reach-TdHVB .support-reach-9MkHg input[type="checkbox"]:checked + label::before {
    background-color: rgb(199,173,173);
    border-color: rgb(199,173,173);
}.connect-form-7RwTv .help-reach-TdHVB .support-reach-9MkHg input[type="checkbox"]:checked + label::after {
    left: 7px;
    height: 5px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    transform: rotate(-45deg);
    top: 10px;
    content: '';
    width: 8px;
    border-left: 2px solid #ffffff;
}.connect-form-7RwTv .help-reach-TdHVB .support-reach-9MkHg a {
    color: rgb(199,173,173);
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
}.connect-form-7RwTv .help-reach-TdHVB .support-reach-9MkHg a:hover {
    color: rgb(170,116,156);
}.connect-form-7RwTv .help-reach-TdHVB .reach-inquiry-jGpkv {
    font-weight: 400;
    border: none;
    position: relative;
    border-radius: 50px;
    padding: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 14px;
    display: block;
    background: rgb(199,173,173);
    margin: 0 auto;
    cursor: pointer;
}.connect-form-7RwTv .help-reach-TdHVB .reach-inquiry-jGpkv::before {
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    width: 100%;
    content: '';
    left: -100%;
    height: 100%;
    transition: all 0.6s ease;
    top: 0;
    position: absolute;
}.connect-form-7RwTv .help-reach-TdHVB .reach-inquiry-jGpkv:hover {
    background: rgb(170,116,156);
    box-shadow: 0 5px 15px rgb(199,173,173,0.5);
    transform: translateY(-2px);
}.connect-form-7RwTv .help-reach-TdHVB .reach-inquiry-jGpkv:hover::before {
    left: 100%;
}.connect-form-7RwTv .query-help-rBqj4 {
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 80px 60px;
    display: flex;
    background: linear-gradient(135deg, rgb(199,173,173) 0%, rgb(170,116,156) 100%);
    flex: 1 1 45%;
    overflow: hidden;
}.connect-form-7RwTv .query-help-rBqj4::before {
    opacity: 0.7;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    z-index: 0;
    background-size: 250px 250px;
    left: -50%;
    position: absolute;
    width: 200%;
    top: -50%;
    height: 200%;
    content: '';
}.connect-form-7RwTv .query-help-rBqj4 h4 {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}.connect-form-7RwTv .query-help-rBqj4 .inquiry-request-MYSLj {
    position: relative;
    max-width: 300px;
    z-index: 1;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}.connect-form-7RwTv .query-help-rBqj4 .inquiry-request-MYSLj li {
    align-items: center;
    position: relative;
    transition: transform 0.3s ease;
    display: flex;
    margin-bottom: 35px;
}.connect-form-7RwTv .query-help-rBqj4 .inquiry-request-MYSLj li:last-child {
    margin-bottom: 0;
}.connect-form-7RwTv .query-help-rBqj4 .inquiry-request-MYSLj li:hover {
    transform: translateX(5px);
}.connect-form-7RwTv .query-help-rBqj4 .inquiry-request-MYSLj li svg {
    width: 22px;
    margin-right: 20px;
    height: 22px;
    flex-shrink: 0;
    opacity: 0.9;
}.connect-form-7RwTv .query-help-rBqj4 .inquiry-request-MYSLj li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.connect-form-7RwTv .query-help-rBqj4 .inquiry-request-MYSLj li span {
    line-height: 1.5;
    position: relative;
    font-size: 15px;
    color: #ffffff;
}.connect-form-7RwTv .query-help-rBqj4 .inquiry-request-MYSLj li span::after {
    height: 1px;
    left: 0;
    width: 0;
    bottom: -8px;
    transition: width 0.3s ease;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    content: '';
}.connect-form-7RwTv .query-help-rBqj4 .inquiry-request-MYSLj li:hover span::after {
    width: 100%;
}.connect-form-7RwTv .query-help-rBqj4 .inquiry-request-MYSLj li a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.connect-form-7RwTv .query-help-rBqj4 .inquiry-request-MYSLj li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.connect-form-7RwTv {
    padding: 80px 0;
}.connect-form-7RwTv .feedback-card-0ut8Y {
    flex-direction: column;
}.connect-form-7RwTv .help-reach-TdHVB,
    .connect-form-7RwTv .query-help-rBqj4 {
    padding: 60px 40px;
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.connect-form-7RwTv {
    padding: 60px 0;
}.connect-form-7RwTv h3 {
    margin-bottom: 50px;
    font-size: calc(38px - 4px);
}.connect-form-7RwTv .help-reach-TdHVB h3,
    .connect-form-7RwTv .query-help-rBqj4 h4 {
    font-size: calc(20px - 2px);
    margin-bottom: 30px;
}.connect-form-7RwTv .help-reach-TdHVB input[type="text"],
    .connect-form-7RwTv .help-reach-TdHVB textarea {
    padding: 16px 20px;
    margin-bottom: 20px;
}.connect-form-7RwTv .help-reach-TdHVB textarea {
    height: 120px;
}.connect-form-7RwTv .help-reach-TdHVB .reach-inquiry-jGpkv {
    padding: 16px;
}.connect-form-7RwTv .query-help-rBqj4 .inquiry-request-MYSLj li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.connect-form-7RwTv {
    padding: 50px 0;
}.connect-form-7RwTv .help-reach-TdHVB,
    .connect-form-7RwTv .query-help-rBqj4 {
    padding: 40px 25px;
}.connect-form-7RwTv h3 {
    font-size: calc(38px - 6px);
}.connect-form-7RwTv .help-reach-TdHVB .support-reach-9MkHg label {
    font-size: calc(15px - 3px);
}.connect-form-7RwTv .feedback-card-0ut8Y {
    border-radius: 20px;
}.connect-form-7RwTv .help-reach-TdHVB input[type="text"],
    .connect-form-7RwTv .help-reach-TdHVB textarea {
    border-radius: 25px;
}.connect-form-7RwTv .help-reach-TdHVB textarea {
    border-radius: 20px;
}}.target-audience-XRF47 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(225,214,214);
}.target-audience-XRF47::before {
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(199,173,173,0.5) 0,
        rgb(199,173,173,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.05;
    top: 0;
}.target-audience-XRF47 .proof-stats-4GYQw {
    padding: 0 30px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.target-audience-XRF47 h3 {
    padding-bottom: 20px;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    font-size: 29px;
    margin-bottom: 80px;
}.target-audience-XRF47 h3::after {
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(199,173,173), rgb(170,116,156));
    height: 5px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    bottom: 0;
    left: 50%;
}.target-audience-XRF47 ul {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 30px;
    list-style: none;
    margin: 0;
    display: flex;
}.target-audience-XRF47 ul li {
    z-index: 1;
    transition: all 0.4s ease;
    font-size: 15px;
    position: relative;
    background: #ffffff;
    padding: 25px 25px 25px 80px;
    flex: 0 0 calc(33.333% - 20px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    color: #000000;
    transform: perspective(1000px) rotateX(5deg);
    min-height: 100px;
    max-width: 350px;
}.target-audience-XRF47 ul li::before,
.target-audience-XRF47 ul li::after {
    transition: all 0.4s ease;
    content: "";
    background: #ffffff;
    position: absolute;
}.target-audience-XRF47 ul li::before {
    z-index: -1;
    top: 5px;
    bottom: 5px;
    transform: translateZ(-10px);
    right: 5px;
    left: 5px;
    border: 1px solid rgb(170,116,156,0.5);
}.target-audience-XRF47 ul li::after {
    right: 15px;
    top: 15px;
    left: 15px;
    background: rgb(199,173,173,0.5);
    z-index: -2;
    bottom: 0;
    transform: translateZ(-20px);
    opacity: 0.3;
}.target-audience-XRF47 ul li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.target-audience-XRF47 ul li:hover::before {
    transform: translateZ(-15px);
}.target-audience-XRF47 ul li:hover::after {
    transform: translateZ(-30px);
}.target-audience-XRF47 ul li svg {
    left: 25px;
    z-index: 2;
    transition: all 0.4s ease;
    height: 40px;
    position: absolute;
    width: 40px;
    transform: translateY(-50%);
    top: 50%;
}.target-audience-XRF47 ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.target-audience-XRF47 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(199,173,173);
}.target-audience-XRF47 ul li:hover svg path {
    fill: rgb(170,116,156);
}.target-audience-XRF47 ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.target-audience-XRF47 ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.target-audience-XRF47 ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.target-audience-XRF47 ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.target-audience-XRF47 ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.target-audience-XRF47 ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.target-audience-XRF47 {
    padding: 100px 0;
}.target-audience-XRF47 h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 60px;
}.target-audience-XRF47 ul {
    gap: 40px 25px;
}.target-audience-XRF47 ul li {
    flex: 0 0 calc(50% - 20px);
    padding: 20px 20px 20px 70px;
}.target-audience-XRF47 ul li svg {
    height: 35px;
    width: 35px;
    left: 20px;
}
}

@media (max-width: 768px) {.target-audience-XRF47 {
    padding: 80px 0;
}.target-audience-XRF47 h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 50px;
}.target-audience-XRF47 ul {
    gap: 30px;
}.target-audience-XRF47 ul li {
    max-width: 450px;
    flex: 0 0 100%;
}.target-audience-XRF47 ul li,
    .target-audience-XRF47 ul li:nth-child(3n+1),
    .target-audience-XRF47 ul li:nth-child(3n+2),
    .target-audience-XRF47 ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.target-audience-XRF47 ul li:hover,
    .target-audience-XRF47 ul li:nth-child(3n+1):hover,
    .target-audience-XRF47 ul li:nth-child(3n+2):hover,
    .target-audience-XRF47 ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.target-audience-XRF47 {
    padding: 60px 0;
}.target-audience-XRF47 .proof-stats-4GYQw {
    padding: 0 20px;
}.target-audience-XRF47 h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 40px;
}.target-audience-XRF47 ul {
    gap: 25px;
}.target-audience-XRF47 ul li {
    padding: 18px 15px 18px 65px;
}.target-audience-XRF47 ul li svg {
    width: 30px;
    left: 18px;
    height: 30px;
}.target-audience-XRF47 ul li,
    .target-audience-XRF47 ul li:nth-child(3n+1),
    .target-audience-XRF47 ul li:nth-child(3n+2),
    .target-audience-XRF47 ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.target-audience-XRF47 ul li:hover,
    .target-audience-XRF47 ul li:nth-child(3n+1):hover,
    .target-audience-XRF47 ul li:nth-child(3n+2):hover,
    .target-audience-XRF47 ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.our-mission-5gEVF {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our-mission-5gEVF::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    content: '';
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}.our-mission-5gEVF .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.our-mission-5gEVF h2 {
    padding-bottom: 12px;
    opacity: 0;
    display: inline-block;
    transform: translateX(-10px);
    animation: slideInRight 0.8s 0.2s forwards;
    font-weight: 700;
    font-size: 29px;
    position: relative;
    margin-bottom: 40px;
    color: #ffffff;
}.our-mission-5gEVF h2::after {
    width: 80px;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    content: '';
    transform-origin: left;
    background: rgb(199,173,173);
    height: 3px;
    position: absolute;
    animation: lineExpand 0.8s 0.6s forwards;
}.our-mission-5gEVF .text-card-3e2Wl {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    backdrop-filter: blur(10px);
    transform: translateY(20px);
    border-left: 4px solid rgb(199,173,173);
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeUp 1s 0.4s forwards;
    padding: 40px;
    gap: 30px;
}.our-mission-5gEVF .text-card-3e2Wl > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.our-mission-5gEVF .text-card-3e2Wl p {
    font-size: calc(13px * 1.5);
    margin: 0;
    color: rgb(199,173,173);
    padding-left: 15px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
}.our-mission-5gEVF .text-card-3e2Wl p::before {
    content: '';
    position: absolute;
    background: rgb(199,173,173);
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 0;
}.our-mission-5gEVF .text-card-3e2Wl div div {
    letter-spacing: 0.3px;
    line-height: 1.8;
    font-weight: 300;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 13px;
    padding-left: 15px;
    position: relative;
}

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

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

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

@media (min-width: 768px) {.our-mission-5gEVF {
    padding: 150px 0;
}.our-mission-5gEVF::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 100%);
}.our-mission-5gEVF h2 {
    margin-bottom: 60px;
    font-size: calc(29px * 1.2);
}.our-mission-5gEVF h2::after {
    width: 120px;
    height: 4px;
}.our-mission-5gEVF .text-card-3e2Wl {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.3), 
                    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-left: 6px solid rgb(199,173,173);
    padding: 60px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%);
    grid-template-columns: 1fr;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.our-mission-5gEVF .text-card-3e2Wl:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.4), 
                    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.our-mission-5gEVF .text-card-3e2Wl p {
    padding-left: 25px;
    font-size: calc(13px * 2);
}.our-mission-5gEVF .text-card-3e2Wl p::before {
    width: 12px;
    height: 12px;
}.our-mission-5gEVF .text-card-3e2Wl div div {
    column-count: 2;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    font-size: calc(13px * 1.1);
    line-height: 1.9;
    padding-left: 25px;
    column-gap: 40px;
}
}

@media (min-width: 1200px) {.our-mission-5gEVF {
    padding: 180px 0;
}.our-mission-5gEVF::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 100%);
}.our-mission-5gEVF h2 {
    font-size: calc(29px * 1.4);
}.our-mission-5gEVF .text-card-3e2Wl {
    grid-template-columns: 1fr;
    padding: 80px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
}.our-mission-5gEVF .text-card-3e2Wl div div {
    column-count: 2;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.our-mission-5gEVF {
    padding: 80px 0;
}.our-mission-5gEVF h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.our-mission-5gEVF .text-card-3e2Wl {
    padding: 25px;
}.our-mission-5gEVF .text-card-3e2Wl p {
    padding-left: 12px;
    font-size: calc(13px * 1.2);
}.our-mission-5gEVF .text-card-3e2Wl div div {
    padding-left: 12px;
    line-height: 1.6;
    font-size: 13px;
}}.subscr-info-gFBY8 {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 5rem 0 2rem;
    background-color: rgb(225,214,214);
    color: #000000;
}.subscr-info-gFBY8::before {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.07;
    content: '';
    top: 0;
    background: 
        linear-gradient(135deg, rgb(199,173,173,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(170,116,156,0.5) 0%, transparent 70%);
    z-index: 0;
    left: 0;
}.subscr-info-gFBY8::after {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(225,214,214) 0%,
        rgb(199,173,173) 35%, 
        rgb(170,116,156) 65%,
        rgb(225,214,214) 100%);
    content: '';
    top: 0;
    position: absolute;
    z-index: 1;
    height: 7px;
}.subscr-info-gFBY8 .container {
    z-index: 2;
    position: relative;
}.subscr-info-gFBY8 .fund-cta-gl1JD {
    flex-direction: column;
    display: flex;
}.subscr-info-gFBY8 .message-us-ONfZb {
    display: flex;
    position: relative;
    gap: 0;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}.subscr-info-gFBY8 .message-us-ONfZb::after {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(170,116,156,0.5) 50%,
        transparent 100%);
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -1px;
    position: absolute;
    content: '';
}.subscr-info-gFBY8 .info_item {
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    position: relative;
    width: 25%;
}.subscr-info-gFBY8 .info_item::before {
    background-color: rgba(0, 0, 0, 0.06);
    width: 1px;
    content: '';
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    height: 60%;
    left: 0;
}.subscr-info-gFBY8 .info_item:first-child::before {
    display: none;
}.subscr-info-gFBY8 .info_item p,
.subscr-info-gFBY8 .info_item a {
    align-items: center;
    color: #000000;
    display: flex;
    font-weight: 400;
    text-align: center;
    gap: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
    justify-content: center;
    font-size: calc(12px - 1px);
}.subscr-info-gFBY8 .info_item:hover {
    transform: translateY(-5px);
}.subscr-info-gFBY8 .info_item:hover p,
.subscr-info-gFBY8 .info_item:hover a {
    color: rgb(199,173,173);
}.subscr-info-gFBY8 .info_item svg {
    height: 20px;
    fill: rgb(199,173,173);
    width: 20px;
    transition: transform 0.3s ease;
}.subscr-info-gFBY8 .info_item:hover svg {
    transform: rotate(10deg);
}.subscr-info-gFBY8 .text_main_holder {
    gap: 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.subscr-info-gFBY8 .header-start-9PsbI {
    margin-right: auto;
    width: 100%;
    flex-direction: column;
    max-width: 300px;
    gap: 1.5rem;
    display: flex;
}.subscr-info-gFBY8 .header-start-9PsbI svg {
    transition: all 0.3s ease;
    height: auto;
    max-width: 160px;
}.subscr-info-gFBY8 .header-start-9PsbI:hover svg {
    transform: scale(1.05);
}.subscr-info-gFBY8 .donate-books-0mG2u {
    font-size: 13px;
    padding-left: 2rem;
    color: #000000;
    position: relative;
    line-height: 1.6;
}.subscr-info-gFBY8 .donate-books-0mG2u::before {
    width: 4px;
    left: 0;
    bottom: 0;
    content: '';
    border-radius: 2px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(199,173,173), rgb(170,116,156));
}.subscr-info-gFBY8 .head-tutor-EjMcV {
    gap: 2rem;
    min-width: 240px;
    position: relative;
    flex: 1;
    flex-direction: column;
    display: flex;
    max-width: 400px;
}.subscr-info-gFBY8 .head-tutor-EjMcV::before {
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    border-radius: 24px;
    top: 0;
    background: rgba(0, 0, 0, 0.02);
    content: '';
}.subscr-info-gFBY8 .head-tutor-EjMcV h5 {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.03);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
    padding: 0.75rem 1.5rem;
}.subscr-info-gFBY8 .main-learn-AwH1q {
    gap: 0.75rem;
    padding: 0 1.5rem;
    flex-direction: column;
    display: flex;
}.subscr-info-gFBY8 .main-learn-AwH1q:first-child {
    position: relative;
}.subscr-info-gFBY8 .main-learn-AwH1q a {
    font-size: 12px;
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.25rem;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.subscr-info-gFBY8 .main-learn-AwH1q a::before {
    top: 50%;
    position: absolute;
    background-color: rgb(170,116,156,0.5);
    width: 6px;
    border-radius: 50%;
    transition: all 0.3s ease;
    left: 0;
    height: 6px;
    content: '';
    transform: translateY(-50%);
}.subscr-info-gFBY8 .main-learn-AwH1q a:hover {
    color: rgb(199,173,173);
    padding-left: 1.5rem;
}.subscr-info-gFBY8 .main-learn-AwH1q a:hover::before {
    background-color: rgb(199,173,173);
    width: 8px;
    height: 8px;
}.subscr-info-gFBY8 .subscribe_holder {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    max-width: 400px;
    border-radius: 24px;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    display: flex;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.subscr-info-gFBY8 .subscribe_holder::before {
    position: absolute;
    border-width: 50px 50px 0 0;
    left: 0;
    border-color: rgb(199,173,173,0.5) transparent transparent transparent;
    width: 0;
    height: 0;
    top: 0;
    content: '';
    border-top-left-radius: 24px;
    border-style: solid;
}.subscr-info-gFBY8 .subscribe_holder h5 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 18px;
}.subscr-info-gFBY8 .subscribe_holder p {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}.subscr-info-gFBY8 .input_holder {
    gap: 1rem;
    margin-top: 0.5rem;
    display: flex;
    position: relative;
    flex-direction: column;
}.subscr-info-gFBY8 .input_holder input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
    font-size: 12px;
    color: #000000;
}.subscr-info-gFBY8 .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(199,173,173,0.5);
    border-color: rgb(199,173,173);
    outline: none;
}.subscr-info-gFBY8 .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.subscr-info-gFBY8 .sub-verification-PhjV6 {
    font-size: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    padding: 1.125rem 1.25rem;
    font-weight: 600;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(199,173,173) 0%, rgb(170,116,156) 100%);
    overflow: hidden;
    border: none;
}.subscr-info-gFBY8 .sub-verification-PhjV6::before {
    background: linear-gradient(135deg, rgb(170,116,156) 0%, rgb(199,173,173) 100%);
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0;
    left: 0;
    height: 100%;
    content: '';
    z-index: -1;
}.subscr-info-gFBY8 .sub-verification-PhjV6:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.subscr-info-gFBY8 .sub-verification-PhjV6:hover::before {
    opacity: 1;
}.subscr-info-gFBY8 .rating-stars-8DpVE {
    position: relative;
    padding-top: 2rem;
    text-align: center;
    margin-top: 4rem;
}.subscr-info-gFBY8 .rating-stars-8DpVE::before {
    content: '';
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    width: 40%;
    left: 30%;
    position: absolute;
}.subscr-info-gFBY8 .math-tools-OERIU {
    opacity: 0.8;
    color: #000000;
    font-size: 13px;
}

@media (max-width: 1200px) {.subscr-info-gFBY8 .text_main_holder {
    gap: 2.5rem;
}.subscr-info-gFBY8 .header-start-9PsbI {
    max-width: 260px;
}.subscr-info-gFBY8 .head-tutor-EjMcV {
    min-width: 220px;
}
}

@media (max-width: 991px) {.subscr-info-gFBY8 {
    padding: 4rem 0 2rem;
}.subscr-info-gFBY8 .info_item {
    padding: 1rem;
    width: 50%;
}.subscr-info-gFBY8 .info_item:nth-child(3)::before {
    display: none;
}.subscr-info-gFBY8 .text_main_holder {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}.subscr-info-gFBY8 .header-start-9PsbI {
    width: 100%;
    align-items: center;
    text-align: center;
    max-width: 100%;
}.subscr-info-gFBY8 .donate-books-0mG2u {
    padding-left: 0;
    text-align: center;
    max-width: 500px;
}.subscr-info-gFBY8 .donate-books-0mG2u::before {
    display: none;
}.subscr-info-gFBY8 .head-tutor-EjMcV {
    width: 100%;
    max-width: 600px;
}.subscr-info-gFBY8 .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}

@media (max-width: 768px) {.subscr-info-gFBY8 {
    padding: 3.5rem 0 1.5rem;
}.subscr-info-gFBY8 .message-us-ONfZb {
    margin-bottom: 3rem;
}.subscr-info-gFBY8 .info_item {
    width: 100%;
}.subscr-info-gFBY8 .info_item::before {
    display: none;
}.subscr-info-gFBY8 .main-learn-AwH1q {
    gap: 0.5rem 1.5rem;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}.subscr-info-gFBY8 .main-learn-AwH1q a {
    padding: 0.5rem 1rem;
    text-align: center;
}.subscr-info-gFBY8 .main-learn-AwH1q a::before {
    display: none;
}.subscr-info-gFBY8 .main-learn-AwH1q a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding-left: 1rem;
}.subscr-info-gFBY8 .rating-stars-8DpVE {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.subscr-info-gFBY8 {
    padding: 3rem 0 1.5rem;
}.subscr-info-gFBY8 .message-us-ONfZb {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}.subscr-info-gFBY8 .text_main_holder {
    gap: 2.5rem;
}.subscr-info-gFBY8 .head-tutor-EjMcV {
    padding: 1rem;
}.subscr-info-gFBY8 .head-tutor-EjMcV h5 {
    text-align: center;
}.subscr-info-gFBY8 .subscribe_holder {
    padding: 1.5rem;
}.subscr-info-gFBY8 .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.subscr-info-gFBY8 .rating-stars-8DpVE {
    margin-top: 2.5rem;
}}.program-details-iIS7M {
    background: rgb(225,214,214);
    overflow: hidden;
    position: relative;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    padding: 120px 0;
}.program-details-iIS7M::before {
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(199,173,173,0.5) 0%, transparent 50%, rgb(170,116,156,0.5) 100%);
    animation: backgroundShift 15s infinite alternate;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
}.program-details-iIS7M::after {
    z-index: 2;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(199,173,173,0.5) 0%, transparent 70%);
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    animation: pulse 8s infinite alternate;
    position: absolute;
    height: 100%;
}.program-details-iIS7M .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
}.program-details-iIS7M .study-route-hOAWI {
    perspective: 1000px;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    display: grid;
    position: relative;
}.program-details-iIS7M .study-route-hOAWI::before {
    z-index: -1;
    border-radius: 23px;
    border: 1px solid rgb(199,173,173,0.5);
    transform-style: preserve-3d;
    content: "";
    animation: borderPulse 4s infinite alternate;
    position: absolute;
    height: calc(100% + 60px);
    transform: rotateY(5deg) rotateX(2deg);
    width: calc(100% + 60px);
    left: -30px;
    top: -30px;
}.program-details-iIS7M .text-card-3e2Wl {
    backdrop-filter: blur(8px);
    gap: 30px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 23px;
    animation: floatPanel 8s ease-in-out infinite;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    padding: 35px;
    width: 100%;
}.program-details-iIS7M .text-card-3e2Wl h2 {
    transform: translateY(-10px);
    border-left: 2px solid rgb(170,116,156);
    max-width: fit-content;
    font-size: 35px;
    background: linear-gradient(to right, rgb(199,173,173) 0%, rgb(170,116,156) 100%);
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    margin-bottom: 25px;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(199,173,173,0.5);
    display: inline-block;
    border-radius: 10px;
    border-radius: 8px 0 8px 0;
    position: relative;
    border-bottom: 2px solid rgb(199,173,173);
}.program-details-iIS7M .text-card-3e2Wl .description {
    transition: all 0.5s ease;
    font-size: 12px;
    line-height: 1.9;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.07);
    z-index: 2;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    text-align: justify;
    padding: 18px;
    letter-spacing: 0.5px;
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(4px);
    transform: translateZ(0);
    color: #000000;
    border-left: 3px solid rgb(199,173,173,0.5);
    font-weight: 400;
}.program-details-iIS7M .text-card-3e2Wl .description:first-of-type {
    border-left-color: rgb(199,173,173);
}.program-details-iIS7M .text-card-3e2Wl .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(170,116,156);
}.program-details-iIS7M .text-card-3e2Wl .description::before {
    border-radius: 10px;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    top: 0;
}.program-details-iIS7M .text-card-3e2Wl .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.program-details-iIS7M .photo-box-inIlb {
    animation: floatImage 6s ease-in-out infinite alternate;
    z-index: 4;
    position: relative;
    align-self: flex-start;
    background-size: cover;
    transform: translateZ(0) rotateY(-5deg);
    border-radius: 23px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    background-position: center;
    transform-style: preserve-3d;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    height: 450px;
}.program-details-iIS7M .photo-box-inIlb:hover {
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(199,173,173,0.5);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(199,173,173,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(170,116,156,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(199,173,173,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(199,173,173);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(199,173,173,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(199,173,173);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.program-details-iIS7M {
    padding: 100px 0;
}.program-details-iIS7M .study-route-hOAWI {
    gap: 30px;
}.program-details-iIS7M .text-card-3e2Wl {
    padding: 30px;
}.program-details-iIS7M .text-card-3e2Wl h2 {
    padding: 12px 18px;
    font-size: calc(35px * 0.9);
}.program-details-iIS7M .text-card-3e2Wl .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.program-details-iIS7M {
    padding: 80px 0;
}.program-details-iIS7M .study-route-hOAWI {
    gap: 40px;
    grid-template-columns: 1fr;
}.program-details-iIS7M .study-route-hOAWI::before {
    top: -20px;
    left: -20px;
    transform: none;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
}.program-details-iIS7M .text-card-3e2Wl {
    animation: none;
    order: 2;
    transform: none;
}.program-details-iIS7M .photo-box-inIlb {
    animation: pulse 8s infinite alternate;
    order: 1;
    transform: none;
    min-height: 400px;
}.program-details-iIS7M .photo-box-inIlb:hover {
    transform: scale(1.02) translateY(-5px);
}.program-details-iIS7M .text-card-3e2Wl h2 {
    display: block;
    max-width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}.program-details-iIS7M .text-card-3e2Wl .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.program-details-iIS7M {
    padding: 60px 0;
}.program-details-iIS7M .study-route-hOAWI {
    gap: 30px;
}.program-details-iIS7M .text-card-3e2Wl {
    gap: 20px;
    padding: 25px;
}.program-details-iIS7M .text-card-3e2Wl h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 15px;
    padding: 10px 15px;
}.program-details-iIS7M .text-card-3e2Wl .description {
    margin-bottom: 15px;
    line-height: 1.7;
    padding: 12px;
    font-size: calc(12px * 0.95);
}.program-details-iIS7M .photo-box-inIlb {
    min-height: 350px;
}.program-details-iIS7M .study-route-hOAWI::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.program-details-iIS7M {
    padding: 40px 0;
}.program-details-iIS7M .text-card-3e2Wl {
    padding: 20px;
    gap: 15px;
}.program-details-iIS7M .text-card-3e2Wl h2 {
    letter-spacing: 1px;
    font-size: calc(35px * 0.7);
    padding: 8px 12px;
}.program-details-iIS7M .text-card-3e2Wl .description {
    font-size: calc(12px * 0.9);
    padding: 10px;
    line-height: 1.6;
}.program-details-iIS7M .photo-box-inIlb {
    min-height: 280px;
}}.tariff-row-bxCZU {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(225,214,214), #ffffff);
    padding: 6rem 0;
}.tariff-row-bxCZU::before {
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    position: absolute;
}.tariff-row-bxCZU .container {
    z-index: 2;
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}.tariff-row-bxCZU .cost-summary-LPQnv {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}.tariff-row-bxCZU .rate-options-bmt41 {
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.2s;
    padding: 2rem;
    order: 1;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    opacity: 0;
    text-align: center;
}.tariff-row-bxCZU .rate-options-bmt41 h2 {
    display: inline-block;
    color: rgb(199,173,173);
    font-weight: 700;
    position: relative;
    font-size: 30px;
    margin-bottom: 1.5rem;
}.tariff-row-bxCZU .rate-options-bmt41 h2::after {
    width: 60%;
    left: 50%;
    position: absolute;
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(199,173,173), transparent);
}.tariff-row-bxCZU .rate-options-bmt41 .enroll-cost-eCG43 {
    line-height: 1.6;
    margin: 0 auto;
    max-width: 80%;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
}.tariff-row-bxCZU .plan-pricing-tvrPh {
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    order: 2;
}.tariff-row-bxCZU .price-schemes-ct9Bv {
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    will-change: transform, opacity;
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
    display: block;
    animation-delay: calc(0.1s * var(--i, 1));
    transform: translateY(30px);
    text-decoration: none;
}.tariff-row-bxCZU .price-schemes-ct9Bv:nth-child(1) {
    --i: 1;
}.tariff-row-bxCZU .price-schemes-ct9Bv:nth-child(2) {
    --i: 2;
}.tariff-row-bxCZU .price-schemes-ct9Bv:nth-child(3) {
    --i: 3;
}.tariff-row-bxCZU .price-schemes-ct9Bv:nth-child(4) {
    --i: 4;
}.tariff-row-bxCZU .price-schemes-ct9Bv:hover {
    transform: translateY(-5px) scale(1.02);
}.tariff-row-bxCZU .learning-rates-zjS5M {
    position: relative;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    height: 100%;
    background: #ffffff;
    transition: all 0.4s ease;
    display: flex;
}.tariff-row-bxCZU .price-schemes-ct9Bv:hover .learning-rates-zjS5M {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.tariff-row-bxCZU .pricing-offers-Vtwsr {
    position: relative;
    flex-direction: column;
    z-index: 1;
    padding: 2.5rem 2rem;
    flex-grow: 1;
    display: flex;
}.tariff-row-bxCZU .pricing-offers-Vtwsr::before {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    z-index: -1;
    transform: translate(30px, -30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgb(199,173,173,0.5) 50%);
    right: 0;
    opacity: 0;
}.tariff-row-bxCZU .price-schemes-ct9Bv:hover .pricing-offers-Vtwsr::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.tariff-row-bxCZU .price-schemes-ct9Bv h3 {
    font-weight: 700;
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
    font-size: calc(22px + 0.2rem);
    margin-bottom: 1rem;
}.tariff-row-bxCZU .price-schemes-ct9Bv:hover h3 {
    color: rgb(199,173,173);
}.tariff-row-bxCZU .price-tiers-gdkj6 {
    color: rgb(199,173,173);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(16px + 0.8rem);
    position: relative;
}.tariff-row-bxCZU .price-tiers-gdkj6::before {
    bottom: -5px;
    background: rgb(170,116,156);
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    width: 40px;
}.tariff-row-bxCZU .price-schemes-ct9Bv:hover .price-tiers-gdkj6::before {
    width: 80px;
}.tariff-row-bxCZU .price-schemes-ct9Bv p {
    word-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #000000;
    font-size: 17px;
    -ms-word-break: break-all;
}.tariff-row-bxCZU .photo-box-inIlb {
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
    height: 200px;
}.tariff-row-bxCZU .photo-box-inIlb::after {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
}.tariff-row-bxCZU .price-schemes-ct9Bv:hover .photo-box-inIlb {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.tariff-row-bxCZU .plan-pricing-tvrPh {
    grid-template-columns: repeat(2, 1fr);
}.tariff-row-bxCZU .rate-options-bmt41 {
    padding: 3rem;
}.tariff-row-bxCZU .pricing-offers-Vtwsr {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.tariff-row-bxCZU .cost-summary-LPQnv {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.tariff-row-bxCZU .rate-options-bmt41 {
    justify-content: center;
    text-align: left;
    order: 2;
    flex-direction: column;
    padding: 4rem 3rem;
    display: flex;
    height: 100%;
}.tariff-row-bxCZU .rate-options-bmt41 h2::after {
    left: 0;
    transform: none;
    width: 100px;
    background: linear-gradient(90deg, rgb(199,173,173), transparent);
}.tariff-row-bxCZU .rate-options-bmt41 .enroll-cost-eCG43 {
    margin: 0;
    max-width: 100%;
}.tariff-row-bxCZU .plan-pricing-tvrPh {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.tariff-row-bxCZU .plan-pricing-tvrPh {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.tariff-row-bxCZU .pricing-offers-Vtwsr {
    padding: 3rem 2.5rem;
}.tariff-row-bxCZU .rate-options-bmt41 h2 {
    font-size: calc(30px + 0.3rem);
}
}

@media (max-width: 767px) {.tariff-row-bxCZU {
    padding: 4rem 0;
}.tariff-row-bxCZU .rate-options-bmt41 h2 {
    font-size: calc(30px - 0.2rem);
}.tariff-row-bxCZU .rate-options-bmt41 .enroll-cost-eCG43 {
    max-width: 100%;
    font-size: calc(17px - 0.1rem);
}.tariff-row-bxCZU .price-schemes-ct9Bv h3 {
    font-size: 22px;
}.tariff-row-bxCZU .price-tiers-gdkj6 {
    font-size: calc(16px + 0.5rem);
}.tariff-row-bxCZU .photo-box-inIlb {
    height: 160px;
}}.leadership-profile-7zg3J {
    border-radius: 11px;
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(225,214,214) 0%, rgb(199,173,173,0.5) 100%);
}.leadership-profile-7zg3J::before {
    background: rgb(170,116,156,0.5);
    top: -10%;
    width: 70%;
    z-index: 1;
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    height: 120%;
    content: "";
    animation: pulse 8s infinite alternate;
    left: -10%;
    position: absolute;
}.leadership-profile-7zg3J .feedback-cloud-uJrgI {
    display: grid;
    transition: transform 0.5s ease;
    gap: 2rem;
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateY(5deg);
}.leadership-profile-7zg3J .feedback-cloud-uJrgI:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.leadership-profile-7zg3J .photo-box-inIlb {
    transform: rotate(-3deg) translateY(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    height: 400px;
    border-radius: 10px;
}.leadership-profile-7zg3J .photo-box-inIlb::after {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(199,173,173,0.5) 0%, transparent 70%);
    content: "";
}.leadership-profile-7zg3J .feedback-cloud-uJrgI:hover .photo-box-inIlb {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.leadership-profile-7zg3J .emp-items-GqJuM {
    transform: translateY(30px) rotate(2deg);
    transition: transform 0.5s ease;
    padding: 2rem;
    position: relative;
    border-radius: 11px;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.leadership-profile-7zg3J .feedback-cloud-uJrgI:hover .emp-items-GqJuM {
    transform: translateY(0) rotate(0deg);
}.leadership-profile-7zg3J .name {
    color: rgb(199,173,173);
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    font-size: 28px;
    position: relative;
}.leadership-profile-7zg3J .name::after {
    width: 60px;
    background: linear-gradient(90deg, rgb(170,116,156) 0%, rgb(199,173,173) 100%);
    transform-origin: left;
    content: "";
    bottom: -8px;
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0.6);
    transition: transform 0.3s ease;
}.leadership-profile-7zg3J .feedback-cloud-uJrgI:hover .name::after {
    transform: scaleX(1);
}.leadership-profile-7zg3J .emp-items-GqJuM > div:nth-child(2) {
    margin-bottom: 1.5rem;
    color: rgb(170,116,156);
    font-weight: 600;
    opacity: 0.8;
    font-size: 19px;
    transition: all 0.3s ease;
    transform: translateX(5px);
}.leadership-profile-7zg3J .feedback-cloud-uJrgI:hover .emp-items-GqJuM > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.leadership-profile-7zg3J .career-progress-M1ow5 {
    font-style: italic;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
    font-size: 13px;
    padding-left: 1.5rem;
    position: relative;
}.leadership-profile-7zg3J .career-progress-M1ow5::before {
    height: 100%;
    position: absolute;
    width: 3px;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(199,173,173), rgb(170,116,156));
    left: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.leadership-profile-7zg3J .feedback-cloud-uJrgI {
    grid-template-columns: 1fr;
}.leadership-profile-7zg3J .photo-box-inIlb {
    height: 300px;
}}.user-feedback-tixy9 {
    background: linear-gradient(135deg, rgb(225,214,214), #ffffff);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.user-feedback-tixy9::before {
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(199,173,173,0.5),
            transparent 2px,
            transparent 10px,
            rgb(199,173,173,0.5) 12px
        );
    width: 100%;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.05;
    content: "";
    height: 100%;
    top: 0;
}.user-feedback-tixy9::after {
    opacity: 0.1;
    animation: floating 12s infinite alternate ease-in-out;
    right: -50px;
    filter: blur(40px);
    height: 200px;
    background: rgb(199,173,173);
    position: absolute;
    border-radius: 50% 30% 70% 40%;
    width: 200px;
    top: -50px;
    content: "";
}.user-feedback-tixy9 h2 {
    margin-bottom: 3rem;
    position: relative;
    font-size: 32px;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    font-weight: 700;
    transform: translateY(0);
    max-width: 800px;
}.user-feedback-tixy9 h2::after {
    height: 4px;
    width: 80px;
    background: linear-gradient(to right, rgb(199,173,173), rgb(170,116,156));
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
}.user-feedback-tixy9 .proof-stats-4GYQw {
    z-index: 2;
    position: relative;
}.user-feedback-tixy9 .feedback-corner-hBDdL {
    gap: 2rem;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.user-feedback-tixy9 .feedback-cloud-uJrgI {
    background: #ffffff;
    overflow: hidden;
    flex-direction: column;
    padding: 2rem;
    transform: translateY(0);
    display: flex;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    position: relative;
    min-height: 240px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
}.user-feedback-tixy9 .feedback-cloud-uJrgI::before {
    position: absolute;
    font-weight: 700;
    opacity: 0.1;
    font-size: 120px;
    top: 10px;
    color: rgb(199,173,173);
    line-height: 1;
    font-family: Arial, sans-serif;
    right: 20px;
    content: "";
}.user-feedback-tixy9 .feedback-cloud-uJrgI:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.user-feedback-tixy9 .feedback-cloud-uJrgI h3 {
    margin-bottom: 0.8rem;
    color: rgb(199,173,173);
    font-size: calc(20px * 0.9);
    font-weight: 700;
    position: relative;
}.user-feedback-tixy9 .feedback-cloud-uJrgI h3::after {
    position: absolute;
    content: "";
    transform-origin: left;
    left: 0;
    transition: transform 0.3s ease;
    height: 2px;
    background: rgb(170,116,156);
    transform: scaleX(0);
    width: 40px;
    bottom: -5px;
}.user-feedback-tixy9 .feedback-cloud-uJrgI:hover h3::after {
    transform: scaleX(1);
}.user-feedback-tixy9 .feedback-cloud-uJrgI .description {
    flex-grow: 1;
    line-height: 1.6;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 16px;
}.user-feedback-tixy9 .feedback-cloud-uJrgI div {
    margin-top: auto;
    position: relative;
    align-self: flex-end;
}.user-feedback-tixy9 .feedback-cloud-uJrgI img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    object-fit: cover;
    transition: transform 0.3s ease;
}.user-feedback-tixy9 .feedback-cloud-uJrgI:hover img {
    transform: scale(1.1);
}.user-feedback-tixy9 .container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {.user-feedback-tixy9 {
    padding: 4rem 0;
}.user-feedback-tixy9 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2rem;
}.user-feedback-tixy9 .feedback-corner-hBDdL {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media screen and (max-width: 768px) {.user-feedback-tixy9 {
    padding: 3rem 0;
}.user-feedback-tixy9 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.8);
}.user-feedback-tixy9 .feedback-corner-hBDdL {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.user-feedback-tixy9 .feedback-cloud-uJrgI {
    padding: 1.5rem;
    min-height: 200px;
}
}

@media screen and (max-width: 576px) {.user-feedback-tixy9 h2 {
    font-size: calc(32px * 0.7);
}.user-feedback-tixy9 .feedback-cloud-uJrgI {
    padding: 1.2rem;
}.user-feedback-tixy9 .feedback-cloud-uJrgI h3 {
    font-size: calc(20px * 0.8);
}.user-feedback-tixy9 .feedback-cloud-uJrgI .description {
    font-size: calc(16px * 0.95);
}.user-feedback-tixy9 .feedback-cloud-uJrgI img {
    height: 50px;
    width: 50px;
}}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(20px, 20px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}.welcome-section-FTlsM {
    justify-content: center;
    perspective: 1000px;
    background-color: rgb(199,173,173,0.5);
    align-items: center;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
}.welcome-section-FTlsM::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(170,116,156,0.5) 0%, rgba(255,255,255,0.1) 100%);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.7;
}.welcome-section-FTlsM::after {
    position: absolute;
    background: radial-gradient(circle at center, rgb(199,173,173) 0%, transparent 70%);
    width: 100%;
    content: "";
    z-index: 0;
    right: -50%;
    animation: pulseBg 15s infinite alternate ease-in-out;
    opacity: 0.1;
    height: 100%;
    top: -50%;
}.welcome-section-FTlsM .proof-stats-4GYQw {
    margin: 0 auto;
    z-index: 2;
    width: 100%;
    position: relative;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    transform-style: preserve-3d;
    display: grid;
    gap: 2rem;
    padding: 2rem;
}.welcome-section-FTlsM h1 {
    color: #000000;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    letter-spacing: 0.5px;
    grid-column: 1 / -1;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    font-size: 45px;
    transform: translateZ(20px);
    position: relative;
}.welcome-section-FTlsM h1::after {
    width: 80px;
    content: "";
    position: absolute;
    border-radius: 10px;
    animation: expandLine 3s infinite alternate ease-in-out;
    background: linear-gradient(90deg, rgb(199,173,173), rgb(170,116,156));
    height: 4px;
    bottom: -10px;
    left: 0;
}.welcome-section-FTlsM .text-card-3e2Wl {
    transition: transform 0.5s ease;
    position: relative;
    transform: translateZ(10px);
}.welcome-section-FTlsM .page-hero-09Otw {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    transform: translateY(0);
    border-radius: 25px;
    padding: 2.5rem;
}.welcome-section-FTlsM .page-hero-09Otw:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.welcome-section-FTlsM p {
    line-height: 1.6;
    font-size: calc(13px * 1.2);
    color: #000000;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    position: relative;
}.welcome-section-FTlsM svg {
    margin: 1rem auto 2rem;
    transition: transform 1.5s ease;
    display: block;
    transform: rotateY(0deg);
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    width: 120px;
    height: 120px;
}.welcome-section-FTlsM .page-hero-09Otw:hover svg {
    transform: rotateY(360deg);
}.welcome-section-FTlsM svg path {
    fill: rgb(199,173,173);
    transition: fill 0.3s ease;
}.welcome-section-FTlsM svg text {
    font-weight: 700;
    font-family: Arial, sans-serif;
    fill: rgb(199,173,173);
    transition: fill 0.3s ease, transform 0.3s ease;
}.welcome-section-FTlsM svg:hover path {
    fill: rgb(170,116,156);
}.welcome-section-FTlsM svg:hover text {
    transform: scale(1.05);
    fill: rgb(170,116,156);
}.welcome-section-FTlsM .reach-inquiry-jGpkv {
    z-index: 1;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(199,173,173) 0%, rgb(170,116,156) 100%);
    letter-spacing: 0.5px;
    font-weight: 600;
    overflow: hidden;
    padding: 1rem 2rem;
    border-radius: 10px;
    position: relative;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
}.welcome-section-FTlsM .reach-inquiry-jGpkv::before {
    width: 100%;
    position: absolute;
    transition: all 0.6s ease;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    content: "";
    height: 100%;
    left: -100%;
}.welcome-section-FTlsM .reach-inquiry-jGpkv:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.welcome-section-FTlsM .reach-inquiry-jGpkv:hover::before {
    left: 100%;
}.welcome-section-FTlsM .photo-box-inIlb {
    height: 400px;
    border-radius: 25px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    transform: translateZ(5px) rotate(2deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}.welcome-section-FTlsM .photo-box-inIlb::before {
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent 60%, rgb(199,173,173,0.5) 100%);
}.welcome-section-FTlsM .photo-box-inIlb::after {
    content: "";
    width: 100%;
    z-index: 2;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(170,116,156,0.5) 0%, transparent 50%);
    height: 100%;
    opacity: 0.5;
}.welcome-section-FTlsM .photo-box-inIlb:hover {
    transform: translateZ(15px) rotate(0);
}

@keyframes pulseBg {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    100% {
        width: 120px;
    }
}

@media (min-width: 1200px) {.welcome-section-FTlsM .proof-stats-4GYQw {
    padding: 3rem;
    gap: 4rem;
}.welcome-section-FTlsM h1 {
    font-size: calc(45px * 1.2);
}.welcome-section-FTlsM .photo-box-inIlb {
    height: 500px;
}.welcome-section-FTlsM svg {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 991px) {.welcome-section-FTlsM .proof-stats-4GYQw {
    gap: 2rem;
    grid-template-columns: 1fr;
}.welcome-section-FTlsM h1 {
    text-align: center;
    font-size: 31px;
}.welcome-section-FTlsM h1::after {
    left: 50%;
    transform: translateX(-50%);
}.welcome-section-FTlsM .page-hero-09Otw {
    text-align: center;
    padding: 2rem;
}.welcome-section-FTlsM .photo-box-inIlb {
    height: 350px;
    order: -1;
    transform: translateZ(5px) rotate(0);
}
}

@media (max-width: 767px) {.welcome-section-FTlsM {
    min-height: auto;
    padding: 4rem 0;
}.welcome-section-FTlsM .proof-stats-4GYQw {
    padding: 1.5rem;
    gap: 1.5rem;
}.welcome-section-FTlsM h1 {
    font-size: calc(31px * 0.9);
    margin-bottom: 1.5rem;
}.welcome-section-FTlsM .photo-box-inIlb {
    height: 250px;
}.welcome-section-FTlsM p {
    margin-bottom: 1.5rem;
    font-size: 13px;
}.welcome-section-FTlsM svg {
    width: 100px;
    height: 100px;
    margin: 0.5rem auto 1.5rem;
}.welcome-section-FTlsM .reach-inquiry-jGpkv {
    font-size: calc(18px * 0.9);
    padding: 0.75rem 1.5rem;
}
}

@media (max-width: 480px) {.welcome-section-FTlsM {
    padding: 3rem 0;
}.welcome-section-FTlsM .proof-stats-4GYQw {
    padding: 1rem;
}.welcome-section-FTlsM h1 {
    font-size: calc(31px * 0.8);
}.welcome-section-FTlsM .photo-box-inIlb {
    height: 200px;
}.welcome-section-FTlsM .page-hero-09Otw {
    padding: 1.5rem;
}.welcome-section-FTlsM svg {
    height: 80px;
    width: 80px;
}}.gratBlock-gzarU {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(170,116,156,0.5), rgb(199,173,173,0.5));
    position: relative;
}.gratBlock-gzarU::before {
    left: 0;
    width: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    pointer-events: none;
}.gratBlock-gzarU::after {
    content: "";
    opacity: 0.7;
    position: absolute;
    width: 100%;
    bottom: -5px;
    z-index: 2;
    left: 0;
    animation: shimmer 4s infinite ease-in-out;
    height: 10px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(170,116,156) 25%, 
        rgb(199,173,173) 75%, 
        transparent 100%);
}.gratBlock-gzarU .container {
    z-index: 3;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}.gratBlock-gzarU .proof-stats-4GYQw {
    overflow: hidden;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    border-radius: 10px;
    padding: 4rem 3rem;
    transform-style: preserve-3d;
    position: relative;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
}.gratBlock-gzarU .proof-stats-4GYQw::before {
    animation: float 8s infinite ease-in-out;
    content: "";
    z-index: -1;
    width: 200px;
    right: -10%;
    height: 200px;
    top: -10%;
    position: absolute;
    filter: blur(20px);
    opacity: 0.7;
    background: linear-gradient(135deg, 
        rgb(199,173,173,0.5) 0%, 
        transparent 70%);
    border-radius: 50%;
}.gratBlock-gzarU .proof-stats-4GYQw:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
    transform: perspective(1000px) rotateX(0deg);
}.gratBlock-gzarU .proof-stats-4GYQw > div:first-child {
    opacity: 1;
    position: relative;
    margin-bottom: 2rem;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s ease-out;
}.gratBlock-gzarU .proof-stats-4GYQw > div:last-child {
    opacity: 1;
    transform: translateY(0);
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
    position: relative;
}.gratBlock-gzarU h5 {
    display: inline-block;
    color: rgb(199,173,173);
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0 0 1rem;
    font-size: 24px;
}.gratBlock-gzarU h5::after {
    content: "";
    position: absolute;
    transform: scaleX(0);
    left: 0;
    height: 3px;
    width: 60%;
    transform-origin: left;
    border-radius: 2px;
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(170,116,156), transparent);
}.gratBlock-gzarU a {
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}.gratBlock-gzarU a:hover p {
    color: rgb(199,173,173);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}.gratBlock-gzarU p {
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    margin: 0;
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
    position: relative;
}

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

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

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}

@media (max-width: 991px) {.gratBlock-gzarU {
    padding: 5rem 0;
}.gratBlock-gzarU .proof-stats-4GYQw {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratBlock-gzarU h5 {
    font-size: calc(24px * 0.95);
}.gratBlock-gzarU p {
    line-height: 1.7;
    font-size: calc(17px * 0.98);
}
}

@media (max-width: 767px) {.gratBlock-gzarU {
    padding: 4rem 0;
}.gratBlock-gzarU .proof-stats-4GYQw {
    transform: none;
    padding: 2.5rem 2rem;
}.gratBlock-gzarU .proof-stats-4GYQw::before {
    width: 150px;
    height: 150px;
}.gratBlock-gzarU h5 {
    font-size: calc(24px * 0.9);
}.gratBlock-gzarU h5::after {
    width: 50%;
}.gratBlock-gzarU p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.gratBlock-gzarU {
    padding: 3rem 0;
}.gratBlock-gzarU .container {
    width: 92%;
}.gratBlock-gzarU .proof-stats-4GYQw {
    padding: 2rem 1.5rem;
}.gratBlock-gzarU .proof-stats-4GYQw > div:first-child {
    margin-bottom: 1.5rem;
}.gratBlock-gzarU h5 {
    font-size: calc(24px * 0.85);
}.gratBlock-gzarU p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.consentWarningDialog-0TejN {
    overflow: hidden;
    bottom: 20px;
    left: 50%;
    border-radius: 27px;
    position: fixed;
    max-width: 500px;
    transform: translateX(-50%);
    background: #ffffff;
    width: 90%;
    z-index: 1050;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.consent-edu-E7Gxs {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}.cookie-overlay-e6EGt {
    margin-bottom: 20px;
}.cookie-overlay-e6EGt svg, .cookie-overlay-e6EGt svg path, .cookie-overlay-e6EGt img {
    width: 60px;
    height: 60px;
    fill: rgb(199,173,173);
}.consentWarningDialog-0TejN h5 {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    color: rgb(199,173,173);
    font-size: 21px;
}.consentWarningDialog-0TejN p {
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}.edu-settings-W0Lf8 {
    border-radius: 10px;
    width: calc(50% - 10px);
    padding: 10px 20px;
    background: rgb(199,173,173);
    font-size: 19px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    display: inline-block;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    text-align: center;
}.edu-settings-W0Lf8:hover {
    background: rgb(170,116,156);
}.cookie_button.track-accept-kbgqI {
    background: rgb(170,116,156);
}.cookie_button.track-accept-kbgqI:hover {
    background: rgb(170,116,156,0.5);
}.consentWarningDialog-0TejN p a {
    color: rgb(199,173,173);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.consentWarningDialog-0TejN p a:hover {
    color: rgb(170,116,156);
}#dataConsentBanner-UzKcb {
    display: none;
}#dataConsentBanner-UzKcb:checked ~ .consentWarningDialog-0TejN {
    visibility: hidden;
    opacity: 0;
}.privacy-holder-IN2Qo {
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: auto;
    padding: 40px;
}.privacy-holder-IN2Qo h1 {
    letter-spacing: 2px;
    margin-top: 40px;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(199,173,173);
    font-family: Arial, sans-serif;
    color: rgb(199,173,173);
}.privacy-holder-IN2Qo h2 {
    padding-bottom: 8px;
    color: #000000;
    font-weight: 600;
    margin-top: 30px;
    font-size: 32px;
    border-bottom: 1px solid #000000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}.privacy-holder-IN2Qo ul, .privacy-holder-IN2Qo ol {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}.privacy-holder-IN2Qo ul li, .privacy-holder-IN2Qo ol li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    padding: 10px;
    color: #000000;
    border-radius: 10px;
    background: rgb(199,173,173,0.5);
}.privacy-holder-IN2Qo ul li::before, .privacy-holder-IN2Qo ol li::before {
    content: '\2022';
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: rgb(199,173,173);
    font-weight: 700;
}.privacy-holder-IN2Qo p, .privacy-holder-IN2Qo span, .privacy-holder-IN2Qo div {
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}.privacy-holder-IN2Qo p:hover, .privacy-holder-IN2Qo span:hover, .privacy-holder-IN2Qo div:hover {
    color: rgb(199,173,173);
}

@media only screen and (max-width: 800px) {.privacy-holder-IN2Qo {
    padding: 20px;
}.privacy-holder-IN2Qo h1, .privacy-holder-IN2Qo h2 {
    font-size: 20px;
    text-align: center;
}.privacy-holder-IN2Qo ul li, .privacy-holder-IN2Qo ol li {
    padding: 8px;
    font-size: 14px;
}}

.privacy-holder-IN2Qo ul li:hover, .privacy-holder-IN2Qo ol li:hover {
    background: rgb(199,173,173);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: #ffffff;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacy-holder-IN2Qo h1, .privacy-holder-IN2Qo h2 {
    animation: fadeInUp 0.6s ease-in-out;
}header {
    z-index: 100;
    position: relative;
    background: linear-gradient(90deg, rgb(170,116,156) 0%, rgb(199,173,173) 100%);
    padding: 0;
    margin-top: 0;
    overflow: visible;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}header::before {
    position: absolute;
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    width: 100%;
    content: '';
}header .head-pagebar-s3DPb {
    align-items: center;
    position: relative;
    z-index: 5;
    justify-content: space-between;
    padding: 1.2rem 2.5rem;
    display: flex;
}header .header-start-9PsbI {
    position: relative;
    padding: 0.5rem;
    flex: 0 0 auto;
    overflow: visible;
    margin-right: 2rem;
}header .header-start-9PsbI::before {
    left: -5px;
    top: -5px;
    position: absolute;
    transition: all 0.3s ease;
    bottom: -5px;
    border: 2px solid #ffffff;
    z-index: -1;
    opacity: 0.1;
    content: '';
    right: -5px;
    transform: skew(-5deg);
}header .header-start-9PsbI::after {
    top: -5px;
    transform: skew(-5deg);
    opacity: 0;
    content: '';
    position: absolute;
    bottom: -5px;
    transition: all 0.3s ease;
    right: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    border: 2px solid #ffffff;
    left: -5px;
    z-index: -1;
}header .header-start-9PsbI:hover::before {
    opacity: 0;
}header .header-start-9PsbI:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .nav-sitewrap-O3TBj {
    display: block;
    position: relative;
    transition: all 0.3s ease;
}header .nav-sitewrap-O3TBj:hover {
    transform: scale(1.05);
}header .nav-sitewrap-O3TBj img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .head-tutor-EjMcV {
    list-style: none;
    display: flex;
    z-index: 2;
    margin: 0;
    position: relative;
    padding: 0;
}header .head-edu-A4es6 {
    margin: 0 0.4rem;
    position: relative;
}header .head-edu-A4es6 a {
    justify-content: center;
    letter-spacing: 0.5px;
    position: relative;
    text-shadow: 0 0 5px #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 0 1.2rem;
    align-items: center;
    z-index: 1;
    display: flex;
    overflow: hidden;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}header .head-edu-A4es6 a::before {
    bottom: -2px;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: -1;
    background: #ffffff;
    transform: scale(0.9);
    right: -2px;
    position: absolute;
    left: -2px;
    top: -2px;
    content: '';
}header .head-edu-A4es6 a:hover {
    transform: translateY(-3px);
    color: rgb(199,173,173);
    border-color: #ffffff;
    text-shadow: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}header .head-edu-A4es6 a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .head-edu-A4es6::after {
    content: '';
    bottom: -10px;
    opacity: 0;
    filter: blur(3px);
    left: 10%;
    width: 80%;
    transition: all 0.3s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 5px;
}header .head-edu-A4es6:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .head-pagebar-s3DPb::before {
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
    position: absolute;
}header .head-pagebar-s3DPb::after {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    left: 0;
    height: 1px;
    content: '';
    bottom: 0;
}header .head-pagewrap-G7TeE {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    background: rgb(225,214,214);
}

@media (min-width: 1400px) {header .head-pagebar-s3DPb {
    margin: 0 auto;
    max-width: 1320px;
}header .head-edu-A4es6 {
    margin: 0 0.6rem;
}header .head-edu-A4es6 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .head-pagebar-s3DPb {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .header-start-9PsbI {
    margin-bottom: 0;
    margin-right: 0;
}header .head-tutor-EjMcV {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .head-edu-A4es6 a {
    height: 36px;
    padding: 0 1rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head-pagebar-s3DPb {
    padding: 0.8rem 1.5rem;
}header .header-start-9PsbI {
    max-width: 140px;
}header .header-start-9PsbI::before, 
    header .header-start-9PsbI::after {
    bottom: -3px;
    top: -3px;
    right: -3px;
    left: -3px;
}header .nav-sitewrap-O3TBj img {
    max-height: 35px;
}header .head-tutor-EjMcV {
    scrollbar-width: thin;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-top: 0.8rem;
}header .head-tutor-EjMcV::-webkit-scrollbar {
    height: 3px;
}header .head-tutor-EjMcV::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .head-edu-A4es6 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .head-edu-A4es6 a {
    font-size: calc(13px - 2px);
    padding: 0 0.8rem;
    height: 32px;
    white-space: nowrap;
}header .head-edu-A4es6::after {
    display: none;
}
}

@media (max-width: 479px) {header .head-pagebar-s3DPb {
    padding: 0.7rem 1.2rem;
}header .header-start-9PsbI {
    max-width: 120px;
}header .head-edu-A4es6 a {
    padding: 0 0.6rem;
    font-size: calc(13px - 3px);
    height: 30px;
}
}