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

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

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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(90deg, rgb(185,174,172) 0%, rgb(217,210,207) 100%);
    padding: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 100;
    overflow: visible;
    position: relative;
    margin-top: 0;
}

.trackingNoticeDialog65 h5 {
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    color: rgb(217,210,207);
}

.cookies_tech92 svg {
    height: 60px;
    width: 60px;
    fill: rgb(217,210,207);
}

.cookie_preference16:hover {
    box-shadow: 0 0 10px rgb(185,174,172);
    background-color: rgb(185,174,172);
}

.cookie_button.web_cookies72:hover {
    box-shadow: 0 0 10px rgb(185,174,172);
}

.trackingNoticeDialog65 p a {
    color: rgb(217,210,207);
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(217,210,207);
    text-decoration: none;
}

footer::after {
    bottom: 0;
    content: "";
    z-index: -1;
    right: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    left: 0;
    top: 0;
}

.design_res94 .company_holder h3::after {
    content: "";
    left: 0;
    position: absolute;
    width: 80px;
    height: 2px;
    bottom: -2px;
    background: #ffffff;
}

.design_res94 .donate_btn91 {
    grid-column: span 7;
}

.design_res94 .site_nav74 {
    position: relative;
}

.design_res94 .site_nav74 h5::after {
    left: 0;
    background: #ffffff;
    bottom: -2px;
    width: 40px;
    content: "";
    position: absolute;
    height: 2px;
}

.design_res94 .site_nav74 .top_start94 a::after {
    transform: translateX(-5px);
    opacity: 0;
    margin-left: 0.5rem;
    content: "\2192";
    transition: all 0.3s ease;
}

.milestone_cta72 {
    background: rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.design_res94 .company_holder::before {
    height: 50px;
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    left: 0;
    top: 0;
    position: absolute;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(217,210,207);
}

header .top_plank .top_experts17 div span {
    color: #ffffff;
}

header .top_plank .top_experts17 div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}

.program_structure97 {
    background: linear-gradient(135deg, rgb(242,238,237) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

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

.program_structure97 .ready_skills53 {
    grid-template-columns: 1fr;
    position: relative;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    display: grid;
    gap: 40px;
    transform: translateY(20px);
}

.program_structure97 .content_photo36::before {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    width: 100%;
}

.program_structure97 .prose_block75::before {
    background: linear-gradient(135deg, 
        rgba(rgb(217,210,207,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
}

.program_structure97 .prose_block75:hover h3 {
    transform: translateX(5px);
}

.program_structure97 p.description {
    margin-bottom: 20px;
    color: #000000;
    column-count: 1;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    transform: translateY(0);
    transition: opacity 0.5s, transform 0.5s;
    opacity: 1;
    font-size: 17px;
    column-gap: 30px;
}

.opening_board37 .learning_page60::before {
    content: "";
    width: 100%;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 0%, 
    rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(3px);
}

.opening_board37 .skill_spot71 > div:nth-child(1) {
    animation-delay: 0.2s;
}

.opening_board37 .skill_spot71 > div:nth-child(2) {
    animation-delay: 0.5s;
}

.opening_board37 .title_style_header::after {
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(217,210,207) 0%, rgb(185,174,172) 100%);
    width: 100px;
    animation: scaleIn 0.6s 0.8s forwards;
    content: "";
    bottom: -15px;
    left: 0;
}

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

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

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

header .main_mentor84:hover {
    transform: scale(1.05);
}

header .main_mentor84 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .main_teach95 a::before {
    bottom: -2px;
    content: '';
    transform: scale(0.9);
    opacity: 0;
    z-index: -1;
    right: -2px;
    background: #ffffff;
    transition: opacity 0.3s ease;
    left: -2px;
    position: absolute;
    top: -2px;
}

header .main_teach95::after {
    height: 5px;
    width: 80%;
    bottom: -10px;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    opacity: 0;
    filter: blur(3px);
    position: absolute;
    left: 10%;
}

header .main_mainwrap20 {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: rgb(242,238,237);
}

.gratSpot32::before {
    z-index: 0;
    position: absolute;
    height: 100%;
    content: "";
    right: 0;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(217,210,207,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(185,174,172,0.5) 0%, transparent 45%);
}

.gratSpot32 h2 {
    line-height: 1.3;
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    font-weight: 700;
    opacity: 0;
    color: rgb(217,210,207);
    transform: translateY(20px);
    font-size: 36px;
    position: relative;
    max-width: 90%;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    margin-bottom: 2.5rem;
}

.gratSpot32 .who_weare10::before {
    transform: scale(0);
    background: linear-gradient(135deg, rgb(185,174,172,0.5) 0%, transparent 70%);
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    height: 60px;
    top: 20px;
    width: 60px;
    right: 20px;
    content: "";
    opacity: 0.5;
    position: absolute;
    border-radius: 50%;
}

.get_in_touch40 {
    overflow: hidden;
    background: rgb(242,238,237);
    position: relative;
    padding: 90px 0;
}

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

.get_in_touch40 h2 {
    font-size: 37px;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    color: #000000;
    font-weight: 700;
}

.get_in_touch40 .query_block35 {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
}

.get_in_touch40 .content_photo36::before {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    inset: 0;
    z-index: 1;
}

.get_in_touch40 .help_map79 {
    justify-content: center;
    flex: 0 0 55%;
    position: relative;
    padding: 60px;
    flex-direction: column;
    display: flex;
}

.get_in_touch40 form h3 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
}

.get_in_touch40 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

.get_in_touch40 .message_query90 {
    position: relative;
    margin-bottom: 30px;
}

.get_in_touch40 .message_query90 label {
    display: flex;
    padding-left: 35px;
    position: relative;
    font-size: 12px;
    align-items: center;
    color: #000000;
    cursor: pointer;
}

.get_in_touch40 .message_query90 input[type="checkbox"]:checked + label::after {
    position: absolute;
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: "";
    top: 4px;
    height: 12px;
    left: 8px;
    width: 6px;
}

.get_in_touch40 .query_map48:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.get_in_touch40 svg {
    height: 24px;
    transition: all 0.3s ease;
    stroke: rgb(217,210,207);
    margin-right: 12px;
    fill: none;
    width: 24px;
}

.get_in_touch40 svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke: rgb(217,210,207);
    fill: none;
}

.sign_up21::after {
    content: "";
    position: absolute;
    left: -10%;
    width: 60%;
    height: 70%;
    z-index: 0;
    filter: blur(20px);
    transform: rotate(15deg) translateZ(0);
    bottom: -10%;
    background: rgb(185,174,172,0.5);
}

.sign_up21 h3 {
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    margin-bottom: 2rem;
    font-size: calc(24px * 1.1);
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
}

.sign_up21 .who_weare10:hover h3::after {
    width: 100px;
}

.sign_up21 .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.sign_up21 input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(0,0,0,0.35);
}

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

.sign_up21 .access_classes01 {
    padding: 1rem 2rem;
    transform: translateZ(0);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, sans-serif;
    position: relative;
    border: none;
    background: linear-gradient(135deg, rgb(217,210,207), rgb(185,174,172));
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.teaching_process10 .who_weare10 {
    justify-content: center;
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
    z-index: 2;
    padding: 0 20px;
}

.teaching_process10 .prose_block75 h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    z-index: 4;
    margin-bottom: 100px;
    font-size: 38px;
    padding: 0;
}

.teaching_process10 .prose_block75::after {
    transform: skewY(-6deg);
    width: 95%;
    position: absolute;
    left: 2.5%;
    top: 25px;
    background: rgb(185,174,172,0.5);
    opacity: 0.05;
    z-index: 0;
    height: 100%;
    content: '';
}

.teaching_process10 .prose_block75 p::before {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
    top: 0;
}

.teaching_process10 .prose_block75 p::before {
    opacity: 0.3;
    height: 200%;
    z-index: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate-slow 30s linear infinite;
    position: absolute;
    content: '';
    top: -50%;
    width: 200%;
    left: -50%;
}

.teaching_process10 .who_weare10::after {
    height: 300px;
    background: rgb(185,174,172);
    filter: blur(80px);
    opacity: 0.03;
    content: '';
    z-index: 0;
    left: -150px;
    bottom: -150px;
    border-radius: 50%;
    position: absolute;
    width: 300px;
}

.info_details72 {
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 120px 20px;
    background: linear-gradient(135deg, rgb(242,238,237) 0%, rgba(245, 247, 251, 0.92) 100%);
}

.info_details72 h1 {
    color: #000000;
    z-index: 1;
    font-weight: 700;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 60px;
    font-size: 43px;
    text-align: center;
}

.info_details72 h1::after {
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 80px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(217,210,207) 0%, rgb(185,174,172) 100%);
    height: 4px;
    border-radius: 10px;
    left: 50%;
}

.info_details72 .request_support65 > div:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 8px 28px -4px rgba(0, 0, 0, 0.1);
}

.info_details72 h6 {
    text-transform: capitalize;
    font-size: 21px;
    font-weight: 600;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    color: #000000;
    gap: 12px;
}

.info_details72 .message_card58 {
    flex-direction: column;
    display: flex;
    gap: 18px;
}

.info_details72 svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}

.info_details72 svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}

.info_details72 .edu_asksup21:hover svg {
    transform: scale(1.1);
}

.info_details72 .edu_asksup21:hover svg path {
    fill: rgb(217,210,207);
}

.plan_deck23::before {
    top: 0;
    background-color: rgba(0, 20, 50, 0.85);
    position: absolute;
    left: 0;
    backdrop-filter: blur(5px);
    z-index: 0;
    content: "";
    bottom: 0;
    right: 0;
}

.plan_deck23 .lesson_rates98 {
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: calc(18px * 1.1);
    color: rgba(255, 255, 255, 0.85);
    transform: translateZ(20px);
    text-align: center;
}

.plan_deck23 .bundle_rate30 li:hover {
    z-index: 2;
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
}

.plan_deck23 .learn_packs67 {
    position: relative;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    border-radius: 2px;
    height: 100%;
    transform-style: preserve-3d;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    background: linear-gradient(135deg, 
        rgba(rgb(217,210,207,0.5), 0.2) 0%, 
        rgba(rgb(217,210,207,0.5), 0.3) 50%, 
        rgba(rgb(217,210,207,0.5), 0.18) 100%);
    backdrop-filter: blur(8px);
}

.plan_deck23 .payment_pricing74 p {
    margin-bottom: 25px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    transform: translateZ(15px);
    font-size: 18px;
    max-height: 220px;
    padding-right: 5px;
    overflow-y: auto;
    position: relative;
}

.privacy_retreat24 {
    position: relative;
    background: linear-gradient(135deg, rgb(242,238,237) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
}

.privacy_retreat24::after {
    opacity: 0.12;
    z-index: 0;
    width: 40%;
    background: radial-gradient(circle, rgb(185,174,172,0.5) 0%, transparent 70%);
    height: 40%;
    right: -10%;
    top: -10%;
    content: "";
    transform: translateZ(0);
    position: absolute;
}

.privacy_retreat24 h1::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(217,210,207) 0%, rgb(185,174,172) 100%);
    content: "";
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    width: 40%;
    bottom: -8px;
    left: 0;
    transform-origin: left;
}

.privacy_retreat24 h4 {
    transform: translateZ(0);
    padding-bottom: 0.5rem;
    position: relative;
    font-size: calc(34px * 0.75);
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 1.5rem 0 0.75rem;
}

.privacy_retreat24 p strong {
    position: relative;
    display: inline-block;
    color: #000000;
    background: linear-gradient(120deg, transparent 0%, rgba(rgb(185,174,172), 0.08) 50%, transparent 100%);
    font-weight: 600;
    padding: 0 4px;
}

.privacy_retreat24 ul::before {
    position: absolute;
    opacity: 0.5;
    top: 0;
    background: linear-gradient(to bottom, rgb(185,174,172,0.5), transparent);
    bottom: 0;
    left: 10px;
    content: "";
    width: 1px;
}

.privacy_retreat24 li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(185,174,172,0.5);
}

.our_story31::after {
    animation: float 10s ease-in-out infinite;
    z-index: 1;
    position: absolute;
    transform: rotate(15deg);
    right: -50px;
    width: 250px;
    height: 250px;
    border: 3px solid rgb(185,174,172,0.5);
    content: "";
    bottom: -50px;
}

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

.our_story31 .prose_block75 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.9);
    animation: fadeUp 1s forwards 0.4s ease-out;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    padding: 3rem;
    opacity: 0;
    transform: translateY(20px);
}

.mentorship_experience31 {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(242,238,237), rgba(245, 247, 250, 0.9));
    overflow: hidden;
}

.mentorship_experience31::after {
    right: -20%;
    background: radial-gradient(circle at center, rgb(185,174,172,0.5) 0%, transparent 70%);
    z-index: 1;
    top: -50%;
    opacity: 0.1;
    width: 70%;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    height: 200%;
}

.mentorship_experience31 .learning_testimonials94:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -8px -8px 25px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}

.mentorship_experience31 .learning_testimonials94:hover .content_photo36 {
    transform: rotate(1deg) scale(1.03);
}

.mentorship_experience31 .learning_testimonials94:hover .content_photo36::before {
    transform: rotate(1deg) scale(1.05);
}

.mentorship_experience31 .learning_testimonials94 > div:nth-child(2)::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(185,174,172), transparent);
    height: 3px;
    left: 50%;
    width: 80px;
    content: "";
    position: absolute;
    bottom: 0;
}

.mentorship_experience31 .career_summary63 {
    padding: 10px 20px 10px 30px;
    position: relative;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(3px);
    margin: 0;
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    border-left: 3px solid rgb(185,174,172);
    background: linear-gradient(to right, rgba(rgb(185,174,172,0.5), 0.05), transparent);
}

.future_members87::before {
    position: absolute;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(185,174,172,0.5) 0%, 
            transparent 50%
        );
    width: 100%;
    opacity: 0.6;
    height: 100%;
    left: 0;
    content: "";
    z-index: 0;
    top: 0;
}

.future_members87 h4 {
    margin-bottom: 80px;
    position: relative;
    line-height: 1.2;
    padding-left: 25px;
    font-weight: 700;
    color: #000000;
    font-size: 47px;
    max-width: 700px;
}

.future_members87 div p {
    transition: all 0.3s ease;
    line-height: 1.6;
    margin: 0 0 35px 0;
    display: flex;
    font-size: 17px;
    padding-left: 85px;
    color: #000000;
    align-items: flex-start;
    position: relative;
}

.future_members87 div p svg path {
    fill: rgb(217,210,207);
    transition: fill 0.3s ease;
}

.future_members87 div p::before {
    background: rgb(217,210,207);
    top: 16px;
    opacity: 0;
    position: absolute;
    content: "";
    height: 2px;
    left: 75px;
    width: 10px;
    transition: all 0.3s ease;
}

.plan_deck23 .payment_pricing74 p::-webkit-scrollbar {
    width: 3px;
}

.plan_deck23 .payment_pricing74 p::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(rgb(185,174,172,0.5), 0.6);
}

.plan_deck23 .payment_pricing74 p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}



@media (max-width: 992px) {.design_res94 {
    padding: 4rem 0 2rem;
}.design_res94 .container {
    grid-template-columns: 1fr;
}.design_res94 .company_holder,
    .design_res94 .donate_btn91 {
    grid-column: span 12;
}.design_res94 .company_holder {
    margin-bottom: 2rem;
}.design_res94::after,
    .design_res94 .company_holder::before,
    .design_res94 .company_holder::after,
    .design_res94 .donate_btn91::after {
    display: none;
}
}



@media (min-width: 768px) {.program_structure97 {
    padding: 150px 0;
}.program_structure97 .ready_skills53 {
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program_structure97 .content_photo36 {
    transform: perspective(1000px) rotateY(5deg);
    height: 450px;
}.program_structure97 p.description {
    column-count: 2;
}.program_structure97 .prose_block75 {
    padding: 40px;
}.program_structure97 h3 {
    margin-bottom: 30px;
    font-size: 35px;
}.program_structure97 h3::after {
    width: 80px;
}
}



@media (max-width: 992px) {.opening_board37 {
    min-height: 80vh;
}.opening_board37 .learning_page60 {
    min-height: 80vh;
}.opening_board37 .skill_spot71 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
    width: 90%;
}.opening_board37 .title_style_header {
    font-size: calc(42px - 0.5rem);
}.opening_board37 h3 {
    font-size: 21px;
}
}



@media (min-width: 1400px) {header .head_learn47 {
    margin: 0 auto;
    max-width: 1320px;
}header .main_teach95 {
    margin: 0 0.6rem;
}header .main_teach95 a {
    padding: 0 1.5rem;
}
}



@media (max-width: 991px) {header .head_learn47 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav_pagebar47 {
    margin-bottom: 0;
    margin-right: 0;
}header .site_nav74 {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .main_teach95 a {
    height: 36px;
    font-size: calc(12px - 1px);
    padding: 0 1rem;
}
}



@media (max-width: 991px) {.gratSpot32 {
    padding: 6rem 0;
}.gratSpot32 h2 {
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.gratSpot32 .who_weare10 {
    padding: 2.5rem;
}
}



@media (max-width: 575px) {.gratSpot32 {
    padding: 4rem 0;
}.gratSpot32 .container {
    padding: 0 1.5rem;
}.gratSpot32 h2 {
    margin-bottom: 1.75rem;
    font-size: calc(36px * 0.7);
}.gratSpot32 .who_weare10 {
    padding: 1.5rem;
}.gratSpot32 li::before {
    height: 0.4rem;
    width: 0.4rem;
    left: -1.25rem;
}}



@media (max-width: 768px) {.get_in_touch40 {
    padding: 60px 0;
}.get_in_touch40 h2 {
    margin-bottom: 40px;
}.get_in_touch40 .query_block35 {
    flex-direction: column;
}.get_in_touch40 .content_photo36 {
    width: 100%;
    flex: 0 0 300px;
    min-height: 300px;
}.get_in_touch40 .help_map79 {
    flex: 0 0 auto;
    padding: 40px 30px;
}.get_in_touch40 form h3 {
    margin-bottom: 25px;
}.get_in_touch40 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}



@media (min-width: 992px) {.sign_up21 .who_weare10 {
    transform: perspective(1500px) rotateY(-4deg);
    margin: 0 auto;
    max-width: 90%;
}.sign_up21 h3 {
    max-width: 70%;
}
}



@media screen and (max-width: 1200px) {.teaching_process10 .prose_block75 {
    width: 90%;
}.teaching_process10 .prose_block75 p {
    max-width: 90%;
    padding: 50px;
}.teaching_process10 .layer-element {
    width: 120px;
    height: 120px;
}
}



@media screen and (max-width: 480px) {.teaching_process10 {
    padding: 100px 0;
}.teaching_process10 .prose_block75 h2 {
    letter-spacing: 1px;
    font-size: calc(38px * 0.8);
    margin-bottom: 50px;
}.teaching_process10 .prose_block75 p {
    font-size: calc(17px * 0.9);
    padding: 25px;
}.teaching_process10 .prose_block75 h2::before {
    bottom: -20px;
}.teaching_process10 .prose_block75 h2::after {
    height: 20px;
    width: 20px;
    bottom: -35px;
    margin-left: -10px;
}.teaching_process10 .prose_block75 p::after {
    bottom: -30px;
}}



@media (hover: none) {.info_details72 .request_support65:hover {
    transform: none;
}.info_details72 .request_support65 > div:hover {
    box-shadow: 0 4px 24px -8px rgba(0, 0, 0, 0.05);
    transform: none;
}.info_details72 .edu_asksup21:hover {
    transform: none;
}}



@media (max-width: 1199px) {.plan_deck23 {
    padding: 100px 0;
}.plan_deck23 .bundle_rate30 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}
}



@media (max-width: 575px) {.plan_deck23 {
    padding: 50px 0;
}.plan_deck23 h2 {
    font-size: calc(37px * 0.7);
}.plan_deck23 .lesson_rates98 {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.95);
}.plan_deck23 .payment_pricing74 {
    padding: 20px 15px;
}.plan_deck23 .payment_pricing74 h4 {
    font-size: 23px;
}.plan_deck23 .payment_pricing74 p {
    max-height: 180px;
    font-size: calc(18px * 0.9);
}.plan_deck23 .price_schemes56 {
    padding: 8px 12px;
    font-size: 23px;
}}



@media (max-width: 576px) {.privacy_retreat24 {
    padding: 1.5rem 0.75rem;
}.privacy_retreat24 .container {
    padding: 1rem;
}.privacy_retreat24 h1 {
    font-size: calc(43px * 0.7);
}.privacy_retreat24 h2 {
    padding-left: 0.5rem;
    font-size: calc(34px * 0.7);
}.privacy_retreat24 h3 {
    font-size: calc(34px * 0.65);
}.privacy_retreat24 h4 {
    font-size: calc(34px * 0.55);
}.privacy_retreat24 p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.privacy_retreat24 span {
    font-size: calc(14px * 0.85);
    padding-left: 0.75rem;
}.privacy_retreat24 ul {
    margin: 1.25rem 0;
}.privacy_retreat24 li {
    padding-left: 1.75rem;
    font-size: calc(14px * 0.9);
}.privacy_retreat24 li::before {
    height: 8px;
    width: 8px;
}}



@media (min-width: 992px) {.mentorship_experience31 .learning_testimonials94 {
    grid-template-columns: auto 1fr 1fr;
    grid-template-areas: 
            "photo info quote";
    gap: 0 50px;
}.mentorship_experience31 .content_photo36 {
    width: 240px;
    transform: rotate(-3deg);
    height: 240px;
}.mentorship_experience31 .learning_testimonials94:hover .content_photo36 {
    transform: rotate(0) scale(1.05);
}.mentorship_experience31 .career_summary63 {
    border-left: none;
    margin-top: 0;
    padding: 30px;
    background: linear-gradient(135deg, rgba(rgb(185,174,172,0.5), 0.08), transparent);
    position: relative;
}.mentorship_experience31 .career_summary63::before {
    left: 0;
}.mentorship_experience31 .career_summary63::after {
    right: 0;
}.mentorship_experience31 .career_summary63:before {
    width: 3px;
    left: -25px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(185,174,172), transparent);
    height: 100%;
    top: 0;
}
}



@media (max-width: 479px) {.future_members87 {
    padding: 60px 0;
}.future_members87 .who_weare10 {
    padding: 0 10px;
}.future_members87 h4 {
    font-size: calc(47px - 18px);
    margin-bottom: 40px;
    padding-left: 15px;
}.future_members87 div p {
    font-size: calc(17px - 1px);
    padding-left: 55px;
    margin-bottom: 20px;
}.future_members87 div::before {
    left: 23px;
}.future_members87 div p svg {
    height: 20px;
    width: 20px;
    left: 13px;
    padding: 6px;
}.future_members87 div p::before {
    top: 10px;
    left: 45px;
}.future_members87 div p::after {
    left: 40px;
    width: calc(100% - 40px);
}
}



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



@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulse-rotate {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: rotate(225deg) scale(1.2);
        opacity: 0.9;
    }
    100% {
        transform: rotate(405deg) scale(1);
        opacity: 0.7;
    }
}



@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0deg);
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        transform: translate(-20px, 20px) rotate(4deg);
        border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    }
    100% {
        transform: translate(20px, -15px) rotate(-5deg);
        border-radius: 35% 65% 60% 40% / 40% 45% 65% 55%;
    }
}

