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

header,footer {
    width: 100%;
}

html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}

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

.wrapping-container-16 {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}

.our-background-14::before {
    content: "";
    top: -5%;
    background: linear-gradient(120deg, rgb(186,188,176,0.5) 0%, transparent 70%);
    opacity: 0.7;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: -10%;
    height: 40%;
    z-index: 1;
    width: 40%;
    transform: rotate(-15deg);
    position: absolute;
}

.our-background-14 .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
}

.our-background-14 h1::after {
    content: "";
    left: 0;
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(186,188,176) 0%, rgb(151,153,140) 100%);
    position: absolute;
    bottom: -0.5rem;
}

.our-background-14 .impact-stats-57 {
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    border-radius: 4px;
    opacity: 0;
    transform: translateY(2rem);
    padding: 2.5rem;
}

.our-background-14 .impact-stats-57:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.5rem);
}

.our-background-14 .impact-stats-57:nth-child(1) h4::after {
    position: absolute;
    content: "";
    left: 0;
    background: rgb(186,188,176);
    bottom: 0;
    height: 2px;
    width: 3rem;
}

.our-background-14 .impact-stats-57 div {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 16px;
    overflow-y: auto;
    padding-right: 1rem;
    max-height: 300px;
    color: #000000;
}

header .top_plank .learn-links-03 div span {
    color: #ffffff;
}

header .top_plank .learn-links-03 {
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    align-items: center;
    display: flex;
    width: 100%;
    line-height: 21px;
    flex-wrap: wrap;
    font-size: 15px;
}

header .header-top-06 {
    left: 0;
    justify-content: space-between;
    box-shadow: 0 0 20px 2px rgb(186,188,176,0.5);
    padding: 1.5rem;
    align-items: center;
    position: relative;
    border-radius: 0;
    display: flex;
    background: linear-gradient(to right, rgb(151,153,140) 0%, rgb(186,188,176,0.5) 100%);
    overflow: hidden;
    width: 100%;
    z-index: 99;
}

header .header-top-06::after {
    z-index: -1;
    animation: gradientSlide 5s ease infinite;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, transparent 48%, rgb(151,153,140) 49%, rgb(151,153,140) 51%, transparent 52%);
    position: absolute;
    background-size: 200% 200%;
    opacity: 0.1;
}

header .header-top-06 .header-tutor-84 .top-site-42 {
    transform: perspective(800px) rotateY(0deg);
    transition: all 0.5s ease;
    position: relative;
    display: block;
}

header .header-top-06 .header-tutor-84 svg {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 0 5px rgb(151,153,140,0.5));
}

header .header-top-06 .header-lesson-83::before {
    left: 0;
    animation: neonPulse 4s infinite alternate-reverse;
    background: rgb(186,188,176);
    width: 100%;
    height: 2px;
    position: absolute;
    transform: scaleX(0.5);
    box-shadow: 0 0 10px 2px rgb(186,188,176);
    content: "";
    top: 105%;
}

header .header-top-06 .site-info-89 a::before {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    content: "";
    background: rgb(186,188,176,0.5);
    left: 0;
    top: 0;
    transform: scale(0.9);
    z-index: -1;
}

header .header-top-06 .site-info-89 a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

.data-summary-95 {
    position: relative;
    overflow: hidden;
    background: rgb(222,222,211);
    padding: 100px 0;
    z-index: 1;
}

.data-summary-95::after {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(151,153,140,0.5) 0,
        rgb(151,153,140,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    opacity: 0.05;
}

.data-summary-95::after {
    animation: patternMove2 30s linear infinite;
}

.data-summary-95 h2 {
    color: #000000;
    padding-left: 20px;
    font-size: 38px;
    position: relative;
    margin: 0 0 70px;
    font-weight: 700;
    border-left: 5px solid rgb(186,188,176);
    text-align: left;
}

.data-summary-95 ul::before {
    left: 25px;
    z-index: 0;
    width: 2px;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(186,188,176,0.5), rgb(151,153,140,0.5));
    top: 0;
}

.data-summary-95 .statistics-expertise-76::before {
    height: 3px;
    transform: translateY(-50%);
    top: 50%;
    width: 50px;
    background: linear-gradient(to right, rgb(186,188,176,0.5), rgb(186,188,176));
    content: "";
    position: absolute;
    left: -25px;
    z-index: 1;
}

.data-summary-95 .statistics-expertise-76:nth-child(1)::after {
    border-color: #ffffff;
    background: rgb(186,188,176);
}

.data-summary-95 .statistics-expertise-76:nth-child(2)::after {
    background: rgb(151,153,140);
    border-color: #ffffff;
}

.data-summary-95 .statistics-expertise-76:nth-child(3)::after {
    border-color: #ffffff;
    background: rgb(186,188,176);
}

.data-summary-95 .statistics-expertise-76:nth-child(even)::before {
    background: linear-gradient(to right, rgb(151,153,140,0.5), rgb(151,153,140));
}

.data-summary-95 .statistics-expertise-76 p {
    margin: 0;
    font-weight: 700;
    color: rgb(186,188,176);
    text-align: center;
    grid-row: 1;
    grid-column: 1;
    font-size: 2.8rem;
    position: relative;
    padding: 0;
}

.data-summary-95 .statistics-expertise-76 span::before {
    transform: translateY(-50%);
    top: 50%;
    width: 10px;
    height: 10px;
    background: rgb(186,188,176,0.5);
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
}

.data-summary-95 .statistics-expertise-76:nth-child(even) svg {
    fill: rgb(151,153,140);
}

.data-summary-95 svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}



.data-summary-95 .statistics-expertise-76:nth-child(1) {
    animation-delay: 0.1s;
}

.data-summary-95 .statistics-expertise-76:nth-child(3) {
    animation-delay: 0.3s;
}



.data-summary-95 .container::before {
    content: "";
    top: 50%;
    z-index: -1;
    background: radial-gradient(circle, rgb(186,188,176,0.5) 0%, transparent 70%);
    width: 200px;
    opacity: 0.5;
    filter: blur(50px);
    right: -100px;
    animation: pulseGlow 10s infinite alternate;
    border-radius: 50%;
    height: 200px;
    position: absolute;
}

.title-welcome-32::after {
    filter: blur(60px);
    z-index: 1;
    position: absolute;
    content: "";
    bottom: -10%;
    height: 60%;
    left: -5%;
    background: linear-gradient(225deg, rgb(151,153,140,0.5) 0%, rgb(186,188,176,0.5) 100%);
    animation: pulse 12s infinite alternate-reverse ease-in-out;
    width: 35%;
}

.title-welcome-32 h1 {
    color: #000000;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    font-size: 43px;
    margin-bottom: 1.5rem;
    transform: translateY(30px);
    opacity: 0;
    line-height: 1.2;
}

.title-welcome-32 .learn-first-42 {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
}

.title-welcome-32 svg path {
    transition: fill 0.5s ease;
    fill: rgb(186,188,176);
}

.title-welcome-32 svg:hover path {
    filter: drop-shadow(0 0 8px rgba(94,170,168,0.4));
    fill: rgb(151,153,140);
}

.title-welcome-32 .query-widget-69 {
    font-size: 19px;
    padding: 1rem 2.5rem;
    overflow: hidden;
    transform: translateZ(0);
    background: linear-gradient(135deg, rgb(186,188,176) 0%, rgb(151,153,140) 100%);
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    margin-top: 1rem;
    font-weight: 600;
    display: inline-block;
}

.title-welcome-32 .query-widget-69:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 5px 10px rgba(94,170,168,0.2);
}

.title-welcome-32 .post-thumbnail-52::before {
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), rgba(0,0,0,0.4));
    position: absolute;
    transition: opacity 0.5s ease;
}

.enroll-instantly-20::before {
    transform: translateZ(-10px);
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(186,188,176,0.5),
        rgb(186,188,176,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    z-index: 1;
    opacity: 0.1;
    height: 100%;
}

.enroll-instantly-20 .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    max-width: 1140px;
    transform: translateZ(20px);
    padding: 0 15px;
    align-items: center;
    margin: 0 auto;
}

.enroll-instantly-20 div:nth-child(2) {
    justify-content: center;
    display: flex;
    transform: translateZ(30px);
}

.enroll-instantly-20 span {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.3s ease-out;
    display: inline-block;
}

.enroll-instantly-20 .query-widget-69 {
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    text-decoration: none;
    padding: 0.8rem 2.5rem;
    display: inline-flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 18px;
    font-weight: 600;
    background: #ffffff;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    color: rgb(186,188,176);
    transform: translateZ(0);
    opacity: 0;
    letter-spacing: 0.5px;
    position: relative;
    border-radius: 10px;
    align-items: center;
}

.enroll-instantly-20 .query-widget-69 span {
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.enroll-instantly-20 .query-widget-69:hover {
    background: #ffffff;
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.5);
}

.enroll-instantly-20 .query-widget-69:hover span {
    transform: translateY(0) scale(1.05);
}

.pricing-stack-96 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,222,211) 0%, rgb(186,188,176,0.5) 100%);
}

.pricing-stack-96 .container {
    position: relative;
    max-width: 1320px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 15px;
}

.pricing-stack-96 .fee-offers-40 {
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.pricing-stack-96 .pricing-pack-80:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.pricing-stack-96 .pricing-pack-80 h2 {
    transform: translateZ(0);
    -webkit-background-clip: text !important;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: transparent;
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(186,188,176), rgb(151,153,140));
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.pricing-stack-96 .cost-card-83 {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 30px;
}

.pricing-stack-96 .bundle-price-70 {
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 4px;
    display: block;
}

.pricing-stack-96 .plan-options-09::before {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(186,188,176), rgb(151,153,140));
    position: absolute;
    transform: scaleX(0.8);
    top: 0;
    height: 5px;
    transition: transform 0.4s ease-out;
    transform-origin: left;
    width: 100%;
}

.pricing-stack-96 .cost-table-24 h3 {
    transition: transform 0.3s ease;
    font-size: calc(22px + 2px);
    transform-origin: left;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #000000;
}

.pricing-stack-96 .value-plan-54::after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(0.5);
    background: rgb(186,188,176);
    bottom: -5px;
    left: 0;
    transform-origin: left;
}

.pricing-stack-96 .post-thumbnail-52 {
    height: 200px;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}

.pricing-stack-96 .post-thumbnail-52::after {
    left: 0;
    pointer-events: none;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
}

.cookie-confirm-28 {
    justify-content: space-between;
    display: flex;
    z-index: 1;
    flex-wrap: nowrap;
    align-items: center;
}

#cookie-info-notice-70 {
    display: none;
}

#cookie-info-notice-70:checked ~ .overlayConsentSettings-93 {
    opacity: 0;
    visibility: hidden;
}

.cookie-necessary-18 {
    flex-grow: 1;
    margin-right: 20px;
}

.cookie-necessary-18 p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
}

.user-choices-05 {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    margin-left: 10px;
    font-size: 18px;
}

.user-choices-05 {
    color: #ffffff;
    border: 1px solid rgb(186,188,176);
    background-color: rgb(186,188,176);
}

.privacy-fence-62 h1 {
    font-weight: 700;
    color: rgb(186,188,176);
    margin-bottom: 30px;
    font-size: 48px;
    grid-column: span 2;
    position: relative;
    z-index: 2;
}

.privacy-fence-62 ul,
.privacy-fence-62 ol {
    z-index: 2;
    margin: 20px 0;
    position: relative;
    padding: 0 0 0 20px;
}

.privacy-fence-62 ul {
    list-style-type: disc;
}

.privacy-fence-62 ol {
    list-style-type: decimal;
}

.privacy-fence-62 p {
    z-index: 2;
    position: relative;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
}

.privacy-fence-62 span {
    font-weight: 600;
    padding: 5px;
    border-radius: 10px;
    z-index: 2;
    color: rgb(151,153,140);
    position: relative;
    background: rgb(186,188,176,0.5);
}

.privacy-fence-62::after {
    height: 300px;
    bottom: -150px;
    right: -150px;
    width: 300px;
}

.course-structure-20 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(222,222,211) 0%, rgb(186,188,176,0.5) 100%);
    padding: 6rem 0;
}

.course-structure-20 .container {
    z-index: 2;
    position: relative;
}

.course-structure-20 .study-map-26 {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 0;
}

.course-structure-20 .text-scroll-58 {
    background: #ffffff;
    border-radius: 28px;
    z-index: 3;
    transition: transform 0.4s ease;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateY(0);
}

.course-structure-20 .text-scroll-58 h2 {
    animation: fadeInUp 0.8s ease forwards;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    display: inline-block;
    color: rgb(186,188,176);
    margin-bottom: 2rem;
}

.course-structure-20 .text-scroll-58:hover h2::after {
    width: 100%;
}

.course-structure-20 .text-scroll-58 .description {
    position: relative;
    animation-delay: 0.2s;
    animation: fadeInUp 0.8s ease forwards;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #000000;
    padding-left: 1rem;
    opacity: 0;
}

.course-structure-20 .post-thumbnail-52 {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    z-index: 2;
    border-radius: 0;
    transition: transform 0.5s ease;
    height: 320px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    margin-top: -2rem;
    position: relative;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
}

.find-us-59 {
    padding: 80px 20px;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(222,222,211) 0%, #ffffff 100%);
    overflow: hidden;
}

.find-us-59::before {
    z-index: 0;
    top: -10%;
    filter: blur(20px);
    right: -5%;
    opacity: 0.6;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    position: absolute;
    background: linear-gradient(145deg, rgb(186,188,176,0.5) 0%, rgb(151,153,140,0.5) 100%);
    width: 40%;
    height: 70%;
}

.find-us-59 h1 {
    z-index: 5;
    transform: perspective(500px) translateZ(0);
    margin-bottom: 40px;
    color: #000000;
    font-size: 38px;
    transition: transform 0.5s ease-out;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.find-us-59 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

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

.find-us-59 .get-contactform-19 > div > div {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}

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

.find-us-59 h6:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.find-us-59 span {
    display: block;
    font-size: 18px;
    position: relative;
    margin-left: 30px;
    color: #000000;
}

.find-us-59 .ask-support-23 {
    flex-direction: column;
    display: flex;
    gap: 15px;
}

.find-us-59 .ask-support-23 > div {
    transition: transform 0.3s ease;
}

.find-us-59 .course-faq-31 {
    font-size: 18px;
    transition: color 0.3s ease;
    color: #000000;
    display: flex;
    position: relative;
    padding-left: 5px;
    font-weight: 400;
    text-decoration: none;
    align-items: center;
}

.find-us-59 .course-faq-31:hover::before {
    width: calc(100% - 34px);
}

.find-us-59 .course-faq-31:hover svg {
    transform: translateY(-3px);
}

.find-us-59 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}

.find-us-59 .course-faq-31:hover svg path {
    fill: rgb(186,188,176);
}

.customer-comments-95::before {
    height: 200px;
    z-index: 1;
    width: 200px;
    content: "";
    position: absolute;
    filter: blur(80px);
    background: rgb(151,153,140,0.5);
    top: -50px;
    right: -50px;
    transform: rotate(45deg);
}

.customer-comments-95 h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transform: perspective(1000px) rotateX(5deg);
    letter-spacing: 0.5px;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    font-size: 32px;
}

.customer-comments-95 .container.learning-zone-65 {
    z-index: 2;
    position: relative;
}

.customer-comments-95 .edu-stories-28 {
    padding: 2rem;
    overflow: hidden;
    transform-style: preserve-3d;
    border-radius: 11px;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    background: #ffffff;
}

.customer-comments-95 .edu-stories-28 h3 {
    color: rgb(186,188,176);
    position: relative;
    margin-bottom: 0.75rem;
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
}

.customer-comments-95 .edu-stories-28:hover h3::after {
    transform: scaleX(1);
}

.customer-comments-95 .edu-stories-28 .description {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 16px;
    position: relative;
    z-index: 2;
    color: #000000;
}

.customer-comments-95 .edu-stories-28 div {
    overflow: hidden;
    position: relative;
    z-index: 2;
    transform: translateZ(20px);
    border-radius: 50%;
    width: 60px;
    border: 3px solid #ffffff;
    height: 60px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.customer-comments-95 .edu-stories-28:nth-child(even) {
    transform: rotateZ(1deg);
}

.customer-comments-95 .edu-stories-28:nth-child(even):hover {
    transform: rotateZ(0) translateY(-10px);
}

.customer-comments-95 .edu-stories-28:hover::after {
    opacity: 0.4;
    height: 120px;
    width: 120px;
}

footer {
    font-family: Arial, sans-serif;
    z-index: 1;
    position: relative;
    color: #ffffff;
}

footer::before {
    top: 0;
    z-index: -1;
    content: "";
    left: 0;
    animation: gradientShift 15s ease infinite;
    backdrop-filter: blur(8px);
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(186,188,176,0.5) 50%, rgb(151,153,140,0.5) 100%);
    position: absolute;
}

.lesson-cta-45 .container {
    justify-content: space-between;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}

.lesson-cta-45 .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(186,188,176,0.5);
}

.lesson-cta-45 .company_holder h3 {
    display: inline-block;
    font-size: calc(37px * 0.85);
    margin-bottom: 1.25rem;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}

.lesson-cta-45 .company_holder:hover h3::after {
    transform: scaleX(1);
}

.lesson-cta-45 .code-labs-72 {
    margin-top: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    max-width: 450px;
}

.lesson-cta-45 .med-guides-53 {
    flex: 1 1 450px;
    position: relative;
}

.lesson-cta-45 .med-guides-53 .head-expert-65 {
    justify-content: flex-end;
}

.lesson-cta-45 .header-lesson-83 h5 {
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin-bottom: 1.25rem;
    font-size: 19px;
}

.lesson-cta-45 .header-lesson-83 h5::before {
    background: rgb(186,188,176);
    width: 40px;
    transition: width 0.3s ease;
    bottom: -6px;
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
}

.lesson-cta-45 .header-lesson-83 a {
    display: block;
    padding: 0.25rem 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    border-radius: 10px;
}

.lesson-cta-45 .header-lesson-83 a:hover {
    transform: translateX(5px);
    color: #ffffff;
}

.reward-sys-29::before {
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(151,153,140) 25%, 
                #ffffff 50%, 
                rgb(186,188,176) 75%, 
                transparent 100%);
    position: absolute;
    left: 0;
    height: 1px;
    right: 0;
    content: "";
}

.reward-sys-29 .inclusion-10:hover {
    box-shadow: 0 0 15px rgb(186,188,176,0.5);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}



.lesson-cta-45 .head-expert-65 a::after {
    height: 4px;
    transform: translateY(-50%) scale(0);
    background: rgb(186,188,176);
    border-radius: 50%;
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    top: 50%;
    left: -10px;
    width: 4px;
}

.lesson-cta-45 .code-labs-72::after {
    width: 0;
    height: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    border: 1px solid transparent;
    right: -10px;
    position: absolute;
    content: "";
    bottom: -10px;
}

.lesson-cta-45 .company_holder:hover .code-labs-72::after {
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-left-color: rgb(151,153,140,0.5);
    border-bottom-color: rgb(151,153,140,0.5);
}

.teacher-profile-71::before {
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(186,188,176,0.5) 2px, transparent 2px),
        radial-gradient(circle at 40% 70%, rgb(186,188,176,0.5) 2px, transparent 2px),
        radial-gradient(circle at 70% 10%, rgb(186,188,176,0.5) 2px, transparent 2px),
        radial-gradient(circle at 90% 50%, rgb(186,188,176,0.5) 2px, transparent 2px);
    top: 0;
    background-size: 120px 120px;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.teacher-profile-71 .edu-stories-28:hover {
    transform: perspective(1200px) rotateX(0);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15), 
                0 5px 12px rgba(0,0,0,0.08),
                0 1px 0 rgba(255,255,255,0.8) inset;
}

.teacher-profile-71 .edu-stories-28 > div:first-child {
    justify-content: center;
    display: flex;
}

.teacher-profile-71 .post-thumbnail-52 {
    transition: all 0.4s ease-out;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1),
                0 0 0 8px rgba(255,255,255,0.8),
                0 0 0 12px rgb(186,188,176,0.5);
    z-index: 2;
    height: 150px;
    width: 150px;
}

.teacher-profile-71 .edu-stories-28 > div:nth-child(2) {
    text-align: center;
    position: relative;
}

.teacher-profile-71 .name {
    display: inline-block;
    color: #000000;
    margin-bottom: 0.5rem;
    transform: translateZ(0);
    position: relative;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 0.5rem;
}

.teacher-profile-71 .edu-stories-28:hover .name::after {
    width: 70%;
}

.teacher-profile-71 .edu-stories-28 > div:nth-child(2) > div {
    color: rgb(151,153,140);
    font-size: calc(13px - 0.1rem);
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(to right, rgba(rgb(186,188,176,0.5), 0.1), rgba(rgb(186,188,176,0.5), 0), rgba(rgb(186,188,176,0.5), 0.1));
    font-style: italic;
    font-weight: 600;
    position: relative;
}

.teacher-profile-71 .employee-progress-07::before,
.teacher-profile-71 .employee-progress-07::after {
    font-family: serif;
    content: "";
    font-size: 3.5rem;
    position: absolute;
    color: rgb(186,188,176,0.5);
    line-height: 1;
}

.teacher-profile-71 .employee-progress-07::before {
    top: -0.5rem;
    left: 0;
}

.join-our-community-05::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
}

.join-our-community-05 .learning-zone-65 {
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease;
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.12);
    position: relative;
    align-items: center;
    display: flex;
}

.join-our-community-05 h3::after {
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 50%;
    position: absolute;
    bottom: -10px;
}

.join-our-community-05 .input_holder div {
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
}

.join-our-community-05 input[type="email"] {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
    font-family: inherit;
    padding: 16px 20px 16px 45px;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
}

.join-our-community-05 input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px rgba(rgb(151,153,140), 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.join-our-community-05 .sub-settings-56::before {
    width: 100%;
    transition: left 0.7s ease;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
    position: absolute;
    content: "";
}

.join-our-community-05 .sub-settings-56:hover {
    background: rgb(186,188,176);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.join-our-community-05 .sub-settings-56:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.join-our-community-05 .learning-zone-65::after {
    bottom: -15px;
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    border-radius: 17px;
    right: -15px;
    animation: float 8s ease-in-out infinite;
}

.gratZone-27::before {
    animation: float 8s ease-in-out infinite;
    height: 300px;
    position: absolute;
    opacity: 0.2;
    right: -5%;
    width: 300px;
    content: "";
    top: -10%;
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
}

.gratZone-27 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
}

.gratZone-27 .learning-zone-65:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.gratZone-27 .learning-zone-65 > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.gratZone-27 .learning-zone-65 > div:first-child::before {
    height: 70%;
    left: -2rem;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    background: linear-gradient(to bottom, rgb(186,188,176), rgb(151,153,140));
    width: 0.5rem;
}

.gratZone-27 .learning-zone-65:hover h5 {
    transform: translateX(10px);
}

.gratZone-27 .learning-zone-65:hover h5::after {
    width: 120px;
}

.gratZone-27 .learning-zone-65 > div:last-child {
    position: relative;
    overflow: hidden;
}

.gratZone-27 p {
    font-size: 16px;
    line-height: 1.7;
    transition: color 0.3s ease;
    color: #000000;
    margin: 0;
    position: relative;
}

.gratZone-27 a::before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: rgb(186,188,176);
    content: "";
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.gratZone-27 a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(186,188,176,0.5);
}

.reach-out-52::before {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(186,188,176), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(151,153,140), 0.05) 0%, transparent 50%);
    z-index: 1;
    left: 0;
    content: "";
}



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

.reach-out-52 h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    left: 50%;
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    transform: translateX(-50%);
    perspective: 1000px;
}

.reach-out-52 h2::before {
    background: linear-gradient(90deg, transparent, rgb(186,188,176), transparent);
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    bottom: -10px;
    content: "";
}

.reach-out-52 .request-block-21::before {
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(186,188,176), rgb(151,153,140));
    content: "";
    width: 100%;
    z-index: 3;
}

.reach-out-52 .post-thumbnail-52::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(210deg, rgba(rgb(186,188,176), 0.5), rgba(rgb(151,153,140), 0.5));
    content: "";
    z-index: 1;
    mix-blend-mode: multiply;
}



.reach-out-52 .support-card-68 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    flex: 0 0 55%;
    padding: 60px 50px;
    backdrop-filter: blur(10px);
    position: relative;
}

.reach-out-52 form {
    position: relative;
    z-index: 3;
}

.reach-out-52 form h3 {
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    color: #000000;
}

.reach-out-52 form h3::after {
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -15px;
    content: "";
    width: 30px;
    background: rgb(186,188,176);
}

.reach-out-52 form input[type="text"]:focus {
    outline: none;
    background: rgba(#ffffff, 0.9);
    border-color: rgb(186,188,176);
    box-shadow: 0 0 0 4px rgba(rgb(186,188,176), 0.1);
}

.reach-out-52 form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}

.reach-out-52 .support-help-26 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.reach-out-52 .support-help-26 label::before {
    transition: all 0.3s ease;
    width: 22px;
    position: absolute;
    background: rgba(#ffffff, 0.6);
    height: 22px;
    content: "";
    border-radius: 4px;
    left: 0;
    border: 1px solid rgba(rgb(186,188,176), 0.3);
    top: 0;
}

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

.reach-out-52 .support-help-26 label a:hover {
    color: rgb(151,153,140);
}

.reach-out-52 .support-help-26 label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    background: rgb(151,153,140);
}

.reach-out-52 .query-widget-69::before {
    content: "";
    background: linear-gradient(45deg, rgb(186,188,176), rgb(151,153,140));
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
}

.reach-out-52 .query-widget-69:hover::before {
    opacity: 1;
}

.reach-out-52 .query-widget-69:hover::after {
    transform: scale(4);
    opacity: 0;
}

.reach-out-52 svg {
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(186,188,176);
    width: 22px;
    height: 22px;
    stroke-width: 2;
    filter: drop-shadow(0 2px 2px rgba(rgb(186,188,176), 0.3));
}

.reach-out-52 svg:hover,
.reach-out-52 svg:hover path {
    stroke: rgb(151,153,140);
    transform: translateY(-2px);
}

.our-background-14 .impact-stats-57 div::-webkit-scrollbar {
    width: 4px;
}

.our-background-14 .impact-stats-57 div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.5);
}

.our-background-14 .impact-stats-57 div::-webkit-scrollbar-thumb {
    background: rgb(151,153,140,0.5);
    border-radius: 10px;
}

.our-background-14 .impact-stats-57 div::-webkit-scrollbar-thumb:hover {
    background: rgb(151,153,140);
}



@media (min-width: 992px) {.our-background-14 {
    padding: 10rem 0;
}.our-background-14::before {
    width: 35%;
    height: 35%;
}.our-background-14::after {
    width: 35%;
    height: 35%;
}.our-background-14 h1 {
    margin-bottom: 4rem;
    font-size: calc(39px * 1.2);
}.our-background-14 .impact-stats-57 {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}.our-background-14 .impact-stats-57:hover {
    transform: translateY(-0.75rem) scale(1.02);
}.our-background-14 .impact-stats-57 h4 {
    font-size: calc(18px * 1.1);
}.our-background-14 .impact-stats-57 div {
    font-size: calc(16px * 1.05);
    max-height: 400px;
    line-height: 1.8;
}
}



@media (max-width: 992px) {header .header-top-06 {
    box-sizing: border-box;
    width: 100vw;
    padding: 1rem;
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
}header .header-top-06 .header-tutor-84 {
    margin-bottom: 1.5rem;
}header .header-top-06 .header-lesson-83 {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .header-top-06 .header-lesson-83::before {
    bottom: -10px;
    top: auto;
}header .header-top-06 .site-info-89 {
    margin: 0.25rem 0.5rem;
}
}



@media (min-width: 992px) {.data-summary-95 .statistics-expertise-76:nth-child(even) {
    margin-left: 100px;
}.data-summary-95 .statistics-expertise-76:nth-child(odd) {
    margin-left: 50px;
}
}



@media (max-width: 768px) {.data-summary-95 {
    padding: 70px 0;
}.data-summary-95 .statistics-expertise-76 {
    grid-template-rows: auto auto;
    grid-template-columns: 60px 1fr;
    gap: 10px;
}.data-summary-95 svg {
    justify-self: center;
    grid-row: 2;
    margin-left: 0;
    grid-column: 1;
}.data-summary-95 .statistics-expertise-76 p {
    font-size: 2.5rem;
}.data-summary-95 .statistics-expertise-76 span {
    grid-row: 2;
    grid-column: 2;
}
}



@media (max-width: 480px) {.data-summary-95 {
    padding: 50px 0;
}.data-summary-95 h2 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.8);
}.data-summary-95 ul::before {
    left: 10px;
}.data-summary-95 .statistics-expertise-76 {
    padding: 20px;
    gap: 10px;
    grid-template-rows: auto auto auto;
    margin-left: 30px;
    grid-template-columns: 1fr;
}.data-summary-95 .statistics-expertise-76::after {
    height: 12px;
    width: 12px;
    left: -20px;
}.data-summary-95 .statistics-expertise-76::before {
    width: 30px;
    left: -18px;
}.data-summary-95 svg {
    grid-row: 1;
    grid-column: 1;
    margin-bottom: 10px;
    justify-self: center;
}.data-summary-95 .statistics-expertise-76 p {
    grid-column: 1;
    text-align: center;
    font-size: 2.2rem;
    grid-row: 2;
}.data-summary-95 .statistics-expertise-76 span {
    grid-column: 1;
    grid-row: 3;
    text-align: center;
    padding: 0;
}.data-summary-95 .statistics-expertise-76 span::before {
    display: none;
}.data-summary-95 .statistics-expertise-76:hover {
    transform: translateX(5px);
}}



@media (min-width: 1200px) {.title-welcome-32 .learning-zone-65 {
    grid-gap: 6rem;
}.title-welcome-32 h1 {
    font-size: calc(43px * 1.6);
    margin-bottom: 2.5rem;
}.title-welcome-32 .learn-first-42 {
    padding: 4rem;
}.title-welcome-32 .post-thumbnail-52 {
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 0 100%, 0 15%);
    height: 650px;
}
}



@media (max-width: 991px) {.enroll-instantly-20 {
    padding: 3.5rem 0;
}.enroll-instantly-20 h6 {
    margin-bottom: 2rem;
    font-size: calc(16px * 1.1);
}.enroll-instantly-20 .query-widget-69 {
    padding: 0.7rem 2.2rem;
}
}



@media (max-width: 767px) {.enroll-instantly-20 {
    padding: 3rem 0;
}.enroll-instantly-20 h6 {
    font-size: 16px;
    margin-bottom: 1.8rem;
    max-width: 90%;
}.enroll-instantly-20 .query-widget-69 {
    padding: 0.7rem 2rem;
}
}



@media (max-width: 575px) {.enroll-instantly-20 {
    padding: 2.5rem 0;
}.enroll-instantly-20 h6 {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.enroll-instantly-20 .query-widget-69 {
    font-size: calc(18px * 0.95);
    padding: 0.6rem 1.8rem;
}
}



@media (min-width: 992px) {.pricing-stack-96 .fee-offers-40 {
    gap: 40px;
    align-items: stretch;
    flex-direction: row;
}.pricing-stack-96 .pricing-pack-80 {
    display: flex;
    width: 30%;
    padding: 50px 40px;
    flex-direction: column;
    justify-content: center;
}.pricing-stack-96 .cost-card-83 {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.pricing-stack-96 .cost-table-24 {
    padding: 30px;
}.pricing-stack-96 .cost-table-24 p {
    -webkit-line-clamp: 6;
}
}



@media (min-width: 1400px) {.pricing-stack-96 .cost-card-83 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-stack-96 .cost-table-24 p {
    -webkit-line-clamp: 7;
}
}



@media (hover: hover) {.pricing-stack-96 .bundle-price-70 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing-stack-96 .bundle-price-70:hover {
    transform: translateY(-10px) scale(1.02);
}}



@media only screen and (max-width: 800px) {.privacy-fence-62 {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px;
}.privacy-fence-62 h1 {
    grid-column: span 1;
    font-size: calc(22px * 0.8);
}.privacy-fence-62 h2 {
    font-size: calc(22px * 0.8);
}.privacy-fence-62 ul,
    .privacy-fence-62 ol {
    padding-left: 15px;
}.privacy-fence-62 > div {
    padding: 20px;
}.privacy-fence-62::before {
    top: -50px;
    height: 100px;
    left: -50px;
    width: 100px;
}.privacy-fence-62::after {
    bottom: -75px;
    height: 150px;
    right: -75px;
    width: 150px;
}}



@media (min-width: 992px) {.course-structure-20 .study-map-26 {
    grid-template-columns: 1.2fr 0.8fr;
}.course-structure-20 .text-scroll-58 {
    padding: 3rem;
}.course-structure-20 .post-thumbnail-52 {
    height: 450px;
    margin-top: 3rem;
}.course-structure-20 .text-scroll-58::after {
    bottom: -3rem;
    border-radius: 50%;
    z-index: -1;
    content: "";
    position: absolute;
    left: 25%;
    width: 6rem;
    background: rgb(186,188,176,0.5);
    opacity: 0.4;
    height: 6rem;
}
}



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



@media (prefers-reduced-motion: reduce) {.find-us-59 .get-contactform-19,
    .find-us-59 .get-contactform-19 > div,
    .find-us-59 h1,
    .find-us-59 .course-faq-31::before,
    .find-us-59 svg {
    transform: none;
    transition: none;
}.find-us-59 .get-contactform-19 > div:hover,
    .find-us-59 .ask-support-23 > div:hover,
    .find-us-59 h1:hover,
    .find-us-59 .course-faq-31:hover svg {
    transform: none;
}}



@media (max-width: 767px) {.customer-comments-95 {
    padding: 3rem 0;
}.customer-comments-95 h2 {
    padding: 0 1rem 1rem;
    font-size: calc(32px * 0.8);
    transform: none;
}.customer-comments-95 .review-highlights-63 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.customer-comments-95 .edu-stories-28 {
    padding: 1.5rem;
}.customer-comments-95 .edu-stories-28::before {
    font-size: 100px;
    top: -20px;
}
}



@media (min-width: 1200px) {.customer-comments-95 .review-highlights-63 {
    grid-template-columns: repeat(3, 1fr);
}.customer-comments-95 .edu-stories-28 {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.customer-comments-95 .edu-stories-28:hover {
    transform: translateY(-15px) scale(1.03);
}}



@media (max-width: 768px) {.lesson-cta-45 {
    padding: 3rem 0 1.5rem;
}.lesson-cta-45::before {
    height: 2px;
}.lesson-cta-45 .company_holder {
    padding: 1.25rem;
}.lesson-cta-45 .header-lesson-83 {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.lesson-cta-45 .med-guides-53 .head-expert-65 {
    flex-direction: column;
}.reward-sys-29 {
    padding: 1.25rem 0;
}.reward-sys-29::before {
    height: 2px;
}
}



@media (min-width: 768px) {.teacher-profile-71 .edu-stories-28 {
    grid-template-columns: 180px 1fr;
    grid-template-rows: auto 1fr;
    gap: 1.5rem 2.5rem;
}.teacher-profile-71 .edu-stories-28 > div:first-child {
    grid-row: 1 / 3;
    align-self: center;
}.teacher-profile-71 .edu-stories-28 > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.teacher-profile-71 .name::after {
    transform: none;
    left: 0;
}.teacher-profile-71 .edu-stories-28 > div:nth-child(2) > div {
    background: linear-gradient(to right, rgba(rgb(186,188,176,0.5), 0.1), rgba(rgb(186,188,176,0.5), 0));
    padding-left: 0;
}.teacher-profile-71 .edu-stories-28 > div:nth-child(3) {
    grid-column: 2;
}
}



@media (min-width: 1200px) {.teacher-profile-71 .edu-stories-28 {
    max-width: 80%;
    grid-template-columns: 220px 1fr;
    gap: 2rem 3rem;
}.teacher-profile-71 .post-thumbnail-52 {
    width: 200px;
    height: 200px;
}.teacher-profile-71 .name {
    font-size: calc(24px + 0.2rem);
}.teacher-profile-71 .edu-stories-28 > div:nth-child(2) > div {
    font-size: 13px;
}
}



@media (min-width: 768px) {.join-our-community-05 {
    padding: 6rem 2rem;
}.join-our-community-05 .learning-zone-65 {
    transform: perspective(1000px) rotateX(3deg);
    padding: 3.5rem;
}.join-our-community-05 h3 {
    font-size: 36px;
    margin-bottom: 2.5rem;
}.join-our-community-05 .input_holder {
    max-width: 650px;
    flex-direction: row;
}.join-our-community-05 .input_holder div {
    margin-bottom: 0;
    margin-right: 1rem;
    flex: 1;
}.join-our-community-05 input[type="email"] {
    height: 56px;
}.join-our-community-05 .sub-settings-56 {
    min-width: 180px;
    height: 56px;
}
}



@media screen and (max-width: 768px) {.gratZone-27 {
    padding: 4rem 0;
}.gratZone-27 .learning-zone-65 {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
    padding: 2rem;
}.gratZone-27 .learning-zone-65 > div:first-child::before {
    width: 0.3rem;
    left: -1.5rem;
}.gratZone-27 h5 {
    font-size: calc(20px * 0.9);
}
}



@media (max-width: 1024px) {.reach-out-52 {
    padding: 80px 0;
}.reach-out-52 .request-block-21 {
    margin-top: 50px;
}.reach-out-52 .post-thumbnail-52 {
    min-height: 450px;
}.reach-out-52 .support-card-68 {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.reach-out-52 {
    padding: 60px 0;
}.reach-out-52 .request-block-21 {
    margin-top: 40px;
    flex-direction: column;
}.reach-out-52 .post-thumbnail-52 {
    width: 100%;
    min-height: 300px;
}.reach-out-52 .support-card-68 {
    width: 100%;
    padding: 40px 30px;
}.reach-out-52 form h3 {
    margin-bottom: 30px;
}.reach-out-52 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.reach-out-52 .support-help-26 {
    margin-bottom: 25px;
}.reach-out-52 .query-widget-69 {
    width: 100%;
    padding: 14px 30px;
}
}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes expandLine {
    to {
        width: 60%;
    }
}



@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}



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

@keyframes patternMove1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes pulseGlow {
    0% {
        transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}



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

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



@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}



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

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

