﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.head-pagewrap-9835 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.tech-stack-9712 {
    flex: 0 0 auto;
}.wrapper-section-4031 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1131px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ty-note-9841 {
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(230,229,208) 0%, #ffffff 100%);
    overflow: hidden;
}.ty-note-9841::before {
    right: 0;
    background: linear-gradient(215deg, rgb(184,199,191,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    content: "";
    transform: translateX(20%) skewX(-15deg);
    height: 100%;
    z-index: 1;
    width: 40%;
}.ty-note-9841::after {
    bottom: -5%;
    position: absolute;
    transform: rotate(-10deg);
    height: 70%;
    background: linear-gradient(125deg, rgb(136,154,141,0.5) 0%, transparent 80%);
    left: -2%;
    z-index: 1;
    width: 30%;
    content: "";
}.ty-note-9841 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}.ty-note-9841 h2 {
    transform: translateX(-20px);
    font-size: 28px;
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    font-weight: 700;
    max-width: 800px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.3;
    opacity: 0;
}.ty-note-9841 h2::before {
    height: 4px;
    background: rgb(184,199,191);
    top: -15px;
    position: absolute;
    width: 80px;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
    content: "";
}.ty-note-9841 .impact-facts-7193 {
    background-color: #ffffff;
    opacity: 0;
    overflow: hidden;
    transform-origin: top center;
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px 50px;
}.ty-note-9841 .impact-facts-7193::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(184,199,191), rgb(136,154,141));
    top: 0;
    width: 5px;
    left: 0;
    content: "";
    height: 100%;
}.ty-note-9841 .impact-facts-7193::after {
    transform: translateX(100%);
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
    position: absolute;
    width: 80%;
    right: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    content: "";
}.ty-note-9841 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.ty-note-9841 li {
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
}.ty-note-9841 li::before {
    content: "";
    top: 10px;
    position: absolute;
    left: -30px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    border-radius: 50%;
    background: rgb(184,199,191);
    width: 10px;
    transform: scale(0);
    height: 10px;
}.ty-note-9841 span {
    font-size: 17px;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    display: block;
}

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

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

@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

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

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

@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 992px) {.ty-note-9841 {
    padding: 90px 0 60px;
}.ty-note-9841 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.ty-note-9841 .impact-facts-7193 {
    padding: 35px 40px;
}
}

@media (max-width: 768px) {.ty-note-9841 {
    padding: 70px 0 50px;
}.ty-note-9841::before {
    width: 50%;
}.ty-note-9841 h2 {
    max-width: 100%;
    font-size: calc(28px * 0.8);
}.ty-note-9841 .impact-facts-7193 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 576px) {.ty-note-9841 {
    padding: 60px 0 40px;
}.ty-note-9841::before,
    .ty-note-9841::after {
    opacity: 0.5;
}.ty-note-9841 .container {
    padding: 0 20px;
}.ty-note-9841 h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 25px;
}.ty-note-9841 h2::before {
    width: 60px;
    top: -10px;
    height: 3px;
}.ty-note-9841 .impact-facts-7193 {
    padding: 25px 20px;
    transform: none;
}.ty-note-9841 span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.ty-note-9841 li::before {
    height: 8px;
    width: 8px;
    left: -20px;
}}footer {
    position: relative;
    z-index: 1;
    perspective: 1000px;
}footer::before {
    background: linear-gradient(135deg, rgb(136,154,141,0.5) 0%, rgb(184,199,191,0.5) 100%);
    left: 0;
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 0.9;
    top: 0;
    right: 0;
}footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    left: 0;
    top: 0;
    z-index: -1;
}.tech-stack-9712 {
    padding: 5rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}.tech-stack-9712::before {
    content: "";
    position: absolute;
    left: 0;
    height: 20px;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        90deg,
        rgb(184,199,191) 0px,
        rgb(184,199,191) 40px,
        rgb(136,154,141) 40px,
        rgb(136,154,141) 80px
    );
}.tech-stack-9712 .container {
    gap: 4rem;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: space-between;
}.tech-stack-9712 .company_holder {
    border-bottom: 6px solid rgb(184,199,191);
    background: rgb(184,199,191,0.5);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    flex: 1 1 380px;
    position: relative;
    transform-style: preserve-3d;
    border-radius: 0;
    transition: all 0.4s ease;
    padding: 2rem;
    transform: rotateX(5deg);
}.tech-stack-9712 .company_holder:hover {
    transform: rotateX(0deg);
}.tech-stack-9712 .company_holder h3 {
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block;
    margin: 0 0 1.5rem;
    font-weight: 700;
    transform: translateZ(20px);
    font-size: 34px;
    position: relative;
}.tech-stack-9712 .company_holder h3::before {
    border-left: 3px solid #ffffff;
    left: -10px;
    border-top: 3px solid #ffffff;
    height: 30px;
    content: "";
    position: absolute;
    top: -10px;
    width: 30px;
}.tech-stack-9712 .company_holder h3::after {
    border-right: 3px solid #ffffff;
    width: 30px;
    border-bottom: 3px solid #ffffff;
    content: "";
    bottom: -10px;
    right: -10px;
    height: 30px;
    position: absolute;
}.tech-stack-9712 .access-cta-9164 {
    padding: 1.5rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    font-size: 16px;
    color: #ffffff;
    transform: translateZ(10px);
}.tech-stack-9712 .play-market-0359 {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.tech-stack-9712 .head-know-3961 {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.tech-stack-9712 .header-know-4213 {
    position: relative;
    transform: rotateX(-5deg);
    min-width: 220px;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    flex: 1 1 calc(50% - 1.5rem);
}.tech-stack-9712 .header-know-4213:hover {
    transform: rotateX(0deg);
}.tech-stack-9712 .header-know-4213 h5 {
    padding: 1rem 1.5rem;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #ffffff;
    min-width: 200px;
    font-size: 21px;
    display: inline-block;
    background: rgb(136,154,141,0.5);
    margin: 0 0 1.5rem;
    font-weight: 600;
    transform: translateZ(15px);
}.tech-stack-9712 .header-know-4213 h5::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    height: 5px;
    left: 0;
    background: rgb(136,154,141);
}.tech-stack-9712 .header-know-4213 .head-know-3961 {
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.tech-stack-9712 .header-know-4213 .head-know-3961 a {
    color: #ffffff;
    position: relative;
    transform: translateZ(10px);
    transition: all 0.3s ease;
    overflow: hidden;
    display: block;
    font-size: 16px;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
}.tech-stack-9712 .header-know-4213 .head-know-3961 a::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    width: 100%;
}.tech-stack-9712 .header-know-4213 .head-know-3961 a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(136,154,141,0.5);
}.tech-stack-9712 .header-know-4213 .head-know-3961 a:hover::before {
    left: 100%;
}.goal-footer-6047 {
    padding: 2rem 0;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin-top: 3rem;
    background: rgb(136,154,141,0.5);
    position: relative;
}.goal-footer-6047::before {
    transform-origin: bottom;
    left: 0;
    background: rgb(136,154,141);
    content: "";
    position: absolute;
    width: 100%;
    transform: rotateX(45deg);
    top: -20px;
    height: 20px;
}.goal-footer-6047 .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.goal-footer-6047 .fund-cta-9421 {
    border-radius: 50px;
    color: #ffffff;
    transform: translateZ(5px);
    padding: 0.8rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {.tech-stack-9712 .container {
    gap: 3rem;
}.tech-stack-9712 .company_holder {
    flex: 1 1 350px;
}.tech-stack-9712 .play-market-0359 {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.tech-stack-9712 .head-know-3961 {
    gap: 2rem;
}
}

@media (max-width: 992px) {.tech-stack-9712 {
    padding: 4rem 0 2rem;
}.tech-stack-9712 .container {
    gap: 3rem;
    flex-direction: column;
}.tech-stack-9712 .company_holder,
    .tech-stack-9712 .play-market-0359 {
    min-width: 100%;
    flex: 1 1 100%;
}.tech-stack-9712 .header-know-4213 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.tech-stack-9712 .company_holder,
    .tech-stack-9712 .header-know-4213 {
    transform: none;
}
}

@media (max-width: 768px) {.tech-stack-9712 {
    padding: 3.5rem 0 1.5rem;
}.tech-stack-9712 .head-know-3961 {
    gap: 1.5rem;
}.tech-stack-9712 .company_holder h3 {
    font-size: calc(34px - 2px);
}.tech-stack-9712 .company_holder h3::before,
    .tech-stack-9712 .company_holder h3::after {
    height: 20px;
    width: 20px;
}.goal-footer-6047 {
    margin-top: 2rem;
}.goal-footer-6047::before {
    top: -15px;
    height: 15px;
}
}

@media (max-width: 576px) {.tech-stack-9712 {
    padding: 3rem 0 1rem;
}.tech-stack-9712 .header-know-4213 {
    flex: 1 1 100%;
    min-width: 100%;
}.tech-stack-9712 .head-know-3961 {
    gap: 0.7rem;
}.tech-stack-9712 .header-know-4213 .head-know-3961 a {
    padding: 0.6rem 0.8rem;
}.goal-footer-6047 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.goal-footer-6047::before {
    display: none;
}
}

@media (max-width: 420px) {.tech-stack-9712::before {
    height: 10px;
}.tech-stack-9712 .company_holder h3::before,
    .tech-stack-9712 .company_holder h3::after {
    display: none;
}.tech-stack-9712 .header-know-4213 h5 {
    min-width: auto;
    width: 100%;
}.goal-footer-6047 .fund-cta-9421 {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.academic-expertise-1734 {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(230,229,208) 0%, rgba(245, 248, 250, 0.9) 100%);
    position: relative;
}.academic-expertise-1734::before {
    right: -10%;
    background: radial-gradient(circle, rgb(184,199,191,0.5) 0%, transparent 70%);
    content: "";
    top: -5%;
    opacity: 0.15;
    width: 40vw;
    transform: translateZ(0);
    height: 40vw;
    position: absolute;
}.academic-expertise-1734::after {
    position: absolute;
    width: 30vw;
    content: "";
    transform: translateZ(0);
    left: -10%;
    height: 30vw;
    bottom: -5%;
    background: radial-gradient(circle, rgb(136,154,141,0.5) 0%, transparent 70%);
    opacity: 0.1;
}.academic-expertise-1734 .container {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.academic-expertise-1734 .review-experiences-2369 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(184,199,191), 0.03) inset;
    backdrop-filter: blur(10px);
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    transform: translateZ(0);
    position: relative;
    padding: 2.5rem;
}.academic-expertise-1734 .review-experiences-2369 > div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
}.academic-expertise-1734 .pic-wrapper-4908 {
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    height: 200px;
    width: 200px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 8px;
    transform: rotate(-2deg) translateZ(0);
    position: relative;
}.academic-expertise-1734 .pic-wrapper-4908::after {
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(184,199,191), 0.1) 100%);
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
}.academic-expertise-1734 .pic-wrapper-4908:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}.academic-expertise-1734 .name {
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 24px;
    position: relative;
    display: inline-block;
    color: rgb(184,199,191);
    margin-bottom: 0.5rem;
}.academic-expertise-1734 .name::after {
    left: 0;
    height: 3px;
    transform-origin: left;
    content: "";
    position: absolute;
    width: 60%;
    bottom: -8px;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(136,154,141) 0%, transparent 100%);
    transition: transform 0.4s ease;
}.academic-expertise-1734 .review-experiences-2369 > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    justify-content: center;
}.academic-expertise-1734 .review-experiences-2369 > div:nth-child(2) > div {
    letter-spacing: 0.02em;
    font-size: calc(13px - 0.1rem);
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}.academic-expertise-1734 .career-story-1650 {
    font-family: Arial, sans-serif;
    font-size: 13px;
    position: relative;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}.academic-expertise-1734 .career-story-1650::before {
    font-size: 6rem;
    top: -2rem;
    position: absolute;
    left: -1rem;
    color: rgb(184,199,191,0.5);
    z-index: -1;
    font-family: serif;
    content: "";
    opacity: 0.15;
}

@media (min-width: 768px) {.academic-expertise-1734 {
    padding: 8rem 0;
}.academic-expertise-1734 .review-experiences-2369 {
    gap: 2.5rem 3rem;
    padding: 3rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
}.academic-expertise-1734 .review-experiences-2369 > div:first-child {
    grid-row: span 2;
}.academic-expertise-1734 .pic-wrapper-4908 {
    height: 260px;
    width: 260px;
}.academic-expertise-1734 .name {
    font-size: calc(24px + 0.2rem);
}.academic-expertise-1734 .career-story-1650 {
    font-size: calc(13px + 0.05rem);
}
}

@media (min-width: 1024px) {.academic-expertise-1734 .review-experiences-2369 {
    padding: 4rem;
    grid-template-columns: auto 1fr;
    gap: 3rem 4rem;
}.academic-expertise-1734 .pic-wrapper-4908 {
    transform: rotate(-3deg) translateZ(0);
    width: 300px;
    height: 300px;
}.academic-expertise-1734 .name {
    font-size: calc(24px + 0.4rem);
}.academic-expertise-1734 .name::after {
    height: 4px;
}.academic-expertise-1734 .career-story-1650 {
    line-height: 1.7;
    font-size: calc(13px + 0.1rem);
}.academic-expertise-1734 .review-experiences-2369 > div:nth-child(2) > div {
    font-size: 13px;
}
}

@media (min-width: 1200px) {.academic-expertise-1734 .container {
    padding: 0 4rem;
}.academic-expertise-1734 .review-experiences-2369 {
    gap: 3rem 5rem;
}.academic-expertise-1734 .review-experiences-2369:hover .name::after {
    transform: scaleX(1);
}
}

@media (max-width: 767px) {.academic-expertise-1734 {
    padding: 4rem 0;
}.academic-expertise-1734 .container {
    padding: 0 1rem;
}.academic-expertise-1734 .review-experiences-2369 {
    padding: 2rem;
}.academic-expertise-1734 .pic-wrapper-4908 {
    height: 180px;
    width: 180px;
}}.connect-8201 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,229,208) 0%, rgba(255,255,255,0.97) 100%);
    position: relative;
    padding: 7rem 2rem;
}.connect-8201::before {
    filter: blur(40px);
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    transform: rotate(-15deg) translateZ(0);
    width: 40%;
    top: -10%;
    content: "";
    animation: float 15s ease-in-out infinite;
    right: -5%;
    height: 40%;
    background: linear-gradient(120deg, rgb(184,199,191,0.5) 0%, rgb(136,154,141,0.5) 100%);
}.connect-8201::after {
    background: linear-gradient(220deg, rgb(136,154,141,0.5) 0%, rgb(184,199,191,0.5) 100%);
    transform: rotate(12deg) translateZ(0);
    filter: blur(30px);
    animation: float 18s ease-in-out infinite reverse;
    width: 35%;
    position: absolute;
    opacity: 0.15;
    bottom: -10%;
    height: 35%;
    z-index: 0;
    content: "";
    left: -5%;
}.connect-8201 h1 {
    position: relative;
    letter-spacing: -0.02em;
    margin-bottom: 3.5rem;
    font-weight: 700;
    color: #000000;
    font-size: 43px;
    text-align: center;
    z-index: 2;
}.connect-8201 h1::after {
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 10px;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(184,199,191) 0%, rgb(136,154,141) 100%);
    content: "";
    left: 50%;
}.connect-8201 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.connect-8201 .join-community-5263 {
    border-radius: 21px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.04), 
                0 1px 5px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(184,199,191,0.5), 0.03);
    display: grid;
    background: linear-gradient(145deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    border: 1px solid rgba(255,255,255,0.1);
    transform: perspective(1000px) rotateX(0.5deg);
}.connect-8201 .join-community-5263:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.06), 
                0 1px 8px rgba(0,0,0,0.04),
                0 20px 40px rgba(rgb(184,199,191,0.5), 0.04);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.connect-8201 .join-community-5263 > div {
    background: rgba(255,255,255,0.5);
    position: relative;
    border-radius: 10px;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.connect-8201 .join-community-5263 > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}.connect-8201 .join-community-5263 > div:first-child {
    font-size: calc(18px + 0.1rem);
    color: #000000;
    padding: 2.5rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.6) 100%);
    border-left: 4px solid rgb(184,199,191);
    letter-spacing: -0.01em;
    line-height: 1.7;
}.connect-8201 h6 {
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    color: #000000;
    letter-spacing: 0.02em;
    margin-bottom: 0.75rem;
}.connect-8201 h6 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.connect-8201 h6:hover svg {
    transform: translateY(-2px);
}.connect-8201 span {
    border-left: 2px solid rgb(136,154,141,0.5);
    margin-top: 0.5rem;
    font-size: 18px;
    display: block;
    line-height: 1.6;
    color: #000000;
    padding-left: 1.5rem;
}.connect-8201 .contact-support-1589 {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}.connect-8201 .contact-support-1589 > div {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.connect-8201 .contact-support-1589 > div:hover {
    transform: scale(1.03) translateX(5px);
}.connect-8201 .request-team-9801 {
    border-left: 3px solid transparent;
    align-items: center;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    background: rgba(255,255,255,0.4);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #000000;
    display: flex;
}.connect-8201 .request-team-9801:hover {
    background: rgba(255,255,255,0.8);
    color: rgb(184,199,191);
    border-left-color: rgb(184,199,191);
}.connect-8201 .request-team-9801 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.connect-8201 .request-team-9801:hover svg {
    transform: translateX(3px);
}.connect-8201 svg {
    opacity: 0.85;
    width: 20px;
    height: 20px;
}.connect-8201 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.connect-8201 .request-team-9801:hover svg path {
    fill: rgb(184,199,191);
}

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

@media (min-width: 768px) {.connect-8201 {
    padding: 8rem 3rem;
}.connect-8201 h1 {
    margin-bottom: 4rem;
}.connect-8201 .join-community-5263 {
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.connect-8201 .join-community-5263 > div:first-child {
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.connect-8201 {
    padding: 10rem 4rem;
}.connect-8201 h1 {
    margin-bottom: 5rem;
}.connect-8201 .join-community-5263 {
    grid-template-columns: 2fr 1fr 1fr;
}.connect-8201 .join-community-5263 > div:first-child {
    display: flex;
    grid-row: span 2;
    grid-column: 1;
    align-items: center;
}.connect-8201 .contact-support-1589 {
    gap: 1.5rem;
}
}

@media (hover: hover) {.connect-8201 .join-community-5263 > div {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}.connect-8201 .request-team-9801 {
    position: relative;
    overflow: hidden;
}.connect-8201 .request-team-9801::before {
    transition: transform 0.6s ease;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.connect-8201 .request-team-9801:hover::before {
    transform: translateX(100%);
}
}

@media (max-width: 767px) {.connect-8201 {
    padding: 5rem 1.5rem;
}.connect-8201 h1 {
    font-size: calc(43px - 0.2rem);
    margin-bottom: 3rem;
}.connect-8201 .join-community-5263 {
    padding: 1.5rem;
    gap: 1.5rem;
}.connect-8201 .join-community-5263 > div {
    padding: 1.25rem;
}.connect-8201 .join-community-5263 > div:first-child {
    padding: 1.5rem;
}.connect-8201 h6 {
    font-size: calc(17px - 0.1rem);
}.connect-8201 span {
    font-size: calc(18px - 0.1rem);
    padding-left: 1rem;
}.connect-8201 .contact-support-1589 {
    gap: 1rem;
}.connect-8201 .request-team-9801 {
    padding: 0.6rem 0.75rem;
    font-size: calc(18px - 0.1rem);
}}.course-highlights-7319 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,229,208) 0%, rgba(245, 245, 245, 0.9) 100%);
    padding: 120px 0;
}.course-highlights-7319::before {
    height: 100%;
    pointer-events: none;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(184,199,191,0.5) 0%, transparent 40%);
}.course-highlights-7319::after {
    right: -50px;
    pointer-events: none;
    bottom: -50px;
    z-index: 0;
    height: 300px;
    width: 300px;
    content: "";
    border: 4px solid rgb(136,154,141,0.5);
    position: absolute;
    transform: rotate(-15deg);
}.course-highlights-7319 .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.course-highlights-7319 .class-track-7382 {
    flex-direction: column;
    display: flex;
    gap: 40px;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}.course-highlights-7319 .pic-wrapper-4908 {
    transform: translateX(-20px);
    position: relative;
    height: 380px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}.course-highlights-7319 .pic-wrapper-4908::before {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgb(184,199,191,0.5) 100%);
    content: "";
    top: 0;
    left: 0;
}.course-highlights-7319 .pic-wrapper-4908::after {
    top: 20px;
    position: absolute;
    right: -20px;
    background: rgb(136,154,141);
    transform: rotate(15deg);
    height: 80px;
    width: 80px;
    animation: float 6s ease-in-out infinite;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: -1;
}.course-highlights-7319 .text-holder-wrap-0278 {
    padding: 30px;
    transform: translateY(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}.course-highlights-7319 .text-holder-wrap-0278::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(184,199,191), rgb(136,154,141));
    content: "";
    left: 0;
    position: absolute;
    width: 5px;
    top: 0;
    transition: height 0.6s ease-out;
}.course-highlights-7319 .text-holder-wrap-0278:hover::before {
    height: 100%;
}.course-highlights-7319 h3 {
    transform: translateX(0);
    color: #000000;
    padding-bottom: 15px;
    font-weight: 700;
    transition: transform 0.4s ease-out;
    font-size: 33px;
    position: relative;
    margin-bottom: 25px;
}.course-highlights-7319 h3::after {
    width: 80px;
    left: 0;
    transition: width 0.4s ease-out;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    background: rgb(184,199,191);
}.course-highlights-7319 .text-holder-wrap-0278:hover h3 {
    transform: translateX(15px);
}.course-highlights-7319 .text-holder-wrap-0278:hover h3::after {
    width: 120px;
}.course-highlights-7319 p.description {
    display: block;
    font-size: 16px;
    line-height: 1.75;
    opacity: 1;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
}.course-highlights-7319 span.description {
    display: none;
}.course-highlights-7319 .class-track-7382:hover .pic-wrapper-4908 {
    transform: translateX(0) scale(1.02);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
}

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

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

@media (min-width: 768px) {.course-highlights-7319 .class-track-7382 {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.course-highlights-7319 .pic-wrapper-4908 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    flex: 1;
    height: 450px;
    transform: translateX(-40px) perspective(1000px) rotateY(-5deg);
}.course-highlights-7319 .text-holder-wrap-0278 {
    transform: perspective(1000px) rotateY(2deg);
    padding: 40px;
    flex: 1.2;
}.course-highlights-7319 .class-track-7382:hover .pic-wrapper-4908 {
    transform: translateX(-20px) perspective(1000px) rotateY(-2deg) scale(1.03);
}.course-highlights-7319 .class-track-7382:hover .text-holder-wrap-0278 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.course-highlights-7319 {
    padding: 150px 0;
}.course-highlights-7319 .class-track-7382 {
    gap: 80px;
}.course-highlights-7319 .pic-wrapper-4908 {
    height: 520px;
}.course-highlights-7319 .text-holder-wrap-0278 {
    padding: 50px;
}.course-highlights-7319 h3 {
    font-size: calc(33px * 1.1);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.course-highlights-7319 {
    padding: 80px 0;
}.course-highlights-7319 h3 {
    font-size: calc(33px * 0.85);
}.course-highlights-7319 p.description {
    font-size: calc(16px * 0.95);
}.course-highlights-7319 .text-holder-wrap-0278 {
    padding: 25px 20px;
}
}

@media (hover: hover) {.course-highlights-7319 .text-holder-wrap-0278:hover {
    transform: translateY(10px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
}}.tariff-plan-0485 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.tariff-plan-0485::before {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    top: 0;
    backdrop-filter: blur(8px);
    height: 100%;
}.tariff-plan-0485 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.tariff-plan-0485 .pro-fees-7048 {
    position: relative;
}.tariff-plan-0485 h2 {
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    transform: perspective(1000px) translateZ(20px);
    text-align: center;
    font-size: 33px;
    font-weight: 700;
}.tariff-plan-0485 h2::after {
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(136,154,141), rgb(184,199,191));
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    border-radius: 3px;
    width: 80px;
}.tariff-plan-0485 .fee-options-8650 {
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    line-height: 1.6;
    max-width: 700px;
    position: relative;
    font-size: calc(15px + 2px);
}.tariff-plan-0485 .price-opts-0273 {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    list-style: none;
}.tariff-plan-0485 .price-opts-0273 li {
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}.tariff-plan-0485 .edu-packages-8375 {
    border-radius: 12px;
    position: relative;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    display: block;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}.tariff-plan-0485 .edu-packages-8375::before {
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(136,154,141), rgb(184,199,191));
    content: "";
    width: 100%;
    transform-origin: left;
    top: 0;
    left: 0;
    height: 5px;
    transform: scaleX(0.7);
    position: absolute;
}.tariff-plan-0485 .enroll-cost-6487 {
    position: relative;
    z-index: 1;
    padding: 30px 25px;
    height: 100%;
}.tariff-plan-0485 .pricing-schemes-6214 {
    z-index: 2;
    position: relative;
}.tariff-plan-0485 .edu-packages-8375 h4 {
    font-size: calc(21px - 2px);
    position: relative;
    transition: transform 0.3s ease;
    margin-top: 0;
    margin-bottom: 20px;
    color: #ffffff;
}.tariff-plan-0485 .edu-packages-8375 h4::before {
    width: 30px;
    height: 30px;
    content: "";
    left: -10px;
    transition: all 0.3s ease;
    border-top: 2px solid rgb(136,154,141);
    opacity: 0.6;
    position: absolute;
    top: -10px;
    border-left: 2px solid rgb(136,154,141);
}.tariff-plan-0485 .edu-packages-8375 p {
    padding-right: 10px;
    overflow-y: auto;
    hyphens: auto;
    word-break: normal;
    line-height: 1.6;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    font-size: 15px;
    max-height: 250px;
    color: rgb(255, 255, 255, 0.5);
}.tariff-plan-0485 .edu-packages-8375 p::-webkit-scrollbar {
    width: 4px;
}.tariff-plan-0485 .edu-packages-8375 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(136,154,141,0.5);
}.tariff-plan-0485 .learning-fees-8256 {
    background: linear-gradient(135deg, rgba(rgb(136,154,141,0.5), 0.1), rgba(rgb(184,199,191,0.5), 0.2));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    border-radius: 8px;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-weight: 700;
    font-size: calc(21px + 4px);
}.tariff-plan-0485 .learning-fees-8256::before {
    height: 1px;
    left: 10px;
    content: "";
    bottom: -3px;
    right: 10px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(136,154,141), transparent);
}.tariff-plan-0485 .edu-packages-8375:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}.tariff-plan-0485 .edu-packages-8375:hover::before {
    transform: scaleX(1);
}.tariff-plan-0485 .edu-packages-8375:hover h4 {
    transform: translateX(5px);
}.tariff-plan-0485 .edu-packages-8375:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}.tariff-plan-0485 .edu-packages-8375:hover .learning-fees-8256 {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

@media (max-width: 992px) {.tariff-plan-0485 {
    padding: 80px 0;
}.tariff-plan-0485 h2 {
    font-size: calc(33px - 4px);
}.tariff-plan-0485 .fee-options-8650 {
    font-size: 15px;
    margin-bottom: 40px;
}.tariff-plan-0485 .price-opts-0273 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.tariff-plan-0485 {
    padding: 60px 0;
}.tariff-plan-0485 h2 {
    font-size: calc(33px - 6px);
}.tariff-plan-0485 .fee-options-8650 {
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
}.tariff-plan-0485 .price-opts-0273 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff-plan-0485 .edu-packages-8375 h4 {
    font-size: 21px;
}.tariff-plan-0485 .edu-packages-8375 p {
    font-size: calc(15px - 1px);
    max-height: 180px;
}.tariff-plan-0485 .learning-fees-8256 {
    font-size: 21px;
}
}

@media (max-width: 480px) {.tariff-plan-0485 {
    padding: 50px 0;
}.tariff-plan-0485 h2 {
    font-size: calc(33px - 8px);
}.tariff-plan-0485 .fee-options-8650 {
    font-size: calc(15px - 2px);
}.tariff-plan-0485 .enroll-cost-6487 {
    padding: 25px 20px;
}.tariff-plan-0485 .edu-packages-8375 h4 {
    font-size: calc(21px - 2px);
}.tariff-plan-0485 .learning-fees-8256 {
    font-size: calc(21px - 2px);
    padding: 8px 15px;
}}.cookie-popup-message-5016 {
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(184,199,191);
    z-index: 90;
    background: rgb(230,229,208);
}.manage-cookies-1234 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}.cookie-popup-message-5016 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-popup-message-5016 p {
    font-size: 18px;
}.consent-edu-8426 {
    margin-right: 10px;
    flex-shrink: 0;
}.consent-edu-8426 svg, .consent-edu-8426 svg path, .consent-edu-8426 img {
    width: 100px;
    fill: rgb(184,199,191);
    height: 100px;
}.cookie-reset-7102 {
    font-size: 24px;
    line-height: 35px;
    flex-shrink: 0;
    text-decoration: none;
    color: rgb(184,199,191);
    margin-left: 10px;
    min-width: 120px;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 2px solid rgb(184,199,191);
    text-align: center;
}.cookie-popup-message-5016 p a {
    color: rgb(184,199,191);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-popup-message-5016 {
    padding: 20px;
}}
#cookie-disclosure-0418 {
    display: none;
}#cookie-disclosure-0418:checked ~ .cookie-popup-message-5016 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.consent-edu-8426 {
    display: none;
}.manage-cookies-1234 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-popup-message-5016 h5 {
    text-align: center;
}.cookie-popup-message-5016 p {
    text-align: center;
}.learn-consent-8593 {
    margin-bottom: 20px;
}body .wrapper-section-4031 .cookie-reset-7102 {
    margin-left: 0;
}}.welcome-4978 {
    background: linear-gradient(135deg, rgb(136,154,141,0.5), rgb(184,199,191,0.5));
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: flex;
    position: relative;
    min-height: 100vh;
}.welcome-4978::before {
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.15) 0%, transparent 60%);
    left: 0;
    height: 100%;
    position: absolute;
}.welcome-4978::after {
    content: "";
    background: radial-gradient(ellipse at 70% 50%, rgb(136,154,141,0.5) 0%, transparent 70%);
    width: 60%;
    height: 100%;
    opacity: 0.4;
    z-index: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
}.welcome-4978 .main-home-2789 {
    width: 90%;
    max-width: 1200px;
    transform: translateY(-2vh);
    position: relative;
    z-index: 2;
}.welcome-4978 .learn-lead-1273 {
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15), 
              0 5px 15px rgba(0,0,0,0.1),
              0 0 0 1px rgba(255,255,255,0.1) inset;
    position: relative;
    background-blend-mode: overlay !important;
    padding: 4rem 3rem;
}.welcome-4978 .learn-lead-1273::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(145deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05) 30%, 
                rgba(0,0,0,0.2) 100%);
    width: 100%;
    z-index: -1;
    left: 0;
}.welcome-4978 .learn-lead-1273::after {
    position: absolute;
    width: 200px;
    animation: orbitFloat 25s infinite linear;
    height: 200px;
    opacity: 0.6;
    content: "";
    z-index: -1;
    top: -50px;
    right: -50px;
    background: radial-gradient(circle, rgb(184,199,191,0.5) 0%, transparent 70%);
    border-radius: 50%;
}.welcome-4978 .learn-lead-1273 span {
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
    animation: slideInLeft 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    display: block;
    position: relative;
}.welcome-4978 .learn-lead-1273 h3 {
    letter-spacing: 0.5px;
    font-weight: 600;
    position: relative;
    z-index: 3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    font-size: calc(18px * 0.9);
    line-height: 1.5;
    max-width: 85%;
    color: #ffffff;
}.welcome-4978 .learn-lead-1273 h1 {
    color: #ffffff;
    font-size: 42px;
    opacity: 0;
    font-family: Arial, sans-serif;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    z-index: 3;
    line-height: 1.2;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.85));
    font-weight: 700;
    transform: translateY(20px);
    margin-bottom: 2rem;
    animation: slideInUp 0.8s 0.4s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
}.welcome-4978 .learn-lead-1273 h1::after {
    opacity: 0;
    height: 4px;
    content: "";
    animation: expandWidth 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    transform-origin: left center;
    left: 0;
    background: linear-gradient(90deg, rgb(184,199,191), transparent);
    position: absolute;
    width: 80px;
    bottom: -10px;
}.welcome-4978 .learn-lead-1273 div div {
    transform: translateY(20px);
    opacity: 0;
    animation: slideInUp 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
}.welcome-4978 .learn-lead-1273 p {
    font-size: calc(14px * 1.2);
    margin: 0;
    font-family: Arial, sans-serif;
    letter-spacing: 0.2px;
    max-width: 90%;
    color: #ffffff;
    z-index: 3;
    line-height: 1.6;
    position: relative;
}.welcome-4978 .learn-lead-1273::before {
    box-shadow: 0 0 15px 5px rgba(255,255,255,0.3);
    position: absolute;
    height: 6px;
    width: 6px;
    content: "";
    background-color: #ffffff;
    animation: twinkle 4s infinite alternate ease-in-out;
    top: 30%;
    right: 20%;
    border-radius: 50%;
    z-index: 2;
}.welcome-4978 .learn-lead-1273 span::before,
.welcome-4978 .learn-lead-1273 span::after,
.welcome-4978 .learn-lead-1273 h1::before,
.welcome-4978 .learn-lead-1273 p::before {
    background-color: #ffffff;
    content: "";
    width: 4px;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    height: 4px;
}.welcome-4978 .learn-lead-1273 span::before {
    left: 20%;
    box-shadow: 0 0 10px 2px rgba(255,255,255,0.2);
    top: -15px;
    animation: twinkle 3s infinite alternate-reverse ease-in-out;
}.welcome-4978 .learn-lead-1273 span::after {
    right: 30%;
    animation: twinkle 5s infinite alternate ease-in-out;
    bottom: 10px;
    box-shadow: 0 0 10px 3px rgba(255,255,255,0.25);
}.welcome-4978 .learn-lead-1273 h1::before {
    top: 10px;
    animation: twinkle 4.5s infinite alternate-reverse ease-in-out;
    right: 25%;
    box-shadow: 0 0 12px 4px rgba(255,255,255,0.3);
}.welcome-4978 .learn-lead-1273 p::before {
    left: 15%;
    animation: twinkle 3.5s infinite alternate ease-in-out;
    box-shadow: 0 0 8px 2px rgba(255,255,255,0.2);
    top: -15px;
}.welcome-4978 .learn-lead-1273 h1::after {
    position: absolute;
    top: 30%;
    content: "";
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5), transparent);
    height: 1px;
    opacity: 0.5;
    z-index: 1;
    width: 80px;
    right: -90px;
    transform: rotate(45deg);
}.welcome-4978 .learn-lead-1273 span::after {
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5), transparent);
    height: 1px;
    z-index: 1;
    opacity: 0.5;
    bottom: -10px;
    width: 60px;
    left: -70px;
    position: absolute;
    transform: rotate(-30deg);
    content: "";
}

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

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

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

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

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05);
  }
}

@keyframes orbitFloat {
  0% {
    transform: rotate(0deg) translateX(50px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(50px) rotate(-360deg);
  }
}


@media (max-width: 1200px) {.welcome-4978 .learn-lead-1273 {
    padding: 3.5rem 2.5rem;
}.welcome-4978 .learn-lead-1273 h1 {
    font-size: calc(42px * 0.9);
}.welcome-4978 .learn-lead-1273 h3 {
    max-width: 90%;
}
}

@media (max-width: 992px) {.welcome-4978 .learn-lead-1273 {
    padding: 3rem 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.welcome-4978 .learn-lead-1273 h1 {
    font-size: calc(42px * 0.8);
}.welcome-4978 .learn-lead-1273 h3 {
    font-size: calc(18px * 0.85);
}.welcome-4978 .learn-lead-1273 p {
    max-width: 95%;
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 768px) {.welcome-4978 {
    min-height: 90vh;
}.welcome-4978 .main-home-2789 {
    width: 95%;
}.welcome-4978 .learn-lead-1273 {
    padding: 2.5rem 1.5rem;
    transform: none;
}.welcome-4978 .learn-lead-1273 h1 {
    font-size: calc(42px * 0.7);
    margin-bottom: 1.5rem;
}.welcome-4978 .learn-lead-1273 h3 {
    max-width: 100%;
    font-size: calc(18px * 0.8);
}.welcome-4978 .learn-lead-1273 p {
    max-width: 100%;
    font-size: 14px;
}.welcome-4978 .learn-lead-1273 h1::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 576px) {.welcome-4978 {
    min-height: 85vh;
}.welcome-4978 .learn-lead-1273 {
    padding: 2rem 1.25rem;
}.welcome-4978 .learn-lead-1273 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(42px * 0.6);
}.welcome-4978 .learn-lead-1273 h3 {
    font-size: calc(18px * 0.75);
}.welcome-4978 .learn-lead-1273 span {
    margin-bottom: 1rem;
}.welcome-4978 .learn-lead-1273 h1::after {
    bottom: -8px;
    height: 3px;
    width: 50px;
}
}

@media (max-width: 390px) {.welcome-4978 .learn-lead-1273 {
    padding: 1.5rem 1rem;
}.welcome-4978 .learn-lead-1273 h1 {
    font-size: calc(42px * 0.5);
}.welcome-4978 .learn-lead-1273 h3 {
    font-size: calc(18px * 0.7);
}.welcome-4978 .learn-lead-1273 p {
    font-size: calc(14px * 0.9);
}}.company-overview-6390 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,229,208) 0%, rgba(245, 245, 255, 0.95) 100%);
    padding: 120px 0 80px;
    position: relative;
}.company-overview-6390::before {
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(136,154,141,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(184,199,191,0.5), 0.07) 0%, transparent 50%);
    content: "";
    height: 100%;
    z-index: 0;
    width: 100%;
    position: absolute;
}.company-overview-6390::after {
    background: linear-gradient(225deg, rgb(136,154,141,0.5) 0%, transparent 70%);
    width: 300px;
    opacity: 0.1;
    height: 300px;
    content: "";
    top: -100px;
    z-index: 0;
    filter: blur(40px);
    animation: float 12s ease-in-out infinite;
    position: absolute;
    right: -100px;
    border-radius: 50%;
}.company-overview-6390 .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.company-overview-6390 h1 {
    font-size: 43px;
    animation: slideInTitle 0.8s 0.3s forwards ease-out;
    transform: translateX(-10px);
    text-align: left;
    color: #000000;
    opacity: 0;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}.company-overview-6390 h1::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(184,199,191) 0%, rgb(136,154,141) 100%);
    left: 0;
    height: 4px;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 80px;
    content: "";
}.company-overview-6390 .learning-space-0784 {
    position: relative;
}.company-overview-6390 .learning-space-0784 ul {
    gap: 60px;
    grid-template-columns: 1fr;
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
}.company-overview-6390 .team-profile-2816 {
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.5s forwards ease-out;
    opacity: 0;
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 35px;
    background: #ffffff;
    transition: transform 0.4s, box-shadow 0.4s;
    border-radius: 10px;
}.company-overview-6390 .team-profile-2816:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.company-overview-6390 .team-profile-2816::before {
    opacity: 0.8;
    background: linear-gradient(to bottom, rgb(184,199,191), rgb(136,154,141));
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    content: "";
}.company-overview-6390 .team-profile-2816:nth-child(2)::before {
    background: linear-gradient(to bottom, rgb(136,154,141), rgb(184,199,191));
}.company-overview-6390 .team-profile-2816 h4 {
    color: #000000;
    padding-left: 15px;
    font-size: calc(24px * 1.1);
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
}.company-overview-6390 .team-profile-2816 h4::before {
    content: "";
    left: -20px;
    top: 50%;
    width: 20px;
    position: absolute;
    height: 2px;
    opacity: 0;
    animation: slideInLeft 0.6s 1s forwards ease-out;
    transform: translateY(-50%);
    background-color: rgb(184,199,191);
}.company-overview-6390 .team-profile-2816:nth-child(2) h4::before {
    background-color: rgb(136,154,141);
}.company-overview-6390 .team-profile-2816 div {
    opacity: 0.9;
    padding-left: 15px;
    color: #000000;
    scrollbar-width: thin;
    line-height: 1.7;
    scrollbar-color: rgb(136,154,141,0.5) transparent;
    padding-right: 15px;
    font-size: 13px;
    overflow-y: auto;
    max-height: 300px;
}.company-overview-6390 .team-profile-2816 div::-webkit-scrollbar {
    width: 4px;
}.company-overview-6390 .team-profile-2816 div::-webkit-scrollbar-track {
    background: transparent;
}.company-overview-6390 .team-profile-2816 div::-webkit-scrollbar-thumb {
    background-color: rgb(136,154,141,0.5);
    border-radius: 10px;
}

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

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

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

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

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

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

@media (min-width: 992px) {.company-overview-6390 {
    padding: 180px 0 120px;
}.company-overview-6390::before {
    background: 
            radial-gradient(circle at 15% 25%, rgba(rgb(136,154,141,0.5), 0.08) 0%, transparent 50%),
            radial-gradient(circle at 85% 75%, rgba(rgb(184,199,191,0.5), 0.1) 0%, transparent 50%);
}.company-overview-6390 h1 {
    font-size: calc(43px * 1.2);
    margin-bottom: 80px;
}.company-overview-6390 .learning-space-0784 ul {
    gap: 60px;
}.company-overview-6390 .team-profile-2816 {
    padding: 50px;
}.company-overview-6390 .team-profile-2816::after {
    height: 100px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(136,154,141,0.5), 0.03) 51%);
    width: 100px;
    right: 0;
    content: "";
    z-index: -1;
}.company-overview-6390 .team-profile-2816:nth-child(2)::after {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(184,199,191,0.5), 0.03) 51%);
}.company-overview-6390 .team-profile-2816 h4 {
    font-size: calc(24px * 1.2);
    margin-bottom: 25px;
}.company-overview-6390 .team-profile-2816 div {
    max-height: 450px;
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.company-overview-6390 .container {
    padding: 0 30px;
}.company-overview-6390 .learning-space-0784 ul {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}.company-overview-6390 .team-profile-2816 {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.5s;
}.company-overview-6390 .team-profile-2816:hover {
    transform: translateY(-8px) scale(1.01);
}}header .site-info-5682 {
    display: flex;
    left: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    align-items: center;
    border-bottom-left-radius: 21px;
    padding: 1.5rem 2rem;
    position: relative;
    overflow: visible;
    border-bottom-right-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    background: linear-gradient(135deg, rgb(184,199,191,0.5) 0%, rgb(136,154,141) 100%);
    z-index: 100;
}header .site-info-5682::before {
    height: 110%;
    position: absolute;
    left: 10%;
    content: "";
    background: linear-gradient(135deg, rgb(136,154,141,0.5) 0%, transparent 80%);
    width: 80%;
    z-index: -1;
    top: -5px;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
}header .site-info-5682 .header-main-9671 {
    z-index: 2;
    transform: skewX(5deg);
    position: relative;
}header .site-info-5682 .header-main-9671 .head-tutor-3295 {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .site-info-5682 .header-main-9671 .head-tutor-3295:hover {
    transform: translateY(-8px) rotate(0deg);
}header .site-info-5682 .header-main-9671 svg {
    height: auto;
    width: 120px;
}header .site-info-5682 .header-know-4213 {
    padding: 0;
    position: relative;
    gap: 1rem;
    list-style: none;
    margin: 0;
    display: flex;
}header .site-info-5682 .header-know-4213::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: -1;
    left: -20px;
    height: calc(100% + 20px);
    background: linear-gradient(45deg, transparent 0%, rgb(184,199,191,0.5) 100%);
    position: absolute;
    border-radius: 10px;
    top: -10px;
    width: calc(100% + 40px);
    opacity: 0;
    content: "";
}header .site-info-5682 .site-navbar-4158 {
    transition: transform 0.3s ease;
    position: relative;
}header .site-info-5682 .site-navbar-4158 a {
    padding: 0.5rem 1rem;
    font-weight: 600;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    transition: color 0.3s ease;
}header .site-info-5682 .site-navbar-4158 a::before {
    transform: scaleX(0) rotate(-2deg);
    content: "";
    width: 100%;
    transition: transform 0.3s ease;
    background: rgb(136,154,141);
    left: 0;
    bottom: 0;
    position: absolute;
    height: 2px;
    transform-origin: right;
}header .site-info-5682 .site-navbar-4158 a:hover {
    color: rgb(136,154,141);
}header .site-info-5682 .site-navbar-4158 a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .site-info-5682 {
    flex-direction: column;
    box-sizing: border-box;
    width: 100vw;
    transform: skewX(0);
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
}header .site-info-5682::before {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 95%);
    transform: skewX(0);
}header .site-info-5682 .header-main-9671 {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .site-info-5682 .header-know-4213 {
    width: 100%;
    flex-wrap: wrap;
    transform: skewX(0);
    justify-content: center;
}header .site-info-5682 .header-know-4213::before {
    transform: skewX(0);
}header .site-info-5682 .header-know-4213:hover::before {
    transform: skewX(0);
}header .site-info-5682 .site-navbar-4158 {
    margin: 0.25rem;
}header .site-info-5682 .site-navbar-4158:nth-child(odd),
  header .site-info-5682 .site-navbar-4158:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .site-info-5682 {
    padding: 0.75rem;
}header .site-info-5682 .header-know-4213 {
    align-items: center;
    flex-direction: column;
}header .site-info-5682 .site-navbar-4158 {
    width: 100%;
    text-align: center;
}header .site-info-5682 .header-main-9671 svg {
    width: 100px;
}}.contact-section-7256 {
    background: rgb(230,229,208);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.contact-section-7256::before {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(184,199,191,0.5) 0,
        rgb(184,199,191,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.07;
}.contact-section-7256::after {
    left: 0;
    z-index: 1;
    content: "";
    background-size: 30px 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    background-image: 
        linear-gradient(rgb(136,154,141,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(136,154,141,0.5) 1px, transparent 1px);
    top: 0;
}.contact-section-7256 .container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.contact-section-7256 h2 {
    transform: translateX(-50%);
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    left: 50%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 31px;
    text-align: center;
}.contact-section-7256 h2::before {
    background: rgb(184,199,191);
    bottom: 0;
    height: 4px;
    content: "";
    left: calc(50% - 40px);
    width: 80px;
    position: absolute;
}.contact-section-7256 h2::after {
    bottom: 0;
    height: 4px;
    background: rgb(136,154,141);
    position: absolute;
    content: "";
    left: calc(50% - 15px);
    width: 30px;
}.contact-section-7256 .reach-query-1709 {
    overflow: hidden;
    background: #ffffff;
    display: flex;
    margin-top: 50px;
    border-radius: 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    position: relative;
}.contact-section-7256 .pic-wrapper-4908 {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}.contact-section-7256 .pic-wrapper-4908::before {
    inset: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgba(rgb(184,199,191), 0.4), 
        rgba(rgb(136,154,141), 0.4)
    );
}.contact-section-7256 .query-query-9862 {
    position: relative;
    padding: 60px;
    flex-direction: column;
    display: flex;
    flex: 0 0 55%;
    justify-content: center;
}.contact-section-7256 .query-query-9862::before {
    width: 150px;
    border: 30px solid rgb(184,199,191,0.5);
    top: -75px;
    content: "";
    border-radius: 50%;
    height: 150px;
    z-index: 0;
    right: -75px;
    position: absolute;
}.contact-section-7256 .query-query-9862::after {
    z-index: 0;
    position: absolute;
    width: 100px;
    transform: rotate(45deg);
    content: "";
    border-radius: 0;
    height: 100px;
    bottom: -50px;
    left: -50px;
    background: rgb(136,154,141,0.5);
}.contact-section-7256 form {
    position: relative;
    z-index: 2;
}.contact-section-7256 form h3 {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
    color: #000000;
}.contact-section-7256 form h3::after {
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(184,199,191);
    bottom: -15px;
    width: 50%;
}.contact-section-7256 form input[type="text"] {
    border-bottom: 2px solid rgb(230,229,208);
    background: transparent;
    padding: 20px 25px;
    color: #000000;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    margin-bottom: 25px;
}.contact-section-7256 form input[type="text"]:focus {
    border-bottom-color: rgb(184,199,191);
    outline: none;
}.contact-section-7256 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact-section-7256 form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.contact-section-7256 .message-links-6059 {
    position: relative;
    margin-bottom: 40px;
}.contact-section-7256 .message-links-6059 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-section-7256 .message-links-6059 label {
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding-left: 35px;
    font-size: 13px;
    cursor: pointer;
}.contact-section-7256 .message-links-6059 label::before {
    transition: all 0.3s ease;
    height: 22px;
    top: 0;
    position: absolute;
    border: 2px solid rgb(230,229,208);
    left: 0;
    content: "";
    background: transparent;
    width: 22px;
}.contact-section-7256 .message-links-6059 input[type="checkbox"]:checked + label::before {
    background: rgb(184,199,191);
    border-color: rgb(184,199,191);
}.contact-section-7256 .message-links-6059 input[type="checkbox"]:checked + label::after {
    top: 4px;
    width: 6px;
    border-width: 0 2px 2px 0;
    position: absolute;
    height: 12px;
    content: "";
    transform: rotate(45deg);
    left: 8px;
    border: solid #ffffff;
}.contact-section-7256 .message-links-6059 label a {
    font-weight: 600;
    color: rgb(184,199,191);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}.contact-section-7256 .message-links-6059 label a::after {
    transition: transform 0.3s ease;
    left: 0;
    height: 1px;
    position: absolute;
    transform-origin: left;
    content: "";
    bottom: -1px;
    width: 100%;
    transform: scaleX(1);
    background: rgb(184,199,191);
}.contact-section-7256 .message-links-6059 label a:hover {
    color: rgb(136,154,141);
}.contact-section-7256 .message-links-6059 label a:hover::after {
    background: rgb(136,154,141);
    transform: scaleX(0);
}.contact-section-7256 .connect-reach-0735 {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    font-size: 15px;
    font-weight: 600;
    border: none;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    cursor: pointer;
    background: rgb(184,199,191);
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    width: auto;
    padding: 18px 40px;
}.contact-section-7256 .connect-reach-0735::before {
    z-index: -1;
    width: 0;
    left: -10px;
    transform: skewX(-25deg);
    background: rgb(136,154,141);
    transition: width 0.5s ease;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
}.contact-section-7256 .connect-reach-0735:hover::before {
    width: 150%;
}.contact-section-7256 svg {
    stroke-width: 2;
    transition: all 0.3s ease;
    height: 24px;
    fill: none;
    width: 24px;
    stroke: rgb(184,199,191);
}.contact-section-7256 svg path {
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(184,199,191);
}.contact-section-7256 svg:hover,
.contact-section-7256 svg:hover path {
    stroke: rgb(136,154,141);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact-section-7256 {
    padding: 80px 0;
}.contact-section-7256 .pic-wrapper-4908 {
    min-height: 500px;
}.contact-section-7256 .query-query-9862 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact-section-7256 {
    padding: 60px 0;
}.contact-section-7256 .reach-query-1709 {
    flex-direction: column;
}.contact-section-7256 .pic-wrapper-4908 {
    min-height: 300px;
    width: 100%;
}.contact-section-7256 .query-query-9862 {
    width: 100%;
    padding: 40px 30px;
}.contact-section-7256 form h3 {
    margin-bottom: 30px;
}.contact-section-7256 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-section-7256 .message-links-6059 {
    margin-bottom: 30px;
}.contact-section-7256 .connect-reach-0735 {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact-section-7256 {
    padding: 50px 0;
}.contact-section-7256 h2 {
    font-size: calc(31px * 0.85);
}.contact-section-7256 .reach-query-1709 {
    margin-top: 30px;
}.contact-section-7256 .pic-wrapper-4908 {
    min-height: 200px;
}.contact-section-7256 .query-query-9862 {
    padding: 30px 20px;
}.contact-section-7256 form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.contact-section-7256 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-section-7256 .message-links-6059 {
    margin-bottom: 25px;
}.contact-section-7256 .message-links-6059 label {
    font-size: calc(13px * 0.9);
}.contact-section-7256 .connect-reach-0735 {
    padding: 12px 25px;
}}.privacy-enclosure-8173 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    max-width: 1000px;
    background: #ffffff;
    padding: 40px;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy-enclosure-8173 h1 {
    padding-bottom: 10px;
    margin-top: 30px;
    font-weight: 700;
    color: rgb(184,199,191);
    margin-bottom: 20px;
    font-size: 41px;
    border-bottom: 3px solid rgb(184,199,191);
}.privacy-enclosure-8173 h2 {
    font-size: 32px;
    font-weight: 600;
    padding-left: 15px;
    margin-top: 25px;
    color: rgb(136,154,141);
    border-left: 5px solid rgb(136,154,141);
    margin-bottom: 15px;
}.privacy-enclosure-8173 ul {
    list-style-type: disc;
    background: rgb(136,154,141,0.5);
    padding-left: 40px;
    margin: 20px 0;
    border-radius: 10px;
}.privacy-enclosure-8173 li {
    padding-bottom: 5px;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 10px;
}.privacy-enclosure-8173 p, .privacy-enclosure-8173 span, .privacy-enclosure-8173 div {
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}.privacy-enclosure-8173 h3, .privacy-enclosure-8173 h4, .privacy-enclosure-8173 h5, .privacy-enclosure-8173 h6 {
    color: rgb(184,199,191);
    font-size: 24px;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-top: 20px;
    border-left: 4px solid rgb(184,199,191);
    font-weight: 600;
}

@media only screen and (max-width: 800px) {.privacy-enclosure-8173 {
    padding: 20px;
}.privacy-enclosure-8173 h1 {
    font-size: calc(24px - 4px);
}.privacy-enclosure-8173 h2 {
    font-size: calc(24px - 3px);
}.privacy-enclosure-8173 h3, .privacy-enclosure-8173 h4, .privacy-enclosure-8173 h5, .privacy-enclosure-8173 h6 {
    font-size: calc(24px - 2px);
}.privacy-enclosure-8173 p, .privacy-enclosure-8173 span, .privacy-enclosure-8173 div, .privacy-enclosure-8173 li {
    font-size: calc(15px - 2px);
}
}