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

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

.wrapper-viewport-61 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}

.homepage-92 .main-entry-39 input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.homepage-92 .learn-welcome-29 {
    bottom: 40px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    z-index: 10;
    display: flex;
    gap: 15px;
}

.homepage-92 .subtext-wrap-71 h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 39px;
}

.homepage-92 .main-entry-39 input:nth-child(1):checked ~ .learn-expressfast-50 .class-online-20:nth-child(1),
.homepage-92 .main-entry-39 input:nth-child(2):checked ~ .learn-expressfast-50 .class-online-20:nth-child(2),
.homepage-92 .main-entry-39 input:nth-child(3):checked ~ .learn-expressfast-50 .class-online-20:nth-child(3),
.homepage-92 .main-entry-39 input:nth-child(4):checked ~ .learn-expressfast-50 .class-online-20:nth-child(4),
.homepage-92 .main-entry-39 input:nth-child(5):checked ~ .learn-expressfast-50 .class-online-20:nth-child(5),
.homepage-92 .main-entry-39 input:nth-child(6):checked ~ .learn-expressfast-50 .class-online-20:nth-child(6),
.homepage-92 .main-entry-39 input:nth-child(7):checked ~ .learn-expressfast-50 .class-online-20:nth-child(7),
.homepage-92 .main-entry-39 input:nth-child(8):checked ~ .learn-expressfast-50 .class-online-20:nth-child(8),
.homepage-92 .main-entry-39 input:nth-child(9):checked ~ .learn-expressfast-50 .class-online-20:nth-child(9),
.homepage-92 .main-entry-39 input:nth-child(10):checked ~ .learn-expressfast-50 .class-online-20:nth-child(10) {
    z-index: 2;
    visibility: visible;
}

.pricing-zone-17 .cost-table-26:hover {
    transform: translateY(-8px);
}

.pricing-zone-17 .learning-packages-61 {
    flex-grow: 1;
    flex-direction: column;
    padding: 2rem;
    display: flex;
    min-height: 280px;
}

.pricing-zone-17 .indv-sub-56::before {
    left: 0;
    content: "";
    background: rgb(116,123,116);
    width: 40px;
    position: absolute;
    bottom: -10px;
    height: 2px;
}

.pricing-zone-17 .cost-table-26:hover .image-frame-wrap-91 {
    transform: scale(1.05);
}

.who-we-are-64 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(201,207,186);
}

.who-we-are-64 .container {
    z-index: 5;
    position: relative;
}

.who-we-are-64 h2::before {
    transform: translateX(-50%);
    height: 2px;
    content: "";
    background-color: rgb(158,170,160);
    bottom: -10px;
    width: 50px;
    position: absolute;
    left: 50%;
}

.who-we-are-64 .learn-online-58 {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    border-top: 3px solid transparent;
    border-radius: 17px;
    z-index: 2;
    padding: 40px;
    background-color: #ffffff;
}

.who-we-are-64 .learn-online-58::before {
    height: 10px;
    position: absolute;
    border-left: 2px solid rgb(158,170,160);
    border-top: 2px solid rgb(158,170,160);
    content: "";
    width: 10px;
    left: -5px;
    top: -5px;
    transition: all 0.3s ease;
    opacity: 0;
}

.who-we-are-64 .container::after {
    right: -70px;
    border-radius: 50%;
    position: absolute;
    height: 140px;
    opacity: 0.2;
    bottom: -70px;
    content: "";
    border: 15px solid rgb(116,123,116,0.5);
    z-index: 0;
    width: 140px;
}

.customer-opinions-26 h2::after {
    transform: translateX(-50%) skewX(-20deg);
    content: "";
    position: absolute;
    width: 80px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(158,170,160) 0%, rgb(116,123,116) 100%);
    left: 50%;
    height: 4px;
}

.customer-opinions-26 .testimonials-pro-49 {
    padding: 2rem;
    position: relative;
    opacity: 0;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    animation-delay: calc(var(--animation-order, 0) * 0.15s);
    animation: reviewAppear 0.6s ease-out forwards;
    transform: translateY(20px);
    border-left: 4px solid rgb(116,123,116);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03);
}

.customer-opinions-26 .testimonials-pro-49:hover div {
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    transform: rotate(15deg) scale(1.1);
}

.target-audience-43 {
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
    background-color: #000000;
    background-size: 60px 60px;
    position: relative;
}

.target-audience-43 .container {
    z-index: 5;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
}

.target-audience-43 h4::before {
    transform: translateX(-50%);
    position: absolute;
    content: '';
    box-shadow: 0 0 10px 2px rgb(158,170,160);
    width: 120px;
    bottom: 0;
    left: 50%;
    height: 3px;
    background: rgb(158,170,160);
}

.target-audience-43 p::before {
    background: rgb(158,170,160);
    opacity: 0.7;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    right: 0;
    transition: opacity 0.3s ease;
    bottom: 0;
    height: 30px;
    position: absolute;
    content: '';
    width: 30px;
}

.target-audience-43 p:nth-child(5)::after {
    content: '05';
}

.target-audience-43 p:nth-child(8)::after {
    content: '08';
}

.target-audience-43 p:hover {
    border-color: rgb(158,170,160);
    z-index: 10;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(158,170,160,0.5),
        inset 0 0 15px rgb(158,170,160);
    transform: translateY(-15px) rotateX(5deg);
}

.target-audience-43 p:hover svg {
    transform: scale(1.2) rotate(15deg);
}

.target-audience-43 p:hover svg path {
    fill: rgb(116,123,116);
}

.data-statistics-10 {
    padding: 150px 0;
    background-color: rgb(201,207,186);
    position: relative;
    overflow: hidden;
}

.data-statistics-10::after {
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 20px 20px;
    content: "";
    left: 0;
    opacity: 0.3;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(158,170,160,0.5) 95%, rgb(158,170,160,0.5) 100%, transparent 100%),
        linear-gradient(90deg, transparent 95%, rgb(158,170,160,0.5) 95%, rgb(158,170,160,0.5) 100%, transparent 100%);
    z-index: 1;
    position: absolute;
}

.data-statistics-10 .extra-gain-29 {
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    z-index: 3;
    justify-content: center;
    position: relative;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #ffffff;
    padding: 20px;
}

.data-statistics-10 .extra-gain-29:nth-child(6) {
    --rotation: 180deg;
}

.data-statistics-10 .extra-gain-29:nth-child(10) {
    --rotation: 324deg;
}

.data-statistics-10 svg {
    fill: rgb(116,123,116);
    opacity: 0.7;
    top: 10px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    transition: transform 0.3s ease;
}

.thanks-box-49 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(201,207,186) 0%, rgb(116,123,116,0.5) 100%);
    position: relative;
    padding: 120px 0 100px;
}

.thanks-box-49 .success-metric-64 {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    padding: 60px 50px;
    flex-direction: column;
    border-left: 5px solid rgb(158,170,160);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
}

.thanks-box-49 .success-metric-64:hover > div:first-child::after {
    transform: scaleX(1);
}

.thanks-box-49 h5::before {
    position: absolute;
    font-size: calc(20px * 2.5);
    left: -30px;
    color: rgb(158,170,160,0.5);
    top: -20px;
    content: "";
    opacity: 0.3;
}

.thanks-box-49 a:hover::after {
    transform-origin: left center;
    transform: scaleX(1);
}

.contact-box-18::before {
    right: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(158,170,160,0.5),
        rgb(158,170,160,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    content: "";
    width: 50%;
    opacity: 0.05;
    height: 100%;
    top: 0;
}

.contact-box-18 .image-frame-wrap-91 {
    overflow: hidden;
    border-radius: 15px;
    transform: perspective(1000px) rotateY(-5deg);
    height: 550px;
    transition: transform 0.5s ease;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.contact-box-18 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(158,170,160);
    outline: none;
}

.contact-box-18 .support-links-26 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-box-18 .support-links-26 input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    top: 6px;
    height: 10px;
    left: 8px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
}

.contact-box-18 form .help-reach-16 span {
    z-index: 1;
    position: relative;
}

.contact-box-18 svg path {
    fill: rgb(158,170,160);
    transition: fill 0.3s ease;
}

header .first-section-38 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.8rem 3%;
}

header .main-bar-32:hover::after {
    transform: scaleX(1);
}

header .main-bar-32:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .main-class-27 {
    position: relative;
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    overflow: hidden;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    z-index: 1;
    padding: 0.4rem 0.7rem;
}

.flag-content-37 .company_holder {
    background-color: rgba(255, 255, 255, 0.03);
    grid-column: span 4;
    position: relative;
    padding: 30px;
    border-radius: 10px;
}

.flag-content-37 .event-cal-37 {
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-column: span 8;
}

.flag-content-37 .head-lead-15 .nav-sitebar-46 {
    grid-gap: 15px;
    display: grid;
}

.flag-content-37 .head-lead-15 .nav-sitebar-46 a::before {
    width: 6px;
    background: rgb(116,123,116);
    content: "";
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}



.flag-content-37 .company_holder:hover,
.flag-content-37 .head-lead-15:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}

footer::after {
    z-index: 2;
    background: linear-gradient(to right,
    rgb(158,170,160),
    rgb(116,123,116),
    rgb(158,170,160));
    width: 100%;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    height: 5px;
    opacity: 0.3;
}

.art-portal-13 .zoom-meet-07::after {
    right: -40px;
    height: 1px;
    transform: translateY(-50%);
    width: 30px;
    opacity: 0.5;
    background: rgb(158,170,160);
    position: absolute;
    top: 50%;
    content: "";
}

.confidential-cordon-73 ul, .confidential-cordon-73 ol {
    margin: 25px 0;
    padding-left: 0;
    list-style-type: none;
}

.confidential-cordon-73 p, .confidential-cordon-73 span, .confidential-cordon-73 div {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000000;
}

.confidential-cordon-73 a {
    text-decoration: none;
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
    padding-bottom: 2px;
    color: rgb(158,170,160);
    border-bottom: 2px solid rgb(158,170,160,0.5);
}

.course-program-details-23 .container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}

.course-program-details-23 .image-frame-wrap-91:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.course-program-details-23 .image-frame-wrap-91::after {
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 20px, 
            rgb(158,170,160,0.5) 20px, 
            rgb(158,170,160,0.5) 21px
        );
    z-index: 1;
    opacity: 0.05;
    content: "";
    inset: 0;
    position: absolute;
}

.course-program-details-23 .nav-pagebar-12:hover {
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.course-program-details-23 .nav-pagebar-12::after {
    border: 1px dashed rgb(158,170,160,0.5);
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    opacity: 0.5;
}

.course-program-details-23 .education-guide-01 h3::after {
    content: "";
    transition: width 0.4s ease;
    height: 3px;
    width: 50px;
    position: absolute;
    background: rgb(158,170,160);
    left: 0;
    bottom: 0;
}

.instructional-approach-31::after {
    content: "";
    z-index: 1;
    filter: blur(15px);
    width: 35%;
    left: -2%;
    transform: rotate(10deg) skewX(-20deg);
    position: absolute;
    bottom: -5%;
    height: 60%;
    background: linear-gradient(45deg, rgb(158,170,160,0.5) 10%, transparent 70%);
}

.instructional-approach-31 .subtext-wrap-71 {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 20px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.95));
    transform: translateZ(20px) rotateY(-3deg);
    border-left: 4px solid rgb(116,123,116);
    padding: 3rem;
}

.instructor-history-76 .testimonials-pro-49 {
    flex-wrap: wrap;
    transition: all 0.5s ease;
    flex-direction: row;
    z-index: 1;
    transform: rotate(-3deg);
    gap: 30px;
    display: flex;
    position: relative;
}

.instructor-history-76 .testimonials-pro-49:hover .employee-section-28 {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.instructor-history-76 .name::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(116,123,116) 0%, transparent 100%);
    position: absolute;
    width: 60px;
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
}

.consentNotificationBox-26 {
    border-top: 3px solid rgb(158,170,160);
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    background: rgb(201,207,186);
    z-index: 1050;
    font-family: Arial, sans-serif;
    padding: 20px;
}

.track-prefs-63 h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 19px;
    color: rgb(158,170,160);
}

.consentNotificationBox-26 p a:hover {
    color: #000000;
}

.sign-up-now-42::before {
    z-index: 1;
    opacity: 0.04;
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(90deg, #000000 1px, transparent 1px) 0 0 / 40px 100%,
        linear-gradient(0deg, #000000 1px, transparent 1px) 0 0 / 100% 40px;
}

.sign-up-now-42 .help-reach-16:hover::before {
    left: 100%;
}

.sign-up-now-42 .success-metric-64::before {
    top: -175px;
    border-radius: 50%;
    width: 350px;
    border: 2px solid rgb(158,170,160,0.5);
    right: -175px;
    content: '';
    height: 350px;
    z-index: -1;
    opacity: 0.3;
    position: absolute;
}

.get-help-info-58::before {
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0.15;
    z-index: 1;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(116,123,116,0.5) 0px,
        rgb(116,123,116,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}

.get-help-info-58 .talk-contact-83:hover h3::after {
    transform: scaleX(1.5);
}

.get-help-info-58 p {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    max-width: 90%;
}

.get-help-info-58 .reach-us-90 {
    padding: 0;
    flex-direction: column;
    gap: 15px;
    display: flex;
    margin: 2rem 0 0;
    list-style: none;
}

.get-help-info-58 .connect-now-75:hover svg path {
    fill: rgb(116,123,116);
}

.get-help-info-58 .talk-contact-83 > div:nth-child(2) {
    transition-delay: 0.1s;
}

.get-help-info-58 .talk-contact-83 > div:nth-child(4) {
    transition-delay: 0.3s;
}



@media (max-width: 991px) {.homepage-92 .subtext-wrap-71 {
    bottom: 60px;
}.homepage-92 .subtext-wrap-71 .container {
    margin: 0 20px;
    padding: 25px;
    max-width: 700px;
}.homepage-92 .learn-welcome-29 {
    bottom: 30px;
}
}



@media (min-width: 1200px) {.pricing-zone-17 .fee-board-37 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-zone-17 .learning-packages-61 {
    padding: 2.5rem;
}.pricing-zone-17 .cost-schemes-42 h2 {
    font-size: calc(37px + 0.2rem);
}.pricing-zone-17 .image-frame-wrap-91 {
    height: 250px;
}
}



@media screen and (max-width: 992px) {.who-we-are-64 {
    padding: 80px 0;
}.who-we-are-64 .training-experts-29 {
    grid-template-columns: 1fr;
    gap: 30px;
}.who-we-are-64 h2 {
    margin-bottom: 40px;
}.who-we-are-64 .container::before {
    left: -30px;
    width: 60px;
    height: 60px;
    border-width: 10px;
    top: -30px;
}.who-we-are-64 .container::after {
    width: 100px;
    height: 100px;
    bottom: -50px;
    border-width: 10px;
    right: -50px;
}
}



@media (max-width: 576px) {.customer-opinions-26 {
    padding: 2rem 0;
}.customer-opinions-26 h2 {
    padding: 0 0.5rem;
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.8);
}.customer-opinions-26 .container {
    padding: 0 15px;
}.customer-opinions-26 .testimonials-pro-49 {
    padding: 1.5rem;
}.customer-opinions-26 .testimonials-pro-49 h3 {
    font-size: calc(23px * 0.95);
}.customer-opinions-26 .testimonials-pro-49 .description {
    font-size: calc(13px * 0.95);
}.customer-opinions-26 .testimonials-pro-49 div {
    height: 50px;
    width: 50px;
}}



@media (max-width: 1200px) {.data-statistics-10 .extra-gain-29 {
    height: 130px;
    width: 130px;
}.data-statistics-10 .extra-gain-29 p {
    font-size: 36px;
}.data-statistics-10 h2::before,
    .data-statistics-10 h2::after {
    width: 40px;
}
}



@media (max-width: 768px) {.data-statistics-10 {
    padding: 80px 0;
}.data-statistics-10 h2 {
    margin-bottom: 50px;
}.data-statistics-10 h2::before,
    .data-statistics-10 h2::after {
    display: none;
}.data-statistics-10 .extra-gain-29 {
    border-radius: 10px;
}.data-statistics-10 .extra-gain-29::before {
    border-radius: 10px;
}
}



@media (max-width: 767px) {.thanks-box-49 {
    padding: 70px 0 50px;
}.thanks-box-49 .success-metric-64 {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.thanks-box-49 h5 {
    font-size: calc(20px * 0.95);
}.thanks-box-49 p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}



@media screen and (max-width: 991px) {.contact-box-18 {
    padding: 80px 0;
}.contact-box-18 .inquiry-info-24 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact-box-18 .image-frame-wrap-91 {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact-box-18 .feedback-message-62 {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media (max-width: 480px) {header .first-section-38 {
    padding: 0.6rem 1.5%;
}header .main-bar-32 svg {
    width: 110px;
}header .head-lead-15 {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .head-lead-15::-webkit-scrollbar {
    height: 2px;
}header .head-lead-15::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(158,170,160);
}header .main-class-27 {
    white-space: nowrap;
    flex-shrink: 0;
}}



@media only screen and (max-width: 800px) {.confidential-cordon-73 {
    padding: 25px;
}.confidential-cordon-73 h1 {
    margin-bottom: 20px;
    font-size: 34px;
}.confidential-cordon-73 h2 {
    font-size: 22px;
    margin-bottom: 15px;
}.confidential-cordon-73 ul li, .confidential-cordon-73 ol li {
    font-size: 16px;
}}



@media (min-width: 768px) {.instructional-approach-31 .success-metric-64 {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}.instructional-approach-31 .subtext-wrap-71 {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
}.instructional-approach-31:hover .subtext-wrap-71 {
    transform: translateZ(40px) rotateY(-1deg);
}
}



@media (max-width: 767px) {.instructional-approach-31 {
    padding: 4rem 0;
}.instructional-approach-31 .success-metric-64 {
    padding: 0 1.5rem;
}.instructional-approach-31 h2 {
    transform: translateZ(30px);
    font-size: calc(33px * 0.85);
    margin-bottom: 2rem;
}.instructional-approach-31 .subtext-wrap-71 {
    transform: translateZ(10px) rotateY(-1deg);
    padding: 2rem;
}.instructional-approach-31:hover .subtext-wrap-71 {
    transform: translateZ(15px) rotateY(0deg);
}.instructional-approach-31 h2::before {
    height: 3px;
    width: 80px;
}
}


@media (max-width: 800px) {.cookie-disclaimer-01 {
    flex-direction: column;
    align-items: center;
}.user-default-41 {
    margin-bottom: 15px;
}.track-prefs-63 {
    margin-bottom: 20px;
    text-align: center;
}.cookie-view-03 {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}



@media (min-width: 768px) {.get-help-info-58 .talk-contact-83 {
    padding: 4rem;
    transform: translateZ(0) rotateX(2deg);
}.get-help-info-58 .reach-us-90 {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
}.get-help-info-58 .connect-now-75 {
    min-width: 200px;
}
}



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



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



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



@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

