﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.diploma_cta_2 {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1199px;
}html,body {
    height: 100%;
    auto
contain
touch-action: none;
    auto
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.viewport-container_3 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 13px;
    height: 12px;
    background: #ffffff;
    padding: 3px;
}::-webkit-scrollbar-track {
    background: rgb(173,140,194);
}::-webkit-scrollbar-thumb {
    background: rgb(204,174,218);
    border-radius: 13%;
    transition: box-shadow, transform 1.4s ease-out;
    animation: slide_scrollbar 3.4s ease-out infinite;
    box-shadow: 1px -2px 14px 3px rgba(0, 0, 0, 0.8);
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.95);
    background: rgb(229,214,237);
    box-shadow: inset 1px -5px 14px 8px rgba(0, 0, 0, 0.6);
}* {
    scrollbar-color: rgb(204,174,218,0.5) rgb(229,214,237);
    scrollbar-width: auto;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}}

.nav_pro_8 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.company_info_2 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(229,214,237);
}.company_info_2::before {
    width: 100%;
    content: "";
    opacity: 0.6;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(204,174,218,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(173,140,194,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
}.company_info_2 .container {
    position: relative;
    z-index: 1;
}.company_info_2 .skill_training_8 {
    position: relative;
}.company_info_2 h3 {
    position: relative;
    transform: translateX(-50%);
    font-weight: 700;
    color: #000000;
    font-size: 29px;
    margin-bottom: 50px;
    left: 50%;
    text-align: center;
    display: inline-block;
}.company_info_2 h3::after {
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(204,174,218);
    content: "";
    width: 60px;
    height: 3px;
}.company_info_2 .learning_track_4 {
    position: relative;
    flex-direction: column;
    display: flex;
    margin-bottom: 70px;
}.company_info_2 .learning_track_4 span {
    margin-bottom: 20px;
    color: rgb(204,174,218);
    display: block;
    font-size: 24px;
    font-weight: 600;
}.company_info_2 .learning_track_4 p {
    width: 60%;
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
    margin-bottom: 30px;
}.company_info_2 .learning_track_4 .img_display_3 {
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
    width: 35%;
    box-shadow: -15px 15px 0 rgb(204,174,218,0.5);
    top: 0;
    right: 0;
    position: absolute;
}.company_info_2 .learning_track_4 .img_display_3:hover {
    transform: translate(5px, -5px);
    box-shadow: -20px 20px 0 rgb(204,174,218,0.5);
}.company_info_2 .learn_online_1 {
    position: relative;
    flex-direction: column;
    display: flex;
    margin-top: 50px;
}.company_info_2 .learn_online_1 p {
    line-height: 1.7;
    margin-left: auto;
    color: #000000;
    font-size: 13px;
    margin-bottom: 30px;
    width: 60%;
}.company_info_2 .learn_online_1 .learn_classes_3 {
    left: 0;
    height: 100%;
    position: absolute;
    width: 35%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 10px;
    top: 0;
    box-shadow: 15px 15px 0 rgb(173,140,194,0.5);
}.company_info_2 .learn_online_1 .learn_classes_3:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(173,140,194,0.5);
}.company_info_2 .skill_training_8::before {
    position: absolute;
    border: 2px dashed rgb(204,174,218,0.5);
    z-index: -1;
    width: 200px;
    top: -100px;
    animation: rotate 30s infinite linear;
    left: -100px;
    content: "";
    border-radius: 50%;
    height: 200px;
}.company_info_2 .skill_training_8::after {
    right: -75px;
    border-radius: 50%;
    width: 150px;
    position: absolute;
    content: "";
    animation: rotate 20s infinite linear reverse;
    bottom: -75px;
    border: 2px dashed rgb(173,140,194,0.5);
    height: 150px;
    z-index: -1;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company_info_2 .learning_track_4::after {
    left: 0;
    content: "";
    position: absolute;
    height: 1px;
    width: 50%;
    background: linear-gradient(to right, rgb(204,174,218,0.5), transparent);
    bottom: -35px;
}.company_info_2 .learning_track_4 svg {
    left: -45px;
    width: 30px;
    top: 10px;
    position: absolute;
    height: 30px;
    color: rgb(204,174,218);
    opacity: 0.7;
}.company_info_2 .learning_track_4 svg path {
    fill: rgb(204,174,218);
}.company_info_2 .learn_online_1 svg {
    right: -45px;
    position: absolute;
    top: 10px;
    opacity: 0.7;
    width: 30px;
    height: 30px;
    color: rgb(173,140,194);
}.company_info_2 .learn_online_1 svg path {
    fill: rgb(173,140,194);
}.company_info_2 .container::before {
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(45deg, rgb(229,214,237) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(229,214,237) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(229,214,237) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(229,214,237) 75%);
    opacity: 0.05;
}

@media screen and (max-width: 1024px) {.company_info_2 {
    padding: 80px 0;
}.company_info_2 h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.company_info_2 .learning_track_4 p,
    .company_info_2 .learn_online_1 p {
    width: 55%;
}.company_info_2 .learning_track_4 .img_display_3,
    .company_info_2 .learn_online_1 .learn_classes_3 {
    width: 40%;
}
}

@media screen and (max-width: 768px) {.company_info_2 {
    padding: 60px 0;
}.company_info_2 h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 35px;
}.company_info_2 .learning_track_4 {
    margin-bottom: 50px;
}.company_info_2 .learning_track_4 p,
    .company_info_2 .learn_online_1 p {
    margin-bottom: 230px;
    width: 100%;
}.company_info_2 .learning_track_4 .img_display_3,
    .company_info_2 .learn_online_1 .learn_classes_3 {
    left: auto;
    height: 200px;
    right: auto;
    margin-bottom: 20px;
    width: 100%;
    top: auto;
    position: relative;
}.company_info_2 .learning_track_4 .img_display_3 {
    margin-top: -230px;
}.company_info_2 .learn_online_1 .learn_classes_3 {
    order: -1;
    margin-bottom: 20px;
}.company_info_2 .learn_online_1 {
    display: flex;
    flex-direction: column;
}.company_info_2 .learning_track_4 svg,
    .company_info_2 .learn_online_1 svg {
    display: block;
    margin-bottom: 10px;
    position: static;
}
}

@media screen and (max-width: 480px) {.company_info_2 {
    padding: 40px 0;
}.company_info_2 h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 30px;
}.company_info_2 h3::after {
    bottom: -10px;
    width: 40px;
}.company_info_2 .learning_track_4 {
    margin-bottom: 40px;
}.company_info_2 .learning_track_4 p,
    .company_info_2 .learn_online_1 p {
    margin-bottom: 180px;
    font-size: calc(13px * 0.9);
}.company_info_2 .learning_track_4 .img_display_3,
    .company_info_2 .learn_online_1 .learn_classes_3 {
    height: 160px;
}.company_info_2 .learning_track_4 .img_display_3 {
    margin-top: -180px;
    box-shadow: -8px 8px 0 rgb(204,174,218,0.5);
}.company_info_2 .learn_online_1 .learn_classes_3 {
    box-shadow: 8px 8px 0 rgb(173,140,194,0.5);
}.company_info_2 .learning_track_4 .img_display_3:hover {
    transform: translate(3px, -3px);
    box-shadow: -10px 10px 0 rgb(204,174,218,0.5);
}.company_info_2 .learn_online_1 .learn_classes_3:hover {
    box-shadow: 10px 10px 0 rgb(173,140,194,0.5);
    transform: translate(-3px, -3px);
}.company_info_2 .learning_track_4 span {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.company_info_2 .skill_training_8::before,
    .company_info_2 .skill_training_8::after {
    width: 100px;
    height: 100px;
}}.price_list_1 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.price_list_1::before {
    right: 0;
    content: "";
    z-index: 1;
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
}.price_list_1 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.price_list_1 .learning_cost_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}.price_list_1 h2 {
    animation: float 6s ease-in-out infinite;
    transform: translateY(0);
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 29px;
    color: #ffffff;
}.price_list_1 h2::after {
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(90deg, rgb(204,174,218), rgb(173,140,194));
    width: 80px;
    left: 50%;
    content: "";
    position: absolute;
    height: 3px;
}.price_list_1 .training_sub_6 {
    line-height: 1.6;
    margin: 0 auto 50px;
    font-size: 12px;
    color: rgb(255, 255, 255, 0.5);
    max-width: 800px;
    text-align: center;
}.price_list_1 .pricing_catalog_6 {
    padding: 0;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    width: 100%;
    list-style: none;
}.price_list_1 .pricing_catalog_6 li {
    perspective: 1000px;
}.price_list_1 .member_plans_8 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-sizing: border-box;
    text-decoration: none;
    transform-style: preserve-3d;
    height: 100%;
    display: block;
}.price_list_1 .member_plans_8:hover {
    transform: translateY(-10px) rotateY(2deg);
}.price_list_1 .class_rates_1 {
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    height: 100%;
    backdrop-filter: blur(5px);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    padding: 35px 30px;
    border-radius: 8px;
    box-sizing: border-box;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    display: flex;
}.price_list_1 .class_rates_1::before {
    transform: scaleX(0.5);
    height: 5px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(204,174,218), rgb(173,140,194));
    position: absolute;
    left: 0;
    transform-origin: left;
    top: 0;
    transition: transform 0.4s ease;
}.price_list_1 .member_plans_8:hover .class_rates_1::before {
    transform: scaleX(1);
}.price_list_1 .pricing_tiers_6 {
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
}.price_list_1 .member_plans_8 h4 {
    color: #ffffff;
    margin: 0 0 20px;
    font-size: calc(22px * 1.2);
    position: relative;
    font-weight: 700;
}.price_list_1 .member_plans_8 h4::after {
    left: 0;
    background-color: rgb(204,174,218);
    width: 40px;
    content: "";
    bottom: -10px;
    position: absolute;
    height: 2px;
}.price_list_1 .member_plans_8 p {
    word-wrap: break-word;
    line-height: 1.6;
    margin: 0 0 25px;
    flex-grow: 1;
    overflow-wrap: break-word;
    font-size: 12px;
    white-space: normal;
    color: rgb(255, 255, 255, 0.5);
}.price_list_1 .program_price_7 {
    background: linear-gradient(135deg, rgb(204,174,218,0.5) 0%, rgb(173,140,194,0.5) 100%);
    font-weight: 700;
    padding: 10px 20px;
    transform: translateZ(10px);
    border-radius: 6px;
    display: inline-block;
    font-size: calc(22px * 1.4);
    align-self: flex-start;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}.price_list_1 .member_plans_8:hover .program_price_7 {
    transform: translateZ(15px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

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

@media (max-width: 1200px) {.price_list_1 {
    padding: 100px 0;
}.price_list_1 .pricing_catalog_6 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.price_list_1 {
    padding: 80px 0;
}.price_list_1 .pricing_catalog_6 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.price_list_1 h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.price_list_1 {
    padding: 60px 0;
}.price_list_1 .pricing_catalog_6 {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price_list_1 .training_sub_6 {
    margin-bottom: 40px;
}.price_list_1 h2 {
    font-size: calc(29px * 0.8);
}.price_list_1 .class_rates_1 {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.price_list_1 {
    padding: 50px 0;
}.price_list_1 h2 {
    font-size: calc(29px * 0.7);
}.price_list_1 .training_sub_6 {
    font-size: calc(12px * 0.9);
    margin-bottom: 30px;
}.price_list_1 .class_rates_1 {
    padding: 25px 20px;
}.price_list_1 .member_plans_8 h4 {
    font-size: calc(22px * 1.1);
}.price_list_1 .member_plans_8 p {
    font-size: calc(12px * 0.9);
}.price_list_1 .program_price_7 {
    font-size: calc(22px * 1.2);
    padding: 8px 16px;
}}.contact_3 {
    position: relative;
    background: linear-gradient(160deg, rgb(229,214,237) 0%, rgb(204,174,218,0.5) 100%);
    overflow: hidden;
    padding: 90px 0;
}.contact_3::before {
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.03;
    background: repeating-linear-gradient(
        -45deg,
        rgb(204,174,218,0.5),
        rgb(204,174,218,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    width: 100%;
    left: 0;
}.contact_3 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.contact_3 h2 {
    font-weight: 700;
    font-size: 48px;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    text-align: center;
}.contact_3 .contact_feedback_3 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-radius: 25px;
    background: #ffffff;
    max-width: 800px;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    flex-direction: column;
}.contact_3 .img_display_3 {
    position: relative;
    height: 200px;
    width: 100%;
}.contact_3 .message_support_1 {
    position: relative;
    width: 100%;
    padding: 50px;
}.contact_3 form {
    width: 100%;
}.contact_3 form h3 {
    position: relative;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin-bottom: 30px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}.contact_3 form h3::after {
    border-radius: 1.5px;
    content: "";
    background: rgb(204,174,218);
    width: 100%;
    left: 0;
    position: absolute;
    height: 3px;
    bottom: -10px;
}.contact_3 form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 2px solid transparent;
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    background: rgb(229,214,237);
}.contact_3 form input[type="text"]:focus {
    outline: none;
    border-color: rgb(204,174,218);
}.contact_3 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_3 .inquiry_reach_8 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_3 .inquiry_reach_8 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_3 .inquiry_reach_8 label {
    cursor: pointer;
    font-size: 14px;
    padding-left: 35px;
    line-height: 1.6;
    color: #000000;
    position: relative;
}.contact_3 .inquiry_reach_8 label::before {
    left: 0;
    border-radius: 10px;
    top: 2px;
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    content: "";
    background: rgb(229,214,237);
    position: absolute;
}.contact_3 .inquiry_reach_8 input[type="checkbox"]:checked + label::before {
    background: rgb(204,174,218);
}.contact_3 .inquiry_reach_8 input[type="checkbox"]:checked + label::after {
    height: 12px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    content: "";
    width: 6px;
}.contact_3 .inquiry_reach_8 label a {
    transition: all 0.3s ease;
    color: rgb(204,174,218);
    text-decoration: none;
}.contact_3 .inquiry_reach_8 label a:hover {
    text-decoration: underline;
}.contact_3 form .support_block_9 {
    color: #ffffff;
    overflow: hidden;
    background: rgb(204,174,218);
    padding: 16px 20px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    font-size: 16px;
    border: none;
    width: 100%;
}.contact_3 form .support_block_9:hover {
    background: rgb(173,140,194);
}.contact_3 svg {
    width: 20px;
    height: 20px;
    fill: rgb(204,174,218);
}.contact_3 svg path {
    transition: fill 0.3s ease;
    fill: rgb(204,174,218);
}

@media screen and (min-width: 768px) {.contact_3 .contact_feedback_3 {
    max-width: 1000px;
    flex-direction: row;
}.contact_3 .img_display_3 {
    height: auto;
    width: 40%;
    min-height: 400px;
}.contact_3 .message_support_1 {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_3 .img_display_3 {
    width: 50%;
}.contact_3 .message_support_1 {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.contact_3 .contact_feedback_3 {
    max-width: 1100px;
}.contact_3 .img_display_3 {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_3 {
    padding: 60px 0;
}.contact_3 h2 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.7);
}.contact_3 .message_support_1 {
    padding: 30px 20px;
}.contact_3 form h3 {
    font-size: calc(20px * 0.9);
}}.title_greeting_2 {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    position: relative;
    min-height: 600px;
}.title_greeting_2::before {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(204,174,218,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(173,140,194,0.5) 0%, transparent 25%),
        linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    height: 100%;
    content: "";
    top: 0;
}.title_greeting_2 .skill_training_8 {
    position: relative;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
}.title_greeting_2 .skill_trackfast_1 {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    height: 100%;
    left: 0;
}.title_greeting_2 .learning_open_4 {
    animation: carouselSlide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: fit-content;
    height: 100%;
    display: flex;
}.title_greeting_2 .course_page_3 {
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 100vw;
}.title_greeting_2 .course_page_3::before {
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    background: linear-gradient(
        135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.6) 60%,
        #000000 100%
    );
}.title_greeting_2 .course_page_3 img {
    transition: transform 8s ease-in-out;
    object-fit: cover;
    transform: scale(1.05);
    filter: brightness(0.8) contrast(1.1) saturate(1.2);
    animation: zoomEffect 10s infinite alternate;
    width: 100%;
    height: 100%;
}.title_greeting_2 .text_frame_item_0 {
    backdrop-filter: blur(8px);
    transform: translateY(0);
    margin-left: 10%;
    max-width: 600px;
    animation: textAppear 1s ease-out forwards;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.05),
                0 0 20px rgba(rgb(204,174,218), 0.2);
    border-radius: 10px;
    opacity: 1;
    border-left: 4px solid rgb(204,174,218);
    padding: 3rem;
    z-index: 3;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
}.title_greeting_2 .text_frame_item_0::before {
    content: "";
    right: -2px;
    z-index: -1;
    opacity: 0.3;
    top: -2px;
    left: -2px;
    animation: borderGlow 4s infinite alternate;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(204,174,218), rgb(173,140,194));
    position: absolute;
    border-radius: calc(10px + 2px);
}.title_greeting_2 .text_frame_item_0 h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
    font-size: 42px;
    color: #ffffff;
}.title_greeting_2 .text_frame_item_0 h1::after {
    left: 0;
    height: 3px;
    content: "";
    width: 60px;
    background: linear-gradient(to right, rgb(204,174,218), transparent);
    bottom: -0.5rem;
    position: absolute;
}.title_greeting_2 .text_frame_item_0 p {
    margin-bottom: 2rem;
    line-height: 1.7;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.3px;
}.title_greeting_2 .text_frame_item_0 .support_block_9 {
    font-size: 20px;
    overflow: hidden;
    letter-spacing: 0.5px;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    padding: 1rem 2.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    text-decoration: none;
    background: linear-gradient(
        90deg,
        rgb(204,174,218) 0%,
        rgb(173,140,194) 100%
    );
    display: inline-block;
    font-weight: 600;
}.title_greeting_2 .text_frame_item_0 .support_block_9::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    transition: all 0.6s ease;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    animation: buttonShine 3s infinite;
    top: 0;
}.title_greeting_2 .text_frame_item_0 .support_block_9:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    background: linear-gradient(
        90deg,
        rgb(173,140,194) 0%,
        rgb(204,174,218) 100%
    );
}

@keyframes carouselSlide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoomEffect {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes textAppear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes buttonShine {
    0% {
        left: -100%;
    }
    40% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.title_greeting_2 .text_frame_item_0 {
    margin-left: 8%;
    padding: 2.5rem;
    max-width: 500px;
}
}

@media screen and (max-width: 992px) {.title_greeting_2 {
    height: 90vh;
}.title_greeting_2 .text_frame_item_0 {
    max-width: 450px;
    margin-left: 5%;
    padding: 2rem;
}.title_greeting_2 .text_frame_item_0 h1 {
    font-size: calc(42px * 0.9);
}
}

@media screen and (max-width: 768px) {.title_greeting_2 {
    height: auto;
    min-height: unset;
}.title_greeting_2 .skill_training_8 {
    justify-content: center;
    padding: 4rem 0;
    flex-direction: column;
}.title_greeting_2 .course_page_3 {
    height: 100vh;
}.title_greeting_2 .text_frame_item_0 {
    margin: 0 auto;
    max-width: 90%;
    padding: 2rem;
    backdrop-filter: blur(10px);
}.title_greeting_2 .text_frame_item_0 h1 {
    font-size: calc(42px * 0.8);
}.title_greeting_2 .text_frame_item_0 p {
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 576px) {.title_greeting_2 .text_frame_item_0 {
    padding: 1.5rem;
}.title_greeting_2 .text_frame_item_0 h1 {
    margin-bottom: 1rem;
    font-size: calc(42px * 0.7);
}.title_greeting_2 .text_frame_item_0 p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.title_greeting_2 .text_frame_item_0 .support_block_9 {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 2rem;
}}.privacy_harbor_3 {
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(229,214,237), rgba(245, 248, 255, 0.95));
    padding: 5rem 2rem;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}.privacy_harbor_3::before {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    height: 100%;
    z-index: 0;
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent 15%, rgba(rgb(204,174,218,0.5), 0.03) 70%);
    width: 40%;
    top: 0;
}.privacy_harbor_3::after {
    content: "";
    background: linear-gradient(90deg, rgb(204,174,218), rgb(173,140,194), rgb(204,174,218));
    z-index: 1;
    left: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 5px;
}.privacy_harbor_3 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1140px;
}.privacy_harbor_3 h1 {
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    font-weight: 700;
    font-size: 42px;
    position: relative;
    color: #000000;
    margin-bottom: 2.5rem;
}.privacy_harbor_3 h1::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(204,174,218), transparent);
    width: 6rem;
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
}.privacy_harbor_3 h2 {
    padding-left: 1rem;
    position: relative;
    margin-top: 3rem;
    transform: translateY(-0.25rem);
    color: #000000;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 38px;
}.privacy_harbor_3 h2::before {
    top: 0.2em;
    left: 0;
    height: 80%;
    content: "";
    border-radius: 2px;
    width: 4px;
    background: rgb(204,174,218);
    position: absolute;
}.privacy_harbor_3 h3 {
    margin-top: 2.5rem;
    position: relative;
    font-weight: 600;
    font-size: calc(38px * 0.85);
    margin-bottom: 1.25rem;
    padding-left: 0.75rem;
    color: #000000;
}.privacy_harbor_3 h3::before {
    content: "";
    left: 0;
    width: 3px;
    position: absolute;
    height: 75%;
    top: 0.25em;
    background: rgb(173,140,194);
    border-radius: 1.5px;
}.privacy_harbor_3 h4 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-top: 2rem;
}.privacy_harbor_3 h4::before {
    border-radius: 1px;
    background: rgb(173,140,194);
    width: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    height: 70%;
    opacity: 0.7;
}.privacy_harbor_3 p {
    line-height: 1.7;
    color: #000000;
    max-width: 90%;
    font-size: 16px;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
}.privacy_harbor_3 p strong {
    font-weight: 600;
    background: linear-gradient(to bottom, transparent 85%, rgba(rgb(204,174,218,0.5), 0.15) 15%);
    position: relative;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    color: #000000;
}.privacy_harbor_3 span {
    color: #000000;
    display: block;
    border-left: 1px solid rgba(rgb(173,140,194,0.5), 0.3);
    margin-bottom: 1.5rem;
    line-height: 1.7;
    padding-left: 1rem;
    max-width: 95%;
    position: relative;
    font-size: 16px;
}.privacy_harbor_3 ul {
    list-style: none;
    counter-reset: privacy-counter;
    margin: 2rem 0;
    padding-left: 0;
}.privacy_harbor_3 li {
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    margin-bottom: 1.25rem;
    counter-increment: privacy-counter;
    padding-left: 2.5rem;
}.privacy_harbor_3 li::before {
    border-radius: 10px;
    left: 0;
    width: 1.25rem;
    transition: transform 0.3s ease;
    opacity: 0.9;
    background: linear-gradient(135deg, rgb(204,174,218), rgb(173,140,194));
    position: absolute;
    top: 0.25rem;
    height: 1.25rem;
    transform: rotate(45deg);
    content: "";
}.privacy_harbor_3 li::after {
    height: 1.25rem;
    display: flex;
    left: 0;
    font-size: 0.75rem;
    position: absolute;
    width: 1.25rem;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
    content: counter(privacy-counter);
    top: 0.25rem;
}.privacy_harbor_3 li:hover::before {
    transform: rotate(45deg) scale(1.1);
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

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

.privacy_harbor_3 h1, 
.privacy_harbor_3 h2, 
.privacy_harbor_3 h3, 
.privacy_harbor_3 h4,
.privacy_harbor_3 p,
.privacy_harbor_3 ul {
    animation: fadeIn 0.5s ease-out forwards;
}.privacy_harbor_3::after {
    animation: borderPulse 8s linear infinite;
    background-size: 200% 200%;
}


@media (max-width: 992px) {.privacy_harbor_3 {
    padding: 4rem 1.5rem;
}.privacy_harbor_3 h1 {
    font-size: calc(42px * 0.9);
}.privacy_harbor_3 h2 {
    font-size: calc(38px * 0.9);
}.privacy_harbor_3 p, 
    .privacy_harbor_3 span {
    max-width: 100%;
}
}

@media (max-width: 768px) {.privacy_harbor_3 {
    padding: 3rem 1.25rem;
}.privacy_harbor_3::before {
    opacity: 0.5;
    width: 70%;
}.privacy_harbor_3 h1 {
    font-size: calc(42px * 0.8);
    transform: translateX(0);
}.privacy_harbor_3 h2 {
    font-size: calc(38px * 0.8);
}.privacy_harbor_3 h3 {
    font-size: calc(38px * 0.7);
}.privacy_harbor_3 h4 {
    font-size: calc(38px * 0.6);
}.privacy_harbor_3 p, 
    .privacy_harbor_3 span,
    .privacy_harbor_3 li {
    font-size: calc(16px * 0.95);
}.privacy_harbor_3 li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.privacy_harbor_3 {
    padding: 2.5rem 1rem;
}.privacy_harbor_3 h1 {
    font-size: calc(42px * 0.7);
}.privacy_harbor_3 h1::after {
    width: 5rem;
}.privacy_harbor_3 h2 {
    padding-left: 0.75rem;
}.privacy_harbor_3 h3 {
    padding-left: 0.5rem;
}.privacy_harbor_3 p, 
    .privacy_harbor_3 span {
    line-height: 1.6;
}.privacy_harbor_3 li {
    padding-left: 1.75rem;
    margin-bottom: 1rem;
}.privacy_harbor_3 li::before,
    .privacy_harbor_3 li::after {
    height: 1rem;
    width: 1rem;
}}.metrics_summary_8 {
    position: relative;
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
}.metrics_summary_8::before {
    z-index: -1;
    background: rgba(0, 0, 0, 0.65);
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}.metrics_summary_8 .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.metrics_summary_8 .boost_growth_6 {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.metrics_summary_8 .boost_growth_6::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background: 
        linear-gradient(135deg, rgba(rgb(204,174,218), 0.1) 0%, transparent 100%),
        radial-gradient(circle at 20% 30%, rgba(rgb(204,174,218), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(173,140,194), 0.05) 0%, transparent 50%);
    width: 100%;
    height: 100%;
}.metrics_summary_8 .statistics_tracks_0 {
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(rgb(204,174,218), 0.3);
    background: rgba(rgb(204,174,218), 0.1);
    position: absolute;
    right: 30px;
    display: flex;
    top: 30px;
    height: 60px;
    width: 60px;
}.metrics_summary_8 .statistics_tracks_0 svg {
    width: 30px;
    height: 30px;
    fill: rgb(204,174,218);
}.metrics_summary_8 .statistics_tracks_0 svg path {
    fill: rgb(204,174,218);
}.metrics_summary_8 .pro_gains_4 {
    font-size: 30px;
    padding-right: 80px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}.metrics_summary_8 .smart_statistics_4 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    max-width: 800px;
    margin-bottom: 40px;
    line-height: 1.7;
}.metrics_summary_8 .statistics_growth_5 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    padding-top: 30px;
}.metrics_summary_8 .class_benefits_0 {
    position: relative;
    padding: 30px 20px;
    border-radius: 10px;
    justify-content: center;
    transition: transform 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
    align-items: center;
    text-align: center;
    display: flex;
}.metrics_summary_8 .class_benefits_0:hover {
    transform: translateY(-5px);
}.metrics_summary_8 .growth_statistics_4 {
    display: flex;
    background: rgba(rgb(204,174,218), 0.1);
    width: 60px;
    border: 1px solid rgba(rgb(204,174,218), 0.2);
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    height: 60px;
    border-radius: 50%;
}.metrics_summary_8 .growth_statistics_4 svg {
    fill: rgb(204,174,218);
    height: 30px;
    width: 30px;
}.metrics_summary_8 .growth_statistics_4 svg path {
    fill: rgb(204,174,218);
}.metrics_summary_8 .class_benefits_0 span {
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
}.metrics_summary_8 .class_benefits_0 p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
}

@media screen and (max-width: 991px) {.metrics_summary_8 {
    padding: 80px 0;
}.metrics_summary_8 .boost_growth_6 {
    padding: 40px;
}.metrics_summary_8 .statistics_tracks_0 {
    height: 50px;
    width: 50px;
    right: 25px;
    top: 25px;
}.metrics_summary_8 .statistics_tracks_0 svg {
    height: 25px;
    width: 25px;
}.metrics_summary_8 .pro_gains_4 {
    font-size: calc(30px * 0.9);
}.metrics_summary_8 .smart_statistics_4 {
    margin-bottom: 30px;
}.metrics_summary_8 .statistics_growth_5 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
}

@media screen and (max-width: 767px) {.metrics_summary_8 {
    padding: 60px 0;
}.metrics_summary_8 .boost_growth_6 {
    padding: 30px;
}.metrics_summary_8 .statistics_tracks_0 {
    height: 40px;
    top: 20px;
    width: 40px;
    right: 20px;
}.metrics_summary_8 .statistics_tracks_0 svg {
    height: 20px;
    width: 20px;
}.metrics_summary_8 .pro_gains_4 {
    font-size: calc(30px * 0.85);
    padding-right: 50px;
}.metrics_summary_8 .smart_statistics_4 {
    font-size: calc(17px * 0.95);
    margin-bottom: 25px;
}.metrics_summary_8 .statistics_growth_5 {
    padding-top: 25px;
    gap: 15px;
}.metrics_summary_8 .class_benefits_0 {
    padding: 25px 15px;
}.metrics_summary_8 .growth_statistics_4 {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
}.metrics_summary_8 .growth_statistics_4 svg {
    width: 25px;
    height: 25px;
}.metrics_summary_8 .class_benefits_0 span {
    font-size: 2rem;
}
}

@media screen and (max-width: 575px) {.metrics_summary_8 {
    padding: 50px 0;
}.metrics_summary_8 .boost_growth_6 {
    padding: 25px 20px;
}.metrics_summary_8 .statistics_tracks_0 {
    height: 35px;
    right: 15px;
    top: 15px;
    width: 35px;
}.metrics_summary_8 .statistics_tracks_0 svg {
    height: 18px;
    width: 18px;
}.metrics_summary_8 .pro_gains_4 {
    font-size: calc(30px * 0.8);
    padding-right: 40px;
    margin-bottom: 15px;
}.metrics_summary_8 .smart_statistics_4 {
    font-size: calc(17px * 0.9);
    margin-bottom: 20px;
}.metrics_summary_8 .statistics_growth_5 {
    gap: 15px;
    grid-template-columns: 1fr;
    padding-top: 20px;
}.metrics_summary_8 .class_benefits_0 {
    padding: 20px 15px;
}.metrics_summary_8 .growth_statistics_4 {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
}.metrics_summary_8 .growth_statistics_4 svg {
    width: 22px;
    height: 22px;
}.metrics_summary_8 .class_benefits_0 span {
    font-size: 1.8rem;
    margin-bottom: 8px;
}.metrics_summary_8 .class_benefits_0 p {
    font-size: calc(17px * 0.85);
}}.appHub_3 {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(229,214,237) 0%, rgb(173,140,194,0.5) 100%);
}.appHub_3::before {
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(204,174,218,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(173,140,194,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.15;
}.appHub_3::after {
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: rgb(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    opacity: 0.05;
    transform: rotate(25deg);
    top: -50%;
    right: -50%;
}.appHub_3 .container {
    perspective: 1000px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    transform: translateZ(0);
    z-index: 2;
}.appHub_3 h2 {
    animation: slide-up 0.8s ease-out forwards;
    color: #000000;
    font-size: 31px;
    position: relative;
    max-width: 90%;
    line-height: 1.3;
    opacity: 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    border-left: 5px solid rgb(204,174,218);
    transform: translateY(30px);
    text-align: left;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
}.appHub_3 .skill_training_8 {
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
    opacity: 0;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(30px);
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    animation: slide-up 0.8s ease-out forwards 0.2s;
    background: #ffffff;
}.appHub_3 .skill_training_8::before {
    top: 0;
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(204,174,218) 0%, rgb(173,140,194) 100%);
}.appHub_3 ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}.appHub_3 li {
    position: relative;
    padding: 0.5rem 0;
}.appHub_3 li::before {
    transform-origin: top;
    height: 100%;
    top: 0;
    background: rgb(204,174,218,0.5);
    opacity: 0;
    width: 3px;
    position: absolute;
    animation: grow-line 1.2s ease-out forwards 0.8s;
    left: -1.5rem;
    transform: scaleY(0);
    content: "";
}.appHub_3 li span {
    line-height: 1.8;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    font-family: Arial, sans-serif;
    padding-left: 0.5rem;
    font-size: 14px;
    position: relative;
    display: block;
    transform: translateX(20px);
    opacity: 0;
    color: #000000;
    text-align: left;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.appHub_3 .skill_training_8:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateZ(0) scale(1.01);
}

@media (max-width: 991px) {.appHub_3 {
    padding: 4rem 1.5rem;
}.appHub_3 h2 {
    max-width: 100%;
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
}.appHub_3 .skill_training_8 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.appHub_3 {
    padding: 3rem 1rem;
}.appHub_3 h2 {
    border-left: 3px solid rgb(204,174,218);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.8);
}.appHub_3 .skill_training_8 {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
    padding: 1.5rem;
}.appHub_3 li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.appHub_3 {
    padding: 2rem 0.8rem;
}.appHub_3 h2 {
    margin-bottom: 1.2rem;
    font-size: calc(31px * 0.7);
}.appHub_3 .skill_training_8 {
    padding: 1.2rem;
}.appHub_3 li span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (min-width: 1200px) {.appHub_3 .container {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}.appHub_3 h2 {
    margin-left: 3rem;
    max-width: 80%;
}.appHub_3 .skill_training_8 {
    transform: translateY(30px) translateX(-2rem);
    width: 85%;
    margin-left: auto;
}.appHub_3 .skill_training_8:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.appHub_3 .skill_training_8 {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}.diploma_cta_2 {
    background-color: rgb(229,214,237);
    padding: 5rem 0 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}.diploma_cta_2::before {
    top: 0;
    width: 100%;
    opacity: 0.07;
    background: 
        linear-gradient(135deg, rgb(204,174,218,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(173,140,194,0.5) 0%, transparent 70%);
    content: '';
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.diploma_cta_2::after {
    z-index: 1;
    top: 0;
    content: '';
    left: 0;
    background: linear-gradient(90deg, 
        rgb(229,214,237) 0%,
        rgb(204,174,218) 35%, 
        rgb(173,140,194) 65%,
        rgb(229,214,237) 100%);
    height: 7px;
    position: absolute;
    width: 100%;
}.diploma_cta_2 .container {
    position: relative;
    z-index: 2;
}.diploma_cta_2 .gdpr_block_6 {
    flex-direction: column;
    display: flex;
}.diploma_cta_2 .contact_help_1 {
    margin-bottom: 4rem;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    gap: 0;
    position: relative;
    display: flex;
}.diploma_cta_2 .contact_help_1::after {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(173,140,194,0.5) 50%,
        transparent 100%);
    position: absolute;
    bottom: -1px;
    content: '';
    width: 100%;
    left: 0;
}.diploma_cta_2 .info_item {
    position: relative;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    width: 25%;
}.diploma_cta_2 .info_item::before {
    background-color: rgba(0, 0, 0, 0.06);
    content: '';
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    height: 60%;
    left: 0;
    width: 1px;
}.diploma_cta_2 .info_item:first-child::before {
    display: none;
}.diploma_cta_2 .info_item p,
.diploma_cta_2 .info_item a {
    gap: 0.75rem;
    color: #000000;
    display: flex;
    align-items: center;
    font-size: calc(15px - 1px);
    transition: all 0.3s ease;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
}.diploma_cta_2 .info_item:hover {
    transform: translateY(-5px);
}.diploma_cta_2 .info_item:hover p,
.diploma_cta_2 .info_item:hover a {
    color: rgb(204,174,218);
}.diploma_cta_2 .info_item svg {
    width: 20px;
    fill: rgb(204,174,218);
    transition: transform 0.3s ease;
    height: 20px;
}.diploma_cta_2 .info_item:hover svg {
    transform: rotate(10deg);
}.diploma_cta_2 .text_main_holder {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}.diploma_cta_2 .header_sitebar_3 {
    margin-right: auto;
    gap: 1.5rem;
    max-width: 300px;
    width: 100%;
    flex-direction: column;
    display: flex;
}.diploma_cta_2 .header_sitebar_3 svg {
    max-width: 160px;
    height: auto;
    transition: all 0.3s ease;
}.diploma_cta_2 .header_sitebar_3:hover svg {
    transform: scale(1.05);
}.diploma_cta_2 .sample_docs_5 {
    color: #000000;
    position: relative;
    font-size: 12px;
    padding-left: 2rem;
    line-height: 1.6;
}.diploma_cta_2 .sample_docs_5::before {
    content: '';
    background: linear-gradient(to bottom, rgb(204,174,218), rgb(173,140,194));
    left: 0;
    width: 4px;
    position: absolute;
    border-radius: 2px;
    bottom: 0;
    top: 0;
}.diploma_cta_2 .head_mentor_2 {
    position: relative;
    flex: 1;
    max-width: 400px;
    flex-direction: column;
    min-width: 240px;
    display: flex;
    gap: 2rem;
}.diploma_cta_2 .head_mentor_2::before {
    background: rgba(0, 0, 0, 0.02);
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    border-radius: 25px;
    width: 100%;
}.diploma_cta_2 .head_mentor_2 h5 {
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    padding: 0.75rem 1.5rem;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}.diploma_cta_2 .nav_know_4 {
    flex-direction: column;
    padding: 0 1.5rem;
    display: flex;
    gap: 0.75rem;
}.diploma_cta_2 .nav_know_4:first-child {
    position: relative;
}.diploma_cta_2 .nav_know_4 a {
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    padding: 0.5rem 0;
    position: relative;
    transition: all 0.3s ease;
    padding-left: 1.25rem;
}.diploma_cta_2 .nav_know_4 a::before {
    left: 0;
    transform: translateY(-50%);
    height: 6px;
    border-radius: 50%;
    background-color: rgb(173,140,194,0.5);
    width: 6px;
    position: absolute;
    top: 50%;
    content: '';
    transition: all 0.3s ease;
}.diploma_cta_2 .nav_know_4 a:hover {
    color: rgb(204,174,218);
    padding-left: 1.5rem;
}.diploma_cta_2 .nav_know_4 a:hover::before {
    height: 8px;
    width: 8px;
    background-color: rgb(204,174,218);
}.diploma_cta_2 .subscribe_holder {
    max-width: 400px;
    gap: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    border-radius: 25px;
    width: 100%;
    padding: 2rem;
    flex-direction: column;
}.diploma_cta_2 .subscribe_holder::before {
    border-style: solid;
    border-top-left-radius: 25px;
    top: 0;
    position: absolute;
    content: '';
    border-color: rgb(204,174,218,0.5) transparent transparent transparent;
    height: 0;
    width: 0;
    border-width: 50px 50px 0 0;
    left: 0;
}.diploma_cta_2 .subscribe_holder h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
}.diploma_cta_2 .subscribe_holder p {
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}.diploma_cta_2 .input_holder {
    flex-direction: column;
    margin-top: 0.5rem;
    gap: 1rem;
    display: flex;
    position: relative;
}.diploma_cta_2 .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
    color: #000000;
    border-radius: 10px;
}.diploma_cta_2 .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(204,174,218);
    box-shadow: 0 0 0 3px rgb(204,174,218,0.5);
}.diploma_cta_2 .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.diploma_cta_2 .sub_scale_7 {
    border-radius: 10px;
    z-index: 1;
    font-size: 15px;
    padding: 1.125rem 1.25rem;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(204,174,218) 0%, rgb(173,140,194) 100%);
    overflow: hidden;
    font-weight: 600;
}.diploma_cta_2 .sub_scale_7::before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(173,140,194) 0%, rgb(204,174,218) 100%);
    z-index: -1;
    transition: opacity 0.3s ease;
    content: '';
}.diploma_cta_2 .sub_scale_7:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.diploma_cta_2 .sub_scale_7:hover::before {
    opacity: 1;
}.diploma_cta_2 .equity_pledge_1 {
    padding-top: 2rem;
    margin-top: 4rem;
    text-align: center;
    position: relative;
}.diploma_cta_2 .equity_pledge_1::before {
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    position: absolute;
    left: 30%;
    height: 1px;
    content: '';
    width: 40%;
}.diploma_cta_2 .faculty_info_7 {
    opacity: 0.8;
    color: #000000;
    font-size: 12px;
}

@media (max-width: 1200px) {.diploma_cta_2 .text_main_holder {
    gap: 2.5rem;
}.diploma_cta_2 .header_sitebar_3 {
    max-width: 260px;
}.diploma_cta_2 .head_mentor_2 {
    min-width: 220px;
}
}

@media (max-width: 991px) {.diploma_cta_2 {
    padding: 4rem 0 2rem;
}.diploma_cta_2 .info_item {
    padding: 1rem;
    width: 50%;
}.diploma_cta_2 .info_item:nth-child(3)::before {
    display: none;
}.diploma_cta_2 .text_main_holder {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}.diploma_cta_2 .header_sitebar_3 {
    max-width: 100%;
    align-items: center;
    width: 100%;
    text-align: center;
}.diploma_cta_2 .sample_docs_5 {
    text-align: center;
    padding-left: 0;
    max-width: 500px;
}.diploma_cta_2 .sample_docs_5::before {
    display: none;
}.diploma_cta_2 .head_mentor_2 {
    max-width: 600px;
    width: 100%;
}.diploma_cta_2 .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}

@media (max-width: 768px) {.diploma_cta_2 {
    padding: 3.5rem 0 1.5rem;
}.diploma_cta_2 .contact_help_1 {
    margin-bottom: 3rem;
}.diploma_cta_2 .info_item {
    width: 100%;
}.diploma_cta_2 .info_item::before {
    display: none;
}.diploma_cta_2 .nav_know_4 {
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    justify-content: center;
    flex-direction: row;
}.diploma_cta_2 .nav_know_4 a {
    padding: 0.5rem 1rem;
    text-align: center;
}.diploma_cta_2 .nav_know_4 a::before {
    display: none;
}.diploma_cta_2 .nav_know_4 a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding-left: 1rem;
}.diploma_cta_2 .equity_pledge_1 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.diploma_cta_2 {
    padding: 3rem 0 1.5rem;
}.diploma_cta_2 .contact_help_1 {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.diploma_cta_2 .text_main_holder {
    gap: 2.5rem;
}.diploma_cta_2 .head_mentor_2 {
    padding: 1rem;
}.diploma_cta_2 .head_mentor_2 h5 {
    text-align: center;
}.diploma_cta_2 .subscribe_holder {
    padding: 1.5rem;
}.diploma_cta_2 .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.diploma_cta_2 .equity_pledge_1 {
    margin-top: 2.5rem;
}}.educational_gains_8 {
    padding: 8rem 0;
    position: relative;
    background: rgb(229,214,237);
    overflow: hidden;
}.educational_gains_8::before {
    content: '';
    width: 60%;
    background: rgb(204,174,218,0.5);
    top: -20%;
    height: 140%;
    z-index: 1;
    right: -10%;
    transform: rotate(-20deg);
    position: absolute;
}.educational_gains_8::after {
    z-index: 1;
    content: '';
    height: 140%;
    background: rgb(173,140,194,0.5);
    position: absolute;
    left: -10%;
    transform: rotate(-20deg);
    width: 60%;
    bottom: -20%;
    opacity: 0.4;
}.educational_gains_8 .skill_training_8 {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    position: relative;
    display: grid;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    grid-gap: 2rem;
}.educational_gains_8 .img_display_3 {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    grid-row: 1;
    animation: float 6s ease-in-out infinite;
    overflow: hidden;
    height: 500px;
    transform: translateY(30px);
    grid-column: 1 / span 7;
    border-radius: 20px;
}.educational_gains_8 .img_display_3::after {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(204,174,218,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(173,140,194,0.5) 100%
    );
    width: 100%;
    content: '';
}.educational_gains_8 .text_frame_item_0 {
    border-radius: 20px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    z-index: 3;
    grid-row: 1;
    background: #ffffff;
    grid-column: 6 / span 7;
    align-self: center;
    padding: 3rem;
}.educational_gains_8 h2 {
    position: relative;
    padding-left: 1.5rem;
    font-size: 35px;
    border-left: 5px solid rgb(204,174,218);
    font-weight: 700;
    color: #000000;
    margin-bottom: 2.5rem;
}.educational_gains_8 .text_main_holder {
    gap: 2rem;
    display: grid;
}.educational_gains_8 .text_main_holder > div {
    transition: all 0.3s ease;
    position: relative;
    align-items: flex-start;
    display: flex;
}.educational_gains_8 .text_main_holder > div::before {
    position: absolute;
    transform: scaleX(0);
    content: '';
    transition: transform 0.3s ease;
    width: 2rem;
    background: rgb(204,174,218);
    left: -3rem;
    transform-origin: right;
    top: 1.2rem;
    height: 1px;
}.educational_gains_8 .text_main_holder > div:hover::before {
    transform: scaleX(1);
}.educational_gains_8 .text_main_holder > div:hover {
    transform: translateX(5px);
}.educational_gains_8 .text_main_holder svg {
    margin-right: 1.5rem;
    flex-shrink: 0;
    height: 2.5rem;
    transition: all 0.3s ease;
    padding: 0.6rem;
    width: 2.5rem;
    background: rgb(204,174,218,0.5);
    border-radius: 20px;
}.educational_gains_8 .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(204,174,218);
}.educational_gains_8 .text_main_holder svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.educational_gains_8 .text_main_holder > div:hover svg path {
    fill: #ffffff;
}.educational_gains_8 .text_main_holder p {
    line-height: 1.6;
    font-size: 13px;
    padding-top: 0.3rem;
    margin: 0;
    color: #000000;
}

@keyframes float {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(30px);
    }
}

@media (max-width: 1100px) {.educational_gains_8 .img_display_3 {
    grid-column: 1 / span 5;
}.educational_gains_8 .text_frame_item_0 {
    grid-column: 4 / span 9;
}
}

@media (max-width: 992px) {.educational_gains_8 .skill_training_8 {
    grid-template-columns: 1fr;
    grid-gap: 0;
}.educational_gains_8 .img_display_3 {
    height: 400px;
    grid-column: 1;
    margin-bottom: -50px;
    grid-row: 1;
}.educational_gains_8 .text_frame_item_0 {
    grid-column: 1;
    width: auto;
    grid-row: 2;
    margin: 0 2rem;
}
}

@media (max-width: 768px) {.educational_gains_8 {
    padding: 6rem 0;
}.educational_gains_8 .img_display_3 {
    animation: none;
    margin-bottom: -30px;
    height: 350px;
    transform: translateY(0);
}.educational_gains_8 .text_frame_item_0 {
    padding: 2rem;
}.educational_gains_8 h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 576px) {.educational_gains_8 {
    padding: 5rem 0;
}.educational_gains_8 .skill_training_8 {
    padding: 0 1rem;
}.educational_gains_8 .img_display_3 {
    height: 250px;
    margin-bottom: -20px;
}.educational_gains_8 .text_frame_item_0 {
    padding: 1.5rem;
    margin: 0 1rem;
}.educational_gains_8 .text_main_holder > div {
    align-items: center;
}.educational_gains_8 .text_main_holder > div::before {
    display: none;
}.educational_gains_8 .text_main_holder svg {
    height: 2rem;
    margin-right: 1rem;
    width: 2rem;
}.educational_gains_8 .text_main_holder p {
    font-size: calc(13px * 0.9);
}}.future_members_8 {
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.future_members_8::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(204,174,218,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(173,140,194,0.5) 0%, transparent 40%);
    top: 0;
    width: 100%;
    opacity: 0.15;
    z-index: 1;
    left: 0;
    position: absolute;
    content: '';
}.future_members_8::after {
    opacity: 0.05;
    background-size: 60px 60px;
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
    z-index: 2;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(204,174,218,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(173,140,194,0.5) 49%, transparent 51%);
    height: 100%;
    left: 0;
}.future_members_8 .skill_training_8 {
    text-align: center;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
    z-index: 10;
    margin: 0 auto;
}.future_members_8 h3 {
    color: #000000;
    position: relative;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 70px;
    display: inline-block;
    padding: 0 20px;
}.future_members_8 h3::before,
.future_members_8 h3::after {
    content: '';
    width: 40px;
    height: 2px;
    transform: translateY(-50%);
    top: 50%;
    background: linear-gradient(90deg, rgb(204,174,218), rgb(173,140,194));
    position: absolute;
}.future_members_8 h3::before {
    left: -60px;
}.future_members_8 h3::after {
    right: -60px;
}.future_members_8 ul {
    flex-wrap: wrap;
    margin: 0;
    display: flex;
    padding: 0;
    justify-content: center;
    gap: 40px;
    list-style: none;
}.future_members_8 ul li {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    gap: 20px;
    text-align: left;
    padding: 40px 30px;
    overflow: hidden;
    position: relative;
    width: calc(33.333% - 27px);
    min-width: 280px;
    background-color: #ffffff;
    z-index: 1;
    border-radius: 19px;
    align-items: flex-start;
    display: flex;
}.future_members_8 ul li::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(204,174,218), rgb(173,140,194));
    top: 0;
    opacity: 0;
    left: 0;
    transition: opacity 0.4s ease;
    content: '';
    height: 5px;
    position: absolute;
}.future_members_8 ul li::after {
    left: -50px;
    position: absolute;
    bottom: -50px;
    opacity: 0.1;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.6s ease;
    width: 100px;
    content: '';
    background: rgb(204,174,218,0.5);
    height: 100px;
}.future_members_8 ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}.future_members_8 ul li:hover::before {
    opacity: 1;
}.future_members_8 ul li:hover::after {
    transform: scale(6);
    opacity: 0.05;
}.future_members_8 ul li svg {
    transition: all 0.5s ease;
    height: 50px;
    flex-shrink: 0;
    width: 50px;
    position: relative;
}.future_members_8 ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.future_members_8 ul li svg path {
    transition: fill 0.5s ease;
    fill: rgb(204,174,218);
}.future_members_8 ul li:hover svg path {
    fill: rgb(173,140,194);
}@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_8 ul li {
    opacity: 0;
    animation: slideInBottom 0.6s forwards;
}.future_members_8 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.future_members_8 ul li:nth-child(2) {
    animation-delay: 0.25s;
}.future_members_8 ul li:nth-child(3) {
    animation-delay: 0.4s;
}.future_members_8 ul li:nth-child(4) {
    animation-delay: 0.55s;
}.future_members_8 ul li:nth-child(5) {
    animation-delay: 0.7s;
}.future_members_8 ul li:nth-child(6) {
    animation-delay: 0.85s;
}.future_members_8 ul li:nth-child(3n+1) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
    animation-delay: 0.1s, 2s;
}.future_members_8 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_8 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_8 {
    padding: 90px 0;
}.future_members_8 h3 {
    margin-bottom: 60px;
}.future_members_8 h3::before,
    .future_members_8 h3::after {
    width: 30px;
}.future_members_8 h3::before {
    left: -40px;
}.future_members_8 h3::after {
    right: -40px;
}.future_members_8 ul {
    gap: 30px;
}.future_members_8 ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}

@media (max-width: 768px) {.future_members_8 ul li {
    width: 100%;
    max-width: 400px;
}.future_members_8 ul li:nth-child(3n+1),
    .future_members_8 ul li:nth-child(3n+2),
    .future_members_8 ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.future_members_8 {
    padding: 70px 0;
}.future_members_8 h3 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.9);
}.future_members_8 h3::before,
    .future_members_8 h3::after {
    display: none;
}.future_members_8 ul {
    gap: 25px;
}.future_members_8 ul li {
    padding: 30px 20px;
}.future_members_8 ul li svg {
    width: 40px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.future_members_8 ul li {
    opacity: 1;
    animation: none;
}.future_members_8 ul li:hover {
    transform: none;
}.future_members_8 ul li:hover svg {
    transform: none;
}}.cookie_notice_overlay_9 {
    position: fixed;
    z-index: 100;
    background: rgb(229,214,237);
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(204,174,218);
}.privacy_notify_3 {
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border: 2px solid rgb(204,174,218);
    width: 90%;
    max-width: 1200px;
    border-radius: 19px;
}.secure_cookies_1 {
    flex-shrink: 0;
    margin-right: 20px;
}.secure_cookies_1 svg {
    width: 50px;
    height: 50px;
    fill: rgb(204,174,218);
}.cookie_overlay_1 {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}.cookie_overlay_1 h5 {
    color: rgb(204,174,218);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 19px;
}.cookie_overlay_1 p {
    font-size: 15px;
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
}.cookie_overlay_1 p a {
    text-decoration: underline;
    color: rgb(204,174,218);
}.privacy_cookies_9 {
    background: rgb(204,174,218);
    font-size: 16px;
    flex-shrink: 0;
    text-decoration: none;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    min-width: 120px;
}.cookie_button.track_switch_3 {
    margin-right: 10px;
}#cookieUsageBanner_0 {
    display: none;
}#cookieUsageBanner_0:checked ~ .cookie_notice_overlay_9 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.privacy_notify_3 {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.secure_cookies_1 {
    margin-bottom: 20px;
    margin-right: 0;
}.privacy_cookies_9 {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}}
header {
    z-index: 1000;
    position: relative;
    overflow: visible;
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(173,140,194,0.5), rgb(204,174,218));
}header::before {
    left: 0;
    z-index: -1;
    opacity: 0.1;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
}header .top_nav_5 {
    gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center;
}header .site_main_9 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    padding: 1rem;
    text-decoration: none;
}header .site_main_9::after {
    content: '';
    transition: width 0.3s ease, opacity 0.3s ease;
    background: #ffffff;
    left: 50%;
    bottom: 0;
    opacity: 0.6;
    width: 50%;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
}header .site_main_9:hover::after {
    opacity: 1;
    width: 80%;
}header .site_main_9 svg {
    width: 220px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgb(204,174,218,0.5));
    height: auto;
}header .site_main_9:hover svg {
    transform: translateY(-5px);
}header .head_mentor_2 {
    width: 100%;
    padding: 0.6rem 1rem;
    backdrop-filter: blur(5px);
    gap: 0.8rem;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    max-width: 800px;
    border-radius: 24px;
    justify-content: center;
    display: flex;
}header .head_mentor_2::before {
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    border-radius: 24px;
    height: 100%;
}header .top_learning_1 {
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0.7rem 1.2rem;
    overflow: hidden;
    border-radius: 10px;
    letter-spacing: 0.5px;
}header .top_learning_1::before {
    content: '';
    border-radius: 10px;
    height: 100%;
    transform: translateY(100%) scale(0.8);
    opacity: 0;
    background: #ffffff;
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
}header .top_learning_1:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(204,174,218);
    transform: translateY(-3px);
}header .top_learning_1:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top_nav_5 {
    gap: 1.2rem;
}header .site_main_9 svg {
    width: 180px;
}header .head_mentor_2 {
    gap: 0.6rem;
    padding: 0.5rem;
}header .top_learning_1 {
    font-size: calc(17px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top_nav_5 {
    gap: 1rem;
}header .site_main_9 svg {
    width: 150px;
}header .head_mentor_2 {
    gap: 0.4rem;
    padding: 0.4rem;
}header .top_learning_1 {
    padding: 0.5rem 0.8rem;
    font-size: calc(17px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top_nav_5 {
    gap: 0.8rem;
}header .site_main_9 svg {
    width: 140px;
}header .head_mentor_2 {
    flex-wrap: nowrap;
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .head_mentor_2::-webkit-scrollbar {
    height: 3px;
}header .head_mentor_2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .top_learning_1 {
    padding: 0.4rem 0.7rem;
    font-size: calc(17px - 3px);
    white-space: nowrap;
}}.course_program_3 {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e6ed 100%);
    overflow: hidden;
}.course_program_3::before {
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.15;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(173,140,194,0.5) 0%, transparent 60%);
    top: 0;
}.course_program_3::after {
    content: "";
    right: -50%;
    top: -50%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgb(204,174,218,0.5) 0%, transparent 70%);
    z-index: 1;
    transform: scale(2);
    opacity: 0.1;
    width: 100%;
    position: absolute;
    height: 100%;
}.course_program_3 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.course_program_3 .tech_skills_0 {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
}.course_program_3 .img_display_3 {
    height: 350px;
    transform: perspective(1000px) rotateY(-3deg);
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.course_program_3 .img_display_3::before {
    content: "";
    top: 0;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(204,174,218,0.5) 0%, transparent 100%);
    height: 100%;
    left: 0;
    z-index: 1;
}.course_program_3 .img_display_3::after {
    right: -10%;
    top: -10%;
    height: 50px;
    background: rgb(173,140,194);
    content: "";
    border-radius: 50%;
    filter: blur(30px);
    width: 50px;
    position: absolute;
    opacity: 0.15;
    animation: floatOrbit 15s infinite ease-in-out;
}.course_program_3 .text_frame_item_0 {
    position: relative;
}.course_program_3 .text_frame_item_0::before {
    width: 150px;
    content: "";
    height: 1px;
    top: -20px;
    background: linear-gradient(90deg, rgb(204,174,218) 0%, transparent 100%);
    opacity: 0.6;
    position: absolute;
    left: 0;
}.course_program_3 h3 {
    position: relative;
    transform-origin: left center;
    padding-left: 1rem;
    font-size: calc(18px * 1.1);
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: #000000;
}.course_program_3 h3::before {
    width: 3px;
    background: rgb(204,174,218);
    transform-origin: bottom;
    content: "";
    transform: scaleY(0);
    top: 0;
    animation: growUp 1.2s forwards ease-out 0.2s;
    left: 0;
    height: 100%;
    position: absolute;
}.course_program_3 .description {
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
    font-size: 17px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}.course_program_3 p.description {
    display: none;
}.course_program_3 span.description {
    position: relative;
    padding: 0.5rem 0;
    column-count: 1;
    display: block;
    column-gap: 2rem;
}.course_program_3 span.description::first-letter {
    font-weight: 700;
    font-size: 1.2em;
    color: rgb(204,174,218);
}@keyframes floatOrbit {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-30px, 20px);
    }
    50% {
        transform: translate(-20px, -30px);
    }
    75% {
        transform: translate(30px, -10px);
    }
}

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

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

.course_program_3 .text_frame_item_0 > div {
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
    position: relative;
    opacity: 0;
}.course_program_3 .img_display_3:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_program_3 .text_frame_item_0::after {
    opacity: 0.2;
    width: 100px;
    border: 1px solid rgb(173,140,194,0.5);
    border-radius: 50%;
    bottom: 10%;
    pointer-events: none;
    content: "";
    position: absolute;
    right: 10%;
    height: 100px;
}.course_program_3::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(204,174,218,0.5),
        80px 200px 0 -1px rgb(173,140,194,0.5),
        200px 50px 0 -0.5px rgb(204,174,218,0.5),
        280px 160px 0 -1px rgb(173,140,194,0.5),
        320px 280px 0 -0.5px rgb(204,174,218,0.5);
}

@media (min-width: 768px) {.course_program_3 .tech_skills_0 {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_program_3 .img_display_3 {
    height: 500px;
    transform: perspective(1000px) rotateY(-5deg);
}.course_program_3 h3 {
    padding-left: 1.5rem;
    font-size: 28px;
}.course_program_3 span.description {
    column-count: 2;
}.course_program_3 .text_frame_item_0::after {
    width: 150px;
    height: 150px;
}
}

@media (min-width: 992px) {.course_program_3 {
    padding: 9rem 0;
}.course_program_3 .tech_skills_0 {
    gap: 6rem;
}.course_program_3 .img_display_3 {
    height: 550px;
}.course_program_3 span.description {
    column-count: 2;
    column-gap: 3rem;
}.course_program_3 h3::before {
    width: 4px;
}.course_program_3 .text_frame_item_0::after {
    height: 180px;
    bottom: 20%;
    width: 180px;
    right: -5%;
}
}

@media (min-width: 1200px) {.course_program_3 .img_display_3 {
    height: 600px;
}.course_program_3 h3 {
    margin-bottom: 2rem;
}.course_program_3 .text_frame_item_0::before {
    width: 200px;
}
}

@media (max-width: 767px) {.course_program_3 {
    padding: 5rem 0;
}.course_program_3 .img_display_3 {
    margin-bottom: 1.5rem;
    height: 250px;
}.course_program_3 h3 {
    margin-bottom: 1rem;
    font-size: 18px;
}.course_program_3 .text_frame_item_0::before {
    top: -10px;
    width: 80px;
}}.leadership_profile_1 {
    background: linear-gradient(135deg, rgb(229,214,237) 0%, rgb(204,174,218,0.5) 100%);
    border-radius: 21px;
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
}.leadership_profile_1::before {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    position: absolute;
    height: 120%;
    content: "";
    top: -10%;
    transform: rotate(-15deg);
    z-index: 1;
    background: rgb(173,140,194,0.5);
    width: 70%;
    animation: pulse 8s infinite alternate;
    left: -10%;
}.leadership_profile_1 .success_opinions_8 {
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    z-index: 2;
    display: grid;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
    gap: 2rem;
}.leadership_profile_1 .success_opinions_8:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.leadership_profile_1 .img_display_3 {
    height: 400px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    transform: rotate(-3deg) translateY(20px);
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}.leadership_profile_1 .img_display_3::after {
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(204,174,218,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
    border-radius: 10px;
}.leadership_profile_1 .success_opinions_8:hover .img_display_3 {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) translateY(0);
}.leadership_profile_1 .emp_overview_1 {
    z-index: 3;
    transform: translateY(30px) rotate(2deg);
    position: relative;
    border-radius: 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 2rem;
    transition: transform 0.5s ease;
}.leadership_profile_1 .success_opinions_8:hover .emp_overview_1 {
    transform: translateY(0) rotate(0deg);
}.leadership_profile_1 .name {
    font-size: 34px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.5rem;
    color: rgb(204,174,218);
}.leadership_profile_1 .name::after {
    content: "";
    bottom: -8px;
    width: 60px;
    transform-origin: left;
    left: 0;
    height: 3px;
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0.6);
    background: linear-gradient(90deg, rgb(173,140,194) 0%, rgb(204,174,218) 100%);
}.leadership_profile_1 .success_opinions_8:hover .name::after {
    transform: scaleX(1);
}.leadership_profile_1 .emp_overview_1 > div:nth-child(2) {
    font-weight: 600;
    transition: all 0.3s ease;
    transform: translateX(5px);
    color: rgb(173,140,194);
    opacity: 0.8;
    margin-bottom: 1.5rem;
    font-size: 18px;
}.leadership_profile_1 .success_opinions_8:hover .emp_overview_1 > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.leadership_profile_1 .career_card_6 {
    position: relative;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    padding-left: 1.5rem;
    font-style: italic;
    line-height: 1.6;
}.leadership_profile_1 .career_card_6::before {
    width: 3px;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(204,174,218), rgb(173,140,194));
    height: 100%;
    top: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.leadership_profile_1 .success_opinions_8 {
    grid-template-columns: 1fr;
}.leadership_profile_1 .img_display_3 {
    height: 300px;
}
}