* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    width: 1109px;
    margin: auto;
}::-webkit-scrollbar {
    width: 2%;
}::-webkit-scrollbar-track {
    border-radius: 2.2vh;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at bottom right, #ffffff 4%, rgb(255, 255, 255, 0.5) 77%, rgb(127,149,143,0.5) 16%, rgb(197,221,217) 89%);
    border-radius: 19.4vh;
    transition: border-radius 3.5s ease;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px 4px 10px 8px rgba(0, 0, 0, 0.6);
    background: rgb(197,221,217);
    transform: translateX(-2px);
}

@media (max-width: 768px) {::-webkit-scrollbar {
    width: 4px;
}}

.content-wrapper-m {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.a11y-tools-n {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    auto
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    height: 100%;
    color: #000000;
}header,footer {
    width: 100%;
}.nav-main-9 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.reach-out-0 {
    position: relative;
    background: rgb(197,221,217);
    overflow: hidden;
    padding: 100px 0;
}.reach-out-0::before {
    z-index: 1;
    position: absolute;
    background: rgb(197,221,217);
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(162,188,184,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(127,149,143,0.5) 0%, transparent 30%);
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
}.reach-out-0::after {
    height: 100%;
    top: 0;
    content: "";
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, rgb(162,188,184,0.5) 0, rgb(162,188,184,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(127,149,143,0.5) 0, rgb(127,149,143,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(162,188,184,0.5), transparent 70%),
        linear-gradient(180deg, rgb(127,149,143,0.5), transparent 70%);
    left: 0;
    animation: backgroundMove 30s infinite linear;
    z-index: 1;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.reach-out-0 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
}.reach-out-0 h2 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    color: #000000;
    text-align: center;
}.reach-out-0 h2::before {
    box-shadow: 
        0 0 5px rgb(162,188,184),
        0 0 10px rgb(162,188,184),
        0 0 15px rgb(162,188,184);
    bottom: -15px;
    content: "";
    height: 2px;
    width: 100px;
    background: rgb(162,188,184);
    left: calc(50% - 50px);
    position: absolute;
}.reach-out-0 .message-support-z {
    position: relative;
    border-radius: 12px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(162,188,184,0.5);
    overflow: hidden;
    display: flex;
}.reach-out-0 .message-support-z::before {
    border-radius: 12px;
    z-index: 3;
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    opacity: 0.2;
    border: 1px solid rgb(162,188,184);
}.reach-out-0 .img-expand-y {
    min-height: 550px;
    overflow: hidden;
    position: relative;
    flex: 0 0 45%;
}.reach-out-0 .img-expand-y::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}.reach-out-0 .img-expand-y::after {
    z-index: 2;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(162,188,184,0.5) 100%);
    position: absolute;
    opacity: 0.7;
    inset: 0;
    content: "";
}.reach-out-0 .query-request-4 {
    flex: 0 0 55%;
    position: relative;
    background: #ffffff;
    padding: 60px;
}.reach-out-0 .query-request-4::before {
    z-index: 0;
    top: -100px;
    height: 200px;
    width: 200px;
    content: "";
    position: absolute;
    right: -100px;
    background: rgb(162,188,184,0.5);
    filter: blur(100px);
    opacity: 0.3;
}.reach-out-0 .query-request-4::after {
    height: 150px;
    left: -75px;
    bottom: -75px;
    filter: blur(80px);
    background: rgb(127,149,143,0.5);
    z-index: 0;
    opacity: 0.3;
    content: "";
    position: absolute;
    width: 150px;
}.reach-out-0 form {
    z-index: 2;
    position: relative;
}.reach-out-0 form h3 {
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color: #000000;
}.reach-out-0 form h3::after {
    content: "";
    bottom: -15px;
    height: 2px;
    background: rgb(162,188,184);
    box-shadow: 
        0 0 5px rgb(162,188,184,0.5),
        0 0 10px rgb(162,188,184,0.5);
    left: 0;
    width: 40px;
    position: absolute;
}.reach-out-0 form input[type="text"] {
    color: #000000;
    padding: 18px 25px;
    transition: all 0.3s ease;
    border: 1px solid rgb(162,188,184,0.5);
    border-radius: 8px;
    width: 100%;
    font-size: 15px;
    background: rgb(197,221,217);
    margin-bottom: 25px;
}.reach-out-0 form input[type="text"]:focus {
    border-color: rgb(162,188,184);
    box-shadow: 
        0 0 0 1px rgb(162,188,184),
        0 0 5px rgb(162,188,184,0.5);
    outline: none;
}.reach-out-0 form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.reach-out-0 .help-block-2 {
    margin-bottom: 35px;
    position: relative;
}.reach-out-0 .help-block-2 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach-out-0 .help-block-2 label {
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
}.reach-out-0 .help-block-2 label::before {
    left: 0;
    border-radius: 4px;
    height: 22px;
    transition: all 0.3s ease;
    position: absolute;
    width: 22px;
    content: "";
    background: rgb(197,221,217);
    top: 0;
    border: 1px solid rgb(162,188,184,0.5);
}.reach-out-0 .help-block-2 input[type="checkbox"]:checked + label::before {
    background: rgb(162,188,184);
    box-shadow: 0 0 5px rgb(162,188,184,0.5);
    border-color: rgb(162,188,184);
}.reach-out-0 .help-block-2 input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    left: 8px;
    position: absolute;
    transform: rotate(45deg);
    top: 4px;
    width: 6px;
    height: 12px;
    content: "";
}.reach-out-0 .help-block-2 label a {
    font-weight: 600;
    position: relative;
    color: rgb(162,188,184);
    transition: all 0.3s ease;
    text-decoration: none;
}.reach-out-0 .help-block-2 label a::after {
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: right;
    background: rgb(162,188,184);
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -1px;
    content: "";
    transform: scaleX(0);
}.reach-out-0 .help-block-2 label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.reach-out-0 .connect-card-8 {
    width: 100%;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    padding: 18px 30px;
    font-weight: 700;
    box-shadow: 
        0 5px 15px rgb(162,188,184,0.5),
        0 0 0 1px rgb(162,188,184);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(162,188,184);
    border: none;
    color: #ffffff;
    overflow: hidden;
}.reach-out-0 .connect-card-8::before {
    width: 100%;
    top: 0;
    transition: transform 0.5s ease;
    content: "";
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    background: rgb(127,149,143);
    z-index: -1;
    height: 100%;
}.reach-out-0 .connect-card-8:hover {
    box-shadow: 
        0 5px 20px rgb(127,149,143,0.5),
        0 0 0 1px rgb(127,149,143);
}.reach-out-0 .connect-card-8:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.reach-out-0 svg {
    height: 22px;
    transition: all 0.3s ease;
    fill: rgb(162,188,184);
    filter: drop-shadow(0 0 2px rgb(162,188,184,0.5));
    width: 22px;
}.reach-out-0 svg path {
    fill: rgb(162,188,184);
    transition: all 0.3s ease;
}.reach-out-0 svg:hover,
.reach-out-0 svg:hover path {
    filter: drop-shadow(0 0 3px rgb(127,149,143,0.5));
    transform: translateY(-2px);
    fill: rgb(127,149,143);
}

@media (max-width: 1024px) {.reach-out-0 {
    padding: 80px 0;
}.reach-out-0 .img-expand-y {
    min-height: 500px;
}.reach-out-0 .query-request-4 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.reach-out-0 {
    padding: 60px 0;
}.reach-out-0 h2 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.8);
}.reach-out-0 .message-support-z {
    flex-direction: column;
}.reach-out-0 .img-expand-y {
    width: 100%;
    min-height: 300px;
}.reach-out-0 .query-request-4 {
    padding: 40px 30px;
    width: 100%;
}.reach-out-0 form h3 {
    margin-bottom: 30px;
}.reach-out-0 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.reach-out-0 .help-block-2 {
    margin-bottom: 25px;
}.reach-out-0 .connect-card-8 {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.reach-out-0 {
    padding: 50px 0;
}.reach-out-0 h2 {
    font-size: calc(43px * 0.7);
    margin-bottom: 30px;
}.reach-out-0 .img-expand-y {
    min-height: 200px;
}.reach-out-0 .query-request-4 {
    padding: 30px 20px;
}.reach-out-0 form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.reach-out-0 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.reach-out-0 .help-block-2 {
    margin-bottom: 20px;
}.reach-out-0 .help-block-2 label {
    font-size: calc(14px * 0.9);
}.reach-out-0 .connect-card-8 {
    padding: 12px 20px;
}}footer {
    width: 100%;
    position: relative;
}footer .a11y-tools-n {
    color: #000000;
    background-color: rgb(197,221,217);
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    position: relative;
}footer .a11y-tools-n::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(162,188,184,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(127,149,143,0.5) 0%, transparent 20%);
    height: 100%;
    left: 0;
    z-index: 0;
    top: 0;
    content: "";
    opacity: 0.3;
    width: 100%;
    position: absolute;
}footer .copy-notice-n {
    z-index: 1;
    position: relative;
}footer .assist-team-3 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    width: 85%;
    border-radius: 29px;
    flex-wrap: wrap;
    z-index: 3;
    padding: 25px;
    gap: 15px;
    margin: auto;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    transition: all 0.3s ease;
    display: flex;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    background-color: rgb(197,221,217);
    flex: 1 1 200px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item svg {
    margin-right: 12px;
    height: 22px;
    transition: transform 0.3s ease;
    fill: rgb(162,188,184);
    width: 22px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(162,188,184);
}footer .text_main_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 20px;
    perspective: 2000px;
    margin-top: 40px;
}footer .top-sitebar-e, footer .main-navbar-D, footer .subscribe_holder {
    transform-style: preserve-3d;
    transform-origin: center center;
    position: relative;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 29px;
    transition: all 0.5s ease;
}footer .top-sitebar-e {
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
    z-index: 2;
}footer .top-sitebar-e:hover {
    transform: translateZ(30px) scale(1.02);
}footer .main-navbar-D {
    margin-right: 20px;
    margin-top: -20px;
    transform: translateZ(-10px) scale(0.98);
    margin-left: 20px;
    background-color: rgb(127,149,143);
    color: #ffffff;
    z-index: 1;
}footer .subscribe_holder {
    margin-top: -20px;
    margin-left: 40px;
    z-index: 0;
    background-color: rgb(162,188,184);
    margin-right: 40px;
    transform: translateZ(-20px) scale(0.96);
    color: #ffffff;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .top-sitebar-e::after, footer .main-navbar-D::after, footer .subscribe_holder::after {
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    transition: opacity 0.3s ease;
    height: 100%;
    content: "";
    opacity: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    border-radius: 29px;
    top: 0;
}footer .top-sitebar-e:hover::after, footer .main-navbar-D:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .top-sitebar-e svg {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
    display: block;
}footer .pitch-comp-F {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}footer .main-navbar-D h5 {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 20px;
}footer .main-navbar-D h5::after {
    width: 40px;
    height: 2px;
    bottom: -8px;
    position: absolute;
    background: linear-gradient(90deg, rgb(162,188,184), transparent);
    left: 0;
    content: "";
    transition: width 0.3s ease;
}footer .main-navbar-D h5:hover::after {
    width: 100%;
}footer .header-page-x {
    margin-bottom: 20px;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
}footer .header-page-x a {
    color: rgba(255, 255, 255, 0.75);
    padding: 5px 0;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
}footer .header-page-x a::before {
    background-color: rgb(162,188,184);
    width: 0;
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
    bottom: 0;
}footer .header-page-x a:hover {
    transform: translateX(5px);
    color: #ffffff;
}footer .header-page-x a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 14px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 14px 16px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .updates-card-u {
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    padding: 14px 20px;
    font-weight: 600;
    background-color: #ffffff;
    transition: all 0.3s ease;
    color: rgb(162,188,184);
    border: none;
}footer .updates-card-u:hover {
    transform: translateY(-3px);
    background-color: rgb(127,149,143);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .brainstorm-Y {
    margin-top: 60px;
    text-align: center;
    position: relative;
}footer .class-guide-s {
    font-size: 13px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
    color: #000000;
    display: inline-block;
    background-color: #ffffff;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .top-sitebar-e, footer .main-navbar-D, footer .subscribe_holder {
    flex-direction: column;
    display: flex;
    margin-top: 0;
    flex: 1;
}footer .top-sitebar-e {
    margin-right: -20px;
}footer .main-navbar-D {
    margin-right: -20px;
    z-index: 1;
    margin-left: 0;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .assist-team-3 {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .a11y-tools-n {
    padding: 80px 0 30px;
}footer .assist-team-3 {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .top-sitebar-e, footer .main-navbar-D, footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
    padding: 25px 20px;
}footer .main-navbar-D, footer .subscribe_holder {
    margin-top: -10px;
}footer .brainstorm-Y {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .a11y-tools-n {
    padding: 70px 0 20px;
}footer .assist-team-3 {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .top-sitebar-e, footer .main-navbar-D, footer .subscribe_holder {
    padding: 20px 15px;
}footer .main-navbar-D h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .header-page-x {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .updates-card-u {
    padding: 12px;
}}.welcome-page-P {
    min-height: 100vh;
    overflow: hidden;
    padding: 3rem 1.5rem;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}.welcome-page-P::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.75) 100%);
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    right: 0;
}.welcome-page-P::after {
    background-image: repeating-linear-gradient(
    45deg,
    rgb(162,188,184,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(162,188,184,0.5) 11px,
    transparent 12px
  );
    opacity: 0.06;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 2;
    content: "";
    right: 0;
    pointer-events: none;
}.welcome-page-P > div {
    flex-direction: column;
    gap: 3rem;
    width: 100%;
    transform: translateY(20px);
    z-index: 3;
    animation: slide-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    max-width: 1200px;
    display: flex;
    position: relative;
}.welcome-page-P > div > div:first-child {
    position: relative;
    padding-left: 1rem;
}.welcome-page-P > div > div:first-child::before {
    position: absolute;
    content: "";
    transform: scaleY(0);
    background: linear-gradient(to bottom, 
    rgb(162,188,184), 
    rgb(127,149,143));
    width: 6px;
    left: 0;
    animation: line-grow 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    transform-origin: top;
    top: 0;
    height: 100%;
}.welcome-page-P .title_style_header {
    text-shadow: 0 4px 12px rgba(0,0,0,0.3);
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    opacity: 0;
    font-size: clamp(2.5rem, 5vw, 46px);
    transform: translateX(-10px);
    animation: fade-in-slide 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    position: relative;
    margin: 0;
}.welcome-page-P .intro-head-E {
    opacity: 0;
    backdrop-filter: blur(8px);
    padding: 2.5rem;
    background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.03) 0%, 
    rgba(255, 255, 255, 0.1) 100%);
    display: flex;
    gap: 2rem;
    transform: translateY(30px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    animation: fade-in-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    flex-direction: column;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(8px);
}.welcome-page-P .method-edu-B {
    animation: fade-in 1s ease 1.1s forwards;
    opacity: 0;
    position: relative;
}.welcome-page-P .method-edu-B::before {
    background: rgb(127,149,143);
    animation: rotate-accent 30s linear infinite;
    left: -20px;
    width: 40px;
    content: "";
    position: absolute;
    z-index: -1;
    transform: rotate(45deg);
    opacity: 0.1;
    height: 40px;
    top: -10px;
}.welcome-page-P .method-edu-B h3 {
    font-weight: 600;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
}.welcome-page-P .intro-head-E > div:last-child {
    position: relative;
    animation: fade-in 1s ease 1.4s forwards;
    align-items: center;
    display: flex;
    opacity: 0;
}.welcome-page-P .intro-head-E > div:last-child::before {
    content: "";
    background: linear-gradient(to right, rgb(162,188,184), transparent);
    position: absolute;
    height: 1px;
    width: 50px;
    top: -15px;
    left: 0;
}.welcome-page-P .intro-head-E p {
    margin: 0;
    padding-left: 1rem;
    color: #ffffff;
    position: relative;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
}.welcome-page-P .intro-head-E p::before {
    position: absolute;
    height: 6px;
    transform: translateY(-50%);
    content: "";
    left: 0;
    border-radius: 10px;
    animation: pulse 3s ease infinite;
    top: 50%;
    background-color: rgb(162,188,184);
    width: 6px;
}

@keyframes slide-up {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes fade-in-slide {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes line-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1.5);
    opacity: 0.7;
  }
}

@keyframes rotate-accent {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg);
  }
}

@media (min-width: 768px) {.welcome-page-P {
    padding: 5rem 2rem;
}.welcome-page-P > div {
    gap: 4rem;
}.welcome-page-P > div > div:first-child {
    padding-left: 2rem;
}.welcome-page-P > div > div:first-child::before {
    width: 8px;
}.welcome-page-P .intro-head-E {
    padding: 3.5rem;
}.welcome-page-P .method-edu-B::before {
    height: 60px;
    width: 60px;
    left: -30px;
    top: -15px;
}
}

@media (min-width: 1024px) {.welcome-page-P > div {
    gap: 5rem;
}.welcome-page-P .intro-head-E {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(2deg);
}.welcome-page-P .intro-head-E:hover {
    transform: perspective(1000px) rotateX(0deg);
}.welcome-page-P > div > div:first-child {
    padding-left: 3rem;
}.welcome-page-P > div > div:first-child::before {
    width: 10px;
}
}

@media (max-width: 480px) {.welcome-page-P {
    padding: 2rem 1rem;
}.welcome-page-P > div {
    gap: 2rem;
}.welcome-page-P .intro-head-E {
    padding: 1.5rem;
}.welcome-page-P .method-edu-B h3 {
    font-size: 1.1rem;
}.welcome-page-P .intro-head-E p {
    font-size: 0.95rem;
}}header {
    -webkit-backdrop-filter: blur(20px);
    width: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    left: 0;
    background: rgb(162,188,184,0.5);
    backdrop-filter: blur(20px);
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
    top: 0;
}header:before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    animation: shimmer 8s infinite linear;
    pointer-events: none;
    height: 100%;
    top: 0;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
}header:after {
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    opacity: 0.8;
    left: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(127,149,143) 0%,
        rgb(162,188,184) 50%,
        rgb(127,149,143) 100%
    );
    filter: blur(1px);
}header .main-head-Z {
    position: relative;
    overflow: hidden;
}header .main-head-Z:before {
    opacity: 0.15;
    width: 100%;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(162,188,184,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(127,149,143,0.5) 0%, transparent 40%);
    mix-blend-mode: overlay;
    pointer-events: none;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}header .container {
    position: relative;
    padding: 16px 25px;
    max-width: 1200px;
    margin: 0 auto;
}header .container:before {
    opacity: 0.5;
    bottom: -1px;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: 0;
    height: 1px;
    width: 100%;
    content: '';
}header .header-wrap-u {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}header .main-navbar-D {
    align-items: center;
    position: relative;
    display: flex;
    gap: 35px;
}header .main-navbar-D:before {
    transform: translateY(-50%) scaleX(0.8);
    height: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    left: 0;
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    top: 50%;
    position: absolute;
    transition: all 0.4s ease;
    opacity: 0;
}header .main-navbar-D:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .top-mainwrap-2 {
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}header .top-mainwrap-2:before {
    transform-origin: right;
    bottom: 0;
    transform: scaleX(0);
    height: 1px;
    content: '';
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
}header .top-mainwrap-2:after {
    left: 0;
    content: '';
    height: 100%;
    z-index: -1;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(162,188,184,0.5),
        transparent
    );
    position: absolute;
    transform: scaleY(0);
    width: 100%;
}header .top-mainwrap-2:hover {
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}header .top-mainwrap-2:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .top-mainwrap-2:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .page-top-e {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    padding: 5px;
}header .page-top-e:before {
    top: -10px;
    left: -10px;
    background: radial-gradient(
        circle,
        rgb(162,188,184,0.5) 0%,
        transparent 70%
    );
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
}header .page-top-e:after {
    height: 100%;
    position: absolute;
    border: 1px solid transparent;
    left: 0;
    width: 100%;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(162,188,184),
        transparent
    ) 1;
    transition: all 0.3s ease;
    content: '';
    top: 0;
    opacity: 0;
}header .page-top-e:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}header .page-top-e:hover:after {
    opacity: 0.7;
}header .page-top-e svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 3px rgb(162,188,184,0.5));
}header .page-top-e:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(162,188,184));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .main-navbar-D {
    gap: 20px;
}header .page-top-e svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main-navbar-D {
    gap: 20px;
    background: rgb(162,188,184);
    background: linear-gradient(
            135deg,
            rgb(162,188,184) 0%,
            rgb(162,188,184,0.5) 100%
        );
    top: 0;
    -webkit-backdrop-filter: blur(15px);
    height: 100vh;
    width: 80%;
    right: -100%;
    backdrop-filter: blur(15px);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    padding: 80px 30px 30px;
    max-width: 320px;
    flex-direction: column;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1001;
    position: fixed;
}header .main-navbar-D:before {
    display: none;
}header .menu.active {
    right: 0;
}header .top-mainwrap-2 {
    padding: 12px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .top-mainwrap-2:last-child {
    border-bottom: none;
}header .page-top-e {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .page-top-e svg {
    height: 35px;
}}.trackingNoticeModal-L {
    position: fixed;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    z-index: 100;
    padding: 20px 0;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    border-top: 3px solid rgb(162,188,184);
    background: rgb(197,221,217);
}.cookie-necessary-y {
    align-items: center;
    width: 90%;
    justify-content: space-between;
    max-width: 1200px;
    padding: 20px;
    border-radius: 25px;
    border: 2px solid rgb(162,188,184);
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
}.cookie-data-t {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie-data-t svg {
    fill: rgb(162,188,184);
    height: 50px;
    width: 50px;
}.data-consent-w {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}.data-consent-w h5 {
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: rgb(162,188,184);
    font-weight: 700;
    font-size: 19px;
}.data-consent-w p {
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
    font-size: 15px;
}.data-consent-w p a {
    color: rgb(162,188,184);
    text-decoration: underline;
}.consent-panel-t {
    background: rgb(162,188,184);
    text-align: center;
    font-size: 19px;
    min-width: 120px;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    flex-shrink: 0;
}.cookie_button.gdpr-banner-X {
    margin-right: 10px;
}#trackingPolicyBox-u {
    display: none;
}#trackingPolicyBox-u:checked ~ .trackingNoticeModal-L {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie-necessary-y {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookie-data-t {
    margin-right: 0;
    margin-bottom: 20px;
}.consent-panel-t {
    margin: 10px 0;
    max-width: 250px;
    width: 100%;
}}
.education-experience-z {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(170deg, rgb(197,221,217), #ffffff);
}.education-experience-z::before {
    opacity: 0.1;
    background-color: rgb(162,188,184,0.5);
    height: 500px;
    border-radius: 50%;
    top: -200px;
    right: -200px;
    position: absolute;
    content: "";
    width: 500px;
}.education-experience-z .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.education-experience-z .student-quotes-X {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    padding: 50px;
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;
    border-radius: 28px;
    flex-direction: column;
}.education-experience-z .student-quotes-X:hover {
    transform: translateY(-10px);
}.education-experience-z .student-quotes-X::before {
    transform: rotate(45deg);
    top: -15px;
    height: 30px;
    background-color: rgb(127,149,143);
    position: absolute;
    content: "";
    width: 30px;
    z-index: -1;
    left: 50px;
}.education-experience-z .student-quotes-X::after {
    height: 30px;
    width: 30px;
    z-index: -1;
    transform: rotate(45deg);
    position: absolute;
    bottom: -15px;
    content: "";
    right: 50px;
    background-color: rgb(162,188,184);
}.education-experience-z .img-expand-y {
    overflow: hidden;
    position: relative;
    align-self: center;
    width: 120px;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 120px;
    border: 4px solid #ffffff;
    transition: transform 0.3s ease;
    border-radius: 50%;
}.education-experience-z .student-quotes-X:hover .img-expand-y {
    transform: scale(1.05);
}.education-experience-z .img-expand-y::before {
    content: "";
    position: absolute;
    opacity: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(162,188,184,0.5));
    transition: opacity 0.3s ease;
    inset: 0;
}.education-experience-z .student-quotes-X:hover .img-expand-y::before {
    opacity: 1;
}.education-experience-z .experiencep-wrap-E {
    font-size: 18px;
    border-radius: 28px;
    padding: 20px 30px;
    order: 3;
    position: relative;
    color: #000000;
    margin: 25px 0 0;
    background-color: rgb(197,221,217);
    line-height: 1.8;
}.education-experience-z .experiencep-wrap-E::before {
    left: 30px;
    border-left: 10px solid transparent;
    position: absolute;
    content: "";
    top: -10px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(197,221,217);
}.education-experience-z .name {
    order: 1;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    color: #000000;
    position: relative;
    margin: 5px 0;
}.education-experience-z .name::after {
    position: absolute;
    transform: translateX(-50%);
    background-color: rgb(162,188,184);
    height: 2px;
    bottom: 0;
    width: 40px;
    left: 50%;
    content: "";
    transition: width 0.3s ease;
}.education-experience-z .student-quotes-X:hover .name::after {
    width: 80px;
}.education-experience-z span:not(.name) {
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: rgb(127,149,143);
    letter-spacing: 1px;
    order: 2;
    font-size: calc(18px * 0.9);
    font-weight: 600;
}

@media (min-width: 768px) {.education-experience-z .student-quotes-X {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 30px;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    align-items: center;
}.education-experience-z .img-expand-y {
    margin-bottom: 0;
    align-self: start;
    grid-area: photo;
    width: 180px;
    height: 180px;
}.education-experience-z .name {
    grid-area: name;
    text-align: left;
    font-size: 28px;
}.education-experience-z .name::after {
    left: 0;
    transform: none;
}.education-experience-z span:not(.name) {
    text-align: left;
    grid-area: job;
    margin-bottom: 0;
}.education-experience-z .experiencep-wrap-E {
    grid-area: quote;
    margin-top: 30px;
}
}

@media (max-width: 768px) {.education-experience-z {
    padding: 70px 0;
}.education-experience-z .student-quotes-X {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.education-experience-z {
    padding: 50px 0;
}.education-experience-z .student-quotes-X {
    padding: 30px 20px;
}.education-experience-z .experiencep-wrap-E {
    margin-top: 20px;
    padding: 15px 20px;
}}.our-background-A {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.our-background-A::before {
    top: 0;
    background: linear-gradient(135deg, rgb(162,188,184,0.5), rgb(127,149,143,0.5));
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.92;
    left: 0;
}.our-background-A .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-gap: 40px;
    margin: 0 auto;
    padding: 0 20px;
    grid-template-columns: 1fr;
}.our-background-A h2 {
    margin: 0 0 30px;
    transform: translateX(-10px);
    opacity: 0;
    animation: slideInTitle 0.8s ease-out forwards;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: calc(35px * 1.2);
}.our-background-A h2::after {
    background: rgb(127,149,143);
    height: 3px;
    width: 80px;
    content: "";
    left: 0;
    bottom: -12px;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    animation: expandLine 1s 0.5s ease-in-out forwards;
}.our-background-A .text-post-M {
    animation: fadeIn 1s 0.3s ease-out forwards;
    transform: translateY(20px);
    padding: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.our-background-A .text-post-M::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(162,188,184), rgb(127,149,143));
    animation: expandVertical 0.8s 0.7s ease-out forwards;
    transform: scaleY(0);
    position: absolute;
    width: 5px;
    top: 0;
    left: 0;
    transform-origin: top;
    content: "";
}.our-background-A .text-post-M > div {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
}.our-background-A .text-post-M p {
    position: relative;
    transform: translateX(-10px);
    font-size: calc(15px * 1.4);
    font-weight: 600;
    opacity: 0;
    margin: 0;
    animation: slideInText 0.8s 0.4s ease-out forwards;
    padding-bottom: 10px;
    color: rgb(162,188,184);
}.our-background-A .text-post-M p::after {
    height: 2px;
    width: 40px;
    left: 0;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(127,149,143);
    content: "";
    bottom: 0;
    animation: expandLine 0.6s 0.9s ease-out forwards;
}.our-background-A .text-post-M div div {
    animation: fadeIn 1s 0.6s ease-out forwards;
    opacity: 0;
    line-height: 1.8;
    column-gap: 40px;
    color: #000000;
    font-size: 15px;
    column-count: 1;
    transform: translateY(15px);
}

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

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

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

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

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

@media (min-width: 768px) {.our-background-A {
    padding: 150px 0;
}.our-background-A .container {
    grid-template-columns: 1fr;
    grid-gap: 60px;
}.our-background-A h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 1.5);
}.our-background-A h2::after {
    height: 4px;
    width: 120px;
}.our-background-A .text-post-M {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s ease-out;
    padding: 60px;
}.our-background-A .text-post-M:hover {
    transform: perspective(1000px) rotateY(1deg);
}.our-background-A .text-post-M > div {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.our-background-A .text-post-M p {
    font-size: calc(15px * 1.6);
}.our-background-A .text-post-M div div {
    column-gap: 50px;
    column-count: 2;
}
}

@media (min-width: 1024px) {.our-background-A {
    padding: 180px 0;
}.our-background-A .container {
    padding: 0 30px;
    grid-template-columns: 1fr;
}.our-background-A .text-post-M {
    padding: 70px;
    width: calc(100% + 40px);
    margin-left: -40px;
}.our-background-A .text-post-M::after {
    z-index: -1;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(162,188,184,0.5), 0.05) 50%);
    bottom: 0;
    right: 0;
    position: absolute;
    width: 150px;
    height: 150px;
    content: "";
}.our-background-A .text-post-M p {
    padding-bottom: 15px;
    font-size: calc(15px * 1.8);
}.our-background-A .text-post-M div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.our-background-A {
    padding: 200px 0;
}.our-background-A::after {
    background: radial-gradient(circle, rgb(127,149,143,0.5) 0%, transparent 70%);
    opacity: 0.15;
    height: 250px;
    z-index: 1;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    right: 0;
    top: 50%;
    width: 250px;
}.our-background-A .container {
    max-width: 1400px;
    padding: 0 40px;
}.our-background-A h2 {
    margin-bottom: 50px;
    font-size: calc(35px * 1.8);
}.our-background-A .text-post-M {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    width: calc(100% + 80px);
    margin-left: -80px;
    padding: 80px;
    display: flex;
}.our-background-A .text-post-M > div {
    grid-template-columns: 1fr;
    max-width: 90%;
    grid-gap: 35px;
}.our-background-A .text-post-M div div {
    column-gap: 60px;
    column-count: 2;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.our-background-A {
    padding: 80px 0;
}.our-background-A .container {
    padding: 0 15px;
}.our-background-A h2 {
    margin-bottom: 25px;
    font-size: 35px;
}.our-background-A .text-post-M {
    padding: 25px;
}.our-background-A .text-post-M p {
    font-size: calc(15px * 1.2);
}.our-background-A .text-post-M div div {
    line-height: 1.6;
    font-size: 15px;
}}.access-now-s {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background-color: rgb(197,221,217);
    z-index: 1;
}.access-now-s::before {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.5) 0px,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    height: 100%;
    left: 0;
    content: '';
    opacity: 0.04;
}.access-now-s::after {
    height: 100%;
    position: absolute;
    background-size: 30px 30px, 50px 50px;
    animation: bgPulse 10s ease-in-out infinite alternate;
    background-image: 
        radial-gradient(rgb(162,188,184,0.5) 1px, transparent 2px),
        radial-gradient(rgb(127,149,143,0.5) 1px, transparent 2px);
    top: 0;
    z-index: -1;
    content: '';
    opacity: 0.06;
    background-position: 0 0, 25px 25px;
    width: 100%;
    left: 0;
}@keyframes bgPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.08;
    }
}

.access-now-s .success-path-y {
    margin: 0 auto;
    padding: 60px;
    text-align: center;
    max-width: 1000px;
    border-radius: 20px;
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.08),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
    background-color: rgb(197,221,217);
}.access-now-s .success-path-y:hover {
    transform: translateY(-5px);
    box-shadow: 
        15px 15px 50px rgba(0, 0, 0, 0.07),
        -15px -15px 50px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.06);
}.access-now-s h3 {
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: 37px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
}.access-now-s h3::before {
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    background: rgb(162,188,184);
    top: 50%;
    left: -20px;
    height: 10px;
    content: '';
    width: 10px;
    position: absolute;
}.access-now-s h3::after {
    height: 10px;
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    top: 50%;
    content: '';
    width: 10px;
    position: absolute;
    border-radius: 50%;
    background: rgb(127,149,143);
    right: -20px;
    transform: translateY(-50%);
}.access-now-s .message-request-U {
    font-size: 14px;
    z-index: 1;
    background: rgb(197,221,217);
    font-weight: 600;
    border-radius: 13px;
    position: relative;
    letter-spacing: 1.5px;
    color: #000000;
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.1),
        -8px -8px 20px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    padding: 16px 40px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    overflow: hidden;
}.access-now-s .message-request-U::before {
    background: linear-gradient(90deg, 
        rgb(162,188,184,0.5), 
        rgb(127,149,143,0.5),
        rgb(162,188,184,0.5)
    );
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    z-index: -1;
    width: 100%;
}.access-now-s .message-request-U:hover {
    transform: translateY(-2px);
    color: rgb(162,188,184);
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
}.access-now-s .message-request-U:hover::before {
    opacity: 0.2;
}.access-now-s .message-request-U:active {
    transform: translateY(0);
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
}.access-now-s .success-path-y::before,
.access-now-s .success-path-y::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.15;
}.access-now-s .success-path-y::before {
    width: 200px;
    top: -40px;
    height: 200px;
    background: linear-gradient(135deg, rgb(162,188,184), rgb(127,149,143));
    left: -40px;
    animation: pulse 8s ease-in-out infinite alternate;
}.access-now-s .success-path-y::after {
    width: 150px;
    bottom: -30px;
    background: linear-gradient(135deg, rgb(127,149,143), rgb(162,188,184));
    height: 150px;
    right: -30px;
    animation: pulse 8s ease-in-out 2s infinite alternate;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}

.access-now-s .success-path-y {
    position: relative;
}.access-now-s .success-path-y::before {
    transition: opacity 0.5s ease, background-size 0.5s ease;
    content: '';
    background-size: 80px 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent 49.5%, rgb(162,188,184,0.5) 50%, transparent 50.5%);
}.access-now-s:hover .success-path-y::before {
    opacity: 0.05;
    background-size: 40px 100%;
}.access-now-s .success-path-y::after {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(162,188,184,0.5), 
        rgb(127,149,143,0.5), 
        rgb(162,188,184,0.5), 
        transparent
    );
    content: '';
    bottom: 20px;
    opacity: 0.3;
    height: 1px;
}

@media screen and (max-width: 992px) {.access-now-s {
    padding: 80px 0;
}.access-now-s .success-path-y {
    max-width: 90%;
    padding: 40px;
}.access-now-s h3 {
    font-size: calc(37px * 0.9);
}.access-now-s .success-path-y::before {
    height: 150px;
    width: 150px;
}.access-now-s .success-path-y::after {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 768px) {.access-now-s {
    padding: 60px 0;
}.access-now-s .success-path-y {
    padding: 30px 20px;
    max-width: 95%;
}.access-now-s h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.access-now-s h3::before,
    .access-now-s h3::after {
    display: none;
}.access-now-s .message-request-U {
    font-size: calc(14px * 0.9);
    padding: 14px 30px;
}.access-now-s .success-path-y::before,
    .access-now-s .success-path-y::after {
    height: 100px;
    width: 100px;
}}

@keyframes blinkDots {
    0%, 100% {
        opacity: 0.07;
    }
    50% {
        opacity: 0.12;
    }
}

@keyframes moveBackground {
    0% {
        background-position: 0 0, 25px 25px;
    }
    100% {
        background-position: 30px 30px, 55px 55px;
    }
}

.access-now-s::after {
    animation: 
        bgPulse 10s ease-in-out infinite alternate,
        moveBackground 30s linear infinite;
}.privacy-compartment-Y {
    font-family: Arial, sans-serif;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(162,188,184);
    color: #000000;
    padding: 2rem;
    background-color: #ffffff;
}.privacy-compartment-Y h1, .privacy-compartment-Y h2 {
    letter-spacing: 0.05em;
    color: rgb(162,188,184);
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}.privacy-compartment-Y h1 {
    font-size: 42px;
    padding-left: 0.5rem;
    border-left: 4px solid rgb(127,149,143);
    font-weight: 700;
}.privacy-compartment-Y h2 {
    border-left: 3px solid rgb(127,149,143,0.5);
    font-size: 29px;
    padding-left: 0.5rem;
    font-weight: 600;
}.privacy-compartment-Y ul {
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}.privacy-compartment-Y ul li {
    background-color: rgb(127,149,143,0.5);
    align-items: center;
    display: flex;
    padding: 0.5rem;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 400;
}.privacy-compartment-Y ul li::before {
    content: '';
    border-radius: 50%;
    background-color: rgb(162,188,184);
    height: 10px;
    margin-right: 0.75rem;
    width: 10px;
}.privacy-compartment-Y p, .privacy-compartment-Y span {
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.5;
    font-size: 17px;
}.privacy-compartment-Y div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.privacy-compartment-Y section {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}
@media only screen and (max-width: 800px) {.privacy-compartment-Y {
    border-radius: 10px;
    gap: 1rem;
    padding: 1.5rem;
}.privacy-compartment-Y h1 {
    font-size: calc(23px * 0.9);
}.privacy-compartment-Y h2 {
    font-size: calc(23px * 0.9);
}.privacy-compartment-Y ul {
    gap: 0.75rem;
}.privacy-compartment-Y ul li {
    padding: 0.75rem;
}.privacy-compartment-Y ul li::before {
    height: 8px;
    width: 8px;
}}.ty-panel-Y {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(197,221,217), rgb(127,149,143,0.5));
    perspective: 1000px;
}.ty-panel-Y::before {
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    height: 100%;
    width: 100%;
    left: 0;
}.ty-panel-Y .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.ty-panel-Y .success-path-y {
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98));
    position: relative;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem;
    display: grid;
    transform-style: preserve-3d;
    gap: 2.5rem;
}.ty-panel-Y .success-path-y:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.3) inset;
}.ty-panel-Y .success-path-y::before {
    left: 0;
    content: "";
    transform: translateZ(-10px);
    position: absolute;
    transition: opacity 0.5s ease;
    background: linear-gradient(45deg, transparent 0%, rgb(162,188,184,0.5) 100%);
    pointer-events: none;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}.ty-panel-Y .success-path-y:hover::before {
    opacity: 0.05;
}.ty-panel-Y .success-path-y > div:first-child {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(20px);
}.ty-panel-Y .success-path-y > div:first-child::after {
    width: 60px;
    transform-origin: left;
    background: rgb(162,188,184);
    height: 3px;
    transform: scaleX(0);
    bottom: -10px;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
}.ty-panel-Y .success-path-y:hover > div:first-child::after {
    transform: scaleX(1);
}.ty-panel-Y h5 {
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    font-size: 23px;
    transform: translateZ(5px);
    letter-spacing: 0.02em;
    margin: 0;
    position: relative;
}.ty-panel-Y h5::first-letter {
    font-size: 1.2em;
    color: rgb(162,188,184);
}.ty-panel-Y .success-path-y > div:last-child {
    transform: translateZ(15px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.ty-panel-Y a {
    display: block;
    overflow: hidden;
    color: inherit;
    padding: 0.5rem 0;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.ty-panel-Y a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    transition: left 0.8s ease-in-out;
    height: 100%;
}.ty-panel-Y .success-path-y:hover a::before {
    left: 100%;
}.ty-panel-Y p {
    color: #000000;
    line-height: 1.7;
    opacity: 0.9;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    transition: opacity 0.4s ease;
}.ty-panel-Y a:hover p {
    color: rgb(162,188,184);
    opacity: 1;
}

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

@media (min-width: 768px) {.ty-panel-Y {
    padding: 7rem 0;
}.ty-panel-Y .success-path-y {
    padding: 4rem;
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.ty-panel-Y h5 {
    font-size: calc(23px * 1.1);
}.ty-panel-Y p {
    font-size: calc(14px * 1.05);
}.ty-panel-Y .success-path-y::after {
    position: absolute;
    right: -15px;
    transform: translateZ(10px) scale(0.9);
    top: -15px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    content: "";
    opacity: 0;
    height: 30px;
    width: 30px;
    border-top: 3px solid rgb(162,188,184);
    border-right: 3px solid rgb(162,188,184);
}.ty-panel-Y .success-path-y:hover::after {
    opacity: 1;
    transform: translateZ(10px) scale(1);
}.ty-panel-Y .success-path-y::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}.ty-panel-Y .success-path-y:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}

@media (min-width: 992px) {.ty-panel-Y {
    padding: 8rem 0;
}.ty-panel-Y .success-path-y {
    gap: 4rem;
    padding: 5rem;
}.ty-panel-Y .success-path-y > div:first-child {
    transform: translateZ(30px) translateX(-10px);
}.ty-panel-Y .success-path-y:hover > div:first-child {
    transform: translateZ(40px) translateX(0);
}.ty-panel-Y .success-path-y > div:last-child {
    transform: translateZ(20px) translateX(10px);
}.ty-panel-Y .success-path-y:hover > div:last-child {
    transform: translateZ(30px) translateX(0);
}.ty-panel-Y a {
    padding: 1rem 0;
}.ty-panel-Y p {
    line-height: 1.8;
}.ty-panel-Y .container::before {
    position: absolute;
    opacity: 0.5;
    bottom: -20px;
    left: 10%;
    height: 1px;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(162,188,184,0.5), transparent);
    content: "";
}
}

@media (max-width: 767px) {.ty-panel-Y {
    padding: 3rem 1rem;
}.ty-panel-Y .success-path-y {
    padding: 2rem 1.5rem;
}.ty-panel-Y h5 {
    font-size: calc(23px * 0.9);
}.ty-panel-Y p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.price-list-X {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.price-list-X::before {
    top: 0;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    z-index: 1;
}.price-list-X .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.learning-package-d {
    position: relative;
}.price-list-X h2 {
    text-align: center;
    animation: titleFadeIn 0.8s ease-out forwards;
    font-size: 38px;
    position: relative;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 700;
    transform: translateY(0);
}.price-list-X .rate-packages-P {
    opacity: 0;
    line-height: 1.6;
    color: #ffffff;
    font-size: 17px;
    margin: 0 auto 60px;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    max-width: 700px;
    position: relative;
    text-align: center;
}.price-list-X .fee-offers-A {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    gap: 30px;
    padding: 0;
    margin: 0;
}.price-list-X .fee-offers-A li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.price-list-X .fee-board-Q {
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    display: block;
    height: 100%;
    transform: translateZ(0);
    text-decoration: none;
}.price-list-X .fee-board-Q:hover {
    transform: translateY(-10px) scale(1.02);
}.price-list-X .study-sub-P {
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.price-list-X .fee-board-Q:hover .study-sub-P {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
}.price-list-X .study-sub-P::before {
    transform: scaleX(0);
    height: 6px;
    width: 100%;
    top: 0;
    content: "";
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(162,188,184), rgb(127,149,143));
}.price-list-X .fee-board-Q:hover .study-sub-P::before {
    transform: scaleX(1);
}.price-list-X .learning-fees-o {
    padding: 35px 30px;
    display: flex;
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
}.price-list-X .learning-fees-o h4 {
    padding-bottom: 15px;
    margin: 0 0 20px;
    color: #000000;
    transition: color 0.3s ease;
    font-size: calc(20px * 1.1);
    position: relative;
    font-weight: 700;
}.price-list-X .fee-board-Q:hover .learning-fees-o h4 {
    color: rgb(162,188,184);
}.price-list-X .learning-fees-o h4::after {
    bottom: 0;
    left: 0;
    content: "";
    height: 3px;
    width: 40px;
    transition: width 0.4s ease;
    position: absolute;
    background: rgb(162,188,184);
}.price-list-X .fee-board-Q:hover .learning-fees-o h4::after {
    width: 60px;
}.price-list-X .learning-fees-o p {
    margin: 0 0 25px;
    word-break: break-word;
    flex-grow: 1;
    color: #000000;
    overflow-wrap: break-word;
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.price-list-X .price-plan-M {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    overflow: hidden;
    align-self: flex-start;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    padding: 12px 25px;
    font-weight: 700;
    font-size: calc(20px * 1.4);
    display: inline-block;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
}.price-list-X .fee-board-Q:hover .price-plan-M {
    background: linear-gradient(135deg, rgb(162,188,184,0.5), rgb(162,188,184));
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    color: #ffffff;
}.price-list-X .price-plan-M::before {
    transition: left 0.7s ease;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    left: -100%;
    top: 0;
}.price-list-X .fee-board-Q:hover .price-plan-M::before {
    left: 100%;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1200px) {.price-list-X {
    padding: 100px 0;
}.price-list-X .fee-offers-A {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.price-list-X {
    padding: 80px 0;
}.price-list-X h2 {
    font-size: calc(38px * 0.9);
}.price-list-X .rate-packages-P {
    font-size: calc(17px * 0.95);
    margin-bottom: 50px;
}.price-list-X .fee-offers-A {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.price-list-X .learning-fees-o {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.price-list-X {
    padding: 70px 0;
}.price-list-X h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.85);
}.price-list-X .rate-packages-P {
    margin-bottom: 40px;
    font-size: calc(17px * 0.9);
}.price-list-X .fee-offers-A {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.price-list-X .learning-fees-o h4 {
    font-size: 20px;
}.price-list-X .learning-fees-o p {
    font-size: calc(17px * 0.9);
    margin-bottom: 20px;
}.price-list-X .price-plan-M {
    padding: 10px 20px;
    font-size: calc(20px * 1.3);
}
}

@media (max-width: 480px) {.price-list-X {
    padding: 60px 0;
}.price-list-X h2 {
    font-size: calc(38px * 0.8);
}.price-list-X .rate-packages-P {
    margin-bottom: 35px;
    font-size: calc(17px * 0.85);
}.price-list-X .learning-fees-o {
    padding: 25px 20px;
}.price-list-X .learning-fees-o h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
}.price-list-X .learning-fees-o p {
    line-height: 1.5;
    font-size: calc(17px * 0.85);
}.price-list-X .price-plan-M {
    font-size: calc(20px * 1.2);
    padding: 8px 18px;
}}.program-offerings-7 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(197,221,217) 0%, rgb(162,188,184,0.5) 100%);
}.program-offerings-7::before {
    position: absolute;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 20%, rgb(127,149,143,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 80%, rgb(162,188,184,0.5) 0%, transparent 30%);
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
}.program-offerings-7::after {
    background-image: 
    linear-gradient(90deg, rgb(162,188,184,0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgb(162,188,184,0.5) 1px, transparent 1px);
    z-index: 1;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background-position: -1px -1px;
    background-size: 40px 40px;
}.program-offerings-7 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
}.program-offerings-7 .success-path-y {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}.program-offerings-7 .skill-path-R {
    justify-content: center;
    z-index: 3;
    flex-direction: column;
    display: flex;
    padding: 0 50px 0 0;
    align-items: flex-start;
    position: relative;
}.program-offerings-7 .top-sitebar-e {
    margin-bottom: 30px;
    transform-style: preserve-3d;
    position: relative;
    perspective: 500px;
}.program-offerings-7 .top-sitebar-e::before {
    border-radius: 10px;
    width: calc(100% + 30px);
    z-index: -1;
    background-color: #ffffff;
    height: calc(100% + 30px);
    content: "";
    transform: translateZ(-10px);
    position: absolute;
    left: -15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    top: -15px;
}.program-offerings-7 .top-sitebar-e::after {
    position: absolute;
    z-index: -1;
    height: calc(100% + 10px);
    border-radius: calc(10px - 2px);
    width: calc(100% + 10px);
    content: "";
    border: 1px solid rgb(162,188,184,0.5);
    left: -5px;
    top: -5px;
    transform: translateZ(-5px);
}.program-offerings-7 .top-sitebar-e svg {
    max-width: 140px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
}.program-offerings-7 .top-sitebar-e svg path {
    fill: rgb(162,188,184);
    transition: fill 0.3s ease;
}.program-offerings-7 .top-sitebar-e:hover svg {
    transform: scale(1.05);
}.program-offerings-7 .top-sitebar-e:hover svg path {
    fill: rgb(127,149,143);
}.program-offerings-7 h3 {
    font-size: 38px;
    border-left: 3px solid rgb(162,188,184);
    padding-left: 20px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
}.program-offerings-7 h3::after {
    height: 3px;
    width: 30px;
    left: -3px;
    position: absolute;
    bottom: -5px;
    background-color: rgb(127,149,143);
    content: "";
}.program-offerings-7 p {
    position: relative;
    font-size: 18px;
    padding-left: 20px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
    font-weight: 400;
    font-family: Arial, sans-serif;
}.program-offerings-7 .img-expand-y {
    height: 550px;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.15);
    border-radius: 50% 0 0 50%;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
}.program-offerings-7 .img-expand-y::before {
    z-index: 2;
    border-left: 10px solid rgb(162,188,184,0.5);
    content: "";
    border-radius: 50% 0 0 50%;
    position: absolute;
    border: 10px solid transparent;
    inset: 0;
}.program-offerings-7 .img-expand-y::after {
    z-index: 2;
    border-radius: 50% 0 0 50%;
    position: absolute;
    inset: 15px;
    content: "";
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1600px) {.program-offerings-7 .success-path-y {
    grid-template-columns: 1fr 1.5fr;
}.program-offerings-7 .img-expand-y {
    border-radius: 45% 0 0 45%;
}
}

@media screen and (max-width: 1200px) {.program-offerings-7 {
    padding: 80px 0;
}.program-offerings-7 .skill-path-R {
    padding: 0 30px 0 0;
}
}

@media screen and (max-width: 991px) {.program-offerings-7 .success-path-y {
    gap: 60px;
    grid-template-columns: 1fr;
}.program-offerings-7 .skill-path-R {
    padding: 0;
    order: 2;
}.program-offerings-7 .img-expand-y {
    min-height: 350px;
    border-radius: 0 0 30% 30%;
    order: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.program-offerings-7 .img-expand-y::before {
    border-radius: 0 0 30% 30%;
    border-bottom: 10px solid rgb(162,188,184,0.5);
    border: 10px solid transparent;
}.program-offerings-7 .img-expand-y::after {
    border-radius: 0 0 30% 30%;
}.program-offerings-7 .success-path-y::before,
  .program-offerings-7 .success-path-y::after {
    top: calc(350px - 30px);
    left: 50%;
    transform: translateX(-50%);
}.program-offerings-7 .success-path-y::after {
    transform: translateX(-50%);
    top: calc(350px - 15px);
    left: 50%;
}
  
  @keyframes pulse {
    0%, 100% {
      transform: translateX(-50%) scale(1);
      opacity: 1;
    }
    50% {
      transform: translateX(-50%) scale(1.2);
      opacity: 0.8;
    }
  }
}

@media screen and (max-width: 768px) {.program-offerings-7 {
    padding: 60px 0;
}.program-offerings-7 .success-path-y {
    gap: 50px;
}.program-offerings-7 .img-expand-y {
    min-height: 300px;
}.program-offerings-7 .success-path-y::before {
    top: calc(300px - 30px);
    width: 50px;
    height: 50px;
}.program-offerings-7 .success-path-y::after {
    height: 25px;
    top: calc(300px - 15px);
    width: 25px;
}.program-offerings-7 h3 {
    font-size: calc(38px - 4px);
    padding-left: 15px;
}.program-offerings-7 p {
    padding-left: 15px;
}.program-offerings-7 .top-sitebar-e {
    margin-bottom: 25px;
}.program-offerings-7 .top-sitebar-e svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.program-offerings-7 {
    padding: 50px 0;
}.program-offerings-7 .img-expand-y {
    border-radius: 0 0 25% 25%;
    min-height: 250px;
}.program-offerings-7 .img-expand-y::before {
    border-radius: 0 0 25% 25%;
}.program-offerings-7 .img-expand-y::after {
    border-radius: 0 0 25% 25%;
}.program-offerings-7 .success-path-y::before {
    height: 40px;
    top: calc(250px - 25px);
    width: 40px;
}.program-offerings-7 .success-path-y::after {
    top: calc(250px - 12px);
    width: 20px;
    height: 20px;
}.program-offerings-7 h3 {
    margin-bottom: 20px;
    font-size: calc(38px - 6px);
}.program-offerings-7 p {
    font-size: calc(18px - 1px);
}.program-offerings-7 .top-sitebar-e {
    margin-bottom: 20px;
}.program-offerings-7 .top-sitebar-e::before {
    height: calc(100% + 20px);
    top: -10px;
    width: calc(100% + 20px);
    left: -10px;
}
}