* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.grade-help-4278 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    padding: 4px;
    width: 6px;
    scroll-behavior: auto;
}::-webkit-scrollbar-thumb {
    box-shadow: -5px 2px 5px 8px rgba(0, 0, 0, 0.5);
    border: 1px double rgb(199,208,191);
    transition: all, box-shadow 1.7s cubic-bezier(0.42, 0, 0.58, 1);
    min-height: 25px;
    border-radius: 9999px;
    background: rgb(199,208,191,0.5);
}

::-webkit-scrollbar-thumb:hover {
}svg {
    width: 30px;
    height: 30px;
}.wrapper-section-2163 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}header,footer {
    width: 100%;
}.header-nav-9806 {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}.container {
    margin: auto;
    width: 1158px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy-cove-1928 {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy-cove-1928 h1 {
    font-size: 37px;
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}.privacy-cove-1928 h2 {
    font-weight: 700;
    margin: 10px 0;
    color: #000000;
    font-size: 23px;
    font-family: Arial, sans-serif;
}.privacy-cove-1928 h3, .privacy-cove-1928 h4, .privacy-cove-1928 h5, .privacy-cove-1928 h6 {
    margin: 1em 0;
    font-size: 23px;
    color: #000000;
}.privacy-cove-1928 ul {
    margin: 20px 0;
    list-style-type: square;
    color: #000000;
}.privacy-cove-1928 li {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {.privacy-cove-1928 {
    padding: 20px;
}.privacy-cove-1928 h1 {
    font-size: 23px;
}.privacy-cove-1928 h2 {
    font-size: 17px;
}.privacy-cove-1928 li {
    font-size: 17px;
}}footer {
    width: 100%;
    position: relative;
}.grade-help-4278 {
    position: relative;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    padding: 70px 0 30px;
}.grade-help-4278::before {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(199,208,191), rgb(162,173,152));
    width: 100%;
    height: 5px;
    top: 0;
    content: "";
}footer .brainstorm-9214 {
    gap: 60px;
    display: grid;
}footer .query-form-8309 {
    padding-bottom: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item {
    margin-bottom: 15px;
    position: relative;
    margin-right: 30px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    position: relative;
    top: 3px;
    margin-right: 10px;
    height: 18px;
    width: 18px;
    fill: rgb(199,208,191);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    letter-spacing: 0.3px;
    color: #000000;
    font-size: 15px;
    transition: color 0.2s ease;
}footer .info_item a:hover {
    color: rgb(199,208,191);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .top-bar-2578 {
    margin-bottom: 15px;
}footer .top-bar-2578 svg {
    margin-bottom: 20px;
    height: 40px;
    width: auto;
}footer .story-spot-5678 {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    max-width: 350px;
}footer .top-navbar-4760 h5 {
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: 23px;
    margin-bottom: 25px;
}footer .top-navbar-4760 h5::after {
    left: 0;
    width: 30px;
    bottom: -8px;
    background-color: rgb(199,208,191);
    height: 2px;
    content: "";
    position: absolute;
}footer .nav-wrap-3608 {
    margin-bottom: 30px;
}footer .nav-wrap-3608 a {
    font-size: 15px;
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
    margin-bottom: 12px;
    color: #000000;
    display: block;
}footer .nav-wrap-3608 a:hover {
    color: rgb(199,208,191);
    transform: translateX(5px);
}footer .subscribe_holder {
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 23px;
    color: #000000;
    font-weight: 600;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 10px;
}footer .input_holder input[type="email"] {
    transition: border-color 0.3s ease;
    border-radius: 10px;
    padding: 14px 16px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    font-size: 15px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(199,208,191);
}footer .join-block-3519 {
    color: #ffffff;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    background-color: rgb(199,208,191);
    transition: background-color 0.3s ease;
    border-radius: 10px;
    font-weight: 600;
}footer .join-block-3519:hover {
    background-color: rgb(162,173,152);
}footer .patent-info-9153 {
    margin-top: 50px;
}footer .data-viz-0198 {
    color: #000000;
    text-align: center;
    font-size: 16px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .join-block-3519 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .grade-help-4278 {
    padding: 50px 0 30px;
}footer .query-form-8309 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .patent-info-9153 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .grade-help-4278 {
    padding: 40px 0 20px;
}footer .brainstorm-9214 {
    gap: 40px;
}footer .top-navbar-4760 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.testimonials-3908 {
    position: relative;
    background: rgb(229,233,225);
    overflow: hidden;
    padding: 8rem 0;
}.testimonials-3908::before {
    height: 100%;
    background-image: 
        radial-gradient(rgb(199,208,191,0.5) 2px, transparent 2px),
        radial-gradient(rgb(162,173,152,0.5) 2px, transparent 2px);
    left: 0;
    content: "";
    top: 0;
    background-position: 0 0, 15px 15px;
    width: 100%;
    background-size: 30px 30px;
    z-index: 0;
    opacity: 0.2;
    position: absolute;
}.testimonials-3908 .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.testimonials-3908 h2 {
    text-align: left;
    max-width: 70%;
    margin-bottom: 6rem;
    color: #000000;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    font-size: calc(38px * 1.5);
}.testimonials-3908 h2::after {
    content: "";
    height: 4px;
    background: rgb(199,208,191);
    left: 0;
    width: 50px;
    bottom: -1rem;
    position: absolute;
    transition: width 0.5s ease;
}.testimonials-3908:hover h2::after {
    width: 100px;
}.testimonials-3908 .feedback-story-9526 {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 2rem;
}.testimonials-3908 .rating-spot-3864 {
    padding: 3rem 2rem;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    transition: all 0.4s ease;
    display: flex;
    border-left: 3px solid rgb(199,208,191);
    background: transparent;
}.testimonials-3908 .rating-spot-3864:nth-child(1) {
    transform: translateY(2rem);
    grid-column: 1 / span 5;
}.testimonials-3908 .rating-spot-3864:nth-child(2) {
    grid-column: 7 / span 6;
    transform: translateY(-2rem);
}.testimonials-3908 .rating-spot-3864:nth-child(3) {
    grid-column: 3 / span 5;
    transform: translateY(4rem);
}.testimonials-3908 .rating-spot-3864:nth-child(4) {
    transform: translateY(1rem);
    grid-column: 9 / span 4;
}.testimonials-3908 .rating-spot-3864:nth-child(5) {
    transform: translateY(6rem);
    grid-column: 1 / span 4;
}.testimonials-3908 .rating-spot-3864:nth-child(6) {
    transform: translateY(3rem);
    grid-column: 6 / span 7;
}.testimonials-3908 .rating-spot-3864:nth-child(7) {
    transform: translateY(3rem);
    grid-column: 7 / span 4;
}.testimonials-3908 .rating-spot-3864:nth-child(8) {
    transform: translateY(3rem);
    grid-column: 1 / span 5;
}.testimonials-3908 .rating-spot-3864:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-left: 3px solid rgb(162,173,152);
    transform: translateX(10px) translateY(0);
}.testimonials-3908 .rating-spot-3864::before {
    color: rgb(199,208,191,0.5);
    opacity: 0.3;
    left: 2rem;
    line-height: 1;
    font-size: 6rem;
    font-family: serif;
    top: 1rem;
    transition: all 0.5s ease;
    position: absolute;
    z-index: -1;
    content: "";
}.testimonials-3908 .rating-spot-3864:hover::before {
    transform: translateY(-10px) scale(1.2);
    opacity: 0.5;
    color: rgb(162,173,152,0.5);
}.testimonials-3908 .rating-spot-3864 img {
    margin-bottom: 1.5rem;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid rgba(0, 0, 0, 0.5);
    filter: grayscale(100%);
    transition: all 0.5s ease;
    border-radius: 50%;
}.testimonials-3908 .rating-spot-3864:hover img {
    filter: grayscale(0%);
    transform: scale(1.2);
    border-color: rgb(162,173,152);
}.testimonials-3908 .rating-spot-3864 p {
    font-weight: 600;
    position: relative;
    margin-bottom: 0.5rem;
    transform: translateX(0);
    font-size: 24px;
    transition: all 0.4s ease;
    color: #000000;
    z-index: 1;
}.testimonials-3908 .rating-spot-3864:hover p {
    transform: translateX(10px);
    color: rgb(199,208,191);
}.testimonials-3908 .rating-spot-3864 .description {
    font-weight: 400;
    transition: transform 0.4s ease 0.1s;
    font-size: 16px;
    margin-top: 1rem;
    max-width: 95%;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    color: #000000;
    transform: translateX(0);
}.testimonials-3908 .rating-spot-3864:hover .description {
    transform: translateX(10px);
}.testimonials-3908 .rating-spot-3864::after {
    bottom: 0;
    position: absolute;
    width: 0;
    transition: width 0.5s ease;
    content: "";
    background: linear-gradient(90deg, rgb(199,208,191), rgb(162,173,152));
    height: 3px;
    left: 0;
}.testimonials-3908 .rating-spot-3864:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 992px) {.testimonials-3908 h2 {
    max-width: 90%;
    font-size: calc(38px * 1.2);
}.testimonials-3908 .feedback-story-9526 {
    grid-template-columns: repeat(6, 1fr);
}.testimonials-3908 .rating-spot-3864:nth-child(1) {
    grid-column: 1 / span 3;
}.testimonials-3908 .rating-spot-3864:nth-child(2) {
    grid-column: 4 / span 3;
}.testimonials-3908 .rating-spot-3864:nth-child(3) {
    grid-column: 1 / span 3;
}.testimonials-3908 .rating-spot-3864:nth-child(4) {
    grid-column: 4 / span 3;
}.testimonials-3908 .rating-spot-3864:nth-child(5) {
    grid-column: 1 / span 3;
}.testimonials-3908 .rating-spot-3864:nth-child(6) {
    grid-column: 4 / span 3;
}
}

@media (max-width: 768px) {.testimonials-3908 {
    padding: 5rem 0;
}.testimonials-3908 h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 4rem;
    max-width: 100%;
}.testimonials-3908 h2::after {
    left: 50%;
    transform: translateX(-50%);
}.testimonials-3908:hover h2::after {
    width: 80px;
}.testimonials-3908 .feedback-story-9526 {
    flex-direction: column;
    gap: 3rem;
    display: flex;
}.testimonials-3908 .rating-spot-3864,
    .testimonials-3908 .rating-spot-3864:nth-child(n) {
    transform: translateY(0);
    border-top: 3px solid rgb(199,208,191);
    border-left: none;
    padding: 2rem 1rem;
}.testimonials-3908 .rating-spot-3864:hover {
    border-top: 3px solid rgb(162,173,152);
    transform: translateY(-10px) translateX(0);
    border-left: none;
}.testimonials-3908 .rating-spot-3864::before {
    font-size: 4rem;
    left: 1rem;
    top: 0.5rem;
}.testimonials-3908 .rating-spot-3864::after {
    width: 3px;
    top: 0;
    transition: height 0.5s ease;
    height: 0;
    bottom: auto;
}.testimonials-3908 .rating-spot-3864:hover::after {
    height: 100%;
    width: 3px;
}.testimonials-3908 .rating-spot-3864 p,
    .testimonials-3908 .rating-spot-3864:hover p,
    .testimonials-3908 .rating-spot-3864 .description,
    .testimonials-3908 .rating-spot-3864:hover .description {
    transform: translateX(0);
}}.thanksUnit-9032 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(199,208,191,0.5), rgb(162,173,152,0.5));
    overflow: hidden;
}.thanksUnit-9032::before {
    width: 50%;
    background: #ffffff;
    pointer-events: none;
    content: "";
    left: -5%;
    height: 70%;
    transform: rotate(-15deg) skew(15deg);
    position: absolute;
    top: -10%;
    opacity: 0.03;
}.thanksUnit-9032::after {
    background: rgb(162,173,152);
    width: 40%;
    bottom: -10%;
    position: absolute;
    height: 80%;
    pointer-events: none;
    opacity: 0.05;
    right: -5%;
    transform: rotate(25deg) skew(-15deg);
    content: "";
}.thanksUnit-9032 .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.thanksUnit-9032 .principles-list-2041 {
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    background: #ffffff;
    padding: 60px 50px;
    position: relative;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.thanksUnit-9032 .principles-list-2041:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksUnit-9032 .principles-list-2041::before {
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    background: linear-gradient(to bottom, rgb(199,208,191), rgb(162,173,152));
    position: absolute;
    transform: scaleY(0);
    width: 6px;
    transform-origin: left center;
    left: 0;
    content: "";
}.thanksUnit-9032 .principles-list-2041:hover::before {
    transform: scaleY(1);
}.thanksUnit-9032 .principles-list-2041 > div:first-child {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}.thanksUnit-9032 h5 {
    line-height: 1.4;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 18px;
    color: #000000;
    position: relative;
    margin: 0;
    transform: translateY(0);
}.thanksUnit-9032 .principles-list-2041:hover h5 {
    transform: translateY(-5px);
}.thanksUnit-9032 h5::after {
    height: 3px;
    bottom: -8px;
    width: 80px;
    content: "";
    left: 0;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(199,208,191), rgb(162,173,152));
    transform-origin: left center;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.thanksUnit-9032 .principles-list-2041:hover h5::after {
    transform: scaleX(1);
}.thanksUnit-9032 a {
    overflow: hidden;
    transition: transform 0.4s ease;
    position: relative;
    text-decoration: none;
    display: block;
}.thanksUnit-9032 a:hover {
    transform: translateX(5px);
}.thanksUnit-9032 p {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
    transition: color 0.3s ease;
    font-size: 18px;
    margin: 0;
    color: #000000;
}.thanksUnit-9032 a:hover p {
    color: rgb(199,208,191);
}.thanksUnit-9032 a::before {
    top: 0;
    content: "";
    pointer-events: none;
    opacity: 0.3;
    background: linear-gradient(90deg, #ffffff, rgb(162,173,152,0.5), #ffffff);
    transform: skewX(-15deg);
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    left: -100%;
    position: absolute;
    height: 100%;
    width: 100%;
}.thanksUnit-9032 a:hover::before {
    left: 200%;
}

@media (min-width: 992px) {.thanksUnit-9032 {
    padding: 150px 0;
}.thanksUnit-9032 .principles-list-2041 {
    margin: 0 auto;
    max-width: 85%;
    padding: 80px 70px;
    transform: perspective(1000px) rotateX(2deg);
}.thanksUnit-9032 h5 {
    line-height: 1.3;
    font-size: calc(18px * 1.15);
}.thanksUnit-9032 p {
    font-size: calc(18px * 1.1);
    line-height: 1.9;
}.thanksUnit-9032 h5::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.thanksUnit-9032 .principles-list-2041 {
    max-width: 75%;
}
}

@media (max-width: 991px) {.thanksUnit-9032 {
    padding: 100px 0;
}.thanksUnit-9032 .principles-list-2041 {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.thanksUnit-9032 {
    padding: 80px 0;
}.thanksUnit-9032 .principles-list-2041 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.thanksUnit-9032 h5 {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 575px) {.thanksUnit-9032 {
    padding: 60px 0;
}.thanksUnit-9032 .principles-list-2041 {
    transform: none;
    padding: 30px 20px;
}.thanksUnit-9032 h5 {
    line-height: 1.5;
    font-size: calc(18px * 0.85);
}.thanksUnit-9032 p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.thanksUnit-9032 h5::after {
    width: 60px;
    height: 2px;
}}.title-page-3708 {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 2rem;
    background: linear-gradient(135deg, rgb(229,233,225), rgba(0, 0, 0, 0.5));
    align-items: center;
    display: flex;
    justify-content: center;
}.title-page-3708::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.85;
    z-index: 1;
    content: "";
    pointer-events: none;
    background: 
    linear-gradient(45deg, rgb(199,208,191,0.5) 0%, transparent 40%),
    linear-gradient(225deg, rgb(162,173,152,0.5) 10%, transparent 70%);
    height: 100%;
}.title-page-3708::after {
    background: rgb(199,208,191);
    top: -10%;
    content: "";
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
    height: 35%;
    width: 35%;
    z-index: 0;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.2));
    animation: float 12s ease-in-out infinite;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: -10%;
}.title-page-3708 .online-tech-5273 {
    display: grid;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    width: 100%;
    gap: 3rem;
}.title-page-3708 .online-tech-5273 > div:first-child {
    position: relative;
    background: #ffffff;
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}.title-page-3708 .online-tech-5273 > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px) translateZ(0);
}.title-page-3708 .online-tech-5273 > div:first-child::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(199,208,191), rgb(162,173,152));
    transform-origin: top;
    top: 0;
    transition: transform 0.4s ease;
    height: 100%;
    transform: scaleY(0.95);
    content: "";
    width: 4px;
    position: absolute;
}.title-page-3708 .online-tech-5273 > div:first-child:hover::before {
    transform: scaleY(1);
}.title-page-3708 .online-tech-5273 p {
    position: relative;
    transition: transform 0.3s ease;
    line-height: 1.6;
    font-size: calc(18px * 1.2);
    margin: 0;
    letter-spacing: 0.02em;
    color: #000000;
    font-weight: 600;
}.title-page-3708 .learn-culture-4271 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.4s ease;
}.title-page-3708 .learn-culture-4271:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 15px 25px rgba(0, 0, 0, 0.15);
}.title-page-3708 .learn-culture-4271 > div {
    min-height: 400px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 3rem 2rem;
}.title-page-3708 .learn-culture-4271 > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
    position: absolute;
    left: 0;
    width: 100%;
    transition: background 0.4s ease;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
}.title-page-3708 .learn-culture-4271:hover > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}.title-page-3708 .learn-culture-4271 h3 {
    opacity: 0.95;
    max-width: 90%;
    font-size: calc(18px * 1.1);
    position: relative;
    line-height: 1.5;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease;
    z-index: 2;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-weight: 600;
    transform: translateY(0);
}.title-page-3708 .learn-culture-4271:hover h3 {
    opacity: 1;
    transform: translateY(-5px);
}.title-page-3708 .learn-culture-4271 div div {
    margin-top: 1.5rem;
    z-index: 2;
    position: relative;
}.title-page-3708 .learn-culture-4271 div div div {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.5s ease;
    transform: translateZ(0);
    background: linear-gradient(120deg, rgb(199,208,191,0.5), rgb(199,208,191));
    padding: 1.5rem;
    backdrop-filter: blur(8px);
}.title-page-3708 .learn-culture-4271:hover div div div {
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    transform: translateY(-5px) translateZ(0);
}.title-page-3708 .title_style_header {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateZ(0);
    letter-spacing: 0.02em;
    margin: 0;
    color: #ffffff;
    transition: letter-spacing 0.4s ease, text-shadow 0.4s ease;
    line-height: 1.2;
    font-weight: 700;
    font-size: 40px;
}.title-page-3708 .learn-culture-4271:hover .title_style_header {
    letter-spacing: 0.03em;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

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

@media (min-width: 768px) {.title-page-3708 .online-tech-5273 {
    grid-template-columns: 0.5fr 1fr;
    gap: 2rem;
}.title-page-3708 .online-tech-5273 > div:first-child {
    transform: perspective(1000px) rotateX(2deg) rotateY(-4deg) translateZ(0);
    align-self: center;
}.title-page-3708 .online-tech-5273 > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg) translateY(-5px) translateZ(0);
}.title-page-3708 .learn-culture-4271 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}.title-page-3708 .learn-culture-4271:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}.title-page-3708 .learn-culture-4271 > div {
    padding: 4rem 3rem;
    min-height: 500px;
}
}

@media (min-width: 992px) {.title-page-3708 {
    padding: 3rem;
}.title-page-3708 .online-tech-5273 > div:first-child {
    padding: 3rem;
}.title-page-3708 .online-tech-5273 > div:first-child::after {
    position: absolute;
    z-index: -1;
    width: 40px;
    height: 40px;
    content: "";
    transition: transform 0.4s ease;
    bottom: 50%;
    right: -20px;
    transform: rotate(45deg) translateY(50%);
    background: rgb(162,173,152);
}.title-page-3708 .online-tech-5273 > div:first-child:hover::after {
    transform: rotate(45deg) translateY(50%) scale(1.1);
}.title-page-3708 .learn-culture-4271 > div {
    min-height: 550px;
}.title-page-3708 .title_style_header {
    font-size: calc(40px * 1.2);
}.title-page-3708 .learn-culture-4271 h3 {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 767px) {.title-page-3708 {
    padding: 4rem 1rem;
    min-height: auto;
}.title-page-3708 .online-tech-5273 {
    gap: 2rem;
}.title-page-3708 .online-tech-5273 > div:first-child {
    padding: 1.5rem;
}.title-page-3708 .online-tech-5273 p {
    font-size: 18px;
}.title-page-3708 .learn-culture-4271 > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.title-page-3708 .learn-culture-4271 h3 {
    font-size: 18px;
    max-width: 100%;
}.title-page-3708 .title_style_header {
    font-size: calc(32px * 0.9);
}.title-page-3708 .learn-culture-4271 div div div {
    padding: 1rem;
}}.contact-panel-4675 {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: rgb(229,233,225);
}.contact-panel-4675::before {
    height: 400px;
    position: absolute;
    width: 400px;
    right: -150px;
    filter: blur(70px);
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(199,208,191,0.5), rgb(162,173,152,0.5));
    content: "";
    z-index: 1;
    top: -150px;
}.contact-panel-4675::after {
    bottom: -100px;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(162,173,152,0.5), rgb(199,208,191,0.5));
    left: -100px;
    z-index: 1;
    content: "";
    position: absolute;
}.contact-panel-4675 .container {
    padding: 0 30px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.contact-panel-4675 h2 {
    font-size: 36px;
    position: relative;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}.contact-panel-4675 h2::before {
    top: -25px;
    background: rgb(199,208,191,0.5);
    border-radius: 50%;
    z-index: -1;
    height: 50px;
    width: 50px;
    position: absolute;
    content: "";
    left: calc(50% - 120px);
}.contact-panel-4675 h2::after {
    background: rgb(162,173,152,0.5);
    width: 30px;
    position: absolute;
    bottom: -15px;
    right: calc(50% - 100px);
    height: 30px;
    z-index: -1;
    content: "";
    border-radius: 50%;
}.contact-panel-4675 .support-feedback-0847 {
    display: flex;
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}.contact-panel-4675 .support-feedback-0847::before {
    content: "";
    pointer-events: none;
    z-index: 0;
    position: absolute;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(199,208,191,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(162,173,152,0.5) 99%
    );
    inset: 0;
}.contact-panel-4675 .post-image-grid-2386 {
    flex: 0 0 45%;
    min-height: 500px;
    position: relative;
    transition: transform 0.5s ease;
}.contact-panel-4675 .post-image-grid-2386::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    z-index: 1;
    inset: 0;
}.contact-panel-4675 .post-image-grid-2386::after {
    position: absolute;
    right: 20px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
    bottom: 20px;
    left: 20px;
    content: "";
    top: 20px;
    pointer-events: none;
}.contact-panel-4675 .support-form-6175 {
    padding: 60px;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 55%;
    position: relative;
    display: flex;
}.contact-panel-4675 form {
    z-index: 3;
    position: relative;
}.contact-panel-4675 form h3 {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
}.contact-panel-4675 form input[type="text"] {
    padding: 18px 25px;
    width: 100%;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    color: #000000;
    border-radius: 12px;
    font-size: 12px;
    border: none;
    background: rgb(229,233,225);
}.contact-panel-4675 form input[type="text"]:focus {
    outline: none;
    background: linear-gradient(rgb(229,233,225), rgb(229,233,225)) padding-box,
                linear-gradient(to right, rgb(199,208,191), rgb(162,173,152)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(rgb(199,208,191), 0.1);
}.contact-panel-4675 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact-panel-4675 .request-links-4186 {
    position: relative;
    margin-bottom: 30px;
}.contact-panel-4675 .request-links-4186 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-panel-4675 .request-links-4186 label {
    position: relative;
    cursor: pointer;
    align-items: center;
    display: flex;
    color: #000000;
    font-size: 16px;
    padding-left: 35px;
}.contact-panel-4675 .request-links-4186 label::before {
    height: 22px;
    transition: all 0.3s ease;
    position: absolute;
    width: 22px;
    background: rgb(229,233,225);
    content: "";
    top: 0;
    left: 0;
    border-radius: 6px;
}.contact-panel-4675 .request-links-4186 input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(199,208,191), rgb(162,173,152));
}.contact-panel-4675 .request-links-4186 input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    width: 6px;
    left: 8px;
    position: absolute;
    content: "";
    border: solid #ffffff;
    transform: rotate(45deg);
    top: 4px;
    height: 12px;
}.contact-panel-4675 .request-links-4186 label a {
    transition: color 0.3s ease;
    color: rgb(199,208,191);
    text-decoration: none;
    font-weight: 600;
}.contact-panel-4675 .request-links-4186 label a:hover {
    color: rgb(162,173,152);
}.contact-panel-4675 .contact-feedback-8372 {
    background: linear-gradient(135deg, rgb(199,208,191), rgb(162,173,152));
    z-index: 1;
    font-weight: 600;
    position: relative;
    padding: 20px;
    transition: all 0.5s ease;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    border: none;
    color: #ffffff;
    font-size: 14px;
}.contact-panel-4675 .contact-feedback-8372::before {
    left: 0;
    top: 0;
    transform-origin: right;
    position: absolute;
    background: linear-gradient(135deg, rgb(162,173,152), rgb(199,208,191));
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    transition: transform 0.5s ease;
    transform: scaleX(0);
}.contact-panel-4675 .contact-feedback-8372:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact-panel-4675 svg {
    fill: none;
    width: 24px;
    transition: all 0.3s ease;
    stroke: rgb(199,208,191);
    margin-right: 12px;
    height: 24px;
}.contact-panel-4675 svg path {
    fill: none;
    stroke: rgb(199,208,191);
    stroke-width: 2;
    transition: all 0.3s ease;
}.contact-panel-4675 svg:hover,
.contact-panel-4675 svg:hover path {
    stroke: rgb(162,173,152);
}

@media (max-width: 1024px) {.contact-panel-4675 {
    padding: 70px 0;
}.contact-panel-4675 .support-form-6175 {
    padding: 45px;
}.contact-panel-4675 .post-image-grid-2386 {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact-panel-4675 {
    padding: 60px 0;
}.contact-panel-4675 h2 {
    margin-bottom: 40px;
}.contact-panel-4675 .support-feedback-0847 {
    flex-direction: column;
}.contact-panel-4675 .post-image-grid-2386 {
    flex: 0 0 300px;
    width: 100%;
    min-height: 300px;
}.contact-panel-4675 .support-form-6175 {
    padding: 40px 30px;
    flex: 0 0 auto;
}.contact-panel-4675 form h3 {
    margin-bottom: 25px;
}.contact-panel-4675 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.contact-panel-4675 {
    padding: 50px 0;
}.contact-panel-4675 h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}.contact-panel-4675 .post-image-grid-2386 {
    min-height: 220px;
}.contact-panel-4675 .support-form-6175 {
    padding: 30px 20px;
}.contact-panel-4675 form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 20px;
}.contact-panel-4675 form input[type="text"] {
    margin-bottom: 16px;
    padding: 14px 16px;
    font-size: calc(12px * 0.95);
}.contact-panel-4675 .contact-feedback-8372 {
    padding: 16px;
}.contact-panel-4675 .request-links-4186 label {
    font-size: calc(16px * 0.95);
}}.modalTrackingConsent-9638 {
    animation: slideUp 0.5s forwards;
    background: rgb(162,173,152);
    z-index: 90;
    border-top: 3px solid rgb(162,173,152);
    padding: 20px 0;
    font-family: Arial, sans-serif;
    bottom: 0;
    position: fixed;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.accept-cookies-8549 {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 5%;
}.modalTrackingConsent-9638 h5 {
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
}.modalTrackingConsent-9638 p {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
}.cookie-reset-4703 {
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(199,208,191));
    display: flex;
    margin-right: 15px;
}.cookie-reset-4703 svg {
    transition: transform 0.3s ease-in-out;
    fill: rgb(199,208,191);
    height: 80px;
    width: 80px;
}.cookie-reset-4703:hover svg {
    transform: scale(1.1);
}.cookie-hide-8041 {
    line-height: 40px;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 15px rgb(199,208,191);
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    min-width: 140px;
    font-size: 14px;
    margin-left: 10px;
    color: #000000;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(199,208,191), rgb(162,173,152));
    text-decoration: none;
    padding: 10px 20px;
}.cookie-hide-8041:hover {
    box-shadow: 0 0 20px rgb(162,173,152);
}.cookie_button.cookies-tech-4189:hover {
    box-shadow: 0 0 15px rgb(162,173,152);
}.modalTrackingConsent-9638 p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(199,208,191);
}.modalTrackingConsent-9638 p a:hover {
    color: rgb(162,173,152);
}#privacyBannerPopup-5072 {
    display: none;
}#privacyBannerPopup-5072:checked ~ .modalTrackingConsent-9638 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.modalTrackingConsent-9638 {
    padding: 15px 0;
}.accept-cookies-8549 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie-reset-4703 {
    display: none;
}.accept-cookies-8549 {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.modalTrackingConsent-9638 h5 {
    margin-bottom: 5px;
    font-size: 20px;
}.cookie-rules-1570 {
    margin-bottom: 15px;
}.cookie-hide-8041 {
    margin: 10px 0;
    min-width: 100%;
}}
.education-experience-3190 {
    position: relative;
    background: rgb(229,233,225);
    padding: 6rem 2rem;
    overflow: hidden;
}.education-experience-3190::before {
    left: 0;
    position: absolute;
    content: "";
    animation: lineExpand 5s ease-in-out infinite alternate;
    background: linear-gradient(to right, transparent, rgb(199,208,191,0.5), transparent);
    transform-origin: left center;
    height: 1px;
    width: 40%;
    top: 40%;
}.education-experience-3190::after {
    right: 0;
    bottom: 40%;
    height: 1px;
    content: "";
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    background: linear-gradient(to left, transparent, rgb(162,173,152,0.5), transparent);
    transform-origin: right center;
    position: absolute;
    width: 40%;
}.education-experience-3190 .rating-spot-3864 {
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 2fr;
    position: relative;
    max-width: 1100px;
    z-index: 1;
    gap: 4rem;
}.education-experience-3190 .post-image-grid-2386 {
    position: relative;
    height: 400px;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    border-radius: 0;
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1);
    filter: grayscale(100%);
    width: 100%;
}.education-experience-3190 .post-image-grid-2386::after {
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(199,208,191,0.5) 0%, transparent 50%);
    transition: all 0.7s ease;
    left: 0;
    opacity: 0.5;
    mix-blend-mode: overlay;
    position: absolute;
    top: 0;
}.education-experience-3190 .exp-card-0814 {
    flex-direction: column;
    display: flex;
    opacity: 0.9;
    position: relative;
    transition: all 0.7s ease;
    justify-content: center;
}.education-experience-3190 .exp-card-0814::before {
    width: 1px;
    content: "";
    position: absolute;
    height: 70%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: -2rem;
    top: 15%;
}.education-experience-3190 .name {
    position: relative;
    color: #000000;
    transition: all 0.5s ease;
    font-size: calc(46px * 1.2);
    transform: translateX(0);
    margin-bottom: 1rem;
    font-weight: 700;
}.education-experience-3190 .name::after {
    left: 0;
    transform-origin: left;
    bottom: -0.5rem;
    width: 50px;
    background: rgb(199,208,191);
    content: "";
    transform: scaleX(0);
    position: absolute;
    height: 2px;
    transition: transform 0.5s ease 0.2s;
}.education-experience-3190 .exp-card-0814 div:nth-child(2) {
    font-size: 20px;
    transition: all 0.5s ease 0.1s;
    color: rgb(162,173,152);
    margin-bottom: 3rem;
    transform: translateX(0);
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}.education-experience-3190 .job-skills-2047 {
    transition: all 0.5s ease 0.2s;
    transform: translateX(0);
    line-height: 1.8;
    padding-left: 2rem;
    font-weight: 300;
    position: relative;
    color: #000000;
    font-size: 23px;
}.education-experience-3190 .job-skills-2047::before {
    font-size: 4rem;
    line-height: 1;
    left: 0;
    font-family: serif;
    position: absolute;
    content: "";
    top: -1rem;
    color: rgb(199,208,191,0.5);
}.education-experience-3190 .rating-spot-3864:hover .post-image-grid-2386 {
    filter: grayscale(0%);
    transform: scale(1.05);
}.education-experience-3190 .rating-spot-3864:hover .post-image-grid-2386::after {
    opacity: 0.3;
}.education-experience-3190 .rating-spot-3864:hover .name {
    transform: translateX(10px);
}.education-experience-3190 .rating-spot-3864:hover .name::after {
    transform: scaleX(1);
}.education-experience-3190 .rating-spot-3864:hover .exp-card-0814 div:nth-child(2) {
    transform: translateX(20px);
}.education-experience-3190 .rating-spot-3864:hover .job-skills-2047 {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.education-experience-3190 .rating-spot-3864 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.education-experience-3190 .post-image-grid-2386 {
    margin: 0 auto;
    width: 80%;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    height: 350px;
}.education-experience-3190 .exp-card-0814::before {
    top: -1.5rem;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 20%;
    width: 60%;
}.education-experience-3190 .rating-spot-3864:hover .name,
    .education-experience-3190 .rating-spot-3864:hover .exp-card-0814 div:nth-child(2),
    .education-experience-3190 .rating-spot-3864:hover .job-skills-2047 {
    transform: translateX(0);
}}header {
    top: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    left: 0;
    background: rgb(199,208,191,0.5);
    z-index: 1000;
    backdrop-filter: blur(20px);
}header:before {
    content: '';
    height: 100%;
    top: 0;
    animation: shimmer 8s infinite linear;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    left: 0;
}header:after {
    height: 3px;
    width: 100%;
    content: '';
    background: linear-gradient(
        90deg,
        rgb(162,173,152) 0%,
        rgb(199,208,191) 50%,
        rgb(162,173,152) 100%
    );
    left: 0;
    filter: blur(1px);
    opacity: 0.8;
    position: absolute;
    bottom: 0;
}header .head-lead-1375 {
    overflow: hidden;
    position: relative;
}header .head-lead-1375:before {
    height: 100%;
    mix-blend-mode: overlay;
    pointer-events: none;
    opacity: 0.15;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(199,208,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(162,173,152,0.5) 0%, transparent 40%);
    top: 0;
}header .container {
    position: relative;
    padding: 16px 25px;
    max-width: 1200px;
    margin: 0 auto;
}header .container:before {
    opacity: 0.5;
    bottom: -1px;
    left: 0;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 1px;
    width: 100%;
    position: absolute;
}header .main-master-5498 {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .top-navbar-4760 {
    align-items: center;
    display: flex;
    position: relative;
    gap: 35px;
}header .top-navbar-4760:before {
    position: absolute;
    height: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    content: '';
    transform: translateY(-50%) scaleX(0.8);
    opacity: 0;
    top: 50%;
    left: 0;
}header .top-navbar-4760:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .top-primary-7548 {
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    padding: 5px 0;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}header .top-primary-7548:before {
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transform-origin: right;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 1px;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    content: '';
}header .top-primary-7548:after {
    transform: scaleY(0);
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(199,208,191,0.5),
        transparent
    );
    opacity: 0;
    content: '';
    top: 0;
    transition: all 0.3s ease;
    left: 0;
}header .top-primary-7548:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .top-primary-7548:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .top-primary-7548:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .main-site-6815 {
    align-items: center;
    display: flex;
    text-decoration: none;
    position: relative;
    padding: 5px;
    transition: all 0.4s ease;
}header .main-site-6815:before {
    content: '';
    left: -10px;
    position: absolute;
    top: -10px;
    height: calc(100% + 20px);
    z-index: -1;
    transition: opacity 0.5s ease;
    width: calc(100% + 20px);
    background: radial-gradient(
        circle,
        rgb(199,208,191,0.5) 0%,
        transparent 70%
    );
    opacity: 0;
}header .main-site-6815:after {
    opacity: 0;
    content: '';
    transition: all 0.3s ease;
    left: 0;
    width: 100%;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(199,208,191),
        transparent
    ) 1;
    height: 100%;
    border: 1px solid transparent;
    position: absolute;
    top: 0;
}header .main-site-6815:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .main-site-6815:hover:after {
    opacity: 0.7;
}header .main-site-6815 svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    filter: drop-shadow(0 0 3px rgb(199,208,191,0.5));
    height: 45px;
}header .main-site-6815:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(199,208,191));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .top-navbar-4760 {
    gap: 20px;
}header .main-site-6815 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top-navbar-4760 {
    max-width: 320px;
    padding: 80px 30px 30px;
    height: 100vh;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    top: 0;
    width: 80%;
    gap: 20px;
    flex-direction: column;
    backdrop-filter: blur(15px);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 1001;
    background: linear-gradient(
            135deg,
            rgb(199,208,191) 0%,
            rgb(199,208,191,0.5) 100%
        );
    -webkit-backdrop-filter: blur(15px);
    right: -100%;
    background: rgb(199,208,191);
}header .top-navbar-4760:before {
    display: none;
}header .menu.active {
    right: 0;
}header .top-primary-7548 {
    width: 100%;
    padding: 12px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .top-primary-7548:last-child {
    border-bottom: none;
}header .main-site-6815 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .main-site-6815 svg {
    height: 35px;
}}.company-overview-1906 {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    color: #ffffff;
}.company-overview-1906::before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(28, 35, 45, 0.92) 0%,
        rgba(28, 35, 45, 0.85) 50%, 
        rgba(28, 35, 45, 0.75) 100%);
}.company-overview-1906::after {
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(90deg, rgb(162,173,152,0.5) 1px, transparent 1px),
        linear-gradient(180deg, rgb(162,173,152,0.5) 1px, transparent 1px);
    z-index: 2;
    opacity: 0.1;
    height: 100%;
}.company-overview-1906 .container {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    padding: 0 20px;
    max-width: 1200px;
}.company-overview-1906 h2 {
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    margin-bottom: 60px;
    font-size: 38px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    transform: translateX(-10px);
    opacity: 0;
    font-weight: 700;
}.company-overview-1906 h2::after {
    bottom: -15px;
    position: absolute;
    width: 0;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
    left: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(162,173,152), rgb(199,208,191));
}.company-overview-1906 .desc-block-8256 {
    padding: 40px;
    opacity: 0;
    border-left: 4px solid rgb(162,173,152);
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: fadeUpIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    transform: translateY(20px);
    flex-direction: column;
}.company-overview-1906 .desc-block-8256::before {
    position: absolute;
    height: 20px;
    content: "";
    width: 20px;
    transform: rotate(45deg);
    left: -12px;
    background: rgb(162,173,152);
    top: 30px;
}.company-overview-1906 .desc-block-8256::after {
    top: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--primary-color-rgb), 0.1) 50%);
    width: 100px;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    content: "";
    right: 0;
    height: 100px;
    position: absolute;
}.company-overview-1906 .desc-block-8256 > div {
    position: relative;
}.company-overview-1906 .desc-block-8256 p {
    font-weight: 600;
    color: rgb(162,173,152);
    margin-bottom: 20px;
    font-size: calc(14px * 1.4);
    animation: fadeIn 0.8s ease-out 0.5s forwards;
    transform: translateX(-5px);
    letter-spacing: 1px;
    opacity: 0;
}.company-overview-1906 .desc-block-8256 div div {
    opacity: 0;
    line-height: 1.8;
    color: #ffffff;
    column-count: 1;
    font-size: 14px;
    animation: fadeIn 1s ease-out 0.7s forwards;
    column-gap: 40px;
    text-align: justify;
    font-family: Arial, sans-serif;
}

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

@keyframes lineGrow {
    to {
        width: 80px;
    }
}

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

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


@media (min-width: 768px) {.company-overview-1906 {
    padding: 150px 0 130px;
}.company-overview-1906 h2 {
    margin-bottom: 70px;
    font-size: calc(38px * 1.2);
}.company-overview-1906 .desc-block-8256 {
    width: calc(100% - 40px);
    margin-left: 40px;
    padding: 50px 60px;
}.company-overview-1906 .desc-block-8256 div div {
    column-count: 2;
}.company-overview-1906 .desc-block-8256::before {
    top: 50px;
}
}

@media (min-width: 992px) {.company-overview-1906 {
    padding: 180px 0 150px;
}.company-overview-1906 .container {
    padding: 0 40px;
}.company-overview-1906 h2 {
    font-size: calc(38px * 1.4);
    margin-bottom: 80px;
}.company-overview-1906 .desc-block-8256 {
    margin-left: 60px;
    padding: 60px 80px;
    width: calc(100% - 60px);
}.company-overview-1906 .desc-block-8256 div div {
    column-gap: 60px;
    column-count: 2;
}
}

@media (min-width: 1200px) {.company-overview-1906 .desc-block-8256 {
    margin-left: 80px;
    width: calc(100% - 80px);
    padding: 70px 100px;
}.company-overview-1906 .desc-block-8256::after {
    width: 150px;
    height: 150px;
}.company-overview-1906 .desc-block-8256 div div {
    column-gap: 80px;
    column-count: 2;
}
}

@media (hover: hover) {.company-overview-1906 .desc-block-8256:hover {
    transform: translateY(-5px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}.company-overview-1906 .desc-block-8256:hover::before {
    background: rgb(199,208,191);
    transition: all 0.4s ease;
}}.get-support-5024 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(229,233,225);
    z-index: 1;
}.get-support-5024::before {
    background: 
        radial-gradient(circle at 20% 20%, rgb(199,208,191,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(162,173,152,0.5) 0%, transparent 40%);
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    animation: ambientGlow 15s infinite alternate;
    position: absolute;
    height: 100%;
    z-index: -1;
}.get-support-5024::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
}.get-support-5024 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}.get-support-5024 .get-contactpanel-1724 {
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    border-radius: 21px;
    flex-direction: column;
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.get-support-5024 .get-contactpanel-1724::before {
    animation: shineEffect 6s infinite;
    position: absolute;
    left: -50%;
    width: 200%;
    content: "";
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 30%,
        rgba(255, 255, 255, 0.07) 50%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
    z-index: -1;
    transform: rotate(45deg);
    transition: all 0.7s ease;
    height: 200%;
    top: -150%;
}.get-support-5024 .edu-query-2960 {
    font-size: 31px;
    align-self: center;
    color: rgb(199,208,191);
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 2px;
}.get-support-5024 .edu-query-2960::after {
    background: linear-gradient(90deg, transparent, rgb(199,208,191), transparent);
    animation: headerUnderline 3s infinite;
    left: 0;
    height: 3px;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
}.get-support-5024 .post-image-grid-2386 {
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 2rem;
    position: relative;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
    height: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 200px;
    overflow: hidden;
}.get-support-5024 .post-image-grid-2386:hover {
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.4);
    transform: scale(1.02);
}.get-support-5024 .post-image-grid-2386::after {
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.2) 0%,
        transparent 100%
    );
    left: 0;
    top: 0;
    width: 100%;
    content: "";
}.get-support-5024 .join-community-9540 {
    position: relative;
    overflow: hidden;
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.03);
    padding: 2rem;
    backdrop-filter: blur(5px);
}.get-support-5024 .join-community-9540::before {
    content: "";
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, rgb(199,208,191), rgb(162,173,152));
    border-radius: 10px;
    top: 0;
    position: absolute;
    left: 0;
}.get-support-5024 .join-community-9540 p {
    padding-left: 2rem;
    transition: transform 0.3s ease;
    flex-direction: column;
    display: flex;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 17px;
    position: relative;
}.get-support-5024 .join-community-9540 p:hover {
    transform: translateX(5px);
}.get-support-5024 .join-community-9540 p:last-child {
    margin-bottom: 0;
}.get-support-5024 .join-community-9540 p span {
    margin-top: 0.3rem;
    font-weight: 600;
}.get-support-5024 .join-community-9540 p a {
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    color: rgb(199,208,191);
    display: inline-block;
}.get-support-5024 .join-community-9540 p a:hover {
    transform: scale(1.03);
    color: rgb(162,173,152);
}.get-support-5024 .join-community-9540 svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    stroke-width: 2;
    transition: transform 0.3s ease;
    stroke-linecap: round;
    left: 0;
    fill: none;
    stroke-linejoin: round;
}.get-support-5024 .join-community-9540 p:hover svg {
    transform: scale(1.1);
}.get-support-5024 .join-community-9540 svg path {
    transition: stroke 0.3s ease;
    stroke: rgb(199,208,191);
}.get-support-5024 .join-community-9540 p:hover svg path {
    stroke: rgb(162,173,152);
}.get-support-5024 .join-community-9540 p:nth-child(1) svg path {
    stroke-dashoffset: 50;
    animation: drawSVG 1.5s forwards;
    stroke-dasharray: 50;
}.get-support-5024 .join-community-9540 p:nth-child(2) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.2s forwards;
}.get-support-5024 .join-community-9540 p:nth-child(3) svg path {
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.4s forwards;
    stroke-dashoffset: 50;
}.get-support-5024 .join-community-9540 p:nth-child(4) svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawSVG 1.5s 0.6s forwards;
}.get-support-5024 .contact-us-1984 {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    margin-top: 2.5rem;
}.get-support-5024 .write-form-8264 {
    margin-bottom: 1.5rem;
    color: rgb(199,208,191);
    font-weight: 700;
    position: relative;
    font-size: 21px;
    text-align: center;
}.get-support-5024 .write-form-8264::before,
.get-support-5024 .write-form-8264::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(199,208,191,0.5), transparent);
    content: "";
    width: 30px;
    top: 50%;
    position: absolute;
}.get-support-5024 .write-form-8264::before {
    left: 20%;
}.get-support-5024 .write-form-8264::after {
    right: 20%;
}.get-support-5024 .write-form-8264 svg {
    height: 18px;
    stroke-width: 2;
    animation: pulseAnimation 2s infinite;
    width: 18px;
    stroke: rgb(199,208,191);
    margin-right: 8px;
    vertical-align: middle;
    fill: none;
}.get-support-5024 .get-contact-8734 {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.get-support-5024 .edu-form-1645 {
    background: rgba(255, 255, 255, 0.05);
    color: #000000;
    text-align: center;
    font-size: calc(17px - 2px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 0.8rem 1rem;
}.get-support-5024 .edu-form-1645:hover {
    transform: translateY(-3px);
    background: rgba(0, 123, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 123, 255, 0.2);
}.get-support-5024 .edu-form-1645 svg {
    height: 12px;
    transition: transform 0.3s ease;
    fill: none;
    stroke-width: 2;
    stroke: rgb(199,208,191);
    margin-right: 5px;
    width: 12px;
}.get-support-5024 .edu-form-1645:hover svg {
    transform: rotate(15deg);
    stroke: rgb(162,173,152);
}

@keyframes shineEffect {
    0% {
        top: -150%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}

@keyframes headerUnderline {
    0%, 100% {
        width: 30%;
        left: 35%;
    }
    50% {
        width: 100%;
        left: 0;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
        background-position: 100% 100%;
    }
}

@keyframes drawSVG {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulseAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) {.get-support-5024 .get-contactpanel-1724 {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}.get-support-5024 .edu-query-2960 {
    width: 100%;
    margin-bottom: 3rem;
}.get-support-5024 .post-image-grid-2386 {
    flex-shrink: 0;
    width: 250px;
    height: 250px;
    margin: 0;
}.get-support-5024 .join-community-9540 {
    margin-left: 2.5rem;
    flex: 1;
}.get-support-5024 .join-community-9540 svg {
    height: 20px;
    width: 20px;
}.get-support-5024 .get-contact-8734 {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 992px) {.get-support-5024 .get-contactpanel-1724 {
    padding: 4rem;
}.get-support-5024 .post-image-grid-2386 {
    width: 300px;
    height: 300px;
}.get-support-5024 .join-community-9540 {
    padding: 2.5rem;
}.get-support-5024 .join-community-9540 svg {
    width: 22px;
    height: 22px;
}.get-support-5024 .get-contact-8734 {
    grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 767px) {.get-support-5024 {
    padding: 3rem 0;
}.get-support-5024 .get-contactpanel-1724 {
    padding: 2rem;
}.get-support-5024 .join-community-9540 {
    padding: 1.5rem;
}.get-support-5024 .edu-query-2960 {
    font-size: calc(31px - 4px);
}.get-support-5024 .write-form-8264 {
    font-size: calc(21px - 2px);
}.get-support-5024 .get-contact-8734 {
    gap: 0.8rem;
    grid-template-columns: 1fr;
}.get-support-5024 .join-community-9540 svg {
    width: 16px;
    height: 16px;
}}.course-program-9856 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(229,233,225);
}.course-program-9856 .container {
    z-index: 3;
    position: relative;
    padding: 0 15px;
    max-width: 1400px;
    margin: 0 auto;
}.course-program-9856 .program-guide-2970 {
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
}.course-program-9856 .desc-block-8256 {
    width: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    max-width: 850px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 28px;
    z-index: 4;
    padding: 40px;
}.course-program-9856 .desc-block-8256 h2 {
    font-size: 36px;
    color: #000000;
    border-bottom: 2px solid rgb(199,208,191);
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 15px;
}.course-program-9856 .desc-block-8256 .description {
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}.course-program-9856 .desc-block-8256 .description:last-child {
    font-weight: 600;
    margin-bottom: 0;
}.course-program-9856 .post-image-grid-2386 {
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}.course-program-9856 .post-image-grid-2386::after {
    z-index: 2;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}
@media (min-width: 992px) {.course-program-9856 .desc-block-8256 {
    margin: 0 auto;
}
}
@media (max-width: 991px) {.course-program-9856 {
    padding: 80px 0;
}.course-program-9856 .desc-block-8256 {
    padding: 30px;
    max-width: 750px;
}
}
@media (max-width: 767px) {.course-program-9856 {
    padding: 60px 0;
}.course-program-9856 .desc-block-8256 {
    padding: 25px;
    max-width: 100%;
}.course-program-9856 .desc-block-8256 h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.9);
}.course-program-9856 .desc-block-8256 .description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}
@media (max-width: 480px) {.course-program-9856 {
    padding: 50px 0;
}.course-program-9856 .desc-block-8256 {
    padding: 20px;
}.course-program-9856 .desc-block-8256 h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(36px * 0.8);
}.course-program-9856 .desc-block-8256 .description {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}
}