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

.podcast_cta_FjL {
    flex: 0 0 auto;
}

.podcast_cta_FjL {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: #000000;
    color: #ffffff;
    position: relative;
    padding: 80px 0 30px;
}

.pricing_stack_suq::before {
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    top: 0;
    position: absolute;
    height: 100%;
}

.pricing_stack_suq .learning_rates_8MN h2::after {
    background: linear-gradient(90deg, transparent, rgb(181,180,217), transparent);
    bottom: -10px;
    width: 60%;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
}

.pricing_stack_suq .group_rates_Fug {
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    display: block;
    text-decoration: none;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
    will-change: transform, opacity;
    animation-delay: calc(0.1s * var(--i, 1));
}

.pricing_stack_suq .indv_cost_qcu {
    flex-grow: 1;
    position: relative;
    z-index: 1;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
}

.pricing_stack_suq .group_rates_Fug h3 {
    font-size: calc(22px + 0.2rem);
    font-weight: 700;
    transition: color 0.3s ease;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
}

.pricing_stack_suq .rate_panel_jfQ::before {
    left: 0;
    transition: width 0.3s ease;
    content: "";
    height: 3px;
    width: 40px;
    background: rgb(143,145,197);
    position: absolute;
    bottom: -5px;
}

.pricing_stack_suq .cover_photo_t1h::after {
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
    inset: 0;
}

.primary_page_npg .intro_head_RBp::before {
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, 
    rgb(181,180,217,0.5), 
    rgba(0, 0, 0, 0.7), 
    rgb(143,145,197,0.5));
    position: absolute;
    left: 0;
    height: 100%;
    backdrop-filter: blur(3px);
    content: "";
    width: 100%;
}

.primary_page_npg .skill_classes_Njw > div {
    transform: translateY(30px);
    animation: fadeSlideUp 0.9s forwards;
    opacity: 0;
}

.primary_page_npg .skill_classes_Njw > div:nth-child(2) {
    animation-delay: 0.6s;
}

.primary_page_npg p {
    font-family: Arial, sans-serif;
    padding-left: 2rem;
    font-weight: 600;
    font-size: clamp(1rem, 1vw + 0.75rem, 1.25rem);
    position: relative;
    border-left: 4px solid rgb(143,145,197);
    margin: 0 0 1rem;
    letter-spacing: 0.05em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.primary_page_npg .title_style_header::after {
    position: absolute;
    left: 0;
    height: 4px;
    transform: scaleX(0.7);
    content: "";
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(181,180,217), rgb(143,145,197));
    bottom: -0.5rem;
}

header::before {
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    position: absolute;
}

header .top_expert_DJ9:hover::before {
    opacity: 0;
}

header .top_expert_DJ9:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}



header .main_mainwrap_MJV {
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

header .top_master_wny {
    margin: 0 0.4rem;
    position: relative;
}

header .top_master_wny a {
    display: flex;
    letter-spacing: 0.5px;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    overflow: hidden;
    text-shadow: 0 0 5px #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    padding: 0 1.2rem;
    justify-content: center;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    height: 40px;
}

header .top_class_gGy::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    height: 1px;
    content: '';
    left: 0;
    width: 100%;
    bottom: 0;
}

.track_alert_3QR {
    margin-bottom: 20px;
}

.track_alert_3QR svg, .track_alert_3QR svg path, .track_alert_3QR img {
    height: 60px;
    width: 60px;
    fill: rgb(181,180,217);
}

.cookie_popup_interrupt_DhT p {
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-size: 13px;
}

.cookie_button.cookie_lock_WAN {
    background: rgb(143,145,197);
}

.cookie_popup_interrupt_DhT p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(181,180,217);
}

#alertTrackingUsage_0kq:checked ~ .cookie_popup_interrupt_DhT {
    opacity: 0;
    visibility: hidden;
}

.education_history_gLR::after {
    opacity: 0.2;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgb(143,145,197,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    height: 90%;
    width: 90%;
    right: -50%;
    border-radius: 50%;
    top: -50%;
    content: "";
    position: absolute;
}

.education_history_gLR .testimonial_track_8KM:hover {
    box-shadow: 0 18px 40px rgba(0,0,0,0.15), 
                0 5px 12px rgba(0,0,0,0.08),
                0 1px 0 rgba(255,255,255,0.8) inset;
    transform: perspective(1200px) rotateX(0);
}

.education_history_gLR .cover_photo_t1h {
    width: 150px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1),
                0 0 0 8px rgba(255,255,255,0.8),
                0 0 0 12px rgb(181,180,217,0.5);
    height: 150px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    transition: all 0.4s ease-out;
}

.education_history_gLR .testimonial_track_8KM > div:nth-child(2) {
    text-align: center;
    position: relative;
}

.education_history_gLR .testimonial_track_8KM:hover .name::after {
    width: 70%;
}

.education_history_gLR .testimonial_track_8KM > div:nth-child(2) > div {
    padding: 0.5rem 1.5rem;
    color: rgb(143,145,197);
    position: relative;
    font-size: calc(15px - 0.1rem);
    display: inline-block;
    font-weight: 600;
    background: linear-gradient(to right, rgba(rgb(181,180,217,0.5), 0.1), rgba(rgb(181,180,217,0.5), 0), rgba(rgb(181,180,217,0.5), 0.1));
    font-style: italic;
}

.client_testimonials_FKh {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(218,217,239) 0%, #ffffff 100%);
    position: relative;
    padding: 90px 0;
}

.client_testimonials_FKh h4 {
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
    opacity: 1;
    transform: translateY(0);
    text-align: center;
    animation: fadeInDown 1s ease-out;
    font-size: 30px;
    color: #000000;
}

.client_testimonials_FKh .user_opinions_9fC::before {
    z-index: 1;
    content: "";
    transform: translateX(-50%);
    top: 0;
    width: 4px;
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    left: 50%;
    background: linear-gradient(to bottom, rgb(181,180,217,0.5), rgb(143,145,197,0.5));
}

.client_testimonials_FKh .testimonial_track_8KM:nth-child(odd)::before {
    right: -60px;
}

.client_testimonials_FKh .testimonial_track_8KM:nth-child(even)::before {
    left: -60px;
}

.client_testimonials_FKh .testimonial_track_8KM:hover::before {
    background: rgb(143,145,197);
    box-shadow: 0 0 0 4px rgb(143,145,197,0.5);
}

.client_testimonials_FKh .testimonial_track_8KM:nth-child(even)::after {
    border-color: transparent #ffffff transparent transparent;
    left: -20px;
}

.client_testimonials_FKh .testimonial_track_8KM:hover .cover_photo_t1h {
    transform: scale(1.05);
    border-color: rgb(181,180,217);
}

.client_testimonials_FKh .testimonial_track_8KM p {
    margin-top: 20px;
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
    position: relative;
    clear: both;
    transition: all 0.3s ease;
}

.reach_out_r50 {
    position: relative;
    padding: 100px 0;
}

.reach_out_r50 .container {
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.reach_out_r50 .message_widget_pYx {
    transform-origin: left center;
    background-color: rgb(218,217,239);
    z-index: 3;
    transition: transform 0.5s ease;
    transform: rotateY(5deg);
    position: relative;
    width: 40%;
    padding: 60px 40px;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
}

.reach_out_r50 .message_widget_pYx div:hover {
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.reach_out_r50 .message_widget_pYx div svg path {
    fill: rgb(181,180,217);
}

.reach_out_r50 .message_widget_pYx div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}

.reach_out_r50 .help_info_72M:hover .connect_card_9ky {
    transform: rotateY(0deg);
}

.reach_out_r50 form {
    flex-direction: column;
    width: 100%;
    display: flex;
}

.reach_out_r50 form input[type="text"],
.reach_out_r50 form input[type="email"] {
    font-size: 12px;
    backdrop-filter: blur(5px);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 25px;
    color: #ffffff;
    border-radius: 10px;
}

.reach_out_r50 .query_card_7al input[type="checkbox"]:checked + label::before {
    border-color: #ffffff;
    background-color: #ffffff;
}

.reach_out_r50 .query_card_7al label a {
    color: #ffffff;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.reach_out_r50 form .help_map_Fg6 {
    border: none;
    color: rgb(181,180,217);
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    align-self: flex-start;
    transition: all 0.3s ease;
    position: relative;
    background-color: #ffffff;
    padding: 18px 35px;
    overflow: hidden;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}

.reach_out_r50 .message_widget_pYx div:nth-child(5) {
    animation: float 9s infinite ease-in-out;
}

.secure_wrap_Ldh h2 {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 2px solid rgb(143,145,197);
}

.secure_wrap_Ldh h3, .secure_wrap_Ldh h4, .secure_wrap_Ldh h5, .secure_wrap_Ldh h6 {
    margin: 10px 0;
}

.secure_wrap_Ldh ul li {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    font-weight: 400;
    font-size: 12px;
    border-bottom: 1px solid rgb(143,145,197,0.5);
}

.secure_wrap_Ldh section {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

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

footer .ask_questions_jCG {
    border-left: 4px solid rgb(181,180,217);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: 60px;
    border-radius: 0 13px 13px 0;
    padding: 30px;
    display: grid;
}

footer .info_item a:hover {
    color: rgb(181,180,217);
}

footer .text_main_holder {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr;
}

footer .top_expert_DJ9::after {
    position: absolute;
    left: 0;
    bottom: -30px;
    content: "";
    background-color: rgb(181,180,217);
    width: 30%;
    height: 3px;
}

footer .nav_base_jd9 {
    margin-bottom: 30px;
}

footer .nav_base_jd9 a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    margin-bottom: 12px;
    display: block;
    padding: 8px 0;
    font-size: 17px;
    text-decoration: none;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 25px;
}

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

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .updates_card_9lI {
    display: inline-block;
    font-size: 20px;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px 20px;
    background-color: rgb(181,180,217);
    letter-spacing: 1px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
}

.who_we_are_Fwf::before {
    height: 100%;
    background-size: 30px 30px;
    opacity: 0.15;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
}

.who_we_are_Fwf h2::after {
    white-space: nowrap;
    letter-spacing: 5px;
    left: 50%;
    top: -0.5em;
    position: absolute;
    content: attr(data-text);
    transform: translateX(-50%);
    color: rgb(181,180,217);
    font-size: 0.15em;
}

.who_we_are_Fwf .learning_track_zIU:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgb(181,180,217,0.5);
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.who_we_are_Fwf .learning_track_zIU:last-child::before {
    background: rgb(143,145,197);
}

.who_we_are_Fwf .learning_track_zIU::after {
    position: absolute;
    background: rgb(181,180,217,0.5);
    border-radius: 50%;
    filter: blur(40px);
    width: 100px;
    content: "";
    height: 100px;
    z-index: -1;
    right: 0;
    top: 0;
    opacity: 0.05;
}

.who_we_are_Fwf .learning_track_zIU p {
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    position: relative;
    z-index: 2;
    opacity: 0.8;
}

.who_we_are_Fwf .learning_track_zIU:last-child {
    animation: slideUp 0.7s 0.2s ease forwards;
}



@supports not (backdrop-filter: blur(10px)) {.who_we_are_Fwf .learning_track_zIU {
    background: rgba(30, 30, 30, 0.7);
}}

.thxBlock_DI4 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,217,239) 0%, rgba(rgb(181,180,217,0.5), 0.05) 100%);
    position: relative;
    padding: 6rem 0;
}

.thxBlock_DI4 .container {
    max-width: 1140px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.thxBlock_DI4 .founder_bio_nzy {
    opacity: 0;
    grid-template-rows: auto auto;
    transform: translateY(20px);
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    position: relative;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    display: grid;
    padding: clamp(2rem, 5vw, 3.5rem);
    gap: calc(18px * 1.5);
}

.thxBlock_DI4 a {
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease-out;
    position: relative;
}

.thxBlock_DI4 a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.thxBlock_DI4 p {
    line-height: 1.7;
    font-size: 18px;
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    color: #000000;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    margin: 0;
}

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

.course_summary_0S5 h2 {
    transform: perspective(1000px) translateZ(0);
    position: relative;
    color: #000000;
    max-width: 85%;
    margin-bottom: 3rem;
    font-weight: 700;
    padding-bottom: 1.5rem;
    font-size: 32px;
}

.course_summary_0S5 .cover_photo_t1h {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    overflow: hidden;
    position: relative;
    height: 400px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}

.course_summary_0S5 .description {
    transition: opacity 0.3s ease;
    margin: 0;
    position: relative;
    font-size: 12px;
    opacity: 0.95;
    line-height: 1.7;
    color: #000000;
    padding-left: 1.5rem;
}

.course_summary_0S5 .description:last-of-type {
    padding-top: 1rem;
}

.future_members_V0w::after {
    position: absolute;
    bottom: -50%;
    transform: rotate(-35deg);
    z-index: 1;
    content: "";
    left: -50%;
    width: 100%;
    background: rgb(143,145,197,0.5);
    height: 100%;
}

.future_members_V0w .founder_bio_nzy::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(181,180,217), rgb(143,145,197));
    height: 6px;
    width: 100%;
    left: 0;
    content: "";
}



.future_members_V0w .founder_bio_nzy::before {
    animation: dotAnimation 8s infinite;
}

.future_members_V0w h4::after {
    height: 4px;
    content: "";
    transform: translateX(-20px);
    bottom: -20px;
    left: 50%;
    position: absolute;
    background: rgb(143,145,197,0.5);
    width: 80px;
    border-radius: 10px;
}

.future_members_V0w p::before {
    border-radius: 10px;
    top: 0;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgb(218,217,239) 100%);
    left: 0;
    opacity: 0;
}

.future_members_V0w p:hover::before {
    opacity: 1;
}

.future_members_V0w p svg path {
    fill: rgb(181,180,217);
    transition: fill 0.3s ease;
}

.future_members_V0w p:hover svg path {
    fill: rgb(143,145,197);
}

.future_members_V0w .founder_bio_nzy > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.future_members_V0w .founder_bio_nzy > div p:nth-child(4) {
    animation-delay: 0.7s;
}

.future_members_V0w p::after {
    right: 10px;
    height: 30px;
    transition: all 0.4s ease;
    background: rgb(143,145,197,0.5);
    content: "";
    opacity: 0;
    z-index: -1;
    bottom: 10px;
    position: absolute;
    width: 30px;
    border-radius: 50%;
}

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

.get_updates_f5L .founder_bio_nzy:hover {
    transform: translateY(-5px);
}

.get_updates_f5L h3 {
    font-size: calc(20px * 0.9);
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease;
    color: #000000;
    font-weight: 600;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

.get_updates_f5L .founder_bio_nzy:hover h3::after {
    transform: scaleX(1.5);
}

.get_updates_f5L .input_holder div {
    flex: 1 1 250px;
    position: relative;
}

.get_updates_f5L .input_holder input[type="email"] {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    height: 50px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    padding: 0.75rem 1rem;
    font-family: Arial, sans-serif;
    font-size: calc(18px * 0.95);
    width: 100%;
}

.get_updates_f5L .input_holder .updates_card_9lI:hover {
    background: rgb(143,145,197);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.get_updates_f5L .input_holder .updates_card_9lI:hover::before {
    left: 100%;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (min-width: 992px) {.pricing_stack_suq .pricing_rates_i0j {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.pricing_stack_suq .learning_rates_8MN {
    display: flex;
    height: 100%;
    text-align: left;
    order: 2;
    padding: 4rem 3rem;
    justify-content: center;
    flex-direction: column;
}.pricing_stack_suq .learning_rates_8MN h2::after {
    background: linear-gradient(90deg, rgb(181,180,217), transparent);
    transform: none;
    width: 100px;
    left: 0;
}.pricing_stack_suq .learning_rates_8MN .payment_scheme_KxC {
    max-width: 100%;
    margin: 0;
}.pricing_stack_suq .learn_offers_xFY {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}



@media (max-width: 768px) {.primary_page_npg .intro_head_RBp {
    background-position: center center !important;
}.primary_page_npg .skill_classes_Njw {
    transform: perspective(1000px) rotateX(0deg);
    gap: 1.5rem;
    padding: 1.75rem;
}.primary_page_npg p {
    padding-left: 1rem;
    font-size: 1rem;
}.primary_page_npg .title_style_header::after {
    bottom: -0.3rem;
    height: 3px;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .top_class_gGy {
    padding: 0.8rem 1.5rem;
}header .top_expert_DJ9 {
    max-width: 140px;
}header .top_expert_DJ9::before, 
    header .top_expert_DJ9::after {
    top: -3px;
    right: -3px;
    left: -3px;
    bottom: -3px;
}header .main_mainwrap_MJV img {
    max-height: 35px;
}header .top_site_X3A {
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}header .top_site_X3A::-webkit-scrollbar {
    height: 3px;
}header .top_site_X3A::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .top_master_wny {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top_master_wny a {
    height: 32px;
    font-size: calc(15px - 2px);
    padding: 0 0.8rem;
    white-space: nowrap;
}header .top_master_wny::after {
    display: none;
}
}



@media (max-width: 767px) {.education_history_gLR {
    padding: 4rem 0;
}.education_history_gLR .testimonial_track_8KM {
    padding: 2rem 1.5rem;
}.education_history_gLR .experience_KH7 {
    padding: 1rem 0.5rem;
}.education_history_gLR .experience_KH7::before,
    .education_history_gLR .experience_KH7::after {
    font-size: 2.5rem;
}}



@media screen and (max-width: 992px) {.reach_out_r50 .container {
    width: 90%;
}.reach_out_r50 .help_info_72M,
    .reach_out_r50 .message_widget_pYx,
    .reach_out_r50 .connect_card_9ky {
    transform: none;
}.reach_out_r50 .message_widget_pYx,
    .reach_out_r50 .connect_card_9ky {
    width: 100%;
}.reach_out_r50 .message_widget_pYx {
    padding: 40px 30px;
}.reach_out_r50 .connect_card_9ky {
    padding: 40px 30px;
}
}


@media only screen and (max-width: 800px) {.secure_wrap_Ldh {
    border-radius: 10px;
    gap: 1rem;
    padding: 1.5rem;
}.secure_wrap_Ldh h1 {
    border-bottom-width: 2px;
    font-size: calc(19px * 0.9);
}.secure_wrap_Ldh h2 {
    font-size: calc(19px * 0.9);
    border-bottom-width: 1px;
}.secure_wrap_Ldh ul li {
    padding: 0.5rem 0;
}.secure_wrap_Ldh ul li::before {
    margin-right: 0.5rem;
}}



@media (max-width: 767px) {footer .podcast_cta_FjL {
    padding: 60px 0 30px;
}footer .ask_questions_jCG {
    padding: 20px;
    margin-bottom: 40px;
    grid-template-columns: 1fr;
}footer .top_site_X3A h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .top_site_X3A h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .study_group_dDE {
    margin-top: 40px;
}
}



@media (max-width: 768px) {.who_we_are_Fwf {
    padding: 80px 0 60px;
}.who_we_are_Fwf h2 {
    margin-bottom: 50px;
    font-size: calc(45px * 0.8);
}.who_we_are_Fwf .mentor_values_OAP {
    gap: 40px;
    grid-template-columns: 1fr;
}.who_we_are_Fwf .learning_track_zIU {
    padding: 30px;
}.who_we_are_Fwf .learning_track_zIU:last-child {
    animation-delay: 0.1s;
}
}



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



@media (prefers-reduced-motion: reduce) {.thxBlock_DI4::before,
    .thxBlock_DI4::after {
    animation: none;
}.thxBlock_DI4 .founder_bio_nzy,
    .thxBlock_DI4 h5::after,
    .thxBlock_DI4 p {
    animation-duration: 0.1s;
}.thxBlock_DI4 a:hover {
    transform: none;
}}



@media (min-width: 1200px) {.course_summary_0S5 .container {
    padding: 0 4rem;
}.course_summary_0S5 h2 {
    max-width: 60%;
}.course_summary_0S5 .job_classes_d2D {
    gap: 6rem;
}.course_summary_0S5 .cover_photo_t1h {
    transform: perspective(1500px) rotateY(-4deg) translateZ(0);
}.course_summary_0S5 .description {
    padding-left: 2rem;
}.course_summary_0S5 .description::before {
    width: 4px;
}
}



@media (max-width: 991px) {.future_members_V0w {
    padding: 90px 0 80px;
}.future_members_V0w .founder_bio_nzy {
    padding: 50px 30px;
}.future_members_V0w h4 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
}.future_members_V0w div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.future_members_V0w p {
    padding: 20px;
}.future_members_V0w .founder_bio_nzy::after {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 768px) {.get_updates_f5L {
    padding: 3rem 0;
}.get_updates_f5L .founder_bio_nzy {
    padding: 2rem;
}.get_updates_f5L h3 {
    font-size: calc(20px * 0.85);
}.get_updates_f5L .input_holder {
    flex-direction: column;
    gap: 1rem;
}.get_updates_f5L .input_holder div {
    flex: 1 1 100%;
    width: 100%;
}.get_updates_f5L .input_holder .updates_card_9lI {
    width: 100%;
}.get_updates_f5L::after {
    width: 50%;
    height: 40%;
}
}



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

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



@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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



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



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

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

