* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.wrapping-container_9 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1199px;
}.top_mainbar_5 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.collab_net_7 {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our_story_9 {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background-color: rgb(216,219,194);
}.our_story_9::before {
    position: absolute;
    background: radial-gradient(circle at top right, rgb(156,201,194,0.5) 0%, transparent 70%);
    z-index: 1;
    content: "";
    right: 0;
    opacity: 0.4;
    width: 40%;
    height: 100%;
    top: 0;
}.our_story_9::after {
    opacity: 0.3;
    bottom: 0;
    width: 30%;
    height: 60%;
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle at bottom left, rgb(122,115,181,0.5) 0%, transparent 70%);
}.our_story_9 .container {
    z-index: 2;
    position: relative;
}.our_story_9 .pedagogy_way_9 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 60px;
}.our_story_9 h3 {
    margin-bottom: 50px;
    color: #000000;
    grid-column: 1 / -1;
    font-size: 33px;
    text-align: center;
    position: relative;
    font-weight: 700;
}.our_story_9 h3::after {
    width: 80px;
    content: "";
    bottom: -15px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(156,201,194), rgb(122,115,181));
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}.our_story_9 .expert_zone_6 {
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transform: translateX(0);
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 18px;
    padding: 30px;
}.our_story_9 .expert_zone_6:hover {
    transform: translateX(10px);
}.our_story_9 .expert_zone_6 span {
    color: rgb(156,201,194);
    display: inline-block;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}.our_story_9 .expert_zone_6 span::after {
    bottom: -5px;
    height: 2px;
    position: absolute;
    background-color: rgb(122,115,181);
    width: 40px;
    content: "";
    left: 0;
}.our_story_9 .expert_zone_6 p {
    line-height: 1.7;
    margin-bottom: 25px;
    color: #000000;
    font-size: 18px;
}.our_story_9 .photo_cell_1 {
    border-radius: 18px;
    height: 250px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}.our_story_9 .photo_cell_1::after {
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
}.our_story_9 .class_space_2 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    padding: 30px;
    transform: translateX(0);
    border-radius: 18px;
    position: relative;
    flex-direction: column;
}.our_story_9 .class_space_2:hover {
    transform: translateX(-10px);
}.our_story_9 .class_space_2 p {
    padding-top: 15px;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.7;
    color: #000000;
}.our_story_9 .learning_creators_1 {
    overflow: hidden;
    position: relative;
    border-radius: 18px;
    height: 250px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.our_story_9 .learning_creators_1::after {
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
}.our_story_9 .expert_zone_6,
.our_story_9 .class_space_2 {
    border-top: 4px solid rgb(156,201,194);
}.our_story_9 .class_space_2 {
    border-color: rgb(122,115,181);
}.our_story_9 .pedagogy_way_9::before {
    border: 2px dotted rgb(156,201,194,0.5);
    content: "";
    opacity: 0.4;
    z-index: -1;
    animation: rotate 30s linear infinite;
    top: -100px;
    position: absolute;
    left: -100px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
}.our_story_9 .pedagogy_way_9::after {
    right: -75px;
    content: "";
    border: 2px dotted rgb(122,115,181,0.5);
    animation: rotate 20s linear infinite reverse;
    opacity: 0.4;
    z-index: -1;
    border-radius: 50%;
    bottom: -75px;
    width: 150px;
    height: 150px;
    position: absolute;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.our_story_9 {
    padding: 80px 0;
}.our_story_9 .pedagogy_way_9 {
    grid-gap: 40px;
}.our_story_9 h3 {
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.our_story_9 .pedagogy_way_9 {
    grid-template-columns: 1fr;
    grid-gap: 50px;
}.our_story_9 h3 {
    margin-bottom: 35px;
}.our_story_9 .expert_zone_6:hover,
    .our_story_9 .class_space_2:hover {
    transform: translateY(-10px);
}
}

@media (max-width: 768px) {.our_story_9 {
    padding: 60px 0;
}.our_story_9 h3 {
    font-size: calc(33px * 0.9);
}.our_story_9 .expert_zone_6,
    .our_story_9 .class_space_2 {
    padding: 25px;
}.our_story_9 .expert_zone_6 span {
    font-size: calc(24px * 0.9);
}.our_story_9 .photo_cell_1,
    .our_story_9 .learning_creators_1 {
    height: 220px;
}
}

@media (max-width: 576px) {.our_story_9 {
    padding: 50px 0;
}.our_story_9 h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.our_story_9 .expert_zone_6,
    .our_story_9 .class_space_2 {
    padding: 20px;
}.our_story_9 .expert_zone_6 p,
    .our_story_9 .class_space_2 p {
    margin-bottom: 20px;
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.our_story_9 .photo_cell_1,
    .our_story_9 .learning_creators_1 {
    height: 200px;
}}

.our_story_9 .expert_zone_6::before,
.our_story_9 .class_space_2::before {
    top: -10px;
    background: rgb(156,201,194);
    width: 20px;
    content: "";
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    z-index: -1;
}.our_story_9 .class_space_2::before {
    background: rgb(122,115,181);
}.our_story_9 .expert_zone_6,
.our_story_9 .class_space_2 {
    overflow: hidden;
}.our_story_9 .expert_zone_6::after,
.our_story_9 .class_space_2::after {
    width: 100px;
    top: -50%;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0.2;
    height: 100px;
    position: absolute;
    right: -50%;
}

@media (min-width: 1400px) {.our_story_9 .container {
    max-width: 1320px;
}}.contact_us_19aP {
    position: relative;
    padding: 100px 0;
}.contact_us_19aP::before {
    background-color: rgb(216,219,194);
    right: 0;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1;
}.contact_us_19aP .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.contact_us_19aP .inquiry_feedback_9 {
    flex-wrap: wrap;
    display: flex;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.contact_us_19aP .inquiry_request_9 {
    width: 40%;
    padding: 60px 40px;
    position: relative;
    background: rgb(156,201,194);
    overflow: hidden;
}.contact_us_19aP .inquiry_request_9::before {
    height: 200px;
    border-radius: 50%;
    opacity: 0.3;
    content: "";
    right: -10%;
    position: absolute;
    background: rgb(122,115,181);
    top: -10%;
    width: 200px;
}.contact_us_19aP .inquiry_request_9::after {
    content: "";
    height: 200px;
    border-radius: 50%;
    background: rgb(122,115,181);
    left: -10%;
    opacity: 0.3;
    position: absolute;
    bottom: -10%;
    width: 200px;
}.contact_us_19aP .inquiry_request_9 h3 {
    font-weight: 700;
    font-size: 33px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    margin-bottom: 40px;
}.contact_us_19aP .inquiry_request_9 div {
    align-items: center;
    padding-left: 15px;
    z-index: 1;
    position: relative;
    border-left: 3px solid #ffffff;
    margin-bottom: 25px;
    display: flex;
    transition: all 0.3s ease;
}.contact_us_19aP .inquiry_request_9 div:hover {
    border-left-color: rgb(122,115,181);
    transform: translateX(5px);
}.contact_us_19aP .inquiry_request_9 div svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.contact_us_19aP .inquiry_request_9 div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_us_19aP .inquiry_request_9 div:hover svg path {
    fill: rgb(122,115,181);
}.contact_us_19aP .inquiry_request_9 div span {
    font-size: 16px;
    color: #ffffff;
}.contact_us_19aP .inquiry_request_9 div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_us_19aP .inquiry_request_9 div span a:hover {
    color: rgb(122,115,181);
}.contact_us_19aP .request_map_4 {
    width: 60%;
    background: #ffffff;
    padding: 60px 40px;
}.contact_us_19aP .request_map_4 h3 {
    font-size: 21px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
}.contact_us_19aP form {
    display: flex;
    flex-direction: column;
}.contact_us_19aP form input[type="text"],
.contact_us_19aP form input[type="email"] {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 10px;
    padding: 15px 20px;
    border: 2px solid #EFEFEF;
}.contact_us_19aP form input[type="text"]:focus,
.contact_us_19aP form input[type="email"]:focus {
    border-color: rgb(156,201,194);
    outline: none;
}.contact_us_19aP form input::placeholder {
    color: #BBBBBB;
}.contact_us_19aP .reach_query_0 {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact_us_19aP .reach_query_0 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_us_19aP .reach_query_0 label {
    color: #000000;
    padding-left: 35px;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}.contact_us_19aP .reach_query_0 label::before {
    width: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 20px;
    content: "";
    top: 2px;
    position: absolute;
    border: 2px solid #EFEFEF;
    left: 0;
}.contact_us_19aP .reach_query_0 input[type="checkbox"]:checked + label::before {
    background-color: rgb(156,201,194);
    border-color: rgb(156,201,194);
}.contact_us_19aP .reach_query_0 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    top: 4px;
    border: solid white;
    position: absolute;
    border-width: 0 2px 2px 0;
    content: "";
    width: 6px;
    height: 12px;
    left: 7px;
}.contact_us_19aP .reach_query_0 label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(156,201,194);
}.contact_us_19aP .reach_query_0 label a:hover {
    text-decoration: underline;
}.contact_us_19aP form .help_help_4 {
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    align-self: flex-start;
    overflow: hidden;
    background-color: rgb(156,201,194);
    position: relative;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    font-size: 17px;
    padding: 15px 30px;
}.contact_us_19aP form .help_help_4::after {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    position: absolute;
    height: 0;
    width: 0;
    transition: width 0.3s ease, height 0.3s ease;
    border-radius: 100%;
    transform-style: flat;
}.contact_us_19aP form .help_help_4:hover {
    background-color: rgb(122,115,181);
}.contact_us_19aP form .help_help_4:active::after {
    width: 200px;
    height: 200px;
}@keyframes slideInLeft {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.contact_us_19aP .inquiry_request_9 div {
    animation: slideInLeft 0.5s forwards;
    opacity: 0;
}.contact_us_19aP .inquiry_request_9 div:nth-child(2) {
    animation-delay: 0.1s;
}.contact_us_19aP .inquiry_request_9 div:nth-child(3) {
    animation-delay: 0.2s;
}.contact_us_19aP .inquiry_request_9 div:nth-child(4) {
    animation-delay: 0.3s;
}.contact_us_19aP .inquiry_request_9 div:nth-child(5) {
    animation-delay: 0.4s;
}

@media screen and (max-width: 992px) {.contact_us_19aP .inquiry_request_9,
    .contact_us_19aP .request_map_4 {
    width: 100%;
    padding: 40px 30px;
}.contact_us_19aP .inquiry_request_9 {
    order: 2;
}.contact_us_19aP .request_map_4 {
    order: 1;
}
}

@media screen and (max-width: 576px) {.contact_us_19aP {
    padding: 60px 0;
}.contact_us_19aP .container {
    width: 90%;
}.contact_us_19aP .inquiry_request_9,
    .contact_us_19aP .request_map_4 {
    padding: 30px 20px;
}.contact_us_19aP .inquiry_request_9 h3 {
    font-size: calc(33px * 0.8);
}.contact_us_19aP form .help_help_4 {
    width: 100%;
}}.teaching_history_9 {
    background: rgb(216,219,194);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.teaching_history_9::before {
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(156,201,194,0.5) 0,
        rgb(156,201,194,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    height: 100%;
    content: "";
}.teaching_history_9 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
}.teaching_history_9 .feedback_quotes_9 {
    background: #ffffff;
    border-radius: 27px;
    gap: 50px;
    margin: 0 auto;
    max-width: 1000px;
    display: grid;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}.teaching_history_9 .photo_cell_1 {
    min-height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    height: 100%;
    width: 100%;
}.teaching_history_9 .photo_cell_1::before {
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    height: 50%;
    content: "";
    width: 100%;
    z-index: 1;
}.teaching_history_9 .photo_cell_1::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.15;
    content: "";
    transition: opacity 0.4s ease;
    width: 100%;
    background: rgb(156,201,194);
}.teaching_history_9 .photo_cell_1:hover::after {
    opacity: 0;
}.teaching_history_9 .name {
    bottom: 60px;
    font-size: 19px;
    z-index: 2;
    left: 30px;
    position: absolute;
    font-weight: 700;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    margin: 0;
    color: #ffffff;
    padding-bottom: 0;
}.teaching_history_9 .feedback_quotes_9 span:not(.name) {
    font-family: Arial, sans-serif;
    color: #ffffff;
    opacity: 0.85;
    position: absolute;
    left: 30px;
    margin: 0;
    transition: transform 0.3s ease;
    font-size: 12px;
    z-index: 2;
    bottom: 30px;
    font-weight: 400;
}.teaching_history_9 .photo_cell_1:hover ~ .name,
.teaching_history_9 .photo_cell_1:hover ~ span:not(.name) {
    transform: translateX(5px);
}.teaching_history_9 .exp_skills_2 {
    padding: 50px 40px;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    position: relative;
    justify-content: center;
    margin: 0;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    flex-direction: column;
}.teaching_history_9 .exp_skills_2::before {
    position: absolute;
    left: 40px;
    width: 40px;
    content: "";
    background: linear-gradient(to right bottom, 
        rgb(156,201,194) 0%, 
        rgb(156,201,194) 50%, 
        transparent 50%, 
        transparent 100%);
    top: 40px;
    opacity: 0.2;
    height: 30px;
}.teaching_history_9 .exp_skills_2::after {
    width: 40px;
    background: linear-gradient(to left top, 
        rgb(122,115,181) 0%, 
        rgb(122,115,181) 50%, 
        transparent 50%, 
        transparent 100%);
    height: 30px;
    position: absolute;
    opacity: 0.2;
    right: 40px;
    content: "";
    bottom: 40px;
}

@media (max-width: 992px) {.teaching_history_9 {
    padding: 100px 0;
}.teaching_history_9 .feedback_quotes_9 {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.teaching_history_9 .photo_cell_1 {
    min-height: 350px;
}.teaching_history_9 .exp_skills_2 {
    padding: 40px 30px;
}.teaching_history_9 .exp_skills_2::before {
    left: 30px;
    width: 30px;
    top: 30px;
    height: 24px;
}.teaching_history_9 .exp_skills_2::after {
    right: 30px;
    height: 24px;
    width: 30px;
    bottom: 30px;
}
}

@media (max-width: 768px) {.teaching_history_9 {
    padding: 80px 0;
}.teaching_history_9 .container {
    padding: 0 20px;
}.teaching_history_9 .feedback_quotes_9 {
    grid-template-columns: 1fr;
    gap: 0;
}.teaching_history_9 .photo_cell_1 {
    min-height: 300px;
    height: 300px;
}.teaching_history_9 .exp_skills_2 {
    padding: 35px 25px;
}.teaching_history_9 .name {
    bottom: 50px;
    left: 25px;
    font-size: calc(19px * 0.9);
}.teaching_history_9 .feedback_quotes_9 span:not(.name) {
    bottom: 25px;
    left: 25px;
    font-size: calc(12px * 0.95);
}.teaching_history_9 .exp_skills_2::before {
    top: 25px;
    height: 20px;
    left: 25px;
    width: 24px;
}.teaching_history_9 .exp_skills_2::after {
    width: 24px;
    bottom: 25px;
    right: 25px;
    height: 20px;
}
}

@media (max-width: 480px) {.teaching_history_9 {
    padding: 60px 0;
}.teaching_history_9 .photo_cell_1 {
    height: 250px;
    min-height: 250px;
}.teaching_history_9 .exp_skills_2 {
    padding: 30px 20px;
    font-size: calc(12px * 0.9);
}.teaching_history_9 .name {
    bottom: 45px;
    font-size: calc(19px * 0.85);
    left: 20px;
}.teaching_history_9 .feedback_quotes_9 span:not(.name) {
    bottom: 20px;
    font-size: calc(12px * 0.9);
    left: 20px;
}.teaching_history_9 .exp_skills_2::before,
    .teaching_history_9 .exp_skills_2::after {
    width: 20px;
    height: 16px;
}}.ty_block_id_2 {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(122,115,181,0.5) 0%, rgb(216,219,194) 100%);
    position: relative;
}.ty_block_id_2::before {
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background: 
        radial-gradient(circle at 20% 30%, rgb(156,201,194,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(122,115,181,0.5) 0%, transparent 60%);
    left: 0;
}.ty_block_id_2::after {
    animation: float 8s ease-in-out infinite;
    position: absolute;
    content: "";
    z-index: 1;
    border: 2px solid rgb(156,201,194,0.5);
    right: -50px;
    height: 200px;
    width: 200px;
    transform: rotate(15deg);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    top: -50px;
}.ty_block_id_2 .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.ty_block_id_2 .pedagogy_way_9 {
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
    padding: 50px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: flex;
    position: relative;
    flex-direction: column;
    transform: perspective(1000px) rotateY(2deg);
}.ty_block_id_2 .pedagogy_way_9:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ty_block_id_2 .pedagogy_way_9::before {
    background-size: 200% auto;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(156,201,194) 0%, 
        rgb(122,115,181) 50%, 
        rgb(156,201,194) 100%);
    position: absolute;
    content: "";
    animation: gradient-shift 6s linear infinite;
    left: 0;
    top: 0;
    height: 5px;
}.ty_block_id_2 .pedagogy_way_9 > div:first-child {
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}.ty_block_id_2 .pedagogy_way_9 > div:first-child::before {
    top: 50%;
    width: 4px;
    height: 70%;
    position: absolute;
    background: rgb(122,115,181);
    left: 0;
    transform: translateY(-50%);
    content: "";
}.ty_block_id_2 h5 {
    transform: translateX(0);
    font-size: 18px;
    transition: transform 0.3s ease;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin: 0;
}.ty_block_id_2 .pedagogy_way_9:hover h5 {
    transform: translateX(5px);
}.ty_block_id_2 .pedagogy_way_9 > div:last-child {
    transition: all 0.4s ease;
    position: relative;
    padding: 20px;
    border-left: 2px solid rgb(156,201,194,0.5);
    background: linear-gradient(120deg, rgba(255,255,255,0.7), rgba(255,255,255,0.9));
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.ty_block_id_2 .pedagogy_way_9 > div:last-child:hover {
    border-left-width: 4px;
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
}.ty_block_id_2 p {
    color: #000000;
    font-size: 12px;
    margin: 0;
    line-height: 1.7;
    transition: transform 0.3s ease;
}.ty_block_id_2 a {
    overflow: hidden;
    display: block;
    position: relative;
    text-decoration: none;
}.ty_block_id_2 a::after {
    left: 0;
    content: "";
    width: 0;
    bottom: 0;
    transition: width 0.5s ease;
    height: 2px;
    position: absolute;
    background: rgb(156,201,194);
}.ty_block_id_2 a:hover::after {
    width: 100%;
}.ty_block_id_2 a:hover p {
    transform: translateY(-3px);
}

@keyframes gradient-shift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

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

@media (max-width: 992px) {.ty_block_id_2 {
    padding: 70px 0;
}.ty_block_id_2 .pedagogy_way_9 {
    transform: perspective(1000px) rotateY(1deg);
    padding: 40px 30px;
}.ty_block_id_2 h5 {
    font-size: calc(18px - 2px);
}.ty_block_id_2 .pedagogy_way_9 > div:last-child {
    padding: 15px;
}
}

@media (max-width: 768px) {.ty_block_id_2 {
    padding: 50px 0;
}.ty_block_id_2 .pedagogy_way_9 {
    padding: 30px 20px;
    transform: none;
}.ty_block_id_2 .pedagogy_way_9::before {
    height: 3px;
}.ty_block_id_2 .pedagogy_way_9 > div:first-child {
    margin-bottom: 20px;
}.ty_block_id_2 h5 {
    font-size: calc(18px - 4px);
}.ty_block_id_2 p {
    font-size: calc(12px - 1px);
}.ty_block_id_2 .pedagogy_way_9 > div:last-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
}

@media (max-width: 576px) {.ty_block_id_2 {
    padding: 40px 0;
}.ty_block_id_2 .pedagogy_way_9 {
    padding: 25px 15px;
}.ty_block_id_2 .pedagogy_way_9 > div:first-child::before {
    width: 3px;
}.ty_block_id_2 .pedagogy_way_9 > div:last-child {
    padding: 10px;
    clip-path: none;
}.ty_block_id_2 p {
    font-size: calc(12px - 2px);
    line-height: 1.6;
}
}

@media (hover: none) {.ty_block_id_2 .pedagogy_way_9 {
    transform: none;
}.ty_block_id_2 .pedagogy_way_9:hover h5 {
    transform: none;
}.ty_block_id_2 a:hover p {
    transform: none;
}}footer {
    position: relative;
    width: 100%;
}footer .collab_net_7 {
    position: relative;
    padding: 80px 0 30px;
    z-index: 1;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(156,201,194) 100%);
}footer .collab_net_7::before {
    top: 0;
    opacity: 0.05;
    height: 100%;
    content: '';
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    left: 0;
    z-index: -1;
}footer .collab_net_7::after {
    animation: glowBorder 3s infinite linear;
    content: '';
    background: linear-gradient(90deg, 
        rgb(156,201,194) 0%, 
        rgb(122,115,181) 50%, 
        rgb(156,201,194) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .collab_net_7 .container {
    position: relative;
    z-index: 2;
}footer .art_portal_3 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .learn_ask_9 {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
    gap: 30px;
}footer .learn_ask_9::after {
    position: absolute;
    width: 100%;
    content: '';
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(122,115,181,0.5) 50%, 
        transparent 100%);
    left: 0;
}footer .info_item {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    flex: 1;
    transform: translateY(0);
    padding: 15px;
    margin-bottom: 15px;
    min-width: 200px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    display: flex;
    text-decoration: none;
    font-family: Arial, sans-serif;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    gap: 10px;
}footer .info_item svg {
    fill: rgb(122,115,181);
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(122,115,181);
}footer .text_main_holder {
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 40px;
}footer .top_skill_2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    display: flex;
}footer .top_skill_2 svg {
    filter: drop-shadow(0 0 5px rgb(156,201,194,0.5));
    max-width: 160px;
    height: auto;
}footer .idea_pool_8 {
    font-size: 14px;
    opacity: 0.7;
    max-width: 300px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 300;
}footer .nav_learn_6 {
    gap: 20px;
    display: flex;
    flex-direction: column;
}footer .nav_learn_6 h5 {
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
}footer .nav_learn_6 h5::after {
    height: 3px;
    width: 50px;
    left: 0;
    content: '';
    bottom: 0;
    border-radius: 10px;
    background: rgb(122,115,181);
    position: absolute;
}footer .header_site_2 {
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .header_site_2 a {
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    padding-left: 15px;
    opacity: 0.8;
}footer .header_site_2 a::before {
    left: 0;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    width: 6px;
    height: 6px;
    background: rgb(122,115,181);
    border-radius: 50%;
    opacity: 0.7;
    top: 50%;
}footer .header_site_2 a:hover {
    opacity: 1;
    color: rgb(122,115,181);
    transform: translateX(5px);
}footer .header_site_2 a:hover::before {
    height: 8px;
    box-shadow: 0 0 10px rgb(122,115,181);
    opacity: 1;
    width: 8px;
}footer .subscribe_holder {
    flex-direction: column;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.2);
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    padding: 25px;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 5px;
    color: #ffffff;
}footer .subscribe_holder p {
    opacity: 0.8;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    font-size: 16px;
    width: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 14px 15px;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(122,115,181);
    box-shadow: 0 0 15px rgb(122,115,181,0.5);
}footer .news_container_0 {
    overflow: hidden;
    padding: 12px 24px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    font-size: 17px;
    background: linear-gradient(45deg, rgb(122,115,181) 0%, rgb(156,201,194) 100%);
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    border-radius: 10px;
}footer .news_container_0::before {
    position: absolute;
    transition: 0.6s;
    height: 100%;
    width: 100%;
    content: '';
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
}footer .news_container_0:hover::before {
    left: 100%;
}footer .news_container_0:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .enroll_info_1 {
    padding-top: 30px;
    text-align: center;
    position: relative;
}footer .enroll_info_1::before {
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(122,115,181,0.5) 50%, 
        transparent 100%);
    top: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
}footer .exam_prep_3 {
    font-size: 15px;
    font-weight: 300;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 992px) {footer .collab_net_7 {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .learn_ask_9 {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .collab_net_7 {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .nav_learn_6 {
    gap: 15px;
}footer .learn_ask_9 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .news_container_0 {
    width: 100%;
}
}

@media (max-width: 576px) {footer .collab_net_7 {
    padding: 40px 0 30px;
}footer .top_skill_2 {
    margin: 0 auto;
    align-items: center;
    text-align: center;
}footer .idea_pool_8 {
    text-align: center;
    margin: 0 auto;
}footer .nav_learn_6 h5 {
    text-align: center;
}footer .nav_learn_6 h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .header_site_2 {
    align-items: center;
}footer .header_site_2 a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.course_highlights_6 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,219,194) 0%, rgb(122,115,181,0.5) 100%);
    padding: 7rem 0;
}.course_highlights_6::before {
    top: -5%;
    width: 300px;
    height: 300px;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    position: absolute;
    z-index: 1;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(156,201,194) 0%, rgb(156,201,194,0.5) 70%);
    animation: floatElement 15s infinite ease-in-out;
    content: "";
    right: -5%;
    opacity: 0.1;
}.course_highlights_6::after {
    height: 250px;
    z-index: 1;
    bottom: -8%;
    content: "";
    left: -3%;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    background: linear-gradient(45deg, rgb(122,115,181) 0%, rgb(122,115,181,0.5) 70%);
    position: absolute;
    opacity: 0.1;
    width: 250px;
    animation: floatElement 18s infinite ease-in-out reverse;
    transform: rotate(10deg);
}.course_highlights_6 .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.course_highlights_6 .knowledge_8 {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
}.course_highlights_6 .photo_cell_1 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 350px;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
}.course_highlights_6 .photo_cell_1::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    position: absolute;
    content: "";
    left: 0;
}.course_highlights_6 .photo_cell_1::after {
    width: 60px;
    top: -15px;
    content: "";
    border-right: 4px solid rgb(156,201,194);
    z-index: 2;
    height: 60px;
    right: -15px;
    opacity: 0.7;
    border-top: 4px solid rgb(156,201,194);
    position: absolute;
}.course_highlights_6 .photo_cell_1:hover {
    transform: perspective(1000px) rotateY(0);
}.course_highlights_6 .text_placeholder_0 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
}.course_highlights_6 .text_placeholder_0::before {
    background: linear-gradient(to bottom, rgb(156,201,194), rgb(122,115,181));
    left: -20px;
    transform: scaleY(0);
    content: "";
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    position: absolute;
    top: 10%;
    width: 5px;
    transform-origin: top;
    height: 80%;
}.course_highlights_6 h3 {
    font-size: calc(22px * 1.1);
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.3s;
    padding-left: 1rem;
    font-weight: 700;
    transform: translateY(20px);
    color: rgb(156,201,194);
    position: relative;
    margin-bottom: 1.5rem;
}.course_highlights_6 h3::before {
    content: "";
    top: 50%;
    height: 0.4rem;
    background-color: rgb(122,115,181);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 0.4rem;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}.course_highlights_6 .description {
    opacity: 0;
    position: relative;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    line-height: 1.8;
    transform: translateY(20px);
    color: #000000;
    font-size: 18px;
    margin-bottom: 1.2rem;
}.course_highlights_6 p.description {
    max-height: 400px;
    scrollbar-width: thin;
    scrollbar-color: rgb(122,115,181) transparent;
    display: block;
    overflow-y: auto;
    position: relative;
    padding-right: 1rem;
}.course_highlights_6 p.description::-webkit-scrollbar {
    width: 6px;
}.course_highlights_6 p.description::-webkit-scrollbar-track {
    background: transparent;
}.course_highlights_6 p.description::-webkit-scrollbar-thumb {
    background-color: rgb(122,115,181,0.5);
    border-radius: 10px;
}.course_highlights_6 span.description {
    display: none;
}

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

@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

@media (min-width: 768px) {.course_highlights_6 .knowledge_8 {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.course_highlights_6 .photo_cell_1 {
    height: 450px;
}.course_highlights_6 h3 {
    font-size: calc(22px * 1.2);
    padding-left: 1.5rem;
}.course_highlights_6 h3::before {
    width: 0.6rem;
    height: 0.6rem;
}.course_highlights_6 .text_placeholder_0::before {
    left: -30px;
}
}

@media (min-width: 992px) {.course_highlights_6 {
    padding: 9rem 0;
}.course_highlights_6 .photo_cell_1 {
    height: 500px;
}.course_highlights_6 .text_placeholder_0 {
    padding-right: 2rem;
}.course_highlights_6 .text_placeholder_0::before {
    left: -40px;
}.course_highlights_6 h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 2rem;
}.course_highlights_6 .description {
    font-size: calc(18px * 1.05);
}.course_highlights_6 p.description {
    max-height: 450px;
}
}

@media (min-width: 1200px) {.course_highlights_6 .knowledge_8 {
    gap: 6rem;
}.course_highlights_6 .photo_cell_1 {
    height: 550px;
    transform: perspective(1500px) rotateY(3deg);
}.course_highlights_6 .photo_cell_1:hover {
    transform: perspective(1500px) rotateY(0);
}.course_highlights_6 h3 {
    font-size: calc(35px * 0.8);
}.course_highlights_6 p.description {
    max-height: 500px;
}
}

@media (max-width: 767px) {.course_highlights_6 {
    padding: 5rem 0;
}.course_highlights_6 .photo_cell_1 {
    height: 280px;
    margin-bottom: 1rem;
}.course_highlights_6 h3 {
    font-size: calc(22px * 1);
    margin-bottom: 1rem;
}.course_highlights_6 .text_placeholder_0::before {
    left: -15px;
}.course_highlights_6 p.description {
    max-height: 350px;
}}.launch_now_7 {
    background: linear-gradient(135deg, rgb(156,201,194) 0%, rgb(122,115,181) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 5rem 2rem;
}.launch_now_7::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    transform: translateZ(-10px);
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
}.launch_now_7::after {
    animation: rotate 30s linear infinite;
    position: absolute;
    top: -50%;
    left: -50%;
    content: "";
    transform: translateZ(-5px);
    z-index: -1;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    height: 200%;
    width: 200%;
}.launch_now_7 .container {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 1200px;
    grid-gap: 2.5rem;
    display: grid;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
}.launch_now_7 h6 {
    margin: 0;
    line-height: 1.5;
    transform: translateZ(25px);
    padding: 0 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.05em;
    font-size: calc(17px * 1.2);
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    position: relative;
}.launch_now_7 h6::after {
    transform: translateX(-50%);
    bottom: -15px;
    background: #ffffff;
    left: 50%;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
    position: absolute;
    content: "";
    border-radius: 10px;
    width: 80px;
    height: 4px;
}.launch_now_7 div div {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}.launch_now_7 div div span {
    position: relative;
    transition: transform 0.3s ease-out;
    transform: translateZ(40px);
    display: block;
}.launch_now_7 div div span:hover {
    transform: translateZ(50px) scale(1.05);
}.launch_now_7 .help_help_4 {
    padding: 16px 32px;
    color: rgb(156,201,194);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    box-shadow: 
        0 15px 25px -12px rgba(0, 0, 0, 0.3),
        0 5px 15px -5px rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
    text-transform: uppercase;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}.launch_now_7 .help_help_4::before {
    height: 100%;
    z-index: 1;
    transition: transform 0.6s ease;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    transform: translateX(-100%);
}.launch_now_7 .help_help_4:hover {
    color: rgb(122,115,181);
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px -15px rgba(0, 0, 0, 0.35),
        0 10px 20px -10px rgba(0, 0, 0, 0.25);
}.launch_now_7 .help_help_4:hover::before {
    transform: translateX(100%);
}.launch_now_7 .help_help_4 span {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
    z-index: 2;
}.launch_now_7 .help_help_4:hover span {
    transform: scale(1.05);
}.launch_now_7 .help_help_4:active {
    transform: translateY(-2px);
    box-shadow: 
        0 10px 20px -10px rgba(0, 0, 0, 0.3),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.launch_now_7 {
    padding: 7rem 3rem;
}.launch_now_7 .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.launch_now_7 h6 {
    padding: 0;
    font-size: calc(17px * 1.5);
    text-align: left;
}.launch_now_7 h6::after {
    left: 0;
    width: 120px;
    transform: none;
}.launch_now_7 div div {
    margin-top: 0;
    justify-content: flex-end;
}.launch_now_7 .help_help_4 {
    padding: 18px 40px;
}
}

@media (min-width: 992px) {.launch_now_7 {
    padding: 9rem 4rem;
}.launch_now_7::before {
    background-size: 25px 25px;
}.launch_now_7 .container {
    grid-gap: 4rem;
}.launch_now_7 h6 {
    font-size: calc(17px * 1.7);
    line-height: 1.4;
}.launch_now_7 .help_help_4 {
    font-size: calc(15px * 1.1);
    padding: 20px 48px;
}
}

@media (max-width: 767px) {.launch_now_7 {
    padding: 4rem 1.5rem;
}.launch_now_7 h6 {
    line-height: 1.6;
    font-size: 17px;
}.launch_now_7 .help_help_4 {
    padding: 14px 28px;
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 480px) {.launch_now_7 {
    padding: 3rem 1rem;
}.launch_now_7 h6 {
    font-size: calc(17px * 0.9);
}.launch_now_7 .help_help_4 {
    padding: 12px 24px;
    font-size: calc(15px * 0.85);
}}header {
    position: relative;
    overflow: visible;
    padding: 0;
    z-index: 100;
    margin-top: 0;
    background: linear-gradient(90deg, rgb(122,115,181) 0%, rgb(156,201,194) 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}header::before {
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    z-index: 0;
}header .first_lesson_4 {
    padding: 1.2rem 2.5rem;
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
    z-index: 5;
}header .top_skill_2 {
    margin-right: 2rem;
    flex: 0 0 auto;
    padding: 0.5rem;
    position: relative;
    overflow: visible;
}header .top_skill_2::before {
    transition: all 0.3s ease;
    top: -5px;
    content: '';
    z-index: -1;
    bottom: -5px;
    border: 2px solid #ffffff;
    left: -5px;
    opacity: 0.1;
    position: absolute;
    right: -5px;
    transform: skew(-5deg);
}header .top_skill_2::after {
    top: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    opacity: 0;
    z-index: -1;
    transform: skew(-5deg);
    left: -5px;
    content: '';
    right: -5px;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -5px;
    border: 2px solid #ffffff;
}header .top_skill_2:hover::before {
    opacity: 0;
}header .top_skill_2:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .nav_mainbar_0 {
    transition: all 0.3s ease;
    position: relative;
    display: block;
}header .nav_mainbar_0:hover {
    transform: scale(1.05);
}header .nav_mainbar_0 img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .nav_learn_6 {
    display: flex;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}header .header_tutor_9 {
    position: relative;
    margin: 0 0.4rem;
}header .header_tutor_9 a {
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #ffffff;
    padding: 0 1.2rem;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    letter-spacing: 0.5px;
    justify-content: center;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
}header .header_tutor_9 a::before {
    right: -2px;
    z-index: -1;
    transition: opacity 0.3s ease;
    position: absolute;
    bottom: -2px;
    transform: scale(0.9);
    opacity: 0;
    content: '';
    left: -2px;
    top: -2px;
    background: #ffffff;
}header .header_tutor_9 a:hover {
    transform: translateY(-3px);
    color: rgb(156,201,194);
    text-shadow: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
}header .header_tutor_9 a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .header_tutor_9::after {
    transition: all 0.3s ease;
    height: 5px;
    position: absolute;
    bottom: -10px;
    filter: blur(3px);
    width: 80%;
    content: '';
    left: 10%;
    opacity: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}header .header_tutor_9:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .first_lesson_4::before {
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    position: absolute;
}header .first_lesson_4::after {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
}header .top_mainbar_5 {
    z-index: 1;
    padding-top: 2rem;
    background: rgb(216,219,194);
    position: relative;
}

@media (min-width: 1400px) {header .first_lesson_4 {
    max-width: 1320px;
    margin: 0 auto;
}header .header_tutor_9 {
    margin: 0 0.6rem;
}header .header_tutor_9 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .first_lesson_4 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top_skill_2 {
    margin-bottom: 0;
    margin-right: 0;
}header .nav_learn_6 {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .header_tutor_9 a {
    height: 36px;
    font-size: calc(15px - 1px);
    padding: 0 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .first_lesson_4 {
    padding: 0.8rem 1.5rem;
}header .top_skill_2 {
    max-width: 140px;
}header .top_skill_2::before, 
    header .top_skill_2::after {
    right: -3px;
    top: -3px;
    bottom: -3px;
    left: -3px;
}header .nav_mainbar_0 img {
    max-height: 35px;
}header .nav_learn_6 {
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}header .nav_learn_6::-webkit-scrollbar {
    height: 3px;
}header .nav_learn_6::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .header_tutor_9 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .header_tutor_9 a {
    white-space: nowrap;
    padding: 0 0.8rem;
    font-size: calc(15px - 2px);
    height: 32px;
}header .header_tutor_9::after {
    display: none;
}
}

@media (max-width: 479px) {header .first_lesson_4 {
    padding: 0.7rem 1.2rem;
}header .top_skill_2 {
    max-width: 120px;
}header .header_tutor_9 a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(15px - 3px);
}}.title_welcome_0 {
    display: flex;
    position: relative;
    min-height: 100vh;
    padding: 2rem;
    align-items: center;
    background: linear-gradient(135deg, rgb(216,219,194), rgb(156,201,194,0.5));
    justify-content: center;
    overflow: hidden;
}.title_welcome_0 > div {
    z-index: 2;
    width: 100%;
    position: relative;
    max-width: 1200px;
}.title_welcome_0 .fast_guide_2 {
    padding-left: 2rem;
    transform: translateY(-20px);
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    margin-bottom: 2rem;
}.title_welcome_0 .page_title_0 {
    font-size: clamp(2rem, 5vw, 38px);
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 1rem;
    color: #000000;
    position: relative;
}.title_welcome_0 .page_title_0::after {
    transform: scaleX(0);
    position: absolute;
    content: "";
    background: rgb(156,201,194);
    transform-origin: left;
    left: 0;
    animation: scaleIn 0.6s 0.4s ease forwards;
    bottom: 0;
    height: 4px;
    width: 80px;
}.title_welcome_0 .fast_school_0 {
    border-radius: 27px;
    animation: fadeInUp 0.8s 0.2s ease-out forwards;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
}.title_welcome_0 .fast_school_0::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
}.title_welcome_0 .fast_school_0 > div {
    position: relative;
    min-height: 400px;
    padding: 4rem 3rem;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    display: flex;
}.title_welcome_0 .fast_school_0 p {
    max-width: 80%;
    padding-left: 1.5rem;
    animation: fadeInRight 0.6s 0.6s ease-out forwards;
    font-weight: 400;
    margin-bottom: 2rem;
    transform: translateX(-20px);
    font-size: clamp(1rem, 3vw, 1.25rem);
    opacity: 0;
    color: #ffffff;
    position: relative;
}.title_welcome_0 .fast_school_0 p::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 2px;
    height: 100%;
    width: 5px;
    content: "";
    background: rgb(122,115,181);
}.title_welcome_0 .fast_school_0 h3 {
    padding-right: 2rem;
    max-width: 90%;
    font-weight: 600;
    animation: fadeInUp 0.6s 0.8s ease-out forwards;
    color: #ffffff;
    font-size: clamp(1.2rem, 3.5vw, 1.75rem);
    line-height: 1.4;
    opacity: 0;
    margin: 0;
    transform: translateY(20px);
    position: relative;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes scaleIn {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.title_welcome_0 .fast_school_0:hover {
    transition: all 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

@media (max-width: 992px) {.title_welcome_0 {
    padding: 1.5rem;
}.title_welcome_0 .fast_school_0 > div {
    padding: 3rem 2rem;
    min-height: 350px;
}.title_welcome_0 .fast_school_0 p,
  .title_welcome_0 .fast_school_0 h3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.title_welcome_0 .fast_guide_2 {
    padding-left: 1rem;
}.title_welcome_0 .fast_school_0 > div {
    min-height: 300px;
    padding: 2.5rem 1.5rem;
}.title_welcome_0 .fast_school_0 p {
    padding-left: 1rem;
}.title_welcome_0 .fast_school_0 h3 {
    padding-right: 1rem;
}
}

@media (max-width: 576px) {.title_welcome_0 {
    padding: 1rem;
}.title_welcome_0 .fast_guide_2 {
    margin-bottom: 1.5rem;
}.title_welcome_0 .fast_school_0 > div {
    min-height: 250px;
    padding: 2rem 1.25rem;
}.title_welcome_0 .page_title_0::after {
    height: 3px;
    width: 60px;
}}.educational_gains_7 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(156,201,194,0.5), rgb(216,219,194));
    overflow: hidden;
    position: relative;
}.educational_gains_7::before {
    animation: gradientShift 15s infinite alternate ease-in-out;
    z-index: 1;
    left: 0;
    width: 100%;
    transform: skewX(-15deg) translateX(-50%);
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(45deg, transparent 30%, rgb(156,201,194,0.5) 70%, transparent 100%);
    position: absolute;
}.educational_gains_7::after {
    background: radial-gradient(circle at center, rgb(122,115,181,0.5) 0%, transparent 70%);
    right: -10%;
    width: 60%;
    top: -5%;
    opacity: 0.7;
    content: "";
    z-index: 1;
    filter: blur(60px);
    height: 40%;
    position: absolute;
}.educational_gains_7 .container {
    display: flex;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    flex-direction: column;
}.educational_gains_7 .photo_cell_1 {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 25px rgba(0, 0, 0, 0.1);
    height: auto;
    z-index: 3;
    object-fit: cover;
    width: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(5deg);
    margin-bottom: 40px;
}.educational_gains_7 .photo_cell_1:hover {
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.2), 0 20px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.educational_gains_7 .pedagogy_way_9 {
    z-index: 4;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
}.educational_gains_7 .text_placeholder_0 {
    position: relative;
    padding: 20px;
}.educational_gains_7 h1 {
    transform: translateZ(5px);
    font-weight: 700;
    font-size: 44px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    line-height: 1.2;
    position: relative;
    color: #000000;
}.educational_gains_7 h1::after {
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -15px;
    content: "";
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(156,201,194), rgb(122,115,181));
    left: 0;
    transform: scaleX(1);
    height: 4px;
    position: absolute;
}.educational_gains_7 ul {
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    display: grid;
    padding: 0;
}.educational_gains_7 li {
    padding: 20px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(156,201,194);
    backdrop-filter: blur(5px);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.95));
    position: relative;
}.educational_gains_7 li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.educational_gains_7 li p {
    display: flex;
    margin: 0;
    font-size: calc(17px - 1px);
    color: #000000;
    line-height: 1.6;
    align-items: flex-start;
}.educational_gains_7 li svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    width: 24px;
    transform: translateY(2px);
    margin-right: 12px;
    height: 24px;
}.educational_gains_7 li:hover svg {
    transform: translateY(0) scale(1.1);
}.educational_gains_7 svg path {
    transition: fill 0.3s ease;
    fill: rgb(156,201,194);
}.educational_gains_7 li:hover svg path {
    fill: rgb(122,115,181);
}

@keyframes gradientShift {
    0% { 
        opacity: 0.4;
        transform: skewX(-15deg) translateX(-50%);
    }
    50% {
        opacity: 0.6;
        transform: skewX(-18deg) translateX(-40%);
    }
    100% {
        opacity: 0.4;
        transform: skewX(-15deg) translateX(-50%);
    }
}

@media (min-width: 768px) {.educational_gains_7 .container {
    align-items: center;
    gap: 40px;
    flex-direction: row;
}.educational_gains_7 .photo_cell_1 {
    width: 45%;
    object-position: center;
    margin-bottom: 0;
    max-height: 500px;
}.educational_gains_7 .pedagogy_way_9 {
    z-index: 5;
    width: 55%;
    margin-left: -50px;
}.educational_gains_7 li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1),
                    border-left 0.3s ease;
}.educational_gains_7 li:hover {
    border-left: 5px solid rgb(122,115,181);
}
}

@media (min-width: 992px) {.educational_gains_7 {
    padding: 150px 0;
}.educational_gains_7 .photo_cell_1 {
    transform: perspective(1200px) rotateX(5deg) rotateY(-5deg);
}.educational_gains_7 .photo_cell_1:hover {
    transform: perspective(1200px) rotateX(2deg) rotateY(-2deg) translateY(-10px);
}.educational_gains_7 .pedagogy_way_9 {
    transform: perspective(1200px) rotateX(2deg) rotateY(2deg);
    margin-left: -80px;
}.educational_gains_7 h1 {
    font-size: calc(44px * 1.1);
}.educational_gains_7 ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {.educational_gains_7 {
    padding: 80px 0;
}.educational_gains_7 h1 {
    font-size: calc(44px * 0.85);
}.educational_gains_7 ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.educational_gains_7 li {
    padding: 15px;
}.educational_gains_7 .photo_cell_1 {
    object-fit: cover;
    max-height: 300px;
}
}

@media (max-width: 480px) {.educational_gains_7 {
    padding: 60px 0;
}.educational_gains_7 h1 {
    font-size: calc(44px * 0.7);
}.educational_gains_7 .text_placeholder_0 {
    padding: 10px;
}.educational_gains_7 li {
    padding: 12px;
}.educational_gains_7 li p {
    font-size: calc(17px - 2px);
}}.privacy_folio_0 {
    gap: 1.5rem;
    color: #ffffff;
    display: flex;
    padding: 2rem;
    font-family: Arial, sans-serif;
    flex-direction: column;
    box-shadow: 0 0 10px rgb(156,201,194,0.5);
    background-color: rgb(156,201,194);
}.privacy_folio_0 h1, .privacy_folio_0 h2 {
    letter-spacing: 0.05em;
    color: rgb(156,201,194);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}.privacy_folio_0 h1 {
    padding-left: 0.5rem;
    font-weight: 700;
    border-radius: 10px;
    font-size: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5rem 1rem;
    border-left: 4px solid rgb(156,201,194);
}.privacy_folio_0 h2 {
    padding-left: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 34px;
    font-weight: 600;
    border-left: 4px solid rgb(122,115,181);
    background-color: rgba(0, 0, 0, 0.5);
}.privacy_folio_0 h3, .privacy_folio_0 h4, .privacy_folio_0 h5, .privacy_folio_0 h6 {
    margin: 10px 0;
}.privacy_folio_0 ul {
    gap: 0.75rem;
    margin: 10px 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
}.privacy_folio_0 ul li {
    display: flex;
    padding: 0.5rem;
    background-color: rgb(122,115,181,0.5);
    gap: 1rem;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    align-items: center;
}.privacy_folio_0 ul li::before {
    font-size: 1.2rem;
    color: rgb(156,201,194);
    content: '⭑';
}.privacy_folio_0 p, .privacy_folio_0 span {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #ffffff;
    font-size: 16px;
}.privacy_folio_0 div {
    margin-bottom: 1rem;
}.privacy_folio_0 section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media only screen and (max-width: 800px) {.privacy_folio_0 {
    gap: 1rem;
    border-radius: 10px;
    padding: 1.5rem;
}.privacy_folio_0 h1 {
    font-size: calc(19px * 0.9);
}.privacy_folio_0 h2 {
    font-size: calc(19px * 0.9);
}.privacy_folio_0 ul {
    gap: 0.5rem;
}.privacy_folio_0 ul li {
    padding: 0.75rem;
}.privacy_folio_0 ul li::before {
    font-size: 1rem;
}}.cookie_message_window_4 {
    display: flex;
    background: rgb(216,219,194);
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    z-index: 100;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    border-top: 3px solid rgb(156,201,194);
    bottom: 0;
}.visitor_settings_6 {
    justify-content: space-between;
    display: flex;
    max-width: 1200px;
    width: 90%;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(156,201,194);
    border-radius: 24px;
    align-items: center;
    padding: 20px;
}.cookie_necessary_2 {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie_necessary_2 svg {
    fill: rgb(156,201,194);
    height: 50px;
    width: 50px;
}.cookies_tech_1 {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.cookies_tech_1 h5 {
    text-transform: uppercase;
    color: rgb(156,201,194);
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
}.cookies_tech_1 p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
}.cookies_tech_1 p a {
    text-decoration: underline;
    color: rgb(156,201,194);
}.data_consent_2 {
    text-decoration: none;
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    background: rgb(156,201,194);
    min-width: 120px;
    border: none;
    flex-shrink: 0;
    color: #ffffff;
}.cookie_button.track_manage_9 {
    margin-right: 10px;
}#cookieWarningPrompt_7 {
    display: none;
}#cookieWarningPrompt_7:checked ~ .cookie_message_window_4 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.visitor_settings_6 {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_necessary_2 {
    margin-bottom: 20px;
    margin-right: 0;
}.data_consent_2 {
    max-width: 250px;
    margin: 10px 0;
    width: 100%;
}}
.analysis_summary_2 {
    background: rgb(216,219,194);
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.analysis_summary_2::before {
    background-image: 
        linear-gradient(45deg, rgb(156,201,194,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(156,201,194,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(156,201,194,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(156,201,194,0.5) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    z-index: -1;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.05;
    top: 0;
}.analysis_summary_2 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.analysis_summary_2 .statistics_pros_6 {
    position: relative;
    margin-bottom: 50px;
    padding: 40px;
    border-radius: 11px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
}.analysis_summary_2 .statistics_pros_6::before {
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(156,201,194), rgb(122,115,181));
    left: 0;
    position: absolute;
    content: "";
    width: 5px;
}.analysis_summary_2 .statistics_value_1 {
    color: #000000;
    font-weight: 700;
    font-size: 35px;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}.analysis_summary_2 .statistics_grow_3 {
    line-height: 1.7;
    padding-left: 20px;
    color: #000000;
    font-size: 12px;
    margin: 0;
}.analysis_summary_2 .class_statistics_4 {
    display: grid;
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}.analysis_summary_2 .key_classes_3 {
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 30px 25px;
    text-align: center;
    border-radius: 10px;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.03);
    align-items: center;
}.analysis_summary_2 .key_classes_3:nth-child(odd) {
    border-top: 3px solid rgb(156,201,194);
}.analysis_summary_2 .key_classes_3:nth-child(even) {
    border-top: 3px solid rgb(122,115,181);
}.analysis_summary_2 .key_classes_3:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.analysis_summary_2 .key_classes_3 h4 {
    font-weight: 700;
    transition: all 0.3s ease;
    font-size: 2.5rem;
    margin: 0 0 15px;
    color: rgb(156,201,194);
}.analysis_summary_2 .key_classes_3:nth-child(even) h4 {
    color: rgb(122,115,181);
}.analysis_summary_2 .key_classes_3 span {
    transition: all 0.3s ease;
    color: #000000;
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}.analysis_summary_2 .key_classes_3::after {
    bottom: 0;
    z-index: -1;
    left: 0;
    height: 0;
    transition: all 0.4s ease;
    content: "";
    width: 100%;
    background: linear-gradient(to top, rgb(156,201,194,0.5) 0%, transparent 100%);
    position: absolute;
}.analysis_summary_2 .key_classes_3:nth-child(even)::after {
    background: linear-gradient(to top, rgb(122,115,181,0.5) 0%, transparent 100%);
}.analysis_summary_2 .key_classes_3:hover::after {
    height: 100%;
}.analysis_summary_2 svg {
    height: 40px;
    transition: all 0.3s ease;
    fill: rgb(156,201,194);
    width: 40px;
    margin-bottom: 15px;
}.analysis_summary_2 .key_classes_3:nth-child(even) svg {
    fill: rgb(122,115,181);
}.analysis_summary_2 svg path {
    fill: rgb(156,201,194);
    transition: all 0.3s ease;
}.analysis_summary_2 .key_classes_3:nth-child(even) svg path {
    fill: rgb(122,115,181);
}.analysis_summary_2 .key_classes_3:hover svg {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.analysis_summary_2 .class_statistics_4 {
    grid-template-columns: repeat(3, 1fr);
}.analysis_summary_2 .key_classes_3 {
    padding: 25px 20px;
}.analysis_summary_2 .key_classes_3 h4 {
    font-size: 2.2rem;
}
}

@media (max-width: 992px) {.analysis_summary_2 .statistics_pros_6 {
    padding: 30px;
}.analysis_summary_2 .class_statistics_4 {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.analysis_summary_2 {
    padding: 60px 0;
}.analysis_summary_2 .statistics_pros_6 {
    padding: 25px;
    margin-bottom: 30px;
}.analysis_summary_2 .statistics_value_1 {
    margin-bottom: 15px;
    font-size: calc(35px * 0.85);
}.analysis_summary_2 .statistics_grow_3 {
    font-size: calc(12px * 0.95);
}.analysis_summary_2 .key_classes_3 h4 {
    font-size: 2rem;
    margin-bottom: 10px;
}.analysis_summary_2 svg {
    height: 35px;
    margin-bottom: 10px;
    width: 35px;
}
}

@media (max-width: 576px) {.analysis_summary_2 {
    padding: 50px 0;
}.analysis_summary_2 .class_statistics_4 {
    grid-template-columns: 1fr;
    gap: 15px;
}.analysis_summary_2 .key_classes_3 {
    padding: 20px 15px;
}.analysis_summary_2 .key_classes_3 h4 {
    font-size: 1.8rem;
}.analysis_summary_2 .key_classes_3 span {
    font-size: calc(12px * 0.85);
}.analysis_summary_2 .statistics_value_1 {
    font-size: calc(35px * 0.7);
}}.tariff_grid_9 {
    padding: 5rem 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(216,219,194), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
}.tariff_grid_9::before {
    width: 100%;
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    height: 100%;
    z-index: 1;
    background: linear-gradient(45deg, transparent 0%, rgb(156,201,194,0.5) 30%, transparent 70%);
}.tariff_grid_9 .container {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.tariff_grid_9 .discount_grid_4 {
    gap: 3rem;
    display: flex;
    flex-direction: column;
}.tariff_grid_9 .tuition_grid_3 {
    max-width: 800px;
    opacity: 0;
    margin: 0 auto 2rem;
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
    text-align: center;
    order: -1;
}.tariff_grid_9 .tuition_grid_3 h2 {
    font-size: 38px;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
}.tariff_grid_9 .tuition_grid_3 h2::after {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(156,201,194), rgb(122,115,181));
    width: 80px;
    height: 3px;
    border-radius: 10px;
    bottom: -10px;
}.tariff_grid_9 .study_packages_0 {
    color: #000000;
    margin: 0 auto;
    max-width: 90%;
    line-height: 1.6;
    font-size: 18px;
}.tariff_grid_9 .access_cost_8 {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}.tariff_grid_9 .price_sheet_8 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    background: #ffffff;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border-radius: 30px;
    transform: translateZ(0) scale(1);
}.tariff_grid_9 .price_sheet_8:nth-child(1) {
    animation-delay: 0.1s;
}.tariff_grid_9 .price_sheet_8:nth-child(2) {
    animation-delay: 0.2s;
}.tariff_grid_9 .price_sheet_8:nth-child(3) {
    animation-delay: 0.3s;
}.tariff_grid_9 .price_sheet_8:nth-child(4) {
    animation-delay: 0.4s;
}.tariff_grid_9 .price_sheet_8::before {
    background: linear-gradient(90deg, rgb(156,201,194), rgb(122,115,181));
    transform: scaleX(0);
    transform-origin: left;
    top: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 5px;
    position: absolute;
    left: 0;
    width: 100%;
}.tariff_grid_9 .price_sheet_8:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}.tariff_grid_9 .price_sheet_8:hover::before {
    transform: scaleX(1);
}.tariff_grid_9 .package_price_6 {
    flex-direction: column;
    display: flex;
    height: 100%;
}.tariff_grid_9 .learning_pricing_7 {
    padding: 2rem;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
}.tariff_grid_9 .learning_pricing_7 h3 {
    margin: 0 0 1rem;
    color: #000000;
    font-weight: 700;
    transition: color 0.3s ease;
    font-size: 18px;
    position: relative;
}.tariff_grid_9 .price_sheet_8:hover .learning_pricing_7 h3 {
    color: rgb(156,201,194);
}.tariff_grid_9 .learn_sub_6 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    color: rgb(156,201,194);
    font-size: 2rem;
    display: inline-block;
}.tariff_grid_9 .learn_sub_6::after {
    height: 2px;
    bottom: -8px;
    left: 0;
    position: absolute;
    background-color: rgb(122,115,181);
    content: "";
    transition: width 0.3s ease;
    width: 40px;
}.tariff_grid_9 .price_sheet_8:hover .learn_sub_6 {
    transform: translateY(-3px);
}.tariff_grid_9 .price_sheet_8:hover .learn_sub_6::after {
    width: 80px;
}.tariff_grid_9 .learning_pricing_7 p {
    overflow-wrap: break-word;
    font-size: calc(18px - 2px);
    flex-grow: 1;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    word-break: break-word;
}.tariff_grid_9 .photo_cell_1 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.tariff_grid_9 .photo_cell_1::after {
    content: "";
    transition: opacity 0.5s ease;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    opacity: 0.7;
    left: 0;
    bottom: 0;
}.tariff_grid_9 .price_sheet_8:hover .photo_cell_1 {
    transform: scale(1.05);
}.tariff_grid_9 .price_sheet_8:hover .photo_cell_1::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.tariff_grid_9 {
    padding: 7rem 2rem;
}.tariff_grid_9 .discount_grid_4 {
    flex-direction: row;
    align-items: flex-start;
}.tariff_grid_9 .tuition_grid_3 {
    text-align: left;
    padding-right: 2rem;
    justify-content: center;
    margin: 0;
    flex-direction: column;
    order: 0;
    display: flex;
    flex: 0 0 30%;
}.tariff_grid_9 .tuition_grid_3 h2 {
    text-align: left;
}.tariff_grid_9 .tuition_grid_3 h2::after {
    transform: none;
    left: 0;
}.tariff_grid_9 .study_packages_0 {
    margin: 0;
    max-width: 100%;
}.tariff_grid_9 .access_cost_8 {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}

@media (min-width: 992px) {.tariff_grid_9 .access_cost_8 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.tariff_grid_9 {
    padding: 8rem 2rem;
}.tariff_grid_9 .tuition_grid_3 {
    flex: 0 0 25%;
}.tariff_grid_9 .access_cost_8 {
    flex: 0 0 75%;
}.tariff_grid_9 .learning_pricing_7 {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.tariff_grid_9 .price_sheet_8 {
    margin: 0 auto;
    max-width: 400px;
}.tariff_grid_9 .tuition_grid_3 h2 {
    font-size: calc(38px * 0.9);
}.tariff_grid_9 .study_packages_0 {
    font-size: calc(18px * 0.95);
}
}