* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.viewport-container_N {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}header,footer {
    width: 100%;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 11px;
    height: 11px;
    scroll-behavior: auto;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-button {
    height: 10px;
    width: 7px;
    background: rgb(119,128,127,0.5);
    border-radius: 1px;
}::-webkit-scrollbar-track {
    margin: 3px 0;
    background: rgb(119,128,127,0.5);
    border: 1px ridge rgb(189,201,200);
    box-shadow: inset 0px -4px 2px -2px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb {
    background: rgb(119,128,127,0.5);
    box-shadow: 4px -3px 15px -2px rgba(0, 0, 0, 0.8);
    border-radius: 15%;
    animation: slide_scrollbar 2.2s ease-in 2;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(119,128,127);
}::-webkit-scrollbar-thumb:active {
    background: rgb(119,128,127);
    box-shadow: inset -1px -1px 8px 2px rgba(0, 0, 0, 0.8);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(119,128,127,0.5) rgb(119,128,127);
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    min-height: 100%;
}.compliance_s {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.top_main_T {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1227px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    -webkit-backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    background: rgb(154,166,165,0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    width: 100%;
    left: 0;
}header:before {
    left: 0;
    animation: shimmer 8s infinite linear;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    width: 100%;
    content: '';
    top: 0;
    pointer-events: none;
}header:after {
    content: '';
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(119,128,127) 0%,
        rgb(154,166,165) 50%,
        rgb(119,128,127) 100%
    );
    width: 100%;
    bottom: 0;
    height: 3px;
    filter: blur(1px);
    left: 0;
}header .header_main_N {
    position: relative;
    overflow: hidden;
}header .header_main_N:before {
    pointer-events: none;
    height: 100%;
    top: 0;
    position: absolute;
    mix-blend-mode: overlay;
    background: 
        radial-gradient(circle at 10% 20%, rgb(154,166,165,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(119,128,127,0.5) 0%, transparent 40%);
    opacity: 0.15;
    width: 100%;
    left: 0;
    content: '';
}header .container {
    position: relative;
    margin: 0 auto;
    padding: 16px 25px;
    max-width: 1200px;
}header .container:before {
    width: 100%;
    opacity: 0.5;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 1px;
    bottom: -1px;
    position: absolute;
    left: 0;
}header .head_nav_B {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .header_nav_W {
    display: flex;
    gap: 35px;
    position: relative;
    align-items: center;
}header .header_nav_W:before {
    opacity: 0;
    position: absolute;
    height: 35px;
    content: '';
    transition: all 0.4s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(-50%) scaleX(0.8);
    left: 0;
    top: 50%;
}header .header_nav_W:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .head_sitebar_J {
    padding: 5px 0;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
}header .head_sitebar_J:before {
    transform-origin: right;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    position: absolute;
    height: 1px;
    content: '';
    transform: scaleX(0);
}header .head_sitebar_J:after {
    content: '';
    height: 100%;
    z-index: -1;
    position: absolute;
    transition: all 0.3s ease;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(154,166,165,0.5),
        transparent
    );
    top: 0;
    opacity: 0;
    transform: scaleY(0);
    left: 0;
    width: 100%;
}header .head_sitebar_J:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .head_sitebar_J:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .head_sitebar_J:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .site_info_a {
    align-items: center;
    display: flex;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    padding: 5px;
}header .site_info_a:before {
    transition: opacity 0.5s ease;
    content: '';
    height: calc(100% + 20px);
    background: radial-gradient(
        circle,
        rgb(154,166,165,0.5) 0%,
        transparent 70%
    );
    width: calc(100% + 20px);
    left: -10px;
    top: -10px;
    z-index: -1;
    position: absolute;
    opacity: 0;
}header .site_info_a:after {
    border: 1px solid transparent;
    transition: all 0.3s ease;
    top: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(154,166,165),
        transparent
    ) 1;
    content: '';
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    left: 0;
}header .site_info_a:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}header .site_info_a:hover:after {
    opacity: 0.7;
}header .site_info_a svg {
    width: auto;
    filter: drop-shadow(0 0 3px rgb(154,166,165,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 45px;
}header .site_info_a:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(154,166,165));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .header_nav_W {
    gap: 20px;
}header .site_info_a svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header_nav_W {
    backdrop-filter: blur(15px);
    z-index: 1001;
    background: linear-gradient(
            135deg,
            rgb(154,166,165) 0%,
            rgb(154,166,165,0.5) 100%
        );
    top: 0;
    flex-direction: column;
    position: fixed;
    -webkit-backdrop-filter: blur(15px);
    right: -100%;
    padding: 80px 30px 30px;
    max-width: 320px;
    height: 100vh;
    background: rgb(154,166,165);
    gap: 20px;
    width: 80%;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
}header .header_nav_W:before {
    display: none;
}header .menu.active {
    right: 0;
}header .head_sitebar_J {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
}header .head_sitebar_J:last-child {
    border-bottom: none;
}header .site_info_a {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .site_info_a svg {
    height: 35px;
}}.contact_information_C {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.contact_information_C::before {
    height: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
}.contact_information_C::after {
    content: '';
    z-index: 2;
    animation: gradientShift 15s ease infinite;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(154,166,165,0.5) 0%, transparent 50%, rgb(119,128,127,0.5) 100%);
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact_information_C .container {
    z-index: 3;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}.contact_information_C .connect_panel_x {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 19px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}.contact_information_C .connect_panel_x::before {
    left: -50%;
    height: 200%;
    animation: rotate 30s linear infinite;
    background: radial-gradient(circle, rgb(154,166,165,0.5) 0%, transparent 30%);
    width: 200%;
    opacity: 0.1;
    content: '';
    pointer-events: none;
    top: -50%;
    position: absolute;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.contact_information_C .connect_reach_J {
    padding: 50px;
    flex: 1;
    background: linear-gradient(145deg, rgb(154,166,165,0.5) 0%, rgb(119,128,127,0.5) 100%);
    position: relative;
    overflow: hidden;
}.contact_information_C .connect_reach_J::after {
    right: 0;
    width: 100px;
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
}.contact_information_C .connect_reach_J h3 {
    font-weight: 700;
    font-size: 38px;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
    margin-bottom: 40px;
}.contact_information_C .connect_reach_J h3::after {
    height: 3px;
    content: '';
    border-radius: 10px;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 80px;
    position: absolute;
}.contact_information_C .connect_reach_J div {
    transition: transform 0.3s ease;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px;
    transform: translateX(0);
    display: flex;
}.contact_information_C .connect_reach_J div:hover {
    transform: translateX(10px);
}.contact_information_C .connect_reach_J div::before {
    border-radius: 10px;
    position: absolute;
    content: '';
    width: 5px;
    height: 0;
    transition: height 0.3s ease, top 0.3s ease;
    background: #ffffff;
    left: 0;
    top: 50%;
}.contact_information_C .connect_reach_J div:hover::before {
    top: 10%;
    height: 80%;
}.contact_information_C .connect_reach_J svg {
    margin-right: 15px;
    fill: #ffffff;
    width: 24px;
    height: 24px;
}.contact_information_C .connect_reach_J svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_information_C .connect_reach_J div:hover svg path {
    fill: rgb(119,128,127);
}.contact_information_C .connect_reach_J span {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
}.contact_information_C .connect_reach_J span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.contact_information_C .connect_reach_J span a:hover {
    color: rgb(119,128,127);
}.contact_information_C .connect_inquiry_M {
    overflow: hidden;
    flex: 1.2;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 50px;
}.contact_information_C .connect_inquiry_M::before {
    animation: pulse 4s ease-in-out infinite alternate;
    content: '';
    height: 200px;
    position: absolute;
    top: -100px;
    width: 200px;
    right: -100px;
    background: radial-gradient(circle, rgb(119,128,127,0.5) 0%, transparent 70%);
    border-radius: 50%;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.contact_information_C .connect_inquiry_M h3 {
    color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 38px;
    margin-bottom: 40px;
    font-weight: 600;
}.contact_information_C .connect_inquiry_M h3::after {
    height: 2px;
    bottom: -15px;
    position: absolute;
    content: '';
    background: rgb(119,128,127);
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    border-radius: 10px;
}.contact_information_C .connect_inquiry_M form {
    display: flex;
    flex-direction: column;
}.contact_information_C .connect_inquiry_M input[type="text"],
.contact_information_C .connect_inquiry_M input[type="email"] {
    backdrop-filter: blur(5px);
    border-radius: 19px;
    margin-bottom: 20px;
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 15px 20px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}.contact_information_C .connect_inquiry_M input[type="text"]:focus,
.contact_information_C .connect_inquiry_M input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(119,128,127,0.5);
    outline: none;
    border-color: rgb(119,128,127);
}.contact_information_C .connect_inquiry_M input[type="text"]::placeholder,
.contact_information_C .connect_inquiry_M input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.contact_information_C .connect_inquiry_M .reach_panel_y {
    margin-bottom: 25px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.contact_information_C .connect_inquiry_M .reach_panel_y input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_information_C .connect_inquiry_M .reach_panel_y label {
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    cursor: pointer;
    line-height: 1.5;
    color: #ffffff;
}.contact_information_C .connect_inquiry_M .reach_panel_y label::before {
    height: 18px;
    top: 2px;
    width: 18px;
    content: '';
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 10px;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.contact_information_C .connect_inquiry_M .reach_panel_y label::after {
    border-left: 2px solid #ffffff;
    position: absolute;
    content: '';
    border-bottom: 2px solid #ffffff;
    left: 5px;
    transition: all 0.2s ease;
    opacity: 0;
    width: 8px;
    height: 4px;
    top: 9px;
    transform: rotate(-45deg) scale(0);
}.contact_information_C .connect_inquiry_M .reach_panel_y input[type="checkbox"]:checked + label::before {
    background: rgb(119,128,127,0.5);
    border-color: rgb(119,128,127);
}.contact_information_C .connect_inquiry_M .reach_panel_y input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}.contact_information_C .connect_inquiry_M .reach_panel_y label a {
    color: rgb(119,128,127);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_information_C .connect_inquiry_M .reach_panel_y label a:hover {
    text-decoration: underline;
    color: #ffffff;
}.contact_information_C .connect_inquiry_M .inquiry_reach_N {
    background: linear-gradient(90deg, rgb(154,166,165) 0%, rgb(119,128,127) 100%);
    color: #ffffff;
    cursor: pointer;
    border: none;
    border-radius: 19px;
    transition: all 0.3s ease;
    font-weight: 600;
    z-index: 1;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 15px 30px;
    font-size: 18px;
}.contact_information_C .connect_inquiry_M .inquiry_reach_N::before {
    z-index: -1;
    left: -100%;
    content: '';
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    position: absolute;
    height: 100%;
    width: 100%;
}.contact_information_C .connect_inquiry_M .inquiry_reach_N:hover::before {
    left: 100%;
}.contact_information_C .connect_inquiry_M .inquiry_reach_N:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {.contact_information_C {
    padding: 80px 0;
}.contact_information_C .connect_panel_x {
    flex-direction: column;
}.contact_information_C .connect_reach_J,
    .contact_information_C .connect_inquiry_M {
    padding: 40px;
}.contact_information_C .connect_reach_J {
    text-align: center;
}.contact_information_C .connect_reach_J h3::after {
    left: 50%;
    transform: translateX(-50%);
}.contact_information_C .connect_reach_J div {
    padding-left: 0;
    justify-content: center;
}.contact_information_C .connect_reach_J div::before {
    display: none;
}
}

@media (max-width: 768px) {.contact_information_C {
    padding: 60px 0;
}.contact_information_C .connect_reach_J,
    .contact_information_C .connect_inquiry_M {
    padding: 30px;
}.contact_information_C .connect_reach_J h3,
    .contact_information_C .connect_inquiry_M h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.contact_information_C .connect_reach_J div {
    margin-bottom: 20px;
}.contact_information_C .connect_inquiry_M input[type="text"],
    .contact_information_C .connect_inquiry_M input[type="email"] {
    padding: 12px 15px;
}.contact_information_C .connect_inquiry_M .inquiry_reach_N {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.contact_information_C {
    padding: 40px 0;
}.contact_information_C .container {
    padding: 0 10px;
}.contact_information_C .connect_reach_J,
    .contact_information_C .connect_inquiry_M {
    padding: 20px;
}.contact_information_C .connect_reach_J h3,
    .contact_information_C .connect_inquiry_M h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 25px;
}.contact_information_C .connect_reach_J svg {
    height: 20px;
    width: 20px;
}.contact_information_C .connect_inquiry_M .reach_panel_y label {
    font-size: calc(13px * 0.9);
}.contact_information_C .connect_inquiry_M .inquiry_reach_N {
    width: 100%;
}}.future_members_a {
    position: relative;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}.future_members_a::before {
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(154,166,165,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(119,128,127,0.5) 0%, transparent 40%);
    opacity: 0.15;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
}.future_members_a::after {
    position: absolute;
    content: '';
    z-index: 2;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(154,166,165,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(119,128,127,0.5) 49%, transparent 51%);
    left: 0;
    background-size: 60px 60px;
    top: 0;
}.future_members_a .learn_lab_j {
    text-align: center;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 10;
    margin: 0 auto;
    position: relative;
}.future_members_a h3 {
    margin-bottom: 70px;
    font-weight: 700;
    padding: 0 20px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 38px;
}.future_members_a h3::before,
.future_members_a h3::after {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, rgb(154,166,165), rgb(119,128,127));
    top: 50%;
    content: '';
    position: absolute;
    transform: translateY(-50%);
}.future_members_a h3::before {
    left: -60px;
}.future_members_a h3::after {
    right: -60px;
}.future_members_a ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 40px;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}.future_members_a ul li {
    display: flex;
    z-index: 1;
    border-radius: 24px;
    padding: 40px 30px;
    min-width: 280px;
    gap: 20px;
    width: calc(33.333% - 27px);
    text-align: left;
    align-items: flex-start;
    position: relative;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ffffff;
    overflow: hidden;
}.future_members_a ul li::before {
    left: 0;
    position: absolute;
    opacity: 0;
    content: '';
    background: linear-gradient(90deg, rgb(154,166,165), rgb(119,128,127));
    height: 5px;
    width: 100%;
    top: 0;
    transition: opacity 0.4s ease;
}.future_members_a ul li::after {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -50px;
    width: 100px;
    background: rgb(154,166,165,0.5);
    border-radius: 50%;
    transition: all 0.6s ease;
    opacity: 0.1;
    height: 100px;
    left: -50px;
}.future_members_a ul li:hover {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-15px);
}.future_members_a ul li:hover::before {
    opacity: 1;
}.future_members_a ul li:hover::after {
    transform: scale(6);
    opacity: 0.05;
}.future_members_a ul li svg {
    transition: all 0.5s ease;
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}.future_members_a ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.future_members_a ul li svg path {
    fill: rgb(154,166,165);
    transition: fill 0.5s ease;
}.future_members_a ul li:hover svg path {
    fill: rgb(119,128,127);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.future_members_a ul li {
    opacity: 0;
    animation: slideInBottom 0.6s forwards;
}.future_members_a ul li:nth-child(1) {
    animation-delay: 0.1s;
}.future_members_a ul li:nth-child(2) {
    animation-delay: 0.25s;
}.future_members_a ul li:nth-child(3) {
    animation-delay: 0.4s;
}.future_members_a ul li:nth-child(4) {
    animation-delay: 0.55s;
}.future_members_a ul li:nth-child(5) {
    animation-delay: 0.7s;
}.future_members_a ul li:nth-child(6) {
    animation-delay: 0.85s;
}.future_members_a ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}.future_members_a ul li:nth-child(3n+2) {
    animation-delay: 0.25s, 3s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
}.future_members_a ul li:nth-child(3n+3) {
    animation-delay: 0.4s, 4s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
}

@media (max-width: 992px) {.future_members_a {
    padding: 90px 0;
}.future_members_a h3 {
    margin-bottom: 60px;
}.future_members_a h3::before,
    .future_members_a h3::after {
    width: 30px;
}.future_members_a h3::before {
    left: -40px;
}.future_members_a h3::after {
    right: -40px;
}.future_members_a ul {
    gap: 30px;
}.future_members_a ul li {
    width: calc(50% - 15px);
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.future_members_a ul li {
    width: 100%;
    max-width: 400px;
}.future_members_a ul li:nth-child(3n+1),
    .future_members_a ul li:nth-child(3n+2),
    .future_members_a ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.future_members_a {
    padding: 70px 0;
}.future_members_a h3 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.9);
}.future_members_a h3::before,
    .future_members_a h3::after {
    display: none;
}.future_members_a ul {
    gap: 25px;
}.future_members_a ul li {
    padding: 30px 20px;
}.future_members_a ul li svg {
    height: 40px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.future_members_a ul li {
    opacity: 1;
    animation: none;
}.future_members_a ul li:hover {
    transform: none;
}.future_members_a ul li:hover svg {
    transform: none;
}}.cookieDisclosurePanel_Q {
    background: #ffffff;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(154,166,165);
    transition: all 0.3s ease-in-out;
    position: fixed;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    bottom: 0;
    width: 100%;
    z-index: 1050;
    padding: 15px 20px;
}.user_dialog_n {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
}.accept_cookies_Y {
    margin-right: 15px;
    flex-shrink: 0;
}.accept_cookies_Y svg {
    fill: rgb(154,166,165);
    height: 50px;
    transition: fill 0.3s ease-in-out;
    width: 50px;
}.cookie_reset_H {
    margin-right: 15px;
    flex-grow: 1;
}.cookie_reset_H h5 {
    font-size: 18px;
    color: rgb(154,166,165);
    font-weight: 700;
    margin-bottom: 5px;
}.cookie_reset_H p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 0;
}.policy_opt_T {
    user-select: none;
    text-align: center;
    padding: 0.375rem 0.75rem;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: 10px;
    line-height: 1.5;
    white-space: nowrap;
    border-radius: 10px;
    vertical-align: middle;
    font-size: 17px;
    text-decoration: none;
}.cookie_button.cookie_data_I {
    background-color: rgb(154,166,165);
    border-color: rgb(154,166,165);
    color: #ffffff;
}#cookie_box_banner_v {
    display: none;
}#cookie_box_banner_v:checked ~ .cookieDisclosurePanel_Q {
    opacity: 0;
    visibility: hidden;
}.cookie_button.cookie_data_I:hover {
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.data_guard_w {
    border-color: rgb(119,128,127);
    color: #000000;
    background-color: rgb(119,128,127);
}.cookie_button.data_guard_w:hover {
    background-color: rgb(154,166,165);
    color: #ffffff;
    border-color: rgb(154,166,165);
}.cookieDisclosurePanel_Q p a {
    color: rgb(154,166,165);
    text-decoration: underline;
}.cookieDisclosurePanel_Q p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_reset_H h5 {
    font-size: calc(18px - 2px);
}.cookie_reset_H p {
    font-size: calc(12px - 2px);
}.policy_opt_T {
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.user_dialog_n {
    flex-direction: column;
    align-items: center;
}.accept_cookies_Y {
    margin-bottom: 10px;
}.cookie_reset_H {
    margin-bottom: 15px;
    text-align: center;
}.policy_opt_T {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.privacy_bastion_D {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 50px;
    width: 100%;
    overflow: hidden;
}.privacy_bastion_D h1 {
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 39px;
    color: rgb(154,166,165);
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid rgb(154,166,165);
}.privacy_bastion_D h2 {
    color: rgb(119,128,127);
    text-transform: uppercase;
    font-size: 34px;
    margin-top: 30px;
    border-left: 4px solid rgb(154,166,165);
    margin-bottom: 20px;
    text-align: left;
    padding-left: 10px;
    font-weight: 600;
}.privacy_bastion_D ul, .privacy_bastion_D ol {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_bastion_D ul li, .privacy_bastion_D ol li {
    padding-left: 20px;
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
}.privacy_bastion_D ul li::before, .privacy_bastion_D ol li::before {
    height: 6px;
    border-radius: 50%;
    content: '';
    width: 6px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background: rgb(154,166,165);
    left: 0;
}.privacy_bastion_D p, .privacy_bastion_D span, .privacy_bastion_D div {
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 15px;
}.privacy_bastion_D div.container {
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {.privacy_bastion_D {
    border-radius: 10px;
    padding: 30px;
}.privacy_bastion_D h1 {
    font-size: calc(23px - 5px);
}.privacy_bastion_D h2 {
    font-size: calc(23px - 5px);
}.privacy_bastion_D ul, .privacy_bastion_D ol {
    padding: 10px 0;
    margin: 10px 0;
}.privacy_bastion_D ul li, .privacy_bastion_D ol li {
    font-size: 15px;
    padding-left: 15px;
}}.our_mission_c {
    padding: 120px 0 140px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.our_mission_c::before {
    background: linear-gradient(135deg, rgba(12, 19, 35, 0.92), rgba(28, 35, 61, 0.85));
    right: 0;
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
}.our_mission_c::after {
    top: -10%;
    position: absolute;
    right: -10%;
    z-index: 0;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(154,166,165,0.5), rgb(119,128,127,0.5));
    filter: blur(70px);
    width: 80%;
    content: "";
    animation: floatGradient 15s ease-in-out infinite alternate;
    height: 70%;
}.our_mission_c .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.our_mission_c h2 {
    position: relative;
    transform: translateX(-10px);
    display: inline-block;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 45px;
}.our_mission_c h2::before {
    height: 60%;
    transform: translateY(-50%);
    content: "";
    left: -20px;
    position: absolute;
    background: rgb(119,128,127);
    top: 50%;
    width: 4px;
}.our_mission_c h2::after {
    height: 2px;
    background: linear-gradient(90deg, rgb(119,128,127), transparent);
    width: 100px;
    bottom: -12px;
    left: 0;
    content: "";
    position: absolute;
}.our_mission_c .text_header_W {
    transform: translateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    gap: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.our_mission_c .text_header_W:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.our_mission_c .text_header_W::before {
    z-index: -1;
    opacity: 0;
    content: "";
    top: -2px;
    right: -2px;
    filter: blur(8px);
    bottom: -2px;
    background: linear-gradient(45deg, transparent, rgb(119,128,127,0.5), transparent);
    position: absolute;
    left: -2px;
    transition: opacity 0.6s ease;
}.our_mission_c .text_header_W:hover::before {
    opacity: 1;
}.our_mission_c .text_header_W > div {
    position: relative;
}.our_mission_c .text_header_W p {
    letter-spacing: 1px;
    position: relative;
    font-size: calc(23px * 1.2);
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(119,128,127);
}.our_mission_c .text_header_W p::after {
    transition: width 0.3s ease;
    background: rgb(119,128,127);
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    width: 40px;
    bottom: -6px;
}.our_mission_c .text_header_W:hover p::after {
    width: 100%;
}.our_mission_c .text_header_W div > div {
    position: relative;
    opacity: 0.9;
    column-gap: 40px;
    font-size: 14px;
    line-height: 1.8;
    column-count: 1;
    text-align: justify;
    hyphens: auto;
}.our_mission_c .text_header_W div > div::first-letter {
    font-weight: 700;
    float: left;
    color: rgb(119,128,127);
    margin-right: 8px;
    font-size: 3.5em;
    line-height: 0.8;
}

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

@media (min-width: 768px) {.our_mission_c {
    padding: 150px 0 180px;
}.our_mission_c h2 {
    margin-bottom: 70px;
    font-size: calc(45px * 1.2);
}.our_mission_c .text_header_W {
    grid-template-columns: 1fr;
    padding: 60px;
}.our_mission_c .text_header_W div > div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_mission_c {
    padding: 180px 0 200px;
}.our_mission_c h2 {
    transform: translateX(-20px);
}.our_mission_c .text_header_W {
    padding: 70px;
}.our_mission_c .text_header_W div > div {
    column-count: 2;
}
}

@media (max-width: 767px) {.our_mission_c {
    padding: 80px 0 100px;
}.our_mission_c h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 1.1);
}.our_mission_c .text_header_W {
    padding: 30px;
}.our_mission_c .text_header_W p {
    font-size: 23px;
}.our_mission_c .text_header_W div > div::first-letter {
    font-size: 2.5em;
}
}

@media (max-width: 480px) {.our_mission_c {
    padding: 60px 0 80px;
}.our_mission_c .text_header_W {
    padding: 25px 20px;
}.our_mission_c h2 {
    margin-bottom: 30px;
    font-size: 31px;
}.our_mission_c .text_header_W div > div {
    line-height: 1.6;
    font-size: calc(14px - 1px);
}}.teacher_profile_Z {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom, #000000 0%, rgb(189,201,200) 100%);
    padding: 8rem 0;
}.teacher_profile_Z::before {
    position: absolute;
    filter: blur(60px);
    height: 100%;
    content: "";
    animation: ambientLight 20s ease-in-out infinite alternate;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(154,166,165,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(119,128,127,0.5) 0%, transparent 25%);
    top: 0;
    left: 0;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.teacher_profile_Z .container {
    perspective: 1000px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.teacher_profile_Z .review_spot_B {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 28px;
    transform-style: preserve-3d;
    background-color: rgba(255, 255, 255, 0.03);
    transform: rotateX(5deg) rotateY(-5deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(119,128,127,0.5),
        inset 0 0 30px rgb(154,166,165,0.5);
    position: relative;
    padding: 3rem;
    display: flex;
}.teacher_profile_Z .review_spot_B:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(119,128,127,0.5),
        inset 0 0 50px rgb(154,166,165,0.5);
    transform: rotateX(0) rotateY(0);
}.teacher_profile_Z .background_image_j {
    height: 180px;
    border: 3px solid #ffffff;
    left: 50%;
    transform: translateX(-50%) translateZ(30px);
    top: -90px;
    border-radius: 50%;
    width: 180px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(154,166,165,0.5);
}.teacher_profile_Z .review_spot_B:hover .background_image_j {
    transform: translateX(-50%) translateZ(50px);
}.teacher_profile_Z .name {
    transform: translateZ(20px);
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgb(154,166,165,0.5);
    margin-top: 100px;
}.teacher_profile_Z .review_spot_B span:not(.name) {
    width: 100%;
    color: rgb(119,128,127);
    text-align: center;
    transform: translateZ(15px);
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0.5rem;
}.teacher_profile_Z .experience_log_a {
    transform: translateZ(10px);
    transition: transform 0.3s ease;
    font-size: 18px;
    line-height: 1.7;
    padding: 2rem;
    width: 100%;
    border-radius: 10px;
    margin-top: 2rem;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    position: relative;
    border-left: 3px solid rgb(154,166,165);
}.teacher_profile_Z .experience_log_a::before {
    border-radius: 10px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(154,166,165,0.5) 0%, transparent 70%);
    opacity: 0.1;
    mix-blend-mode: overlay;
    width: 100%;
}.teacher_profile_Z .review_spot_B:hover .experience_log_a {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.teacher_profile_Z {
    padding: 7rem 0 5rem;
}.teacher_profile_Z .review_spot_B {
    padding: 2.5rem 2rem;
}.teacher_profile_Z .background_image_j {
    height: 150px;
    width: 150px;
    top: -75px;
}.teacher_profile_Z .name {
    margin-top: 80px;
}.teacher_profile_Z .experience_log_a {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.teacher_profile_Z {
    padding: 6rem 0 3rem;
}.teacher_profile_Z .container {
    padding: 0 1rem;
}.teacher_profile_Z .review_spot_B {
    transform: none;
    padding: 2rem 1.5rem;
}.teacher_profile_Z .background_image_j {
    height: 120px;
    width: 120px;
    top: -60px;
}.teacher_profile_Z .name {
    font-size: calc(28px - 2px);
    margin-top: 70px;
}.teacher_profile_Z .review_spot_B span:not(.name) {
    font-size: calc(17px - 1px);
}.teacher_profile_Z .experience_log_a {
    padding: 1.2rem;
    font-size: calc(18px - 1px);
    margin-top: 1.5rem;
}.teacher_profile_Z .review_spot_B:hover {
    transform: none;
}}.data_analysis_h {
    background: rgb(189,201,200);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}.data_analysis_h::before {
    left: 0;
    background: linear-gradient(135deg, rgb(154,166,165,0.5), rgb(119,128,127,0.5));
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.08;
    content: "";
    height: 100%;
}.data_analysis_h::after {
    width: 200px;
    top: -50px;
    background: rgb(154,166,165);
    content: "";
    height: 200px;
    transform: rotate(30deg);
    right: -50px;
    z-index: 0;
    position: absolute;
    opacity: 0.05;
}.data_analysis_h h3 {
    position: relative;
    transform: translateY(20px);
    z-index: 1;
    text-align: center;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 29px;
    color: #000000;
}.data_analysis_h .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.data_analysis_h ul {
    list-style: none;
    gap: 2rem;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 0;
    display: grid;
}.data_analysis_h .knowledge_upgrade_u {
    background: linear-gradient(145deg, #ffffff, rgba(255, 255, 255, 0.85));
    transform: translateY(30px);
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 
              0 1px 3px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              box-shadow 0.4s ease;
    position: relative;
    animation-delay: calc(0.15s * var(--i, 0));
    display: flex;
    opacity: 0;
    animation: fadeSlideUp 0.6s forwards;
    flex-direction: column;
}.data_analysis_h .knowledge_upgrade_u:nth-child(1) {
    --i: 1;
}.data_analysis_h .knowledge_upgrade_u:nth-child(2) {
    --i: 2;
}.data_analysis_h .knowledge_upgrade_u:nth-child(3) {
    --i: 3;
}.data_analysis_h .knowledge_upgrade_u:nth-child(4) {
    --i: 4;
}.data_analysis_h .knowledge_upgrade_u:nth-child(5) {
    --i: 5;
}.data_analysis_h .knowledge_upgrade_u:nth-child(6) {
    --i: 6;
}.data_analysis_h .knowledge_upgrade_u:nth-child(7) {
    --i: 7;
}.data_analysis_h .knowledge_upgrade_u::before {
    background: linear-gradient(to bottom, rgb(154,166,165), rgb(119,128,127));
    transition: height 0.5s ease;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 0;
    width: 4px;
}.data_analysis_h .knowledge_upgrade_u:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
              0 3px 10px rgba(0, 0, 0, 0.05);
}.data_analysis_h .knowledge_upgrade_u:hover::before {
    height: 100%;
}.data_analysis_h .knowledge_upgrade_u span {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    transition: transform 0.3s ease, padding-left 0.3s ease;
    position: relative;
    color: #000000;
    padding-left: 0.5rem;
}.data_analysis_h .knowledge_upgrade_u:hover span {
    color: rgb(154,166,165);
    padding-left: 0.75rem;
    transform: translateX(5px);
}.data_analysis_h .knowledge_upgrade_u p {
    margin: 0.5rem 0 0;
    position: relative;
    font-weight: 700;
    font-size: 2.5rem;
    color: rgb(154,166,165);
    display: inline-block;
}.data_analysis_h .knowledge_upgrade_u p::after {
    left: 0;
    background: rgb(119,128,127);
    position: absolute;
    width: 0;
    bottom: -4px;
    transition: width 0.4s ease;
    content: "";
    height: 2px;
}.data_analysis_h .knowledge_upgrade_u:hover p::after {
    width: 100%;
}

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

@media (max-width: 1200px) {.data_analysis_h ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.data_analysis_h .knowledge_upgrade_u p {
    font-size: 2.2rem;
}
}

@media (max-width: 768px) {.data_analysis_h {
    padding: 3rem 0;
}.data_analysis_h h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.data_analysis_h ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_analysis_h .knowledge_upgrade_u {
    padding: 1.25rem;
}.data_analysis_h .knowledge_upgrade_u p {
    font-size: 2rem;
}
}

@media (max-width: 576px) {.data_analysis_h {
    padding: 2.5rem 0;
}.data_analysis_h h3 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.8);
}.data_analysis_h ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.data_analysis_h .knowledge_upgrade_u {
    padding: 1rem;
}.data_analysis_h .knowledge_upgrade_u p {
    font-size: 1.8rem;
}.data_analysis_h .knowledge_upgrade_u span {
    font-size: 0.9rem;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    background: rgb(154,166,165);
    top: 0;
    opacity: 0.95;
    position: absolute;
    z-index: -2;
}footer::after {
    z-index: -1;
    right: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(119,128,127) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(119,128,127) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(119,128,127) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(119,128,127) 1px, transparent 1px);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.1;
    background-size: 50px 50px;
}.compliance_s {
    padding: 4rem 0 2rem;
    color: #ffffff;
    position: relative;
}.compliance_s::before {
    width: 100%;
    left: 0;
    background: rgb(119,128,127);
    height: 3px;
    position: absolute;
    top: 0;
    content: "";
}.compliance_s::after {
    background-image: 
        linear-gradient(90deg, 
            rgb(119,128,127) 0px, rgb(119,128,127) 10px,
            transparent 10px, transparent 15px,
            rgb(119,128,127) 15px, rgb(119,128,127) 30px,
            transparent 30px, transparent 35px,
            rgb(119,128,127) 35px, rgb(119,128,127) 40px,
            transparent 40px, transparent 60px,
            rgb(119,128,127) 60px, rgb(119,128,127) 70px,
            transparent 70px, transparent 80px,
            rgb(119,128,127) 80px, rgb(119,128,127) 90px,
            transparent 90px, transparent 110px,
            rgb(119,128,127) 110px, rgb(119,128,127) 120px,
            transparent 120px, transparent 140px
        );
    content: "";
    opacity: 0.5;
    background-repeat: repeat-x;
    height: 8px;
    width: 100%;
    position: absolute;
    top: 3px;
    left: 0;
}.compliance_s .container {
    position: relative;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}.compliance_s .company_holder {
    padding: 0;
    position: relative;
    flex: 1 1 400px;
    border-radius: 30px;
}.compliance_s .company_holder::before {
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(119,128,127) 25px, rgb(119,128,127) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(119,128,127) 25px, rgb(119,128,127) 26px, transparent 27px, transparent 49px);
    content: "";
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 50px 50px;
    height: 100%;
    border-radius: 30px;
    width: 100%;
}.compliance_s .company_holder h3 {
    border-top-right-radius: 30px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    border-top-left-radius: 30px;
    background: rgb(119,128,127);
    font-size: 31px;
    margin: 0;
    padding: 1.5rem 2rem;
}.compliance_s .company_holder h3::after {
    right: 15px;
    border-radius: 50%;
    width: 10px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    top: 50%;
    background: #ffffff;
    height: 10px;
}.compliance_s .podcast_cta_s {
    border-bottom-left-radius: 30px;
    color: #ffffff;
    position: relative;
    border-bottom-right-radius: 30px;
    line-height: 1.6;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
}.compliance_s .podcast_cta_s::before {
    left: -10px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.6;
    background: rgb(119,128,127);
    top: 2rem;
    content: "";
    width: 20px;
}.compliance_s .podcast_cta_s::after {
    bottom: 2rem;
    height: 20px;
    border-radius: 50%;
    background: rgb(119,128,127);
    right: -10px;
    width: 20px;
    content: "";
    position: absolute;
    opacity: 0.6;
}.compliance_s .forum_link_L {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.compliance_s .main_pagebar_w {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.compliance_s .header_nav_W {
    position: relative;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 30px;
    min-width: 200px;
}.compliance_s .header_nav_W::before {
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    border-radius: 30px;
    z-index: -1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    bottom: 0;
    top: 0;
}.compliance_s .header_nav_W h5 {
    font-weight: 600;
    margin: 0;
    background: rgb(119,128,127);
    align-items: center;
    position: relative;
    display: flex;
    color: #ffffff;
    font-size: 19px;
    padding: 1rem 1.5rem;
}.compliance_s .header_nav_W h5::before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
}.compliance_s .header_nav_W h5::after {
    width: 6px;
    right: 15px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    position: absolute;
}.compliance_s .header_nav_W .main_pagebar_w {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    flex-direction: column;
    gap: 2px;
}.compliance_s .header_nav_W .main_pagebar_w a {
    padding: 0.8rem 1rem 0.8rem 2rem;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    display: block;
    font-size: 15px;
    transition: all 0.3s ease;
}.compliance_s .header_nav_W .main_pagebar_w a::before {
    transform: translateY(-50%);
    border-radius: 50%;
    content: "";
    top: 50%;
    background: rgb(119,128,127);
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0.7rem;
    transition: all 0.3s ease;
}.compliance_s .header_nav_W .main_pagebar_w a:hover {
    background: rgba(255, 255, 255, 0.1);
}.compliance_s .header_nav_W .main_pagebar_w a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.intern_opp_B {
    background: rgb(119,128,127);
    padding: 2rem 0;
    margin-top: 2.5rem;
    position: relative;
}.intern_opp_B::before {
    left: 0;
    content: "";
    position: absolute;
    height: 5px;
    background-repeat: repeat-x;
    width: 100%;
    top: -5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(154,166,165) 20px, rgb(154,166,165) 40px,
            transparent 40px, transparent 60px,
            rgb(154,166,165) 60px, rgb(154,166,165) 80px,
            transparent 80px, transparent 100px,
            rgb(154,166,165) 100px, rgb(154,166,165) 120px
        );
}.intern_opp_B .container {
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
}.intern_opp_B .container::before,
.intern_opp_B .container::after {
    top: 50%;
    border-radius: 50%;
    width: 15px;
    background: rgb(154,166,165);
    content: "";
    transform: translateY(-50%);
    height: 15px;
    position: absolute;
}.intern_opp_B .container::before {
    left: 15%;
}.intern_opp_B .container::after {
    right: 15%;
}.intern_opp_B .search_foot_j {
    font-size: 15px;
    background: rgb(154,166,165);
    padding: 0.5rem 2rem;
    text-align: center;
    position: relative;
    color: #ffffff;
    display: inline-block;
    border-radius: 30px;
}.intern_opp_B .search_foot_j::before,
.intern_opp_B .search_foot_j::after {
    content: "";
    transform: translateY(-50%);
    background: rgb(154,166,165);
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
}.intern_opp_B .search_foot_j::before {
    margin-right: 15px;
    right: 100%;
}.intern_opp_B .search_foot_j::after {
    margin-left: 15px;
    left: 100%;
}

@media (max-width: 1200px) {.compliance_s .container {
    gap: 2rem;
}.compliance_s .company_holder {
    flex: 1 1 350px;
}.compliance_s .forum_link_L {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.compliance_s .main_pagebar_w {
    gap: 2rem;
}.intern_opp_B .container::before {
    left: 5%;
}.intern_opp_B .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.compliance_s {
    padding: 3.5rem 0 1.5rem;
}.compliance_s .container {
    flex-direction: column;
    gap: 2.5rem;
}.compliance_s .company_holder,
    .compliance_s .forum_link_L {
    flex: 1 1 100%;
    min-width: 100%;
}.compliance_s .header_nav_W {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.intern_opp_B .container::before,
    .intern_opp_B .container::after {
    display: none;
}
}

@media (max-width: 768px) {.compliance_s {
    padding: 3rem 0 1rem;
}.compliance_s .main_pagebar_w {
    gap: 1.5rem;
}.compliance_s .company_holder h3 {
    font-size: calc(31px - 2px);
    padding: 1.2rem 1.5rem;
}.compliance_s .podcast_cta_s {
    padding: 1.5rem;
}.compliance_s .podcast_cta_s::before,
    .compliance_s .podcast_cta_s::after {
    display: none;
}.intern_opp_B {
    margin-top: 2rem;
}.intern_opp_B .search_foot_j::before,
    .intern_opp_B .search_foot_j::after {
    width: 30px;
}
}

@media (max-width: 576px) {.compliance_s {
    padding: 2.5rem 0 0.8rem;
}.compliance_s .header_nav_W {
    min-width: 100%;
    flex: 1 1 100%;
}.compliance_s .main_pagebar_w {
    gap: 1rem;
}.compliance_s .header_nav_W .main_pagebar_w a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.compliance_s .header_nav_W .main_pagebar_w a::before {
    left: 0.6rem;
}.intern_opp_B {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.intern_opp_B .search_foot_j::before,
    .intern_opp_B .search_foot_j::after {
    display: none;
}
}

@media (max-width: 420px) {.compliance_s::after {
    background-size: 100px 5px;
    height: 5px;
}.compliance_s .company_holder h3::after,
    .compliance_s .header_nav_W h5::before,
    .compliance_s .header_nav_W h5::after {
    display: none;
}.compliance_s .header_nav_W h5 {
    padding: 0.8rem 1rem;
}.compliance_s .header_nav_W .main_pagebar_w {
    padding: 1rem;
}.intern_opp_B .search_foot_j {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.gratBox_B {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(189,201,200) 0%, rgba(rgb(154,166,165,0.5), 0.05) 100%);
}.gratBox_B::before {
    right: -5%;
    opacity: 0.2;
    z-index: 0;
    content: "";
    background: linear-gradient(225deg, rgb(119,128,127) 0%, rgba(rgb(119,128,127,0.5), 0.2) 100%);
    height: 80%;
    top: -15%;
    filter: blur(60px);
    position: absolute;
    transform: rotate(-15deg) skew(5deg);
    animation: float 18s ease-in-out infinite alternate;
    width: 40%;
}.gratBox_B::after {
    left: -5%;
    filter: blur(50px);
    width: 35%;
    transform: rotate(15deg) skew(-5deg);
    animation: float 15s ease-in-out infinite alternate-reverse;
    z-index: 0;
    height: 70%;
    position: absolute;
    opacity: 0.15;
    bottom: -10%;
    background: linear-gradient(45deg, rgb(154,166,165) 0%, rgba(rgb(154,166,165,0.5), 0.1) 100%);
    content: "";
}.gratBox_B .container {
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1140px;
}.gratBox_B .learn_lab_j {
    grid-template-rows: auto auto;
    transform: translateY(20px);
    position: relative;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    display: grid;
    padding: clamp(2rem, 5vw, 3.5rem);
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    gap: calc(18px * 1.5);
    opacity: 0;
}.gratBox_B .learn_lab_j::before {
    background: linear-gradient(180deg, rgb(154,166,165) 0%, rgb(119,128,127) 100%);
    transform-origin: top;
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 5px;
    transform: scaleY(0);
}.gratBox_B h5 {
    margin: 0;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    overflow: hidden;
    padding-bottom: 0.75rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
}.gratBox_B h5::after {
    bottom: 0;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    height: 3px;
    position: absolute;
    background: rgb(119,128,127);
    transform: translateX(-100%);
    width: 80px;
    left: 0;
    content: "";
}.gratBox_B a {
    display: block;
    position: relative;
    transition: transform 0.4s ease-out;
    overflow: hidden;
    text-decoration: none;
}.gratBox_B a:hover {
    transform: translateY(-5px);
}.gratBox_B a::before {
    transform: scale(0);
    width: 80px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    content: "";
    right: -20px;
    border-radius: 50% 0 50% 0;
    opacity: 0;
    height: 80px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(119,128,127,0.5), 0.1) 50%);
    bottom: -20px;
}.gratBox_B a:hover::before {
    opacity: 1;
    transform: scale(1);
}.gratBox_B p {
    font-family: Arial, sans-serif;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    font-size: 18px;
    color: #000000;
    transform: translateY(10px);
    line-height: 1.7;
    position: relative;
    margin: 0;
    opacity: 0;
}

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

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

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.gratBox_B {
    padding: 8rem 0;
}.gratBox_B .learn_lab_j {
    padding: clamp(2.5rem, 6vw, 4rem);
    gap: calc(18px * 2);
    border-radius: 10px;
}.gratBox_B h5 {
    padding-bottom: 1rem;
    font-size: calc(22px * 1.1);
}.gratBox_B h5::after {
    width: 120px;
    height: 4px;
}
}

@media screen and (min-width: 992px) {.gratBox_B {
    padding: 10rem 0;
}.gratBox_B .learn_lab_j {
    padding: clamp(3rem, 7vw, 5rem);
    grid-template-columns: 1fr 1fr;
    gap: calc(18px * 3);
}.gratBox_B h5 {
    font-size: calc(22px * 1.2);
    padding-bottom: 0;
}.gratBox_B h5::after {
    bottom: -0.75rem;
}.gratBox_B p {
    font-size: calc(18px * 1.05);
}
}

@media screen and (max-width: 767px) {.gratBox_B {
    padding: 4rem 0;
}.gratBox_B .learn_lab_j {
    padding: 1.75rem;
}.gratBox_B h5 {
    font-size: calc(22px * 0.9);
}.gratBox_B p {
    font-size: calc(18px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.gratBox_B::before,
    .gratBox_B::after {
    animation: none;
}.gratBox_B .learn_lab_j,
    .gratBox_B h5::after,
    .gratBox_B p {
    animation-duration: 0.1s;
}.gratBox_B a:hover {
    transform: none;
}}.homepage_G {
    height: 100vh;
    background-color: rgb(154,166,165);
    position: relative;
    width: 100%;
    overflow: hidden;
}.homepage_G::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
    background: linear-gradient(0deg, #000000 0%, transparent 50%);
    content: "";
    z-index: 2;
}.homepage_G .learn_lab_j {
    justify-content: center;
    display: flex;
    align-items: flex-end;
    z-index: 3;
    width: 100%;
    position: relative;
    height: 100%;
}.homepage_G .page_open_y {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}.homepage_G .page_open_y::after {
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: 
        linear-gradient(90deg, #000000 0%, transparent 20%),
        linear-gradient(270deg, #000000 0%, transparent 20%);
    pointer-events: none;
}.homepage_G .edu_first_O {
    perspective: 1000px;
    display: flex;
    animation: cube-carousel 20s ease-in-out infinite;
    transform-style: preserve-3d;
    height: 100%;
}.homepage_G .study_tools_n {
    flex: 0 0 100%;
    height: 100%;
    transform: rotateY(0deg);
    position: relative;
    transform-origin: center center;
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    backface-visibility: hidden;
}.homepage_G .study_tools_n:nth-child(2) {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotateY(90deg);
    left: 0;
}.homepage_G .study_tools_n:nth-child(3) {
    height: 100%;
    position: absolute;
    left: 0;
    transform: rotateY(180deg);
    top: 0;
    width: 100%;
}.homepage_G .study_tools_n:nth-child(4) {
    width: 100%;
    transform: rotateY(270deg);
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}.homepage_G .study_tools_n::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.8;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, #000000 100%);
}.homepage_G .study_tools_n img {
    object-fit: cover;
    width: 100%;
    filter: saturate(0.8) brightness(0.9);
    height: 100%;
}.homepage_G .text_header_W {
    text-align: center;
    padding: 2rem 3rem;
    position: relative;
    width: 100%;
    z-index: 4;
    max-width: 1000px;
    margin-bottom: 5rem;
}.homepage_G .text_header_W::before {
    content: "";
    z-index: -1;
    position: absolute;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgb(154,166,165);
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}.homepage_G .text_header_W h1 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    position: relative;
    font-size: 48px;
    display: inline-block;
    color: #ffffff;
}.homepage_G .text_header_W h1::after {
    bottom: -10px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 60%;
    background-color: rgb(154,166,165);
}.homepage_G .text_header_W p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    opacity: 0.9;
    margin: 1.5rem auto;
}.homepage_G .text_header_W .inquiry_reach_N {
    padding: 1rem 2.5rem;
    background-color: rgb(154,166,165);
    z-index: 1;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    border: 1px solid rgb(154,166,165);
    position: relative;
    margin-top: 1rem;
    overflow: hidden;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
}.homepage_G .text_header_W .inquiry_reach_N::before {
    transform: scaleX(0);
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    transition: transform 0.5s ease-out;
    z-index: -1;
    transform-origin: 0 50%;
    background-color: rgb(119,128,127);
}.homepage_G .text_header_W .inquiry_reach_N:hover {
    border-color: rgb(119,128,127);
}.homepage_G .text_header_W .inquiry_reach_N:hover::before {
    transform: scaleX(1);
}@keyframes cube-carousel {
    0%, 20% {
        transform: rotateY(0deg);
    }
    25%, 45% {
        transform: rotateY(-90deg);
    }
    50%, 70% {
        transform: rotateY(-180deg);
    }
    75%, 95% {
        transform: rotateY(-270deg);
    }
    100% {
        transform: rotateY(-360deg);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.homepage_G .text_header_W h1 {
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
}.homepage_G .text_header_W p {
    animation: fade-in-up 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 0.5s;
}.homepage_G .text_header_W .inquiry_reach_N {
    animation: fade-in-up 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 0.8s;
}

@media (max-width: 992px) {.homepage_G .text_header_W {
    margin-bottom: 4rem;
    padding: 2rem;
}.homepage_G .text_header_W h1 {
    font-size: calc(48px * 0.85);
}.homepage_G .text_header_W p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 768px) {.homepage_G .text_header_W {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.homepage_G .text_header_W h1 {
    font-size: calc(48px * 0.7);
}.homepage_G .text_header_W h1::after {
    bottom: -8px;
}.homepage_G .text_header_W p {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
    margin: 1.2rem auto;
}.homepage_G .text_header_W .inquiry_reach_N {
    padding: 0.8rem 2rem;
}
    
    @keyframes cube-carousel {
        0%, 20% {
            transform: rotateY(0deg);
        }
        25%, 45% {
            transform: rotateY(-90deg);
        }
        50%, 70% {
            transform: rotateY(-180deg);
        }
        75%, 95% {
            transform: rotateY(-270deg);
        }
        100% {
            transform: rotateY(-360deg);
        }
    }
}

@media (max-width: 576px) {.homepage_G {
    height: 90vh;
}.homepage_G .text_header_W {
    margin-bottom: 2rem;
    padding: 1.2rem;
}.homepage_G .text_header_W h1 {
    font-size: calc(48px * 0.6);
}.homepage_G .text_header_W h1::after {
    bottom: -6px;
}.homepage_G .text_header_W p {
    margin: 1rem auto;
    font-size: calc(18px * 0.85);
    line-height: 1.4;
}.homepage_G .text_header_W .inquiry_reach_N {
    margin-top: 0.5rem;
    padding: 0.7rem 1.5rem;
    font-size: calc(17px * 0.9);
}}.course_highlights_u {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(189,201,200) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 80px 0;
}.course_highlights_u::before {
    height: 100%;
    content: "";
    animation: backgroundPulse 15s infinite alternate;
    opacity: 0.6;
    position: absolute;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(154,166,165,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(119,128,127,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(154,166,165,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(119,128,127,0.5) 4%, transparent 8%);
    z-index: 1;
    left: 0;
    width: 100%;
}.course_highlights_u::after {
    z-index: 0;
    height: 200%;
    width: 200%;
    animation: gradientRotate 20s infinite linear;
    background: linear-gradient(45deg, rgb(154,166,165,0.5) 0%, transparent 70%);
    top: -50%;
    opacity: 0.2;
    left: -50%;
    transform: rotate(45deg);
    position: absolute;
    content: "";
}.course_highlights_u .container {
    position: relative;
    z-index: 5;
}.course_highlights_u .learn_lab_j {
    transition: all 0.5s ease;
    border-radius: 11px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(154,166,165,0.5);
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    align-items: center;
    display: flex;
}.course_highlights_u .learn_lab_j::before {
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(154,166,165,0.5) 0%, transparent 100%);
    opacity: 0.1;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
}.course_highlights_u .training_A {
    z-index: 2;
    padding: 40px 50px;
    flex: 1 1 55%;
    position: relative;
}.course_highlights_u .header_mentor_a {
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.6s ease;
    display: inline-block;
    transform: perspective(1000px) rotateY(0deg);
}.course_highlights_u .header_mentor_a:hover {
    transform: perspective(1000px) rotateY(10deg);
}.course_highlights_u .header_mentor_a svg {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
}.course_highlights_u .header_mentor_a svg path {
    transition: fill 0.3s ease;
    fill: rgb(154,166,165);
}.course_highlights_u .header_mentor_a:hover svg path {
    fill: rgb(119,128,127);
}.course_highlights_u .training_A h3 {
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    transform-style: preserve-3d;
}.course_highlights_u .training_A h3::after {
    background: linear-gradient(90deg, rgb(154,166,165) 0%, rgb(119,128,127) 100%);
    content: "";
    bottom: -12px;
    border-radius: 10px;
    transform: translateZ(-5px);
    height: 3px;
    left: 0;
    width: 80px;
    filter: blur(1px);
    position: absolute;
}.course_highlights_u .training_A p {
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    font-size: 15px;
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
}.course_highlights_u .background_image_j {
    perspective: 1000px;
    min-height: 450px;
    flex: 1 1 45%;
    transform-style: preserve-3d;
    position: relative;
    transition: all 0.5s ease;
}.course_highlights_u .background_image_j::before {
    animation: overlayPulse 8s infinite alternate;
    background: linear-gradient(45deg, rgb(154,166,165,0.5) 0%, transparent 70%);
    left: 0;
    mix-blend-mode: overlay;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
}.course_highlights_u .background_image_j::after {
    content: "";
    bottom: 20px;
    z-index: 2;
    left: 20px;
    position: absolute;
    box-shadow: 0 0 30px rgb(154,166,165,0.5);
    opacity: 0.2;
    border: 1px solid #ffffff;
    right: 20px;
    transform: translateZ(20px);
    top: 20px;
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes gradientRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (hover: hover) {.course_highlights_u .learn_lab_j:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(154,166,165);
    transform: translateY(-5px);
}.course_highlights_u .background_image_j:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}

@media screen and (max-width: 992px) {.course_highlights_u {
    padding: 60px 0;
}.course_highlights_u .training_A {
    padding: 30px 40px;
}.course_highlights_u .background_image_j {
    min-height: 380px;
}.course_highlights_u .header_mentor_a svg {
    width: 100px;
}.course_highlights_u .training_A h3 {
    font-size: calc(35px * 0.9);
}
}

@media screen and (max-width: 768px) {.course_highlights_u {
    padding: 50px 0;
}.course_highlights_u .learn_lab_j {
    flex-direction: column-reverse;
}.course_highlights_u .training_A {
    flex: 1 1 100%;
    padding: 30px 25px;
}.course_highlights_u .background_image_j {
    width: 100%;
    min-height: 300px;
    flex: 1 1 100%;
}.course_highlights_u .training_A h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 20px;
}.course_highlights_u .training_A p {
    margin-bottom: 20px;
}.course_highlights_u .header_mentor_a {
    margin-bottom: 15px;
}.course_highlights_u .header_mentor_a svg {
    width: 90px;
}.course_highlights_u .training_A h3::after {
    width: 60px;
    bottom: -10px;
    height: 2px;
}
}

@media screen and (max-width: 480px) {.course_highlights_u {
    padding: 40px 0;
}.course_highlights_u .background_image_j {
    min-height: 250px;
}.course_highlights_u .training_A {
    padding: 25px 20px;
}.course_highlights_u .training_A h3 {
    font-size: calc(24px * 1.2);
}.course_highlights_u .header_mentor_a svg {
    width: 80px;
}}.user_comments_s {
    overflow: hidden;
    position: relative;
    background: rgb(189,201,200);
    padding: 100px 0;
}.user_comments_s::before {
    filter: blur(100px);
    z-index: 1;
    right: -400px;
    border-radius: 50%;
    position: absolute;
    background: rgb(154,166,165,0.5);
    opacity: 0.2;
    width: 800px;
    height: 800px;
    content: "";
    top: -400px;
}.user_comments_s::after {
    content: "";
    background: rgb(119,128,127,0.5);
    left: -300px;
    position: absolute;
    height: 600px;
    opacity: 0.2;
    width: 600px;
    bottom: -300px;
    border-radius: 50%;
    z-index: 1;
    filter: blur(80px);
}.user_comments_s .learn_lab_j {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.user_comments_s h4 {
    font-weight: 700;
    margin-bottom: 60px;
    color: #000000;
    font-size: 31px;
    line-height: 1.2;
    position: relative;
}.user_comments_s h4::after {
    border-radius: 64% 36% 43% 57% / 40% 51% 49% 60%;
    height: 60px;
    z-index: -1;
    position: absolute;
    top: -20px;
    background: rgb(154,166,165,0.5);
    width: 60px;
    left: -30px;
    content: "";
}.user_comments_s .alumni_reviews_v {
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.user_comments_s .alumni_reviews_v::before {
    width: 80%;
    z-index: 1;
    height: 1px;
    content: "";
    top: 50%;
    background: linear-gradient(to right, transparent, rgb(154,166,165,0.5), transparent);
    left: 10%;
    position: absolute;
}.user_comments_s .alumni_reviews_v::after {
    position: absolute;
    content: "";
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(119,128,127,0.5), transparent);
    left: 50%;
    top: 10%;
    z-index: 1;
    width: 1px;
}.user_comments_s .review_spot_B {
    padding: 40px;
    flex-direction: column;
    border-radius: 63% 37% 54% 46% / 55% 52% 48% 45%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    z-index: 2;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 320px;
}.user_comments_s .review_spot_B:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 37% 63% 46% 54% / 48% 45% 55% 52%;
}.user_comments_s .review_spot_B::before {
    content: "";
    border-radius: inherit;
    z-index: -1;
    position: absolute;
    inset: 5px;
    background: #ffffff;
}.user_comments_s .review_spot_B::after {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0.7;
    z-index: -2;
    background: linear-gradient(135deg, rgb(154,166,165,0.5), rgb(119,128,127,0.5));
    content: "";
}.user_comments_s .review_spot_B:nth-child(2n) {
    transform: translateY(20px);
    border-radius: 28% 72% 50% 50% / 44% 55% 45% 56%;
}.user_comments_s .review_spot_B:nth-child(2n):hover {
    border-radius: 72% 28% 50% 50% / 55% 44% 56% 45%;
    transform: translateY(10px);
}.user_comments_s .review_spot_B:nth-child(3n) {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: translateY(-20px);
}.user_comments_s .review_spot_B:nth-child(3n):hover {
    transform: translateY(-30px);
    border-radius: 50% 50% 67% 33% / 27% 55% 45% 73%;
}.user_comments_s .background_image_j {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    height: 80px;
    animation: morphing 10s infinite alternate ease-in-out;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 80px;
}@keyframes morphing {
    0% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
    25% {
        border-radius: 35% 65% 35% 65% / 65% 35% 65% 35%;
    }
    50% {
        border-radius: 55% 45% 75% 25% / 25% 75% 25% 75%;
    }
    75% {
        border-radius: 25% 75% 45% 55% / 75% 25% 75% 25%;
    }
    100% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
}

.user_comments_s .review_spot_B:hover .background_image_j {
    transform: scale(1.1);
}.user_comments_s .review_spot_B span {
    display: block;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
}.user_comments_s .review_spot_B span::after {
    bottom: -8px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    background: rgb(154,166,165);
    width: 30px;
    transform: translateX(-50%);
}.user_comments_s .review_spot_B p {
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
}

@media (max-width: 767px) {.user_comments_s {
    padding: 70px 0;
}.user_comments_s h4 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.8);
    text-align: center;
}.user_comments_s h4::after {
    top: -15px;
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
    left: 50%;
}.user_comments_s .alumni_reviews_v {
    grid-template-columns: 1fr;
    gap: 50px;
}.user_comments_s .alumni_reviews_v::before,
    .user_comments_s .alumni_reviews_v::after {
    display: none;
}.user_comments_s .review_spot_B,
    .user_comments_s .review_spot_B:nth-child(2n),
    .user_comments_s .review_spot_B:nth-child(3n) {
    transform: none;
    min-height: 280px;
    padding: 30px;
}.user_comments_s .review_spot_B:hover,
    .user_comments_s .review_spot_B:nth-child(2n):hover,
    .user_comments_s .review_spot_B:nth-child(3n):hover {
    transform: translateY(-10px);
}.user_comments_s .background_image_j {
    height: 70px;
    width: 70px;
}.user_comments_s .review_spot_B span {
    font-size: calc(16px * 0.9);
}.user_comments_s .review_spot_B p {
    font-size: calc(16px * 0.9);
}}.tariff_option_S {
    position: relative;
    padding: 120px 0 140px;
    color: #ffffff;
    overflow: hidden;
}.tariff_option_S::before {
    top: 0;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
}.tariff_option_S .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
}.tariff_option_S .trial_offers_o {
    position: relative;
}.tariff_option_S .trial_offers_o::before {
    width: 200px;
    right: -80px;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    height: 200px;
    opacity: 0.4;
    position: absolute;
    top: -80px;
    background: linear-gradient(225deg, rgb(154,166,165,0.5), transparent);
    content: "";
}.tariff_option_S h2 {
    display: inline-block;
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    color: transparent;
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    margin-bottom: 20px;
    position: relative;
    font-size: 37px;
    background-clip: text !important;
}.tariff_option_S h2::after {
    background: rgb(154,166,165);
    height: 3px;
    bottom: -8px;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    transform: scaleX(1);
    left: 0;
    transform-origin: left;
    position: absolute;
}.tariff_option_S h2:hover::after {
    transform: scaleX(1.2);
}.tariff_option_S .qtr_cost_h {
    opacity: 0.9;
    margin-bottom: 50px;
    max-width: 700px;
    font-weight: 300;
    line-height: 1.6;
    font-size: calc(15px + 2px);
}.tariff_option_S .group_rates_y {
    display: grid;
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.tariff_option_S .group_rates_y li {
    height: 100%;
    perspective: 1000px;
}.tariff_option_S .training_fees_U {
    position: relative;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    min-height: 400px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.08);
}.tariff_option_S .training_fees_U:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
}.tariff_option_S .training_fees_U::before {
    position: absolute;
    height: 100%;
    pointer-events: none;
    transition: transform 0.8s ease;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    left: 0;
    width: 100%;
    top: 0;
    transform: translateX(-100%);
    content: "";
}.tariff_option_S .training_fees_U:hover::before {
    transform: translateX(100%);
}.tariff_option_S .training_fees_U::after {
    position: absolute;
    content: "";
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 10px;
    box-shadow: 0 0 20px 5px rgb(154,166,165,0.5);
    left: -5px;
    background: rgb(154,166,165);
    width: 10px;
    top: -5px;
    opacity: 0.8;
    border-radius: 50%;
}.tariff_option_S .training_fees_U:hover::after {
    transform: scale(1.5);
}.tariff_option_S .pricing_rates_n {
    display: flex;
    position: relative;
    height: 100%;
    padding: 35px 25px;
    flex-direction: column;
    overflow: hidden;
}.tariff_option_S .package_price_L {
    z-index: 2;
    position: relative;
}.tariff_option_S .training_fees_U h4 {
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}.tariff_option_S .training_fees_U:hover h4 {
    transform: translateX(5px);
}.tariff_option_S .training_fees_U h4::after {
    background: rgb(154,166,165);
    bottom: 0;
    height: 2px;
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    content: "";
}.tariff_option_S .training_fees_U:hover h4::after {
    width: 60px;
}.tariff_option_S .training_fees_U p {
    font-size: 15px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    line-height: 1.7;
    max-height: 200px;
    overflow-y: auto;
}.tariff_option_S .training_fees_U p::-webkit-scrollbar {
    width: 4px;
}.tariff_option_S .training_fees_U p::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}.tariff_option_S .training_fees_U p::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.tariff_option_S .monthly_plan_W {
    display: inline-block;
    font-size: calc(19px + 4px);
    color: #ffffff;
    overflow: hidden;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 25px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(154,166,165), rgb(119,128,127));
}.tariff_option_S .training_fees_U:hover .monthly_plan_W {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.tariff_option_S .monthly_plan_W::before {
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: skewX(-20deg) translateX(-100%);
    position: absolute;
    height: 100%;
    transition: transform 0.6s ease;
}.tariff_option_S .training_fees_U:hover .monthly_plan_W::before {
    transform: skewX(-20deg) translateX(100%);
}

@media (max-width: 991px) {.tariff_option_S {
    padding: 80px 0 100px;
}.tariff_option_S .group_rates_y {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.tariff_option_S .training_fees_U {
    min-height: 450px;
}.tariff_option_S .pricing_rates_n {
    padding: 25px 20px;
}.tariff_option_S h2 {
    font-size: calc(37px - 4px);
}.tariff_option_S .qtr_cost_h {
    font-size: 15px;
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.tariff_option_S {
    padding: 60px 0 80px;
}.tariff_option_S .group_rates_y {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff_option_S .training_fees_U {
    min-height: auto;
}.tariff_option_S h2 {
    font-size: calc(37px - 8px);
}.tariff_option_S .qtr_cost_h {
    font-size: calc(15px - 1px);
    margin-bottom: 30px;
}.tariff_option_S .training_fees_U p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.tariff_option_S {
    padding: 50px 0 70px;
}.tariff_option_S .pricing_rates_n {
    padding: 20px 15px;
}.tariff_option_S h2 {
    font-size: calc(37px - 10px);
}.tariff_option_S .monthly_plan_W {
    font-size: 19px;
    padding: 8px 20px;
}.tariff_option_S .training_fees_U h4 {
    font-size: calc(19px - 2px);
    margin-bottom: 15px;
}
}