.layer-container37 {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}

.design_res94 {
    flex: 0 0 auto;
}

.design_res94 {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}

#cookieWarningWindow42:checked ~ .trackingNoticeDialog65 {
    opacity: 0;
    visibility: hidden;
}

.cookie_guide07 {
    border: 2px dashed rgb(217,210,207);
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 19px;
    padding: 20px 5%;
    gap: 20px;
    align-items: center;
    display: flex;
}

.cookies_tech92 {
    display: flex;
    border-radius: 19px;
    align-items: center;
    justify-content: center;
    background: rgb(217,210,207,0.5);
    padding: 10px;
    margin-right: 20px;
    flex-shrink: 0;
}

.cookie_button.web_cookies72 {
    border: 2px solid rgb(185,174,172);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.trackingNoticeDialog65 p a:hover {
    color: rgb(185,174,172);
}


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

footer::before {
    position: absolute;
    z-index: -2;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgb(185,174,172), rgb(217,210,207));
    content: "";
    opacity: 0.9;
}

.design_res94 .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    position: relative;
}

.design_res94 .company_holder h3 {
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    position: relative;
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
    font-size: 33px;
}

.design_res94 .top_start94 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}

.design_res94 .site_nav74 .top_start94 {
    gap: 1rem;
    display: grid;
}

.design_res94 .site_nav74 .top_start94 a {
    text-decoration: none;
    align-items: center;
    position: relative;
    display: flex;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    font-size: 12px;
}

.milestone_cta72 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.design_res94::after {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    width: 50px;
    top: 2rem;
    position: absolute;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    right: 2rem;
}

.design_res94 .donate_btn91::after {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    height: 50px;
    bottom: 0;
}

header .top_plank .top_experts17 div img, header .top_plank .top_experts17 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}

.program_structure97::before {
    z-index: 0;
    position: absolute;
    top: 0;
    animation: patternFloat 60s infinite linear;
    width: 100%;
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(217,210,207,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(217,210,207,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(217,210,207,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(217,210,207,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(217,210,207,0.5) 1px, transparent 5px);
    right: 0;
    content: "";
    background-size: 120px 120px;
    height: 100%;
}

.program_structure97 .content_photo36:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.program_structure97 .prose_block75 {
    background: #ffffff;
    border-left: 4px solid rgb(217,210,207);
    padding: 20px;
    position: relative;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
}

.program_structure97 h3::after {
    background: rgb(185,174,172);
    transform-origin: left;
    bottom: -10px;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 60px;
    content: "";
    transform: scaleX(1);
    position: absolute;
}

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

.opening_board37 .skill_spot71 {
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.25),
    -10px -10px 30px rgba(255, 255, 255, 0.1);
    max-width: 1200px;
    z-index: 2;
    backdrop-filter: blur(10px);
    width: 85%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: rgba(255, 255, 255, 0.12);
}

.opening_board37 h3 {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: calc(21px + 0.2rem);
}

.opening_board37 p::before {
    transform-origin: top;
    width: 3px;
    content: "";
    background: rgb(185,174,172);
    height: 100%;
    top: 0;
    transform: scaleY(0);
    position: absolute;
    animation: scaleIn 0.4s 1s forwards;
    left: 0;
}

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

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

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

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

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

.gratSpot32::after {
    left: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(185,174,172) 50%, transparent);
    transform-origin: left;
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    content: "";
    width: 80%;
    transform: scaleX(0);
    bottom: 20%;
    position: absolute;
}

.gratSpot32 .who_weare10 {
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    border-left: 4px solid rgb(185,174,172);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    padding: 3rem;
    opacity: 0;
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    position: relative;
}

.gratSpot32 li::before {
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    height: 0.5rem;
    background-color: rgb(185,174,172);
    top: 0.5rem;
    width: 0.5rem;
    left: -1.5rem;
    transform: rotate(45deg) scale(0);
    content: "";
    position: absolute;
}

.get_in_touch40::after {
    bottom: -100px;
    z-index: 1;
    left: -100px;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(185,174,172,0.5), rgb(217,210,207,0.5));
    filter: blur(60px);
    content: "";
    position: absolute;
}

.get_in_touch40 h2::after {
    right: calc(50% - 100px);
    bottom: -15px;
    z-index: -1;
    content: "";
    position: absolute;
    height: 30px;
    border-radius: 50%;
    background: rgb(185,174,172,0.5);
    width: 30px;
}

.get_in_touch40 .content_photo36 {
    transition: transform 0.5s ease;
    position: relative;
    min-height: 500px;
    flex: 0 0 45%;
}

.get_in_touch40 .content_photo36::after {
    z-index: 2;
    top: 20px;
    position: absolute;
    right: 20px;
    pointer-events: none;
    bottom: 20px;
    content: "";
    left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.get_in_touch40 form input[type="text"] {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 12px;
    background: rgb(242,238,237);
    font-size: 13px;
    padding: 18px 25px;
    border: none;
    width: 100%;
}

.get_in_touch40 .message_query90 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.get_in_touch40 .message_query90 label::before {
    content: "";
    left: 0;
    background: rgb(242,238,237);
    top: 0;
    width: 22px;
    border-radius: 6px;
    position: absolute;
    height: 22px;
    transition: all 0.3s ease;
}

.get_in_touch40 .message_query90 label a:hover {
    color: rgb(185,174,172);
}

.get_in_touch40 .query_map48 {
    color: #ffffff;
    border-radius: 12px;
    position: relative;
    transition: all 0.5s ease;
    font-size: 19px;
    font-weight: 600;
    width: 100%;
    padding: 20px;
    background: linear-gradient(135deg, rgb(217,210,207), rgb(185,174,172));
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.sign_up21 {
    overflow: hidden;
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(185,174,172,0.5), rgb(217,210,207));
    position: relative;
}

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

.sign_up21 .who_weare10 {
    border-left: 4px solid rgb(217,210,207);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.05) inset;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.9);
}

.sign_up21 input[type="email"]:focus {
    border-color: rgb(217,210,207);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 0 0 3px rgb(217,210,207,0.5);
    outline: none;
}



.sign_up21 input[type="email"]:focus {
    animation: pulse 1.5s infinite;
}

.sign_up21 .access_classes01::before {
    opacity: 0;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    background: linear-gradient(135deg, rgb(185,174,172), rgb(217,210,207));
    z-index: -1;
}

.teaching_process10 {
    overflow: visible;
    background: linear-gradient(150deg, rgb(242,238,237) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 170px 0;
    position: relative;
}

.teaching_process10 .prose_block75 {
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
    width: 80%;
}

.teaching_process10 .prose_block75 p {
    padding: 60px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    max-width: 80%;
    backdrop-filter: blur(15px);
    line-height: 1.8;
    z-index: 3;
    position: relative;
    font-size: 17px;
}



.teaching_process10 .prose_block75 p {
    position: relative;
    overflow: hidden;
}

.teaching_process10 .prose_block75 h2::after {
    width: 30px;
    opacity: 0.7;
    animation: pulse-rotate 8s infinite linear;
    content: '';
    z-index: 6;
    height: 30px;
    margin-left: -15px;
    transform: rotate(45deg);
    box-shadow: 0 0 20px rgb(217,210,207);
    background: rgb(217,210,207);
    left: 50%;
    bottom: -50px;
    position: absolute;
}

.teaching_process10::after {
    position: absolute;
    height: 200px;
    background: linear-gradient(to bottom, rgb(242,238,237), transparent);
    z-index: 0;
    top: -100px;
    left: 0;
    content: '';
    width: 100%;
}

.teaching_process10 .who_weare10::before {
    right: -175px;
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    top: -175px;
    filter: blur(100px);
    width: 350px;
    background: rgb(217,210,207);
    opacity: 0.03;
    content: '';
    height: 350px;
}

.teaching_process10 .layer-element::before {
    height: 50%;
    content: '';
    background: rgb(217,210,207);
    width: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
    opacity: 0.2;
}

.info_details72::after {
    opacity: 0.25;
    top: -10%;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    filter: blur(30px);
    background: linear-gradient(135deg, rgb(217,210,207,0.5) 0%, rgb(185,174,172,0.5) 100%);
    animation: floatShape 15s infinite alternate ease-in-out;
    width: 300px;
    height: 300px;
    right: -5%;
    z-index: 0;
}

.info_details72 .request_support65 {
    display: grid;
    background: #ffffff;
    padding: 40px;
    gap: 40px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 11px;
    transform: translateY(0);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.info_details72 .request_support65 > div:first-child {
    color: #000000;
    letter-spacing: 0.02em;
    line-height: 1.7;
    font-size: calc(14px + 2px);
    border-left: 4px solid rgb(217,210,207);
}

.info_details72 .edu_asksup21 {
    font-size: 14px;
    transform-origin: left center;
    font-weight: 400;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(250, 252, 255, 0.8), rgba(245, 247, 251, 0.4));
    text-decoration: none;
    padding: 10px 15px;
    align-items: center;
    display: flex;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    color: #000000;
    gap: 12px;
}

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

.plan_deck23 h2::after {
    height: 4px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    box-shadow: 0 2px 10px rgba(rgb(217,210,207,0.5), 0.5);
    width: 80px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(217,210,207), rgb(185,174,172));
}

.plan_deck23 .bundle_rate30 li {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: perspective(1000px) rotateX(5deg);
}

.plan_deck23 .learn_packs67::before {
    left: 0;
    top: 0;
    content: "";
    height: 5px;
    transform: translateZ(10px);
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(217,210,207), 
        rgb(185,174,172) 50%, 
        rgb(217,210,207));
    width: 100%;
}

.plan_deck23 .price_choices72:hover .learn_packs67::after {
    opacity: 1;
}

.plan_deck23 .payment_pricing74 {
    padding: 30px 25px;
    z-index: 1;
    position: relative;
    transform-style: preserve-3d;
}

.plan_deck23 .price_choices72:hover .payment_pricing74 h4 {
    transform: translateZ(25px);
    color: rgb(185,174,172);
}

.plan_deck23 .price_schemes56 {
    text-align: center;
    position: relative;
    margin-top: 20px;
    background: linear-gradient(rgba(rgb(217,210,207,0.5), 0.2), rgba(rgb(217,210,207,0.5), 0.4));
    display: block;
    padding: 10px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-size: calc(23px * 1.3);
    font-weight: 700;
    transform: translateZ(25px);
    color: rgb(185,174,172);
    transition: all 0.3s ease;
    border-radius: 2px;
}

.privacy_retreat24 .container {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.85);
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 60px -20px rgba(0, 0, 0, 0.08);
    z-index: 1;
    backdrop-filter: blur(10px);
}

.privacy_retreat24 h3 {
    transform: translateZ(0);
    margin: 2rem 0 1rem;
    font-weight: 600;
    color: rgb(185,174,172);
    font-size: calc(34px * 0.85);
    font-family: Arial, sans-serif;
}

.privacy_retreat24 h4::after {
    background-color: rgb(185,174,172,0.5);
    width: 30px;
    left: 0;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
}

.privacy_retreat24 span {
    margin-bottom: 1.5rem;
    line-height: 1.65;
    color: #000000;
    padding-left: 1rem;
    display: block;
    border-left: 1px dashed rgb(185,174,172,0.5);
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    font-size: calc(14px * 0.95);
}

.privacy_retreat24 li::before {
    background-color: rgba(255, 255, 255, 0.8);
    left: 5px;
    height: 10px;
    top: 0.5rem;
    position: absolute;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border: 1px solid rgb(185,174,172);
    transform: rotate(45deg);
    width: 10px;
    content: "";
}

.our_story31 h4 {
    padding-left: 2rem;
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    transform: translateX(20px);
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    color: #ffffff;
    font-size: 32px;
    z-index: 2;
}

.our_story31 .prose_block75 h6::after {
    content: "";
    height: 2px;
    background: linear-gradient(to right, rgb(185,174,172), transparent);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.our_story31 .prose_block75 span {
    position: relative;
    line-height: 1.8;
    column-count: 1;
    column-gap: 2rem;
    z-index: 2;
    color: #000000;
    font-size: 15px;
    display: block;
}

.mentorship_experience31::before {
    background-size: 60px 60px;
    opacity: 0.07;
    left: 0;
    z-index: 0;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(185,174,172,0.5) 2px, transparent 2px),
        linear-gradient(120deg, rgb(185,174,172,0.5) 2px, transparent 2px);
    width: 100%;
}

.mentorship_experience31 .learning_testimonials94 > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}

.mentorship_experience31 .content_photo36 {
    position: relative;
    box-shadow: 
        8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
        -4px -4px 12px rgba(#ffffff, 0.6);
    width: 160px;
    transform: rotate(-2deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 12px;
    height: 160px;
}

.mentorship_experience31 .learning_testimonials94 > div:nth-child(2) {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.mentorship_experience31 .name {
    font-weight: 700;
    font-size: calc(20px * 1.1);
    letter-spacing: 0.5px;
    color: rgb(217,210,207);
    position: relative;
    margin: 0 0 10px;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.mentorship_experience31 .career_summary63::before {
    color: rgb(185,174,172);
    content: "";
    opacity: 0.1;
    font-family: serif;
    left: 10px;
    font-size: 80px;
    top: -20px;
    position: absolute;
}

.mentorship_experience31 .career_summary63::after {
    bottom: -70px;
    font-family: serif;
    right: 10px;
    content: "";
    font-size: 80px;
    color: rgb(185,174,172);
    position: absolute;
    opacity: 0.1;
}

.future_members87::after {
    content: "";
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    background: 
        linear-gradient(
            to top,
            rgb(242,238,237) 0%,
            transparent 100%
        );
    left: 0;
    height: 200px;
}

.future_members87 div {
    display: flex;
    flex-direction: column;
    position: relative;
}

.future_members87 div::before {
    content: "";
    background: linear-gradient(180deg, rgb(217,210,207,0.5), rgb(185,174,172,0.5));
    top: 0;
    position: absolute;
    opacity: 0.5;
    width: 2px;
    left: 36px;
    height: 100%;
}

.future_members87 div p svg {
    background: #ffffff;
    width: 32px;
    transition: all 0.3s ease;
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 32px;
    padding: 8px;
    left: 20px;
    z-index: 2;
    top: 0;
    border-radius: 50%;
}

.future_members87 div p:hover::after {
    opacity: 1;
    transform: scale(1);
}


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


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


@media only screen and (max-width: 1200px) {.trackingNoticeDialog65 {
    padding: 15px 0;
}.cookie_guide07 {
    padding: 15px 5%;
}.cookies_tech92 {
    display: none;
}.cookie_guide07 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.trackingNoticeDialog65 h5 {
    margin-bottom: 10px;
    font-size: 19px;
}.cookie_data64 {
    margin-bottom: 15px;
}.cookie_preference16 {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 420px) {.design_res94 .company_holder h3::after,
    .design_res94 .site_nav74 h5::after {
    width: 30px;
}.design_res94 .site_nav74 .top_start94 a:hover {
    padding-left: 0.3rem;
}}



@media (max-width: 767px) {.program_structure97 {
    padding: 80px 0;
}.program_structure97 .content_photo36 {
    height: 280px;
    transform: perspective(1000px) rotateY(3deg);
}.program_structure97 .prose_block75 {
    padding: 25px 20px;
}.program_structure97 h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 1.05);
}.program_structure97 h3::after {
    width: 50px;
    height: 2px;
}.program_structure97 p.description {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 768px) {.opening_board37 {
    min-height: 70vh;
}.opening_board37 .learning_page60 {
    min-height: 70vh;
}.opening_board37 .skill_spot71 {
    padding: 2rem;
    width: 95%;
    transform: none;
}.opening_board37 .skill_spot71:hover {
    transform: none;
}.opening_board37 .title_style_header {
    margin-bottom: 1.5rem;
    font-size: calc(42px - 1rem);
}.opening_board37 .title_style_header::after {
    width: 80px;
    height: 3px;
}.opening_board37 h3 {
    font-size: calc(21px - 0.1rem);
    margin-bottom: 1rem;
}.opening_board37 p {
    font-size: calc(17px - 0.1rem);
    max-width: 100%;
}
}



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



@media (min-width: 768px) {.sign_up21 {
    padding: 6rem 3rem;
}.sign_up21 .who_weare10 {
    padding: 4rem;
    transform: perspective(1200px) rotateY(-3deg);
}.sign_up21 h3 {
    max-width: 80%;
    font-size: 34px;
}.sign_up21 .input_holder {
    flex-direction: row;
    margin-top: 2.5rem;
}.sign_up21 input[type="email"] {
    padding: 1.2rem 1.5rem;
    font-size: calc(13px * 1.05);
}.sign_up21 .access_classes01 {
    padding: 1.2rem 2.5rem;
    align-self: flex-start;
}
}



@media (max-width: 767px) {.sign_up21 {
    padding: 3rem 1.5rem;
}.sign_up21 .who_weare10 {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.sign_up21 h3 {
    font-size: calc(17px * 1.2);
}.sign_up21 .access_classes01 {
    width: 100%;
    margin-top: 0.5rem;
}
}



@media screen and (max-width: 768px) {.teaching_process10 {
    overflow: hidden;
    padding: 120px 0;
}.teaching_process10 .prose_block75 h2 {
    margin-bottom: 60px;
    font-size: calc(38px * 0.9);
}.teaching_process10 .prose_block75 p {
    max-width: 100%;
    font-size: calc(17px * 0.95);
    padding: 30px;
}.teaching_process10 .prose_block75 h2::after {
    margin-left: -12.5px;
    width: 25px;
    bottom: -40px;
    height: 25px;
}.teaching_process10 .layer-element {
    display: none;
}
}



@media (min-width: 992px) {.info_details72 {
    padding: 180px 40px;
}.info_details72 h1 {
    font-size: calc(43px * 1.1);
}.info_details72 .request_support65 {
    grid-template-columns: 1.5fr 1fr 1fr;
}.info_details72 .request_support65 > div:first-child {
    grid-row: span 2;
    display: flex;
    grid-column: 1;
    align-items: center;
}.info_details72 .message_card58 {
    margin-top: 15px;
}
}



@media (max-width: 991px) {.plan_deck23 {
    padding: 80px 0;
}.plan_deck23 h2 {
    font-size: calc(37px * 0.9);
}.plan_deck23 .lesson_rates98 {
    margin-bottom: 2.5rem;
    font-size: 18px;
}.plan_deck23 .bundle_rate30 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.plan_deck23 .payment_pricing74 {
    padding: 25px 20px;
}
}



@media (max-width: 992px) {.privacy_retreat24 {
    padding: 3rem 1.5rem;
}.privacy_retreat24 .container {
    padding: 1.5rem;
}.privacy_retreat24 h1 {
    font-size: calc(43px * 0.9);
}.privacy_retreat24 h2 {
    padding-left: 0.75rem;
    font-size: calc(34px * 0.9);
}.privacy_retreat24 h3 {
    font-size: calc(34px * 0.75);
}.privacy_retreat24 h4 {
    font-size: calc(34px * 0.65);
}
}



@media (min-width: 768px) {.our_story31 {
    padding: 7rem 0;
}.our_story31 h4 {
    padding-left: 3rem;
    font-size: calc(32px * 1.2);
}.our_story31 h4::before {
    width: 2.5rem;
}.our_story31 .prose_block75 {
    margin-left: 3rem;
    padding: 4rem;
}.our_story31 .prose_block75 span {
    column-count: 2;
}.our_story31 .prose_block75::before {
    width: 30%;
    height: 50%;
}
}



@media (max-width: 767px) {.our_story31 {
    padding: 4rem 0;
}.our_story31 h4 {
    text-align: left;
    padding-left: 1.5rem;
}.our_story31 .prose_block75 {
    padding: 2rem;
}.our_story31 .prose_block75::before {
    display: none;
}}



@media (max-width: 767px) {.mentorship_experience31 {
    padding: 60px 0;
}.mentorship_experience31 .learning_testimonials94 {
    padding: 30px 25px;
}.mentorship_experience31 .content_photo36 {
    height: 140px;
    width: 140px;
}.mentorship_experience31 .name {
    font-size: 20px;
}.mentorship_experience31 .learning_testimonials94 > div:nth-child(2) > div {
    font-size: calc(15px * 0.9);
}.mentorship_experience31 .career_summary63 {
    padding: 15px 15px 15px 25px;
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}



@media (max-width: 991px) {.future_members87 {
    padding: 100px 0;
}.future_members87 .who_weare10 {
    padding: 0 30px;
}.future_members87 h4 {
    font-size: calc(47px - 6px);
    margin-bottom: 60px;
}.future_members87 div p {
    margin-bottom: 30px;
    padding-left: 75px;
}.future_members87 div::before {
    left: 31px;
}.future_members87 div p svg {
    height: 28px;
    width: 28px;
    left: 17px;
}.future_members87 div p::before {
    left: 65px;
}.future_members87 div p::after {
    width: calc(100% - 50px);
    left: 50px;
}
}



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



@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}



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



@keyframes scaleIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(217,210,207,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);
    }
}

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



@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(20deg) translate(10px, -10px);
    }
}

