.meta_main_train {
    flex: 1 0 auto;
}

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

.meta_grant_cta {
    flex: 0 0 auto;
}


.meta_grant_cta {
    background: linear-gradient(45deg, #000000 0%, rgb(122,115,125,0.5) 100%);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 6rem 0 2rem;
    color: #ffffff;
}

header .meta_head_page {
    z-index: 2;
    padding: 0.8rem 1.2rem;
    backdrop-filter: blur(5px);
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    -webkit-backdrop-filter: blur(5px);
}

header .meta_top_pro a:hover::before {
    opacity: 1;
}

header .meta_top_pro::after {
    transform: translateX(-50%);
    left: 50%;
    opacity: 0.7;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    background: #ffffff;
    content: '';
    height: 3px;
    bottom: -3px;
    border-radius: 10px;
}



header .meta_head_page::after {
    position: absolute;
    content: '';
    opacity: 0.5;
    height: 20px;
    transition: all 0.4s ease;
    left: 0;
    width: 100%;
    bottom: -20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
}

.meta_contact_information .meta_full_width_image::before {
    width: 120%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(
        135deg, 
        rgb(165,160,164,0.5) 0%, 
        rgb(122,115,125,0.5) 100%
    );
    position: absolute;
    opacity: 0.7;
    content: '';
    transform: skew(10deg);
}

.meta_contact_information .meta_help_inquiry h3::after {
    background: rgb(165,160,164);
    height: 3px;
    width: 50px;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
}

.meta_contact_information .meta_help_inquiry input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.meta_contact_information .meta_help_inquiry .meta_reach_widget input[type="checkbox"] {
    height: 22px;
    transition: all 0.3s ease;
    background: rgb(122,115,125,0.5);
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    border: 2px solid rgb(165,160,164,0.5);
    appearance: none;
    width: 22px;
}

.meta_contact_information .meta_help_inquiry .meta_support_support {
    position: relative;
    border: none;
    text-transform: uppercase;
    overflow: hidden;
    background: rgb(165,160,164);
    width: 100%;
    padding: 1rem;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.meta_education_framework .meta_virtual_academy {
    align-items: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.05);
    padding: 0;
    max-width: 900px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    animation: appearFromBottom 1s ease-out forwards;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    z-index: 2;
}

.meta_education_framework span {
    z-index: 1;
    margin-top: -30px;
    padding: 3rem 2.5rem 2.5rem;
    color: #000000;
    font-size: 15px;
    position: relative;
    line-height: 1.8;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0 0 15px 15px;
    background: #ffffff;
}

.meta_teaching_experience::before {
    top: 0;
    content: "";
    right: 0;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(165,160,164,0.5));
    height: 100%;
    position: absolute;
    width: 40%;
}

.meta_teaching_experience .meta_job_view {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 0 3rem 4rem;
    width: 55%;
}

.meta_teaching_experience .meta_career_explore {
    position: relative;
    color: #000000;
    padding-left: 0;
    max-width: 90%;
    font-size: 17px;
    line-height: 1.8;
}

.meta_sign_up {
    background: linear-gradient(180deg, rgb(194,193,182) 0%, rgb(165,160,164,0.5) 100%);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}

.meta_sign_up .meta_feedback_block::before {
    left: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px dashed rgb(122,115,125,0.5);
    z-index: -1;
    content: "";
    position: absolute;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    right: 10px;
}

.meta_sign_up input[type="email"] {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(122,115,125,0.5);
    width: 100%;
    color: #000000;
    font-size: 13px;
    background: #ffffff;
    border: none;
    padding: 1rem;
}

.meta_sign_up input[type="submit"]:hover::before {
    transform: translateY(0);
}

.meta_pricing_frame {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.meta_pricing_frame .meta_premium_cost {
    perspective: 1000px;
}

.meta_pricing_frame h2::after {
    box-shadow: 0 0 15px rgb(165,160,164,0.5);
    bottom: -10px;
    height: 3px;
    position: absolute;
    background: rgb(165,160,164);
    content: "";
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
}

.meta_pricing_frame .meta_learning_cost::before {
    opacity: 0;
    top: -5px;
    position: absolute;
    transition: opacity 0.4s ease;
    background-size: 200% 200%;
    z-index: -1;
    content: "";
    animation: shimmer 3s infinite linear;
    bottom: -5px;
    right: -5px;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    left: -5px;
}

.meta_pricing_frame .meta_basic_rates {
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(165,160,164) 0%, rgb(122,115,125) 100%);
    align-self: flex-start;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    display: inline-block;
    padding: 12px 25px;
    position: relative;
    border-radius: 30px;
    font-weight: 700;
    font-size: calc(24px + 4px);
}

.meta_appSection::after {
    z-index: 1;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(165,160,164) 20%, 
        rgb(122,115,125) 50%, 
        rgb(165,160,164) 80%, 
        transparent);
    content: "";
    height: 10px;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0.3;
    width: 100%;
}

.meta_appSection .meta_virtual_academy > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}

.meta_appSection .meta_virtual_academy:hover > div:first-child::after {
    width: 120px;
}

.meta_appSection .meta_virtual_academy:hover h5 {
    transform: translateX(0);
}

.meta_appSection a {
    position: relative;
    transition: transform 0.3s ease-out;
    display: block;
    text-decoration: none;
}

.meta_appSection a:hover::before {
    width: 100%;
}

.meta_appSection .meta_virtual_academy:hover > div:first-child::before {
    transform: rotate(5deg) scale(1.1);
    opacity: 0.2;
}

.meta_title_welcome::before {
    z-index: -1;
    left: 0;
    opacity: 0.6;
    animation: ambientLight 10s infinite alternate ease-in-out;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(122,115,125,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(165,160,164,0.5) 0%, transparent 30%);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
}

.meta_title_welcome p {
    max-width: 80%;
    animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s both;
    margin-top: 0.5rem;
    color: #000000;
    font-size: clamp(1rem, 2vw, 17px);
    line-height: 1.6;
    transform: translateZ(30px);
}

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

.meta_trackingPolicyPanel {
    bottom: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    z-index: 90;
    padding: 20px 0;
    width: 100%;
    border-top: 3px solid rgb(165,160,164);
    font-family: Arial, sans-serif;
    position: fixed;
    background: rgb(122,115,125);
}

.meta_learn_consent svg {
    fill: rgb(165,160,164);
    height: 60px;
    width: 60px;
}

.cookie_button.meta_digital_cookies {
    border: 2px solid rgb(122,115,125);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.meta_trackingPolicyPanel p a:hover {
    color: rgb(122,115,125);
}

.meta_grant_cta::after {
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    z-index: 2;
    height: 100%;
}

.meta_grant_cta .info_item:not(:last-child)::after {
    right: -0.75rem;
    content: '';
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(122,115,125,0.5), transparent);
    height: 70%;
}

.meta_grant_cta .meta_head_page {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}

.meta_grant_cta .meta_event_cal {
    font-size: calc(13px + 1px);
    opacity: 0.8;
    line-height: 1.6;
}

.meta_grant_cta .meta_header_page h5 {
    margin-bottom: 1.75rem;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 0.875rem;
    position: relative;
}

.meta_grant_cta .meta_nav_primary {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}

.meta_grant_cta .meta_nav_primary a:hover {
    opacity: 1;
    transform: translateX(8px);
    color: rgb(165,160,164);
}

.meta_grant_cta .subscribe_holder::before {
    height: 100%;
    z-index: -1;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(165,160,164,0.5), transparent 70%);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.2;
    content: '';
}

.meta_grant_cta .input_holder {
    gap: 1rem;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

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

.meta_grant_cta .meta_newsletter_wrap {
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    border: none;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    padding: 1.125rem 1.5rem;
    background-color: rgb(165,160,164);
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
}

.meta_grant_cta .meta_newsletter_wrap:hover::after {
    opacity: 1;
}

.meta_about_this {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background: rgb(194,193,182);
}

.meta_about_this h2 {
    transform: translateX(-50%);
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    background: #ffffff;
    color: #000000;
    display: inline-block;
    left: 50%;
    padding: 0 15px;
    position: relative;
    font-size: 29px;
}

.meta_about_this .meta_mentor_team:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.meta_about_this .meta_mentor_team:first-child {
    border-bottom: 3px solid rgb(165,160,164);
}

.meta_about_this .meta_mentor_team p {
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

.meta_about_this .meta_mentor_team:last-child::before {
    font-size: 70px;
    content: "02";
    top: 20px;
    font-weight: 700;
    right: 20px;
    color: rgb(122,115,125,0.5);
    line-height: 1;
    opacity: 0.2;
    position: absolute;
}

.meta_privacy_compartment h1 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 38px;
}

.meta_privacy_compartment li {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}

.meta_course_overview .meta_learn_coding {
    flex-direction: column;
    z-index: 2;
    display: flex;
}

.meta_course_overview .meta_text_pill::before {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(165,160,164), rgb(122,115,125));
    left: 0;
    top: -20px;
    content: "";
    position: absolute;
    height: 4px;
    width: 80px;
}

.meta_course_overview .meta_full_width_image {
    height: 100%;
    top: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.2;
}

.meta_course_overview .meta_full_width_image::after {
    height: 40%;
    right: 0;
    content: "";
    z-index: 1;
    bottom: 0;
    position: absolute;
    width: 80%;
    background: linear-gradient(225deg, rgb(122,115,125,0.5) 0%, transparent 100%);
}

.meta_course_overview .meta_text_pill .description:first-of-type {
    position: relative;
    padding: 20px;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(194,193,182) 10px,
        rgb(194,193,182) 12px
    );
    overflow: hidden;
    border-left: none;
    border-radius: 10px;
}

.meta_course_overview .meta_text_pill h2::after {
    position: absolute;
    left: -15px;
    filter: blur(15px);
    width: 30px;
    top: -15px;
    height: 30px;
    border-radius: 50%;
    content: "";
    background-color: rgb(165,160,164,0.5);
    z-index: -1;
}



@media (max-width: 767px) {header {
    padding: 0;
}header .meta_top_start {
    padding: 0.8rem 1.2rem;
}header .meta_head_page {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .meta_nav_begin img {
    max-height: 35px;
}header .meta_header_page {
    scrollbar-width: thin;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .meta_header_page::-webkit-scrollbar {
    height: 3px;
}header .meta_header_page::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .meta_top_pro {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .meta_top_pro a {
    white-space: nowrap;
    font-size: calc(15px - 2px);
    padding: 0.5rem 0.8rem;
}header .meta_top_pro::after {
    display: none;
}header .meta_head_page::after {
    display: none;
}
}



@media (max-width: 768px) {.meta_education_framework {
    padding: 4rem 1rem;
}.meta_education_framework::before {
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
}.meta_education_framework h3 {
    padding: 1.5rem;
    font-size: calc(33px * 0.8);
    padding-bottom: 3rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
}.meta_education_framework span {
    padding: 2.5rem 1.5rem 1.5rem;
    font-size: calc(15px * 0.95);
}.meta_education_framework span::before {
    width: 60px;
    top: -30px;
    height: 60px;
}.meta_education_framework span::after {
    height: 16px;
    top: -18px;
    width: 16px;
}}



@media (max-width: 480px) {.meta_pricing_frame {
    padding: 60px 0;
}.meta_pricing_frame h2 {
    font-size: calc(37px - 6px);
}.meta_pricing_frame .meta_tuition_grid {
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
}.meta_pricing_frame .meta_promo_plans {
    padding: 25px 15px;
}.meta_pricing_frame .meta_promo_plans p {
    font-size: calc(15px - 3px);
    margin-bottom: 20px;
}.meta_pricing_frame .meta_basic_rates {
    font-size: calc(24px + 0px);
    padding: 8px 15px;
}
}



@media (min-width: 1200px) {.meta_title_welcome {
    padding: 6rem 4rem;
}.meta_title_welcome > div {
    gap: 6rem;
}.meta_title_welcome h1.meta_page_open {
    transform: translateZ(80px);
}.meta_title_welcome p {
    transform: translateZ(50px);
}.meta_title_welcome .meta_learn_skillspro {
    transform: translateZ(40px) rotateX(3deg) rotateY(-3deg);
}.meta_title_welcome .meta_learn_skillspro:hover {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(45px) rotateX(1deg) rotateY(-1deg);
}.meta_title_welcome .meta_founder_vision span {
    transform: translateZ(40px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.meta_title_welcome .meta_founder_vision:hover span {
    transform: translateZ(50px) translateY(-10px);
}
}



@media (max-width: 991px) {.meta_grant_cta {
    padding: 5rem 0 2rem;
}.meta_grant_cta .meta_contact_help {
    justify-content: center;
    flex-wrap: wrap;
}.meta_grant_cta .info_item {
    max-width: none;
    flex: 0 0 auto;
    width: calc(50% - 2rem);
}.meta_grant_cta .info_item:not(:last-child)::after {
    display: none;
}.meta_grant_cta .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.meta_grant_cta .meta_header_page::before, 
    .meta_grant_cta .meta_header_page::after {
    display: none;
}.meta_grant_cta .meta_head_page {
    text-align: center;
    align-items: center;
}.meta_grant_cta .meta_header_page h5, 
    .meta_grant_cta .subscribe_holder h5 {
    text-align: center;
}.meta_grant_cta .meta_header_page h5::after, 
    .meta_grant_cta .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.meta_grant_cta .meta_nav_primary {
    grid-template-columns: repeat(3, 1fr);
}.meta_grant_cta .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}



@media (max-width: 768px) {.meta_course_overview {
    padding: 60px 0;
}.meta_course_overview .meta_text_pill {
    width: 100%;
    margin-bottom: 40px;
}.meta_course_overview .meta_text_pill h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.9);
}.meta_course_overview .meta_text_pill .description:last-child {
    padding: 25px 30px;
}
}



@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

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



@keyframes titleFadeIn {
  from {
    opacity: 0;
    transform: translateZ(0) translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateZ(50px) translateY(0);
  }
}



@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateZ(-50px) rotateX(15deg) translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateZ(20px) rotateX(5deg) translateY(0);
  }
}

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

