﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.wrapper-bundle_style {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1142px;
}.nav_know_style {
    flex: 1 0 auto;
}.qna_board_style {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.try_immediately_style {
    background: linear-gradient(150deg, rgb(217,230,225) 0%, rgb(180,206,197,0.5) 100%);
    isolation: isolate;
    position: relative;
    padding: 5rem 2rem;
    margin: 0;
    overflow: hidden;
}.try_immediately_style::before {
    content: '';
    transform: perspective(500px) rotateX(45deg) scale(2);
    transform-origin: center bottom;
    animation: gridAnimate 30s linear infinite;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(30deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    left: 0;
    z-index: 1;
    opacity: 0.7;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.try_immediately_style::after {
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(rgb(180,206,197), 0.15) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgba(rgb(140,178,160), 0.15) 0%, transparent 15%);
    left: 0;
    height: 100%;
    content: '';
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
}.try_immediately_style::before {
    left: 0;
    content: '';
    z-index: 2;
    animation: scanLines 8s linear infinite;
    position: absolute;
    background: 
        repeating-linear-gradient(
            180deg,
            transparent,
            transparent 15px,
            rgba(255, 255, 255, 0.03) 15px,
            rgba(255, 255, 255, 0.03) 16px
        );
    height: 100%;
    width: 100%;
    top: 0;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100px;
    }
}

.try_immediately_style .edu_heritage_style {
    display: flex;
    border-radius: 30px;
    align-items: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    justify-content: center;
    z-index: 5;
    max-width: 1000px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    text-align: center;
    backdrop-filter: blur(10px);
    padding: 4rem 3rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}.try_immediately_style .edu_heritage_style:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(rgb(180,206,197), 0.1);
    transform: translateY(-10px);
}.try_immediately_style .edu_heritage_style::before,
.try_immediately_style .edu_heritage_style::after {
    border-style: solid;
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    border-width: 0;
}.try_immediately_style .edu_heritage_style::before {
    border-left-width: 2px;
    top: 15px;
    left: 15px;
    animation: cornerPulse 3s infinite alternate;
    border-top-width: 2px;
    border-color: rgb(180,206,197);
}.try_immediately_style .edu_heritage_style::after {
    bottom: 15px;
    right: 15px;
    animation: cornerPulse 3s 1.5s infinite alternate;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-color: rgb(140,178,160);
}@keyframes cornerPulse {
    0% {
        opacity: 0.5;
        width: 40px;
        height: 40px;
    }
    100% {
        opacity: 1;
        width: 50px;
        height: 50px;
    }
}

.try_immediately_style .edu_heritage_style::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    background-position: 0 20px, 0 calc(100% - 20px), 20px 0, calc(100% - 20px) 0;
    background-image: 
        linear-gradient(90deg, rgb(180,206,197) 2px, transparent 2px),
        linear-gradient(90deg, rgb(180,206,197) 2px, transparent 2px),
        linear-gradient(0deg, rgb(140,178,160) 2px, transparent 2px),
        linear-gradient(0deg, rgb(140,178,160) 2px, transparent 2px);
    content: '';
    width: 100%;
    background-repeat: no-repeat;
    top: 0;
    opacity: 0.7;
    left: 0;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
}.try_immediately_style h3 {
    margin-bottom: 2.5rem;
    padding: 0 20px 15px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 700;
    font-size: 29px;
}.try_immediately_style h3::after {
    position: absolute;
    height: 3px;
    left: 50%;
    bottom: -2px;
    background: linear-gradient(90deg, rgb(180,206,197), rgb(140,178,160));
    transform: translateX(-50%);
    content: '';
    width: 50px;
    opacity: 0.8;
}.try_immediately_style h3::before {
    left: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 50%, rgb(180,206,197) 0%, rgb(180,206,197) 3px, transparent 3px),
        radial-gradient(circle at 90% 50%, rgb(140,178,160) 0%, rgb(140,178,160) 3px, transparent 3px);
    bottom: -5px;
    content: '';
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
}.try_immediately_style .message_us_style {
    z-index: 2;
    padding: 1.3rem 3rem;
    font-size: 15px;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    border: none;
    align-items: center;
    display: inline-flex;
    text-transform: uppercase;
    background: linear-gradient(135deg, rgb(180,206,197) 0%, rgb(140,178,160) 100%);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    letter-spacing: 2px;
    justify-content: center;
}.try_immediately_style .message_us_style::before {
    z-index: -1;
    left: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(140,178,160) 0%, rgb(180,206,197) 100%);
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    opacity: 0;
    width: 100%;
}.try_immediately_style .message_us_style:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    letter-spacing: 2.5px;
}.try_immediately_style .message_us_style:hover::before {
    opacity: 1;
}.try_immediately_style .message_us_style::after {
    height: 2px;
    left: 15px;
    transition: opacity 0.4s ease;
    position: absolute;
    right: 15px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0%, transparent 20%, 
            rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 40%, 
            transparent 40%, transparent 60%, 
            rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, 
            transparent 80%, transparent 100%);
    opacity: 0.5;
    bottom: 7px;
    content: '';
}.try_immediately_style .message_us_style:hover::after {
    opacity: 0.8;
}.try_immediately_style::before {
    top: 0;
    height: 100%;
    background-size: 100px 100px;
    z-index: 2;
    content: '';
    opacity: 0.7;
    left: 0;
    position: absolute;
    width: 100%;
    background-image: 
        linear-gradient(30deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(150deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(270deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%);
}.try_immediately_style::after {
    left: 0;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    z-index: 3;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(180,206,197) 0%, rgb(180,206,197) 3px, transparent 3px),
        radial-gradient(circle at 90% 10%, rgb(180,206,197) 0%, rgb(180,206,197) 3px, transparent 3px),
        radial-gradient(circle at 10% 90%, rgb(140,178,160) 0%, rgb(140,178,160) 3px, transparent 3px),
        radial-gradient(circle at 90% 90%, rgb(140,178,160) 0%, rgb(140,178,160) 3px, transparent 3px);
    opacity: 0.8;
    top: 0;
    animation: cornerDotsGlow 4s ease-in-out infinite alternate;
    height: 100%;
}@keyframes cornerDotsGlow {
    0% {
        opacity: 0.5;
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        filter: blur(1px);
    }
}

.try_immediately_style::after {
    background: linear-gradient(90deg, transparent, rgb(180,206,197), transparent);
    left: 0;
    z-index: 3;
    height: 3px;
    animation: topBarAnimate 4s ease-in-out infinite;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
}@keyframes topBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

.try_immediately_style::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(140,178,160), transparent);
    height: 3px;
    left: 0;
    width: 100%;
    animation: bottomBarAnimate 4s ease-in-out infinite reverse;
    z-index: 3;
    bottom: 0;
    content: '';
}

@keyframes bottomBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

@media screen and (max-width: 991px) {.try_immediately_style {
    padding: 4.5rem 1.5rem;
}}.future_attendees_style {
    background: linear-gradient(135deg, rgb(217,230,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}.future_attendees_style::before {
    height: 100%;
    background-size: 60px 60px;
    position: absolute;
    content: "";
    background: 
        linear-gradient(45deg, rgb(180,206,197,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(140,178,160,0.5) 25%, transparent 25%);
    opacity: 0.05;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}.future_attendees_style .container {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.future_attendees_style .edu_heritage_style {
    position: relative;
}.future_attendees_style h4 {
    color: #000000;
    position: relative;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 30px;
}.future_attendees_style h4::after {
    left: 50%;
    content: "";
    width: 70px;
    border-radius: 2px;
    height: 4px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(180,206,197), rgb(140,178,160));
    bottom: 0;
}.future_attendees_style div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}.future_attendees_style div p {
    position: relative;
    flex: 0 0 calc(33.333% - 20px);
    color: #000000;
    min-width: 280px;
    background: #ffffff;
    transition: all 0.3s ease;
    line-height: 1.6;
    z-index: 1;
    padding: 25px 25px 25px 75px;
    border-radius: 16px;
    font-size: 15px;
    margin: 0;
}.future_attendees_style div p::before {
    content: "";
    opacity: 0.4;
    width: calc(100% - 10px);
    top: 5px;
    left: 5px;
    z-index: -1;
    position: absolute;
    background: #ffffff;
    transition: all 0.3s ease;
    border-radius: calc(16px - 5px);
    border: 1px solid rgb(180,206,197,0.5);
    height: calc(100% - 10px);
}.future_attendees_style div p::after {
    background: #ffffff;
    left: 10px;
    border-radius: calc(16px - 10px);
    width: calc(100% - 20px);
    content: "";
    top: 10px;
    position: absolute;
    border: 1px solid rgb(140,178,160,0.5);
    transition: all 0.3s ease;
    height: calc(100% - 20px);
    opacity: 0.2;
    z-index: -2;
}.future_attendees_style div p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.future_attendees_style div p:hover::before {
    left: 10px;
    top: 10px;
}.future_attendees_style div p:hover::after {
    top: 15px;
    left: 15px;
}.future_attendees_style div p svg {
    padding: 8px;
    left: 25px;
    transition: all 0.3s ease;
    position: absolute;
    width: 35px;
    background: rgb(217,230,225);
    top: 25px;
    height: 35px;
    border-radius: 50%;
}.future_attendees_style div p:hover svg {
    transform: rotate(15deg);
    background: rgb(180,206,197,0.5);
}.future_attendees_style div p svg path {
    fill: rgb(180,206,197);
    transition: all 0.3s ease;
}.future_attendees_style div p:hover svg path {
    fill: rgb(140,178,160);
}

@media (max-width: 991px) {.future_attendees_style {
    padding: 100px 0;
}.future_attendees_style h4 {
    margin-bottom: 60px;
    font-size: calc(30px - 2px);
}.future_attendees_style div {
    gap: 25px;
}.future_attendees_style div p {
    flex: 0 0 calc(50% - 15px);
    padding: 20px 20px 20px 65px;
    min-width: 250px;
}.future_attendees_style div p svg {
    width: 30px;
    left: 20px;
    top: 20px;
    height: 30px;
}
}

@media (max-width: 767px) {.future_attendees_style {
    padding: 80px 0;
}.future_attendees_style h4 {
    font-size: calc(30px - 4px);
    margin-bottom: 50px;
}.future_attendees_style div {
    gap: 20px;
}.future_attendees_style div p {
    flex: 0 0 100%;
    padding: 18px 18px 18px 60px;
}.future_attendees_style div p svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 479px) {.future_attendees_style {
    padding: 60px 0;
}.future_attendees_style h4 {
    padding-bottom: 15px;
    font-size: calc(30px - 6px);
    margin-bottom: 40px;
}.future_attendees_style div {
    gap: 15px;
}.future_attendees_style div p {
    padding: 15px 15px 15px 55px;
    font-size: calc(15px - 1px);
}.future_attendees_style div p svg {
    width: 25px;
    height: 25px;
    top: 15px;
    padding: 6px;
    left: 15px;
}}.client_comments_style {
    overflow: hidden;
    position: relative;
    background: rgb(217,230,225);
    padding: 7rem 0;
}.client_comments_style::before {
    z-index: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgb(180,206,197,0.5) 50px,
            rgb(180,206,197,0.5) 51px
        );
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.3;
    position: absolute;
}.client_comments_style::after {
    content: "";
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(140,178,160,0.5));
    z-index: 0;
    width: 30%;
    position: absolute;
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}.client_comments_style .container {
    position: relative;
    z-index: 1;
}.client_comments_style h2 {
    position: relative;
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5rem;
    transform: translateX(2rem);
}.client_comments_style h2::after {
    background: rgb(180,206,197);
    height: 5px;
    width: 1.5rem;
    content: "";
    left: -2rem;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}.client_comments_style .alumni_quotes_style {
    position: relative;
    gap: 6rem;
    padding-left: 3rem;
    flex-direction: column;
    display: flex;
}.client_comments_style .alumni_quotes_style::before {
    background: linear-gradient(
        to bottom,
        rgb(180,206,197),
        rgb(140,178,160)
    );
    bottom: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    width: 3px;
}.client_comments_style .testimonials_track_style {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    max-width: 80%;
    flex-direction: column;
    display: flex;
    margin-left: auto;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: translateX(0);
    padding: 2rem 2rem 2rem 3rem;
}.client_comments_style .testimonials_track_style::before {
    z-index: 1;
    left: -3rem;
    transform: translateY(-50%);
    background: linear-gradient(
        to right,
        rgb(180,206,197),
        rgb(140,178,160)
    );
    position: absolute;
    height: 3px;
    top: 50%;
    content: "";
    width: 3rem;
}.client_comments_style .testimonials_track_style::after {
    position: absolute;
    content: "";
    left: -3.5rem;
    background: #ffffff;
    z-index: 2;
    border-radius: 50%;
    border: 3px solid rgb(180,206,197);
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    box-shadow: 0 0 0 5px rgb(217,230,225);
    top: 50%;
}.client_comments_style .testimonials_track_style:nth-child(odd) {
    align-self: flex-start;
    transform: translateX(3rem);
    margin-right: auto;
    margin-left: 0;
}.client_comments_style .testimonials_track_style:nth-child(odd)::before {
    right: -3rem;
    left: auto;
    background: linear-gradient(
        to left,
        rgb(180,206,197),
        rgb(140,178,160)
    );
}.client_comments_style .testimonials_track_style:nth-child(odd)::after {
    left: auto;
    right: -3.5rem;
}.client_comments_style .testimonials_track_style:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 5px rgb(180,206,197,0.5);
}.client_comments_style .testimonials_track_style:nth-child(odd):hover {
    transform: translateX(3rem) translateY(-10px);
}.client_comments_style .testimonials_track_style img {
    right: 30px;
    width: 70px;
    border: 5px solid #ffffff;
    top: -35px;
    height: 70px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
}.client_comments_style .testimonials_track_style:nth-child(odd) img {
    right: auto;
    left: 30px;
}.client_comments_style .testimonials_track_style:hover img {
    transform: scale(1.1) rotate(10deg);
}.client_comments_style .testimonials_track_style p {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: calc(17px * 1.1);
    color: #000000;
}.client_comments_style .testimonials_track_style .description {
    border-left: 3px solid rgb(140,178,160,0.5);
    font-weight: 400;
    padding-left: 1rem;
    position: relative;
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    margin-top: 1rem;
}.client_comments_style .testimonials_track_style:nth-child(odd) .description {
    text-align: right;
    border-left: none;
    border-right: 3px solid rgb(140,178,160,0.5);
    padding-left: 0;
    padding-right: 1rem;
}

@media (max-width: 992px) {.client_comments_style .testimonials_track_style,
    .client_comments_style .testimonials_track_style:nth-child(odd) {
    max-width: 90%;
}
}

@media (max-width: 768px) {.client_comments_style {
    padding: 5rem 0;
}.client_comments_style h2 {
    margin-bottom: 4rem;
    font-size: calc(29px * 0.9);
    transform: translateX(0);
}.client_comments_style h2::after {
    top: -1rem;
    height: 3px;
    left: 0;
    width: 50px;
}.client_comments_style .alumni_quotes_style {
    padding-left: 0;
}.client_comments_style .alumni_quotes_style::before {
    left: 50%;
    transform: translateX(-50%);
}.client_comments_style .testimonials_track_style,
    .client_comments_style .testimonials_track_style:nth-child(odd) {
    transform: translateX(0);
    margin: 0 auto;
    max-width: 90%;
    padding: 2rem;
}.client_comments_style .testimonials_track_style::before,
    .client_comments_style .testimonials_track_style:nth-child(odd)::before {
    left: 50%;
    top: -1.5rem;
    height: 1.5rem;
    background: linear-gradient(
            to bottom,
            rgb(180,206,197),
            rgb(140,178,160)
        );
    width: 3px;
    transform: translateX(-50%);
}.client_comments_style .testimonials_track_style::after,
    .client_comments_style .testimonials_track_style:nth-child(odd)::after {
    top: -2rem;
    transform: translateX(-50%);
    left: 50%;
}.client_comments_style .testimonials_track_style img,
    .client_comments_style .testimonials_track_style:nth-child(odd) img {
    transform: translateX(-50%);
    right: auto;
    left: 50%;
}.client_comments_style .testimonials_track_style:hover,
    .client_comments_style .testimonials_track_style:nth-child(odd):hover {
    transform: translateY(-10px);
}.client_comments_style .testimonials_track_style:hover img {
    transform: translateX(-50%) scale(1.1) rotate(10deg);
}.client_comments_style .testimonials_track_style .description,
    .client_comments_style .testimonials_track_style:nth-child(odd) .description {
    border: none;
    border-top: 3px solid rgb(140,178,160,0.5);
    padding: 1rem 0 0 0;
    text-align: center;
}}.data_exploration_style {
    overflow: hidden;
    background: rgb(217,230,225);
    padding: 120px 0;
    position: relative;
}.data_exploration_style::before {
    opacity: 0.7;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(180,206,197,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(140,178,160,0.5) 0%, transparent 30%);
}.data_exploration_style .container {
    flex-direction: column;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
}.data_exploration_style h2 {
    color: #000000;
    font-weight: 700;
    align-self: flex-start;
    position: relative;
    font-size: 33px;
    margin-bottom: 80px;
}.data_exploration_style h2::before {
    height: 3px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(180,206,197);
    width: 50px;
    bottom: -15px;
    border-radius: 10px;
}.data_exploration_style ul {
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
}.data_exploration_style .extra_statistics_style {
    margin: 20px;
    flex: 1 0 calc(50% - 40px);
    transition: all 0.3s ease;
    align-items: flex-start;
    display: flex;
    border-left: 3px solid rgb(180,206,197);
    position: relative;
    flex-direction: column;
    padding: 40px 50px;
    background: transparent;
}.data_exploration_style .extra_statistics_style:nth-child(even) {
    margin-top: 80px;
}.data_exploration_style .extra_statistics_style::before {
    top: 0;
    position: absolute;
    width: 3px;
    background: rgb(140,178,160);
    height: 0%;
    content: "";
    transition: height 0.6s ease;
    left: -3px;
    z-index: 1;
}.data_exploration_style .extra_statistics_style:hover::before {
    height: 100%;
}.data_exploration_style .extra_statistics_style::after {
    transform: scale(0.98);
    z-index: -1;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    content: "";
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 29px;
    position: absolute;
}.data_exploration_style .extra_statistics_style:hover::after {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: scale(1);
}.data_exploration_style .extra_statistics_style p {
    margin: 0 0 10px 0;
    color: rgb(180,206,197);
    position: relative;
    font-size: calc(43px * 1.5);
    font-weight: 700;
    line-height: 1;
}.data_exploration_style .extra_statistics_style:nth-child(even) p {
    color: rgb(140,178,160);
}.data_exploration_style .extra_statistics_style span {
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    padding-right: 70px;
    position: relative;
}.data_exploration_style .extra_statistics_style span::after {
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    content: "";
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
}@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.data_exploration_style .extra_statistics_style:nth-child(odd) {
    animation: slideInLeft 0.7s forwards;
}.data_exploration_style .extra_statistics_style:nth-child(even) {
    animation: slideInRight 0.7s forwards;
}.data_exploration_style .extra_statistics_style:nth-child(1) {
    animation-delay: 0.1s;
}.data_exploration_style .extra_statistics_style:nth-child(2) {
    animation-delay: 0.3s;
}.data_exploration_style .extra_statistics_style:nth-child(3) {
    animation-delay: 0.5s;
}.data_exploration_style .extra_statistics_style:nth-child(4) {
    animation-delay: 0.7s;
}

@media (max-width: 1024px) {.data_exploration_style {
    padding: 80px 0;
}.data_exploration_style h2 {
    align-self: center;
    text-align: center;
    margin-bottom: 60px;
}.data_exploration_style h2::before {
    left: 50%;
    transform: translateX(-50%);
}.data_exploration_style .extra_statistics_style {
    margin: 15px;
    padding: 30px 40px;
    flex: 1 0 calc(50% - 30px);
}.data_exploration_style .extra_statistics_style:nth-child(even) {
    margin-top: 50px;
}
}

@media (max-width: 767px) {.data_exploration_style {
    padding: 60px 0;
}.data_exploration_style .container {
    padding: 0 15px;
}.data_exploration_style h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.data_exploration_style ul {
    flex-direction: column;
}.data_exploration_style .extra_statistics_style {
    flex: 1 0 100%;
    margin: 10px 0;
    padding: 25px 30px;
}.data_exploration_style .extra_statistics_style:nth-child(even) {
    margin-top: 10px;
}.data_exploration_style .extra_statistics_style p {
    font-size: calc(43px * 1.2);
}.data_exploration_style .extra_statistics_style span {
    padding-right: 40px;
}.data_exploration_style .extra_statistics_style span::after {
    width: 30px;
}.data_exploration_style .extra_statistics_style:nth-child(odd),
    .data_exploration_style .extra_statistics_style:nth-child(even) {
    animation: slideInLeft 0.5s forwards;
}
}

@media (min-width: 768px) and (max-width: 1023px) {.data_exploration_style .extra_statistics_style {
    padding: 35px 40px;
}.data_exploration_style .extra_statistics_style p {
    font-size: calc(43px * 1.3);
}.data_exploration_style .extra_statistics_style span {
    font-size: calc(17px * 0.95);
}
}

@media (min-width: 1200px) {.data_exploration_style ul::before {
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    opacity: 0.1;
    content: "";
    position: absolute;
    height: 80%;
    top: 10%;
    width: 2px;
    left: 50%;
    z-index: -1;
}.data_exploration_style ul::after {
    width: 20px;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    content: "";
    top: 50%;
    background: rgb(180,206,197,0.5);
    height: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.data_exploration_style .extra_statistics_style,
    .data_exploration_style .extra_statistics_style:nth-child(odd),
    .data_exploration_style .extra_statistics_style:nth-child(even) {
    animation: none;
}}footer {
    position: relative;
    width: 100%;
}footer .qna_board_style {
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(180,206,197), rgb(140,178,160));
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}footer .qna_board_style::before {
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    width: 100%;
    content: "";
    height: 100%;
}footer .peer_help_style {
    position: relative;
    z-index: 1;
}footer .connect_team_style {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 20px;
}footer .info_item {
    flex: 0 1 220px;
    justify-content: center;
    height: 220px;
    display: flex;
    position: relative;
    backdrop-filter: blur(5px);
    z-index: 1;
    align-items: center;
    border-radius: 50%;
    padding: 20px;
    transition: all 0.4s ease;
    background-color: rgb(180,206,197,0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    background-color: rgb(140,178,160,0.5);
    z-index: 2;
    transform: scale(1.05) translateY(0);
}footer .info_item svg {
    flex-shrink: 0;
    width: 24px;
    margin-right: 10px;
    height: 24px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    max-width: 80%;
    text-align: center;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}footer .main_pagewrap_style, footer .nav_lesson_style, footer .subscribe_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: rgb(180,206,197,0.5);
    text-align: center;
    flex: 1 1 300px;
    display: flex;
    align-items: center;
    max-width: 400px;
    flex-direction: column;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    padding: 30px;
    overflow: hidden;
    border-radius: 28px;
}footer .main_pagewrap_style:hover, footer .nav_lesson_style:hover, footer .subscribe_holder:hover {
    background-color: rgb(140,178,160,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}footer .main_pagewrap_style::before, footer .nav_lesson_style::before, footer .subscribe_holder::before {
    z-index: -1;
    border-radius: 50%;
    width: 150px;
    opacity: 0.1;
    height: 150px;
    content: "";
    position: absolute;
}footer .main_pagewrap_style::before {
    left: -50px;
    background-color: rgb(180,206,197);
    top: -50px;
}footer .nav_lesson_style::before {
    right: -50px;
    background-color: rgb(140,178,160);
    bottom: -50px;
}footer .subscribe_holder::before {
    background-color: rgb(180,206,197);
    left: -50px;
    bottom: -50px;
}footer .main_pagewrap_style svg {
    height: 50px;
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
}footer .footnote_ref_style {
    line-height: 1.6;
    max-width: 300px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}footer .nav_lesson_style h5, footer .subscribe_holder h5 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
    position: relative;
    color: #ffffff;
}footer .nav_lesson_style h5::after, footer .subscribe_holder h5::after {
    width: 40px;
    position: absolute;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    background-color: #ffffff;
    height: 2px;
    transition: width 0.3s ease;
    bottom: -8px;
}footer .nav_lesson_style:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .top_header_style {
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 300px;
}footer .top_header_style a {
    font-size: 18px;
    text-decoration: none;
    background-color: rgb(180,206,197,0.5);
    color: #ffffff;
    padding: 8px 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .top_header_style a:hover {
    background-color: rgb(140,178,160,0.5);
    transform: translateY(-3px);
}footer .subscribe_holder p {
    max-width: 300px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    align-items: center;
    max-width: 300px;
    flex-direction: column;
    width: 100%;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border: none;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 18px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
    box-shadow: 0 0 0 3px rgb(180,206,197,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .join_form_style {
    padding: 15px 20px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    background-color: rgb(180,206,197);
    width: 100%;
    transition: all 0.3s ease;
    font-size: 18px;
    border: none;
}footer .join_form_style:hover {
    background-color: rgb(140,178,160);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .data_viz_style {
    margin-top: 60px;
    position: relative;
    text-align: center;
}footer .tutor_match_style {
    backdrop-filter: blur(5px);
    background-color: rgb(180,206,197,0.5);
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 14px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .qna_board_style {
    padding: 60px 0 30px;
}footer .connect_team_style {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    height: 100px;
    padding: 15px;
    flex: 0 1 100px;
}footer .main_pagewrap_style, footer .nav_lesson_style, footer .subscribe_holder {
    padding: 25px 20px;
}footer .data_viz_style {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .qna_board_style {
    padding: 50px 0 20px;
}footer .info_item {
    flex: 0 1 90px;
    height: 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(18px - 1px);
}footer .nav_lesson_style h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .top_header_style a {
    font-size: calc(18px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .join_form_style {
    padding: 12px 15px;
}footer .tutor_match_style {
    padding: 6px 15px;
}}.cookie_dialog_window_style {
    padding: 20px 0;
    animation: fadeInUp 0.5s ease-out;
    position: fixed;
    z-index: 1000;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(217,230,225);
    bottom: 0;
    border-top: 1px solid rgb(180,206,197);
    width: 100%;
}.cookie_dialog_window_style .cookie_explained_style {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    margin-right: 20px;
    flex-shrink: 0;
    transform-origin: center;
}.cookie_dialog_window_style .cookie_explained_style svg {
    height: 60px;
    fill: rgb(180,206,197);
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_dialog_window_style .visitor_privacy_style {
    flex-grow: 1;
}.cookie_dialog_window_style .visitor_privacy_style h5 {
    color: rgb(180,206,197);
    font-size: 21px;
    margin-bottom: 6px;
}.cookie_dialog_window_style .visitor_privacy_style p {
    color: #000000;
    margin: 0;
    line-height: 1.5;
    font-size: 13px;
}.cookie_dialog_window_style .edu_cookie_style {
    background-color: rgb(180,206,197);
    margin-top: 20px;
    color: #ffffff;
    padding: 10px 20px;
    margin-right: 15px;
    font-size: 19px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
}.cookie_dialog_window_style .edu_cookie_style:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookie_dialog_window_style .edu_cookie_style:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookie_dialog_window_style .cookie_explained_style {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_dialog_window_style .edu_cookie_style {
    width: 48%;
    text-align: center;
    margin-left: 0;
}}
#userConsentBanner_style {
    display: none;
}#userConsentBanner_style:checked ~ .cookie_dialog_window_style {
    opacity: 0;
    visibility: hidden;
}header {
    width: 100%;
    padding: 0;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}header::before {
    height: 100%;
    position: absolute;
    left: 0;
    width: 35%;
    background: linear-gradient(135deg, rgb(180,206,197), rgb(140,178,160));
    content: '';
    z-index: 0;
    top: 0;
}header .container {
    max-width: 100%;
    padding: 0;
    z-index: 1;
    margin: 0;
    width: 100%;
    position: relative;
}header .nav_header_style {
    height: 100%;
    align-items: stretch;
    display: flex;
}header .top_wrap_style {
    padding: 1.2rem 0;
    align-items: center;
    justify-content: center;
    width: 35%;
    position: relative;
    display: flex;
    text-decoration: none;
}header .top_wrap_style svg {
    height: auto;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
}header .top_wrap_style:hover svg {
    transform: scale(1.05);
}header .nav_lesson_style {
    width: 65%;
    align-items: center;
    display: flex;
    position: relative;
    padding: 1.2rem 3%;
    gap: 0.5rem;
    justify-content: flex-start;
}header .nav_lesson_style::before {
    background: linear-gradient(to bottom, transparent, rgb(180,206,197,0.5), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: '';
    width: 1px;
}header .header_train_style {
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 0.6rem 1.2rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    font-size: 19px;
}header .header_train_style::before {
    content: '';
    border-radius: 10px;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(180,206,197,0.5), rgb(140,178,160,0.5));
    z-index: -1;
    position: absolute;
    left: 0;
}header .header_train_style:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-2px);
}header .header_train_style:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .top_wrap_style {
    padding: 1rem 0;
    width: 30%;
}header .top_wrap_style svg {
    width: 130px;
}header .nav_lesson_style {
    gap: 0.5rem;
    width: 70%;
    padding: 1rem 2.5%;
}header .header_train_style {
    font-size: calc(19px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    background: rgb(217,230,225);
}header::before {
    height: auto;
    top: 0;
    width: 100%;
    bottom: 50%;
}header .nav_header_style {
    align-items: center;
    flex-direction: column;
}header .top_wrap_style {
    padding: 0.8rem 0;
    width: 100%;
}header .top_wrap_style svg {
    width: 120px;
}header .nav_lesson_style {
    width: 95%;
    padding: 0.8rem 0;
    gap: 0.6rem;
    justify-content: center;
    flex-wrap: wrap;
}header .nav_lesson_style::before {
    left: 0;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(180,206,197,0.5), transparent);
    height: 1px;
    top: 0;
}header .header_train_style {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .top_wrap_style {
    padding: 0.7rem 0;
}header .top_wrap_style svg {
    width: 110px;
}header .nav_lesson_style {
    overflow-x: auto;
    width: 100%;
    padding: 0.7rem 2%;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .nav_lesson_style::-webkit-scrollbar {
    height: 3px;
}header .nav_lesson_style::-webkit-scrollbar-thumb {
    background: rgb(180,206,197);
    border-radius: 10px;
}header .header_train_style {
    margin-right: 2px;
    padding: 0.45rem 0.9rem;
    font-size: calc(19px - 1px);
    flex-shrink: 0;
    white-space: nowrap;
}}.reach_out_style {
    padding: 110px 0;
    background: linear-gradient(125deg, rgb(217,230,225) 0%, rgb(217,230,225) 60%, rgb(180,206,197,0.5) 100%);
    position: relative;
    overflow: hidden;
}.reach_out_style::before {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    opacity: 0.05;
    content: "";
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(180,206,197,0.5),
        rgb(180,206,197,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    right: 0;
}.reach_out_style .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.reach_out_style h2 {
    font-size: 30px;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}.reach_out_style h2::before {
    background: rgb(180,206,197);
    position: absolute;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    height: 4px;
    border-radius: 2px;
}.reach_out_style .query_links_style {
    grid-template-columns: 1fr 450px;
    gap: 40px;
    align-items: center;
    background: transparent;
    position: relative;
    display: grid;
}.reach_out_style .photo_section_style {
    height: 550px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    transition: transform 0.5s ease;
}.reach_out_style .photo_section_style:hover {
    transform: perspective(1000px) rotateY(0deg);
}.reach_out_style .feedback_help_style {
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    padding: 50px;
    transition: transform 0.5s ease;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.reach_out_style .feedback_help_style:hover {
    transform: perspective(1000px) rotateY(0deg);
}.reach_out_style form {
    width: 100%;
}.reach_out_style form h3 {
    color: #000000;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.reach_out_style form input[type="text"] {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    background: rgb(217,230,225);
    width: 100%;
    padding: 16px 20px;
    color: #000000;
    font-size: 18px;
    border: none;
    border-radius: 10px;
}.reach_out_style form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(180,206,197);
}.reach_out_style form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.reach_out_style .connect_reach_style {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.reach_out_style .connect_reach_style input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach_out_style .connect_reach_style label {
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    font-size: 13px;
}.reach_out_style .connect_reach_style label::before {
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(217,230,225);
    border-radius: 4px;
    left: 0;
    top: 2px;
    content: "";
    width: 22px;
    height: 22px;
}.reach_out_style .connect_reach_style input[type="checkbox"]:checked + label::before {
    background: rgb(180,206,197);
}.reach_out_style .connect_reach_style input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    border-right: 2px solid #ffffff;
    content: "";
    border-bottom: 2px solid #ffffff;
    height: 10px;
    left: 8px;
    transform: rotate(45deg);
    top: 6px;
}.reach_out_style .connect_reach_style label a {
    transition: all 0.3s ease;
    color: rgb(180,206,197);
    text-decoration: none;
}.reach_out_style .connect_reach_style label a:hover {
    color: rgb(140,178,160);
}.reach_out_style form .support_form_style {
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    background: rgb(180,206,197);
    position: relative;
    padding: 16px 35px;
    border: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.reach_out_style form .support_form_style::after {
    position: absolute;
    transition: width 0.3s ease;
    height: 100%;
    background: rgb(140,178,160);
    top: 0;
    content: "";
    width: 0;
    z-index: 0;
    right: 0;
}.reach_out_style form .support_form_style:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}.reach_out_style form .support_form_style span {
    position: relative;
    z-index: 1;
}.reach_out_style svg {
    height: 22px;
    width: 22px;
    fill: rgb(180,206,197);
}.reach_out_style svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,206,197);
}

@media screen and (max-width: 1100px) {.reach_out_style .query_links_style {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.reach_out_style .photo_section_style {
    height: 500px;
}.reach_out_style .feedback_help_style {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.reach_out_style {
    padding: 80px 0;
}.reach_out_style .query_links_style {
    grid-template-columns: 1fr;
    gap: 40px;
}.reach_out_style .photo_section_style {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.reach_out_style .feedback_help_style {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.reach_out_style {
    padding: 60px 0;
}.reach_out_style h2 {
    margin-bottom: 40px;
}.reach_out_style .photo_section_style {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.reach_out_style {
    padding: 50px 0;
}.reach_out_style h2 {
    font-size: calc(30px * 0.85);
}.reach_out_style .photo_section_style {
    height: 250px;
}.reach_out_style .feedback_help_style {
    padding: 30px 25px;
}.reach_out_style form h3 {
    font-size: calc(19px * 0.9);
}.reach_out_style form .support_form_style {
    width: 100%;
}}.ty_banner_style {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(180,206,197,0.5) 0%, rgb(217,230,225) 100%);
    overflow: hidden;
    position: relative;
}.ty_banner_style::before {
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(140,178,160,0.5) 50px, rgb(140,178,160,0.5) 52px);
    left: 0;
    opacity: 0.1;
    pointer-events: none;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
}.ty_banner_style::after {
    position: absolute;
    opacity: 0.08;
    background: rgb(180,206,197);
    bottom: -20px;
    content: "";
    transform: rotate(15deg);
    z-index: 0;
    width: 250px;
    right: -20px;
    height: 250px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.ty_banner_style .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.ty_banner_style .edu_heritage_style {
    transform: translateX(0);
    grid-template-columns: 1fr;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 40px;
    position: relative;
    display: grid;
}.ty_banner_style .edu_heritage_style:hover {
    transform: translateX(10px);
}.ty_banner_style .edu_heritage_style > div:first-child {
    border-left: 4px solid rgb(180,206,197);
    position: relative;
    padding-left: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
}.ty_banner_style .edu_heritage_style > div:first-child::before {
    width: 24px;
    transition: transform 0.4s ease;
    background: #ffffff;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    height: 24px;
    left: -14px;
    top: 50%;
    position: absolute;
    border: 3px solid rgb(180,206,197);
}.ty_banner_style .edu_heritage_style:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}.ty_banner_style h5 {
    font-size: 21px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin: 0;
    line-height: 1.4;
}.ty_banner_style .edu_heritage_style > div:last-child {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    transform: translateY(0);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 35px 40px;
    background: #ffffff;
}.ty_banner_style .edu_heritage_style > div:last-child::before {
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
    width: 6px;
    top: 0;
    background: linear-gradient(to bottom, rgb(180,206,197), rgb(140,178,160));
    height: 100%;
}.ty_banner_style .edu_heritage_style > div:last-child:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.ty_banner_style .edu_heritage_style > div:last-child:hover::before {
    width: 10px;
}.ty_banner_style .edu_heritage_style > div:last-child::after {
    right: -30px;
    opacity: 0.15;
    border-radius: 50%;
    width: 90px;
    content: "";
    height: 90px;
    top: -30px;
    z-index: 0;
    background: rgb(140,178,160,0.5);
    position: absolute;
}.ty_banner_style a {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 1;
    display: block;
    text-decoration: none;
}.ty_banner_style a:hover {
    transform: translateX(5px);
}.ty_banner_style p {
    color: #000000;
    margin: 0;
    line-height: 1.8;
    position: relative;
    font-size: 15px;
    z-index: 2;
}

@media (min-width: 768px) {.ty_banner_style {
    padding: 150px 0;
}.ty_banner_style .edu_heritage_style {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}.ty_banner_style .edu_heritage_style > div:first-child {
    padding-left: 50px;
}.ty_banner_style h5 {
    font-size: calc(21px * 1.2);
    max-width: 90%;
}
}

@media (min-width: 992px) {.ty_banner_style {
    padding: 180px 0;
}.ty_banner_style .edu_heritage_style {
    gap: 80px;
    grid-template-columns: 1fr 1.2fr;
}.ty_banner_style .edu_heritage_style > div:first-child {
    transform: translateX(-30px);
}.ty_banner_style .edu_heritage_style:hover > div:first-child {
    transform: translateX(-20px);
}.ty_banner_style .edu_heritage_style > div:last-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 50px 60px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
}.ty_banner_style .edu_heritage_style > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.ty_banner_style {
    padding: 80px 0;
}.ty_banner_style::after {
    height: 150px;
    width: 150px;
}.ty_banner_style .edu_heritage_style > div:first-child {
    padding-left: 20px;
}.ty_banner_style .edu_heritage_style > div:last-child {
    padding: 25px 30px;
}.ty_banner_style h5 {
    font-size: calc(21px * 0.9);
}.ty_banner_style p {
    font-size: calc(15px * 0.95);
}}.course_program_details_style {
    padding: 120px 0;
    background: rgb(217,230,225);
    overflow: hidden;
    position: relative;
}.course_program_details_style::before {
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(180,206,197,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(140,178,160,0.5) 0%, transparent 30%);
    z-index: 0;
    animation: gradientShift 15s infinite alternate ease-in-out;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.7;
}.course_program_details_style::after {
    z-index: 0;
    content: "";
    position: absolute;
    width: 100%;
    animation: rotateBg 120s linear infinite;
    height: 100%;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    left: 0;
    opacity: 0.03;
    top: 0;
}.course_program_details_style .container {
    z-index: 1;
    position: relative;
}.course_program_details_style .edu_heritage_style {
    min-height: 600px;
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
}.course_program_details_style .photo_section_style {
    z-index: 1;
    top: 0;
    left: 0;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
    height: 100%;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    filter: brightness(0.9) contrast(1.1);
    overflow: hidden;
    transform: scale(0.9);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}.course_program_details_style .photo_section_style::before {
    top: 0;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    content: "";
}.course_program_details_style .photo_section_style::after {
    z-index: 3;
    opacity: 0.4;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    transition: opacity 0.5s ease;
    content: "";
    height: 100%;
    background: 
        conic-gradient(
            from 0deg,
            rgb(180,206,197,0.5) 0deg,
            transparent 120deg,
            rgb(140,178,160,0.5) 240deg,
            transparent 360deg
        );
    mix-blend-mode: overlay;
}.course_program_details_style .edu_heritage_style:hover .photo_section_style {
    filter: brightness(1) contrast(1.2);
    transform: scale(0.95) rotate(2deg);
}.course_program_details_style .edu_heritage_style:hover .photo_section_style::after {
    opacity: 0.6;
    animation: rotateOverlay 20s linear infinite;
}.course_program_details_style .education_guide_style {
    z-index: 2;
    display: flex;
    width: 60%;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding: 0;
}.course_program_details_style .main_pagewrap_style {
    align-items: center;
    z-index: 5;
    display: flex;
    border-radius: 50%;
    transform: translateY(0);
    height: 100px;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
    width: 100px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(180,206,197,0.5);
}.course_program_details_style .main_pagewrap_style::before {
    content: "";
    border-radius: 50%;
    background: 
        conic-gradient(
            from 0deg,
            rgb(180,206,197) 0deg,
            rgb(180,206,197,0.5) 90deg,
            rgb(140,178,160,0.5) 180deg,
            rgb(140,178,160) 270deg,
            rgb(180,206,197) 360deg
        );
    top: -10px;
    opacity: 0.7;
    bottom: -10px;
    z-index: -1;
    left: -10px;
    right: -10px;
    animation: rotateLogo 10s linear infinite;
    position: absolute;
}.course_program_details_style .main_pagewrap_style::after {
    border-radius: 50%;
    animation: pulseBorder 4s ease-in-out infinite;
    z-index: -2;
    bottom: -20px;
    border: 2px dashed rgb(180,206,197,0.5);
    position: absolute;
    content: "";
    left: -20px;
    right: -20px;
    top: -20px;
    opacity: 0.3;
}.course_program_details_style .main_pagewrap_style:hover {
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(180,206,197,0.5);
    transform: translateY(-10px);
}.course_program_details_style .main_pagewrap_style svg {
    height: 50px;
    filter: drop-shadow(0 3px 6px rgb(180,206,197,0.5));
    transition: all 0.5s ease;
    width: 50px;
}.course_program_details_style .main_pagewrap_style:hover svg {
    transform: rotate(15deg) scale(1.1);
}.course_program_details_style .main_pagewrap_style svg path {
    fill: rgb(180,206,197);
    transition: fill 0.5s ease;
}.course_program_details_style .main_pagewrap_style:hover svg path {
    fill: rgb(140,178,160);
}.course_program_details_style h3 {
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
    width: 90%;
    font-size: 38px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    font-weight: 700;
    border-radius: 26px;
    max-width: 600px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    padding: 25px 40px;
    transform: perspective(800px) rotateX(2deg);
}.course_program_details_style h3::before {
    background: linear-gradient(135deg, rgb(180,206,197,0.5) 0%, transparent 100%);
    z-index: -1;
    opacity: 0.1;
    content: "";
    border-radius: 26px;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
}.course_program_details_style h3::after {
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(180,206,197), rgb(140,178,160));
    content: "";
    bottom: -15px;
    transition: width 0.5s ease;
    height: 3px;
    border-radius: 10px;
    left: 50%;
    width: 60px;
}.course_program_details_style .education_guide_style:hover h3 {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.course_program_details_style .education_guide_style:hover h3::after {
    width: 120px;
}.course_program_details_style p {
    color: #000000;
    padding: 35px;
    border-radius: 26px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateX(-2deg);
    background: #ffffff;
    font-size: 13px;
    width: 100%;
    max-width: 700px;
    position: relative;
    line-height: 1.8;
    z-index: 4;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.course_program_details_style p::before {
    background: linear-gradient(225deg, rgb(140,178,160,0.5) 0%, transparent 100%);
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
    border-radius: 26px;
    width: 100%;
    z-index: -1;
}.course_program_details_style p::after {
    top: -30px;
    position: absolute;
    right: 30px;
    width: 60px;
    transition: all 0.5s ease;
    height: 60px;
    opacity: 0.5;
    filter: blur(25px);
    background: rgb(140,178,160,0.5);
    content: "";
    z-index: -2;
    border-radius: 50%;
}.course_program_details_style .education_guide_style:hover p {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: perspective(800px) rotateX(0deg);
}.course_program_details_style .education_guide_style:hover p::after {
    opacity: 0.7;
    width: 80px;
    height: 80px;
}

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateOverlay {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course_program_details_style {
    padding: 100px 0;
}.course_program_details_style .edu_heritage_style {
    min-height: 550px;
}.course_program_details_style .education_guide_style {
    width: 70%;
}.course_program_details_style .main_pagewrap_style {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
}.course_program_details_style .main_pagewrap_style svg {
    height: 45px;
    width: 45px;
}.course_program_details_style h3 {
    margin-bottom: 25px;
    padding: 22px 35px;
    font-size: calc(38px - 2px);
}.course_program_details_style p {
    padding: 30px;
    font-size: calc(13px - 1px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.course_program_details_style {
    padding: 80px 0;
}.course_program_details_style .edu_heritage_style {
    min-height: 450px;
}.course_program_details_style .photo_section_style {
    transform: scale(0.85);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.course_program_details_style .edu_heritage_style:hover .photo_section_style {
    transform: scale(0.9) rotate(3deg);
}.course_program_details_style .education_guide_style {
    width: 80%;
}.course_program_details_style .main_pagewrap_style {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}.course_program_details_style .main_pagewrap_style svg {
    height: 40px;
    width: 40px;
}.course_program_details_style h3 {
    margin-bottom: 20px;
    font-size: calc(38px - 4px);
    width: 95%;
    padding: 20px 30px;
}.course_program_details_style p {
    padding: 25px;
    font-size: calc(13px - 1px);
    line-height: 1.7;
}.course_program_details_style h3::after {
    bottom: -12px;
    width: 50px;
}.course_program_details_style .education_guide_style:hover h3::after {
    width: 100px;
}.course_program_details_style p::after {
    top: -25px;
    width: 50px;
    right: 25px;
    height: 50px;
}.course_program_details_style .education_guide_style:hover p::after {
    height: 65px;
    width: 65px;
}
}

@media (max-width: 767px) {.course_program_details_style {
    padding: 60px 0;
}.course_program_details_style .edu_heritage_style {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 50px;
}.course_program_details_style .photo_section_style {
    margin: 30px 0;
    height: 300px;
    transform: scale(0.9);
    border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
    position: relative;
}.course_program_details_style .edu_heritage_style:hover .photo_section_style {
    transform: scale(0.95) rotate(2deg);
}.course_program_details_style .education_guide_style {
    width: 100%;
    order: 2;
}.course_program_details_style .main_pagewrap_style {
    position: absolute;
    width: 70px;
    top: -30px;
    height: 70px;
    transform: translateX(-50%);
    margin-bottom: 0;
    z-index: 10;
    left: 50%;
}.course_program_details_style .main_pagewrap_style::before,
    .course_program_details_style .main_pagewrap_style::after {
    display: none;
}.course_program_details_style .main_pagewrap_style svg {
    width: 35px;
    height: 35px;
}.course_program_details_style .main_pagewrap_style:hover {
    transform: translateX(-50%) translateY(-5px);
}.course_program_details_style h3 {
    margin-bottom: 15px;
    width: 100%;
    margin-top: 40px;
    transform: none;
    padding: 20px;
    font-size: calc(38px - 6px);
}.course_program_details_style p {
    padding: 20px;
    transform: none;
    font-size: calc(13px - 2px);
    line-height: 1.6;
}.course_program_details_style h3::after {
    bottom: -10px;
    width: 40px;
}.course_program_details_style .education_guide_style:hover h3::after {
    width: 80px;
}.course_program_details_style p::after {
    display: none;
}.course_program_details_style .education_guide_style:hover h3,
    .course_program_details_style .education_guide_style:hover p {
    transform: none;
}}.tariff_plan_style {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.tariff_plan_style::before {
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    z-index: 1;
    content: "";
}.tariff_plan_style .container {
    z-index: 2;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.tariff_plan_style .plan_pricing_style {
    width: 100%;
    align-items: center;
    flex-direction: column;
    display: flex;
}.tariff_plan_style h2 {
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    color: #ffffff;
    position: relative;
    transform: translateY(20px);
    animation: fadeSlideUp 0.7s ease forwards;
}.tariff_plan_style .lesson_rates_style {
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    text-align: center;
    max-width: 700px;
    opacity: 0;
    color: #ffffff;
    margin-bottom: 50px;
    transform: translateY(20px);
    font-size: 15px;
    line-height: 1.6;
}.tariff_plan_style .rate_options_style {
    width: 100%;
    padding: 0;
    perspective: 1000px;
    display: grid;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.tariff_plan_style .rate_options_style li {
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s ease forwards;
    opacity: 0;
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
}.tariff_plan_style .rate_options_style li:nth-child(1) {
    --li-index: 1;
}.tariff_plan_style .rate_options_style li:nth-child(2) {
    --li-index: 2;
}.tariff_plan_style .rate_options_style li:nth-child(3) {
    --li-index: 3;
}.tariff_plan_style .rate_options_style li:nth-child(4) {
    --li-index: 4;
}.tariff_plan_style .fee_package_style {
    display: block;
    text-decoration: none;
    overflow: hidden;
    height: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    border: 1px solid rgba(255,255,255,0.15);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    backdrop-filter: blur(10px);
}.tariff_plan_style .fee_package_style::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(180,206,197), rgb(140,178,160));
    height: 4px;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    top: 0;
}.tariff_plan_style .fee_package_style:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateY(-10px) scale(1.02);
}.tariff_plan_style .fee_package_style:hover::before {
    transform: scaleX(1);
}.tariff_plan_style .annual_fee_style {
    flex-direction: column;
    display: flex;
    padding: 30px;
    height: 100%;
}.tariff_plan_style .fee_choices_style {
    display: flex;
    height: 100%;
    flex-direction: column;
}.tariff_plan_style .fee_choices_style h4 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 0;
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px;
}.tariff_plan_style .fee_choices_style h4::after {
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(140,178,160);
    content: "";
    width: 40px;
}.tariff_plan_style .fee_choices_style p {
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: calc(15px - 2px);
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: break-word;
    color: rgba(255,255,255,0.8);
}.tariff_plan_style .discount_deals_style {
    position: relative;
    color: #ffffff;
    margin-top: auto;
    padding: 10px 20px;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(180,206,197,0.5), rgb(140,178,160,0.5));
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-weight: 700;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    font-size: calc(22px + 4px);
}.tariff_plan_style .fee_package_style:hover .discount_deals_style {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

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

@media (max-width: 992px) {.tariff_plan_style {
    padding: 80px 0;
}.tariff_plan_style h2 {
    font-size: calc(32px - 4px);
}.tariff_plan_style .rate_options_style {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.tariff_plan_style .annual_fee_style {
    padding: 25px;
}.tariff_plan_style .discount_deals_style {
    font-size: calc(22px + 2px);
}
}

@media (max-width: 768px) {.tariff_plan_style {
    padding: 60px 0;
}.tariff_plan_style h2 {
    font-size: calc(32px - 6px);
    margin-bottom: 15px;
}.tariff_plan_style .lesson_rates_style {
    font-size: calc(15px - 1px);
    margin-bottom: 30px;
}.tariff_plan_style .rate_options_style {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.tariff_plan_style .fee_choices_style p {
    font-size: calc(15px - 3px);
}
}

@media (max-width: 480px) {.tariff_plan_style {
    padding: 50px 0;
}.tariff_plan_style .annual_fee_style {
    padding: 20px;
}.tariff_plan_style .fee_choices_style h4 {
    font-size: calc(22px - 2px);
}.tariff_plan_style .discount_deals_style {
    font-size: 22px;
    padding: 8px 15px;
}}.training_method_style {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,230,225) 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
}.training_method_style::before {
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(180,206,197,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(140,178,160,0.5) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    opacity: 0.1;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    z-index: 0;
}.training_method_style::after {
    right: -5%;
    background: linear-gradient(225deg, rgb(180,206,197,0.5) 0%, transparent 70%);
    filter: blur(60px);
    content: "";
    transform: rotate(-15deg);
    z-index: 0;
    position: absolute;
    width: 300px;
    top: -5%;
    opacity: 0.2;
    height: 300px;
}.training_method_style .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.training_method_style .edu_heritage_style {
    justify-content: center;
    perspective: 1000px;
    position: relative;
    display: flex;
    align-items: center;
    transform-style: preserve-3d;
}.training_method_style .edu_heritage_style > div {
    position: relative;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    max-width: 800px;
    padding: 50px 60px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    width: 100%;
}.training_method_style .edu_heritage_style > div::before {
    background: linear-gradient(90deg, 
        rgb(180,206,197) 0%, 
        rgb(140,178,160) 50%, 
        rgb(180,206,197) 100%);
    animation: gradientFlow 6s ease infinite;
    position: absolute;
    background-size: 200% 100%;
    width: 100%;
    left: 0;
    content: "";
    height: 3px;
    top: 0;
}.training_method_style .edu_heritage_style > div::after {
    opacity: 0.7;
    width: 90%;
    bottom: -10px;
    height: 10px;
    left: 5%;
    position: absolute;
    background: #ffffff;
    filter: blur(10px);
    z-index: -1;
    content: "";
}.training_method_style h3 {
    color: #000000;
    margin-bottom: 25px;
    animation: fadeSlideUp 0.8s ease-out forwards;
    display: inline-block;
    transform: translateY(0);
    transition: transform 0.5s ease-out;
    font-size: 35px;
    position: relative;
    font-weight: 700;
}.training_method_style h3::after {
    left: 0;
    transform: scaleX(0);
    width: 60px;
    content: "";
    transform-origin: left;
    bottom: -5px;
    height: 2px;
    animation: expandWidth 0.8s 0.4s ease-out forwards;
    background: rgb(180,206,197);
    position: absolute;
}.training_method_style p {
    opacity: 0;
    margin-bottom: 0;
    line-height: 1.8;
    position: relative;
    font-size: 17px;
    color: #000000;
    animation: fadeSlideUp 0.8s 0.2s ease-out forwards;
}.training_method_style p span {
    position: relative;
    display: block;
}.training_method_style p span::before {
    content: "";
    font-size: 120px;
    color: rgb(180,206,197,0.5);
    position: absolute;
    z-index: -1;
    top: -40px;
    opacity: 0.2;
    font-family: serif;
    left: -10px;
}.training_method_style .edu_heritage_style:hover > div {
    transform: translateY(-5px) translateZ(30px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.training_method_style .edu_heritage_style:hover h3 {
    transform: translateY(-3px);
    color: rgb(180,206,197);
}

@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

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

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

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

@media screen and (max-width: 992px) {.training_method_style {
    padding: 80px 0;
}.training_method_style .edu_heritage_style > div {
    padding: 40px 35px;
}.training_method_style h3 {
    font-size: calc(35px * 0.9);
}
}

@media screen and (max-width: 768px) {.training_method_style {
    padding: 60px 0;
}.training_method_style .edu_heritage_style > div {
    padding: 35px 30px;
}.training_method_style h3 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.training_method_style p {
    font-size: calc(17px * 0.95);
}.training_method_style .edu_heritage_style > div::before {
    height: 2px;
}
}

@media screen and (max-width: 576px) {.training_method_style {
    padding: 50px 0;
}.training_method_style .edu_heritage_style > div {
    padding: 30px 20px;
}.training_method_style h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 15px;
}.training_method_style p {
    font-size: calc(17px * 0.9);
    line-height: 1.7;
}.training_method_style h3::after {
    width: 40px;
}.training_method_style p span::before {
    font-size: 80px;
    top: -30px;
}}.title_intro_style {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    justify-content: flex-start;
    padding: 4rem 2rem;
}.title_intro_style::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.45) 100%);
    left: 0;
    z-index: 1;
    backdrop-filter: blur(3px);
}.title_intro_style::after {
    height: 70%;
    content: '';
    transform: rotate(-15deg) skew(15deg);
    animation: floatEffect 20s infinite alternate ease-in-out;
    background: rgb(180,206,197,0.5);
    position: absolute;
    right: -10%;
    top: -10%;
    filter: blur(60px);
    z-index: 0;
    width: 50%;
}.title_intro_style > div {
    z-index: 2;
    max-width: 1200px;
    animation: slideInUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    width: 100%;
    transform: translateY(0);
    margin: 0 auto;
}.title_intro_style > div > div:first-child {
    padding-left: 2rem;
    animation: slideInLeft 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s backwards;
    transform: translateX(0);
    margin-bottom: 3rem;
    position: relative;
    border-left: 4px solid rgb(180,206,197);
}.title_intro_style .title_style_header {
    margin: 0;
    line-height: 1.1;
    color: transparent;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    -webkit-background-clip: text !important;
    font-size: clamp(2.5rem, 5vw, 40px);
    text-shadow: 0 2px 30px rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    background-clip: text !important;
}.title_intro_style .title_style_header:hover {
    transform: perspective(1000px) rotateX(5deg);
}.title_intro_style .edu_space_style {
    backdrop-filter: blur(8px);
    box-shadow: 
        0 10px 30px -5px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset;
    animation: fadeIn 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s backwards;
    gap: 2rem;
    padding: 2.5rem;
    max-width: 650px;
    display: flex;
    position: relative;
    background: linear-gradient(180deg, 
        rgba(var(--dark-color-rgb), 0.6) 0%,
        rgba(var(--dark-color-rgb), 0.3) 100%);
    transform: translateY(0);
    flex-direction: column;
    border-radius: 10px;
}.title_intro_style .edu_space_style::before {
    transform: scaleX(0);
    left: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(90deg, 
        rgb(180,206,197,0.5) 0%,
        transparent 20%);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 0;
    width: 100%;
    content: '';
    transform-origin: left center;
    position: absolute;
    opacity: 0.2;
}.title_intro_style .edu_space_style:hover::before {
    transform: scaleX(1);
}.title_intro_style .learn_guide_style {
    padding-bottom: 1.5rem;
    position: relative;
}.title_intro_style .learn_guide_style::after {
    background: linear-gradient(90deg, 
        rgb(140,178,160) 0%,
        transparent 100%);
    width: 40%;
    position: absolute;
    transform: scaleX(0.7);
    transition: transform 0.5s ease-out;
    height: 1px;
    bottom: 0;
    transform-origin: left center;
    left: 0;
    content: '';
}.title_intro_style .learn_guide_style:hover::after {
    transform: scaleX(1);
}.title_intro_style h3 {
    font-weight: 600;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    line-height: 1.4;
    margin: 0;
    transform: translateX(0);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
}.title_intro_style .learn_guide_style:hover h3 {
    transform: translateX(5px);
}.title_intro_style span {
    display: inline-block;
    transform: translateY(0);
    padding: 0.75rem 1.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(135deg, 
        rgb(140,178,160,0.5) 0%, 
        transparent 100%);
    border-radius: 10px;
}.title_intro_style span:hover {
    transform: translateY(-5px);
}.title_intro_style p {
    line-height: 1.6;
    font-weight: 400;
    opacity: 0.9;
    margin: 0;
    font-size: clamp(1rem, 2vw, 18px);
    color: #ffffff;
}

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

@keyframes slideInLeft {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-18deg) skew(17deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(-12deg) skew(13deg) translate(20px, -20px);
    }
}

@media (max-width: 991px) {.title_intro_style {
    padding: 3rem 1.5rem;
}.title_intro_style > div > div:first-child {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}.title_intro_style .edu_space_style {
    padding: 2rem;
}
}

@media (max-width: 767px) {.title_intro_style {
    align-items: flex-start;
    padding: 2.5rem 1rem;
}.title_intro_style::after {
    width: 70%;
    height: 50%;
}.title_intro_style > div > div:first-child {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}.title_intro_style .edu_space_style {
    gap: 1.5rem;
    padding: 1.5rem;
}.title_intro_style .learn_guide_style {
    padding-bottom: 1rem;
}
}

@media (max-width: 480px) {.title_intro_style {
    padding: 2rem 1rem;
    min-height: 90vh;
}.title_intro_style .edu_space_style {
    gap: 1.25rem;
    padding: 1.25rem;
}.title_intro_style span {
    padding: 0.5rem 1rem;
}}.our_story_style {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.our_story_style::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(180,206,197,0.5) 70%);
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
}.our_story_style::after {
    position: absolute;
    z-index: 1;
    right: -50px;
    height: 250px;
    content: "";
    animation: float 10s ease-in-out infinite;
    border: 3px solid rgb(140,178,160,0.5);
    bottom: -50px;
    transform: rotate(15deg);
    width: 250px;
}.our_story_style h4 {
    letter-spacing: 2px;
    transform: translateX(20px);
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 34px;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    z-index: 2;
    padding-left: 2rem;
    color: #ffffff;
    opacity: 0;
}.our_story_style h4::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(140,178,160);
    left: 0;
    height: 3px;
}.our_story_style .container {
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.our_story_style .text_text_style {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(20px);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    animation: fadeUp 1s forwards 0.4s ease-out;
}.our_story_style .text_text_style h6 {
    color: rgb(180,206,197);
    display: inline-block;
    position: relative;
    font-weight: 700;
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
    font-size: 21px;
}.our_story_style .text_text_style h6::after {
    height: 2px;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(140,178,160), transparent);
    content: "";
}.our_story_style .text_text_style div {
    position: relative;
}.our_story_style .text_text_style span {
    column-gap: 2rem;
    position: relative;
    z-index: 2;
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
    display: block;
    column-count: 1;
}.our_story_style .text_text_style::before {
    height: 40%;
    top: 3rem;
    position: absolute;
    border: 1px dashed rgb(140,178,160,0.5);
    width: 40%;
    opacity: 0.5;
    right: 2rem;
    content: "";
    z-index: 1;
    transform: rotate(-5deg);
}

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

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

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

@media (min-width: 768px) {.our_story_style {
    padding: 7rem 0;
}.our_story_style h4 {
    padding-left: 3rem;
    font-size: calc(34px * 1.2);
}.our_story_style h4::before {
    width: 2.5rem;
}.our_story_style .text_text_style {
    margin-left: 3rem;
    padding: 4rem;
}.our_story_style .text_text_style span {
    column-count: 2;
}.our_story_style .text_text_style::before {
    width: 30%;
    height: 50%;
}
}

@media (min-width: 992px) {.our_story_style {
    padding: 9rem 0;
}.our_story_style h4 {
    margin-left: 3rem;
}.our_story_style .text_text_style {
    margin-left: 6rem;
    width: 85%;
    padding: 5rem;
}.our_story_style .text_text_style h6 {
    font-size: calc(21px * 1.2);
}.our_story_style .text_text_style span {
    column-count: 2;
    column-gap: 3rem;
}.our_story_style::after {
    height: 350px;
    width: 350px;
}
}

@media (max-width: 767px) {.our_story_style {
    padding: 4rem 0;
}.our_story_style h4 {
    padding-left: 1.5rem;
    text-align: left;
}.our_story_style .text_text_style {
    padding: 2rem;
}.our_story_style .text_text_style::before {
    display: none;
}}.reach_out_info_style {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,230,225) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
}.reach_out_info_style::before {
    top: 0;
    position: absolute;
    opacity: 0.05;
    left: 0;
    z-index: 1;
    background: 
    linear-gradient(45deg, transparent 48%, rgb(180,206,197,0.5) 49%, rgb(180,206,197,0.5) 51%, transparent 52%) 0 0 / 50px 50px,
    linear-gradient(-45deg, transparent 48%, rgb(140,178,160,0.5) 49%, rgb(140,178,160,0.5) 51%, transparent 52%) 0 0 / 50px 50px;
    height: 100%;
    content: "";
    width: 100%;
}.reach_out_info_style::after {
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(0deg, rgb(180,206,197,0.5) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    content: "";
    height: 30%;
    opacity: 0.05;
}.reach_out_info_style .container {
    position: relative;
    z-index: 10;
}.reach_out_info_style .get_support_style {
    border-radius: 14px;
    position: relative;
    background-color: #ffffff;
    border-top: 5px solid rgb(180,206,197);
    padding: 3.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}.reach_out_info_style .get_support_style h2 {
    font-size: 30px;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
}.reach_out_info_style .get_support_style h2::after {
    width: 40%;
    border-radius: 10px;
    left: 0;
    position: absolute;
    background-color: rgb(140,178,160);
    content: "";
    bottom: -8px;
    height: 4px;
}.reach_out_info_style .get_support_style p {
    max-width: 85%;
    color: #000000;
    font-size: 13px;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}.reach_out_info_style .get_support_style p:last-of-type {
    padding: 1rem 1.5rem;
    background-color: rgb(217,230,225);
    align-items: center;
    margin-bottom: 2rem;
    display: inline-flex;
    border-radius: 10px;
    font-weight: 600;
    color: #000000;
}.reach_out_info_style .get_support_style p:last-of-type svg {
    width: 22px;
    margin-right: 12px;
    fill: rgb(180,206,197);
    height: 22px;
}.reach_out_info_style .get_support_style p:last-of-type svg path {
    fill: rgb(180,206,197);
}.reach_out_info_style .join_us_style {
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}.reach_out_info_style .message_us_style {
    display: flex;
    border-radius: 50%;
    align-items: center;
    text-indent: -9999px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    color: transparent;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.8);
    height: 60px;
    background: linear-gradient(145deg, #ffffff, rgb(217,230,225));
    width: 60px;
    transition: all 0.3s ease;
}.reach_out_info_style .message_us_style::before {
    content: attr(title);
    transition: opacity 0.3s ease;
    opacity: 0;
    left: 50%;
    color: #000000;
    position: absolute;
    white-space: nowrap;
    transform: translateX(-50%);
    pointer-events: none;
    top: 70px;
    text-indent: 0;
    font-size: 12px;
    font-weight: 600;
}.reach_out_info_style .message_us_style:hover::before {
    opacity: 1;
}.reach_out_info_style .message_us_style:hover {
    background: rgb(180,206,197);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1),
              -8px -8px 15px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}.reach_out_info_style .message_us_style svg {
    height: 24px;
    width: 24px;
    fill: rgb(180,206,197);
    transition: fill 0.3s ease;
}.reach_out_info_style .message_us_style:hover svg {
    fill: #ffffff;
}.reach_out_info_style .message_us_style svg path {
    fill: rgb(180,206,197);
    transition: fill 0.3s ease;
}.reach_out_info_style .message_us_style:hover svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.reach_out_info_style {
    padding: 4rem 0;
}.reach_out_info_style .get_support_style {
    padding: 2.5rem;
}.reach_out_info_style .get_support_style h2 {
    font-size: calc(30px * 0.9);
}.reach_out_info_style .get_support_style p {
    max-width: 100%;
}
}

@media (max-width: 767px) {.reach_out_info_style {
    padding: 3rem 0;
}.reach_out_info_style .get_support_style {
    padding: 2rem;
}.reach_out_info_style .join_us_style {
    justify-content: center;
}.reach_out_info_style .message_us_style {
    height: 55px;
    width: 55px;
}}.teacher_profile_style {
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(217,230,225) 0%, rgb(180,206,197,0.5) 100%);
    overflow: hidden;
}.teacher_profile_style::before {
    background: conic-gradient(from 225deg at 50% 50%, rgb(140,178,160,0.5) 0%, transparent 25%, rgb(180,206,197,0.5) 50%, transparent 75%, rgb(140,178,160,0.5) 100%);
    opacity: 0.4;
    animation: rotateBackground 15s linear infinite;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.teacher_profile_style .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.teacher_profile_style .testimonials_track_style {
    grid-template-rows: auto auto;
    grid-template-areas:
        "photo quote"
        "info quote";
    padding: 3rem;
    gap: 1.5rem;
    transform: rotateY(-5deg);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(140,178,160,0.5),
                0 10px 0 -5px rgb(180,206,197,0.5);
    transition: transform 0.5s ease;
    grid-template-columns: 300px 1fr;
    border-radius: 23px;
    display: grid;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    backdrop-filter: blur(10px);
}.teacher_profile_style .testimonials_track_style:hover {
    transform: rotateY(0);
}.teacher_profile_style .photo_section_style {
    transition: all 0.4s ease;
    transform: translateZ(30px);
    height: 220px;
    width: 220px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    grid-area: photo;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(180,206,197,0.5);
}.teacher_profile_style .testimonials_track_style:hover .photo_section_style {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(180,206,197);
}.teacher_profile_style .name {
    margin-bottom: 0.5rem;
    font-size: 34px;
    color: #000000;
    margin-top: 1rem;
    display: block;
    transform: translateZ(20px);
    grid-area: info;
    font-weight: 700;
}.teacher_profile_style .testimonials_track_style span:not(.name) {
    font-size: 14px;
    transform: translateZ(15px);
    color: rgb(180,206,197);
    margin-top: 3.5rem;
    font-weight: 600;
    display: block;
    grid-area: info;
}.teacher_profile_style .career_details_style {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    line-height: 1.6;
    font-size: calc(14px * 1.1);
    position: relative;
    grid-area: quote;
    border-radius: 0 23px 23px 0;
    border-left: 4px solid rgb(140,178,160);
    padding: 1.5rem 2rem;
    font-weight: 400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    color: #000000;
    transform: translateZ(10px);
}.teacher_profile_style .career_details_style::before {
    height: 100%;
    animation: shimmer 3s infinite linear;
    content: "";
    width: 100%;
    opacity: 0.2;
    mix-blend-mode: overlay;
    left: 0;
    top: 0;
    background-size: 200% 200%;
    background: linear-gradient(45deg, transparent 40%, rgb(140,178,160,0.5) 40%, rgb(140,178,160,0.5) 60%, transparent 60%);
    position: absolute;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.teacher_profile_style .testimonials_track_style {
    grid-template-areas:
            "photo_section_style"
            "reach_request_style"
            "career_details_style";
    padding: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}.teacher_profile_style .photo_section_style {
    margin: 0 auto;
    width: 180px;
    height: 180px;
}.teacher_profile_style .name,
    .teacher_profile_style .testimonials_track_style span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.teacher_profile_style .testimonials_track_style span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.teacher_profile_style {
    padding: 4rem 0;
}.teacher_profile_style .testimonials_track_style {
    transform: none;
    padding: 1.5rem;
}.teacher_profile_style .photo_section_style {
    width: 140px;
    height: 140px;
}.teacher_profile_style .career_details_style {
    font-size: 14px;
    padding: 1rem;
}}.program_results_style {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: rgb(217,230,225);
}.program_results_style::before {
    height: 70vw;
    width: 70vw;
    top: -35vw;
    background: linear-gradient(135deg, rgb(180,206,197,0.5) 0%, rgb(140,178,160,0.5) 100%);
    z-index: 1;
    right: -35vw;
    opacity: 0.8;
    border-radius: 50%;
    content: '';
    position: absolute;
}.program_results_style::after {
    border-radius: 50%;
    width: 50vw;
    position: absolute;
    opacity: 0.6;
    height: 50vw;
    z-index: 1;
    left: -25vw;
    bottom: -25vw;
    content: '';
    background: linear-gradient(135deg, rgb(140,178,160,0.5) 0%, rgb(180,206,197,0.5) 100%);
}.program_results_style .edu_heritage_style {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 0;
    max-width: 1300px;
    margin: 0 auto;
}.program_results_style .photo_section_style {
    z-index: 3;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    height: 550px;
    border-radius: 50% 0 0 50%;
    width: 45%;
    position: relative;
    margin-left: -5vw;
}.program_results_style .photo_section_style::before {
    z-index: -1;
    width: 110%;
    top: -5%;
    position: absolute;
    border: 2px dashed rgb(180,206,197,0.5);
    height: 110%;
    left: -5%;
    content: '';
    border-radius: 50% 0 0 50%;
    animation: rotate 20s linear infinite;
}.program_results_style .photo_section_style::after {
    background: linear-gradient(90deg, rgb(180,206,197,0.5) 0%, transparent 100%);
    content: '';
    border-radius: 50% 0 0 50%;
    inset: 0;
    z-index: 1;
    position: absolute;
}.program_results_style .text_text_style {
    padding: 3rem 2rem 3rem 5rem;
    position: relative;
    width: 60%;
}.program_results_style h2 {
    font-weight: 700;
    position: relative;
    font-size: 33px;
    color: #000000;
    margin-bottom: 3rem;
}.program_results_style h2::after {
    left: 0;
    background: rgb(180,206,197);
    height: 4px;
    position: absolute;
    border-radius: 10px;
    bottom: -15px;
    width: 80px;
    content: '';
}.program_results_style .text_main_holder {
    gap: 2rem;
    position: relative;
    flex-direction: column;
    display: flex;
}.program_results_style .text_main_holder::before {
    left: -2rem;
    content: '';
    position: absolute;
    width: 2px;
    top: 0;
    background: linear-gradient(to bottom, rgb(180,206,197,0.5), transparent);
    height: 100%;
}.program_results_style .text_main_holder > div {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}.program_results_style .text_main_holder > div::before {
    transition: all 0.3s ease;
    position: absolute;
    left: -2.3rem;
    content: '';
    width: 12px;
    border: 2px solid rgb(180,206,197);
    background: #ffffff;
    height: 12px;
    border-radius: 50%;
}.program_results_style .text_main_holder > div:hover::before {
    background: rgb(180,206,197);
    transform: scale(1.3);
}.program_results_style .text_main_holder > div:hover {
    transform: translateX(10px);
}.program_results_style .text_main_holder svg {
    width: 3rem;
    padding: 0.7rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    height: 3rem;
    border-radius: 50%;
    margin-right: 1.5rem;
}.program_results_style .text_main_holder > div:hover svg {
    transform: rotate(10deg);
    background: rgb(180,206,197,0.5);
}.program_results_style .text_main_holder svg path {
    fill: rgb(180,206,197);
    transition: fill 0.3s ease;
}.program_results_style .text_main_holder > div:hover svg path {
    fill: rgb(140,178,160);
}.program_results_style .text_main_holder p {
    margin: 0;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.program_results_style .photo_section_style {
    height: 500px;
    width: 40%;
}.program_results_style .text_text_style {
    width: 65%;
    padding-left: 4rem;
}
}

@media (max-width: 992px) {.program_results_style .edu_heritage_style {
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
}.program_results_style .photo_section_style {
    border-radius: 16px;
    margin-bottom: 3rem;
    width: 100%;
    margin-left: 0;
    height: 400px;
}.program_results_style .photo_section_style::before {
    border-radius: 16px;
}.program_results_style .photo_section_style::after {
    border-radius: 16px;
}.program_results_style .text_text_style {
    padding: 0;
    width: 100%;
}.program_results_style .text_main_holder::before {
    left: -1.5rem;
}.program_results_style .text_main_holder > div::before {
    left: -1.8rem;
}
}

@media (max-width: 768px) {.program_results_style {
    padding: 5rem 0;
}.program_results_style .photo_section_style {
    height: 350px;
}.program_results_style h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 576px) {.program_results_style .edu_heritage_style {
    max-width: 95%;
}.program_results_style .photo_section_style {
    height: 250px;
}.program_results_style .text_main_holder {
    margin-left: 1.5rem;
}.program_results_style .text_main_holder::before {
    left: -1rem;
}.program_results_style .text_main_holder > div::before {
    left: -1.3rem;
}.program_results_style .text_main_holder svg {
    margin-right: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    padding: 0.5rem;
}}.secure_wrap_style {
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(217,230,225) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #000000;
}.secure_wrap_style::before {
    opacity: 0.2;
    background: linear-gradient(225deg, rgb(140,178,160,0.5) 0%, transparent 70%);
    height: 30vh;
    width: 30vw;
    top: 0;
    position: absolute;
    content: "";
    transform: translateY(-15%) translateX(15%);
    z-index: 0;
    right: 0;
}.secure_wrap_style::after {
    height: 40vh;
    background: linear-gradient(45deg, rgb(180,206,197,0.5) 0%, transparent 70%);
    width: 40vw;
    left: 0;
    opacity: 0.15;
    position: absolute;
    bottom: 0;
    transform: translateY(15%) translateX(-15%);
    content: "";
    z-index: 0;
}.secure_wrap_style .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 1;
}.secure_wrap_style h1 {
    margin-bottom: 2rem;
    position: relative;
    transform-origin: left center;
    color: #000000;
    font-weight: 700;
    font-size: calc(45px * 1.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.secure_wrap_style h1::after {
    transition: transform 0.5s ease-out;
    height: 3px;
    bottom: -0.6rem;
    background: rgb(180,206,197);
    position: absolute;
    left: 0;
    content: "";
    transform-origin: left center;
    transform: scaleX(1);
    width: 4rem;
}.secure_wrap_style h1:hover {
    transform: translateX(5px);
}.secure_wrap_style h1:hover::after {
    transform: scaleX(1.5);
}.secure_wrap_style h2 {
    font-size: 30px;
    padding-bottom: 0.5rem;
    margin: 2.5rem 0 1rem;
    padding-left: 1rem;
    position: relative;
    border-left: 3px solid rgb(140,178,160);
    color: #000000;
    transition: transform 0.3s ease;
    transform: translateX(0);
    font-weight: 600;
}.secure_wrap_style h2:hover {
    transform: translateX(5px);
}.secure_wrap_style h3 {
    padding-bottom: 0.3rem;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-size: calc(30px * 0.85);
    margin: 2rem 0 1rem;
}.secure_wrap_style h4 {
    color: #000000;
    position: relative;
    font-size: calc(30px * 0.7);
    padding-left: 1rem;
    margin: 1.5rem 0 1rem;
    font-weight: 600;
}.secure_wrap_style h4::before {
    top: 50%;
    transform: translateY(-50%);
    background: rgb(140,178,160);
    height: 5px;
    content: "";
    left: 0;
    position: absolute;
    width: 5px;
}.secure_wrap_style p {
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    opacity: 0.9;
    line-height: 1.7;
    font-size: 13px;
    max-width: 90ch;
    color: #000000;
}.secure_wrap_style p:hover {
    opacity: 1;
    transform: translateY(-2px);
}.secure_wrap_style strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000000;
}.secure_wrap_style strong::after {
    content: "";
    background: rgb(180,206,197,0.5);
    left: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    transform: scaleX(0.3);
    bottom: -2px;
    transition: transform 0.3s ease;
    transform-origin: left;
}.secure_wrap_style strong:hover::after {
    transform: scaleX(1);
}.secure_wrap_style ul {
    list-style: none;
    padding-left: 1.5rem;
    position: relative;
    margin: 1.5rem 0 2rem;
}.secure_wrap_style ul::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(140,178,160,0.5) 0%, transparent 100%);
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 2px;
}.secure_wrap_style li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: #000000;
    transition: transform 0.3s ease;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    position: relative;
}.secure_wrap_style li::before {
    background: rgb(140,178,160);
    width: 6px;
    height: 6px;
    top: 1rem;
    content: "";
    border-radius: 10px;
    position: absolute;
    transition: transform 0.3s ease, background 0.3s ease;
    left: 0;
}.secure_wrap_style li:hover {
    transform: translateX(5px);
}.secure_wrap_style li:hover::before {
    background: rgb(180,206,197);
    transform: scale(1.3);
}.secure_wrap_style span {
    border-left: 2px solid rgb(180,206,197,0.5);
    transform: perspective(1000px) rotateX(0);
    color: #000000;
    line-height: 1.7;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 1rem;
    font-size: 13px;
    background: rgba(#ffffff, 0.5);
    display: block;
    margin-bottom: 1.5rem;
}.secure_wrap_style span:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {.secure_wrap_style {
    padding: 6rem 3rem;
}.secure_wrap_style .container {
    padding: 0 2rem;
}.secure_wrap_style h1 {
    margin-bottom: 3rem;
    font-size: calc(45px * 1.3);
}.secure_wrap_style h1::after {
    width: 6rem;
    height: 4px;
}.secure_wrap_style h2 {
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
    font-size: calc(30px * 1.1);
}.secure_wrap_style h3 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(30px * 0.9);
}.secure_wrap_style h4 {
    font-size: calc(30px * 0.75);
    padding-left: 1.2rem;
    margin: 2rem 0 1rem;
}.secure_wrap_style ul {
    padding-left: 2rem;
}.secure_wrap_style li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.secure_wrap_style span {
    padding: 1.5rem;
    margin-left: 1rem;
}
}

@media (min-width: 992px) {.secure_wrap_style {
    padding: 8rem 4rem;
}.secure_wrap_style::before {
    height: 40vh;
    width: 40vw;
}.secure_wrap_style::after {
    height: 50vh;
    width: 50vw;
}.secure_wrap_style h1 {
    font-size: calc(45px * 1.5);
    margin-bottom: 4rem;
    transform: translateZ(0);
}.secure_wrap_style h1::after {
    width: 8rem;
}.secure_wrap_style h2 {
    font-size: calc(30px * 1.2);
    padding-left: 1.5rem;
    border-left-width: 4px;
    margin: 4rem 0 2rem;
}.secure_wrap_style p {
    line-height: 1.8;
    margin-bottom: 2rem;
}.secure_wrap_style ul {
    margin: 2rem 0 2.5rem;
}.secure_wrap_style li {
    margin-bottom: 0.8rem;
    padding: 0.8rem 0 0.8rem 1.8rem;
}.secure_wrap_style span {
    margin-left: 2rem;
    line-height: 1.8;
    padding: 2rem;
}
}

@media (max-width: 767px) {.secure_wrap_style {
    padding: 3rem 1.5rem;
}.secure_wrap_style h1 {
    margin-bottom: 1.5rem;
    font-size: calc(45px * 1);
}.secure_wrap_style h1::after {
    width: 3rem;
    height: 2px;
}.secure_wrap_style h2 {
    padding-left: 0.8rem;
    font-size: 30px;
    border-left-width: 2px;
    margin: 2rem 0 1rem;
}.secure_wrap_style h3, 
    .secure_wrap_style h4 {
    font-size: calc(30px * 0.8);
    margin: 1.5rem 0 0.8rem;
}.secure_wrap_style p {
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-size: calc(13px * 0.95);
}.secure_wrap_style ul {
    margin: 1rem 0 1.5rem;
    padding-left: 0.8rem;
}.secure_wrap_style li {
    line-height: 1.5;
    padding: 0.4rem 0 0.4rem 1.2rem;
    margin-bottom: 0.4rem;
    font-size: calc(13px * 0.95);
}.secure_wrap_style span {
    line-height: 1.6;
    padding: 0.8rem;
    margin-left: 0;
    font-size: calc(13px * 0.95);
    margin-bottom: 1.2rem;
}
}