html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    auto
contain;
}

.container {
    width: 1156px;
    max-width: 100%;
    margin: auto;
}

.title_screen_943 > div {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}

.title_screen_943 .learn_lead_783 {
    transition: transform 0.5s ease;
    margin: 0 0 10px;
    font-weight: 700;
    color: rgb(183,192,214);
    transform: translateX(-5px);
    font-size: 39px;
    display: inline-block;
    position: relative;
}

.title_screen_943 .main_front_874:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.title_screen_943 .main_front_874 > div {
    display: flex;
    position: relative;
    min-height: 400px;
    padding: 80px 40px;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.mentorship_experience_948::before {
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(120deg, rgb(183,192,214,0.5) 0%, transparent 70%);
    width: 100%;
    content: "";
    z-index: 0;
    top: 0;
}

.mentorship_experience_948 .img_strip_wrap_836 {
    overflow: hidden;
    width: 80%;
    transform: translateY(0);
    height: 400px;
    position: relative;
    border-radius: 29px;
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
}

.mentorship_experience_948 .name {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: center;
    color: rgb(183,192,214);
}

.mentorship_experience_948 .career_milestones_983 {
    padding: 0 1rem;
    font-style: italic;
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
    position: relative;
}

header:before {
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(183,192,214) 0%, 
        rgb(145,160,190) 50%, 
        rgb(183,192,214) 100%
    );
    height: 5px;
    content: '';
}

header .container {
    position: relative;
    max-width: 1200px;
    padding: 15px 25px;
    margin: 0 auto;
}

header .container:after {
    background: rgb(145,160,190);
    opacity: 0.7;
    width: 8px;
    content: '';
    position: absolute;
    height: 8px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

header .top_pagebar_512:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}

header .top_navbar_523:before {
    transform: translateX(-101%);
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 2px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    left: 0;
    background: rgb(183,192,214);
}

header .top_navbar_523:hover:before {
    transform: translateX(0);
}

header .nav_main_036:before {
    border: 2px solid transparent;
    background: linear-gradient(rgb(218,222,236), rgb(218,222,236)) padding-box,
                linear-gradient(135deg, rgb(183,192,214), rgb(145,160,190)) border-box;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    height: 100%;
    border-radius: 10px;
    content: '';
}

.follow_215 .connect_reach_735 {
    background: rgb(218,222,236);
    padding: 3rem;
    transition: transform 0.5s ease;
    transform: rotateY(-5deg);
    position: relative;
    border-radius: 24px;
    max-width: 650px;
    border: 1px solid rgb(183,192,214,0.5);
    box-shadow: 
        0 0 20px rgb(183,192,214,0.5),
        0 0 40px rgb(145,160,190,0.5);
    margin: 0 auto;
}

.follow_215 input[type="email"]:focus {
    border-color: rgb(183,192,214);
    box-shadow: 
        inset 0 0 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(183,192,214,0.5);
    outline: none;
}

.follow_215 input[type="submit"]::before {
    transition: opacity 0.3s ease;
    top: -50%;
    transform: rotate(45deg);
    left: -50%;
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, rgb(183,192,214), rgb(145,160,190), rgb(183,192,214));
    height: 200%;
    position: absolute;
    width: 200%;
    opacity: 0;
}

.contact_us_675 h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    color: rgb(145,160,190);
    font-weight: 700;
    position: relative;
}

.contact_us_675 .img_strip_wrap_836 {
    transition: transform 0.6s ease;
    height: 100%;
    grid-row: 1;
    grid-column: 2;
    min-height: 500px;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
}

.contact_us_675 .feedback_query_548 {
    margin-top: 10px;
    gap: 10px;
    display: flex;
    align-items: flex-start;
}

.contact_us_675 .feedback_query_548 input[type="checkbox"]:checked::after {
    color: #ffffff;
    font-size: 16px;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "✓";
    left: 50%;
    position: absolute;
}

.contact_us_675 .inquiry_help_208::before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    transition: all 0.6s ease;
    content: "";
}

.privacy_zone_971::after {
    z-index: 1;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(183,192,214), rgb(145,160,190), rgb(183,192,214));
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.privacy_zone_971::after {
    background-size: 200% 200%;
    animation: borderPulse 8s linear infinite;
}

.privacy_zone_971 h2::before {
    background: rgb(183,192,214);
    top: 0.2em;
    content: "";
    width: 4px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    height: 80%;
}

.privacy_zone_971 h4 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #000000;
    padding-left: 0.5rem;
    font-weight: 600;
    position: relative;
}

.privacy_zone_971 span {
    border-left: 1px solid rgba(rgb(145,160,190,0.5), 0.3);
    display: block;
    font-size: 13px;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    line-height: 1.7;
    position: relative;
    color: #000000;
    max-width: 95%;
}

.privacy_zone_971 li:hover::before {
    transform: rotate(45deg) scale(1.1);
}

.our_team_569::before {
    position: absolute;
    bottom: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.75) 100%);
    left: 0;
    content: "";
    right: 0;
    z-index: 1;
}

.our_team_569 .content_wrapper_083 > div:first-child {
    position: relative;
    margin-bottom: 0.5rem;
}

.our_team_569 .content_wrapper_083 > div:first-child::before {
    content: "";
    animation: pulse 3s infinite;
    height: 0.75rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 0.75rem;
    position: absolute;
    background: rgb(183,192,214);
    left: -1.5rem;
}

.our_team_569 .content_wrapper_083 > div:first-child:hover h5 {
    transform: translateX(0.5rem);
}

.our_team_569 .content_wrapper_083 > div:nth-child(2) p {
    line-height: 1.2;
    transform: translateY(0);
    letter-spacing: -0.5px;
    color: #ffffff;
    margin: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    -webkit-text-fill-color: transparent;
    transition: transform 0.4s ease, filter 0.4s ease;
    font-size: calc(23px * 1.5);
    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgb(145,160,190) 100%
    );
    font-weight: 700;
    background-clip: text !important;
    -webkit-background-clip: text !important;
}

.our_team_569 ol li:hover::before {
    box-shadow: 0 0 25px rgb(183,192,214);
    transform: scale(1.2);
}

.customer_experience_426::after {
    border-radius: 50% 50% 40% 60% / 40% 40% 60% 50%;
    content: "";
    background: radial-gradient(circle, rgb(183,192,214) 0%, rgba(rgb(183,192,214,0.5), 0) 70%);
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.07;
    width: 15vw;
    right: -5%;
    bottom: -5%;
    position: absolute;
    filter: blur(40px);
    height: 15vw;
    z-index: 0;
}

.customer_experience_426 .feedback_stars_649 {
    transform-style: preserve-3d;
    padding: 2rem;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    backface-visibility: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.03);
    border-radius: 10px;
    transform: translateZ(0) rotateY(0deg);
    overflow: hidden;
}

.customer_experience_426 .feedback_stars_649 .description {
    line-height: 1.6;
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #000000;
    z-index: 1;
}

.customer_experience_426 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(rgb(145,160,190,0.5), 0.3);
}

.thxCard_137::before {
    top: 0;
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.1) 1px, transparent 1px);
    animation: constellation 20s infinite linear;
    content: "";
    width: 100%;
    background-size: 40px 40px;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    opacity: 0.6;
}

.thxCard_137 .success_path_438 > div:first-child {
    padding-left: 25px;
    display: flex;
    align-items: center;
    position: relative;
}

.thxCard_137 .success_path_438:hover > div:first-child::before {
    width: 20px;
}

.thxCard_137 p {
    animation: fadeSlideIn 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-weight: 400;
    font-size: 15px;
    opacity: 0;
    line-height: 1.7;
    transform: translateY(20px);
    margin: 0;
    position: relative;
    z-index: 2;
    color: #000000;
}

.program_information_976 {
    background: rgb(218,222,236);
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
    overflow: hidden;
    min-height: 100vh;
}

.program_information_976 {
    grid-template-columns: 1fr;
}

.program_information_976 .skill_academy_195:hover .online_class_743 {
    animation-play-state: paused;
}

.program_information_976 .learn_more_057 {
    position: relative;
    min-height: 33.33vh;
    width: 100%;
    overflow: hidden;
}

.program_information_976 .learn_more_057 {
    min-height: auto;
    width: 50%;
}

.program_information_976 .next_skill_254 {
    display: flex;
    flex-direction: column;
    position: relative;
}

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

.program_information_976 .next_skill_254 .inquiry_help_208 {
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(183,192,214);
    transition: all 0.3s ease;
    align-self: flex-start;
    position: relative;
    border-radius: 16px;
    padding: 0.8rem 2.5rem;
}

.plan_selection_238 .rate_card_231 {
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
}

.plan_selection_238 .rate_options_170 h2 {
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.plan_selection_238 .pricing_tiers_257 {
    position: relative;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
}

.plan_selection_238 .bundle_price_786 h3 {
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 24px;
    color: #000000;
}

.plan_selection_238 .package_rates_596::before {
    bottom: -5px;
    left: 0;
    height: 1px;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(183,192,214,0.5), transparent);
}

.plan_selection_238 .img_strip_wrap_836::after {
    left: 0;
    content: "";
    right: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    transition: opacity 0.3s ease;
    z-index: 1;
    opacity: 0.6;
    top: 0;
}

footer .info_item:last-child {
    border-right: none;
}

footer .info_item::after {
    left: 0;
    transition: width 0.3s ease;
    width: 0;
    content: "";
    background-color: rgb(183,192,214);
    bottom: 0;
    height: 3px;
    position: absolute;
}

footer .text_main_holder {
    margin-top: 100px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

footer .top_pagebar_512 h5 {
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 19px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

footer .subscribe_holder {
    position: relative;
    padding: 30px 25px;
    border-radius: 23px;
    background-color: rgb(145,160,190,0.5);
}

footer .input_holder::before {
    position: absolute;
    right: -10px;
    border-radius: 50%;
    height: 50px;
    content: "";
    top: -10px;
    z-index: -1;
    background-color: rgb(183,192,214);
    width: 50px;
    opacity: 0.1;
}

footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

footer .mail_signup_123:hover::before {
    left: 100%;
}

footer .teach_supp_298 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.cookie_alert_overlay_607 {
    overflow: hidden;
    background: rgb(218,222,236);
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    bottom: 0;
    padding: 1rem 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(183,192,214);
    transition: transform 0.3s ease-in-out;
    align-items: center;
    z-index: 90;
}

.user_dialog_024:hover {
    transform: translateY(-3px);
    background: #000000;
}

.cookie_alert_overlay_607 p a:hover {
    color: #000000;
}

.take_a_spin_183::before {
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    height: 100%;
    z-index: -1;
    width: 100%;
    animation: rotateQuantum 30s linear infinite;
    top: 0;
    position: absolute;
    left: 0;
    content: '';
}

.take_a_spin_183 h3 {
    animation: floatTitle 6s ease-in-out infinite;
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 3px;
}

.take_a_spin_183 .get_support_795 {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    padding: 18px 45px;
    font-size: 17px;
    background: transparent;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 30px;
    color: #ffffff;
    z-index: 1;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}




@media screen and (max-width: 1024px) {.title_screen_943 {
    padding: 100px 0 50px;
}.title_screen_943 .main_front_874 > div {
    padding: 60px 30px;
    min-height: 350px;
}.title_screen_943 .learn_lead_783 {
    font-size: calc(39px * 0.9);
}
}



@media screen and (max-width: 767px) {.mentorship_experience_948 .img_strip_wrap_836 {
    height: 320px;
    width: 90%;
}.mentorship_experience_948 .job_wrap_921 {
    margin-top: -60px;
    width: 95%;
    padding: 2rem 1.5rem 1.5rem;
}.mentorship_experience_948 .job_wrap_921::before {
    width: 60px;
    height: 60px;
}}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .nav_main_036 svg {
    height: 35px;
}}



@media (max-width: 992px) {.contact_us_675 .contact_reach_857 {
    grid-template-columns: 1fr;
}.contact_us_675 .img_strip_wrap_836 {
    grid-column: 1;
    grid-row: 1;
    border-top-right-radius: 21px;
    border-radius: 0;
    border-top-left-radius: 21px;
    min-height: 300px;
}.contact_us_675 .request_help_630 {
    grid-column: 1;
    padding: 40px 30px;
    grid-row: 2;
}
}




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



@media (max-width: 991px) {.our_team_569 .container {
    width: 95%;
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2rem;
}.our_team_569 h5 {
    font-size: calc(23px * 0.9);
}.our_team_569 .content_wrapper_083 > div:nth-child(2) p {
    font-size: calc(23px * 1.3);
}.our_team_569 ol li {
    padding: 1.25rem 1.5rem;
}
}



@media (max-width: 1200px) {.customer_experience_426 h2 {
    font-size: calc(34px * 0.9);
    max-width: 100%;
}.customer_experience_426 .client_story_574 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}



@media (max-width: 768px) {.customer_experience_426 {
    padding: 3rem 0;
}.customer_experience_426 h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.customer_experience_426 .client_story_574 {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.customer_experience_426 .feedback_stars_649:hover {
    transform: translateY(-5px) translateZ(10px);
}.customer_experience_426 a {
    margin-top: 2rem;
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 767px) {.thxCard_137 {
    padding: 4rem 0;
}.thxCard_137 .success_path_438 {
    gap: 2rem;
    padding: 3rem 2rem;
}.thxCard_137 h5 {
    font-size: calc(23px * 0.9);
}.thxCard_137::after,
    .thxCard_137 .success_path_438::before {
    display: none;
}
}



@media (min-width: 992px) {.plan_selection_238 {
    padding: 160px 0;
}.plan_selection_238 .rate_card_231 {
    align-items: center;
    gap: 80px;
    flex-direction: row;
}.plan_selection_238 .rate_options_170 {
    padding: 0;
    text-align: left;
    flex: 0 0 30%;
}.plan_selection_238 .rate_options_170 h2 {
    font-size: calc(32px + 4px);
}.plan_selection_238 .rate_options_170 h2::after {
    transform: none;
    left: 0;
}.plan_selection_238 .value_deals_301 {
    margin-left: 0;
}.plan_selection_238 .cost_deals_763 {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 768px) {footer .class_guide_196 {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .mail_signup_123 {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .top_pagebar_512 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(19px - 2px);
}footer .header_start_486 a {
    font-size: calc(17px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .mail_signup_123 {
    padding: 12px;
}}



@media screen and (max-width: 768px) {.take_a_spin_183 {
    padding: 80px 0;
}.take_a_spin_183 .success_path_438 {
    padding: 40px 25px;
}.take_a_spin_183 h3 {
    letter-spacing: 2px;
    margin-bottom: 45px;
    font-size: calc(30px * 0.8);
}.take_a_spin_183 h3::before {
    bottom: -15px;
    width: 60px;
}.take_a_spin_183 .get_support_795 {
    padding: 14px 35px;
    letter-spacing: 1.5px;
    font-size: calc(17px * 0.9);
}
}



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

@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%; }
}



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



@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-33.33%);
    }
    40%, 56% {
        transform: translateY(-66.66%);
    }
    60%, 76% {
        transform: translateY(-100%);
    }
    80%, 96% {
        transform: translateY(-133.33%);
    }
    100% {
        transform: translateY(0);
    }
}



@keyframes pulseGrid {
    0% {
        opacity: 0.2;
        background-size: 40px 40px;
    }
    100% {
        opacity: 0.3;
        background-size: 45px 45px;
    }
}



@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}

