﻿header,footer {
    width: 100%;
}

header {
    background: linear-gradient(135deg, rgb(195,184,203,0.5), rgb(160,148,167,0.5));
    padding: 0;
    width: 100%;
    z-index: 100;
    position: relative;
}

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

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

.about_this_0267 .text_body_4897::before {
    content: '';
    width: 70px;
    position: absolute;
    opacity: 0.8;
    height: 70px;
    top: -10px;
    border-top: 2px solid rgb(160,148,167);
    border-right: 2px solid rgb(160,148,167);
    right: -10px;
}

.about_this_0267 h5::after {
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(195,184,203), transparent);
    content: '';
    position: absolute;
    bottom: 0;
    width: 60%;
}

.about_this_0267 ol li {
    hyphens: auto;
    animation: fadeIn 1s forwards;
    position: relative;
    text-align: justify;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 0 15px;
    column-count: 1;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    column-gap: 40px;
}

.course_candidates_4165 h4::after {
    width: 50px;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    bottom: -20px;
    background: rgb(195,184,203);
}

.course_candidates_4165 p:hover::before {
    width: 170%;
    height: 200%;
}

.course_candidates_4165 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,184,203);
}

.course_candidates_4165 p:hover svg {
    transform: translateY(-10px);
    background: #ffffff;
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.course_candidates_4165 p:nth-child(even) {
    animation: floatAnimation 6s infinite ease-in-out reverse;
}

.course_candidates_4165 .learn_skill_2983 > div p:nth-child(2) {
    animation-delay: 0.2s;
}

.course_candidates_4165 .learn_skill_2983 > div p:nth-child(6) {
    animation-delay: 0.6s;
}

.contacts_7498::after {
    height: 60%;
    bottom: -5%;
    background: linear-gradient(215deg, rgb(160,148,167,0.5) 0%, rgb(195,184,203,0.5) 100%);
    transform: rotate(25deg) skewX(-15deg);
    filter: blur(25px);
    content: "";
    left: -10%;
    width: 35%;
    position: absolute;
    opacity: 0.5;
    z-index: 0;
}

.contacts_7498 .learn_ask_2037 {
    padding: 40px 30px;
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: #ffffff;
    gap: 30px;
}

.contacts_7498 h6 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.contacts_7498 span::before {
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(160,148,167);
    content: "";
    top: 50%;
    left: -15px;
    position: absolute;
    width: 6px;
}

.contacts_7498 .reach_help_0374 svg {
    margin-left: 10px;
    transition: all 0.3s ease;
}

.contacts_7498 svg {
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
}

.thankPageID_6471::before {
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: pulse 15s infinite alternate ease-in-out;
    opacity: 0.4;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(160,148,167,0.5) 0%, transparent 60%);
    left: 0;
    content: "";
    top: 0;
}

.thankPageID_6471 .learn_skill_2983 {
    background: #ffffff;
    border-radius: 15px;
    transform: translateY(0);
    position: relative;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.title_screen_3971 {
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
    padding: 2rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(231,220,240) 0%, rgba(0, 0, 0, 0.5) 100%);
    min-height: 100vh;
}

.title_screen_3971::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(195,184,203), transparent);
    width: 80%;
    height: 1px;
    z-index: 2;
    transform: translateY(-50%);
    position: absolute;
    animation: glow 4s infinite alternate ease-in-out;
    bottom: 15%;
    left: 10%;
    box-shadow: 0 0 15px 1px rgb(195,184,203);
}

.title_screen_3971 h1::after {
    position: absolute;
    animation: expandLine 1.2s forwards 1s ease-in-out;
    background: rgb(160,148,167);
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
    left: 0;
    height: 4px;
    width: 80px;
    bottom: -0.5rem;
}

.title_screen_3971 .edu_heritage_5628 > div::before {
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
    position: absolute;
    z-index: 1;
    content: "";
}

.program_information_8306 {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    background: rgb(231,220,240);
    align-items: center;
    padding: 4rem 2rem;
    justify-content: center;
}

.program_information_8306 {
    min-height: auto;
    padding: 3rem 1.5rem;
    display: block;
}

.program_information_8306 .learn_development_5769:hover .knowledge_base_6392 {
    animation-play-state: paused;
}

.program_information_8306 .class_map_9837 {
    height: 20%;
    position: relative;
    width: 100%;
    flex-shrink: 0;
}

.program_information_8306 .class_map_9837 {
    width: 20%;
    height: 100%;
}

.program_information_8306 .learn_skill_2983 {
    padding-right: 10%;
    width: 60%;
}

.program_information_8306 .learn_skill_2983 {
    max-width: 500px;
    width: 100%;
    padding-right: 0;
}

.program_information_8306 .tech_training_1864 h3 {
    color: rgb(195,184,203);
    margin-bottom: 1.25rem;
    font-size: 36px;
    font-weight: 700;
}

.program_information_8306 .tech_training_1864 h3 {
    font-size: 21px;
}

.program_information_8306 .tech_training_1864 .message_links_7190::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    content: "";
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    width: 100%;
    transition: transform 0.6s ease;
}

.privacy_refuge_0817 .container {
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    margin: 0 auto;
    transform: translateZ(0) rotateX(0.5deg);
    border-left: 4px solid rgb(195,184,203);
    max-width: 1140px;
    position: relative;
    background: #ffffff;
    transform-style: preserve-3d;
    padding: 2rem;
}

.privacy_refuge_0817 h4 {
    margin: 2rem 0 1rem;
    padding-left: 1.5rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: calc(20px * 1.1);
    font-family: Arial, sans-serif;
}

.privacy_refuge_0817 p {
    font-size: 13px;
    transition: transform 0.3s ease-out;
    color: #000000;
    line-height: 1.8;
    position: relative;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
}

.privacy_refuge_0817 ul li:hover::before {
    transform: scale(1.5);
    background-color: rgb(160,148,167);
}

.mentorship_profile_2705 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(231,220,240);
}

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

.mentorship_profile_2705 .client_ratings_5641:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.mentorship_profile_2705 .client_ratings_5641:hover .image_wrap_2473 {
    transform: rotate(-5deg);
}

.mentorship_profile_2705 .client_ratings_5641 span:not(.name) {
    color: #000000;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    transition: transform 0.5s ease;
    margin-top: 5px;
    transform: translateX(0);
    text-transform: uppercase;
}

.mentorship_profile_2705 .client_ratings_5641:hover .work_content_1045::before {
    transform: scaleX(1);
}

.explore_now_9208::before {
    opacity: 0.03;
    z-index: 1;
    background: 
        linear-gradient(45deg, rgb(231,220,240) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(231,220,240) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(231,220,240) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(231,220,240) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    top: 0;
    content: '';
    width: 100%;
    background-size: 20px 20px;
    left: 0;
    position: absolute;
    height: 100%;
}

.explore_now_9208 .message_links_7190:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}

.training_results_4026::after {
    left: -5%;
    bottom: -5%;
    position: absolute;
    transform: rotate(15deg) skewX(-10deg);
    filter: blur(40px);
    background: linear-gradient(45deg, rgb(160,148,167,0.5) 0%, transparent 70%);
    height: 50%;
    z-index: 1;
    content: "";
    width: 40%;
}

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

.training_results_4026 .learn_skill_2983:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12);
}

.training_results_4026 .text_body_4897 {
    width: 100%;
    margin-top: 40px;
}

.training_results_4026 ul {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 25px;
    display: grid;
    padding: 0;
    list-style: none;
}

.training_results_4026 li:nth-child(odd):hover {
    border-left: 3px solid rgb(195,184,203);
}

.training_results_4026 li:hover svg {
    transform: scale(1.1);
}

.training_results_4026 svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,184,203);
}

.client_experience_2843::before {
    content: "";
    height: 20vw;
    filter: blur(50px);
    right: -5%;
    width: 20vw;
    top: -10%;
    transform: rotate(-15deg);
    background: linear-gradient(to right, rgb(195,184,203,0.5), rgb(160,148,167,0.5));
    position: absolute;
    z-index: 0;
    opacity: 0.2;
}

.client_experience_2843 .learn_skill_2983 {
    position: relative;
}

.client_experience_2843 .client_ratings_5641 {
    backdrop-filter: blur(10px);
    transform: translateY(30px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.03);
    flex-direction: column;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), 
                box-shadow 0.4s ease-out;
    animation: fadeInUp 0.7s ease-out forwards;
    display: flex;
    padding: 2rem;
    border: 1px solid rgba(230, 230, 240, 0.8);
    position: relative;
}

.client_experience_2843 .client_ratings_5641:hover h3::after {
    transform: scaleX(1);
}

.client_experience_2843 .client_ratings_5641 div img {
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
}

header .container {
    z-index: 1;
    padding: 0 2%;
    position: relative;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

header .main_pro_4130 {
    display: flex;
    justify-content: center;
    padding: 0 0 1rem 0;
    text-decoration: none;
    position: relative;
}

header .main_pro_4130 svg {
    height: auto;
    width: 180px;
    transition: all 0.3s ease;
}

header .head_pro_4870 {
    gap: 0.7rem;
    max-width: 90%;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    padding: 1rem 2rem 0;
    width: 100%;
}

header .top_prime_6914:hover::before {
    height: 100%;
}

.contact_information_1650 {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: #ffffff;
}

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

.contact_information_1650 .feedback_links_6481 {
    overflow: hidden;
    border-radius: 21px;
    flex-direction: row-reverse;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.contact_information_1650 .message_widget_4503::after {
    z-index: -1;
    position: absolute;
    height: 150px;
    right: 0;
    top: 0;
    content: "";
    width: 150px;
    border-radius: 0 0 0 100%;
    background: rgb(231,220,240);
}

.contact_information_1650 input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(195,184,203,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}

.contact_information_1650 .inquiry_form_5670 input[type="checkbox"]:checked {
    background: rgb(195,184,203);
    border-color: rgb(195,184,203);
}

.contact_information_1650 .inquiry_form_5670 a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(195,184,203);
}

.contact_information_1650 .message_links_7190:hover {
    background: rgb(160,148,167);
    box-shadow: 0 7px 20px rgb(160,148,167,0.5);
    transform: translateY(-2px);
}

.contact_information_1650 svg:hover path {
    fill: rgb(160,148,167);
}

.milestone_cta_6219 .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}

.milestone_cta_6219 .help_center_8407 {
    transform: translateZ(0);
    border-radius: 12px;
    margin-top: 25px;
    border-left: 4px solid rgb(195,184,203);
    backdrop-filter: blur(10px);
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    font-size: 17px;
    padding: 20px;
}

.milestone_cta_6219 .head_pro_4870 .nav_block_8347 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.milestone_cta_6219 .head_pro_4870 .nav_block_8347 a::before {
    top: 0;
    transition: all 0.3s ease;
    z-index: -1;
    background: rgb(195,184,203);
    height: 100%;
    left: 0;
    content: '';
    width: 3px;
    position: absolute;
}

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



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

.milestone_cta_6219 .discord_cta_2369::after {
    top: -20px;
    z-index: -1;
    filter: blur(50px);
    right: 100px;
    border-radius: 50%;
    background: rgb(195,184,203,0.5);
    position: absolute;
    opacity: 0.2;
    width: 120px;
    height: 120px;
    content: '';
}

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

.pricing_level_8293 .plan_deals_1983 h2::after {
    position: absolute;
    width: 80px;
    left: 50%;
    content: "";
    bottom: -10px;
    background: rgb(195,184,203);
    transform: translateX(-50%);
    height: 3px;
}

.pricing_level_8293 .lesson_fees_1765:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.pricing_level_8293 .price_tiers_7516 h3 {
    margin-bottom: 8px;
    position: relative;
    color: #000000;
    font-weight: 600;
    transform: translateX(0);
    transition: transform 0.3s ease;
    font-size: calc(24px + 2px);
}

.pricing_level_8293 .price_tiers_7516 p {
    font-size: 12px;
    color: #000000;
    word-break: break-word;
    flex: 1;
    overflow-wrap: break-word;
    margin-top: 15px;
    line-height: 1.6;
    white-space: normal;
}

.pricing_level_8293 .lesson_fees_1765:nth-child(odd) .member_fees_9806 {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}

.pricing_level_8293 .lesson_fees_1765:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

#dataProtectionBox_5631:checked ~ .privacySettingsModal_7043 {
    opacity: 0;
    visibility: hidden;
}

.cookie_lock_4136 {
    margin-right: 10px;
    flex-shrink: 0;
}


.wrap-structure_9601 .privacySettingsModal_7043 {
    background: rgb(195,184,203);
    box-shadow: rgb(160,148,167,0.5) 0px 0px 10px 10px;
}

.wrap-structure_9601 .user_dialog_0841 {
    color: #ffffff;
    text-align: left;
}

.wrap-structure_9601 .privacySettingsModal_7043 p a {
    text-decoration: underline;
    color: rgb(160,148,167);
}



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



@media (max-width: 767px) {.about_this_0267 {
    padding: 80px 0;
}.about_this_0267 .text_body_4897 {
    transform: perspective(1000px) rotateY(0);
    padding: 30px 20px;
}.about_this_0267 h5 {
    font-size: calc(24px * 0.9);
}.about_this_0267 p b {
    font-size: calc(15px * 1.2);
}.about_this_0267 .text_body_4897::before,
    .about_this_0267 .text_body_4897::after {
    width: 40px;
    height: 40px;
}
}



@media (prefers-reduced-motion: reduce) {.about_this_0267 .text_body_4897,
    .about_this_0267 p b,
    .about_this_0267 ol li {
    transform: none;
    transition: none;
    animation: none;
}}



@media (min-width: 768px) {.contacts_7498 {
    padding: 100px 30px;
}.contacts_7498 .learn_ask_2037 {
    grid-template-columns: 2fr 1fr 1fr;
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    gap: 40px;
}.contacts_7498 h1 {
    font-size: calc(48px * 1.2);
    margin-bottom: 60px;
}.contacts_7498 h1::after {
    height: 5px;
    width: 100px;
}
}



@media (max-width: 991px) {.thankPageID_6471 {
    padding: 4rem 0;
}.thankPageID_6471 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.thankPageID_6471 .learn_skill_2983 {
    padding: 2.5rem;
}
}



@media (max-width: 480px) {.thankPageID_6471 {
    padding: 2.5rem 0;
}.thankPageID_6471 .container {
    padding: 0 1.25rem;
}.thankPageID_6471 h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.5rem;
}.thankPageID_6471 h2::after {
    bottom: -10px;
    width: 50px;
    height: 2px;
}.thankPageID_6471 .learn_skill_2983 {
    padding: 1.5rem 1.25rem;
}.thankPageID_6471 li span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 480px) {.title_screen_3971 h3 {
    font-size: calc(22px * 0.9);
    padding-left: 1.25rem;
}.title_screen_3971 h1 {
    font-size: calc(47px * 0.9);
}.title_screen_3971 .edu_heritage_5628 {
    padding: 1.25rem;
}.title_screen_3971 .edu_heritage_5628 > div {
    height: 160px;
}.title_screen_3971 p {
    padding: 1.25rem;
    font-size: calc(15px * 0.9);
}}



@media screen and (max-width: 768px) {.privacy_refuge_0817 {
    padding: 2rem 0.5rem;
}.privacy_refuge_0817 .container {
    padding: 1.5rem 1rem;
}.privacy_refuge_0817 h1 {
    font-size: calc(44px * 0.9);
}.privacy_refuge_0817 h2 {
    padding-left: 0.75rem;
    font-size: calc(34px * 0.9);
}.privacy_refuge_0817 h3 {
    font-size: 19px;
}.privacy_refuge_0817 h4 {
    font-size: 20px;
}.privacy_refuge_0817 p, 
    .privacy_refuge_0817 ul li,
    .privacy_refuge_0817 span {
    font-size: calc(13px * 0.95);
}.privacy_refuge_0817 ul {
    padding-left: 0.5rem;
}.privacy_refuge_0817 span {
    padding: 0.75rem 1rem;
}
}



@media (min-width: 992px) {.training_results_4026 .learn_skill_2983 {
    padding: 60px;
    flex-direction: row;
    gap: 50px;
    align-items: stretch;
}.training_results_4026 .text_body_4897 {
    margin-top: 0;
}.training_results_4026 .image_wrap_2473 {
    max-width: 45%;
}.training_results_4026 li {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
}



@media screen and (max-width: 1024px) {.client_experience_2843 {
    padding: 4rem 0;
}.client_experience_2843 .client_sentiments_6481 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.client_experience_2843 h2 {
    font-size: calc(32px - 2px);
    margin-bottom: 2.5rem;
}
}



@media (max-width: 991px) {header .page_head_8246 {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .main_pro_4130 {
    padding: 0 0 0.8rem 0;
}header .main_pro_4130 svg {
    width: 160px;
}header .head_pro_4870 {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .top_prime_6914 {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 992px) {.contact_information_1650 .feedback_links_6481 {
    flex-direction: column;
}.contact_information_1650 .image_wrap_2473 {
    order: 1;
    flex: 0 0 auto;
    min-height: 300px;
}.contact_information_1650 .message_widget_4503 {
    flex: 0 0 auto;
    padding: 50px 40px;
    order: 2;
}.contact_information_1650 h2 {
    margin-bottom: 40px;
}
}



@media (max-width: 992px) {.milestone_cta_6219 .container {
    grid-template-columns: repeat(1, 1fr);
}.milestone_cta_6219 .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.milestone_cta_6219 .discord_cta_2369 {
    grid-column: 1 / -1;
}.milestone_cta_6219 .nav_block_8347 {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.pricing_level_8293 .edu_rates_9507 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_level_8293 .member_fees_9806 {
    min-height: 500px;
}.pricing_level_8293 .image_wrap_2473 {
    height: 220px;
}.pricing_level_8293 .price_tiers_7516 h3 {
    font-size: calc(24px + 2px);
}.pricing_level_8293 .promo_rates_3487 {
    font-size: calc(24px + 6px);
}}

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



@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}



@keyframes slideInRight {
  0% {
    transform: translateX(5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

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

@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

