.site_main_602 {
    flex: 1 0 auto;
}

svg {
    width: 30px;
    height: 30px;
}

header,footer {
    width: 100%;
}

header {
    z-index: 1000;
    position: fixed;
    left: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background: rgb(218,222,236);
    width: 100%;
}

.title_screen_943 .learn_lead_783::after {
    height: 3px;
    content: "";
    transform-origin: left;
    width: 80px;
    background: linear-gradient(90deg, rgb(145,160,190), rgb(145,160,190,0.5));
    left: 0;
    position: absolute;
    bottom: -8px;
    transition: transform 0.5s ease, width 0.5s ease;
    transform: scaleX(0.8);
}

.title_screen_943 .main_front_874 p {
    margin-bottom: 30px;
    line-height: 1.6;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    max-width: 80%;
    font-weight: 400;
    animation: fadeInUp 0.8s forwards 0.3s;
    transform: translateY(20px);
    font-size: calc(17px * 1.2);
    color: #ffffff;
    opacity: 0;
}

.mentorship_experience_948 .feedback_stars_649 {
    z-index: 1;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
}

.mentorship_experience_948 .job_wrap_921 {
    z-index: 3;
    background: #ffffff;
    transform: translateY(0);
    position: relative;
    width: 90%;
    border-radius: 29px;
    margin: -80px auto 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    padding: 2.5rem 2rem 2rem;
}

.mentorship_experience_948 .job_wrap_921 div:nth-child(2) {
    font-size: 21px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
    position: relative;
    color: rgb(145,160,190);
}

.mentorship_experience_948 .career_milestones_983::before,
.mentorship_experience_948 .career_milestones_983::after {
    font-family: serif;
    content: "";
    color: rgb(183,192,214,0.5);
    font-size: 3rem;
    line-height: 0;
    position: absolute;
}

.mentorship_experience_948 .career_milestones_983::before {
    top: 0.5rem;
    left: 0;
    transform: rotate(180deg);
}

header .container:before {
    content: '';
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    width: 8px;
    position: absolute;
    height: 8px;
    left: 10px;
    background: rgb(183,192,214);
    top: 50%;
}

header .page_top_291:before {
    width: 100%;
    height: 1px;
    position: absolute;
    opacity: 0.2;
    content: '';
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
}

header .top_navbar_523:after {
    left: 50%;
    width: 8px;
    background: rgb(183,192,214);
    position: absolute;
    content: '';
    top: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 8px;
}

header .nav_main_036:hover:before {
    opacity: 1;
}

header .nav_main_036:hover:after {
    transform: scale(1);
    opacity: 1;
}

header .nav_main_036:hover svg {
    transform: scale(1.05);
}

.follow_215 {
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(218,222,236) 100%);
    padding: 5rem 2rem;
}

.follow_215 .connect_reach_735:hover {
    transform: rotateY(0deg);
}



.follow_215 h3 {
    font-weight: 700;
    position: relative;
    transform: translateX(-50%);
    margin-bottom: 2rem;
    text-shadow: 0 0 10px rgb(183,192,214,0.5);
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgb(145,160,190);
    left: 50%;
    display: inline-block;
    font-size: 18px;
    color: rgb(183,192,214);
    letter-spacing: 2px;
}

.follow_215 input[type="email"]::placeholder {
    opacity: 0.7;
    color: #ffffff;
}

.follow_215 input[type="submit"]:hover {
    box-shadow: 0 0 20px rgb(183,192,214);
}

.follow_215 input[type="submit"]:hover::before {
    opacity: 1;
    animation: rotate-bg 2s linear infinite;
}

.contact_us_675::before {
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
}

.contact_us_675 h3 {
    margin-bottom: 15px;
    color: rgb(183,192,214);
    font-size: 23px;
    font-weight: 600;
}

.contact_us_675 input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.contact_us_675 .feedback_query_548 input[type="checkbox"] {
    flex-shrink: 0;
    height: 24px;
    cursor: pointer;
    margin-top: 2px;
    border: 2px solid rgb(218,222,236);
    width: 24px;
    appearance: none;
    border-radius: 10px;
    position: relative;
}

.contact_us_675 .inquiry_help_208 {
    border-radius: 10px;
    padding: 15px 35px;
    background: rgb(183,192,214);
    margin-top: 10px;
    overflow: hidden;
    font-size: 15px;
    align-self: flex-start;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.privacy_zone_971 .container {
    z-index: 2;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}

.privacy_zone_971 h1 {
    transform: translateX(-0.5rem);
    font-size: 47px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}



.privacy_zone_971 h1, 
.privacy_zone_971 h2, 
.privacy_zone_971 h3, 
.privacy_zone_971 h4,
.privacy_zone_971 p,
.privacy_zone_971 ul {
    animation: fadeIn 0.5s ease-out forwards;
}

.privacy_zone_971 h4::before {
    opacity: 0.7;
    content: "";
    left: 0;
    top: 0.3em;
    background: rgb(145,160,190);
    height: 70%;
    border-radius: 1px;
    width: 2px;
    position: absolute;
}

.privacy_zone_971 ul {
    padding-left: 0;
    counter-reset: privacy-counter;
    margin: 2rem 0;
    list-style: none;
}

.privacy_zone_971 li::after {
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    font-size: 0.75rem;
    content: counter(privacy-counter);
    font-weight: 600;
    top: 0.25rem;
}

.our_team_569 .container {
    z-index: 5;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    max-width: 1200px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    width: 90%;
    padding: 3rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.our_team_569 ol::before {
    left: -2rem;
    position: absolute;
    z-index: 1;
    height: calc(100% + 2rem);
    content: "";
    top: -1rem;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgb(183,192,214,0.5) 15%,
        rgb(183,192,214) 50%,
        rgb(183,192,214,0.5) 85%,
        transparent 100%
    );
}

.our_team_569 ol li:hover {
    transform: translateX(0.5rem);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.customer_experience_426 {
    background: linear-gradient(135deg, rgb(218,222,236) 0%, rgba(rgb(145,160,190,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}

.customer_experience_426 .container {
    position: relative;
    z-index: 1;
}

.customer_experience_426 h2::after {
    left: 0;
    transition: transform 0.5s ease;
    bottom: -1rem;
    transform: translateX(0);
    width: 4rem;
    background: linear-gradient(90deg, rgb(145,160,190) 0%, rgba(rgb(145,160,190,0.5), 0.3) 100%);
    position: absolute;
    content: "";
    height: 3px;
}

.customer_experience_426 .feedback_stars_649:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-10px) translateZ(20px) rotateY(2deg);
}

.customer_experience_426 .feedback_stars_649 h4 {
    color: #000000;
    margin: 0;
    font-weight: 600;
    font-size: calc(22px * 0.9);
    position: relative;
}

.customer_experience_426 .feedback_stars_649:hover h4::after {
    width: 100%;
}

.customer_experience_426 a {
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding: 0.8rem 2rem;
    margin-top: 3rem;
    background: linear-gradient(135deg, rgb(145,160,190) 0%, rgba(rgb(183,192,214,0.5), 0.9) 100%);
    font-size: 18px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(145,160,190,0.5), 0.2);
    border-radius: 10px;
    transition: transform 0.3s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.3s cubic-bezier(0.2, 0.85, 0.4, 1);
}

.thxCard_137 .success_path_438 {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem 3rem;
    backdrop-filter: blur(8px);
    gap: 2.5rem;
    border-left: 2px solid rgb(145,160,190);
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.1),
        0 1px 0 rgba(255,255,255,0.1) inset;
    position: relative;
    background: linear-gradient(135deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05));
    display: flex;
    flex-direction: column;
}

.thxCard_137 a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(145,160,190);
    height: 1px;
    transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    content: "";
    width: 0;
}

.program_information_976 .online_class_743 {
    height: 100%;
    flex-direction: column;
    animation: carousel-vertical 30s ease-in-out infinite;
    display: flex;
}

.program_information_976 .online_class_743 {
    flex-direction: row;
    animation: carousel-horizontal-tablet 20s ease-in-out infinite;
}

.program_information_976 .learn_more_057 img {
    width: 100%;
    filter: brightness(1.05) contrast(1.05);
    transform: scale(1.1);
    transition: transform 0.7s ease-out;
    object-fit: cover;
    height: 100%;
}

.program_information_976 .next_skill_254::before {
    border-left: 2px solid rgb(183,192,214);
    left: -15px;
    height: 60px;
    top: -15px;
    position: absolute;
    border-top: 2px solid rgb(183,192,214);
    width: 60px;
    border-radius: 10px 0 0 0;
    content: "";
}

.program_information_976 .next_skill_254 p {
    color: #000000;
    margin-bottom: 2rem;
    font-size: 17px;
    line-height: 1.8;
}

.program_information_976 .next_skill_254 .inquiry_help_208:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.plan_selection_238 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(218,222,236);
}

.plan_selection_238 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    max-width: 1320px;
}

.plan_selection_238 .rate_options_170 h2::after {
    bottom: -10px;
    position: absolute;
    width: 80px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, rgb(183,192,214), rgb(145,160,190));
    transform: translateX(-50%);
    left: 50%;
    content: "";
}

.plan_selection_238 .bundle_price_786 {
    position: relative;
    flex: 1;
    padding: 30px;
    z-index: 2;
}

.plan_selection_238 .bundle_price_786 h3::after {
    bottom: 0;
    background: rgb(183,192,214);
    border-radius: 2px;
    width: 40px;
    position: absolute;
    left: 0;
    content: "";
    transition: width 0.3s ease;
    height: 3px;
}

.plan_selection_238 .img_strip_wrap_836 {
    overflow: hidden;
    border-radius: 0 0 12px 12px;
    transition: all 0.5s ease;
    height: 220px;
    position: relative;
    width: 100%;
}

footer {
    width: 100%;
    position: relative;
}

footer .class_guide_196 {
    background:rgb(145,160,190);
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 250px 0 30px;
}

footer .info_item {
    transition: all 0.3s ease;
    padding: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: flex-start;
    position: relative;
    align-items: center;
    display: flex;
    flex: 1 1 250px;
}

footer .info_item p,
footer .info_item a {
    color: #000000;
    font-size: 17px;
    transition: all 0.3s ease;
    text-decoration: none;
}

footer .license_cta_405 {
    max-width: 350px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 13px;
}

footer .header_start_486 a {
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.05);
    margin: 5px 8px 5px 0;
    font-size: 17px;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
}

footer .input_holder::after {
    z-index: -1;
    background-color: rgb(145,160,190);
    content: "";
    left: -10px;
    height: 70px;
    bottom: -20px;
    border-radius: 50%;
    position: absolute;
    width: 70px;
    opacity: 0.1;
}

footer .mail_signup_123 {
    position: relative;
    background-color: rgb(183,192,214);
    font-size: 18px;
    padding: 15px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
}

.cookie_alert_overlay_607 .container {
    gap: 1rem;
    max-width: 1140px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 1;
    display: flex;
    position: relative;
    margin: 0 auto;
    flex-wrap: wrap;
}

.user_dialog_024 {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    color: #ffffff;
    border: none;
    background: rgb(183,192,214);
    border-radius: 10px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.take_a_spin_183 .success_path_438 {
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 30px;
    padding: 60px 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    background: rgba(255, 255, 255, 0.05);
    z-index: 2;
    align-items: center;
    position: relative;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.take_a_spin_183 h3::before {
    width: 80px;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    bottom: -20px;
    left: 50%;
    height: 1px;
}

.take_a_spin_183 .get_support_795::after {
    content: '';
    position: absolute;
    height: 200%;
    transition: all 0.6s ease;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    transform: rotate(35deg);
    z-index: 2;
    width: 20px;
    left: -100px;
    top: -50%;
}

.take_a_spin_183 .get_support_795:hover::after {
    left: 120%;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 768px) {.title_screen_943 {
    padding: 80px 0 40px;
}.title_screen_943 .main_front_874 > div {
    padding: 50px 25px;
    min-height: 300px;
}.title_screen_943 .learn_lead_783 {
    font-size: calc(39px * 0.8);
}.title_screen_943 .main_front_874 p,
    .title_screen_943 .main_front_874 h3 {
    max-width: 100%;
}.title_screen_943 .main_front_874 p {
    font-size: 17px;
}.title_screen_943 .main_front_874 h3 {
    padding: 15px;
    font-size: calc(22px * 0.9);
}
}



@media (max-width: 767px) {header .top_pagebar_512 {
    flex-direction: column;
    padding: 75px 30px 30px;
    height: 100vh;
    right: -100%;
    position: fixed;
    width: 80%;
    max-width: 320px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    top: 0;
    z-index: 1001;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    background: rgb(218,222,236);
    gap: 5px;
}header .top_pagebar_512:before {
    top: 60px;
    left: 10%;
    bottom: auto;
    height: 1px;
    width: 80%;
}header .menu.active {
    right: 0;
}header .top_navbar_523 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 14px 5px;
}header .top_navbar_523:last-child {
    border-bottom: none;
}header .top_navbar_523:after {
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}header .top_navbar_523:hover:after {
    opacity: 1;
    left: 5px;
    top: 50%;
}header .nav_main_036 {
    margin: 0 auto;
}
}



@media (max-width: 767px) {.our_team_569 {
    min-height: auto;
    padding: 4rem 0;
}.our_team_569 .container {
    transform: none;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
    padding: 1.5rem;
}.our_team_569 .content_wrapper_083 > div:first-child::before {
    width: 0.5rem;
    height: 0.5rem;
    left: -1rem;
}.our_team_569 .content_wrapper_083 > div:first-child::after {
    width: calc(100% + 2rem);
    left: -1.5rem;
}.our_team_569 h5 {
    font-size: calc(23px * 0.8);
}.our_team_569 .content_wrapper_083 > div:nth-child(2) p {
    font-size: calc(23px * 1.1);
}.our_team_569 ol::before {
    left: -1.25rem;
}.our_team_569 ol li {
    padding: 1rem;
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.our_team_569 ol li::before {
    width: 1.5rem;
    left: -1.75rem;
    height: 1.5rem;
    top: 1rem;
}
}



@media (min-width: 992px) {.thxCard_137 {
    padding: 8rem 0;
}.thxCard_137 .success_path_438 {
    padding: 6rem 5rem;
    gap: 3rem;
    margin-left: 8rem;
}.thxCard_137 h5 {
    font-size: calc(23px * 1.2);
}.thxCard_137 p {
    font-size: calc(15px * 1.05);
    max-width: 80%;
}
}



@media (min-width: 768px) {.plan_selection_238 .cost_deals_763 {
    grid-template-columns: repeat(2, 1fr);
}.plan_selection_238 .package_price_073 {
    height: 100%;
}.plan_selection_238 .img_strip_wrap_836 {
    height: 240px;
}
}



@media (min-width: 1200px) {.plan_selection_238 .cost_deals_763 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan_selection_238 .bundle_price_786 {
    padding: 40px;
}.plan_selection_238 .img_strip_wrap_836 {
    height: 260px;
}.plan_selection_238 .pricing_tiers_257:nth-child(odd) {
    transform: translateY(20px);
}.plan_selection_238 .pricing_tiers_257:nth-child(odd):hover {
    transform: translateY(12px);
}.plan_selection_238 .pricing_tiers_257:nth-child(even):hover {
    transform: translateY(-8px);
}
}



@media (max-width: 991px) {footer .quick_support_071 {
    margin-bottom: 80px;
    position: relative;
    top: 0;
}footer .class_guide_196 {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}


@media only screen and (max-width: 768px) {.cookie_alert_overlay_607 .container {
    align-items: center;
    flex-direction: column;
}.consent_comply_236 {
    margin-bottom: 1rem;
    margin-right: 0;
}.data_approval_720 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.cookie_necessary_279 {
    margin-top: 0.5rem;
    margin-left: 0;
}}



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



    @keyframes revealContent {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }



@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}



@keyframes rotate-bg {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}



@keyframes pulse {
    0%, 100% { transform: translateY(-50%) rotate(45deg) scale(1); }
    50% { transform: translateY(-50%) rotate(45deg) scale(1.2); }
}



@keyframes constellation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100px 100px;
    }
}



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



@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

