﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.header_sitebar759 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1181px;
}.wrapper-template087 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    width: 10px;
}::-webkit-scrollbar-track {
    box-shadow: inset 2px 4px 4px 5px rgba(0, 0, 0, 0.7);
    border-radius: 18.3em;
    border: 1px groove rgb(133,129,168,0.5);
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    background: radial-gradient(circle at bottom right, #ffffff 97%, rgb(255, 255, 255, 0.5) 39%, rgb(133,129,168,0.5) 19%, rgb(172,172,203) 63%, rgb(172,172,203,0.5) 58%, rgb(213,213,227) 0%);
    box-shadow: 2px -3px 9px 4px rgba(0, 0, 0, 0.3);
    border: 1px dashed #ffffff;
}::-webkit-scrollbar-thumb:hover {
    transform: translateX(-2px);
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    box-shadow: inset 0px 5px 11px 5px rgba(0, 0, 0, 0.1);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(133,129,168,0.5) #ffffff;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 4px;
}::-webkit-scrollbar-thumb {
    background: rgb(172,172,203,0.5);
}}

.converter629 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: fixed;
    left: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    top: 0;
    width: 100%;
    background: rgb(213,213,227);
}header:before {
    width: 100%;
    content: '';
    height: 5px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(172,172,203) 0%, 
        rgb(133,129,168) 50%, 
        rgb(172,172,203) 100%
    );
    left: 0;
}header:after {
    left: 0;
    width: 100%;
    opacity: 0.4;
    content: '';
    height: 100%;
    background-size: 20px 20px;
    pointer-events: none;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgb(213,213,227) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(213,213,227) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(213,213,227) 25%, transparent 25%),
        linear-gradient(45deg, rgb(213,213,227) 25%, transparent 25%);
    background-color: rgba(0, 0, 0, 0.01);
    position: absolute;
}header .head_sitebar891 {
    position: relative;
    overflow: hidden;
}header .head_sitebar891:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(172,172,203,0.5),
        transparent
    );
    height: 1px;
}header .container {
    padding: 15px 25px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}header .container:before {
    content: '';
    left: 10px;
    background: rgb(172,172,203);
    opacity: 0.7;
    top: 50%;
    height: 8px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
}header .container:after {
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    right: 10px;
    top: 50%;
    opacity: 0.7;
    position: absolute;
    height: 8px;
    background: rgb(133,129,168);
    content: '';
}header .nav_mentor748 {
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
}header .nav_mentor748:before {
    content: '';
    position: absolute;
    height: 1px;
    bottom: -10px;
    width: 100%;
    left: 0;
    opacity: 0.2;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
}header .head_pagebar063 {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}header .head_pagebar063:before {
    transform-origin: center;
    transform: scaleX(0.9);
    background: rgb(172,172,203);
    height: 2px;
    left: 0;
    width: 100%;
    content: '';
    bottom: -8px;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
}header .head_pagebar063:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .nav_core186 {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 2px;
    font-weight: 600;
    font-size: 18px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
    overflow: hidden;
}header .nav_core186:before {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    height: 2px;
    content: '';
    position: absolute;
    transform: translateX(-101%);
    background: rgb(172,172,203);
    left: 0;
    bottom: 0;
}header .nav_core186:after {
    background: rgb(172,172,203);
    height: 8px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    content: '';
    width: 8px;
    position: absolute;
    transition: all 0.3s ease;
    top: 100%;
}header .nav_core186:hover {
    color: rgb(172,172,203);
}header .nav_core186:hover:before {
    transform: translateX(0);
}header .nav_core186:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .nav_sitewrap923 {
    position: relative;
    padding: 5px 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}header .nav_sitewrap923:before {
    background: linear-gradient(rgb(213,213,227), rgb(213,213,227)) padding-box,
                linear-gradient(135deg, rgb(172,172,203), rgb(133,129,168)) border-box;
    border: 2px solid transparent;
    top: 0;
    width: 100%;
    content: '';
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    left: 0;
    position: absolute;
    height: 100%;
}header .nav_sitewrap923:after {
    width: 10px;
    position: absolute;
    height: 10px;
    top: -5px;
    opacity: 0;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(172,172,203), rgb(133,129,168));
    left: -5px;
}header .nav_sitewrap923:hover:before {
    opacity: 1;
}header .nav_sitewrap923:hover:after {
    opacity: 1;
    transform: scale(1);
}header .nav_sitewrap923 svg {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
    height: 42px;
}header .nav_sitewrap923:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .head_pagebar063 {
    gap: 20px;
}header .nav_sitewrap923 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head_pagebar063 {
    height: 100vh;
    width: 80%;
    flex-direction: column;
    background: rgb(213,213,227);
    position: fixed;
    top: 0;
    z-index: 1001;
    padding: 75px 30px 30px;
    max-width: 320px;
    gap: 5px;
    right: -100%;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}header .head_pagebar063:before {
    height: 1px;
    width: 80%;
    bottom: auto;
    top: 60px;
    left: 10%;
}header .menu.active {
    right: 0;
}header .nav_core186 {
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}header .nav_core186:last-child {
    border-bottom: none;
}header .nav_core186:after {
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}header .nav_core186:hover:after {
    left: 5px;
    opacity: 1;
    top: 50%;
}header .nav_sitewrap923 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .nav_sitewrap923 svg {
    height: 35px;
}}.welcome_section640 {
    background: linear-gradient(135deg, rgb(213,213,227) 0%, rgba(245, 250, 253, 0.95) 100%);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}.welcome_section640::before {
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(94, 170, 168, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(94, 170, 168, 0.08) 0%, transparent 40%);
    top: 0;
    height: 100%;
}.welcome_section640 .learn_way526 {
    flex-direction: column-reverse;
    padding: 2rem 1.5rem;
    display: flex;
    position: relative;
    min-height: 100vh;
    z-index: 2;
}.welcome_section640 .statement_box895 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem 1rem;
    backdrop-filter: blur(8px);
    transform: translateY(-2rem);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    z-index: 3;
    animation: slideUp 0.8s ease-out forwards;
    position: relative;
}.welcome_section640 h1 {
    font-weight: 700;
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: slideInRight 0.6s ease-out 0.2s forwards;
    line-height: 1.3;
    transform: translateX(-50px);
    position: relative;
    color: #000000;
    font-size: calc(35px * 0.9);
}.welcome_section640 h1::after {
    transform-origin: left;
    animation: expandWidth 0.5s ease-out 0.8s forwards;
    height: 3px;
    background: rgb(172,172,203);
    position: absolute;
    width: 60px;
    transform: scaleX(0);
    content: "";
    bottom: -10px;
    left: 0;
}.welcome_section640 .learn_start974 {
    animation: fadeIn 0.7s ease-out 0.4s forwards;
    opacity: 0;
    margin: 2rem 0;
    position: relative;
    transform: translateY(20px);
}.welcome_section640 .learn_start974 p {
    opacity: 0;
    line-height: 1.7;
    padding-left: 0.5rem;
    border-left: 2px solid rgb(172,172,203);
    font-size: 13px;
    transform: translateY(15px);
    animation: slideUp 0.6s ease-out 0.6s forwards;
    margin-top: 1.5rem;
    color: #000000;
}.welcome_section640 svg {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    transform: scale(0.9);
    margin-bottom: 1rem;
    height: 80px;
    width: 80px;
    animation: pulseScale 3s ease-in-out infinite;
    transform-origin: center;
}.welcome_section640 svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,172,203);
}.welcome_section640 svg text {
    font-family: Arial, sans-serif;
    animation: colorShift 5s ease-in-out infinite alternate;
    font-size: 12px;
}.welcome_section640 ul {
    padding: 0;
    margin: 2rem 0 0;
    opacity: 0;
    list-style: none;
    animation: fadeIn 0.5s ease-out 0.8s forwards;
    transform: translateY(20px);
}.welcome_section640 ul li {
    margin: 0;
}.welcome_section640 .connect_support472 {
    color: #ffffff;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 16px;
    font-weight: 600;
    padding: 0.9rem 1.8rem;
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.2);
    text-decoration: none;
    text-align: center;
    background: linear-gradient(135deg, rgb(172,172,203) 0%, rgba(94, 170, 168, 0.9) 100%);
    display: inline-block;
}.welcome_section640 .connect_support472::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    height: 100%;
    content: "";
    left: -100%;
    top: 0;
    position: absolute;
}.welcome_section640 .connect_support472:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.25);
}.welcome_section640 .connect_support472:hover::before {
    left: 100%;
}.welcome_section640 .img_icon048 {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    animation: fadeIn 1s ease-out;
    height: 50vh;
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}.welcome_section640 .img_icon048::after {
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
}

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

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

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

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

@keyframes pulseScale {
    0%, 100% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
}

@keyframes colorShift {
    0% {
        fill: rgb(94, 170, 168);
    }
    50% {
        fill: rgb(74, 150, 148);
    }
    100% {
        fill: rgb(114, 190, 188);
    }
}

@media (min-width: 768px) {.welcome_section640 .learn_way526 {
    padding: 3rem;
    align-items: center;
    flex-direction: row;
}.welcome_section640 .statement_box895 {
    flex: 1;
    margin-right: -5rem;
    padding: 3rem 2.5rem;
    transform: translateX(-3rem);
}.welcome_section640 h1 {
    font-size: 35px;
}.welcome_section640 .img_icon048 {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    flex: 1.2;
    height: 80vh;
}.welcome_section640 svg {
    height: 100px;
    width: 100px;
}
}

@media (min-width: 992px) {.welcome_section640 .learn_way526 {
    padding: 0 5rem;
}.welcome_section640 .statement_box895 {
    padding: 4rem 3rem;
    transform: translateX(-5rem);
}.welcome_section640 h1 {
    font-size: calc(44px * 0.9);
}.welcome_section640 .learn_start974 p {
    line-height: 1.8;
    font-size: calc(13px * 1.1);
}.welcome_section640 .connect_support472 {
    padding: 1rem 2.2rem;
}.welcome_section640 .img_icon048 {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    height: 85vh;
}.welcome_section640 svg {
    height: 120px;
    width: 120px;
}
}

@media (min-width: 1200px) {.welcome_section640 .learn_way526 {
    padding: 0 8rem;
}.welcome_section640 .statement_box895 {
    padding: 4.5rem 4rem;
    transform: translateX(-8rem);
}.welcome_section640 h1 {
    font-size: 44px;
}.welcome_section640 .img_icon048 {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    height: 90vh;
}
}

@media (prefers-reduced-motion) {.welcome_section640 .statement_box895,
    .welcome_section640 h1,
    .welcome_section640 .learn_start974,
    .welcome_section640 .learn_start974 p,
    .welcome_section640 ul,
    .welcome_section640 .img_icon048,
    .welcome_section640 svg {
    opacity: 1;
    animation: none;
    transform: none;
}.welcome_section640 h1::after {
    transform: scaleX(1);
}}footer {
    position: relative;
    width: 100%;
    z-index: 1;
}.converter629 {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000, rgb(133,129,168));
    color: #ffffff;
    position: relative;
}.converter629::before {
    pointer-events: none;
    left: 0;
    position: absolute;
    right: 0;
    content: "";
    bottom: 0;
    top: 0;
    background: radial-gradient(circle at 10% 20%, rgb(133,129,168,0.5) 0%, transparent 50%);
}.converter629::after {
    background: linear-gradient(45deg, transparent 40%, rgb(172,172,203,0.5) 70%, transparent 100%);
    animation: shiftGradient 15s infinite linear;
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    pointer-events: none;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.converter629 .container {
    z-index: 2;
    position: relative;
}footer .training_zone359 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .edu_asksup376 {
    gap: 20px;
    border-radius: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
}footer .edu_asksup376:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}footer .info_item {
    align-items: center;
    display: flex;
    flex: 1 1 220px;
}footer .info_item svg {
    transition: transform 0.3s ease;
    width: 20px;
    fill: rgb(172,172,203);
    margin-right: 12px;
    filter: drop-shadow(0 0 3px rgb(172,172,203,0.5));
    height: 20px;
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    display: flex;
    align-items: center;
    font-size: 12px;
    transition: color 0.3s ease;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(172,172,203,0.5);
    color: rgb(172,172,203);
}footer .text_main_holder {
    gap: 40px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
}footer .main_start406 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
}footer .main_start406 svg {
    transition: filter 0.3s ease;
    width: auto;
    margin-bottom: 10px;
    height: 50px;
    filter: drop-shadow(0 0 5px rgb(172,172,203,0.5));
}footer .main_start406:hover svg {
    filter: drop-shadow(0 0 8px rgb(172,172,203));
}footer .pitch_comp605 {
    opacity: 0.8;
    max-width: 300px;
    line-height: 1.5;
    color: #ffffff;
    font-size: 12px;
}footer .head_pagebar063 {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    padding: 25px;
    position: relative;
    backdrop-filter: blur(5px);
    transition: box-shadow 0.3s ease;
}footer .head_pagebar063:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .head_pagebar063::before {
    content: "";
    border-radius: calc(30px + 2px);
    z-index: -1;
    opacity: 0;
    left: -2px;
    background: linear-gradient(45deg, rgb(172,172,203), transparent, rgb(133,129,168), transparent);
    bottom: -2px;
    top: -2px;
    position: absolute;
    right: -2px;
    transition: opacity 0.5s ease;
}footer .head_pagebar063:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .head_pagebar063 h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}footer .head_pagebar063 h5::after {
    background: rgb(172,172,203);
    height: 2px;
    transition: width 0.3s ease;
    bottom: -1px;
    left: 0;
    position: absolute;
    width: 50px;
    content: "";
}footer .head_pagebar063:hover h5::after {
    width: 100px;
}footer .nav_wrap325 {
    gap: 10px;
    flex-direction: column;
    display: flex;
    margin-bottom: 25px;
}footer .nav_wrap325 a {
    color: #ffffff;
    position: relative;
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding-left: 15px;
    text-decoration: none;
    font-size: calc(12px - 1px);
    font-weight: 400;
}footer .nav_wrap325 a::before {
    content: "";
    border-radius: 50%;
    width: 6px;
    opacity: 0.7;
    position: absolute;
    transform: translateY(-50%) scale(0.8);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    left: 0;
    background-color: rgb(172,172,203);
    height: 6px;
    top: 50%;
}footer .nav_wrap325 a:hover {
    color: rgb(172,172,203);
    padding-left: 20px;
}footer .nav_wrap325 a:hover::before {
    background-color: rgb(172,172,203);
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 5px rgb(172,172,203), 0 0 10px rgb(172,172,203,0.5);
    opacity: 1;
}footer .subscribe_holder {
    background: linear-gradient(135deg, rgb(133,129,168,0.5), #000000);
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}footer .subscribe_holder::before {
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    top: -50%;
    height: 200%;
    position: absolute;
    z-index: -1;
    animation: pulseBackground 10s infinite ease-in-out;
    width: 200%;
    left: -50%;
    content: "";
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}footer .subscribe_holder h5::after {
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: linear-gradient(90deg, rgb(172,172,203), transparent);
    content: "";
}footer .subscribe_holder p {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    font-size: 12px;
    margin-bottom: 20px;
}footer .input_holder {
    position: relative;
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 14px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 12px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(172,172,203,0.5);
    border-color: rgb(172,172,203);
    background: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_col345 {
    border: none;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    padding: 14px 24px;
    position: relative;
    text-align: center;
    background: rgb(172,172,203);
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .sub_col345::before {
    transition: left 0.7s ease;
    width: 100%;
    left: -100%;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}footer .sub_col345:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgb(133,129,168);
}footer .sub_col345:hover::before {
    left: 100%;
}footer .site_map658 {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .proposal_cta836 {
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 12px;
    opacity: 0.7;
    color: #ffffff;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_col345 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .training_zone359 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .edu_asksup376 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .converter629 {
    padding: 60px 0 30px;
}footer .edu_asksup376 {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .head_pagebar063, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .head_pagebar063 h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .nav_wrap325 a {
    font-size: calc(12px - 2px);
}footer .site_map658 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .converter629 {
    padding: 40px 0 20px;
}footer .edu_asksup376, footer .head_pagebar063, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .sub_col345 {
    padding: 12px;
}footer .main_start406 svg {
    height: 40px;
}footer .pitch_comp605 {
    font-size: calc(12px - 1px);
}}.trackingSettingsBox601 {
    bottom: 0;
    background: rgb(213,213,227);
    padding: 20px 0;
    border-top: 3px solid rgb(172,172,203);
    width: 100%;
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
}.online_tracking410 {
    padding: 0 20px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    display: flex;
    flex-wrap: nowrap;
}#cookiePopupBanner075 {
    display: none;
}#cookiePopupBanner075:checked ~ .trackingSettingsBox601 {
    visibility: hidden;
    opacity: 0;
}.trackingSettingsBox601 h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(172,172,203);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}.trackingSettingsBox601 p {
    color: #000000;
    font-size: 13px;
    max-width: 500px;
}.cookie_protect780 {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_protect780 svg, .cookie_protect780 svg path {
    height: 80px;
    width: 80px;
    fill: rgb(172,172,203);
}.data_agree821 {
    font-weight: 600;
    padding: 12px 24px;
    flex-shrink: 0;
    margin-left: 10px;
    text-transform: uppercase;
    min-width: 140px;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    background: rgb(172,172,203);
    text-decoration: none;
    border: 2px solid transparent;
    font-size: 18px;
    transition: border 0.2s;
}.cookie_button.data_policy021 {
    background: rgb(172,172,203);
}.cookie_button.edu_accept193 {
    background: rgb(133,129,168);
}.data_agree821:hover {
    border: 2px solid #ffffff;
}.trackingSettingsBox601 p a {
    font-weight: 700;
    color: rgb(172,172,203);
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {.online_tracking410 {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.cookie_protect780 {
    display: none;
}.online_tracking410 {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}.trackingSettingsBox601 h5, .trackingSettingsBox601 p {
    text-align: center;
}.cookie_reset956 {
    margin-bottom: 20px;
}.data_agree821 {
    margin-left: 0;
    max-width: 300px;
    margin-top: 10px;
    width: 100%;
}}
.wrapper-template087 .trackingSettingsBox601 {
    border: none;
    padding: 30px 0;
    background: rgb(133,129,168);
}.wrapper-template087 .data_agree821 {
    border: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    background: rgb(172,172,203);
    font-size: 18px;
    margin-left: 0;
}.wrapper-template087 .cookie_reset956 h5, .wrapper-template087 .cookie_reset956 p {
    color: #ffffff;
}.gratSpace612 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,213,227) 0%, rgba(rgb(172,172,203,0.5), 0.1) 100%);
    position: relative;
    z-index: 1;
    padding: 6rem 0;
}.gratSpace612::before {
    transform: perspective(1000px) rotateX(5deg);
    position: absolute;
    content: "";
    z-index: -1;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(rgb(172,172,203,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(172,172,203,0.5), 0.05) 1px, transparent 1px);
    opacity: 0.6;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}.gratSpace612::after {
    z-index: -1;
    transform: rotate(-15deg) translateZ(-10px);
    top: -10%;
    animation: float 15s ease-in-out infinite;
    opacity: 0.15;
    filter: blur(80px);
    content: "";
    width: 40%;
    background: linear-gradient(45deg, rgb(172,172,203) 0%, rgba(rgb(133,129,168,0.5), 0.8) 100%);
    height: 70%;
    position: absolute;
    right: -5%;
}.gratSpace612 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.gratSpace612 .learn_way526 {
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(172,172,203,0.5), 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    backdrop-filter: blur(10px);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    transform: translateY(0);
    gap: 2.5rem;
    position: relative;
    padding: 3.5rem;
    grid-template-columns: 1fr;
}.gratSpace612 .learn_way526:hover {
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(172,172,203,0.5), 0.12);
    transform: translateY(-5px);
}.gratSpace612 .learn_way526::before {
    content: "";
    background: linear-gradient(to bottom, rgb(172,172,203), rgb(133,129,168));
    width: 4px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    top: 0;
    height: 100%;
    transform: scaleY(0);
    left: 0;
    transform-origin: top;
}.gratSpace612 .learn_way526:hover::before {
    transform: scaleY(1);
}.gratSpace612 h5 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
    line-height: 1.3;
    overflow: hidden;
    font-size: calc(18px * 1.1);
    color: #000000;
    position: relative;
}.gratSpace612 h5::after {
    bottom: 0;
    background: rgb(172,172,203);
    content: "";
    height: 3px;
    transition: width 0.6s ease, transform 0.6s ease;
    width: 4rem;
    position: absolute;
    transform: translateX(0);
    left: 0;
}.gratSpace612 .learn_way526:hover h5::after {
    transform: translateX(10px);
    width: 7rem;
}.gratSpace612 p {
    margin: 0;
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    transform: translateZ(0);
    transition: color 0.3s ease;
    font-weight: 400;
    opacity: 0.9;
}.gratSpace612 a {
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    display: block;
}.gratSpace612 a::before {
    height: 1px;
    position: absolute;
    content: "";
    width: 100%;
    transform: scaleX(0);
    background: rgba(rgb(172,172,203,0.5), 0.3);
    bottom: 0;
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform-origin: right;
}.gratSpace612 a:hover {
    transform: translateY(-2px);
}.gratSpace612 a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.gratSpace612 a:hover p {
    color: rgb(172,172,203);
}

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

@media (min-width: 768px) {.gratSpace612 {
    padding: 8rem 0;
}.gratSpace612 .learn_way526 {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
    padding: 4rem;
}.gratSpace612 h5 {
    padding-bottom: 1.5rem;
    font-size: calc(18px * 1.2);
}.gratSpace612 p {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}.gratSpace612::before {
    background-size: 30px 30px;
}
}

@media (min-width: 1024px) {.gratSpace612 .learn_way526 {
    gap: 4rem;
    padding: 5rem;
}.gratSpace612 h5 {
    font-size: calc(18px * 1.3);
}.gratSpace612::after {
    right: -10%;
    width: 50%;
}
}

@media (max-width: 767px) {.gratSpace612 {
    padding: 4rem 0;
}.gratSpace612 .learn_way526 {
    padding: 2.5rem;
}.gratSpace612 h5 {
    font-size: 18px;
}.gratSpace612::before {
    background-size: 15px 15px;
}.gratSpace612::after {
    opacity: 0.1;
}
}

@media (max-width: 480px) {.gratSpace612 {
    padding: 3rem 0;
}.gratSpace612 .learn_way526 {
    padding: 2rem 1.5rem;
}.gratSpace612 h5 {
    font-size: calc(18px * 0.9);
}.gratSpace612 p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.leadership_profile146 {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(213,213,227), rgb(133,129,168,0.5) 120%);
    overflow: hidden;
    position: relative;
}.leadership_profile146::before {
    opacity: 0.1;
    height: 100%;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgb(133,129,168,0.5) 40px,
        rgb(133,129,168,0.5) 42px
    );
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
}.leadership_profile146::after {
    background: rgb(133,129,168);
    width: 60%;
    height: 200%;
    z-index: 0;
    right: -10%;
    top: -50%;
    opacity: 0.04;
    transform: rotate(-12deg);
    position: absolute;
    content: "";
}.leadership_profile146 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1140px;
}.leadership_profile146 .student_glow079 {
    padding: 3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    background: #ffffff;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2.5rem;
}.leadership_profile146 .student_glow079:hover {
    transform: perspective(1000px) rotateY(0deg);
}.leadership_profile146 .student_glow079 > div:first-child {
    margin: 0 auto;
    width: 100%;
    max-width: 260px;
    position: relative;
}.leadership_profile146 .student_glow079 .img_icon048 {
    transform: translateZ(20px);
    position: relative;
    border-radius: 0.5rem;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 260px;
    height: 260px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.leadership_profile146 .student_glow079:hover .img_icon048 {
    transform: translateZ(30px) translateY(-5px);
}.leadership_profile146 .student_glow079 .img_icon048::after {
    content: "";
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 15px;
    z-index: -1;
    border: 2px solid rgb(133,129,168);
    bottom: -15px;
    left: 15px;
    transform: translate(10px, 10px);
    position: absolute;
    right: -15px;
    opacity: 0;
}.leadership_profile146 .student_glow079:hover .img_icon048::after {
    opacity: 0.4;
    transform: translate(0, 0);
}.leadership_profile146 .student_glow079 > div:nth-child(2) {
    position: relative;
    transform: translateY(0);
    text-align: center;
    transition: transform 0.4s ease;
}.leadership_profile146 .student_glow079:hover > div:nth-child(2) {
    transform: translateY(-5px);
}.leadership_profile146 .name {
    margin-bottom: 0.5rem;
    color: rgb(172,172,203);
    position: relative;
    font-size: calc(19px * 1.2);
    font-weight: 700;
    display: inline-block;
}.leadership_profile146 .name::after {
    position: absolute;
    background: rgb(133,129,168);
    transition: width 0.4s ease;
    width: 0;
    bottom: -5px;
    content: "";
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
}.leadership_profile146 .student_glow079:hover .name::after {
    width: 70%;
}.leadership_profile146 .student_glow079 > div:nth-child(2) > div {
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: calc(14px * 1.05);
    color: rgb(133,129,168);
}.leadership_profile146 .emp_achievements034 {
    line-height: 1.8;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    border-left: 3px solid rgb(133,129,168,0.5);
    font-size: 14px;
    margin: 0;
}.leadership_profile146 .emp_achievements034::before {
    top: -20px;
    font-family: serif;
    position: absolute;
    font-size: 5rem;
    color: rgb(133,129,168,0.5);
    content: "";
    opacity: 0.3;
    left: -10px;
}

@media (min-width: 768px) {.leadership_profile146 .student_glow079 {
    grid-template-columns: 260px 1fr;
    padding: 4rem;
    gap: 3rem;
}.leadership_profile146 .student_glow079 > div:nth-child(2) {
    align-self: center;
    text-align: left;
    grid-column: 2;
}.leadership_profile146 .name::after {
    left: 0;
    transform: translateX(0);
}.leadership_profile146 .student_glow079 > div:nth-child(3) {
    grid-column: span 2;
}
}

@media (min-width: 992px) {.leadership_profile146 {
    padding: 8rem 2rem;
}.leadership_profile146 .student_glow079 {
    grid-template-columns: 280px auto 1fr;
    grid-template-rows: auto 1fr;
}.leadership_profile146 .student_glow079 > div:first-child {
    grid-row: span 2;
}.leadership_profile146 .student_glow079 > div:nth-child(2) {
    padding-left: 1rem;
    grid-column: 2 / span 2;
}.leadership_profile146 .student_glow079 > div:nth-child(3) {
    padding-top: 1rem;
    grid-column: 2 / span 2;
    grid-row: 2;
    padding-left: 1rem;
}.leadership_profile146 .emp_achievements034 {
    padding-left: 2rem;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.leadership_profile146 .student_glow079 {
    transform: perspective(1500px) rotateY(3deg);
    grid-template-columns: 300px 1fr 2fr;
    padding: 5rem;
    gap: 3.5rem;
}.leadership_profile146 .img_icon048 {
    width: 300px;
    height: 300px;
}.leadership_profile146 .name {
    font-size: calc(19px * 1.3);
}.leadership_profile146 .emp_achievements034 {
    line-height: 1.9;
}
}

@media (max-width: 767px) {.leadership_profile146 {
    padding: 4rem 1.5rem;
}.leadership_profile146 .student_glow079 {
    padding: 2rem;
}.leadership_profile146 .student_glow079 .img_icon048 {
    height: 220px;
    width: 220px;
    margin: 0 auto;
}.leadership_profile146 .name {
    font-size: 19px;
}.leadership_profile146 .emp_achievements034 {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}}.pricing_layout510 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.pricing_layout510::before {
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    backdrop-filter: blur(8px);
    height: 100%;
    width: 100%;
    top: 0;
}.pricing_layout510 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.pricing_layout510 .access_plans763 {
    position: relative;
}.pricing_layout510 h2 {
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    transform: perspective(1000px) translateZ(20px);
    text-align: center;
    font-size: 34px;
    color: #ffffff;
}.pricing_layout510 h2::after {
    width: 80px;
    border-radius: 3px;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(133,129,168), rgb(172,172,203));
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
}.pricing_layout510 .rate_plans781 {
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    text-align: center;
    position: relative;
    font-size: calc(14px + 2px);
    max-width: 700px;
    margin: 0 auto 50px;
}.pricing_layout510 .pricing_list629 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
    display: grid;
    list-style: none;
    gap: 30px;
}.pricing_layout510 .pricing_list629 li {
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}.pricing_layout510 .learning_fees083 {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    height: 100%;
    display: block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 12px;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-decoration: none;
}.pricing_layout510 .learning_fees083::before {
    top: 0;
    content: "";
    position: absolute;
    transform: scaleX(0.7);
    height: 5px;
    width: 100%;
    transition: transform 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(133,129,168), rgb(172,172,203));
    transform-origin: left;
}.pricing_layout510 .fee_offers645 {
    padding: 30px 25px;
    height: 100%;
    z-index: 1;
    position: relative;
}.pricing_layout510 .learn_price304 {
    position: relative;
    z-index: 2;
}.pricing_layout510 .learning_fees083 h4 {
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    font-size: calc(24px - 2px);
    transition: transform 0.3s ease;
}.pricing_layout510 .learning_fees083 h4::before {
    opacity: 0.6;
    border-top: 2px solid rgb(133,129,168);
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    transition: all 0.3s ease;
    left: -10px;
    border-left: 2px solid rgb(133,129,168);
}.pricing_layout510 .learning_fees083 p {
    padding-right: 10px;
    hyphens: auto;
    overflow-y: auto;
    word-break: normal;
    margin-bottom: 25px;
    max-height: 250px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    font-size: 14px;
}.pricing_layout510 .learning_fees083 p::-webkit-scrollbar {
    width: 4px;
}.pricing_layout510 .learning_fees083 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(133,129,168,0.5);
}.pricing_layout510 .edu_rates381 {
    padding: 10px 20px;
    display: inline-block;
    font-size: calc(24px + 4px);
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(rgb(133,129,168,0.5), 0.1), rgba(rgb(172,172,203,0.5), 0.2));
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    position: relative;
}.pricing_layout510 .edu_rates381::before {
    background: linear-gradient(90deg, transparent, rgb(133,129,168), transparent);
    position: absolute;
    bottom: -3px;
    height: 1px;
    right: 10px;
    content: "";
    left: 10px;
}.pricing_layout510 .learning_fees083:hover {
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.pricing_layout510 .learning_fees083:hover::before {
    transform: scaleX(1);
}.pricing_layout510 .learning_fees083:hover h4 {
    transform: translateX(5px);
}.pricing_layout510 .learning_fees083:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}.pricing_layout510 .learning_fees083:hover .edu_rates381 {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
}

@media (max-width: 992px) {.pricing_layout510 {
    padding: 80px 0;
}.pricing_layout510 h2 {
    font-size: calc(34px - 4px);
}.pricing_layout510 .rate_plans781 {
    margin-bottom: 40px;
    font-size: 14px;
}.pricing_layout510 .pricing_list629 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.pricing_layout510 {
    padding: 60px 0;
}.pricing_layout510 h2 {
    font-size: calc(34px - 6px);
}.pricing_layout510 .rate_plans781 {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.pricing_layout510 .pricing_list629 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.pricing_layout510 .learning_fees083 h4 {
    font-size: 24px;
}.pricing_layout510 .learning_fees083 p {
    max-height: 180px;
    font-size: calc(14px - 1px);
}.pricing_layout510 .edu_rates381 {
    font-size: 24px;
}
}

@media (max-width: 480px) {.pricing_layout510 {
    padding: 50px 0;
}.pricing_layout510 h2 {
    font-size: calc(34px - 8px);
}.pricing_layout510 .rate_plans781 {
    font-size: calc(14px - 2px);
}.pricing_layout510 .fee_offers645 {
    padding: 25px 20px;
}.pricing_layout510 .learning_fees083 h4 {
    font-size: calc(24px - 2px);
}.pricing_layout510 .edu_rates381 {
    font-size: calc(24px - 2px);
    padding: 8px 15px;
}}.launch_now134 {
    position: relative;
    background: linear-gradient(135deg, rgb(133,129,168) 0%, rgb(172,172,203) 100%);
    margin: 6rem 0;
    padding: 5rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
}.launch_now134::before {
    height: 200%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 5%, transparent 60%);
    position: absolute;
    pointer-events: none;
    opacity: 0.1;
    width: 200%;
    top: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    left: -50%;
}.launch_now134::after {
    transform: skewY(-3deg);
    bottom: 0;
    content: "";
    height: 30%;
    position: absolute;
    width: 100%;
    z-index: 1;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(133,129,168,0.5));
    opacity: 0.2;
    transform-origin: bottom right;
}.launch_now134 .container {
    max-width: 1200px;
    align-items: center;
    gap: 2.5rem;
    z-index: 2;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    position: relative;
}.launch_now134 h6 {
    font-size: clamp(1.25rem, 3vw, 2rem);
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    line-height: 1.4;
    font-weight: 600;
    animation: floatText 5s infinite alternate ease-in-out;
    letter-spacing: 0.03em;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #ffffff;
    max-width: 800px;
}.launch_now134 div:not(.container) {
    margin-top: 1rem;
    position: relative;
    justify-content: center;
    display: flex;
}.launch_now134 span {
    transform: perspective(800px) rotateX(2deg);
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.launch_now134 span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}.launch_now134 .connect_support472 {
    background: #ffffff;
    padding: 1rem 2.5rem;
    color: rgb(172,172,203);
    justify-content: center;
    display: inline-flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    font-weight: 700;
    align-items: center;
    letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 15px rgb(172,172,203,0.5);
    font-size: 14px;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
}.launch_now134 .connect_support472::before {
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    left: 0;
    height: 100%;
}.launch_now134 .connect_support472::after {
    height: 200%;
    top: -50%;
    position: absolute;
    background: radial-gradient(circle, rgb(133,129,168,0.5) 0%, transparent 70%);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    left: -50%;
    z-index: 0;
    content: "";
    width: 200%;
    transform: scale(0.5);
}.launch_now134 .connect_support472:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 8px 25px rgb(172,172,203,0.5);
    transform: translateY(-2px);
    color: #000000;
}.launch_now134 .connect_support472:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.launch_now134 .connect_support472 span {
    transform: none;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.launch_now134 .connect_support472:hover span {
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
}

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 992px) {.launch_now134 {
    transform: perspective(1000px) rotateX(1deg);
    margin: 4rem 0;
    padding: 4rem 1.5rem;
}.launch_now134 .container {
    gap: 2rem;
}.launch_now134 h6 {
    font-size: calc(21px * 1.1);
}.launch_now134 .connect_support472 {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.launch_now134 {
    padding: 3.5rem 1.25rem;
    transform: none;
    margin: 3rem 0;
}.launch_now134 .container {
    gap: 1.75rem;
}.launch_now134 h6 {
    font-size: 21px;
    line-height: 1.5;
}.launch_now134 .connect_support472 {
    font-size: calc(14px * 0.95);
    padding: 0.85rem 2rem;
}
    
    @keyframes floatText {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
}

@media (max-width: 576px) {.launch_now134 {
    padding: 3rem 1rem;
    margin: 2.5rem 0;
}.launch_now134 .container {
    gap: 1.5rem;
}.launch_now134 h6 {
    letter-spacing: 0.02em;
    font-size: calc(21px * 0.95);
}.launch_now134 .connect_support472 {
    font-size: calc(14px * 0.9);
    padding: 0.8rem 1.8rem;
}}.who_we_are397 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.who_we_are397::before {
    pointer-events: none;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(172,172,203,0.5), rgba(0, 0, 0, 0.5) 75%);
    top: 0;
}.who_we_are397::after {
    top: -10%;
    height: 200%;
    position: absolute;
    content: "";
    transform: rotate(-25deg);
    z-index: 0;
    right: -5%;
    background: rgb(133,129,168);
    animation: floatElement 20s infinite alternate ease-in-out;
    width: 45%;
    opacity: 0.15;
}.who_we_are397 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1240px;
    z-index: 2;
}.who_we_are397 h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 29px;
    display: inline-block;
    position: relative;
    transform: translateX(-5px);
    margin-bottom: 40px;
}.who_we_are397 h2::after {
    background: linear-gradient(90deg, rgb(133,129,168), transparent);
    animation: expandWidth 0.7s ease-out forwards;
    transform-origin: left;
    position: absolute;
    width: 80px;
    bottom: -10px;
    height: 3px;
    left: 0;
    content: "";
}.who_we_are397 .statement_box895 {
    backdrop-filter: blur(10px);
    gap: 30px;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.92);
    padding: 40px;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    display: grid;
    transform: translateY(0);
    z-index: 3;
}.who_we_are397 .statement_box895::before {
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(172,172,203);
    width: 6px;
    content: "";
    animation: growVertical 1s 0.3s ease-out forwards;
    height: 0;
}.who_we_are397 .statement_box895 > div {
    position: relative;
}.who_we_are397 .statement_box895 p {
    padding-left: 15px;
    transition: transform 0.3s ease;
    color: rgb(172,172,203);
    font-size: calc(18px * 1.5);
    position: relative;
    font-weight: 600;
    transform: translateX(0);
    margin-bottom: 20px;
}.who_we_are397 .statement_box895 p::before {
    width: 8px;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(133,129,168);
    height: 8px;
    content: "";
    top: 50%;
    position: absolute;
}.who_we_are397 .statement_box895 div > div {
    position: relative;
    font-size: 18px;
    color: #000000;
    column-count: 1;
    padding-left: 15px;
    column-gap: 40px;
    line-height: 1.8;
}.who_we_are397 .statement_box895:hover {
    transform: translateY(-5px);
}.who_we_are397 .statement_box895:hover p {
    transform: translateX(5px);
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@keyframes growVertical {
    from { height: 0; }
    to { height: 100%; }
}

@keyframes floatElement {
    0% { transform: rotate(-25deg) translateY(0); }
    50% { transform: rotate(-22deg) translateY(-15px); }
    100% { transform: rotate(-25deg) translateY(0); }
}

@media (min-width: 768px) {.who_we_are397 {
    padding: 150px 0;
}.who_we_are397 h2 {
    font-size: calc(29px * 1.2);
    margin-bottom: 60px;
}.who_we_are397 h2::after {
    width: 120px;
}.who_we_are397 .statement_box895 {
    margin-left: 40px;
    padding: 60px;
    width: calc(100% - 40px);
}.who_we_are397 .statement_box895 div > div {
    column-count: 2;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.who_we_are397 {
    padding: 180px 0;
}.who_we_are397::after {
    top: -20%;
    right: -10%;
    width: 60%;
}.who_we_are397 h2 {
    transform: translateX(-10px);
}.who_we_are397 .statement_box895 {
    padding: 80px;
    margin-left: 80px;
    width: calc(100% - 80px);
}.who_we_are397 .statement_box895::before {
    width: 8px;
}.who_we_are397 .statement_box895 div > div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.who_we_are397 h2 {
    margin-bottom: 80px;
}.who_we_are397 .statement_box895 {
    margin-left: 120px;
    width: calc(100% - 120px);
    padding: 100px;
}.who_we_are397 .statement_box895::before {
    width: 10px;
}
}

@media (max-width: 767px) {.who_we_are397 {
    padding: 80px 0;
}.who_we_are397 h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.who_we_are397 .statement_box895 {
    padding: 30px 20px;
}.who_we_are397 .statement_box895 p {
    margin-bottom: 15px;
    font-size: calc(18px * 1.2);
}.who_we_are397 .statement_box895 div > div {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.course_structure725 {
    background: linear-gradient(135deg, rgb(213,213,227) 0%, #ffffff 100%);
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}.course_structure725::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(172,172,203,0.5) 0px,
        rgb(172,172,203,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    pointer-events: none;
    height: 100%;
    left: 0;
    opacity: 0.05;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
}.course_structure725::after {
    position: absolute;
    background: radial-gradient(circle, rgb(172,172,203,0.5) 0%, transparent 70%);
    top: -10%;
    right: -5%;
    opacity: 0.15;
    height: 30rem;
    content: "";
    z-index: 0;
    width: 30rem;
}.course_structure725 .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}.course_structure725 h2 {
    animation: fadeInUp 0.8s ease forwards 0.2s;
    font-size: 30px;
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
    opacity: 0;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    transform: translateY(20px);
}.course_structure725 h2::after {
    border-radius: 10px;
    width: 80px;
    left: 50%;
    position: absolute;
    height: 4px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(172,172,203) 0%, rgb(133,129,168) 100%);
    bottom: -15px;
}.course_structure725 .new_study507 {
    display: flex;
    animation: fadeInUp 0.8s ease forwards 0.4s;
    opacity: 0;
    transform: translateY(30px);
    flex-direction: column;
    gap: 2.5rem;
}.course_structure725 .img_icon048 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 21px;
    height: 350px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.course_structure725 .img_icon048::before {
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    content: "";
    position: absolute;
}.course_structure725 .img_icon048::after {
    width: 300%;
    top: -100%;
    z-index: 2;
    height: 300%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    position: absolute;
    transform: rotate(45deg);
    animation: shimmer 6s infinite linear;
    content: "";
    left: -100%;
}.course_structure725 .statement_box895 {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.course_structure725 .description {
    transition: all 0.3s ease;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.7;
    padding: 0 0.5rem;
    position: relative;
}.course_structure725 .description:first-of-type {
    position: relative;
    border-left: 3px solid rgb(172,172,203);
    padding-left: 1.25rem;
}.course_structure725 .description:nth-of-type(2) {
    position: relative;
    border-right: 3px solid rgb(133,129,168);
    padding-right: 1.25rem;
}.course_structure725 .description:first-of-type::before {
    background: rgb(172,172,203);
    left: -10px;
    height: 20px;
    top: 0;
    position: absolute;
    width: 20px;
    border-radius: 50%;
    content: "";
    opacity: 0.2;
}.course_structure725 .description:nth-of-type(2)::after {
    width: 20px;
    right: -10px;
    background: rgb(133,129,168);
    border-radius: 50%;
    content: "";
    opacity: 0.2;
    height: 20px;
    bottom: 0;
    position: absolute;
}

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

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media (min-width: 768px) {.course_structure725 .new_study507 {
    align-items: flex-start;
    flex-direction: row;
}.course_structure725 .img_icon048 {
    height: 450px;
    flex: 0 0 45%;
}.course_structure725 .statement_box895 {
    flex: 0 0 55%;
    padding-left: 2.5rem;
}.course_structure725 .description {
    font-size: calc(17px + 0.05rem);
}.course_structure725 h2 {
    margin-right: auto;
    max-width: 80%;
    margin-left: auto;
    font-size: calc(30px + 0.2rem);
}.course_structure725 .img_icon048:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
}

@media (min-width: 992px) {.course_structure725 {
    padding: 9rem 0;
}.course_structure725 .container {
    padding: 0 3rem;
}.course_structure725 .img_icon048 {
    height: 500px;
}.course_structure725 h2 {
    margin-bottom: 4rem;
}.course_structure725 .description {
    font-size: calc(17px + 0.1rem);
}
}

@media (max-width: 767px) {.course_structure725 {
    padding: 5rem 0;
}.course_structure725 h2 {
    font-size: calc(30px - 0.2rem);
    margin-bottom: 2rem;
}.course_structure725 .img_icon048 {
    height: 280px;
}.course_structure725 .statement_box895 {
    gap: 1rem;
}.course_structure725 .description {
    font-size: calc(17px - 0.1rem);
}}.teaching_process853 {
    padding: 170px 0 140px;
    overflow: visible;
    background: linear-gradient(130deg, rgb(213,213,227) 0%, rgb(133,129,168,0.5) 150%);
    position: relative;
}.teaching_process853::before {
    background-image: linear-gradient(rgb(172,172,203,0.5) 1px, transparent 1px);
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    content: '';
    z-index: 1;
    background-size: 100% 40px;
    top: 0;
}.teaching_process853 .learn_way526 {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.teaching_process853 .statement_box895 {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}.teaching_process853 .statement_box895 h2 {
    transform: translate(-60px, -40px);
    position: relative;
    border-radius: 30px;
    margin: 0;
    backdrop-filter: blur(10px);
    width: 40%;
    padding: 35px 40px;
    color: #ffffff;
    z-index: 4;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    font-size: 36px;
    font-weight: 700;
    align-self: flex-start;
    background: linear-gradient(120deg, rgb(172,172,203,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
}.teaching_process853 .statement_box895 p {
    position: relative;
    color: #ffffff;
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    margin: 0;
    transform: translate(30px, 40px);
    background: rgba(255, 255, 255, 0.05);
    font-size: 17px;
    border-radius: 30px;
    line-height: 1.8;
    width: 60%;
    padding: 40px 50px;
    align-self: flex-end;
    z-index: 3;
}.teaching_process853 .statement_box895::before {
    content: '';
    background: linear-gradient(140deg, rgb(172,172,203,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
    height: 65%;
    top: 15%;
    opacity: 0.15;
    width: 80%;
    border-radius: 30px;
    filter: blur(40px);
    left: 10%;
}.teaching_process853 .statement_box895::after {
    opacity: 0.1;
    z-index: 2;
    left: 5%;
    border: 1px solid rgb(172,172,203,0.5);
    height: 80%;
    border-radius: 30px;
    position: absolute;
    content: '';
    width: 90%;
    top: 10%;
}.teaching_process853 .statement_box895 h2::before {
    opacity: 0.05;
    height: 120px;
    background: rgb(172,172,203);
    bottom: -60px;
    border-radius: 50%;
    width: 120px;
    content: '';
    right: -60px;
    z-index: -1;
    filter: blur(30px);
    position: absolute;
}.teaching_process853 .statement_box895 h2::after {
    right: 40px;
    z-index: 5;
    width: 3px;
    bottom: -90px;
    height: 80px;
    background: rgb(172,172,203);
    opacity: 0.6;
    position: absolute;
    content: '';
}.teaching_process853 .statement_box895 p::before {
    position: absolute;
    top: 30px;
    height: 1px;
    content: '';
    width: 80%;
    left: 10%;
    opacity: 0.3;
    background: linear-gradient(90deg, transparent, rgb(172,172,203,0.5), transparent);
}.teaching_process853 .statement_box895 p::after {
    height: 1px;
    position: absolute;
    opacity: 0.3;
    left: 20%;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(133,129,168,0.5), transparent);
    bottom: 30px;
    width: 60%;
}.teaching_process853::after {
    z-index: 1;
    width: 250px;
    bottom: -100px;
    filter: blur(80px);
    content: '';
    opacity: 0.05;
    height: 250px;
    background: rgb(172,172,203,0.5);
    position: absolute;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    right: 10%;
    animation: float-morph 20s infinite alternate;
}.teaching_process853 .learn_way526::before {
    border: 1px solid rgb(133,129,168,0.5);
    height: 200px;
    position: absolute;
    top: -100px;
    content: '';
    left: 12%;
    transform-origin: center;
    opacity: 0.2;
    animation: rotate-scale 25s infinite linear;
    width: 200px;
}.teaching_process853 .learn_way526::after {
    width: 180px;
    left: 40%;
    opacity: 0.15;
    height: 180px;
    bottom: -90px;
    content: '';
    position: absolute;
    border: 1px dashed rgb(172,172,203,0.5);
    transform-origin: center;
    animation: rotate-scale 20s infinite linear reverse;
}@keyframes float-morph {
    0% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
    50% {
        border-radius: 50% 50% 70% 30% / 60% 40% 30% 70%;
        transform: translate(-30px, -20px);
    }
    100% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
}

@keyframes rotate-scale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.teaching_process853 .learn_way526::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}.teaching_process853 .learn_way526::after {
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

@media screen and (max-width: 1200px) {.teaching_process853 .statement_box895 h2 {
    width: 45%;
    transform: translate(-40px, -30px);
}.teaching_process853 .statement_box895 p {
    width: 65%;
    transform: translate(20px, 30px);
}.teaching_process853 .learn_way526::before,
    .teaching_process853 .learn_way526::after {
    width: 160px;
    height: 160px;
}
}

@media screen and (max-width: 992px) {.teaching_process853 {
    padding: 140px 0 120px;
}.teaching_process853 .statement_box895 h2 {
    transform: translate(-30px, -25px);
    padding: 30px 35px;
    width: 50%;
}.teaching_process853 .statement_box895 p {
    transform: translate(15px, 25px);
    width: 70%;
    padding: 35px 40px;
}.teaching_process853 .statement_box895 h2::after {
    bottom: -70px;
    height: 60px;
}.teaching_process853 .learn_way526::before {
    height: 140px;
    width: 140px;
    top: -70px;
}.teaching_process853 .learn_way526::after {
    width: 140px;
    bottom: -70px;
    height: 140px;
}
}

@media screen and (max-width: 768px) {.teaching_process853 {
    overflow: hidden;
    padding: 120px 0 100px;
}.teaching_process853 .statement_box895 {
    flex-direction: column;
}.teaching_process853 .statement_box895 h2 {
    transform: none;
    margin-bottom: 40px;
    width: 100%;
    padding: 25px 30px;
    font-size: calc(36px * 0.9);
}.teaching_process853 .statement_box895 p {
    width: 100%;
    transform: none;
}.teaching_process853 .statement_box895::before,
    .teaching_process853 .statement_box895::after {
    display: none;
}.teaching_process853 .statement_box895 h2::after {
    height: 40px;
    right: 50%;
    bottom: -50px;
}.teaching_process853 .learn_way526::before,
    .teaching_process853 .learn_way526::after,
    .teaching_process853::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.teaching_process853 {
    padding: 100px 0 80px;
}.teaching_process853 .statement_box895 h2 {
    margin-bottom: 30px;
    padding: 20px 25px;
    font-size: calc(36px * 0.8);
}.teaching_process853 .statement_box895 p {
    font-size: calc(17px * 0.9);
    padding: 25px 30px;
}.teaching_process853 .statement_box895 h2::after {
    bottom: -40px;
    height: 30px;
}}.statistical_report761 {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(213,213,227) 0%, rgba(rgb(133,129,168,0.5), 0.15) 100%);
    overflow: hidden;
    position: relative;
}.statistical_report761::before {
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(172,172,203,0.5), 0.03) 0px,
        rgba(rgb(172,172,203,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    pointer-events: none;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.statistical_report761::after {
    top: -50%;
    width: 100%;
    height: 100%;
    right: -50%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(rgb(133,129,168,0.5), 0.1) 0%,
        transparent 70%
    );
    z-index: 0;
    content: "";
    transform: rotate(-15deg) scale(2);
}.statistical_report761 h3 {
    text-align: center;
    font-weight: 700;
    z-index: 2;
    font-size: 36px;
    position: relative;
    margin-bottom: 3rem;
    color: #000000;
}.statistical_report761 h3::after {
    content: "";
    width: 5rem;
    height: 3px;
    bottom: -0.8rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(172,172,203) 0%, rgb(133,129,168) 100%);
}.statistical_report761 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.statistical_report761 ul {
    display: grid;
    list-style: none;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    padding: 0;
}.statistical_report761 .expert_benefits347 {
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 2.5rem 1.5rem;
    position: relative;
    box-shadow: 0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease-out;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
}.statistical_report761 .expert_benefits347::before {
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(172,172,203,0.5), 0.08) 0%,
        rgba(rgb(133,129,168,0.5), 0.05) 100%
    );
}.statistical_report761 .expert_benefits347::after {
    height: 5px;
    content: "";
    top: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(172,172,203) 0%,
        rgb(133,129,168) 100%
    );
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
}.statistical_report761 .expert_benefits347:hover {
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.2);
    transform: translateY(-10px);
}.statistical_report761 .expert_benefits347:hover::after {
    transform: scaleX(1);
}.statistical_report761 .expert_benefits347 span {
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: calc(14px * 1.1);
    color: #000000;
    transition: transform 0.3s ease;
}.statistical_report761 .expert_benefits347:hover span {
    transform: translateY(-5px);
}.statistical_report761 .expert_benefits347 p {
    position: relative;
    justify-content: center;
    color: rgb(172,172,203);
    display: flex;
    margin: 0;
    align-items: center;
    font-size: calc(45px * 1.2);
    transition: all 0.4s ease;
    font-weight: 700;
}.statistical_report761 .expert_benefits347 p::before {
    position: absolute;
    height: calc(100% + 20px);
    transition: all 0.4s ease;
    opacity: 0;
    width: calc(100% + 20px);
    background: radial-gradient(
        circle at center,
        rgba(rgb(133,129,168,0.5), 0.1) 0%,
        transparent 70%
    );
    content: "";
    transform: scale(0.8);
    z-index: -1;
}.statistical_report761 .expert_benefits347:hover p {
    transform: scale(1.1);
    color: rgb(133,129,168);
}.statistical_report761 .expert_benefits347:hover p::before {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 991px) {.statistical_report761 {
    padding: 4rem 1.5rem;
}.statistical_report761 h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2.5rem;
}.statistical_report761 ul {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    gap: 1.5rem;
}.statistical_report761 .expert_benefits347 {
    padding: 2rem 1.2rem;
}.statistical_report761 .expert_benefits347 p {
    font-size: calc(45px * 1.1);
}
}

@media (max-width: 767px) {.statistical_report761 {
    padding: 3.5rem 1rem;
}.statistical_report761 h3 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
}.statistical_report761 ul {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
}.statistical_report761 .expert_benefits347 {
    padding: 1.8rem 1rem;
}.statistical_report761 .expert_benefits347 span {
    font-size: 14px;
}.statistical_report761 .expert_benefits347 p {
    font-size: 45px;
}
}

@media (max-width: 480px) {.statistical_report761 {
    padding: 3rem 0.8rem;
}.statistical_report761 h3 {
    margin-bottom: 1.8rem;
    font-size: calc(36px * 0.75);
}.statistical_report761 ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.statistical_report761 .expert_benefits347 {
    padding: 1.5rem 0.8rem;
}.statistical_report761 .expert_benefits347 span {
    font-size: calc(14px * 0.95);
}.statistical_report761 .expert_benefits347 p {
    font-size: calc(45px * 0.9);
}.statistical_report761 .expert_benefits347:hover {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion) {.statistical_report761 .expert_benefits347,
    .statistical_report761 .expert_benefits347 p,
    .statistical_report761 .expert_benefits347 span,
    .statistical_report761 .expert_benefits347::after,
    .statistical_report761 .expert_benefits347 p::before {
    transition: none;
}.statistical_report761 .expert_benefits347:hover {
    transform: none;
}.statistical_report761 .expert_benefits347:hover span {
    transform: none;
}.statistical_report761 .expert_benefits347:hover p {
    transform: none;
}}.follow487 {
    background: linear-gradient(135deg, rgb(172,172,203,0.5), rgb(133,129,168));
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.follow487::before {
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}.follow487::after {
    height: 200px;
    right: -50px;
    width: 200px;
    background: radial-gradient(circle, rgb(133,129,168,0.5), transparent 70%);
    animation: pulse 6s infinite alternate;
    z-index: 0;
    bottom: -50px;
    content: "";
    border-radius: 50%;
    position: absolute;
    filter: blur(30px);
}.follow487 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.follow487 .learn_way526 {
    gap: 25px;
    padding: 40px;
    display: grid;
    background: linear-gradient(
        160deg,
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.05)
    );
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
}.follow487 .learn_way526:hover {
    transform: perspective(1000px) rotateX(0deg);
}.follow487 h4 {
    max-width: 90%;
    margin: 0;
    position: relative;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-size: calc(21px * 1.1);
}.follow487 h4::after {
    background: linear-gradient(to right, rgb(133,129,168), transparent);
    position: absolute;
    height: 3px;
    bottom: -12px;
    width: 80px;
    left: 0;
    content: "";
}.follow487 .input_holder {
    width: 100%;
    position: relative;
    flex-direction: column;
    gap: 15px;
    display: flex;
}.follow487 .input_holder span {
    position: relative;
    flex: 1;
}.follow487 .input_holder input[type="email"] {
    font-size: 16px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 10px;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}.follow487 .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
}.follow487 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.follow487 .input_holder .sub_col345 {
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    background: linear-gradient(135deg, rgb(172,172,203), rgb(133,129,168));
    display: inline-flex;
    justify-content: center;
    border: none;
    padding: 0 30px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 19px;
}.follow487 .input_holder .sub_col345::before {
    transition: all 0.6s;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    content: "";
    left: -100%;
}.follow487 .input_holder .sub_col345:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}.follow487 .input_holder .sub_col345:hover::before {
    left: 100%;
}.follow487 .input_holder .sub_col345:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@media (min-width: 768px) {.follow487 .learn_way526 {
    gap: 40px;
    padding: 50px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.follow487 .input_holder {
    flex-direction: row;
}.follow487 h4 {
    font-size: 21px;
}.follow487 .input_holder input[type="email"] {
    border-radius: 10px 0 0 10px;
}.follow487 .input_holder .sub_col345 {
    border-radius: 0 10px 10px 0;
}
}

@media (min-width: 992px) {.follow487 {
    padding: 100px 0;
}.follow487 .learn_way526 {
    padding: 60px;
    gap: 60px;
}.follow487 h4 {
    font-size: calc(21px * 1.2);
}.follow487 .input_holder {
    max-width: 450px;
    margin-left: auto;
}
}

@media (max-width: 767px) {.follow487 {
    padding: 60px 0;
}.follow487 .learn_way526 {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.follow487 h4 {
    max-width: 100%;
    font-size: calc(18px * 1.2);
}.follow487 .input_holder .sub_col345 {
    width: 100%;
}
}

@media (hover: none) {.follow487 .learn_way526 {
    transform: none;
}.follow487 .learn_way526:hover {
    transform: none;
}}.learning_impact507 {
    background: linear-gradient(135deg, rgb(213,213,227) 0%, rgba(rgb(172,172,203,0.5), 0.05) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    margin: 40px 0;
}.learning_impact507::before {
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(172,172,203,0.5) 0%, transparent 70%),
        radial-gradient(circle at 90% 80%, rgb(133,129,168,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    opacity: 0.08;
    left: 0;
    content: '';
    height: 100%;
}.learning_impact507::after {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    opacity: 0.05;
    right: -50%;
    background: linear-gradient(45deg, transparent 45%, rgb(172,172,203,0.5) 100%);
    top: -50%;
    z-index: 0;
    content: '';
}.learning_impact507 .container {
    padding: 0 20px;
    gap: 40px;
    position: relative;
    z-index: 1;
    flex-direction: column;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}.learning_impact507 .img_icon048 {
    object-fit: cover;
    max-height: 400px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateY(-2deg);
}.learning_impact507 .img_icon048:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.learning_impact507 .learn_way526 {
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    padding: 30px;
    transform: translateY(-20px);
    position: relative;
    background: #ffffff;
}.learning_impact507 .learn_way526::before {
    width: 5px;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(172,172,203), rgb(133,129,168));
    top: 0;
    content: '';
}.learning_impact507 .statement_box895 {
    position: relative;
}.learning_impact507 h1 {
    position: relative;
    font-size: 36px;
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
}.learning_impact507 h1::after {
    transform-origin: left;
    background: rgb(172,172,203);
    position: absolute;
    content: '';
    height: 3px;
    left: 0;
    width: 80px;
    animation: expand 0.8s ease-out forwards;
    bottom: -10px;
}.learning_impact507 ul {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    gap: 20px;
}.learning_impact507 li {
    transition: transform 0.3s ease;
    position: relative;
    padding: 10px 0;
    transform: translateX(0);
}.learning_impact507 li:hover {
    transform: translateX(5px);
}.learning_impact507 li p {
    align-items: flex-start;
    font-size: 16px;
    display: flex;
    color: #000000;
    margin: 0;
    gap: 15px;
    line-height: 1.6;
}.learning_impact507 li svg {
    width: 24px;
    height: 24px;
    transform: scale(1);
    margin-top: 3px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}.learning_impact507 li:hover svg {
    transform: scale(1.15);
}.learning_impact507 svg path {
    fill: rgb(172,172,203);
    transition: fill 0.3s ease;
}.learning_impact507 li:hover svg path {
    fill: rgb(133,129,168);
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

@media (min-width: 768px) {.learning_impact507 .container {
    align-items: center;
    flex-direction: row;
}.learning_impact507 .img_icon048 {
    width: 45%;
    max-height: 500px;
    transform: perspective(1000px) rotateY(-5deg);
}.learning_impact507 .learn_way526 {
    transform: translateY(0);
    margin-left: -50px;
    width: 55%;
    z-index: 2;
}.learning_impact507 h1 {
    font-size: 41px;
}
}

@media (min-width: 992px) {.learning_impact507 {
    padding: 120px 0;
}.learning_impact507 .img_icon048 {
    transform: perspective(1200px) rotateY(-8deg);
}.learning_impact507 .learn_way526 {
    margin-left: -80px;
    padding: 40px 50px;
}.learning_impact507 ul {
    grid-template-columns: repeat(2, 1fr);
}.learning_impact507 h1::after {
    width: 100px;
}
    
    @keyframes expand {
        0% { width: 0; }
        100% { width: 100px; }
    }
}

@media (max-width: 767px) {.learning_impact507 {
    padding: 60px 0;
}.learning_impact507 .learn_way526 {
    padding: 25px 20px;
}.learning_impact507 h1 {
    font-size: calc(36px * 0.9);
    margin-bottom: 25px;
}.learning_impact507 ul {
    gap: 15px;
    grid-template-columns: 1fr;
}.learning_impact507 li p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.learning_impact507 {
    padding: 40px 0;
}.learning_impact507 .img_icon048 {
    max-height: 300px;
}.learning_impact507 .learn_way526 {
    padding: 20px 15px;
}.learning_impact507 h1 {
    font-size: calc(36px * 0.85);
    margin-bottom: 20px;
}.learning_impact507 li svg {
    height: 20px;
    width: 20px;
}}.secure_habitat329 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(213,213,227) 0%, rgba(var(--primary-color-rgb), 0.05) 100%);
    padding: 5rem 2rem;
}.secure_habitat329::before {
    width: 100%;
    position: absolute;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(var(--primary-color-rgb), 0.04) 0%, transparent 60%);
    left: 0;
    height: 100%;
    z-index: 0;
    content: "";
}.secure_habitat329::after {
    position: absolute;
    transform: rotate(-15deg);
    height: 180px;
    right: -50px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.1);
    z-index: 0;
    top: -50px;
    content: "";
    width: 180px;
}.secure_habitat329 .container {
    max-width: 1140px;
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.secure_habitat329 h1 {
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 39px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.secure_habitat329 h1::after {
    background: rgb(172,172,203);
    left: 0;
    position: absolute;
    transform: scaleX(1);
    content: "";
    height: 3px;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    width: 70px;
}.secure_habitat329 h2 {
    position: relative;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    font-size: 30px;
    color: #000000;
    padding-left: 18px;
}.secure_habitat329 h2::before {
    background: rgb(172,172,203);
    top: 10px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    content: "";
    height: 60%;
    width: 5px;
}.secure_habitat329 h3 {
    position: relative;
    margin: 2.5rem 0 1.25rem;
    font-size: calc(30px * 0.8);
    padding-left: 15px;
    font-weight: 600;
    color: #000000;
}.secure_habitat329 h3::before {
    height: 50%;
    background: rgb(133,129,168);
    position: absolute;
    width: 3px;
    top: 10px;
    left: 0;
    transform: translateY(-50%);
    content: "";
}.secure_habitat329 h4 {
    padding-left: 12px;
    color: #000000;
    position: relative;
    font-size: calc(30px * 0.7);
    margin: 2rem 0 1rem;
    font-weight: 600;
}.secure_habitat329 h4::before {
    height: 40%;
    transform: translateY(-50%);
    left: 0;
    top: 10px;
    width: 2px;
    position: absolute;
    content: "";
    background: rgba(var(--secondary-color-rgb), 0.7);
}.secure_habitat329 p {
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    max-width: 90%;
    font-size: 13px;
}.secure_habitat329 span {
    color: #000000;
    border-left: 1px solid rgba(var(--primary-color-rgb), 0.2);
    padding-left: 1rem;
    font-size: 13px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    display: block;
}.secure_habitat329 ul {
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.5rem;
    position: relative;
    list-style: none;
}.secure_habitat329 ul::before {
    position: absolute;
    background: linear-gradient(to bottom, 
        rgba(var(--primary-color-rgb), 0.1),
        rgba(var(--primary-color-rgb), 0.3),
        rgba(var(--primary-color-rgb), 0.1));
    width: 1px;
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
}.secure_habitat329 li {
    line-height: 1.7;
    transition: transform 0.3s ease;
    font-size: 13px;
    color: #000000;
    padding-left: 1.8rem;
    position: relative;
    margin-bottom: 1.2rem;
}.secure_habitat329 li::before {
    left: 0;
    transition: transform 0.3s ease;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    top: 10px;
    position: absolute;
    content: "";
    background: rgb(172,172,203);
}.secure_habitat329 li:hover {
    transform: translateX(5px);
}.secure_habitat329 li:hover::before {
    transform: translateY(-50%) rotate(225deg);
}.secure_habitat329 strong {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
}.secure_habitat329 strong::after {
    transform-origin: left;
    height: 1px;
    width: 100%;
    bottom: -2px;
    left: 0;
    transform: scaleX(0.7);
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(172,172,203,0.5);
}.secure_habitat329 strong:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.secure_habitat329 {
    padding: 4rem 1.5rem;
}.secure_habitat329 p {
    max-width: 100%;
}.secure_habitat329 h1 {
    font-size: calc(39px * 0.9);
}.secure_habitat329 h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 767px) {.secure_habitat329 {
    padding: 3rem 1rem;
}.secure_habitat329::after {
    top: -30px;
    width: 120px;
    right: -30px;
    height: 120px;
}.secure_habitat329 h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 2rem;
}.secure_habitat329 h1::after {
    width: 50px;
    bottom: -8px;
}.secure_habitat329 h2 {
    font-size: calc(30px * 0.8);
    padding-left: 15px;
    margin: 2.5rem 0 1.2rem;
}.secure_habitat329 h3 {
    padding-left: 12px;
    font-size: calc(30px * 0.7);
}.secure_habitat329 h4 {
    font-size: calc(30px * 0.6);
    padding-left: 10px;
}.secure_habitat329 ul {
    padding-left: 1rem;
}.secure_habitat329 li {
    padding-left: 1.5rem;
}
}

@media (max-width: 575px) {.secure_habitat329 {
    padding: 2.5rem 0.8rem;
}.secure_habitat329 h1 {
    font-size: calc(39px * 0.7);
}.secure_habitat329 h2 {
    padding-left: 12px;
    font-size: calc(30px * 0.7);
}.secure_habitat329 h3 {
    padding-left: 10px;
    font-size: calc(30px * 0.6);
}.secure_habitat329 h4 {
    padding-left: 8px;
    font-size: calc(30px * 0.55);
}.secure_habitat329 p, 
    .secure_habitat329 span, 
    .secure_habitat329 li {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.secure_habitat329 span {
    padding-left: 0.8rem;
}.secure_habitat329 ul {
    margin: 1.2rem 0 2rem;
}.secure_habitat329 li {
    margin-bottom: 1rem;
}}.connect_with_us980 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(213,213,227);
}.connect_with_us980::before {
    left: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(172,172,203,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(133,129,168,0.5) 0%, transparent 30%);
    background: rgb(213,213,227);
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
}.connect_with_us980::after {
    z-index: 1;
    position: absolute;
    width: 100%;
    animation: backgroundMove 30s infinite linear;
    height: 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    content: "";
    opacity: 0.2;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(172,172,203,0.5) 0, rgb(172,172,203,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(133,129,168,0.5) 0, rgb(133,129,168,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(172,172,203,0.5), transparent 70%),
        linear-gradient(180deg, rgb(133,129,168,0.5), transparent 70%);
    top: 0;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.connect_with_us980 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
}.connect_with_us980 h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    color: #000000;
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}.connect_with_us980 h2::before {
    width: 100px;
    bottom: -15px;
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(172,172,203);
    left: calc(50% - 50px);
    box-shadow: 
        0 0 5px rgb(172,172,203),
        0 0 10px rgb(172,172,203),
        0 0 15px rgb(172,172,203);
}.connect_with_us980 .request_widget315 {
    position: relative;
    border-radius: 12px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(172,172,203,0.5);
    display: flex;
    overflow: hidden;
}.connect_with_us980 .request_widget315::before {
    border: 1px solid rgb(172,172,203);
    border-radius: 12px;
    z-index: 3;
    content: "";
    pointer-events: none;
    opacity: 0.2;
    position: absolute;
    inset: 0;
}.connect_with_us980 .img_icon048 {
    min-height: 550px;
    overflow: hidden;
    flex: 0 0 45%;
    position: relative;
}.connect_with_us980 .img_icon048::before {
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    z-index: 1;
    content: "";
    position: absolute;
}.connect_with_us980 .img_icon048::after {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(172,172,203,0.5) 100%);
    inset: 0;
    content: "";
    position: absolute;
    z-index: 2;
    opacity: 0.7;
}.connect_with_us980 .request_map124 {
    position: relative;
    flex: 0 0 55%;
    padding: 60px;
    background: #ffffff;
}.connect_with_us980 .request_map124::before {
    z-index: 0;
    top: -100px;
    opacity: 0.3;
    content: "";
    height: 200px;
    filter: blur(100px);
    background: rgb(172,172,203,0.5);
    right: -100px;
    width: 200px;
    position: absolute;
}.connect_with_us980 .request_map124::after {
    width: 150px;
    position: absolute;
    background: rgb(133,129,168,0.5);
    bottom: -75px;
    opacity: 0.3;
    z-index: 0;
    left: -75px;
    filter: blur(80px);
    height: 150px;
    content: "";
}.connect_with_us980 form {
    z-index: 2;
    position: relative;
}.connect_with_us980 form h3 {
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #000000;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}.connect_with_us980 form h3::after {
    content: "";
    bottom: -15px;
    left: 0;
    height: 2px;
    width: 40px;
    box-shadow: 
        0 0 5px rgb(172,172,203,0.5),
        0 0 10px rgb(172,172,203,0.5);
    position: absolute;
    background: rgb(172,172,203);
}.connect_with_us980 form input[type="text"] {
    border-radius: 8px;
    width: 100%;
    border: 1px solid rgb(172,172,203,0.5);
    background: rgb(213,213,227);
    padding: 18px 25px;
    transition: all 0.3s ease;
    font-size: 12px;
    margin-bottom: 25px;
    color: #000000;
}.connect_with_us980 form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(172,172,203),
        0 0 5px rgb(172,172,203,0.5);
    border-color: rgb(172,172,203);
    outline: none;
}.connect_with_us980 form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.connect_with_us980 .support_info963 {
    margin-bottom: 35px;
    position: relative;
}.connect_with_us980 .support_info963 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_us980 .support_info963 label {
    line-height: 1.5;
    font-size: 15px;
    position: relative;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
}.connect_with_us980 .support_info963 label::before {
    left: 0;
    width: 22px;
    border: 1px solid rgb(172,172,203,0.5);
    top: 0;
    position: absolute;
    border-radius: 4px;
    content: "";
    transition: all 0.3s ease;
    height: 22px;
    background: rgb(213,213,227);
}.connect_with_us980 .support_info963 input[type="checkbox"]:checked + label::before {
    border-color: rgb(172,172,203);
    background: rgb(172,172,203);
    box-shadow: 0 0 5px rgb(172,172,203,0.5);
}.connect_with_us980 .support_info963 input[type="checkbox"]:checked + label::after {
    top: 4px;
    left: 8px;
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    content: "";
    border: solid #ffffff;
    height: 12px;
    border-width: 0 2px 2px 0;
}.connect_with_us980 .support_info963 label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(172,172,203);
    transition: all 0.3s ease;
    position: relative;
}.connect_with_us980 .support_info963 label a::after {
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    content: "";
    transform-origin: right;
    height: 1px;
    width: 100%;
    background: rgb(172,172,203);
    bottom: -1px;
    left: 0;
}.connect_with_us980 .support_info963 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.connect_with_us980 .connect_support472 {
    position: relative;
    color: #ffffff;
    width: 100%;
    padding: 18px 30px;
    box-shadow: 
        0 5px 15px rgb(172,172,203,0.5),
        0 0 0 1px rgb(172,172,203);
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-weight: 700;
    background: rgb(172,172,203);
    overflow: hidden;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
}.connect_with_us980 .connect_support472::before {
    z-index: -1;
    top: 0;
    transition: transform 0.5s ease;
    left: 0;
    height: 100%;
    content: "";
    transform-origin: right;
    position: absolute;
    transform: scaleX(0);
    background: rgb(133,129,168);
    width: 100%;
}.connect_with_us980 .connect_support472:hover {
    box-shadow: 
        0 5px 20px rgb(133,129,168,0.5),
        0 0 0 1px rgb(133,129,168);
}.connect_with_us980 .connect_support472:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.connect_with_us980 svg {
    filter: drop-shadow(0 0 2px rgb(172,172,203,0.5));
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
    fill: rgb(172,172,203);
}.connect_with_us980 svg path {
    fill: rgb(172,172,203);
    transition: all 0.3s ease;
}.connect_with_us980 svg:hover,
.connect_with_us980 svg:hover path {
    transform: translateY(-2px);
    filter: drop-shadow(0 0 3px rgb(133,129,168,0.5));
    fill: rgb(133,129,168);
}

@media (max-width: 1024px) {.connect_with_us980 {
    padding: 80px 0;
}.connect_with_us980 .img_icon048 {
    min-height: 500px;
}.connect_with_us980 .request_map124 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect_with_us980 {
    padding: 60px 0;
}.connect_with_us980 h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 40px;
}.connect_with_us980 .request_widget315 {
    flex-direction: column;
}.connect_with_us980 .img_icon048 {
    min-height: 300px;
    width: 100%;
}.connect_with_us980 .request_map124 {
    width: 100%;
    padding: 40px 30px;
}.connect_with_us980 form h3 {
    margin-bottom: 30px;
}.connect_with_us980 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect_with_us980 .support_info963 {
    margin-bottom: 25px;
}.connect_with_us980 .connect_support472 {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.connect_with_us980 {
    padding: 50px 0;
}.connect_with_us980 h2 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.7);
}.connect_with_us980 .img_icon048 {
    min-height: 200px;
}.connect_with_us980 .request_map124 {
    padding: 30px 20px;
}.connect_with_us980 form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.connect_with_us980 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect_with_us980 .support_info963 {
    margin-bottom: 20px;
}.connect_with_us980 .support_info963 label {
    font-size: calc(15px * 0.9);
}.connect_with_us980 .connect_support472 {
    padding: 12px 20px;
}
}