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

.page-nav-71 {
    flex: 1 0 auto;
}

.container {
    margin: auto;
    width: 1182px;
    max-width: 100%;
}


.homepage-92 {
    overflow: hidden;
    width: 100%;
    background: #000000;
    position: relative;
    min-height: 100vh;
}

.homepage-92 .learn-expressfast-50 {
    width: 100%;
    position: relative;
    height: 100%;
}

.homepage-92 .learn-welcome-29 label {
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    width: 12px;
}

.homepage-92 .subtext-wrap-71 p {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
}

.homepage-92::before {
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%,
        #000000 100%
    );
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.pricing-zone-17 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 1.5rem;
    z-index: 2;
}

.pricing-zone-17 .discount-grid-25 {
    gap: 2.5rem;
    display: flex;
    flex-direction: column-reverse;
}

.pricing-zone-17 .cost-schemes-42:hover {
    transform: translateY(-5px);
}

.pricing-zone-17 .cost-schemes-42 h2 {
    position: relative;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-size: 37px;
}

.pricing-zone-17 .cost-schemes-42 h2::after {
    transform-origin: left;
    bottom: -10px;
    content: "";
    transition: transform 0.5s ease;
    left: 0;
    position: absolute;
    width: 80px;
    transform: scaleX(1);
    background: rgb(158,170,160);
    height: 3px;
}

.pricing-zone-17 .cost-table-26 {
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: block;
    text-decoration: none;
}

.pricing-zone-17 .indv-sub-56 {
    position: relative;
    color: rgb(158,170,160);
    margin: 0.5rem 0 1.25rem;
    font-size: calc(21px + 0.3rem);
    font-weight: 700;
    display: block;
}

.pricing-zone-17 .image-frame-wrap-91::after {
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}

.who-we-are-64 h2 {
    position: relative;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #000000;
    text-align: center;
}

.who-we-are-64 .training-experts-29 {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.who-we-are-64 .learn-online-58:first-child {
    border-top-color: rgb(158,170,160);
}

.who-we-are-64 .learn-online-58 h3 {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.who-we-are-64 .learn-online-58 p {
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
    margin: 0;
}

.who-we-are-64 .learn-online-58:last-child::before,
.who-we-are-64 .learn-online-58:last-child::after {
    border-color: rgb(116,123,116);
}

.who-we-are-64 .container::before {
    width: 100px;
    z-index: 0;
    opacity: 0.2;
    top: -50px;
    height: 100px;
    position: absolute;
    left: -50px;
    content: "";
    border-radius: 50%;
    border: 15px solid rgb(158,170,160,0.5);
}

.customer-opinions-26 h2 {
    font-weight: 700;
    color: #000000;
    z-index: 3;
    text-align: center;
    position: relative;
    transform: translateY(0);
    font-size: 34px;
    margin-bottom: 3rem;
    opacity: 1;
    animation: titleAppear 0.8s ease-out;
}

.customer-opinions-26 .student-views-13 {
    z-index: 3;
    position: relative;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.customer-opinions-26 .testimonials-pro-49:nth-child(5) {
    --animation-order: 5;
}

.customer-opinions-26 .testimonials-pro-49::before {
    color: rgb(116,123,116);
    top: -15px;
    font-family: Arial, sans-serif;
    opacity: 0.2;
    left: 20px;
    position: absolute;
    line-height: 1;
    content: "";
    font-size: 100px;
}

.customer-opinions-26 .testimonials-pro-49 h3::after {
    left: 0;
    content: "";
    bottom: -4px;
    transition: width 0.3s ease-out 0.1s;
    background: linear-gradient(90deg, rgb(158,170,160) 0%, rgb(116,123,116) 100%);
    position: absolute;
    width: 0;
    height: 2px;
}

.customer-opinions-26 .testimonials-pro-49:hover div img {
    transform: scale(1.1);
}

.target-audience-43::before {
    width: 200%;
    opacity: 0.4;
    animation: rotateBackground 60s linear infinite;
    top: -50%;
    content: '';
    height: 200%;
    left: -50%;
    pointer-events: none;
    position: absolute;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(158,170,160,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(116,123,116,0.5) 0%, transparent 25%);
}

.target-audience-43 div > div {
    margin: 0 -50px;
    gap: 30px;
    perspective: 1500px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

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

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

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

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

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

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

.target-audience-43 p:hover::after {
    opacity: 0.3;
    transform: translateY(-10px) scale(1.2);
}

.target-audience-43 p:nth-child(3n+3) {
    transform: translateX(30px);
}

.target-audience-43 p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}

.target-audience-43 .success-metric-64::before {
    left: -100px;
    height: 200px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(116,123,116) 49%, rgb(116,123,116) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(116,123,116) 49%, rgb(116,123,116) 51%, transparent 52%) 0 0/20px 20px;
    filter: blur(2px);
    border-radius: 50%;
    content: '';
    animation: rotateMesh 30s linear infinite;
    top: -70px;
    opacity: 0.2;
    width: 200px;
    position: absolute;
}

.data-statistics-10 h2 {
    color: #000000;
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 0 0 80px;
    font-size: 36px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding: 0 20px;
}

.data-statistics-10 .extra-gain-29::before {
    transition: opacity 0.4s ease;
    left: 0;
    content: "";
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    background: conic-gradient(from var(--rotation, 0deg), transparent, rgb(158,170,160,0.5), transparent);
    opacity: 0;
}

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

.data-statistics-10 .extra-gain-29:hover {
    z-index: 10;
    transform: scale(1.1);
}

.data-statistics-10 svg path {
    fill: rgb(116,123,116);
}

.data-statistics-10 ul.items-2,
.data-statistics-10 ul.items-3,
.data-statistics-10 ul.items-4 {
    margin: 0 auto;
    max-width: 800px;
}

.thanks-box-49::before {
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(116,123,116,0.5) 0px,
            rgb(116,123,116,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    content: "";
    left: 0;
    pointer-events: none;
    top: 0;
    opacity: 0.06;
    width: 100%;
    height: 100%;
    position: absolute;
}

.thanks-box-49 .success-metric-64 > div:first-child {
    margin-bottom: 30px;
    position: relative;
}

.thanks-box-49 h5 {
    color: #000000;
    display: inline-block;
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    line-height: 1.4;
}

.thanks-box-49 a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
}

.contact-box-18 {
    overflow: hidden;
    padding: 110px 0;
    background: linear-gradient(125deg, rgb(201,207,186) 0%, rgb(201,207,186) 60%, rgb(158,170,160,0.5) 100%);
    position: relative;
}

.contact-box-18 h2::before {
    width: 60px;
    bottom: -15px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    height: 4px;
    border-radius: 2px;
    background: rgb(158,170,160);
}

.contact-box-18 .feedback-message-62:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact-box-18 form input[type="text"] {
    margin-bottom: 20px;
    padding: 16px 20px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    background: rgb(201,207,186);
    border-radius: 10px;
    font-size: 16px;
    border: none;
}

.contact-box-18 .support-links-26 input[type="checkbox"]:checked + label::before {
    background: rgb(158,170,160);
}

.contact-box-18 .support-links-26 label a:hover {
    color: rgb(116,123,116);
}

.contact-box-18 form .help-reach-16 {
    padding: 16px 35px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    background: rgb(158,170,160);
    overflow: hidden;
    color: #ffffff;
    position: relative;
    border: none;
}

header .main-bar-32 {
    position: relative;
    text-decoration: none;
    display: flex;
    margin-right: 1rem;
    padding: 0.6rem;
    align-items: center;
}

header .main-bar-32 svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}

header .main-class-27::after {
    background: linear-gradient(to right, rgb(158,170,160), rgb(116,123,116));
    transition: transform 0.3s ease;
    bottom: 0;
    transform-origin: left;
    position: absolute;
    height: 2px;
    content: '';
    width: 100%;
    transform: scaleX(0);
    left: 0;
}

.flag-content-37 .company_holder h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}

.flag-content-37 .head-lead-15 {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
}

.flag-content-37 .head-lead-15 .nav-sitebar-46 a {
    display: block;
    opacity: 0.8;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}

.art-portal-13 .zoom-meet-07 {
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    font-size: 12px;
}

.art-portal-13 .zoom-meet-07 {
    position: relative;
    display: inline-block;
}

.flag-content-37 .head-lead-15::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: rgb(116,123,116);
    width: 5px;
    opacity: 0.5;
    left: 0;
}

.flag-content-37 .head-lead-15:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}

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

.confidential-cordon-73 h2 {
    margin-top: 35px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(116,123,116);
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 25px;
    color: rgb(116,123,116);
}



.confidential-cordon-73 h3, .confidential-cordon-73 h4, .confidential-cordon-73 h5, .confidential-cordon-73 h6 {
    padding-bottom: 5px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 600;
}

.course-program-details-23::after {
    content: "";
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(158,170,160,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(116,123,116,0.5) 0%, transparent 40%);
    top: 0;
}

.course-program-details-23 .education-guide-01 {
    border-radius: 13px;
    z-index: 1;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
}

.course-program-details-23 .nav-pagebar-12 {
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 25px;
    position: relative;
    display: inline-flex;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
    background: rgb(201,207,186);
}

.course-program-details-23 .education-guide-01 h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 33px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

.instructional-approach-31::before {
    filter: blur(20px);
    z-index: 1;
    content: "";
    height: 70%;
    background: linear-gradient(220deg, rgb(116,123,116,0.5) 10%, transparent 70%);
    right: -5%;
    top: -10%;
    transform: rotate(-15deg) skewX(30deg);
    width: 40%;
    position: absolute;
}

.instructional-approach-31:hover h2::before {
    transform: scaleX(1.5);
}

.instructional-approach-31 .subtext-wrap-71::before {
    content: "";
    height: 100%;
    right: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, transparent 60%, rgba(rgb(116,123,116,0.5), 0.1) 100%);
}

.instructional-approach-31 p::selection {
    color: #000000;
    background-color: rgb(116,123,116,0.5);
}

.instructor-history-76 {
    position: relative;
    background: linear-gradient(135deg, rgb(201,207,186) 0%, rgb(158,170,160,0.5) 100%);
    padding: 60px 30px;
    min-height: 400px;
    overflow: hidden;
}

.instructor-history-76 .testimonials-pro-49:hover {
    transform: rotate(0deg) scale(1.02);
}

.instructor-history-76 .testimonials-pro-49:hover .image-frame-wrap-91 {
    box-shadow: 20px 20px 0 rgb(116,123,116);
    transform: translateY(0);
}

.instructor-history-76 .name {
    margin-bottom: 10px;
    font-weight: 700;
    padding-bottom: 15px;
    color: rgb(158,170,160);
    position: relative;
    font-size: 35px;
}

.instructor-history-76 .work-projects-71 {
    position: relative;
    padding-left: 20px;
    font-size: calc(18px + 2px);
    border-left: 3px solid rgb(116,123,116,0.5);
    color: #000000;
    font-style: italic;
    line-height: 1.6;
}

.user-default-41 {
    margin-right: 20px;
    flex-shrink: 0;
}

.user-default-41 svg {
    fill: rgb(158,170,160);
    height: 60px;
    width: 60px;
    transition: fill 0.3s ease-in-out;
}

.cookie-view-03:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}


.sign-up-now-42 {
    position: relative;
    overflow: hidden;
    background: rgb(201,207,186);
    padding: 100px 0;
}

.sign-up-now-42 .container p {
    margin: 0;
    grid-column: 1 / -1;
    z-index: 5;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    font-size: 28px;
    color: #000000;
}

.sign-up-now-42 .help-reach-16:hover {
    transform: translate(5px, 5px);
    box-shadow: 0 0 0 rgb(158,170,160);
}

.sign-up-now-42 .success-metric-64::after {
    border: 2px solid rgb(116,123,116,0.5);
    right: -50px;
    opacity: 0.3;
    position: absolute;
    bottom: -100px;
    width: 200px;
    content: '';
    height: 200px;
    z-index: -1;
    border-radius: 50%;
}

.get-help-info-58::after {
    bottom: -50px;
    height: 200px;
    content: "";
    background: rgb(158,170,160,0.5);
    position: absolute;
    filter: blur(70px);
    animation: pulse 8s infinite alternate ease-in-out;
    right: -50px;
    z-index: 0;
    width: 200px;
}

.get-help-info-58 h3 {
    color: #000000;
    padding-bottom: 12px;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}

.get-help-info-58 h5 {
    display: flex;
    gap: 10px;
    color: #000000;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    align-items: center;
}

.get-help-info-58 .connect-now-75 {
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none;
    background: linear-gradient(to right, #ffffff, rgb(201,207,186));
    transition: all 0.3s ease;
    transform: translateX(0);
    gap: 10px;
    border-radius: 10px;
    display: flex;
    color: #000000;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}



@media (min-width: 768px) {.pricing-zone-17 .fee-board-37 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-zone-17 .cost-schemes-42 {
    padding: 3rem;
}
}



@media (min-width: 992px) {.pricing-zone-17 .discount-grid-25 {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.pricing-zone-17 .cost-schemes-42 {
    width: 35%;
    margin: 0;
}.pricing-zone-17 .fee-board-37 {
    width: 65%;
}
}



@media (max-width: 767px) {.pricing-zone-17 {
    padding: 4rem 0;
}.pricing-zone-17 .learning-packages-61 {
    padding: 1.5rem;
    min-height: 240px;
}.pricing-zone-17 .image-frame-wrap-91 {
    height: 180px;
}.pricing-zone-17 .cost-schemes-42 {
    padding: 1.5rem;
}.pricing-zone-17 .cost-schemes-42 h2 {
    font-size: calc(37px - 0.2rem);
}.pricing-zone-17 .price-opts-92 {
    font-size: calc(12px - 0.1rem);
}}



@media (max-width: 768px) {.customer-opinions-26 {
    padding: 2.5rem 0;
}.customer-opinions-26 h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.85);
}.customer-opinions-26 h2::after {
    width: 60px;
}.customer-opinions-26 .student-views-13 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.customer-opinions-26 .testimonials-pro-49::before {
    font-size: 80px;
}
}



@media (max-width: 991px) {.target-audience-43 {
    padding: 80px 0;
}.target-audience-43 h4 {
    font-size: calc(33px * 1.1);
    margin-bottom: 60px;
}.target-audience-43 div > div {
    margin: 0 -20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.target-audience-43 p {
    padding: 25px 30px;
}.target-audience-43 p svg {
    height: 32px;
    width: 32px;
    margin-right: 15px;
}.target-audience-43 p:nth-child(3n+1),
    .target-audience-43 p:nth-child(3n+3) {
    transform: none;
}.target-audience-43 p:nth-child(odd) {
    transform: translateX(-20px);
}.target-audience-43 p:nth-child(even) {
    transform: translateX(20px);
}.target-audience-43 p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.target-audience-43 p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}



@media (max-width: 991px) {.thanks-box-49 {
    padding: 90px 0 70px;
}.thanks-box-49 .success-metric-64 {
    padding: 50px 40px;
}
}



@media (max-width: 575px) {.thanks-box-49 {
    padding: 60px 0 40px;
}.thanks-box-49 .success-metric-64 {
    padding: 30px 25px;
    border-left: 4px solid rgb(158,170,160);
}.thanks-box-49 .success-metric-64 > div:first-child {
    margin-bottom: 25px;
}.thanks-box-49 h5 {
    font-size: calc(20px * 0.9);
}.thanks-box-49 h5::before {
    left: -20px;
    font-size: calc(20px * 2);
}.thanks-box-49 .success-metric-64 > div:first-child::after {
    width: 60px;
    height: 2px;
}
}



@media (max-width: 991px) {header .first-section-38 {
    padding: 0.7rem 2.5%;
}header .main-bar-32 svg {
    width: 130px;
}header .head-lead-15 {
    gap: 0.35rem;
    padding: 0.4rem;
}header .main-class-27 {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}



@media (max-width: 991px) {.flag-content-37 .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.flag-content-37 .company_holder {
    grid-column: span 12;
}.flag-content-37 .event-cal-37 {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}



@media (min-width: 992px) and (max-width: 1199px) {.course-program-details-23 {
    padding: 80px 0;
}.course-program-details-23 .image-frame-wrap-91 {
    height: 400px;
}.course-program-details-23 .education-guide-01 {
    padding: 35px;
}
}



@media (max-width: 576px) {.course-program-details-23 {
    padding: 50px 0;
}.course-program-details-23 .success-metric-64 {
    gap: 25px;
}.course-program-details-23 .image-frame-wrap-91 {
    height: 250px;
}.course-program-details-23 .education-guide-01 {
    padding: 20px;
}.course-program-details-23 .nav-pagebar-12 {
    margin-bottom: 15px;
    padding: 8px;
}.course-program-details-23 .nav-pagebar-12 svg {
    width: 50px;
}.course-program-details-23 .education-guide-01 h3 {
    margin-bottom: 12px;
    font-size: calc(33px * 0.8);
    padding-bottom: 10px;
}}



@media (hover: none) {.instructional-approach-31 .subtext-wrap-71,
    .instructional-approach-31:hover .subtext-wrap-71,
    .instructional-approach-31 h2,
    .instructional-approach-31:hover h2 {
    transform: none;
}.instructional-approach-31 h2::before,
    .instructional-approach-31:hover h2::before {
    transform: scaleX(1);
}}



@media (max-width: 767px) {.instructor-history-76 {
    padding: 30px 15px;
}.instructor-history-76 .image-frame-wrap-91 {
    width: 180px;
    height: 220px;
}.instructor-history-76 .employee-section-28 {
    padding: 20px;
}.instructor-history-76 .name {
    font-size: calc(35px - 4px);
}.instructor-history-76 .work-projects-71 {
    font-size: 18px;
}}



@media (max-width: 480px) {.sign-up-now-42 {
    padding: 40px 0;
}.sign-up-now-42 .success-metric-64 {
    gap: 20px;
    padding-left: 15px;
    border-left-width: 3px;
}.sign-up-now-42 .container p {
    font-size: calc(12px * 1.2);
}.sign-up-now-42 .help-reach-16 {
    font-size: calc(17px * 0.9);
    padding: 12px 25px;
}}



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



@keyframes rotateCircle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

