﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    width: 1274px;
    margin: auto;
    max-width: 100%;
}.meta-wrapper-bundle {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}.meta-sustain-cta {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}::-webkit-scrollbar {
    width: 3px;
    background: rgb(177,164,185,0.5);
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 19.7rem;
    box-shadow: 0px 5px 12px 4px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(circle at top right, #ffffff 14%, rgb(177,164,185) 11%, rgb(177,164,185,0.5) 75%, rgb(212,200,217) 48%, rgb(212,200,217,0.5) 6%);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 3px 3px 15px 5px rgba(0, 0, 0, 0.5);
    background: rgb(237,231,242);
    transform: scale(0.9);
}::-webkit-scrollbar-corner {
    background: rgb(212,200,217);
    border: 1px dotted rgb(212,200,217);
}html {
    scrollbar-width: thin;
    scrollbar-color: rgb(212,200,217) #ffffff;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 4px;
}}

.meta-head-mainbar {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.meta-title-section {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(237,231,242) 0%, rgb(177,164,185,0.5) 100%);
    display: flex;
    align-items: center;
}.meta-title-section::before {
    left: -5%;
    width: 40%;
    content: '';
    opacity: 0.6;
    top: -10%;
    z-index: 1;
    position: absolute;
    height: 120%;
    background: linear-gradient(45deg, rgb(212,200,217,0.5) 0%, transparent 70%);
    transform: skewX(-15deg);
}.meta-title-section .meta-academy-cult {
    gap: 2rem;
    position: relative;
    display: grid;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1400px;
    padding: 2rem;
    margin: 0 auto;
}.meta-title-section h1 {
    font-size: 43px;
    margin-bottom: 1.5rem;
    grid-column: 1 / -1;
    color: #000000;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    opacity: 0;
    position: relative;
    font-weight: 700;
    transform: translateX(-5px);
}.meta-title-section h1::after {
    position: absolute;
    content: '';
    animation: scaleWidth 1s ease-out forwards 0.8s;
    width: 80px;
    bottom: -10px;
    left: 0;
    transform-origin: left;
    height: 4px;
    transform: scaleX(0);
    background: rgb(212,200,217);
}.meta-title-section .meta-description-wrap {
    transform: translateY(20px);
    justify-content: center;
    animation: fadeUp 0.8s ease-out forwards 0.4s;
    opacity: 0;
    display: flex;
    z-index: 3;
    position: relative;
    flex-direction: column;
}.meta-title-section .meta-start-front {
    transform: perspective(1000px) rotateY(-5deg);
    border-left: 5px solid rgb(212,200,217);
    transition: transform 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 2.5rem;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
}.meta-title-section .meta-start-front:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meta-title-section .meta-start-front p {
    line-height: 1.6;
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1rem;
    font-size: calc(18px * 1.1);
    color: #000000;
}.meta-title-section .meta-start-front p::before {
    left: 0;
    height: 100%;
    opacity: 0.5;
    content: '';
    width: 3px;
    position: absolute;
    background: rgb(177,164,185);
    top: 0;
}.meta-title-section svg {
    margin: 1rem auto 2rem;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    width: 120px;
    transform: scale(0);
    display: block;
    animation: growSvg 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.6s;
    height: 120px;
}.meta-title-section svg path {
    transition: fill 0.3s ease;
}.meta-title-section svg:hover path {
    fill: rgb(212,200,217);
}.meta-title-section svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
    transform-origin: center;
}.meta-title-section svg:hover text {
    transform: scale(1.05);
    fill: #000000;
}.meta-title-section .meta-request-widget {
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    display: inline-block;
    transform: translateZ(0);
    z-index: 1;
    font-size: 14px;
    background: rgb(212,200,217);
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: 600;
    padding: 1rem 2rem;
    margin-top: 1rem;
}.meta-title-section .meta-request-widget::before {
    transform-origin: right;
    content: '';
    width: 100%;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scaleX(0);
    top: 0;
    position: absolute;
    z-index: -1;
    background: rgb(177,164,185);
    height: 100%;
}.meta-title-section .meta-request-widget:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.meta-title-section .meta-request-widget:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.meta-title-section .meta-header-image {
    overflow: hidden;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    animation: fadeIn 1s ease-out forwards 0.6s;
    min-height: 400px;
    position: relative;
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    opacity: 0;
    transition: transform 0.5s ease;
}.meta-title-section .meta-header-image:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}.meta-title-section .meta-header-image::after {
    content: '';
    left: 0;
    background: linear-gradient(135deg, rgb(177,164,185,0.5) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes growSvg {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 992px) {.meta-title-section .meta-academy-cult {
    grid-template-columns: 1fr;
    gap: 3rem;
}.meta-title-section h1 {
    font-size: calc(43px * 0.85);
    text-align: center;
}.meta-title-section h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleWidth {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .meta-title-section .meta-start-front {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.meta-title-section .meta-header-image {
    order: -1;
    min-height: 350px;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}
}

@media (max-width: 768px) {.meta-title-section {
    padding: 4rem 0 2rem;
}.meta-title-section .meta-academy-cult {
    gap: 2rem;
    padding: 1rem;
}.meta-title-section h1 {
    font-size: calc(43px * 0.75);
    margin-bottom: 1rem;
}.meta-title-section .meta-start-front {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}.meta-title-section .meta-start-front p {
    font-size: 18px;
    margin-bottom: 1.5rem;
}.meta-title-section svg {
    width: 90px;
    height: 90px;
    margin: 0.5rem auto 1.5rem;
}.meta-title-section .meta-request-widget {
    padding: 0.8rem 1.5rem;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}.meta-title-section .meta-header-image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    min-height: 280px;
}
}

@media (max-width: 480px) {.meta-title-section {
    padding: 3rem 0 1rem;
}.meta-title-section .meta-academy-cult {
    gap: 1.5rem;
}.meta-title-section h1 {
    font-size: calc(43px * 0.65);
}.meta-title-section .meta-start-front {
    padding: 1.25rem;
}.meta-title-section svg {
    width: 80px;
    height: 80px;
}.meta-title-section .meta-header-image {
    min-height: 220px;
}}.meta-customer-reviews {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    padding: 5rem 0;
}.meta-customer-reviews::before {
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(212,200,217,0.5), 0.03) 0%, rgba(rgb(212,200,217,0.5), 0.01) 100%);
    top: 0;
    content: "";
}.meta-customer-reviews::after {
    content: "";
    opacity: 0.05;
    background: linear-gradient(225deg, rgb(212,200,217) 0%, transparent 70%);
    top: -5%;
    height: 30%;
    right: -5%;
    position: absolute;
    z-index: 1;
    transform: rotate(-15deg);
    width: 30%;
}.meta-customer-reviews .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.meta-customer-reviews h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 3rem;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    text-align: center;
}.meta-customer-reviews h2::after {
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(212,200,217), transparent);
    transform: translateX(-50%);
    height: 3px;
    width: 6rem;
    bottom: -1rem;
    content: "";
}.meta-customer-reviews .meta-academy-cult {
    position: relative;
}.meta-customer-reviews .meta-student-ratings {
    position: relative;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.meta-customer-reviews .meta-review-quotes {
    position: relative;
    transform: translateY(0);
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    height: 100%;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
              0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    border-left: 3px solid rgb(212,200,217);
    padding: 2.5rem 2rem;
}.meta-customer-reviews .meta-review-quotes::before {
    opacity: 0.1;
    font-size: 6rem;
    color: rgb(212,200,217);
    font-family: serif;
    position: absolute;
    z-index: -1;
    right: 1.5rem;
    top: 1.5rem;
    line-height: 1;
    content: "";
}.meta-customer-reviews .meta-review-quotes:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
              0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-8px);
}.meta-customer-reviews .meta-review-quotes h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    color: rgb(212,200,217);
    display: inline-block;
    font-size: calc(21px - 0.1rem);
}.meta-customer-reviews .meta-review-quotes h3::after {
    transition: width 0.3s ease-in-out;
    width: 0;
    position: absolute;
    content: "";
    left: 0;
    background-color: rgb(212,200,217);
    bottom: -5px;
    height: 2px;
}.meta-customer-reviews .meta-review-quotes:hover h3::after {
    width: 100%;
}.meta-customer-reviews .meta-review-quotes .description {
    color: #000000;
    line-height: 1.6;
    z-index: 2;
    margin-bottom: 1.5rem;
    font-size: calc(14px - 0.1rem);
    position: relative;
}.meta-customer-reviews .meta-review-quotes div {
    justify-content: flex-start;
    margin-top: auto;
    display: flex;
    align-items: center;
}.meta-customer-reviews .meta-review-quotes img {
    width: 60px;
    transform-origin: center;
    border-radius: 50%;
    height: 60px;
    border: 3px solid rgba(rgb(212,200,217,0.5), 0.2);
    transition: transform 0.3s ease, border-color 0.3s ease;
    object-fit: cover;
}.meta-customer-reviews .meta-review-quotes:hover img {
    transform: scale(1.05);
    border-color: rgb(212,200,217);
}.meta-customer-reviews .meta-student-ratings::after {
    filter: blur(5px);
    width: 80%;
    content: "";
    border-radius: 100px;
    height: 10px;
    background: linear-gradient(90deg, transparent, rgba(rgb(212,200,217,0.5), 0.05), transparent);
    bottom: -50px;
    position: absolute;
    left: 10%;
}

@media (min-width: 992px) {.meta-customer-reviews {
    padding: 8rem 0;
}.meta-customer-reviews h2 {
    font-size: calc(32px + 0.2rem);
    margin-bottom: 4.5rem;
}.meta-customer-reviews .meta-student-ratings {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}.meta-customer-reviews .meta-review-quotes {
    padding: 3rem 2.5rem;
}.meta-customer-reviews .meta-review-quotes:nth-child(odd) {
    transform: translateY(15px);
}.meta-customer-reviews .meta-review-quotes:nth-child(odd):hover {
    transform: translateY(7px);
}.meta-customer-reviews .meta-review-quotes:nth-child(even) {
    transform: translateY(-15px);
}.meta-customer-reviews .meta-review-quotes:nth-child(even):hover {
    transform: translateY(-23px);
}.meta-customer-reviews .meta-review-quotes::after {
    content: "";
    opacity: 0.3;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(212,200,217));
    height: 1px;
    width: 40%;
}
}

@media (min-width: 1200px) {.meta-customer-reviews .meta-student-ratings {
    grid-template-columns: repeat(4, 1fr);
}.meta-customer-reviews::before {
    background: repeating-linear-gradient(
      135deg,
      rgba(rgb(212,200,217,0.5), 0.02) 0px,
      rgba(rgb(212,200,217,0.5), 0.02) 1px,
      transparent 1px,
      transparent 12px
    );
}
}

@media (max-width: 991px) {.meta-customer-reviews .meta-review-quotes {
    padding: 2.2rem 1.8rem;
}.meta-customer-reviews h2::after {
    width: 5rem;
}
}

@media (max-width: 767px) {.meta-customer-reviews {
    padding: 4rem 0;
}.meta-customer-reviews h2 {
    margin-bottom: 2.5rem;
    font-size: calc(32px - 0.2rem);
}.meta-customer-reviews .meta-student-ratings {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}.meta-customer-reviews .meta-review-quotes {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 576px) {.meta-customer-reviews {
    padding: 3rem 0;
}.meta-customer-reviews .container {
    padding: 0 1.5rem;
}.meta-customer-reviews .meta-student-ratings {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.meta-customer-reviews .meta-review-quotes {
    padding: 1.8rem 1.3rem;
}.meta-customer-reviews .meta-review-quotes::before {
    right: 1rem;
    font-size: 4rem;
    top: 1rem;
}.meta-customer-reviews h2 {
    font-size: calc(32px - 0.3rem);
}
}

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

@media (prefers-reduced-motion: no-preference) {.meta-customer-reviews .meta-review-quotes {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}.meta-customer-reviews .meta-review-quotes:nth-child(1) {
    animation-delay: 0.1s;
}.meta-customer-reviews .meta-review-quotes:nth-child(2) {
    animation-delay: 0.2s;
}.meta-customer-reviews .meta-review-quotes:nth-child(3) {
    animation-delay: 0.3s;
}.meta-customer-reviews .meta-review-quotes:nth-child(4) {
    animation-delay: 0.4s;
}.meta-customer-reviews .meta-review-quotes:nth-child(5) {
    animation-delay: 0.5s;
}.meta-customer-reviews .meta-review-quotes:nth-child(6) {
    animation-delay: 0.6s;
}.meta-customer-reviews .meta-review-quotes:nth-child(7) {
    animation-delay: 0.7s;
}}.meta-pricing-list-item {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}.meta-pricing-list-item::before {
    width: 100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
}.meta-pricing-list-item .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.meta-pricing-list-item .meta-learn-sub {
    position: relative;
}.meta-pricing-list-item h2 {
    text-align: center;
    position: relative;
    letter-spacing: 0.5px;
    transform: translateZ(0);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 34px;
    color: #ffffff;
}.meta-pricing-list-item h2::after {
    height: 4px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(212,200,217), rgb(177,164,185));
    width: 80px;
    content: "";
    border-radius: 10px;
    transform: translateX(-50%);
    bottom: -12px;
}.meta-pricing-list-item .meta-indv-cost {
    opacity: 0.9;
    text-align: center;
    margin: 0 auto 60px;
    font-weight: 300;
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(15px + 2px);
    max-width: 800px;
}.meta-pricing-list-item .meta-tuition-grid {
    list-style: none;
    perspective: 1000px;
    margin: 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.meta-pricing-list-item .meta-tuition-grid li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.meta-pricing-list-item .meta-tuition-grid li:hover {
    z-index: 2;
    transform: translateY(-15px);
}.meta-pricing-list-item .meta-cost-summary {
    display: block;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px);
    isolation: isolate;
    text-decoration: none;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}.meta-pricing-list-item .meta-cost-summary::before {
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    height: 4px;
    background: linear-gradient(90deg, rgb(212,200,217), rgb(177,164,185));
    transform-origin: 0 0;
    top: 0;
    right: 0;
    left: 0;
}.meta-pricing-list-item .meta-cost-summary:hover::before {
    transform: scaleX(1);
}.meta-pricing-list-item .meta-cost-summary::after {
    left: 0;
    background: linear-gradient(to top, rgba(rgb(212,200,217,0.5), 0.05), transparent);
    height: 50%;
    z-index: -1;
    bottom: 0;
    content: "";
    position: absolute;
    width: 100%;
}.meta-pricing-list-item .meta-pricing-deals {
    padding: 35px 30px;
    display: flex;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
}.meta-pricing-list-item .meta-plan-fee {
    display: flex;
    flex: 1;
    flex-direction: column;
}.meta-pricing-list-item .meta-plan-fee h4 {
    padding-bottom: 15px;
    color: #ffffff;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    position: relative;
    font-weight: 600;
    font-size: calc(24px + 2px);
}.meta-pricing-list-item .meta-plan-fee h4::after {
    content: "";
    bottom: 0;
    background: rgb(177,164,185);
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    height: 3px;
    width: 40px;
}.meta-pricing-list-item .meta-cost-summary:hover .meta-plan-fee h4::after {
    width: 60px;
}.meta-pricing-list-item .meta-plan-fee p {
    flex: 1;
    font-size: 15px;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.8);
}.meta-pricing-list-item .meta-cert-fees {
    font-weight: 700;
    transition: all 0.3s ease;
    color: rgb(212,200,217);
    font-size: calc(24px + 4px);
    background: rgba(rgb(212,200,217,0.5), 0.1);
    display: block;
    align-self: flex-start;
    padding: 10px 20px;
    position: relative;
    letter-spacing: 0.5px;
    border-radius: 10px;
    margin-top: auto;
}.meta-pricing-list-item .meta-cost-summary:hover .meta-cert-fees {
    background: rgba(rgb(212,200,217,0.5), 0.2);
    transform: scale(1.05);
}

@media (min-width: 1200px) {.meta-pricing-list-item .meta-tuition-grid {
    grid-template-columns: repeat(4, 1fr);
}.meta-pricing-list-item .meta-pricing-deals {
    padding: 40px 35px;
}.meta-pricing-list-item h2 {
    font-size: calc(34px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.meta-pricing-list-item .meta-tuition-grid {
    grid-template-columns: repeat(3, 1fr);
}.meta-pricing-list-item .meta-pricing-deals {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.meta-pricing-list-item .meta-tuition-grid {
    grid-template-columns: repeat(2, 1fr);
}.meta-pricing-list-item .meta-plan-fee p {
    margin-bottom: 25px;
    font-size: calc(15px - 1px);
}.meta-pricing-list-item .meta-pricing-deals {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.meta-pricing-list-item {
    padding: 70px 0;
}.meta-pricing-list-item .meta-tuition-grid {
    gap: 20px;
    grid-template-columns: 1fr;
}.meta-pricing-list-item h2 {
    font-size: calc(34px - 2px);
}.meta-pricing-list-item .meta-indv-cost {
    font-size: 15px;
    margin-bottom: 40px;
}.meta-pricing-list-item .meta-plan-fee h4 {
    font-size: 24px;
}.meta-pricing-list-item .meta-plan-fee p {
    margin-bottom: 20px;
    font-size: calc(15px - 1px);
}.meta-pricing-list-item .meta-cert-fees {
    font-size: calc(24px + 2px);
}.meta-pricing-list-item .meta-pricing-deals {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.meta-pricing-list-item {
    padding: 50px 0;
}.meta-pricing-list-item .meta-pricing-deals {
    padding: 25px 20px;
}.meta-pricing-list-item h2::after {
    width: 60px;
    height: 3px;
}.meta-pricing-list-item .meta-cert-fees {
    padding: 8px 16px;
}}header {
    padding: 1.5rem 0;
    background: linear-gradient(to right, rgb(177,164,185,0.5), rgb(212,200,217));
    position: relative;
    z-index: 1000;
    overflow: visible;
}header::before {
    opacity: 0.1;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    z-index: -1;
}header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}header .meta-header-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    align-items: center;
}header .meta-main-edu {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem;
    justify-content: center;
    z-index: 2;
    text-decoration: none;
}header .meta-main-edu::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
    height: 2px;
    position: absolute;
    background: #ffffff;
    width: 50%;
    opacity: 0.6;
    content: '';
}header .meta-main-edu:hover::after {
    opacity: 1;
    width: 80%;
}header .meta-main-edu svg {
    filter: drop-shadow(0 4px 8px rgb(212,200,217,0.5));
    width: 220px;
    height: auto;
    transition: all 0.3s ease;
}header .meta-main-edu:hover svg {
    transform: translateY(-5px);
}header .meta-nav-guide {
    position: relative;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    backdrop-filter: blur(5px);
    justify-content: center;
    gap: 0.8rem;
    max-width: 800px;
    border-radius: 26px;
    width: 100%;
    display: flex;
}header .meta-nav-guide::before {
    width: 100%;
    position: absolute;
    border-radius: 26px;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
}header .meta-main-class {
    font-size: 18px;
    position: relative;
    letter-spacing: 0.5px;
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.7rem 1.2rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}header .meta-main-class::before {
    top: 0;
    transition: opacity 0.3s ease;
    background: #ffffff;
    z-index: -1;
    height: 100%;
    position: absolute;
    transform: translateY(100%) scale(0.8);
    opacity: 0;
    content: '';
    left: 0;
    width: 100%;
    border-radius: 10px;
}header .meta-main-class:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: rgb(212,200,217);
}header .meta-main-class:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .meta-header-nav {
    gap: 1.2rem;
}header .meta-main-edu svg {
    width: 180px;
}header .meta-nav-guide {
    padding: 0.5rem;
    gap: 0.6rem;
}header .meta-main-class {
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .meta-header-nav {
    gap: 1rem;
}header .meta-main-edu svg {
    width: 150px;
}header .meta-nav-guide {
    gap: 0.4rem;
    padding: 0.4rem;
}header .meta-main-class {
    padding: 0.5rem 0.8rem;
    font-size: calc(18px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .meta-header-nav {
    gap: 0.8rem;
}header .meta-main-edu svg {
    width: 140px;
}header .meta-nav-guide {
    overflow-x: auto;
    padding: 0.4rem 0.6rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .meta-nav-guide::-webkit-scrollbar {
    height: 3px;
}header .meta-nav-guide::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .meta-main-class {
    padding: 0.4rem 0.7rem;
    font-size: calc(18px - 3px);
    white-space: nowrap;
}}.meta-thanksCard {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,231,242) 0%, rgb(212,200,217,0.5) 100%);
    position: relative;
    padding: 7rem 0;
}.meta-thanksCard::before {
    height: 100%;
    left: 0;
    opacity: 0.25;
    background: 
        radial-gradient(circle at 15% 15%, rgb(212,200,217,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(177,164,185,0.5) 0%, transparent 50%);
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
    animation: backgroundPulse 12s infinite alternate ease-in-out;
}.meta-thanksCard::after {
    right: -10%;
    z-index: 0;
    background: rgb(212,200,217,0.5);
    top: -10%;
    filter: blur(120px);
    content: "";
    animation: floatElement 15s infinite alternate ease-in-out;
    position: absolute;
    width: 40%;
    opacity: 0.2;
    height: 40%;
}.meta-thanksCard .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.meta-thanksCard h2 {
    margin-bottom: 3rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 90%;
    font-family: Arial, sans-serif;
    font-size: 33px;
    padding-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
}.meta-thanksCard h2::after {
    background: linear-gradient(90deg, rgb(212,200,217) 0%, rgb(177,164,185) 100%);
    bottom: 0;
    height: 4px;
    position: absolute;
    width: 120px;
    content: "";
    left: 0;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left center;
}.meta-thanksCard h2:hover::after {
    width: 180px;
}.meta-thanksCard .meta-academy-cult {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    border-radius: 0 10px 10px 0;
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
    border-left: 4px solid rgb(212,200,217);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 2px 5px rgba(0,0,0,0.05);
}.meta-thanksCard .meta-academy-cult:hover {
    transform: perspective(1000px) rotateY(0);
}.meta-thanksCard .meta-academy-cult::before {
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(177,164,185,0.5) 49.5%, rgb(177,164,185,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(177,164,185,0.5) 49.5%, rgb(177,164,185,0.5) 50.5%, transparent 50.5%);
    content: "";
    z-index: 0;
    opacity: 0.05;
    pointer-events: none;
    top: 0;
    position: absolute;
    background-size: 40px 40px;
    left: 0;
}.meta-thanksCard ul {
    padding: 0;
    position: relative;
    list-style: none;
    margin: 0;
    z-index: 1;
}.meta-thanksCard li {
    position: relative;
    padding-left: 2rem;
}.meta-thanksCard li::before {
    left: 0;
    position: absolute;
    height: 12px;
    animation: rotateDiamond 8s infinite linear;
    width: 12px;
    top: 0.5rem;
    background: rgb(212,200,217);
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.meta-thanksCard span {
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 12px;
    display: block;
    color: #000000;
}.meta-thanksCard span::after {
    background: linear-gradient(90deg, transparent, rgb(177,164,185,0.5));
    content: "";
    height: 4px;
    bottom: -15px;
    right: 0;
    width: 60px;
    position: absolute;
}

@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}

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

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

@media (max-width: 991px) {.meta-thanksCard {
    padding: 5rem 0;
}.meta-thanksCard h2 {
    max-width: 100%;
    font-size: calc(33px * 0.9);
    margin-bottom: 2rem;
}.meta-thanksCard .meta-academy-cult {
    padding: 2rem;
}
}

@media (max-width: 767px) {.meta-thanksCard {
    padding: 4rem 0;
}.meta-thanksCard h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.meta-thanksCard .meta-academy-cult {
    transform: perspective(1000px) rotateY(-0.5deg);
    padding: 1.5rem;
}.meta-thanksCard li {
    padding-left: 1.5rem;
}.meta-thanksCard li::before {
    height: 10px;
    top: 0.4rem;
    width: 10px;
}
}

@media (max-width: 575px) {.meta-thanksCard {
    padding: 3rem 0;
}.meta-thanksCard h2 {
    transform: none;
    font-size: calc(33px * 0.7);
}.meta-thanksCard h2::after {
    height: 3px;
    width: 80px;
}.meta-thanksCard h2:hover::after {
    width: 120px;
}.meta-thanksCard .meta-academy-cult {
    padding: 1.25rem;
    border-left-width: 3px;
    transform: none;
}.meta-thanksCard span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.meta-thanksCard span::after {
    bottom: -10px;
    width: 40px;
    height: 3px;
}}.meta-course-structure {
    align-items: center;
    background-color: rgb(237,231,242);
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}.meta-course-structure .meta-knowledge-plan {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}.meta-course-structure .meta-lesson-track {
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
    display: flex;
    width: 500%;
}.meta-course-structure .meta-knowledge-plan:hover .meta-lesson-track {
    animation-play-state: paused;
}.meta-course-structure .meta-new-skills {
    width: 20%;
    position: relative;
    overflow: hidden;
    height: 100%;
}.meta-course-structure .meta-new-skills img {
    transition: transform 0.7s ease-out;
    width: 100%;
    transform: scale(1.05);
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85) contrast(1.1);
}.meta-course-structure .meta-new-skills:hover img {
    filter: brightness(0.9) contrast(1.05);
    transform: scale(1);
}.meta-course-structure .meta-new-skills::before {
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    height: 100%;
    top: 0;
    content: "";
    z-index: 2;
    left: 0;
    animation: gradient-shift 8s infinite alternate;
    position: absolute;
    width: 100%;
}.meta-course-structure .meta-new-skills::after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
}.meta-course-structure .container {
    z-index: 2;
    justify-content: center;
    padding: 2rem;
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
    margin: auto;
}.meta-course-structure .meta-academy-cult {
    position: relative;
    max-width: 800px;
    width: 100%;
}.meta-course-structure .meta-skill-plan {
    padding: 4rem;
    text-align: center;
    border-radius: 23px;
    backdrop-filter: blur(10px);
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
}.meta-course-structure .meta-skill-plan::before {
    animation: pulse-gradient 8s ease infinite;
    width: 100%;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    content: "";
    opacity: 0.7;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
}.meta-course-structure .meta-skill-plan::after {
    left: 0;
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;
    right: 0;
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    transform: translateX(-100%);
    content: "";
    animation: shine-effect 10s ease-in-out infinite;
}.meta-course-structure .meta-skill-plan h3 {
    font-weight: 700;
    display: inline-block;
    font-size: 38px;
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
}.meta-course-structure .meta-skill-plan h3::after {
    transform: translateX(-50%);
    bottom: -8px;
    position: absolute;
    transition: width 0.3s ease;
    width: 30%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(212,200,217) 0%,
        rgb(177,164,185) 100%
    );
    left: 50%;
    content: "";
}.meta-course-structure .meta-skill-plan:hover h3::after {
    width: 60%;
}.meta-course-structure .meta-skill-plan p {
    opacity: 0.8;
    margin-left: auto;
    max-width: 90%;
    margin-right: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: #ffffff;
}.meta-course-structure .meta-skill-plan .meta-request-widget {
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 8px 25px rgb(212,200,217,0.5);
    padding: 1rem 2.5rem;
    font-size: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    text-decoration: none;
    background: linear-gradient(
        45deg,
        rgb(212,200,217) 0%,
        rgb(177,164,185) 100%
    );
}.meta-course-structure .meta-skill-plan .meta-request-widget::before {
    opacity: 0;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(177,164,185) 0%,
        rgb(212,200,217) 100%
    );
    left: 0;
    transition: opacity 0.3s ease;
}.meta-course-structure .meta-skill-plan .meta-request-widget::after {
    top: -50%;
    position: absolute;
    height: 200%;
    left: -50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    width: 200%;
    content: "";
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    transform: scale(0);
}.meta-course-structure .meta-skill-plan .meta-request-widget:hover {
    box-shadow: 0 12px 30px rgb(212,200,217,0.5);
    transform: translateY(-3px);
}.meta-course-structure .meta-skill-plan .meta-request-widget:hover::before {
    opacity: 1;
}.meta-course-structure .meta-skill-plan .meta-request-widget:hover::after {
    transform: scale(1);
    opacity: 1;
    animation: ripple-out 1.5s ease;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.meta-course-structure::before {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
    content: "";
    top: 0;
    left: 0;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
}.meta-course-structure::after {
    content: "";
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.8;
    left: 0;
    height: 100%;
    z-index: 1;
}

@media (max-width: 992px) {.meta-course-structure .meta-skill-plan {
    padding: 3rem;
}.meta-course-structure .meta-academy-cult {
    max-width: 700px;
}.meta-course-structure .meta-skill-plan h3 {
    font-size: calc(38px * 0.9);
}.meta-course-structure .meta-skill-plan p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.meta-course-structure .meta-skill-plan {
    padding: 2.5rem;
}.meta-course-structure .meta-academy-cult {
    max-width: 90%;
}.meta-course-structure .meta-skill-plan h3 {
    margin-bottom: 1.2rem;
    font-size: calc(38px * 0.8);
}.meta-course-structure .meta-skill-plan p {
    font-size: calc(14px * 0.95);
    margin-bottom: 2rem;
}.meta-course-structure .meta-skill-plan .meta-request-widget {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.meta-course-structure .meta-lesson-track {
    animation-duration: 25s;
}.meta-course-structure .meta-skill-plan {
    padding: 2rem 1.5rem;
}.meta-course-structure .meta-skill-plan h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1rem;
}.meta-course-structure .meta-skill-plan p {
    max-width: 100%;
    font-size: calc(14px * 0.9);
    margin-bottom: 1.5rem;
}.meta-course-structure .meta-skill-plan .meta-request-widget {
    padding: 0.75rem 1.75rem;
    font-size: calc(18px * 0.9);
}@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.meta-course-structure .meta-new-skills:nth-child(1)::before {
    animation-delay: 0s;
}.meta-course-structure .meta-new-skills:nth-child(2)::before {
    animation-delay: 2s;
}.meta-course-structure .meta-new-skills:nth-child(3)::before {
    animation-delay: 4s;
}.meta-course-structure .meta-new-skills:nth-child(4)::before {
    animation-delay: 6s;
}.meta-course-structure .meta-new-skills:nth-child(5)::before {
    animation-delay: 8s;
}.meta-course-structure .meta-new-skills::after {
    animation: tech-grid 15s linear infinite;
}@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}.meta-support {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(212,200,217,0.5) 0%, rgb(177,164,185,0.5) 100%);
}.meta-support::before {
    opacity: 0.8;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 30%);
    z-index: 0;
    left: 0;
    height: 100%;
}.meta-support::after {
    border-radius: 50%;
    right: -50%;
    opacity: 0.1;
    height: 90%;
    position: absolute;
    top: -50%;
    z-index: 0;
    content: '';
    width: 90%;
    background: radial-gradient(ellipse at center, rgb(212,200,217,0.5) 0%, transparent 70%);
    animation: pulse 20s infinite alternate;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}
.meta-support .container {
    position: relative;
    z-index: 1;
}.meta-support .meta-assist-team {
    transform: translateZ(0);
    backdrop-filter: blur(5px);
    overflow: hidden;
    border-radius: 18px;
    position: relative;
    display: flex;
    padding: 3.5rem;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    align-items: center;
}.meta-support .meta-assist-team::before {
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(212,200,217) 0%, rgb(177,164,185) 100%);
    width: 100%;
    left: 0;
    content: '';
    top: 0;
}.meta-support .meta-assist-team::after {
    height: 30%;
    right: 0;
    opacity: 0.07;
    background-position: center center;
    background-size: 20px 20px;
    position: absolute;
    width: 30%;
    z-index: -1;
    bottom: 0;
    content: '';
    background: 
        linear-gradient(45deg, transparent 49%, rgb(212,200,217,0.5) 50%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgb(177,164,185,0.5) 50%, transparent 51%);
}.meta-support .meta-assist-team h3 {
    padding-bottom: 1.5rem;
    text-align: center;
    color: rgb(212,200,217);
    font-size: 33px;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
}.meta-support .meta-assist-team h3::after {
    height: 3px;
    left: 50%;
    border-radius: 10px;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    background: linear-gradient(90deg, rgb(212,200,217) 0%, rgb(177,164,185) 100%);
    width: 80px;
}.meta-support .meta-contact-today {
    line-height: 1.6;
    margin-bottom: 2.5rem;
    color: #000000;
    text-align: center;
    font-size: calc(14px * 1.1);
    max-width: 80%;
}.meta-support .meta-msg-page {
    width: 100%;
    display: grid;
    padding: 2rem;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid rgba(rgb(212,200,217,0.5), 0.1);
    background-color: rgba(rgb(237,231,242), 0.03);
    gap: 2rem;
    position: relative;
    border-radius: 18px;
}.meta-support .meta-msg-page::after {
    border-right: 2px solid rgb(212,200,217,0.5);
    right: -10px;
    border-bottom: 2px solid rgb(212,200,217,0.5);
    width: 20px;
    height: 20px;
    bottom: -10px;
    content: '';
    position: absolute;
}.meta-support .meta-msg-page > span {
    flex-direction: column;
    position: relative;
    display: flex;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}.meta-support .meta-msg-page > span::before {
    left: 0;
    top: 0;
    border-radius: 50%;
    height: 20px;
    background-color: rgb(212,200,217);
    box-shadow: 0 0 0 3px rgb(212,200,217,0.5);
    width: 20px;
    position: absolute;
    content: '';
}.meta-support .meta-msg-page > span svg {
    height: 20px;
    fill: rgb(212,200,217);
    transition: all 0.3s ease;
    opacity: 0.9;
    top: 0.1rem;
    left: 0;
    position: absolute;
    width: 20px;
}.meta-support .meta-msg-page > span:hover svg {
    transform: scale(1.1) rotate(5deg);
    fill: rgb(177,164,185);
}.meta-support .meta-msg-page > span svg path {
    stroke: #ffffff;
    transition: stroke-width 0.3s ease;
    stroke-width: 0.5;
}.meta-support .meta-msg-page > span:hover svg path {
    stroke-width: 1;
}.meta-support .meta-msg-page p {
    color: #000000;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    font-size: 14px;
}.meta-support .meta-msg-page span > span {
    margin-top: 0.3rem;
    font-weight: 600;
    padding-bottom: 3px;
    display: inline-flex;
    color: #000000;
    align-items: center;
    position: relative;
}.meta-support .meta-msg-page span > span svg {
    width: 16px;
    fill: rgb(212,200,217);
    top: auto;
    position: relative;
    margin-right: 0.5rem;
    height: 16px;
    transition: all 0.3s ease;
    left: auto;
    opacity: 0.8;
}.meta-support .meta-msg-page span:hover > span svg {
    fill: rgb(177,164,185);
    transform: translateX(3px);
}.meta-support .meta-msg-page span > span::after {
    background-color: rgb(212,200,217);
    height: 1px;
    left: 0;
    width: 0;
    content: '';
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease-in-out;
}.meta-support .meta-msg-page span:hover > span::after {
    width: 100%;
}.meta-support .meta-msg-page a {
    text-decoration: none;
    display: inline-flex;
    color: rgb(212,200,217);
    align-items: center;
    transition: color 0.3s ease, transform 0.3s ease;
}.meta-support .meta-msg-page a svg {
    margin-right: 0.5rem;
    fill: rgb(212,200,217);
    height: 14px;
    transition: all 0.3s ease;
    width: 14px;
    position: relative;
}.meta-support .meta-msg-page a:hover {
    transform: translateX(3px);
    color: rgb(177,164,185);
}.meta-support .meta-msg-page a:hover svg {
    fill: rgb(177,164,185);
    transform: rotate(15deg);
}.meta-support .meta-ask-support {
    position: relative;
    grid-column: span 2;
    background-color: rgba(rgb(237,231,242), 0.05);
    margin-top: 1rem;
    border-radius: 10px;
    border: 1px dashed rgba(rgb(212,200,217,0.5), 0.2);
    padding: 1.5rem;
}.meta-support .meta-ask-support::before {
    content: '';
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
    background-size: 20px 20px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(212,200,217,0.5) 49%, transparent 51%),
        linear-gradient(-45deg, transparent 48%, rgb(177,164,185,0.5) 49%, transparent 51%);
    opacity: 0.03;
    position: absolute;
    left: 0;
}.meta-support .meta-ask-support h4 {
    font-size: 23px;
    display: inline-flex;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 1rem;
    font-weight: 600;
    align-items: center;
    color: rgb(212,200,217);
}.meta-support .meta-ask-support h4 svg {
    fill: rgb(212,200,217);
    margin-right: 0.75rem;
    transition: transform 0.5s ease;
    width: 20px;
    height: 20px;
}.meta-support .meta-ask-support:hover h4 svg {
    transform: rotate(360deg);
}.meta-support .meta-ask-support h4::after {
    width: 40px;
    border-radius: 10px;
    content: '';
    left: 0;
    height: 2px;
    background-color: rgb(212,200,217);
    position: absolute;
    bottom: 0;
}.meta-support .meta-ask-support span {
    font-size: calc(14px * 0.95);
    align-items: center;
    display: flex;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.2rem;
    color: #000000;
}.meta-support .meta-ask-support span svg {
    left: 0;
    width: 10px;
    fill: rgb(177,164,185);
    top: 50%;
    height: 10px;
    transform: translateY(-50%);
    position: absolute;
    opacity: 0.8;
    transition: transform 0.3s ease;
}.meta-support .meta-ask-support span:hover svg {
    transform: translateY(-50%) scale(1.2);
}.meta-support .meta-ask-support span::before {
    display: none;
}
@media (min-width: 992px) {.meta-support .meta-msg-page {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.meta-support {
    padding: 8rem 0;
}.meta-support .meta-assist-team {
    padding: 4rem 5rem;
}.meta-support .meta-assist-team h3 {
    font-size: calc(33px * 1.1);
}.meta-support .meta-msg-page::before,
    .meta-support .meta-msg-page::after {
    width: 30px;
    height: 30px;
}
}
@media (max-width: 991px) {.meta-support {
    padding: 5rem 0;
}.meta-support .meta-assist-team {
    padding: 3rem;
}.meta-support .meta-contact-today {
    max-width: 90%;
}.meta-support .meta-msg-page > span svg {
    height: 18px;
    width: 18px;
}
}
@media (max-width: 767px) {.meta-support {
    padding: 4rem 0;
}.meta-support .meta-assist-team {
    padding: 2.5rem;
}.meta-support .meta-msg-page {
    grid-template-columns: 1fr;
    padding: 1.5rem;
}.meta-support .meta-ask-support {
    grid-column: span 1;
}.meta-support .meta-contact-today {
    font-size: 14px;
    max-width: 100%;
}.meta-support .meta-assist-team h3 {
    font-size: 33px;
}.meta-support .meta-msg-page > span svg {
    width: 16px;
    left: -0.3rem;
    height: 16px;
}.meta-support .meta-ask-support h4 svg {
    width: 18px;
    height: 18px;
}
}
@media (max-width: 575px) {.meta-support {
    padding: 3rem 0;
}.meta-support .meta-assist-team {
    padding: 2rem 1.5rem;
}.meta-support .meta-msg-page {
    padding: 1rem;
}.meta-support .meta-ask-support {
    padding: 1.2rem;
}.meta-support .meta-assist-team h3 {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.meta-support .meta-contact-today {
    margin-bottom: 2rem;
}.meta-support .meta-msg-page > span {
    padding-left: 1.2rem;
    margin-bottom: 1.2rem;
}.meta-support .meta-msg-page > span svg {
    left: -0.2rem;
    width: 14px;
    height: 14px;
}.meta-support .meta-ask-support span svg {
    width: 8px;
    height: 8px;
}.meta-support .meta-ask-support h4 svg {
    width: 16px;
    height: 16px;
}}
.meta-support .meta-assist-team {
    opacity: 0;
    animation: slide-up 1s ease-out forwards;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.meta-support .meta-msg-page > span {
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.1s);
    animation: fade-in 0.5s ease-out forwards;
}.meta-support .meta-msg-page > span:nth-child(1) {
    --i: 1;
}.meta-support .meta-msg-page > span:nth-child(2) {
    --i: 2;
}.meta-support .meta-msg-page > span:nth-child(3) {
    --i: 3;
}.meta-support .meta-msg-page > span:nth-child(4) {
    --i: 4;
}.meta-support .meta-msg-page > span:nth-child(5) {
    --i: 5;
}.meta-support .meta-msg-page > span:nth-child(6) {
    --i: 6;
}@keyframes fade-in {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.meta-support .container::before {
    z-index: -1;
    left: -5%;
    background: linear-gradient(135deg, rgb(212,200,217,0.5) 0%, transparent 70%);
    width: 200px;
    filter: blur(30px);
    position: absolute;
    animation: float 15s ease-in-out infinite;
    height: 200px;
    content: '';
    top: -10%;
    border-radius: 50%;
}.meta-support .container::after {
    width: 180px;
    z-index: -1;
    content: '';
    animation: float 12s ease-in-out infinite reverse;
    position: absolute;
    filter: blur(25px);
    right: -5%;
    background: linear-gradient(135deg, rgb(177,164,185,0.5) 0%, transparent 70%);
    height: 180px;
    border-radius: 50%;
    bottom: -10%;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.meta-support .meta-msg-page {
    position: relative;
    overflow: hidden;
}.meta-company-info {
    position: relative;
    padding: 100px 0;
    background: rgb(237,231,242);
    overflow: hidden;
}.meta-company-info::before {
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(120deg, rgb(212,200,217,0.5) 0%, transparent 30%),
                linear-gradient(240deg, rgb(177,164,185,0.5) 0%, transparent 30%);
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}.meta-company-info .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.meta-company-info h2 {
    letter-spacing: 1px;
    font-size: 38px;
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}.meta-company-info h2::after {
    background: linear-gradient(90deg, rgb(212,200,217), rgb(177,164,185));
    left: 50%;
    height: 3px;
    content: "";
    border-radius: 10px;
    width: 100px;
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
}.meta-company-info .meta-skill-training {
    gap: 30px;
    position: relative;
    flex-direction: column;
    display: flex;
}.meta-company-info .meta-training-space {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s ease;
    border-left: 4px solid rgb(212,200,217);
    border-radius: 19px;
}.meta-company-info .meta-training-space:nth-child(2) {
    border-left-color: rgb(177,164,185);
}.meta-company-info .meta-training-space::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
}.meta-company-info .meta-training-space::after {
    right: 30px;
    position: absolute;
    content: "";
    width: 20px;
    border-radius: 50%;
    height: 20px;
    top: 30px;
    border: 2px solid rgb(212,200,217,0.5);
    animation: pulse 4s infinite;
}.meta-company-info .meta-training-space:nth-child(2)::after {
    border-color: rgb(177,164,185,0.5);
    animation-delay: 2s;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.meta-company-info .meta-training-space:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(rgb(212,200,217,0.5), 0.03), rgba(255, 255, 255, 0.05));
}.meta-company-info .meta-training-space h3 {
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: rgb(212,200,217);
    font-size: 18px;
}.meta-company-info .meta-training-space:nth-child(2) h3 {
    color: rgb(177,164,185);
}.meta-company-info .meta-training-space h3::before {
    bottom: -8px;
    transition: width 0.3s ease;
    left: 0;
    background: currentColor;
    width: 30px;
    height: 2px;
    content: "";
    position: absolute;
}.meta-company-info .meta-training-space:hover h3::before {
    width: 100%;
}.meta-company-info .meta-training-space p {
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    position: relative;
    padding-left: 0;
    transition: padding-left 0.3s ease;
}.meta-company-info .meta-training-space:first-child {
    animation: slideIn 0.6s forwards 0.2s;
    opacity: 0;
    transform: translateX(-20px);
}.meta-company-info .meta-training-space:last-child {
    transform: translateX(-20px);
    animation: slideIn 0.6s forwards 0.5s;
    opacity: 0;
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.meta-company-info::after {
    top: 0;
    height: 100%;
    opacity: 0.03;
    content: "";
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    background-size: 50px 50px;
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
}.meta-company-info .container::before,
.meta-company-info .container::after {
    position: absolute;
    height: 200px;
    z-index: -1;
    width: 200px;
    background: radial-gradient(circle, rgb(212,200,217,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.2;
    border-radius: 50%;
}.meta-company-info .container::before {
    right: -100px;
    top: -100px;
}.meta-company-info .container::after {
    background: radial-gradient(circle, rgb(177,164,185,0.5) 0%, transparent 70%);
    left: -100px;
    bottom: -100px;
}

@media (max-width: 992px) {.meta-company-info {
    padding: 80px 0;
}.meta-company-info h2 {
    margin-bottom: 50px;
}.meta-company-info .meta-training-space {
    padding: 30px;
}
}

@media (max-width: 768px) {.meta-company-info {
    padding: 60px 0;
}.meta-company-info h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.meta-company-info .meta-training-space {
    padding: 25px;
}.meta-company-info .meta-training-space h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}
}

@media (max-width: 576px) {.meta-company-info {
    padding: 40px 0;
}.meta-company-info h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.meta-company-info .meta-training-space {
    padding: 20px;
    border-left-width: 3px;
}.meta-company-info .meta-training-space::after {
    top: 20px;
    right: 20px;
    height: 15px;
    width: 15px;
}.meta-company-info .meta-training-space p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.meta-company-info .container::before,
    .meta-company-info .container::after {
    width: 150px;
    height: 150px;
}}.meta-policyAgreementPanel {
    position: fixed;
    background: rgb(177,164,185);
    box-shadow: 0 -10px 30px rgb(212,200,217,0.5);
    border-top: 2px solid rgb(212,200,217);
    width: 100%;
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
    z-index: 90;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.meta-cookie-user {
    justify-content: space-between;
    background: linear-gradient(135deg, rgb(177,164,185) 0%, rgba(0, 0, 0, 0.5) 100%);
    align-items: center;
    box-shadow: 0 0 20px rgb(212,200,217,0.5);
    padding: 20px 5%;
    display: flex;
    flex-wrap: wrap;
}.meta-cookie-option {
    overflow: hidden;
    flex-shrink: 0;
    padding: 10px;
    box-shadow: 0 0 15px rgb(212,200,217);
    background: rgba(0, 0, 0, 0.5);
    margin-right: 20px;
    border-radius: 16px;
}.meta-cookie-option svg, .meta-cookie-option svg path {
    fill: rgb(212,200,217);
    width: 60px;
    transition: transform 0.3s ease;
    height: 60px;
}.meta-cookie-option:hover svg {
    transform: rotate(20deg);
}.meta-manage-cookies {
    color: #ffffff;
    flex: 1;
    min-width: 300px;
}.meta-manage-cookies h5 {
    text-shadow: 0 0 10px rgb(212,200,217);
    margin-bottom: 10px;
    color: rgb(212,200,217);
    font-weight: 700;
    font-size: 20px;
}.meta-manage-cookies p {
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(212,200,217,0.5);
}.meta-learn-prefs {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px;
    margin-left: 10px;
    white-space: nowrap;
    color: #000000;
    padding: 12px 25px;
    text-decoration: none;
    box-shadow: 0 0 10px rgb(212,200,217,0.5);
    background: rgb(212,200,217);
    cursor: pointer;
    border-radius: 10px;
}.meta-learn-prefs:hover {
    box-shadow: 0 0 20px rgb(177,164,185,0.5);
    background: rgb(177,164,185);
}.meta-policyAgreementPanel p a {
    color: rgb(212,200,217);
    text-decoration: underline;
    transition: color 0.3s ease;
}.meta-policyAgreementPanel p a:hover {
    color: rgb(177,164,185);
}#meta-cookieUsageBanner {
    display: none;
}#meta-cookieUsageBanner:checked ~ .meta-policyAgreementPanel {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.meta-policyAgreementPanel {
    padding: 20px;
}.meta-cookie-user {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.meta-cookie-option {
    display: none;
}.meta-cookie-user {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.meta-manage-cookies {
    text-align: center;
    margin-bottom: 20px;
}.meta-policyAgreementPanel h5, .meta-policyAgreementPanel p {
    text-align: center;
}.meta-learn-prefs {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}}
.meta-contact-panel {
    position: relative;
    background: rgb(237,231,242);
    overflow: hidden;
    padding: 100px 0;
}.meta-contact-panel::before {
    z-index: 1;
    left: 0;
    opacity: 0.07;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,200,217,0.5) 0,
        rgb(212,200,217,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}.meta-contact-panel::after {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.07;
    background-image: 
        linear-gradient(rgb(177,164,185,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(177,164,185,0.5) 1px, transparent 1px);
    z-index: 1;
    background-size: 30px 30px;
    top: 0;
    content: "";
    height: 100%;
}.meta-contact-panel .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
}.meta-contact-panel h2 {
    display: inline-block;
    transform: translateX(-50%);
    font-size: 29px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    left: 50%;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}.meta-contact-panel h2::before {
    background: rgb(212,200,217);
    content: "";
    height: 4px;
    bottom: 0;
    width: 80px;
    position: absolute;
    left: calc(50% - 40px);
}.meta-contact-panel h2::after {
    height: 4px;
    left: calc(50% - 15px);
    width: 30px;
    background: rgb(177,164,185);
    position: absolute;
    content: "";
    bottom: 0;
}.meta-contact-panel .meta-connect-request {
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 0;
    margin-top: 50px;
    display: flex;
    position: relative;
}.meta-contact-panel .meta-header-image {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}.meta-contact-panel .meta-header-image::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgba(rgb(212,200,217), 0.4), 
        rgba(rgb(177,164,185), 0.4)
    );
    inset: 0;
    z-index: 1;
}.meta-contact-panel .meta-feedback-feedback {
    flex-direction: column;
    justify-content: center;
    position: relative;
    flex: 0 0 55%;
    display: flex;
    padding: 60px;
}.meta-contact-panel .meta-feedback-feedback::before {
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    right: -75px;
    border: 30px solid rgb(212,200,217,0.5);
    top: -75px;
    height: 150px;
    width: 150px;
}.meta-contact-panel .meta-feedback-feedback::after {
    background: rgb(177,164,185,0.5);
    content: "";
    bottom: -50px;
    width: 100px;
    height: 100px;
    border-radius: 0;
    transform: rotate(45deg);
    z-index: 0;
    left: -50px;
    position: absolute;
}.meta-contact-panel form {
    z-index: 2;
    position: relative;
}.meta-contact-panel form h3 {
    font-weight: 600;
    margin-bottom: 40px;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: 22px;
}.meta-contact-panel form h3::after {
    bottom: -15px;
    width: 50%;
    left: 0;
    background: rgb(212,200,217);
    position: absolute;
    height: 2px;
    content: "";
}.meta-contact-panel form input[type="text"] {
    margin-bottom: 25px;
    background: transparent;
    width: 100%;
    transition: all 0.3s ease;
    padding: 20px 25px;
    font-size: 12px;
    border-bottom: 2px solid rgb(237,231,242);
    border: none;
    color: #000000;
}.meta-contact-panel form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(212,200,217);
}.meta-contact-panel form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.meta-contact-panel form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.meta-contact-panel .meta-request-section {
    position: relative;
    margin-bottom: 40px;
}.meta-contact-panel .meta-request-section input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.meta-contact-panel .meta-request-section label {
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    color: #000000;
}.meta-contact-panel .meta-request-section label::before {
    width: 22px;
    background: transparent;
    height: 22px;
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    content: "";
    border: 2px solid rgb(237,231,242);
}.meta-contact-panel .meta-request-section input[type="checkbox"]:checked + label::before {
    border-color: rgb(212,200,217);
    background: rgb(212,200,217);
}.meta-contact-panel .meta-request-section input[type="checkbox"]:checked + label::after {
    left: 8px;
    width: 6px;
    content: "";
    border-width: 0 2px 2px 0;
    position: absolute;
    height: 12px;
    border: solid #ffffff;
    top: 4px;
    transform: rotate(45deg);
}.meta-contact-panel .meta-request-section label a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(212,200,217);
    text-decoration: none;
    position: relative;
}.meta-contact-panel .meta-request-section label a::after {
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(212,200,217);
    height: 1px;
    transition: transform 0.3s ease;
    transform: scaleX(1);
    transform-origin: left;
    bottom: -1px;
}.meta-contact-panel .meta-request-section label a:hover {
    color: rgb(177,164,185);
}.meta-contact-panel .meta-request-section label a:hover::after {
    transform: scaleX(0);
    background: rgb(177,164,185);
}.meta-contact-panel .meta-request-widget {
    position: relative;
    background: rgb(212,200,217);
    font-size: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    border: none;
    width: auto;
    font-weight: 600;
    padding: 18px 40px;
}.meta-contact-panel .meta-request-widget::before {
    left: -10px;
    width: 0;
    height: 100%;
    top: 0;
    transform: skewX(-25deg);
    position: absolute;
    background: rgb(177,164,185);
    z-index: -1;
    content: "";
    transition: width 0.5s ease;
}.meta-contact-panel .meta-request-widget:hover::before {
    width: 150%;
}.meta-contact-panel svg {
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    stroke: rgb(212,200,217);
    stroke-width: 2;
    fill: none;
}.meta-contact-panel svg path {
    fill: none;
    stroke: rgb(212,200,217);
    transition: all 0.3s ease;
}.meta-contact-panel svg:hover,
.meta-contact-panel svg:hover path {
    stroke: rgb(177,164,185);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.meta-contact-panel {
    padding: 80px 0;
}.meta-contact-panel .meta-header-image {
    min-height: 500px;
}.meta-contact-panel .meta-feedback-feedback {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.meta-contact-panel {
    padding: 60px 0;
}.meta-contact-panel .meta-connect-request {
    flex-direction: column;
}.meta-contact-panel .meta-header-image {
    min-height: 300px;
    width: 100%;
}.meta-contact-panel .meta-feedback-feedback {
    width: 100%;
    padding: 40px 30px;
}.meta-contact-panel form h3 {
    margin-bottom: 30px;
}.meta-contact-panel form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.meta-contact-panel .meta-request-section {
    margin-bottom: 30px;
}.meta-contact-panel .meta-request-widget {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.meta-contact-panel {
    padding: 50px 0;
}.meta-contact-panel h2 {
    font-size: calc(29px * 0.85);
}.meta-contact-panel .meta-connect-request {
    margin-top: 30px;
}.meta-contact-panel .meta-header-image {
    min-height: 200px;
}.meta-contact-panel .meta-feedback-feedback {
    padding: 30px 20px;
}.meta-contact-panel form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.meta-contact-panel form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.meta-contact-panel .meta-request-section {
    margin-bottom: 25px;
}.meta-contact-panel .meta-request-section label {
    font-size: calc(15px * 0.9);
}.meta-contact-panel .meta-request-widget {
    padding: 12px 25px;
}}.meta-sustain-cta {
    color: #ffffff;
    padding: 5rem 0 3rem;
    z-index: 1;
    position: relative;
}.meta-sustain-cta::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(212,200,217,0.5) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
    backdrop-filter: blur(8px);
}.meta-sustain-cta .container {
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
    position: relative;
    display: grid;
}.meta-sustain-cta .company_holder {
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(212,200,217);
    position: relative;
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(212,200,217);
    }
    50% {
        border-left-color: rgb(177,164,185);
    }
    100% {
        border-left-color: rgb(212,200,217);
    }
}

.meta-sustain-cta .company_holder h3 {
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #ffffff, rgb(177,164,185));
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-size: calc(32px * 1.2);
    font-weight: 700;
}.meta-sustain-cta .meta-help-center {
    opacity: 0.8;
    margin-top: 1rem;
    line-height: 1.6;
    color: #ffffff;
    font-size: 15px;
}.meta-sustain-cta .meta-trust-badge {
    display: flex;
    justify-content: flex-end;
}.meta-sustain-cta .meta-main-page {
    display: flex;
    gap: 4rem;
}.meta-sustain-cta .meta-nav-guide {
    position: relative;
}.meta-sustain-cta .meta-nav-guide::before {
    top: -10px;
    position: absolute;
    height: 40px;
    border-top: 1px solid rgb(212,200,217);
    opacity: 0.4;
    border-left: 1px solid rgb(212,200,217);
    left: -20px;
    width: 40px;
    content: "";
}.meta-sustain-cta .meta-nav-guide::after {
    right: -20px;
    width: 40px;
    position: absolute;
    border-right: 1px solid rgb(212,200,217);
    bottom: -10px;
    content: "";
    opacity: 0.4;
    border-bottom: 1px solid rgb(212,200,217);
    height: 40px;
}.meta-sustain-cta .meta-nav-guide h5 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(177,164,185);
}.meta-sustain-cta .meta-nav-guide .meta-main-page {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.meta-sustain-cta .meta-nav-guide .meta-main-page a {
    position: relative;
    opacity: 0.8;
    text-decoration: none;
    padding-left: 1rem;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
}.meta-sustain-cta .meta-nav-guide .meta-main-page a::before {
    background-color: rgb(212,200,217);
    transform: translateY(-50%);
    transition: all 0.3s ease;
    border-radius: 50%;
    content: "";
    height: 5px;
    top: 50%;
    position: absolute;
    width: 5px;
    left: 0;
}.meta-sustain-cta .meta-nav-guide .meta-main-page a:hover {
    color: rgb(212,200,217);
    transform: translateX(5px);
    opacity: 1;
}.meta-sustain-cta .meta-nav-guide .meta-main-page a:hover::before {
    background-color: rgb(177,164,185);
    height: 7px;
    width: 7px;
}.meta-compliance {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    position: relative;
    margin-top: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
}.meta-compliance::before {
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(212,200,217), transparent);
    position: absolute;
    top: 0;
    opacity: 0.5;
}.meta-compliance .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.meta-compliance .meta-telegram-ref {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 15px;
}

@media screen and (max-width: 992px) {.meta-sustain-cta .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.meta-sustain-cta .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.meta-sustain-cta .meta-trust-badge {
    justify-content: flex-start;
}.meta-sustain-cta .meta-main-page {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.meta-sustain-cta {
    padding: 3rem 0 2rem;
}.meta-sustain-cta .meta-main-page {
    flex-direction: column;
    gap: 2rem;
}.meta-sustain-cta .meta-nav-guide::before,
    .meta-sustain-cta .meta-nav-guide::after {
    display: none;
}.meta-sustain-cta .meta-nav-guide {
    margin-bottom: 1.5rem;
}.meta-compliance {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.meta-sustain-cta .company_holder h3 {
    font-size: 32px;
}.meta-sustain-cta .meta-nav-guide h5 {
    font-size: calc(16px * 1.1);
}.meta-sustain-cta .meta-nav-guide .meta-main-page a {
    font-size: calc(15px * 0.9);
}}.meta-course-methodology {
    position: relative;
    background: linear-gradient(135deg, rgb(237,231,242) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
    padding: 8rem 0;
}.meta-course-methodology::before {
    background: linear-gradient(120deg, rgb(212,200,217,0.5) 0%, rgb(177,164,185,0.5) 100%);
    right: -5%;
    position: absolute;
    transform: rotate(-15deg);
    height: 25rem;
    opacity: 0.15;
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 0;
    filter: blur(7rem);
    width: 25rem;
    top: -10%;
}.meta-course-methodology::after {
    position: absolute;
    bottom: -5%;
    background: linear-gradient(-45deg, rgb(177,164,185,0.5) 0%, rgb(212,200,217,0.5) 100%);
    content: "";
    z-index: 0;
    transform: rotate(25deg);
    width: 30rem;
    left: -10%;
    animation: float 20s infinite alternate ease-in-out;
    filter: blur(10rem);
    height: 30rem;
    opacity: 0.1;
}.meta-course-methodology .container {
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}.meta-course-methodology .meta-academy-cult {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3.5rem 3rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.meta-course-methodology .meta-academy-cult:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meta-course-methodology .meta-academy-cult::before {
    content: "";
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    background: linear-gradient(to bottom, rgb(212,200,217), rgb(177,164,185));
    height: 100%;
    left: 0;
    top: 0;
    transform: translateX(-5px);
    width: 5px;
}.meta-course-methodology .meta-academy-cult:hover::before {
    transform: translateX(0);
}.meta-course-methodology .meta-academy-cult::after {
    transform: rotate(15deg);
    width: 8rem;
    top: 3rem;
    right: 3rem;
    content: "";
    height: 8rem;
    position: absolute;
    opacity: 0.08;
    z-index: -1;
}.meta-course-methodology h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: calc(30px * 0.9);
    font-weight: 700;
}.meta-course-methodology h3::after {
    opacity: 0.7;
    height: 3px;
    bottom: -0.5rem;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s ease;
    transform-origin: left;
    width: 75%;
    position: absolute;
    transform: scaleX(0.7);
    content: "";
    background: linear-gradient(90deg, rgb(212,200,217), transparent);
    left: 0;
}.meta-course-methodology .meta-academy-cult:hover h3::after {
    transform: scaleX(1);
    opacity: 1;
}.meta-course-methodology p {
    transform: translateY(0);
    margin-bottom: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease-in;
    color: #000000;
    position: relative;
    font-size: 14px;
    line-height: 1.75;
    opacity: 0.9;
}.meta-course-methodology .meta-academy-cult:hover p {
    transform: translateY(-3px);
    opacity: 1;
}.meta-course-methodology p span {
    z-index: 1;
    display: inline-block;
    position: relative;
}.meta-course-methodology p span::before {
    height: 0;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    transition: height 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    z-index: -1;
    background: rgba(rgb(212,200,217,0.5), 0.06);
}.meta-course-methodology .meta-academy-cult:hover p span::before {
    height: 100%;
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(-15deg) scale(1);
    }
    50% {
        transform: rotate(-10deg) scale(1.1);
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(25deg) translateY(0);
    }
    50% {
        transform: rotate(20deg) translateY(-30px);
    }
}

@media (max-width: 992px) {.meta-course-methodology {
    padding: 6rem 0;
}.meta-course-methodology .meta-academy-cult {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(-1deg);
}.meta-course-methodology h3 {
    font-size: calc(30px * 0.8);
}.meta-course-methodology .meta-academy-cult::after {
    right: 2rem;
    width: 6rem;
    height: 6rem;
    top: 2rem;
}
}

@media (max-width: 768px) {.meta-course-methodology {
    padding: 5rem 0;
}.meta-course-methodology .meta-academy-cult {
    padding: 2rem 1.75rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07), 0 3px 10px rgba(0, 0, 0, 0.05);
    transform: none;
}.meta-course-methodology .meta-academy-cult::before {
    height: 8px;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(-8px);
    background: linear-gradient(to right, rgb(212,200,217), rgb(177,164,185));
}.meta-course-methodology .meta-academy-cult:hover::before {
    transform: translateY(0);
}.meta-course-methodology h3 {
    font-size: calc(30px * 0.7);
}.meta-course-methodology p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.meta-course-methodology .meta-academy-cult::after {
    width: 5rem;
    opacity: 0.05;
    height: 5rem;
}
}

@media (max-width: 576px) {.meta-course-methodology {
    padding: 4rem 0;
}.meta-course-methodology .meta-academy-cult {
    padding: 1.75rem 1.25rem;
}.meta-course-methodology h3 {
    margin-bottom: 1.25rem;
    font-size: calc(30px * 0.65);
}.meta-course-methodology p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.meta-course-methodology .meta-academy-cult::after {
    display: none;
}}.meta-secure-sanctuary {
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    background-color: rgb(237,231,242);
    line-height: 1.6;
}.meta-secure-sanctuary h1 {
    font-weight: 700;
    font-size: 48px;
    color: rgb(212,200,217);
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(212,200,217);
    margin-bottom: 20px;
}.meta-secure-sanctuary h2 {
    margin-top: 30px;
    font-size: 33px;
    margin-bottom: 15px;
    font-weight: 600;
    color: rgb(177,164,185);
}.meta-secure-sanctuary h3,
.meta-secure-sanctuary h4,
.meta-secure-sanctuary h5,
.meta-secure-sanctuary h6 {
    color: rgb(212,200,217);
    margin-bottom: 10px;
    margin-top: 25px;
    font-weight: 400;
}.meta-secure-sanctuary h3 {
    font-size: calc(21px - 0.2rem);
}.meta-secure-sanctuary h4 {
    font-size: 21px;
}.meta-secure-sanctuary h5 {
    font-size: calc(21px - 0.2rem);
}.meta-secure-sanctuary h6 {
    font-size: 19px;
}.meta-secure-sanctuary ul {
    list-style-type: disc;
    margin-top: 10px;
    padding-left: 20px;
}.meta-secure-sanctuary ol {
    margin-top: 10px;
    padding-left: 20px;
    list-style-type: decimal;
}.meta-secure-sanctuary li {
    line-height: 1.5;
    margin-bottom: 10px;
}.meta-secure-sanctuary div {
    margin-bottom: 20px;
}.meta-secure-sanctuary p {
    margin-bottom: 20px;
    font-size: 18px;
}.meta-secure-sanctuary span {
    font-weight: 600;
    color: rgb(212,200,217);
}
@media only screen and (max-width: 800px) {.meta-secure-sanctuary {
    padding: 20px;
    border-radius: 10px;
}.meta-secure-sanctuary h1 {
    font-size: calc(21px - 0.5rem);
}.meta-secure-sanctuary h2 {
    font-size: calc(21px - 0.4rem);
}.meta-secure-sanctuary p {
    font-size: calc(18px - 0.2rem);
}}
.meta-secure-sanctuary::before {
    margin-bottom: 20px;
    width: 50px;
    display: block;
    content: '';
    border-radius: 10px;
    background-color: rgb(212,200,217);
    height: 5px;
}.meta-secure-sanctuary ul li::marker,
.meta-secure-sanctuary ol li::marker {
    font-weight: 700;
    color: rgb(177,164,185);
}.meta-secure-sanctuary h2 {
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, rgb(212,200,217), rgb(177,164,185));
    -webkit-text-fill-color: transparent;
}.meta-secure-sanctuary section {
    padding-top: 20px;
    margin: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}.meta-receive-updates {
    perspective: 1000px;
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    background: rgb(237,231,242);
}.meta-receive-updates::before {
    left: 0;
    background: 
        linear-gradient(30deg, transparent 49%, rgb(212,200,217,0.5) 49%, rgb(212,200,217,0.5) 51%, transparent 51%),
        linear-gradient(150deg, transparent 49%, rgb(177,164,185,0.5) 49%, rgb(177,164,185,0.5) 51%, transparent 51%);
    content: "";
    width: 100%;
    z-index: 1;
    background-size: 60px 60px;
    opacity: 0.2;
    top: 0;
    height: 100%;
    position: absolute;
}.meta-receive-updates .meta-academy-cult {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    justify-content: center;
    transform-style: preserve-3d;
    display: flex;
    margin: 0 auto;
}.meta-receive-updates .meta-help-block {
    position: relative;
    background: #ffffff;
    padding: 3.5rem 3rem;
    transition: transform 0.5s ease;
    box-shadow: 
        30px 30px 0px rgb(212,200,217,0.5),
        -30px -30px 0px rgb(177,164,185,0.5);
    width: 70%;
    transform: rotateX(5deg) rotateY(-15deg) rotateZ(0deg);
}.meta-receive-updates .meta-help-block:hover {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}.meta-receive-updates h3 {
    font-size: 21px;
    border-left: 5px solid rgb(212,200,217);
    padding-left: 1.5rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    transform: translateZ(20px);
}.meta-receive-updates .input_holder {
    display: flex;
    transform: translateZ(30px);
    gap: 2rem;
    flex-direction: column;
}.meta-receive-updates input[type="email"] {
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    transform-origin: left center;
    border: 2px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transform: skewY(0deg);
    font-size: 17px;
    color: #000000;
    transition: all 0.3s ease;
}.meta-receive-updates input[type="email"]:focus {
    border-color: rgb(212,200,217);
    outline: none;
    transform: skewY(-2deg);
    box-shadow: 10px 10px 0px rgb(177,164,185,0.5);
}.meta-receive-updates input[type="submit"] {
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: none;
    overflow: hidden;
    background: rgb(212,200,217);
    padding: 1rem 2.5rem;
    transition: all 0.3s ease;
    font-size: 18px;
    position: relative;
    transform-origin: right center;
    align-self: flex-end;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    transform: skewY(0deg);
    cursor: pointer;
}.meta-receive-updates input[type="submit"]:hover {
    box-shadow: -10px 10px 0px rgb(212,200,217,0.5);
    transform: skewY(2deg);
    background: rgb(177,164,185);
}.meta-receive-updates .meta-help-block::before {
    height: 100px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    right: -50px;
    top: -50px;
    position: absolute;
    width: 100px;
    opacity: 0.2;
    content: "";
    background: rgb(177,164,185);
}.meta-receive-updates .meta-help-block::after {
    width: 100px;
    content: "";
    background: rgb(212,200,217);
    left: -50px;
    bottom: -50px;
    opacity: 0.2;
    position: absolute;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    height: 100px;
}.meta-receive-updates .input_holder::before {
    content: "";
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    height: 50px;
    top: 20%;
    opacity: 0.3;
    width: 50px;
    animation: float 6s ease-in-out infinite;
    border: 2px solid rgb(177,164,185);
    right: -25px;
    position: absolute;
}.meta-receive-updates .input_holder::after {
    height: 50px;
    border: 2px solid rgb(212,200,217);
    animation: float 8s ease-in-out infinite reverse;
    bottom: 20%;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    width: 50px;
    position: absolute;
    left: -25px;
    content: "";
    opacity: 0.3;
}

@keyframes float {
    0%, 100% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(0);
    }
    50% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(-20px);
    }
}

@media (max-width: 992px) {.meta-receive-updates .meta-help-block {
    box-shadow: 
            20px 20px 0px rgb(212,200,217,0.5),
            -20px -20px 0px rgb(177,164,185,0.5);
    width: 85%;
    transform: rotateX(3deg) rotateY(-10deg) rotateZ(0deg);
}
}

@media (max-width: 768px) {.meta-receive-updates {
    padding: 4rem 1.5rem;
}.meta-receive-updates .meta-help-block {
    box-shadow: 
            10px 10px 0px rgb(212,200,217,0.5),
            -10px -10px 0px rgb(177,164,185,0.5);
    transform: none;
    padding: 2.5rem 2rem;
    width: 100%;
}.meta-receive-updates h3 {
    font-size: calc(21px * 0.9);
    transform: none;
}.meta-receive-updates .input_holder {
    transform: none;
}.meta-receive-updates .meta-help-block::before,
    .meta-receive-updates .meta-help-block::after,
    .meta-receive-updates .input_holder::before,
    .meta-receive-updates .input_holder::after {
    display: none;
}
}

@media (max-width: 480px) {.meta-receive-updates {
    padding: 3rem 1rem;
}.meta-receive-updates .meta-help-block {
    padding: 2rem 1.5rem;
    box-shadow: 
            5px 5px 0px rgb(212,200,217,0.5),
            -5px -5px 0px rgb(177,164,185,0.5);
}.meta-receive-updates h3 {
    font-size: calc(21px * 0.8);
    padding-left: 1rem;
    margin-bottom: 2rem;
}.meta-receive-updates input[type="email"] {
    padding: 1rem;
}.meta-receive-updates input[type="submit"] {
    align-self: stretch;
    padding: 0.8rem 1.5rem;
}}.meta-leadership-experience {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,231,242), rgb(177,164,185,0.5));
    padding: 80px 0;
    position: relative;
}.meta-leadership-experience::before {
    background: rgb(212,200,217,0.5);
    width: 60%;
    position: absolute;
    z-index: 1;
    top: -10%;
    animation: float 8s ease-in-out infinite;
    transform: rotate(-15deg);
    border-radius: 29px;
    content: "";
    height: 80%;
    right: -10%;
}.meta-leadership-experience::after {
    bottom: -5%;
    z-index: 1;
    background: rgb(177,164,185,0.5);
    left: -5%;
    position: absolute;
    content: "";
    animation: float 6s ease-in-out infinite reverse;
    border-radius: 29px;
    width: 40%;
    transform: rotate(20deg);
    height: 60%;
}.meta-leadership-experience .container {
    position: relative;
    z-index: 2;
}.meta-leadership-experience .meta-review-quotes {
    border-radius: 29px;
    transform: rotate(-2deg);
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}.meta-leadership-experience .meta-review-quotes:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.meta-leadership-experience .meta-header-image {
    height: 200px;
    transition: transform 0.3s ease;
    transform: rotate(4deg);
    box-shadow: 10px 10px 0 rgb(212,200,217,0.5);
    border-radius: 29px;
    grid-area: photo;
}.meta-leadership-experience .meta-review-quotes:hover .meta-header-image {
    transform: rotate(0deg) scale(1.05);
}.meta-leadership-experience .name {
    transform: translateX(20px);
    font-weight: 700;
    color: #000000;
    grid-area: name;
    margin-top: 20px;
    font-size: 22px;
}.meta-leadership-experience .meta-review-quotes span:not(.name) {
    color: #000000;
    grid-area: job;
    font-style: italic;
    font-size: 17px;
    transform: translateX(20px);
}.meta-leadership-experience .meta-job-block {
    position: relative;
    padding: 20px;
    background: linear-gradient(to right, rgb(237,231,242), transparent);
    border-left: 4px solid rgb(212,200,217);
    font-size: 17px;
    border-radius: 0 10px 10px 0;
    color: #000000;
    grid-area: quote;
    line-height: 1.6;
    margin-top: 20px;
}.meta-leadership-experience .meta-job-block::before {
    position: absolute;
    font-size: calc(45px * 2);
    content: "";
    line-height: 1;
    color: rgb(212,200,217,0.5);
    font-family: serif;
    top: -10px;
    left: 10px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

@media (max-width: 768px) {.meta-leadership-experience {
    padding: 60px 0;
}.meta-leadership-experience .meta-review-quotes {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    grid-template-areas: 
            "meta-header-image"
            "name"
            "meta-career-table"
            "meta-job-block";
}.meta-leadership-experience .meta-header-image {
    margin: 0 auto;
    height: 180px;
    width: 80%;
}.meta-leadership-experience .name,
    .meta-leadership-experience .meta-review-quotes span:not(.name) {
    transform: translateX(0);
    text-align: center;
}.meta-leadership-experience .meta-job-block {
    padding: 15px;
}
}