* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(255, 255, 255, 0.5);
    scrollbar-width: none;
}


.title_screen_943 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: rgb(218,222,236);
    position: relative;
    width: 100%;
    padding: 120px 0 60px;
}

.title_screen_943 {
    --scroll-offset: 0px;
}

.title_screen_943 .learn_lead_783:hover::after {
    transform: scaleX(1.2);
    width: 100px;
}

.title_screen_943 .main_front_874::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}

.title_screen_943 .main_front_874 h3 {
    color: #ffffff;
    padding: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    font-weight: 600;
    background: rgba(0, 0, 0, 0.4);
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.6s;
    max-width: 90%;
    opacity: 0;
    line-height: 1.4;
    font-size: 22px;
    border-left: 4px solid rgb(145,160,190);
}

.mentorship_experience_948 .img_strip_wrap_836::before {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    width: 100%;
    content: "";
}

.mentorship_experience_948 .job_wrap_921::before {
    content: "";
    left: 50%;
    z-index: 4;
    height: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    top: 0;
    width: 70px;
    border-radius: 50%;
    position: absolute;
    border: 5px solid rgb(218,222,236);
    background: #ffffff;
    transform: translate(-50%, -50%);
}

.mentorship_experience_948 .career_milestones_983::after {
    right: 0;
    bottom: -0.5rem;
}

.mentorship_experience_948 .feedback_stars_649:hover .job_wrap_921 {
    transform: translateY(20px);
}

header .top_primary_397 {
    position: relative;
    overflow: hidden;
}

header .top_primary_397:before {
    content: '';
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(183,192,214,0.5),
        transparent
    );
    height: 1px;
    position: absolute;
    width: 100%;
}

header .page_top_291 {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}

header .top_pagebar_512 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

header .top_navbar_523 {
    font-size: 13px;
    padding: 8px 2px;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    letter-spacing: 0.5px;
}

header .nav_main_036 {
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    padding: 5px 12px;
    text-decoration: none;
    align-items: center;
}

header .nav_main_036 svg {
    height: 42px;
    width: auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.follow_215::before {
    top: -50%;
    width: 200%;
    height: 200%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(145,160,190,0.5) 10px,
        rgb(145,160,190,0.5) 11px
    );
    position: absolute;
    animation: grid-move 20s linear infinite;
    content: "";
    left: -50%;
}

.follow_215 .input_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.follow_215 input[type="email"] {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    min-width: 250px;
    flex: 1;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border: 1px solid rgb(145,160,190,0.5);
}

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

.contact_us_675 .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.contact_us_675 h2::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    width: 60px;
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(183,192,214);
}

.contact_us_675 .request_help_630 {
    background: #ffffff;
    grid-row: 1;
    grid-column: 1;
    padding: 50px 40px;
}

.contact_us_675 input[type="text"] {
    border-radius: 10px;
    font-size: 16px;
    padding: 15px 20px;
    background: #ffffff;
    border: 1px solid rgb(218,222,236);
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
}

.contact_us_675 .feedback_query_548 label {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}

.contact_us_675 .feedback_query_548 a:hover {
    color: rgb(145,160,190);
}

.contact_us_675 .inquiry_help_208:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(145,160,190);
}

.contact_us_675 svg path {
    fill: rgb(183,192,214);
}

.privacy_zone_971 {
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(218,222,236), rgba(245, 248, 255, 0.95));
    color: #000000;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
}

.privacy_zone_971 h1::after {
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(183,192,214), transparent);
    content: "";
    position: absolute;
    bottom: 0;
    width: 6rem;
}

.privacy_zone_971 h3 {
    margin-bottom: 1.25rem;
    font-weight: 600;
    color: #000000;
    margin-top: 2.5rem;
    padding-left: 0.75rem;
    position: relative;
    font-size: calc(34px * 0.85);
}

.privacy_zone_971 p {
    color: #000000;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    font-size: 13px;
    max-width: 90%;
    line-height: 1.7;
    position: relative;
}

.privacy_zone_971 li {
    padding-left: 2.5rem;
    position: relative;
    margin-bottom: 1.25rem;
    font-size: 13px;
    counter-increment: privacy-counter;
    line-height: 1.6;
}

.our_team_569 {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
}

.our_team_569::after {
    background: rgb(183,192,214);
    right: -10%;
    transform: rotate(-15deg);
    opacity: 0.15;
    content: "";
    top: -10%;
    height: 70%;
    z-index: 2;
    position: absolute;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    width: 70%;
    filter: blur(70px);
}

.our_team_569 h5 {
    position: relative;
    letter-spacing: 1.5px;
    font-weight: 700;
    transform: translateX(0);
    text-transform: uppercase;
    transition: transform 0.4s ease;
    color: #ffffff;
    padding-left: 1rem;
    margin: 0;
    font-size: 23px;
}

.our_team_569 .content_wrapper_083 > div:nth-child(2) {
    position: relative;
}

.our_team_569 .content_wrapper_083 > div:nth-child(2):hover p {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    transform: translateY(-0.25rem);
}

.our_team_569 ol li {
    text-align: justify;
    margin-bottom: 1.5rem;
    counter-increment: about-counter;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-left: 3px solid rgb(183,192,214);
    position: relative;
    border-radius: 0 10px 10px 0;
    line-height: 1.8;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.01) 100%
    );
    color: #ffffff;
    padding: 1.5rem 2rem;
    font-size: 16px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.customer_experience_426 h2 {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    max-width: 80%;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 3.5rem;
    text-align: left;
}

.customer_experience_426 .client_story_574 {
    padding: 0;
    perspective: 1000px;
    margin: 0;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
}

.customer_experience_426 .feedback_stars_649 div {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.customer_experience_426 .feedback_stars_649:hover img {
    border-color: rgba(rgb(145,160,190,0.5), 0.3);
    transform: scale(1.05);
}

.customer_experience_426 .feedback_stars_649 h4::after {
    height: 2px;
    transition: width 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    position: absolute;
    background: linear-gradient(90deg, rgb(145,160,190) 0%, rgba(rgb(145,160,190,0.5), 0.3) 100%);
    width: 0;
    bottom: -5px;
    content: "";
    left: 0;
}

.customer_experience_426 a:hover::before {
    left: 100%;
}

.thxCard_137 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: radial-gradient(circle at 30% 70%, rgb(145,160,190,0.5), transparent 70%), 
                radial-gradient(circle at 70% 30%, rgb(183,192,214,0.5), transparent 60%);
}

.thxCard_137 .container {
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.thxCard_137 .success_path_438:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 1px 0 rgba(255,255,255,0.15) inset;
}

.thxCard_137 h5 {
    transform: translateY(20px);
    -webkit-background-clip: text !important;
    color: #000000;
    background-clip: text !important;
    margin: 0;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    line-height: 1.4;
    color: transparent;
    opacity: 0;
    z-index: 2;
    background: linear-gradient(to right, #000000, rgb(145,160,190));
    position: relative;
    font-size: 23px;
    font-weight: 700;
}

.program_information_976 .skill_academy_195::before {
    height: 100%;
    z-index: 2;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(218,222,236) 0%, transparent 40%);
    left: 0;
    pointer-events: none;
}

.program_information_976 .skill_academy_195::before {
    background: linear-gradient(0deg, rgb(218,222,236) 0%, transparent 80%);
}

.program_information_976 .container {
    z-index: 3;
    padding: 0 3rem;
    align-items: center;
    grid-row: 1;
    display: flex;
    grid-column: 1;
}

.program_information_976 .container {
    grid-column: 1;
    padding: 2rem;
    grid-row: 2;
}

.program_information_976 .next_skill_254 h3 {
    margin: 0 0 1.5rem 0;
    color: rgb(183,192,214);
    font-weight: 700;
    font-size: 36px;
    position: relative;
    line-height: 1.2;
}

.program_information_976 .next_skill_254 h3 {
    font-size: calc(36px * 1.1);
}

.program_information_976 .next_skill_254 .inquiry_help_208::before {
    width: 100%;
    transition: transform 0.6s ease;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transform: translateX(-100%);
    content: "";
    position: absolute;
}

.plan_selection_238 .rate_options_170 {
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
}

.plan_selection_238 .cost_deals_763 {
    margin: 0 auto;
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}

.plan_selection_238 .pricing_tiers_257:hover {
    transform: translateY(-8px);
}

.plan_selection_238 .pricing_tiers_257:hover .package_price_073 {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}

.plan_selection_238 .pricing_tiers_257:hover .bundle_price_786 h3::after {
    width: 60px;
}

.plan_selection_238 .package_rates_596 {
    display: inline-block;
    background: linear-gradient(135deg, rgb(183,192,214), rgb(145,160,190));
    -webkit-background-clip: text !important;
    color: transparent;
    font-size: 1.8rem;
    font-weight: 700;
    background-clip: text !important;
    position: relative;
    color: rgb(183,192,214);
    margin-bottom: 20px;
}

footer .carbon_cta_239 {
    z-index: 1;
    position: relative;
}

footer .quick_support_071 {
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    top: -120px;
    position: absolute;
    left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 23px;
    overflow: hidden;
    right: 0;
    display: flex;
}

footer .info_item a:hover {
    color: rgb(183,192,214);
}

footer .nav_site_674 {
    position: relative;
    padding: 0 25px;
}

footer .top_pagebar_512 {
    padding: 0 25px;
    position: relative;
}

footer .top_pagebar_512 h5::after {
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -2px;
    content: "";
    width: 60px;
    background-color: rgb(183,192,214);
}

footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 19px;
}

footer .input_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

#consentAlertWindow_492:checked ~ .cookie_alert_overlay_607 {
    opacity: 0;
    visibility: hidden;
}

.consent_comply_236 svg {
    width: 50px;
    fill: rgb(183,192,214);
    height: 50px;
}

.data_approval_720 h5 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: rgb(183,192,214);
    font-weight: 600;
}

.cookie_button.cookie_necessary_279 {
    margin-left: 0.5rem;
    background: #000000;
}

.cookie_alert_overlay_607 p a {
    text-decoration: underline;
    color: rgb(183,192,214);
    transition: color 0.3s ease;
}

.take_a_spin_183::after {
    top: -50%;
    height: 200%;
    z-index: -1;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    left: -50%;
    width: 200%;
    content: '';
    opacity: 0.1;
    animation: pulseRadial 10s ease-in-out infinite alternate;
    position: absolute;
}

.take_a_spin_183 .success_path_438::after {
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(183,192,214,0.5) 0deg,
        rgb(145,160,190,0.5) 120deg,
        rgb(183,192,214,0.5) 240deg,
        rgb(145,160,190,0.5) 360deg
    );
    animation: rotateQuantumGradient 20s linear infinite;
    content: '';
    z-index: -1;
    left: -50%;
    opacity: 0.1;
    position: absolute;
    height: 200%;
    top: -50%;
    width: 200%;
}

.take_a_spin_183 .get_support_795::before {
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    transition: opacity 0.4s ease;
    opacity: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
}

.take_a_spin_183 .get_support_795:hover::before {
    opacity: 1;
}

::-webkit-scrollbar {
    width: 1.2vw;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 19vh;
    box-shadow: inset -2px 0px 3px 4px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-track:active {
    background: rgb(145,160,190,0.5);
}

::-webkit-scrollbar-thumb {
    background: rgb(145,160,190,0.5);
    min-height: 27px;
    border-radius: 9999px;
    transition: background, border-radius, transform 1.8s ease-out;
    border: 3px dotted rgb(145,160,190);
}



@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .top_pagebar_512 {
    gap: 20px;
}header .nav_main_036 svg {
    height: 38px;
}
}



@media (max-width: 768px) {.follow_215 {
    padding: 3rem 1.5rem;
}.follow_215 .connect_reach_735 {
    transform: none;
    padding: 2rem;
}.follow_215 h3 {
    font-size: calc(18px * 0.9);
}.follow_215 .input_holder {
    flex-direction: column;
}.follow_215 input[type="email"],
    .follow_215 input[type="submit"] {
    width: 100%;
}
}



@media (max-width: 768px) {.contact_us_675 {
    padding: 50px 0;
}.contact_us_675 h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 30px;
}.contact_us_675 .request_help_630 {
    padding: 30px 25px;
}.contact_us_675 .img_strip_wrap_836 {
    min-height: 250px;
}
}



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



@media (max-width: 480px) {.our_team_569 {
    padding: 3rem 0;
}.our_team_569 .container {
    padding: 1rem;
}.our_team_569 .content_wrapper_083 {
    gap: 1rem;
}.our_team_569 h5 {
    font-size: calc(23px * 0.7);
}.our_team_569 .content_wrapper_083 > div:nth-child(2) p {
    font-size: 23px;
}.our_team_569 ol li {
    line-height: 1.5;
    padding: 0.75rem;
    font-size: calc(16px * 0.85);
}}



@media (max-width: 576px) {.customer_experience_426 {
    padding: 2.5rem 0;
}.customer_experience_426 h2 {
    font-size: calc(34px * 0.7);
}.customer_experience_426 .feedback_stars_649 {
    padding: 1.25rem;
}.customer_experience_426 .feedback_stars_649 img {
    width: 40px;
    height: 40px;
}.customer_experience_426 .feedback_stars_649 h4 {
    font-size: calc(22px * 0.8);
}.customer_experience_426 .feedback_stars_649 .description {
    font-size: calc(14px * 0.9);
}.customer_experience_426 a {
    text-align: center;
    width: 100%;
}}



@media (max-width: 767px) {.program_information_976 {
    min-height: auto;
    grid-template-columns: 1fr;
}.program_information_976 .skill_academy_195 {
    clip-path: none;
    height: 40vh;
    position: relative;
    width: 100%;
    grid-column: 1;
    grid-row: 1;
}.program_information_976 .skill_academy_195::before {
    background: linear-gradient(0deg, rgb(218,222,236) 0%, rgba(255,255,255,0.3) 100%);
}.program_information_976 .online_class_743 {
    animation: none;
    flex-direction: row;
}.program_information_976 .learn_more_057 {
    width: 100%;
    min-height: auto;
}.program_information_976 .container {
    grid-row: 2;
    grid-column: 1;
    padding: 2rem 1.5rem;
}.program_information_976 .success_path_438 {
    padding: 1.5rem;
    max-width: 100%;
}.program_information_976 .next_skill_254::before,
    .program_information_976 .next_skill_254::after {
    height: 40px;
    width: 40px;
}.program_information_976 .next_skill_254 h3 {
    font-size: 22px;
    margin-bottom: 1rem;
}.program_information_976 .next_skill_254 h3::after {
    width: 50px;
    height: 2px;
}.program_information_976 .next_skill_254 p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.program_information_976 .next_skill_254 .inquiry_help_208 {
    padding: 0.7rem 1.5rem;
    width: 100%;
    text-align: center;
}}



@media screen and (max-width: 576px) {.take_a_spin_183 {
    padding: 60px 0;
}.take_a_spin_183 .success_path_438 {
    padding: 30px 20px;
}.take_a_spin_183 h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.7);
    letter-spacing: 1.5px;
}.take_a_spin_183 h3::before {
    width: 50px;
    bottom: -12px;
}.take_a_spin_183 .get_support_795 {
    letter-spacing: 1px;
    padding: 12px 30px;
    font-size: calc(17px * 0.85);
}
}

@keyframes border-pulse {
    0% {
        opacity: 0.3;
        filter: hue-rotate(0deg);
    }
    100% {
        opacity: 0.7;
        filter: hue-rotate(90deg);
    }
}



@keyframes pulseGlow {
    0% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(-12deg) scale(1.05); }
    100% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
}



    @keyframes carousel-horizontal-tablet {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-50%);
        }
        40%, 56% {
            transform: translateX(-100%);
        }
        60%, 76% {
            transform: translateX(-150%);
        }
        80%, 96% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }



@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}

