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

.header_pagewrap_oAS {
    flex: 1 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}

header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    position: relative;
    z-index: 100;
    background: linear-gradient(90deg, rgb(143,145,197) 0%, rgb(181,180,217) 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    padding: 0;
    overflow: visible;
}

.pricing_stack_suq .pricing_rates_i0j {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}

.pricing_stack_suq .learning_rates_8MN {
    padding: 2rem;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    text-align: center;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    order: 1;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transform: translateY(20px);
}

.pricing_stack_suq .learn_offers_xFY {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    order: 2;
}

.pricing_stack_suq .group_rates_Fug:nth-child(2) {
    --i: 2;
}

.pricing_stack_suq .group_rates_Fug:nth-child(4) {
    --i: 4;
}

.pricing_stack_suq .pro_rates_RnC {
    background: #ffffff;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    flex-direction: column;
    display: flex;
    overflow: hidden;
    position: relative;
}

.pricing_stack_suq .group_rates_Fug:hover .indv_cost_qcu::before {
    transform: translate(0, 0);
    opacity: 0.7;
}

.pricing_stack_suq .group_rates_Fug:hover h3 {
    color: rgb(181,180,217);
}

.pricing_stack_suq .rate_panel_jfQ {
    color: rgb(181,180,217);
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(18px + 0.8rem);
}

.pricing_stack_suq .cover_photo_t1h {
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
}

.pricing_stack_suq .group_rates_Fug:hover .cover_photo_t1h {
    transform: scale(1.05);
}

.primary_page_npg .intro_head_RBp {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
    width: 100%;
    position: relative;
}

.primary_page_npg .skill_classes_Njw:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2),
              0 8px 18px rgba(0, 0, 0, 0.15),
              inset 0 1px 3px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

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

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

.primary_page_npg p::before {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    transform: scaleY(0);
    top: 0;
    background: linear-gradient(to bottom, rgb(143,145,197), rgb(181,180,217));
    content: "";
    position: absolute;
    left: -4px;
    width: 4px;
    transform-origin: top;
}

.primary_page_npg .skill_classes_Njw:hover .title_style_header::after {
    transform: scaleX(1);
}

.primary_page_npg h3 {
    line-height: 1.5;
    max-width: 90%;
    color: rgb(255, 255, 255, 0.5);
    margin: 0;
    position: relative;
    transition: color 0.5s ease;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-size: clamp(1.1rem, 1.5vw + 0.5rem, 1.75rem);
    padding-right: 2rem;
    font-weight: 400;
}

header .top_expert_DJ9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    overflow: visible;
    position: relative;
    margin-right: 2rem;
}

header .top_expert_DJ9::after {
    left: -5px;
    right: -5px;
    content: '';
    z-index: -1;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    transform: skew(-5deg);
    opacity: 0;
    border: 2px solid #ffffff;
    bottom: -5px;
    top: -5px;
    position: absolute;
    transition: all 0.3s ease;
}

header .top_site_X3A {
    list-style: none;
    display: flex;
    position: relative;
    margin: 0;
    z-index: 2;
    padding: 0;
}

header .top_master_wny a:hover {
    border-color: #ffffff;
    text-shadow: none;
    color: rgb(181,180,217);
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

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

header .top_master_wny:hover::after {
    opacity: 0.5;
    bottom: -5px;
}

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

.cookie_popup_interrupt_DhT {
    position: fixed;
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    bottom: 20px;
    width: 90%;
    border-radius: 22px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    z-index: 1050;
}

.cookies_consent_8CU:hover {
    background: rgb(143,145,197);
}

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

.cookie_popup_interrupt_DhT p a:hover {
    color: rgb(143,145,197);
}

#alertTrackingUsage_0kq {
    display: none;
}

.education_history_gLR {
    background: linear-gradient(135deg, rgb(218,217,239) 0%, rgb(181,180,217,0.5) 70%, rgb(143,145,197,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

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

.education_history_gLR .testimonial_track_8KM {
    grid-template-columns: 1fr;
    position: relative;
    gap: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(181,180,217);
    backdrop-filter: blur(10px);
    display: grid;
    transform: perspective(1200px) rotateX(2deg);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 
                0 3px 10px rgba(0,0,0,0.05),
                0 1px 0 rgba(255,255,255,0.8) inset;
}

.education_history_gLR .name::after {
    background: linear-gradient(90deg, transparent, rgb(181,180,217), transparent);
    left: 50%;
    height: 2px;
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    width: 40%;
    transform: translateX(-50%);
    content: "";
}

.education_history_gLR .experience_KH7::before,
.education_history_gLR .experience_KH7::after {
    content: "";
    font-family: serif;
    color: rgb(181,180,217,0.5);
    font-size: 3.5rem;
    position: absolute;
    line-height: 1;
}

.education_history_gLR .experience_KH7::before {
    top: -0.5rem;
    left: 0;
}

.client_testimonials_FKh .founder_bio_nzy {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}



.client_testimonials_FKh h4::after {
    width: 80px;
    position: absolute;
    height: 3px;
    content: "";
    bottom: -15px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(181,180,217);
}

.client_testimonials_FKh .testimonial_track_8KM {
    position: relative;
    border-radius: 11px;
    transition: all 0.4s ease;
    padding: 30px;
    background: #ffffff;
    margin-bottom: 60px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    clear: both;
    width: 45%;
}



.client_testimonials_FKh .testimonial_track_8KM::before {
    background: rgb(181,180,217);
    transition: all 0.4s ease;
    box-shadow: 0 0 0 4px rgb(181,180,217,0.5);
    top: 30px;
    position: absolute;
    content: "";
    border-radius: 50%;
    border: 4px solid #ffffff;
    width: 20px;
    height: 20px;
    z-index: 2;
}

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

.client_testimonials_FKh .cover_photo_t1h {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto 15px;
    width: 70px;
    border-radius: 50%;
    float: left;
    height: 70px;
    transition: all 0.4s ease;
    margin-right: 20px;
    border: 3px solid #ffffff;
}

.client_testimonials_FKh .testimonial_track_8KM:hover p::before {
    width: 60px;
    background: rgb(181,180,217);
}

.reach_out_r50::before {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgb(181,180,217,0.5);
    left: 0;
    right: 0;
    content: "";
}

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

.reach_out_r50 .message_widget_pYx h3 {
    margin-bottom: 50px;
    font-size: 33px;
    color: #000000;
    padding-left: 20px;
    font-weight: 700;
    position: relative;
}

.reach_out_r50 .message_widget_pYx div {
    transition: all 0.3s ease;
    display: flex;
    padding: 15px 20px;
    align-items: center;
    background-color: #ffffff;
    transform: translateZ(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 25px;
}

.reach_out_r50 .connect_card_9ky {
    display: flex;
    justify-content: center;
    padding: 60px 40px;
    width: 60%;
    transform: rotateY(-5deg);
    transition: transform 0.5s ease;
    z-index: 2;
    flex-direction: column;
    background: linear-gradient(135deg, rgb(143,145,197), rgb(181,180,217));
    transform-origin: right center;
}

.reach_out_r50 form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.reach_out_r50 .query_card_7al {
    margin-bottom: 30px;
    position: relative;
}

.reach_out_r50 .query_card_7al label {
    line-height: 1.6;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
}

.reach_out_r50 .query_card_7al input[type="checkbox"]:checked + label::after {
    content: "";
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 7px;
    width: 6px;
    position: absolute;
    height: 12px;
    top: 4px;
    border: solid rgb(181,180,217);
}

.reach_out_r50 form .help_map_Fg6:hover {
    color: #ffffff;
}

.reach_out_r50 form .help_map_Fg6:hover::before {
    transform: translateY(0);
}



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

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

.secure_wrap_Ldh h1, .secure_wrap_Ldh h2 {
    padding: 0.5rem 0;
    letter-spacing: 0.1em;
    color: rgb(181,180,217);
    text-transform: uppercase;
    margin: 0;
}

.secure_wrap_Ldh h1 {
    border-bottom: 3px solid rgb(181,180,217);
    font-weight: 700;
    font-size: 48px;
}

.secure_wrap_Ldh ul li::before {
    margin-right: 1rem;
    color: rgb(181,180,217);
    content: '—';
}

.secure_wrap_Ldh div {
    margin: 1rem 0;
}

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

.podcast_cta_FjL::after {
    opacity: 0.2;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(143,145,197,0.5) 15px,
        rgb(143,145,197,0.5) 30px
    );
    content: "";
    height: 300px;
    position: absolute;
    transform: rotate(30deg);
    left: -50px;
    width: 300px;
    bottom: -50px;
}

footer .info_item svg {
    flex-shrink: 0;
    margin-right: 15px;
    height: 20px;
    fill: rgb(181,180,217);
    width: 20px;
}

footer .top_expert_DJ9 {
    position: relative;
}

footer .top_expert_DJ9 svg {
    margin-bottom: 20px;
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
}

footer .top_site_X3A {
    position: relative;
}

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

footer .nav_base_jd9 a:hover {
    border-bottom-color: rgb(181,180,217,0.5);
    padding-left: 10px;
    color: #ffffff;
}

footer .subscribe_holder::before {
    bottom: 0;
    border-radius: 13px;
    right: 0;
    background: linear-gradient(135deg, rgb(181,180,217,0.5), transparent);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.1;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(181,180,217);
    background-color: rgba(255, 255, 255, 0.1);
}

footer .updates_card_9lI::after {
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 300px;
    content: "";
    top: -100px;
    transition: all 0.7s ease;
    left: -100px;
    transform: rotate(45deg);
    width: 30px;
}

footer .webinar_arch_9jh {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.who_we_are_Fwf::after {
    top: -50%;
    left: -50%;
    background: radial-gradient(ellipse at center, transparent 30%, #000000 100%);
    height: 200%;
    position: absolute;
    animation: rotateBackground 60s linear infinite;
    width: 200%;
    opacity: 0.2;
    content: "";
}

.who_we_are_Fwf h2::before {
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    content: "";
    height: 4px;
    bottom: -20px;
    background: rgb(181,180,217);
}

.who_we_are_Fwf .learning_track_zIU {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

.who_we_are_Fwf .learning_track_zIU::before {
    position: absolute;
    transform-origin: bottom;
    left: 0;
    transition: transform 0.5s ease;
    height: 100%;
    transform: scaleY(0);
    background: rgb(181,180,217);
    top: 0;
    width: 4px;
    content: "";
}

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

.who_we_are_Fwf .learning_track_zIU h3::before {
    height: 8px;
    content: "";
    background: currentColor;
    margin-right: 15px;
    width: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.who_we_are_Fwf .mentor_values_OAP::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(181,180,217,0.5), rgb(143,145,197,0.5), transparent);
    left: 0;
    bottom: -30px;
}

.thxBlock_DI4::before {
    width: 40%;
    height: 80%;
    opacity: 0.2;
    content: "";
    z-index: 0;
    right: -5%;
    transform: rotate(-15deg) skew(5deg);
    top: -15%;
    position: absolute;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(143,145,197) 0%, rgba(rgb(143,145,197,0.5), 0.2) 100%);
    animation: float 18s ease-in-out infinite alternate;
}

.thxBlock_DI4 .founder_bio_nzy::before {
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform-origin: top;
    position: absolute;
    top: 0;
    width: 5px;
    content: "";
    left: 0;
    transform: scaleY(0);
    height: 100%;
    background: linear-gradient(180deg, rgb(181,180,217) 0%, rgb(143,145,197) 100%);
}

.thxBlock_DI4 a:hover {
    transform: translateY(-5px);
}

.thxBlock_DI4 a::before {
    bottom: -20px;
    width: 80px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(143,145,197,0.5), 0.1) 50%);
    position: absolute;
    height: 80px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    transform: scale(0);
    right: -20px;
    content: "";
    border-radius: 50% 0 50% 0;
}

.course_summary_0S5::before {
    height: 300px;
    position: absolute;
    width: 300px;
    top: -100px;
    z-index: 0;
    content: "";
    right: -100px;
    border-radius: 50%;
    background: linear-gradient(210deg, rgb(181,180,217), rgb(143,145,197));
    opacity: 0.05;
    transform: skew(-15deg, -15deg);
}

.course_summary_0S5 h2::after {
    content: "";
    position: absolute;
    width: 100px;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(181,180,217), rgb(143,145,197));
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: 0;
    height: 4px;
}

.course_summary_0S5 .cover_photo_t1h:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
}

.course_summary_0S5 .description::before {
    left: 0;
    content: "";
    top: 0;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, rgb(181,180,217), rgb(143,145,197));
}

.future_members_V0w {
    position: relative;
    padding: 120px 0 100px;
    background: rgb(218,217,239);
    overflow: hidden;
}

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

.future_members_V0w .founder_bio_nzy::after {
    position: absolute;
    top: 20px;
    width: 120px;
    border-radius: 50%;
    content: "";
    z-index: -1;
    height: 120px;
    right: 20px;
    opacity: 0.5;
    border: 2px solid rgb(181,180,217,0.5);
}

.future_members_V0w h4::before {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: rgb(181,180,217);
    content: "";
    width: 40px;
    position: absolute;
    bottom: -20px;
    height: 4px;
}

.future_members_V0w div > div::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(143,145,197,0.5) 20%, 
        rgb(143,145,197,0.5) 80%, 
        transparent 100%);
    content: "";
    opacity: 0.5;
    position: absolute;
    height: 1px;
    z-index: -1;
    left: 0;
    top: 50%;
    width: 100%;
}

.future_members_V0w p:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(181,180,217,0.5);
}

.future_members_V0w p:hover svg {
    transform: rotate(10deg) scale(1.2);
}

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

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

.future_members_V0w p:hover::after {
    opacity: 0.3;
    transform: scale(2);
}

.get_updates_f5L::before {
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(181,180,217,0.5) 0%, transparent 40%);
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
}

.get_updates_f5L .founder_bio_nzy {
    transform: translateY(0);
    border-left: 4px solid rgb(181,180,217);
    backdrop-filter: blur(5px);
    padding: 3rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
}

.get_updates_f5L h3::after {
    bottom: -10px;
    content: "";
    left: 0;
    transform: scaleX(1);
    height: 3px;
    width: 60px;
    background: rgb(181,180,217);
    transform-origin: left;
    transition: transform 0.4s ease;
    position: absolute;
}

.get_updates_f5L .input_holder input[type="email"]:focus {
    border-color: rgb(181,180,217);
    outline: none;
    box-shadow: 0 0 0 3px rgb(181,180,217,0.5);
}

.get_updates_f5L .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.get_updates_f5L .input_holder .updates_card_9lI::before {
    z-index: -1;
    transition: left 0.8s ease;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    top: 0;
    content: "";
}

.get_updates_f5L .input_holder .updates_card_9lI:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


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



@media (min-width: 1200px) {.pricing_stack_suq .learn_offers_xFY {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing_stack_suq .indv_cost_qcu {
    padding: 3rem 2.5rem;
}.pricing_stack_suq .learning_rates_8MN h2 {
    font-size: calc(36px + 0.3rem);
}
}



@media (max-width: 1200px) {.primary_page_npg .skill_classes_Njw {
    gap: 2rem;
    padding: 2.5rem;
}
}



@media (max-width: 992px) {.primary_page_npg .skill_classes_Njw {
    gap: 1.75rem;
    width: 95%;
    padding: 2rem;
}.primary_page_npg p {
    padding-left: 1.5rem;
}.primary_page_npg .title_style_header::after {
    width: 50%;
}.primary_page_npg h3 {
    padding-right: 0;
    max-width: 100%;
}
}



@media (max-width: 380px) {.primary_page_npg .skill_classes_Njw {
    gap: 1rem;
    padding: 1.25rem;
}.primary_page_npg p {
    border-left-width: 3px;
    font-size: 0.9rem;
    padding-left: 0.75rem;
}.primary_page_npg .title_style_header::after {
    height: 2px;
}}



@media (max-width: 991px) {header .top_class_gGy {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .top_expert_DJ9 {
    margin-right: 0;
    margin-bottom: 0;
}header .top_site_X3A {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .top_master_wny a {
    height: 36px;
    padding: 0 1rem;
    font-size: calc(15px - 1px);
}
}



@media (min-width: 992px) {.education_history_gLR {
    padding: 8rem 0;
}.education_history_gLR .testimonial_track_8KM {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    max-width: 90%;
    margin: 0 auto;
}.education_history_gLR .testimonial_track_8KM:hover {
    transform: perspective(1500px) rotateX(0) rotateY(0);
}.education_history_gLR .cover_photo_t1h {
    width: 180px;
    height: 180px;
}.education_history_gLR .experience_KH7 {
    padding: 2rem;
    line-height: 1.8;
    font-size: calc(15px + 0.1rem);
}
}



@media (min-width: 1200px) {.education_history_gLR .testimonial_track_8KM {
    gap: 2rem 3rem;
    max-width: 80%;
    grid-template-columns: 220px 1fr;
}.education_history_gLR .cover_photo_t1h {
    width: 200px;
    height: 200px;
}.education_history_gLR .name {
    font-size: calc(21px + 0.2rem);
}.education_history_gLR .testimonial_track_8KM > div:nth-child(2) > div {
    font-size: 15px;
}
}



@media (max-width: 768px) {.client_testimonials_FKh {
    padding: 60px 0;
}.client_testimonials_FKh h4 {
    font-size: calc(30px * 0.85);
    margin-bottom: 50px;
}.client_testimonials_FKh .user_opinions_9fC::before {
    left: 20px;
}.client_testimonials_FKh .testimonial_track_8KM {
    margin-bottom: 40px;
    width: calc(100% - 60px);
    float: right;
}.client_testimonials_FKh .testimonial_track_8KM:nth-child(odd),
    .client_testimonials_FKh .testimonial_track_8KM:nth-child(even) {
    animation: slideInRight 0.8s ease-out both;
    float: right;
}.client_testimonials_FKh .testimonial_track_8KM:nth-child(odd)::before,
    .client_testimonials_FKh .testimonial_track_8KM:nth-child(even)::before {
    left: -40px;
}.client_testimonials_FKh .testimonial_track_8KM:nth-child(odd)::after,
    .client_testimonials_FKh .testimonial_track_8KM:nth-child(even)::after {
    border-color: transparent #ffffff transparent transparent;
    left: -20px;
}.client_testimonials_FKh .cover_photo_t1h {
    height: 50px;
    margin-right: 15px;
    width: 50px;
}.client_testimonials_FKh .testimonial_track_8KM span {
    font-size: calc(22px * 0.9);
}}



@media (max-width: 1100px) {.who_we_are_Fwf {
    padding: 100px 0 80px;
}.who_we_are_Fwf h2 {
    margin-bottom: 60px;
    font-size: calc(45px * 0.9);
}.who_we_are_Fwf .learning_track_zIU {
    padding: 35px;
}
}



@media (max-width: 576px) {.who_we_are_Fwf {
    padding: 60px 0 50px;
}.who_we_are_Fwf h2 {
    margin-bottom: 40px;
    font-size: calc(32px);
}.who_we_are_Fwf h2::before {
    width: 50px;
    bottom: -15px;
    height: 3px;
}.who_we_are_Fwf .mentor_values_OAP {
    gap: 30px;
}.who_we_are_Fwf .learning_track_zIU {
    padding: 25px;
}.who_we_are_Fwf .learning_track_zIU h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}.who_we_are_Fwf .learning_track_zIU p {
    font-size: calc(17px * 0.95);
}
}



@media screen and (min-width: 992px) {.thxBlock_DI4 {
    padding: 10rem 0;
}.thxBlock_DI4 .founder_bio_nzy {
    padding: clamp(3rem, 7vw, 5rem);
    gap: calc(18px * 3);
    grid-template-columns: 1fr 1fr;
}.thxBlock_DI4 h5 {
    font-size: calc(22px * 1.2);
    padding-bottom: 0;
}.thxBlock_DI4 h5::after {
    bottom: -0.75rem;
}.thxBlock_DI4 p {
    font-size: calc(18px * 1.05);
}
}



@media (min-width: 992px) {.course_summary_0S5 {
    padding: 10rem 0;
}.course_summary_0S5 .container {
    padding: 0 3rem;
}.course_summary_0S5 h2 {
    margin-bottom: 4rem;
    font-size: calc(32px * 1.2);
    max-width: 65%;
}.course_summary_0S5 .job_classes_d2D {
    gap: 5rem;
}.course_summary_0S5 .cover_photo_t1h {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
    height: 600px;
}.course_summary_0S5 .text_box_item_waA {
    padding-right: 2rem;
}.course_summary_0S5 h2::after {
    width: 150px;
}.course_summary_0S5 .description {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 768px) {.future_members_V0w {
    padding: 80px 0 70px;
}.future_members_V0w .founder_bio_nzy {
    padding: 40px 25px;
}.future_members_V0w h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 35px;
}.future_members_V0w div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.future_members_V0w div > div::before {
    display: none;
}.future_members_V0w p {
    padding: 18px;
}.future_members_V0w p svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.future_members_V0w .founder_bio_nzy::after {
    right: auto;
    height: 80px;
    top: auto;
    left: 20px;
    width: 80px;
    bottom: 20px;
}
}



@media (max-width: 480px) {.get_updates_f5L {
    padding: 2.5rem 0;
}.get_updates_f5L .founder_bio_nzy {
    padding: 1.5rem;
}.get_updates_f5L h3 {
    font-size: calc(20px * 0.8);
    margin-bottom: 1rem;
}.get_updates_f5L h3::after {
    width: 40px;
}.get_updates_f5L .input_holder {
    margin-top: 1.5rem;
}.get_updates_f5L .input_holder input[type="email"] {
    height: 45px;
}.get_updates_f5L .input_holder .updates_card_9lI {
    min-height: 45px;
    padding: 0.6rem 1.2rem;
}}

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

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



@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(181,180,217,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

