﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    margin: auto;
    width: 1108px;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.wrapper-bundle1 {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.footer_subscribe7 {
    flex: 0 0 auto;
}.top_master6 {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_benefits5 {
    padding: 90px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(216,222,236) 30%, rgb(179,192,211,0.5) 100%);
    overflow: hidden;
}.course_benefits5::before {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.4;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(139,162,186,0.5) 0%, transparent 60%);
    width: 100%;
}.course_benefits5 .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.course_benefits5 .fast_study9 {
    align-items: center;
    display: flex;
    gap: 40px;
}.course_benefits5 .photo_strip3 {
    transform: translateY(-10px);
    max-width: 45%;
    flex: 0 0 45%;
    border-radius: 30% 10% 30% 10%;
    transition: all 0.5s ease;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}.course_benefits5 .photo_strip3::after {
    top: 20px;
    border-radius: 30% 10% 30% 10%;
    border: 3px solid rgb(179,192,211,0.5);
    left: 20px;
    bottom: -20px;
    z-index: -1;
    position: absolute;
    right: -20px;
    content: "";
}.course_benefits5 .photo_strip3:hover {
    transform: translateY(0);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
}.course_benefits5 .text_wrap2 {
    background: #ffffff;
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex: 0 0 50%;
    padding: 40px 35px;
    border-radius: 10px;
}.course_benefits5 .text_wrap2::before {
    content: "";
    top: 0;
    height: 100%;
    width: 6px;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(179,192,211), rgb(139,162,186));
    left: 0;
}.course_benefits5 h3 {
    padding-left: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
}.course_benefits5 h3::after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -12px;
    background: rgb(179,192,211);
    left: 15px;
    border-radius: 10px;
    width: 80px;
}.course_benefits5 ul {
    gap: 20px;
    display: flex;
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
    flex-direction: column;
}.course_benefits5 li {
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #ffffff, rgb(216,222,236) 180%);
    position: relative;
}.course_benefits5 li:hover {
    background: linear-gradient(90deg, #ffffff, rgb(139,162,186,0.5) 180%);
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.course_benefits5 li p {
    margin: 0;
    display: flex;
    font-size: 12px;
    line-height: 1.5;
    gap: 16px;
    color: #000000;
    font-weight: 400;
    align-items: center;
}.course_benefits5 svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
    padding: 5px;
    border-radius: 50%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.course_benefits5 svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,192,211);
}.course_benefits5 li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.course_benefits5 li:hover svg path {
    fill: rgb(139,162,186);
}

@media (max-width: 992px) {.course_benefits5 {
    padding: 70px 0;
}.course_benefits5 .fast_study9 {
    flex-direction: column;
    gap: 40px;
}.course_benefits5 .photo_strip3 {
    flex: none;
    max-width: 70%;
    margin: 0 auto;
}.course_benefits5 .text_wrap2 {
    margin: 0 auto;
    width: 90%;
    flex: none;
}.course_benefits5 .text_wrap2::before {
    height: 6px;
    top: 0;
    left: 0;
    width: 100%;
}
}

@media (max-width: 576px) {.course_benefits5 {
    padding: 50px 0;
}.course_benefits5 .photo_strip3 {
    max-width: 90%;
}.course_benefits5 .photo_strip3::after {
    display: none;
}.course_benefits5 .text_wrap2 {
    padding: 30px 20px;
    width: 100%;
}.course_benefits5 h3 {
    margin-bottom: 25px;
    font-size: 18px;
}.course_benefits5 ul {
    gap: 15px;
}.course_benefits5 li {
    padding: 12px;
}.course_benefits5 svg {
    width: 22px;
    height: 22px;
}}footer {
    position: relative;
    width: 100%;
}.footer_subscribe7 {
    background-color: #000000;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    overflow: hidden;
}.footer_subscribe7::before {
    top: -100px;
    right: -100px;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    width: 500px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    opacity: 0.4;
    height: 500px;
}.footer_subscribe7::after {
    content: "";
    height: 300px;
    position: absolute;
    opacity: 0.2;
    bottom: -50px;
    left: -50px;
    transform: rotate(30deg);
    width: 300px;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(139,162,186,0.5) 15px,
        rgb(139,162,186,0.5) 30px
    );
}footer .news_feed7 {
    z-index: 1;
    position: relative;
}footer .msg_details6 {
    border-left: 4px solid rgb(179,192,211);
    gap: 20px;
    display: grid;
    margin-bottom: 60px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0 26px 26px 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}footer .info_item {
    display: flex;
    align-items: center;
}footer .info_item svg {
    flex-shrink: 0;
    margin-right: 15px;
    fill: rgb(179,192,211);
    height: 20px;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    font-weight: 300;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(179,192,211);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 50px;
    display: grid;
}footer .nav_pagebar6 {
    position: relative;
}footer .nav_pagebar6::after {
    width: 30%;
    bottom: -30px;
    position: absolute;
    height: 3px;
    left: 0;
    background-color: rgb(179,192,211);
    content: "";
}footer .nav_pagebar6 svg {
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}footer .credit_info5 {
    color: rgba(255, 255, 255, 0.7);
    max-width: 330px;
    font-size: 13px;
    line-height: 1.6;
}footer .header_lesson7 {
    position: relative;
}footer .header_lesson7 h5 {
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}footer .header_lesson7 h5::after {
    width: 40px;
    background-color: rgb(179,192,211);
    height: 3px;
    left: 0;
    content: "";
    bottom: -10px;
    position: absolute;
}footer .main_header0 {
    margin-bottom: 30px;
}footer .main_header0 a {
    display: block;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 0;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}footer .main_header0 a:hover {
    color: #ffffff;
    padding-left: 10px;
    border-bottom-color: rgb(179,192,211,0.5);
}footer .subscribe_holder {
    position: relative;
    padding: 35px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 26px;
}footer .subscribe_holder::before {
    background: linear-gradient(135deg, rgb(179,192,211,0.5), transparent);
    border-radius: 26px;
    bottom: 0;
    right: 0;
    position: absolute;
    top: 0;
    opacity: 0.1;
    left: 0;
    content: "";
}footer .subscribe_holder h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 23px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}footer .input_holder {
    display: flex;
    position: relative;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(179,192,211);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_texts7 {
    cursor: pointer;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 15px 20px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    border: none;
    background-color: rgb(179,192,211);
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 19px;
}footer .sub_texts7::after {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    top: -100px;
    content: "";
    transition: all 0.7s ease;
    transform: rotate(45deg);
    left: -100px;
    width: 30px;
    height: 300px;
}footer .sub_texts7:hover {
    background-color: rgb(139,162,186);
}footer .sub_texts7:hover::after {
    left: 120%;
}footer .affiliate_cta9 {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .footer_benefit3 {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 13px;
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .sub_texts7 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .footer_subscribe7 {
    padding: 60px 0 30px;
}footer .msg_details6 {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    padding: 20px;
}footer .header_lesson7 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .header_lesson7 h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .affiliate_cta9 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .footer_subscribe7 {
    padding: 50px 0 20px;
}footer .msg_details6 {
    margin-bottom: 30px;
    padding: 15px;
}footer .nav_pagebar6::after {
    width: 50px;
}footer .header_lesson7 h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .subscribe_holder p, footer .main_header0 a, footer .info_item p, footer .info_item a {
    font-size: calc(14px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_texts7 {
    padding: 12px 15px;
}}.welcome_board2 {
    padding: 0;
    background: linear-gradient(135deg, rgb(216,222,236), rgba(0, 0, 0, 0.5));
    align-items: center;
    margin: 0;
    display: flex;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    justify-content: center;
}.welcome_board2::before {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(179,192,211,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
}.welcome_board2::after {
    content: "";
    filter: blur(40px);
    right: -10%;
    bottom: -10%;
    width: 60%;
    z-index: 0;
    border-radius: 50%;
    background: linear-gradient(to bottom right, rgb(139,162,186,0.5), transparent);
    position: absolute;
    height: 60%;
    opacity: 0.4;
}.welcome_board2 .course_begin3 {
    z-index: 2;
    position: relative;
    padding: 3rem 0;
    width: 90%;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
}.welcome_board2 .course_begin3 > div {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
}.welcome_board2 .course_begin3 > div > div:first-child {
    transform: translateY(20px);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(179,192,211);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
              0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.1);
    animation: floatUp 0.8s ease-out forwards;
}.welcome_board2 h3 {
    transform-origin: left center;
    line-height: 1.5;
    font-size: calc(22px * 1.1);
    font-weight: 600;
    color: #ffffff;
    position: relative;
    letter-spacing: 0.5px;
    margin: 0;
}.welcome_board2 h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(179,192,211), transparent);
    left: 0;
    width: 80px;
    height: 4px;
    content: "";
    bottom: -15px;
}.welcome_board2 .study_expert3 {
    height: 400px;
    position: relative;
    transform: translateY(20px) perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: reveal 1s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
}.welcome_board2 .study_expert3::before {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, 
              #000000 0%,
              transparent 40%,
              transparent 60%,
              #000000 100%);
    opacity: 0.7;
    height: 100%;
    position: absolute;
}.welcome_board2 .study_expert3 > div {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 3rem;
    display: flex;
    position: absolute;
    height: 100%;
    z-index: 2;
}.welcome_board2 .study_expert3 p {
    line-height: 1.6;
    opacity: 0;
    animation: slideRight 0.6s 0.8s ease-out forwards;
    transform: translateX(-20px);
    position: relative;
    font-weight: 400;
    color: #ffffff;
    padding-left: 20px;
    max-width: 500px;
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.2);
}.welcome_board2 .study_expert3 p::before {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(179,192,211);
    width: 4px;
    transform-origin: bottom;
    height: 100%;
    animation: scaleVertical 0.5s 1.1s ease-out forwards;
    transform: scaleY(0);
}.welcome_board2 .title_style_header {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    animation: floatUp 0.8s 1s ease-out forwards;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
    opacity: 0;
    margin: 0;
    transform: translateY(30px);
    position: relative;
    font-size: calc(39px * 1.2);
}.welcome_board2 .title_style_header::after {
    content: "";
    position: absolute;
    animation: scaleHorizontal 0.6s 1.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    bottom: -20px;
    width: 100px;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    background: rgb(179,192,211);
    height: 6px;
}@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(20px) perspective(1000px) rotateY(-2deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) perspective(1000px) rotateY(0);
  }
}

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

@keyframes scaleVertical {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}


.welcome_board2 .study_expert3:hover {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1.01) perspective(1000px) rotateY(0);
}.welcome_board2 .study_expert3:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(to bottom, 
              #000000 0%,
              rgba(0, 0, 0, 0.6) 40%,
              rgba(0, 0, 0, 0.6) 60%,
              #000000 100%);
}


@media (min-width: 768px) {.welcome_board2 .course_begin3 > div {
    grid-template-columns: 1fr 1.6fr;
    gap: 3rem;
}.welcome_board2 h3 {
    font-size: 22px;
}.welcome_board2 .study_expert3 {
    height: 450px;
}.welcome_board2 .title_style_header {
    font-size: 39px;
}
}

@media (min-width: 992px) {.welcome_board2 .course_begin3 {
    width: 85%;
}.welcome_board2 .course_begin3 > div {
    gap: 4rem;
}.welcome_board2 .study_expert3 {
    height: 500px;
}.welcome_board2 h3 {
    font-size: calc(22px * 1.1);
}.welcome_board2 .title_style_header {
    font-size: calc(39px * 1.2);
}
}

@media (max-width: 767px) {.welcome_board2 {
    padding: 4rem 0;
    min-height: auto;
}.welcome_board2 .course_begin3 {
    padding: 1.5rem 0;
    transform: none;
}.welcome_board2 h3 {
    font-size: calc(16px * 1.1);
}.welcome_board2 .title_style_header {
    font-size: calc(36px);
}.welcome_board2 .study_expert3 {
    transform: none;
    height: 350px;
}.welcome_board2 .study_expert3 > div {
    padding: 2rem;
}
}

@media (max-width: 480px) {.welcome_board2 .course_begin3 > div > div:first-child {
    padding: 1.5rem;
}.welcome_board2 .study_expert3 {
    height: 300px;
}.welcome_board2 .study_expert3 p {
    font-size: 18px;
}.welcome_board2 .title_style_header {
    font-size: 36px;
}}.get_in_touch6 {
    overflow: hidden;
    position: relative;
    background: rgb(216,222,236);
    padding: 90px 0;
}.get_in_touch6::before {
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(139,162,186,0.5),
        rgb(139,162,186,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    opacity: 0.05;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}.get_in_touch6 .photo_strip3 {
    top: 5%;
    height: 90%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    border-radius: 10px 0 0 10px;
    width: 40%;
    position: absolute;
    right: 0;
    z-index: 1;
}.get_in_touch6 .photo_strip3::after {
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(179,192,211,0.5), transparent 70%);
    border-radius: 10px 0 0 10px;
    width: 100%;
    content: '';
}.get_in_touch6 .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.get_in_touch6 h3 {
    color: rgb(179,192,211);
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 31px;
}.get_in_touch6 .inquiry_card0 {
    display: flex;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
}.get_in_touch6 .request_panel7 {
    position: relative;
    flex: 1;
    padding: 50px;
}.get_in_touch6 form h3 {
    text-align: left;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 30px;
    color: #000000;
}.get_in_touch6 input[type="text"],
.get_in_touch6 textarea {
    width: 100%;
    background: #ffffff;
    font-size: 13px;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}.get_in_touch6 input[type="text"]:focus,
.get_in_touch6 textarea:focus {
    outline: none;
    border-color: rgb(179,192,211);
    box-shadow: 0 0 0 2px rgb(179,192,211,0.5);
}.get_in_touch6 textarea {
    resize: none;
    height: 150px;
}.get_in_touch6 .feedback_section1 {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.get_in_touch6 .feedback_section1 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get_in_touch6 .feedback_section1 label {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    color: #000000;
}.get_in_touch6 .feedback_section1 label::before {
    width: 18px;
    content: '';
    position: absolute;
    border-radius: 10px;
    left: 0;
    transition: all 0.3s ease;
    height: 18px;
    top: 2px;
    border: 2px solid rgb(139,162,186);
}.get_in_touch6 .feedback_section1 input[type="checkbox"]:checked + label::before {
    background: rgb(179,192,211);
    border-color: rgb(179,192,211);
}.get_in_touch6 .feedback_section1 input[type="checkbox"]:checked + label::after {
    top: 6px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    width: 6px;
    transform: rotate(45deg);
    height: 10px;
    left: 6px;
    position: absolute;
    content: '';
}.get_in_touch6 .feedback_section1 a {
    transition: all 0.3s ease;
    color: rgb(179,192,211);
    text-decoration: none;
}.get_in_touch6 .feedback_section1 a:hover {
    text-decoration: underline;
}.get_in_touch6 .connect_inquiry7 {
    padding: 15px 40px;
    border: none;
    color: #ffffff;
    background: rgb(179,192,211);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    font-size: 19px;
    cursor: pointer;
    display: inline-block;
}.get_in_touch6 .connect_inquiry7:hover {
    background: rgb(139,162,186);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.get_in_touch6 .request_list1 {
    position: relative;
    width: 35%;
    background: rgb(179,192,211);
    padding: 50px;
}.get_in_touch6 .request_list1::before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
}.get_in_touch6 .request_list1 h4 {
    margin-bottom: 40px;
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
}.get_in_touch6 .request_list1 h4::after {
    background: #ffffff;
    position: absolute;
    width: 40px;
    content: '';
    bottom: -15px;
    height: 3px;
    left: 0;
}.get_in_touch6 .inquiry_widget5 {
    list-style: none;
    margin: 0;
    padding: 0;
}.get_in_touch6 .inquiry_widget5 li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}.get_in_touch6 .inquiry_widget5 svg {
    margin-right: 15px;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}.get_in_touch6 .inquiry_widget5 svg path {
    fill: #ffffff;
}.get_in_touch6 .inquiry_widget5 span {
    color: #ffffff;
    font-size: 13px;
    font-family: Arial, sans-serif;
}.get_in_touch6 .inquiry_widget5 a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.get_in_touch6 .inquiry_widget5 a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.get_in_touch6 .photo_strip3 {
    display: none;
}.get_in_touch6 .inquiry_card0 {
    flex-direction: column;
}.get_in_touch6 .request_panel7 {
    width: 100%;
}.get_in_touch6 .request_list1 {
    width: 100%;
}
}

@media (max-width: 768px) {.get_in_touch6 {
    padding: 60px 0;
}.get_in_touch6 h3 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.get_in_touch6 .request_panel7,
    .get_in_touch6 .request_list1 {
    padding: 40px;
}
}

@media (max-width: 576px) {.get_in_touch6 {
    padding: 40px 0;
}.get_in_touch6 h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.get_in_touch6 .request_panel7,
    .get_in_touch6 .request_list1 {
    padding: 30px 20px;
}.get_in_touch6 form h3,
    .get_in_touch6 .request_list1 h4 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.get_in_touch6 input[type="text"],
    .get_in_touch6 textarea {
    margin-bottom: 15px;
    padding: 12px;
}.get_in_touch6 textarea {
    height: 120px;
}.get_in_touch6 .connect_inquiry7 {
    width: 100%;
    padding: 12px;
}.get_in_touch6 .inquiry_widget5 li {
    margin-bottom: 20px;
}}.pricing_bundle9 {
    position: relative;
    overflow: hidden;
    background: rgb(216,222,236);
    padding: 120px 0;
}.pricing_bundle9::before {
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(179,192,211,0.5), rgb(139,162,186,0.5));
    opacity: 0.08;
    left: 0;
    top: 0;
}.pricing_bundle9 .container {
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.pricing_bundle9 .learn_rates7 {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}.pricing_bundle9 .rate_options5 {
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}.pricing_bundle9 .rate_options5 h2 {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 33px;
}.pricing_bundle9 .rate_options5 h2::after {
    bottom: -10px;
    height: 3px;
    border-radius: 3px;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(179,192,211), rgb(139,162,186));
    left: 50%;
}.pricing_bundle9 .cost_summary1 {
    color: #000000;
    font-size: 18px;
    max-width: 600px;
    margin-right: auto;
    line-height: 1.7;
    margin-left: auto;
    margin-top: 20px;
}.pricing_bundle9 .fee_pricing9 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    display: grid;
}.pricing_bundle9 .fee_plan0 {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
    display: block;
    text-decoration: none;
}.pricing_bundle9 .fee_plan0:hover {
    transform: translateY(-8px);
}.pricing_bundle9 .rate_packages9 {
    transition: all 0.4s ease;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    position: relative;
    height: 100%;
    border-radius: 16px;
    flex-direction: column;
    overflow: hidden;
    display: flex;
}.pricing_bundle9 .fee_plan0:hover .rate_packages9 {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}.pricing_bundle9 .rate_choice8 {
    z-index: 2;
    position: relative;
    flex: 1;
    padding: 30px;
}.pricing_bundle9 .rate_choice8 h3 {
    display: inline-block;
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}.pricing_bundle9 .rate_choice8 h3::after {
    border-radius: 2px;
    height: 3px;
    bottom: 0;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(179,192,211);
    left: 0;
    width: 40px;
    content: "";
}.pricing_bundle9 .fee_plan0:hover .rate_choice8 h3::after {
    width: 60px;
}.pricing_bundle9 .discount_tier6 {
    display: inline-block;
    font-size: 1.8rem;
    position: relative;
    -webkit-background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(179,192,211), rgb(139,162,186));
    background-clip: text !important;
    color: transparent;
    color: rgb(179,192,211);
    margin-bottom: 20px;
}.pricing_bundle9 .discount_tier6::before {
    width: 100%;
    left: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgb(179,192,211,0.5), transparent);
    position: absolute;
    bottom: -5px;
}.pricing_bundle9 .rate_choice8 p {
    margin-bottom: 20px;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: calc(18px - 2px);
    word-break: break-word;
    color: #000000;
    position: relative;
}.pricing_bundle9 .photo_strip3 {
    height: 220px;
    width: 100%;
    transition: all 0.5s ease;
    border-radius: 0 0 12px 12px;
    position: relative;
    overflow: hidden;
}.pricing_bundle9 .photo_strip3::after {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
    left: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    opacity: 0.6;
}.pricing_bundle9 .fee_plan0:hover .photo_strip3::after {
    opacity: 0.3;
}

@media (min-width: 768px) {.pricing_bundle9 .fee_pricing9 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_bundle9 .rate_packages9 {
    height: 100%;
}.pricing_bundle9 .photo_strip3 {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing_bundle9 {
    padding: 160px 0;
}.pricing_bundle9 .learn_rates7 {
    flex-direction: row;
    gap: 80px;
    align-items: center;
}.pricing_bundle9 .rate_options5 {
    padding: 0;
    flex: 0 0 30%;
    text-align: left;
}.pricing_bundle9 .rate_options5 h2 {
    font-size: calc(33px + 4px);
}.pricing_bundle9 .rate_options5 h2::after {
    transform: none;
    left: 0;
}.pricing_bundle9 .cost_summary1 {
    margin-left: 0;
}.pricing_bundle9 .fee_pricing9 {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing_bundle9 .fee_pricing9 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_bundle9 .rate_choice8 {
    padding: 40px;
}.pricing_bundle9 .photo_strip3 {
    height: 260px;
}.pricing_bundle9 .fee_plan0:nth-child(odd) {
    transform: translateY(20px);
}.pricing_bundle9 .fee_plan0:nth-child(odd):hover {
    transform: translateY(12px);
}.pricing_bundle9 .fee_plan0:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@media (prefers-reduced-motion: no-preference) {.pricing_bundle9 .fee_plan0:active .rate_packages9 {
    transform: scale(0.98);
    transition: transform 0.2s ease;
}
}

@media (max-width: 767px) {.pricing_bundle9 {
    padding: 80px 0;
}.pricing_bundle9 .learn_rates7 {
    gap: 40px;
}.pricing_bundle9 .rate_options5 h2 {
    font-size: calc(33px - 4px);
}.pricing_bundle9 .photo_strip3 {
    height: 200px;
}.pricing_bundle9 .rate_choice8 {
    padding: 25px;
}.pricing_bundle9 .discount_tier6 {
    font-size: 1.5rem;
}}.our_team2 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.our_team2::before {
    top: 0;
    content: "";
    opacity: 0.85;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: 1;
}.our_team2::after {
    content: "";
    background: rgb(179,192,211);
    width: 250px;
    position: absolute;
    animation: float 10s ease-in-out infinite;
    opacity: 0.15;
    z-index: 2;
    border-radius: 50%;
    right: -50px;
    height: 250px;
    bottom: -50px;
    filter: blur(40px);
}.our_team2 .container {
    padding: 0 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.our_team2 h2 {
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 32px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.our_team2 h2::after {
    transition: width 0.5s ease;
    content: "";
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(179,192,211);
    width: 60px;
    height: 4px;
    bottom: -10px;
    background: rgb(179,192,211);
    left: 0;
    position: absolute;
}.our_team2:hover h2::after {
    width: 100%;
}.our_team2 .text_wrap2 {
    transform: translateY(0);
    position: relative;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.25);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.our_team2 .text_wrap2:hover {
    transform: translateY(-10px);
}.our_team2 .text_wrap2 > div {
    padding: 30px;
    width: 100%;
}.our_team2 .text_wrap2 p {
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, rgb(139,162,186));
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    -webkit-background-clip: text !important;
    font-size: calc(14px * 1.4);
    -webkit-text-fill-color: transparent;
}.our_team2 .text_wrap2 p::before {
    border-radius: 10px;
    width: 4px;
    height: 100%;
    position: absolute;
    content: "";
    left: -10px;
    background: rgb(179,192,211);
    top: 0;
}.our_team2 .text_wrap2 div div {
    padding: 20px;
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.2),
        inset -5px -5px 10px rgba(255, 255, 255, 0.05);
    color: rgb(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 14px;
    text-align: justify;
    border-radius: 10px;
    line-height: 1.8;
}.our_team2 .text_wrap2 div div::first-letter {
    color: rgb(179,192,211);
    float: left;
    font-size: calc(14px * 2.5);
    margin-right: 10px;
    line-height: 1;
    font-weight: 700;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

@media (min-width: 768px) {.our_team2 {
    padding: 150px 0;
}.our_team2 .container {
    padding: 60px;
    transform: perspective(1000px) rotateX(2deg);
}.our_team2 h2 {
    margin-bottom: 50px;
    font-size: calc(32px * 1.2);
}.our_team2 .text_wrap2 {
    box-shadow: 
            inset 3px 3px 7px rgba(255, 255, 255, 0.05),
            inset -3px -3px 7px rgba(0, 0, 0, 0.25),
            10px 10px 20px rgba(0, 0, 0, 0.1);
    flex-direction: row;
    display: flex;
}.our_team2 .text_wrap2 > div {
    padding: 40px;
}.our_team2 .text_wrap2 p {
    font-size: calc(14px * 1.8);
    margin-bottom: 30px;
}.our_team2 .text_wrap2 div div {
    column-count: 2;
    column-gap: 40px;
    padding: 30px;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
}
}

@media (max-width: 767px) {.our_team2 {
    padding: 80px 0;
}.our_team2 .container {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.our_team2 h2 {
    font-size: 32px;
    margin-bottom: 30px;
}.our_team2 .text_wrap2 > div {
    padding: 20px;
}.our_team2 .text_wrap2 p {
    margin-bottom: 15px;
    font-size: calc(14px * 1.2);
}.our_team2 .text_wrap2 div div {
    padding: 15px;
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 480px) {.our_team2 {
    padding: 60px 0;
}.our_team2 .container {
    transform: none;
    padding: 20px;
}.our_team2 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 20px;
}.our_team2 .text_wrap2 > div {
    padding: 15px;
}.our_team2 .text_wrap2 p {
    font-size: 14px;
    margin-bottom: 10px;
}.our_team2 .text_wrap2 div div {
    padding: 10px;
    font-size: calc(14px * 0.85);
}}header {
    overflow: visible;
    z-index: 99;
    background: linear-gradient(to right, rgb(139,162,186) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    width: 100%;
}header::before {
    opacity: 0.1;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(179,192,211,0.5) 10px,
        rgb(179,192,211,0.5) 11px
    );
    left: 0;
    position: absolute;
    content: '';
}header .top_primary5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    position: relative;
    width: 100%;
}header .top_primary5::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgb(179,192,211),
        rgb(139,162,186),
        rgb(179,192,211),
        transparent
    );
    content: '';
    left: 5%;
    bottom: 0;
    position: absolute;
    width: 90%;
    box-shadow: 0 0 10px rgb(139,162,186), 0 0 20px rgb(139,162,186,0.5);
    height: 1px;
}header .top_primary5 .nav_pagebar6 {
    padding: 5px 10px;
    margin-right: 20px;
    z-index: 2;
    position: relative;
}header .top_primary5 .nav_pagebar6::before {
    height: 100%;
    border: 1px solid rgb(139,162,186,0.5);
    position: absolute;
    width: 100%;
    opacity: 0;
    border-radius: 10px;
    top: 0;
    transition: opacity 0.4s ease;
    content: '';
    box-shadow: 0 0 15px rgb(139,162,186,0.5);
    left: 0;
}header .top_primary5 .nav_pagebar6:hover::before {
    opacity: 1;
}header .top_primary5 .nav_pagebar6 .nav_primary1 {
    transition: transform 0.3s ease;
    display: block;
}header .top_primary5 .nav_pagebar6:hover .nav_primary1 {
    transform: scale(1.05);
}header .top_primary5 .nav_pagebar6 .nav_primary1 svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(139,162,186,0.5));
}header .top_primary5 .header_lesson7 {
    justify-content: flex-end;
    display: flex;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    margin: 0;
    list-style: none;
    position: relative;
    flex-wrap: wrap;
}header .top_primary5 .header_lesson7::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 10px;
    background: radial-gradient(
        ellipse at center,
        rgb(139,162,186,0.5) 0%,
        transparent 70%
    );
    left: 0;
    opacity: 0.2;
    width: 100%;
}header .top_primary5 .header_lesson7 .top_study1 {
    margin: 0;
    position: relative;
}header .top_primary5 .header_lesson7 .top_study1::after {
    background: rgb(179,192,211);
    transition: width 0.3s ease, left 0.3s ease;
    bottom: -5px;
    box-shadow: 0 0 8px rgb(179,192,211);
    content: '';
    left: 50%;
    width: 0;
    height: 2px;
    position: absolute;
}header .top_primary5 .header_lesson7 .top_study1:hover::after {
    left: 10%;
    width: 80%;
}header .top_primary5 .header_lesson7 .top_study1 a {
    position: relative;
    padding: 10px 15px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-weight: 400;
    display: block;
}header .top_primary5 .header_lesson7 .top_study1:hover a {
    text-shadow: 0 0 5px rgb(179,192,211,0.5);
    color: rgb(179,192,211);
}

@media (max-width: 992px) {header .top_primary5 {
    flex-direction: column;
}header .top_primary5 .nav_pagebar6 {
    margin: 0 0 15px 0;
    align-self: center;
}header .top_primary5 .header_lesson7 {
    width: 100%;
    justify-content: center;
}header .top_primary5 .header_lesson7 .top_study1 a {
    padding: 10px 15px;
    font-size: calc(18px - 1px);
}}.cookie_notice_message5 {
    background: rgb(216,222,236);
    bottom: 0;
    border-top: 2px solid rgb(179,192,211);
    width: 100%;
    position: fixed;
    z-index: 90;
}#cookie_box_window3 {
    display: none;
}#cookie_box_window3:checked ~ .cookie_notice_message5 {
    visibility: hidden;
    opacity: 0;
}.visitor_settings6 {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}.cookie_notice_message5 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_notice_message5 p {
    font-size: 18px;
}.cookie_review3 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_review3 svg, .cookie_review3 svg path, .cookie_review3 img {
    fill: rgb(179,192,211);
    width: 100px;
    height: 100px;
}.edu_settings7 {
    border-bottom: 2px solid rgb(179,192,211);
    cursor: pointer;
    min-width: 120px;
    text-decoration: none;
    font-size: 24px;
    white-space: nowrap;
    color: rgb(179,192,211);
    line-height: 35px;
    margin-left: 10px;
    flex-shrink: 0;
    text-align: center;
}.cookie_notice_message5 p a {
    color: rgb(179,192,211);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_notice_message5 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_review3 {
    display: none;
}.visitor_settings6 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_notice_message5 h5 {
    text-align: center;
}.cookie_notice_message5 p {
    text-align: center;
}.cookie_tab4 {
    margin-bottom: 20px;
}body .wrapper-bundle1 .edu_settings7 {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-bundle1 .cookie_notice_message5 {
    background: rgb(179,192,211);
    box-shadow: rgb(139,162,186,0.5) 0px 0px 10px 10px;
}.wrapper-bundle1 .visitor_settings6 {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-bundle1 .edu_settings7 {
    background: #ffffff;
    margin-left: 30px;
    font-size: 20px;
    color: rgb(179,192,211);
    padding: 10px;
    border: none;
}.wrapper-bundle1 .cookie_tab4 {
    text-align: left;
    color: #ffffff;
}.wrapper-bundle1 .cookie_tab4 h5 {
    font-weight: 700;
}.wrapper-bundle1 .cookie_tab4 h5, .wrapper-bundle1 .cookie_tab4 p {
    color: #ffffff;
}.wrapper-bundle1 .cookie_notice_message5 p a {
    color: rgb(139,162,186);
    text-decoration: underline;
}.program_details7 {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(139,162,186,0.5), rgb(216,222,236));
    position: relative;
}.program_details7::before {
    background: repeating-linear-gradient(
    45deg,
    rgb(179,192,211,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(179,192,211,0.5) 11px
  );
    content: "";
    z-index: 1;
    opacity: 0.07;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.program_details7 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.program_details7 .program_guide0 {
    flex-direction: column;
    transform: perspective(1000px) rotateY(-1deg);
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.program_details7 .program_guide0:hover {
    transform: perspective(1000px) rotateY(0);
}.program_details7 .photo_strip3 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 350px;
    position: relative;
}.program_details7 .photo_strip3::after {
    content: "";
    background: linear-gradient(to bottom, 
    transparent 50%, 
    rgb(179,192,211,0.5) 100%
  );
    position: absolute;
    inset: 0;
}.program_details7 .text_wrap2 {
    background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(245, 248, 255, 0.9) 100%
  );
    padding: 2.5rem 2.5rem 3rem;
    position: relative;
}.program_details7 h3 {
    position: relative;
    transition: transform 0.3s ease;
    font-size: calc(20px * 1.1);
    transform: translateY(0);
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
}.program_details7 h3::after {
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(179,192,211);
    content: "";
    width: 60px;
    left: 0;
    position: absolute;
    transform: scaleX(0.7);
    bottom: -0.5rem;
    height: 3px;
}.program_details7 .program_guide0:hover h3::after {
    transform: scaleX(1);
}.program_details7 p.description {
    overflow-y: auto;
    padding-right: 1rem;
    display: block;
    line-height: 1.7;
    font-size: 15px;
    max-height: 250px;
    margin-bottom: 1.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
}.program_details7 p.description::-webkit-scrollbar {
    width: 4px;
}.program_details7 p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.program_details7 p.description::-webkit-scrollbar-thumb {
    background: rgb(179,192,211,0.5);
    border-radius: 10px;
}.program_details7 span.description {
    display: none;
}.program_details7 .text_wrap2::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    width: 60px;
    opacity: 0.9;
    content: "";
    position: absolute;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotate(45deg);
    top: -30px;
    background: rgb(179,192,211);
    right: 30px;
    height: 60px;
}.program_details7 .program_guide0:hover .text_wrap2::before {
    transform: rotate(225deg);
}

@media (min-width: 768px) {.program_details7 .program_guide0 {
    align-items: stretch;
    flex-direction: row;
    height: 550px;
}.program_details7 .photo_strip3 {
    width: 50%;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    height: auto;
}.program_details7 .text_wrap2 {
    padding: 3rem;
    justify-content: center;
    flex-direction: column;
    display: flex;
    width: 50%;
}.program_details7 h3 {
    font-size: calc(20px * 1.2);
    margin-bottom: 2rem;
}.program_details7 p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_details7 .program_guide0 {
    height: 600px;
}.program_details7 h3 {
    font-size: calc(29px * 0.75);
}.program_details7 .text_wrap2 {
    padding: 4rem;
}.program_details7 p.description {
    max-height: 380px;
    font-size: calc(15px * 1.05);
    line-height: 1.75;
}
}

@media (max-width: 767px) {.program_details7 {
    padding: 4rem 0;
}.program_details7 .container {
    padding: 0 1.5rem;
}.program_details7 .program_guide0 {
    transform: none;
}.program_details7 .photo_strip3 {
    height: 250px;
}.program_details7 .text_wrap2 {
    padding: 2rem;
}.program_details7 h3 {
    margin-bottom: 1rem;
    font-size: calc(20px * 0.95);
}.program_details7 p.description {
    line-height: 1.6;
    max-height: 300px;
    font-size: calc(15px * 0.95);
}
}

@media (hover: none) {.program_details7 .program_guide0,
  .program_details7 .program_guide0:hover {
    transform: none;
}.program_details7 h3::after {
    transform: scaleX(1);
}.program_details7 .text_wrap2::before,
  .program_details7 .program_guide0:hover .text_wrap2::before {
    transform: rotate(45deg);
}
}

@media (prefers-reduced-motion) {.program_details7 .program_guide0,
  .program_details7 h3::after,
  .program_details7 .text_wrap2::before {
    transition: none;
}}.gratArea0 {
    background: linear-gradient(135deg, rgb(216,222,236) 0%, rgb(216,222,236) 60%, rgba(rgb(179,192,211,0.5), 0.05) 100%);
    padding: 6rem 0;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}.gratArea0::before,
.gratArea0::after {
    content: '';
    pointer-events: none;
    position: absolute;
}.gratArea0::before {
    width: 40%;
    background: linear-gradient(45deg, rgb(179,192,211,0.5) 10%, transparent 70%);
    filter: blur(20px);
    opacity: 0.03;
    left: -10%;
    transform: rotate(-15deg) translateZ(-10px);
    top: -5%;
    height: 70%;
}.gratArea0::after {
    right: -5%;
    transform: rotate(10deg) translateZ(-5px);
    background: linear-gradient(135deg, rgb(139,162,186,0.5) 10%, transparent 70%);
    height: 60%;
    opacity: 0.04;
    bottom: -10%;
    filter: blur(15px);
    width: 30%;
}.gratArea0 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    max-width: 1200px;
    padding: 0 2rem;
}.gratArea0 h2 {
    line-height: 1.3;
    margin-bottom: 3rem;
    transform: translateZ(10px);
    position: relative;
    font-size: 29px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    max-width: 90%;
    color: #000000;
}.gratArea0 h2::after {
    position: absolute;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(179,192,211) 0%, rgb(179,192,211,0.5) 100%);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 80px;
    content: '';
    transform: translateZ(15px) scaleX(1);
    height: 3px;
    bottom: -0.8rem;
}.gratArea0 .fast_study9 {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 27px;
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: translateZ(20px) rotateY(-2deg);
    margin: 1rem 0;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    position: relative;
    padding: 2.5rem 3rem;
}.gratArea0 .fast_study9::before {
    left: -10px;
    transform: translateZ(5px);
    pointer-events: none;
    position: absolute;
    border: 1px solid rgb(179,192,211,0.5);
    right: -10px;
    top: -10px;
    content: '';
    opacity: 0.1;
    border-radius: 100px;
    bottom: -10px;
}.gratArea0 .fast_study9:hover {
    transform: translateZ(25px) rotateY(0deg);
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.gratArea0 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.gratArea0 li {
    position: relative;
    padding-left: 0;
}.gratArea0 li::before {
    height: 60px;
    transform: translateZ(15px) scale(0.95);
    width: 60px;
    content: '';
    background: linear-gradient(135deg, rgb(179,192,211,0.5) 0%, transparent 80%);
    transition: all 0.4s ease-out;
    top: -20px;
    left: -30px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
}.gratArea0 li span {
    font-family: Arial, sans-serif;
    transform: translateZ(5px);
    line-height: 1.7;
    font-size: 13px;
    display: block;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    position: relative;
    color: #000000;
}

@media (min-width: 992px) {.gratArea0 {
    padding: 8rem 0;
}.gratArea0 h2 {
    transform: translateZ(15px);
    max-width: 80%;
    font-size: calc(29px * 1.1);
}.gratArea0 h2::after {
    width: 100px;
}.gratArea0 .fast_study9 {
    padding: 3.5rem 4rem;
    margin: 2rem 0;
}.gratArea0 li span {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}.gratArea0 li::before {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 991px) {.gratArea0 {
    padding: 5rem 0;
}.gratArea0 h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.gratArea0 .fast_study9 {
    padding: 2rem 2.5rem;
    transform: translateZ(10px) rotateY(-1deg);
}
}

@media (max-width: 767px) {.gratArea0 {
    padding: 4rem 0;
}.gratArea0 h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.gratArea0 h2::after {
    height: 2px;
    width: 60px;
}.gratArea0 .fast_study9 {
    transform: translateZ(5px) rotateY(0deg);
    padding: 1.5rem 2rem;
}.gratArea0 li::before {
    top: -15px;
    width: 40px;
    left: -20px;
    height: 40px;
}
}

@media (max-width: 480px) {.gratArea0 {
    padding: 3rem 0;
}.gratArea0 .container {
    padding: 0 1.5rem;
}.gratArea0 h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.5rem;
}.gratArea0 .fast_study9 {
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
}.gratArea0 li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}

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

.gratArea0 .fast_study9 {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.privacy_defense3 {
    padding: 40px;
    background: rgb(216,222,236);
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy_defense3 h1 {
    font-size: 46px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(179,192,211), rgb(179,192,211,0.5));
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(179,192,211,0.5);
    color: rgb(179,192,211);
    padding-bottom: 10px;
    -webkit-background-clip: text !important;
}.privacy_defense3 h2 {
    font-weight: 600;
    color: rgb(139,162,186);
    -webkit-background-clip: text !important;
    font-size: 37px;
    background: linear-gradient(to right, rgb(139,162,186), rgb(139,162,186,0.5));
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
    margin-bottom: 15px;
}.privacy_defense3 h3,
.privacy_defense3 h4,
.privacy_defense3 h5,
.privacy_defense3 h6 {
    background: linear-gradient(to right, rgb(139,162,186), rgb(139,162,186,0.5));
    margin-top: 20px;
    font-weight: 400;
    color: rgb(139,162,186,0.5);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}.privacy_defense3 ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}.privacy_defense3 ul li {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    border-left: 4px solid rgb(179,192,211);
    background: linear-gradient(to right, #ffffff, rgb(179,192,211,0.5));
}.privacy_defense3 ol {
    margin: 20px 0;
    list-style: none;
    padding: 0;
    counter-reset: li;
}.privacy_defense3 ol li {
    background: linear-gradient(to right, #ffffff, rgb(139,162,186,0.5));
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 15px 10px 40px;
}.privacy_defense3 ol li:before {
    transform: translateY(-50%);
    justify-content: center;
    color: #ffffff;
    counter-increment: li;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    left: 10px;
    display: flex;
    top: 50%;
    background-color: rgb(179,192,211);
    position: absolute;
    content: counter(li);
    align-items: center;
}.privacy_defense3 p {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 300;
}.privacy_defense3 span {
    font-weight: 600;
    color: rgb(179,192,211);
}.privacy_defense3 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_defense3 {
    padding: 20px;
}.privacy_defense3 h1 {
    font-size: calc(19px * 0.8);
}.privacy_defense3 h2 {
    font-size: calc(19px * 0.8);
}.privacy_defense3 ul li,
    .privacy_defense3 ol li {
    padding: 10px;
}.privacy_defense3 ol li:before {
    font-size: 0.8em;
    height: 20px;
    width: 20px;
}.privacy_defense3 p {
    font-size: calc(15px * 0.9);
}}
.teaching_experience6 {
    padding: 5rem 2rem;
    background: rgb(216,222,236);
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}.teaching_experience6::before {
    content: "";
    top: 0;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(139,162,186,0.5) 0deg,
        rgb(179,192,211,0.5) 90deg,
        rgb(216,222,236) 180deg,
        rgb(179,192,211,0.5) 270deg,
        rgb(139,162,186,0.5) 360deg
    );
    opacity: 0.4;
    height: 100%;
    filter: blur(60px);
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
}.teaching_experience6 .feedback_views7 {
    justify-content: space-between;
    transform-style: preserve-3d;
    flex-direction: row;
    z-index: 2;
    gap: 0;
    position: relative;
    display: flex;
    align-items: center;
}.teaching_experience6 .photo_strip3 {
    height: 400px;
    border-radius: 21px;
    position: relative;
    filter: saturate(0.8);
    transform: rotateY(10deg) translateZ(50px);
    width: 40%;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.teaching_experience6 .photo_strip3::after {
    border-radius: 21px;
    content: "";
    width: 100%;
    opacity: 0.4;
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(179,192,211,0.5) 100%
    );
    top: 0;
    height: 100%;
    transition: opacity 0.6s ease;
    position: absolute;
}.teaching_experience6 .photo_strip3:hover {
    filter: saturate(1.2);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.teaching_experience6 .photo_strip3:hover::after {
    opacity: 0;
}.teaching_experience6 .job_area1 {
    overflow: hidden;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
    transform: rotateY(-5deg) translateZ(30px);
    border-radius: 21px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60%;
    padding: 2.5rem;
}.teaching_experience6 .job_area1::before {
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(139,162,186,0.5) 0%,
        transparent 70%
    );
    transition: transform 0.8s ease;
    transform: scale(0);
    height: 200%;
    width: 200%;
    content: "";
    position: absolute;
    left: -50%;
    opacity: 0.1;
}.teaching_experience6 .job_area1:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}.teaching_experience6 .job_area1:hover::before {
    transform: scale(1);
}.teaching_experience6 .name {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: rgb(179,192,211);
    font-size: 28px;
    position: relative;
}.teaching_experience6 .name::after {
    background: rgb(139,162,186);
    position: absolute;
    left: 0;
    width: 0;
    content: "";
    height: 3px;
    transition: width 0.4s ease-in-out;
    bottom: -5px;
}.teaching_experience6 .job_area1:hover .name::after {
    width: 100%;
}.teaching_experience6 .job_area1 > div:nth-child(2) {
    font-weight: 600;
    color: rgb(139,162,186);
    opacity: 0.9;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    font-size: 20px;
}.teaching_experience6 .employee_info3 {
    padding-left: 2rem;
    border-left: 3px solid rgb(179,192,211,0.5);
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    position: relative;
    line-height: 1.7;
    color: #000000;
}.teaching_experience6 .employee_info3::before {
    content: "";
    color: rgb(139,162,186,0.5);
    opacity: 0.3;
    top: -20px;
    font-family: serif;
    left: -10px;
    font-size: 5rem;
    position: absolute;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(179,192,211,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.teaching_experience6 .photo_strip3:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.teaching_experience6 .feedback_views7 {
    flex-direction: column;
}.teaching_experience6 .photo_strip3,
    .teaching_experience6 .job_area1 {
    width: 100%;
    transform: none;
}.teaching_experience6 .photo_strip3 {
    height: 300px;
    margin-bottom: 2rem;
}.teaching_experience6 .photo_strip3:hover,
    .teaching_experience6 .job_area1:hover {
    transform: translateY(-10px);
}
}