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

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

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

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

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    z-index: 99;
    position: relative;
    background: linear-gradient(135deg, rgb(180,197,202,0.5) 0%, rgb(116,152,170) 100%);
    width: 100%;
}


.educational-gains-570 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,226,227) 0%, rgb(180,197,202,0.5) 100%);
}

.educational-gains-570::after {
    top: -200px;
    right: -200px;
    width: 400px;
    filter: blur(80px);
    height: 400px;
    background: rgb(180,197,202,0.5);
    content: "";
    position: absolute;
    animation: rotate 30s linear infinite;
    opacity: 0.5;
    border-radius: 50%;
}

.educational-gains-570 .edu-ethos-284 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.educational-gains-570 .img-shadow-139:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}

.educational-gains-570 .text-article-034::before {
    content: "";
    opacity: 0.7;
    right: 30px;
    position: absolute;
    z-index: -1;
    top: -20px;
    width: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgb(180,197,202,0.5), rgb(116,152,170,0.5));
    height: 80px;
    transform: rotate(45deg);
}

.educational-gains-570 h3::after {
    bottom: -12px;
    content: "";
    background: linear-gradient(to right, rgb(180,197,202), rgb(116,152,170));
    position: absolute;
    height: 3px;
    border-radius: 10px;
    left: 0;
    width: 50px;
}

.educational-gains-570 li::before {
    opacity: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(180,197,202,0.5), transparent);
    width: 100%;
    transition: opacity 0.3s ease;
    z-index: 0;
    height: 100%;
    left: 0;
}

.educational-gains-570 li:hover p {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.educational-gains-570 svg {
    padding: 5px;
    width: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 24px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #ffffff, rgb(221,226,227));
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
}

.educational-gains-570 li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.1) rotate(10deg);
    background: #ffffff;
}

.instructional-approach-628::before {
    height: 100%;
    width: 100%;
    pointer-events: none;
    background-image: 
        linear-gradient(45deg, rgba(var(--primary-color-rgb), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(var(--primary-color-rgb), 0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(var(--primary-color-rgb), 0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(var(--primary-color-rgb), 0.03) 75%);
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    background-size: 20px 20px;
    top: 0;
    position: absolute;
    z-index: 1;
}

.instructional-approach-628 h2 {
    margin-bottom: 40px;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    position: relative;
    transform: translateX(-5px);
    opacity: 0;
    font-size: 35px;
    color: #000000;
    padding-bottom: 15px;
    font-weight: 700;
}

.instructional-approach-628 h2::after {
    height: 40px;
    content: "";
    bottom: -15px;
    transform: rotate(45deg) translateX(25px);
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(180,197,202,0.5) 0%, transparent 70%);
    left: 0;
    border-radius: 10px;
    width: 40px;
    z-index: -1;
}

.instructional-approach-628 .text-article-034:hover {
    box-shadow: 
        -20px 20px 40px rgba(var(--dark-color-rgb), 0.07),
        10px -10px 40px rgba(var(--dark-color-rgb), 0.03);
    transform: translateY(0) translateX(0) rotate(0) scale(1.01);
}

.instructional-approach-628 .text-article-034::before {
    opacity: 0.2;
    top: 20px;
    left: -20px;
    z-index: -1;
    content: "";
    width: 40px;
    background: linear-gradient(135deg, rgb(116,152,170) 0%, transparent 100%);
    border-radius: 0 50% 50% 50%;
    position: absolute;
    height: 40px;
}

.instructional-approach-628 p {
    opacity: 0;
    transform: translateY(10px);
    margin: 0;
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    animation: fadeInText 1s 0.9s forwards ease-out;
}

.privacy-safeguard-198::before {
    background: linear-gradient(90deg, rgb(180,197,202) 0%, rgb(116,152,170) 100%);
    top: 0;
    position: absolute;
    z-index: 1;
    height: 8px;
    width: 100%;
    content: "";
    left: 0;
}

.privacy-safeguard-198::after {
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    height: 35%;
    content: "";
    background: radial-gradient(circle at bottom right, rgba(rgb(180,197,202,0.5), 0.03), transparent 70%);
    width: 35%;
}

.privacy-safeguard-198 h1::after {
    animation: expandWidth 0.8s ease-out forwards;
    position: absolute;
    left: 0;
    transform-origin: left;
    width: 85px;
    bottom: 0;
    content: "";
    background: rgb(116,152,170);
    height: 3px;
}

.privacy-safeguard-198 h1::after {
    width: 120px;
}

.privacy-safeguard-198 h2::before {
    top: 0.25rem;
    background: linear-gradient(to bottom, rgb(180,197,202), rgb(116,152,170));
    content: "";
    border-radius: 2px;
    bottom: 0.25rem;
    left: 0;
    position: absolute;
    width: 4px;
}

.privacy-safeguard-198 h2::before {
    width: 6px;
}

.privacy-safeguard-198 h4 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.75rem;
    margin-top: 1.75rem;
    font-size: calc(28px * 0.7);
}

.privacy-safeguard-198 strong {
    font-weight: 600;
    color: rgb(180,197,202);
}

.privacy-safeguard-198 li {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
    padding-left: 1.75rem;
    position: relative;
}

.privacy-safeguard-198 li {
    padding-left: 2rem;
}

.privacy-safeguard-198 span {
    border-left: 2px solid rgba(rgb(180,197,202,0.5), 0.3);
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(180,197,202,0.5), 0.03), transparent 80%);
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
}

.connect-form-483 {
    background: linear-gradient(135deg, rgb(221,226,227) 0%, rgba(16, 22, 47, 0.95) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.connect-form-483::after {
    content: "";
    opacity: 0.6;
    top: 0;
    width: 100%;
    position: absolute;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(180,197,202), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(116,152,170), 0.15) 0%, 
        transparent 50%
    );
    z-index: 0;
    height: 100%;
    left: 0;
}

.connect-form-483 h2 {
    font-family: Arial, sans-serif;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
}

.connect-form-483 .request-links-091 {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    position: relative;
    gap: 30px;
    display: grid;
}

.connect-form-483 .request-links-091::after {
    bottom: -8px;
    position: absolute;
    border-radius: 29px;
    z-index: -1;
    border: 1px solid rgba(rgb(116,152,170), 0.2);
    content: "";
    width: 100%;
    right: -8px;
    height: 100%;
}

.connect-form-483 .img-shadow-139::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
}

.connect-form-483 .inquiry-list-214 {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 29px;
    padding: 50px;
}

.connect-form-483 form {
    width: 100%;
}

.connect-form-483 form h3 {
    position: relative;
    padding-left: 20px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.connect-form-483 form input[type="text"] {
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 17px;
}

.connect-form-483 .reach-grid-347 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.connect-form-483 .reach-grid-347 label {
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    cursor: pointer;
}

.connect-form-483 .reach-grid-347 input[type="checkbox"]:checked + label::before {
    border-color: rgb(180,197,202);
    background: rgb(180,197,202);
}

.connect-form-483 .reach-grid-347 label a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(180,197,202);
    position: relative;
}

.connect-form-483 .reach-grid-347 label a:hover {
    color: rgb(116,152,170);
}

.connect-form-483 form .request-inquiry-809 {
    transition: all 0.4s ease;
    border-radius: 10px;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(180,197,202), rgb(116,152,170));
    font-weight: 600;
    overflow: hidden;
    padding: 16px 40px;
    display: inline-block;
    z-index: 1;
    font-size: 17px;
    border: none;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}

.connect-form-483 svg {
    height: 22px;
    fill: rgb(180,197,202);
    width: 22px;
}

.course-program-info-564 {
    position: relative;
    background: linear-gradient(135deg, rgb(221,226,227) 0%, rgb(221,226,227) 60%, rgba(rgb(180,197,202,0.5), 0.1) 100%);
    overflow: hidden;
    padding: 100px 0;
}

.course-program-info-564 .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.course-program-info-564 .future-skills-140 {
    gap: 40px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

.course-program-info-564 .img-shadow-139::after {
    z-index: 1;
    inset: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(180,197,202,0.5), 0.2) 0%, transparent 70%);
    content: '';
}

.course-program-info-564 .text-article-034 {
    background: #ffffff;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    padding: 30px;
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    position: relative;
}

.course-program-info-564 h3 {
    font-weight: 700;
    transform: translateZ(0);
    font-size: calc(22px * 1.1);
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
}

.course-program-info-564 .description {
    line-height: 1.7;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 20px;
    transition: opacity 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    opacity: 0.9;
}

.course-program-info-564 .text-article-034:hover h3::after {
    width: 100px;
}

.course-program-info-564 .text-article-034:hover::before {
    transform: scaleY(1);
}

.pricing-card-list-942 {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,226,227) 0%, rgba(245, 247, 250, 0.95) 100%);
}

.pricing-card-list-942::after {
    content: "";
    height: 50%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(116,152,170,0.5) 30%, rgb(180,197,202,0.5) 70%);
    bottom: -5%;
    transform: rotate(10deg);
    border-radius: 10px;
    left: -3%;
    position: absolute;
    opacity: 0.08;
    width: 35%;
}

.pricing-card-list-942 .deal-board-920 {
    flex-direction: column;
    display: flex;
}

.pricing-card-list-942 .discount-deals-481 h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
}

.pricing-card-list-942 .price-tiers-765 {
    color: #000000;
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.6;
    font-size: 15px;
}

.pricing-card-list-942 .learning-price-740 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    order: 2;
    display: grid;
    width: 100%;
}

.pricing-card-list-942 .learn-fees-895:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing-card-list-942 .learn-fees-895::before {
    width: 100%;
    transform: translateY(-5px);
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(180,197,202), rgb(116,152,170));
    top: 0;
    transition: transform 0.3s ease;
    position: absolute;
    height: 5px;
}

.pricing-card-list-942 .rate-plans-713 {
    flex: 1;
    flex-direction: column;
    display: flex;
    padding: 2rem 1.75rem;
    position: relative;
}

.pricing-card-list-942 .rate-plans-713 .learn-sub-153 {
    font-weight: 700;
    position: relative;
    color: rgb(180,197,202);
    font-size: calc(22px * 1.3);
    margin-bottom: 1.5rem;
}

.pricing-card-list-942 .rate-plans-713 p {
    margin-bottom: 1.5rem;
    font-size: 15px;
    word-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.65;
}

.pricing-card-list-942 .img-shadow-139::after {
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    position: absolute;
    width: 100%;
    top: 0;
}

.pricing-card-list-942 .learn-fees-895:nth-child(even) .rate-plans-713::before {
    width: 2.5rem;
    opacity: 0.1;
    z-index: -1;
    bottom: 1rem;
    left: 1rem;
    background: rgb(116,152,170,0.5);
    height: 2.5rem;
    content: "";
    border-radius: 50%;
    position: absolute;
}

.contacts-950::after {
    opacity: 0.4;
    filter: blur(120px);
    background: rgb(180,197,202,0.5);
    top: -50%;
    width: 100%;
    z-index: 0;
    right: -50%;
    content: "";
    position: absolute;
    animation: rotateBlur 25s infinite linear;
    height: 100%;
}


.contacts-950 .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}

.contacts-950 .learn-ask-249 {
    padding: 20px;
    position: relative;
    background: transparent;
    gap: 15px;
    grid-template-columns: 1fr;
    overflow: visible;
    display: grid;
}

.contacts-950 .reach-help-429 svg {
    stroke: rgb(180,197,202);
    margin-right: 15px;
    height: 30px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    fill: none;
    width: 30px;
}

.contacts-950 .reach-help-429 svg path {
    animation: drawPath 1.5s forwards ease-in-out;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}

.contacts-950 .img-shadow-139 {
    width: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
    top: 0;
    border-radius: 28px;
    opacity: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
}

.contacts-950 .contact-box-783::before {
    background-position: center;
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    opacity: 0.9;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    top: 0;
    border-radius: 0 28px 28px 0;
    width: 50%;
    height: 100%;
    background-size: cover;
}

.contacts-950 .contact-box-783 p:hover {
    transform: translateX(5px);
}

.contacts-950 .contact-box-783 p svg {
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    transition: all 0.3s ease;
    width: 20px;
    position: absolute;
    stroke-width: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    stroke: rgb(180,197,202);
    height: 20px;
}

.contacts-950 .contact-box-783 p:hover svg {
    stroke: rgb(116,152,170);
    transform: translateY(-50%) scale(1.2);
}

.contacts-950 .contact-box-783 p:nth-child(1) svg path {
    animation-delay: 0.6s;
}

.contacts-950 .contact-box-783 p:nth-child(3) svg path {
    animation-delay: 0.8s;
}

.contacts-950 .contact-box-783 p:nth-child(5) svg path {
    animation-delay: 1s;
}

.contacts-950 .contact-box-783 p a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(180,197,202);
}

.contacts-950 .join-conversation-502 {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    color: rgb(180,197,202);
    display: flex;
    border-bottom: 1px solid rgb(180,197,202,0.5);
    align-items: center;
}

.contacts-950 .join-conversation-502 svg circle {
    animation: rotatePoint 8s linear infinite;
    transform-origin: center;
}

.contacts-950 .edu-chat-496 {
    border-radius: 10px;
    background: rgb(221,226,227);
    transition: all 0.3s ease;
    text-align: center;
    padding: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 17px;
}

.contacts-950 .edu-chat-496:hover svg {
    opacity: 1;
    stroke: #000000;
    transform: rotate(30deg);
}

.contacts-950 .contact-box-783 p:nth-child(1) {
    animation-delay: 0.1s;
}

.contacts-950 .contact-box-783 p:nth-child(2) {
    animation-delay: 0.2s;
}

.contacts-950 .contact-box-783 p:nth-child(4) {
    animation-delay: 0.4s;
}

header::before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(145deg, rgb(116,152,170,0.5) 0%, transparent 70%);
    left: 0;
    top: 0;
}

header .header-sitebar-583 .nav-know-318 {
    transform: translateX(0);
    margin-right: 10px;
    transition: transform 0.4s ease;
}

header .header-sitebar-583 .nav-know-318 .main-class-179 {
    display: inline-block;
}

header .header-sitebar-583 .nav-lesson-241 {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 13px;
    transform: none;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    padding: 20px 30px;
}

header .header-sitebar-583 .nav-lesson-241 .main-bar-471 {
    margin: 0 12px;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .header-sitebar-583 .nav-lesson-241 .main-bar-471 a {
    display: block;
    position: relative;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 8px 5px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
}

header .header-sitebar-583 .nav-lesson-241 .main-bar-471:hover a::after {
    transform: translateX(0);
}

.join-list-760::before {
    background: radial-gradient(circle, rgb(116,152,170,0.5) 0%, transparent 70%);
    height: 300px;
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.4;
    width: 300px;
    border-radius: 50%;
    content: "";
    right: -100px;
    top: -100px;
}

.join-list-760 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.join-list-760 .edu-ethos-284 {
    padding: 3rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.7),
        inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.join-list-760 .edu-ethos-284:hover h4 {
    transform: translateY(-5px);
}

.join-list-760 h4::after {
    width: 80px;
    border-radius: 2px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(180,197,202), rgb(116,152,170));
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transition: width 0.5s ease;
    bottom: -10px;
}

.join-list-760 input[type="email"] {
    outline: none;
    border-radius: 10px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #000000;
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    font-size: 15px;
}

.join-list-760 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.join-list-760 .sub-component-648:hover {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 0px rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.join-list-760 .sub-component-648:active {
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.5),
        inset 1px 1px 3px rgba(0, 0, 0, 0.1),
        inset -1px -1px 3px rgba(255, 255, 255, 0.2);
    transform: translateY(0);
}

.join-list-760 .sub-component-648::before {
    width: 100%;
    transition: left 0.8s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    content: "";
    left: -100%;
}

.company-info-852::before {
    z-index: 1;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(180,197,202,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(116,152,170,0.5) 0%, transparent 25%);
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.4;
    width: 100%;
    position: absolute;
}

.company-info-852 .expert-learning-851 {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-top: 60px;
}

.company-info-852 .master-class-529 {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 40px;
    margin: 0 10px;
    flex: 1 1 calc(50% - 20px);
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

.company-info-852 .master-class-529:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.company-info-852 .master-class-529:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.company-info-852 .master-class-529 h3 {
    z-index: 2;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 19px;
}

.company-info-852 .master-class-529:hover p {
    transform: translateX(10px);
}

.company-info-852 .master-class-529:first-child {
    border-top: 3px solid rgb(180,197,202);
}

.company-info-852 .container::before {
    border-radius: 10px;
    position: absolute;
    border: 2px solid rgb(180,197,202,0.5);
    height: 20%;
    content: "";
    animation: rotate-element 20s linear infinite;
    width: 20%;
    left: -10%;
    opacity: 0.2;
    top: -10%;
}



.company-info-852 .expert-learning-851::before {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.5;
    background: linear-gradient(to bottom, transparent, rgb(180,197,202,0.5), transparent);
    bottom: 0;
    content: "";
    left: 50%;
    width: 1px;
}

.cookie-banner-dialog-804 {
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    position: fixed;
    width: 100%;
    display: flex;
    z-index: 100;
    border-top: 3px solid rgb(180,197,202);
    justify-content: center;
    background: rgb(221,226,227);
    padding: 20px 0;
}

.user-tracker-304 {
    margin: auto;
    display: flex;
    width: 90%;
    padding: 20px;
    max-width: 1200px;
    border-radius: 24px;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(180,197,202);
}

.cookie-list-456 h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(180,197,202);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.cookie-overlay-452 {
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
    border: none;
    min-width: 120px;
    border-radius: 10px;
    background: rgb(180,197,202);
    color: #ffffff;
    text-decoration: none;
    flex-shrink: 0;
}

.education-experience-843::before {
    filter: blur(60px);
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(116,152,170,0.5) 0deg,
        rgb(180,197,202,0.5) 90deg,
        rgb(221,226,227) 180deg,
        rgb(180,197,202,0.5) 270deg,
        rgb(116,152,170,0.5) 360deg
    );
    opacity: 0.4;
}

.education-experience-843 .img-shadow-139::after {
    left: 0;
    transition: opacity 0.6s ease;
    top: 0;
    width: 100%;
    border-radius: 24px;
    opacity: 0.4;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(180,197,202,0.5) 100%
    );
}

.education-experience-843 .img-shadow-139:hover::after {
    opacity: 0;
}

.education-experience-843 .exp-content-759 {
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(-5deg) translateZ(30px);
    position: relative;
    padding: 2.5rem;
    width: 60%;
    background: #ffffff;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 24px;
}

.education-experience-843 .exp-content-759:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}

.education-experience-843 .name {
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
    color: rgb(180,197,202);
    font-weight: 700;
    font-size: 34px;
}

.education-experience-843 .exp-content-759:hover .name::after {
    width: 100%;
}

.education-experience-843 .exp-content-759 > div:nth-child(2) {
    font-size: 19px;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.9;
    color: rgb(116,152,170);
}

.education-experience-843 .work-section-035::before {
    position: absolute;
    font-size: 5rem;
    opacity: 0.3;
    font-family: serif;
    content: "";
    left: -10px;
    top: -20px;
    color: rgb(116,152,170,0.5);
}

.tyBlock-964::before {
    content: "";
    pointer-events: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(116,152,170,0.5) 0px,
        rgb(116,152,170,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
}

.tyBlock-964 h2 {
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 30px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 3rem;
    transform: translateZ(30px);
    max-width: 90%;
}

.tyBlock-964 .edu-ethos-284 {
    position: relative;
    backdrop-filter: blur(5px);
    transform-style: preserve-3d;
    transform: translateZ(10px) rotateX(2deg);
    padding: 3rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    background: #ffffff;
    border-left: 4px solid rgb(180,197,202);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
}

.tyBlock-964 ul {
    z-index: 1;
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
}

.tyBlock-964 li {
    transform: translateZ(5px);
    position: relative;
    margin-bottom: 1rem;
}

.tyBlock-964 li:hover::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
}

.tyBlock-964 span {
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
    transition: padding-left 0.3s ease;
    line-height: 1.8;
    padding-left: 0;
    position: relative;
    font-size: 15px;
}

.tyBlock-964 span::after {
    left: 0;
    content: "";
    bottom: -0.8rem;
    position: absolute;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    background: linear-gradient(to right, rgb(116,152,170,0.5), transparent);
}

.client-feedback-583 .edu-ethos-284 {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.client-feedback-583 h4 {
    margin-bottom: 4rem;
    position: relative;
    text-align: center;
    font-weight: 700;
    transform: skewX(-5deg);
    font-size: 28px;
    color: #000000;
}

.client-feedback-583 .user-experience-750 {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
}

.client-feedback-583 .user-feedback-426 {
    backface-visibility: hidden;
    transform: rotateX(10deg) rotateY(-5deg);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    background: #ffffff;
    position: relative;
    transition: all 0.5s ease;
    border-radius: 28px;
}

.client-feedback-583 .user-feedback-426 .img-shadow-139 {
    border: 4px solid #ffffff;
    margin: 0 auto 1.5rem;
    width: 80px;
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 50%;
}

.client-feedback-583 .user-feedback-426 span::after {
    height: 2px;
    width: 40px;
    content: "";
    display: block;
    margin: 0.5rem auto;
    background: rgb(180,197,202);
}

footer {
    position: relative;
}

footer::before {
    right: 0;
    background: linear-gradient(210deg, #000000 0%, rgb(180,197,202) 100%);
    z-index: 1;
    bottom: 0;
    position: absolute;
    content: '';
    opacity: 0.92;
    top: 0;
    left: 0;
}

.citation-289 .container {
    flex-direction: column;
    display: flex;
}

.citation-289 .company_holder {
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    transform: perspective(1000px) rotateX(2deg);
    animation: shiftGradient 15s ease infinite;
    background-size: 200% 200%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 70px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    order: 2;
    backdrop-filter: blur(10px);
}

.citation-289 .whatsapp-grp-794 {
    position: relative;
    order: 1;
}

.citation-289 .header-pro-369 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 60px;
}

.citation-289 .nav-lesson-241:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.citation-289 .nav-lesson-241:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.citation-289 .nav-lesson-241::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border-radius: 10px;
    position: absolute;
    content: '';
    inset: 0;
    z-index: -1;
}

.citation-289 .nav-lesson-241 h5::before {
    bottom: -1px;
    background: rgb(116,152,170);
    content: '';
    width: 50px;
    position: absolute;
    left: 0;
    height: 1px;
}

.citation-289 .nav-lesson-241 .header-pro-369 a {
    text-decoration: none;
    color: #ffffff;
    white-space: normal;
    word-break: break-word;
    transition: all 0.3s ease;
    align-items: center;
    font-size: 15px;
    opacity: 0.8;
    display: flex;
}

.citation-289 .nav-lesson-241 .header-pro-369 a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: #ffffff;
}

.forum-link-248 {
    padding: 25px 0;
    position: relative;
    margin-top: 40px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
}

.forum-link-248 .container {
    text-align: center;
}

.forum-link-248 .student-aid-391 {
    font-size: 13px;
    opacity: 0.7;
    color: #ffffff;
}

footer::after {
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: '';
    left: 0;
    top: 0;
    pointer-events: none;
}

.title-welcome-975 .edu-ethos-284 {
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    height: 100%;
    width: 100%;
}

.title-welcome-975 .study-tech-956::before {
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.title-welcome-975 .intro-head-752 img {
    height: 100%;
    transform-origin: center;
    object-fit: cover;
    animation: zoom-pan 15s ease-in-out infinite alternate;
    width: 100%;
}

.title-welcome-975 .text-article-034::before {
    height: 200%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(180,197,202,0.5),
        transparent 70%
    );
    width: 200%;
    top: -50%;
    opacity: 0.1;
    left: -50%;
    animation: rotate-gradient 15s linear infinite;
    content: '';
}

.title-welcome-975 .text-article-034 h1 {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.8rem;
    position: relative;
    font-size: 40px;
}

.title-welcome-975 .text-article-034 h1::before {
    content: '';
    height: 4px;
    bottom: -10px;
    left: 0;
    border-radius: 10px;
    width: 80px;
    background: rgb(180,197,202);
    position: absolute;
}

.title-welcome-975 .text-article-034 .request-inquiry-809 {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    z-index: 1;
    letter-spacing: 1px;
    border-radius: 21px;
    font-size: 17px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    padding: 14px 35px;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: rgb(180,197,202);
    text-transform: uppercase;
    text-decoration: none;
}

.title-welcome-975 .text-article-034 .request-inquiry-809:hover::before {
    left: 0;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 576px) {.educational-gains-570 {
    padding: 50px 0;
}.educational-gains-570 .img-shadow-139 {
    max-width: 85%;
}.educational-gains-570 .text-article-034 {
    width: 100%;
    padding: 30px 25px;
}.educational-gains-570 .text-article-034::before {
    right: 20px;
    height: 60px;
    top: -15px;
    width: 60px;
}.educational-gains-570 h3 {
    font-size: 23px;
    margin-bottom: 25px;
}.educational-gains-570 li p {
    padding: 12px 15px;
}.educational-gains-570 svg {
    width: 22px;
    height: 22px;
    padding: 4px;
}}



@media (max-width: 480px) {.instructional-approach-628 {
    padding: 60px 0;
}.instructional-approach-628 .edu-ethos-284 {
    padding: 0 15px;
    transform: none;
}.instructional-approach-628 h2 {
    font-size: calc(35px * 0.75);
    padding-bottom: 10px;
    margin-bottom: 20px;
}.instructional-approach-628 h2::before {
    height: 2px;
}.instructional-approach-628 .text-article-034 {
    margin-left: 0;
    border-left-width: 3px;
    padding: 20px 15px;
}.instructional-approach-628 .text-article-034::before {
    left: -10px;
    top: 10px;
    height: 20px;
    width: 20px;
}.instructional-approach-628 p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 767px) {.privacy-safeguard-198 {
    padding: 4rem 1rem;
}.privacy-safeguard-198 h1 {
    font-size: calc(47px * 0.9);
}.privacy-safeguard-198 h2 {
    font-size: calc(28px * 0.9);
}.privacy-safeguard-198 h3 {
    font-size: calc(28px * 0.75);
}.privacy-safeguard-198 h4 {
    font-size: calc(28px * 0.65);
}}



@media screen and (max-width: 991px) {.connect-form-483 {
    padding: 90px 0;
}.connect-form-483 .request-links-091 {
    grid-template-columns: 1fr;
    gap: 40px;
}.connect-form-483 .img-shadow-139 {
    min-height: 400px;
}.connect-form-483 .inquiry-list-214 {
    padding: 40px 30px;
}
}



@media screen and (max-width: 767px) {.connect-form-483 {
    padding: 70px 0;
}.connect-form-483 h2 {
    font-size: calc(30px * 0.9);
}.connect-form-483 .img-shadow-139 {
    min-height: 350px;
}.connect-form-483 .img-shadow-139::after,
    .connect-form-483 .inquiry-list-214::before {
    height: 40px;
    width: 40px;
}
}



@media (min-width: 768px) {.course-program-info-564 .future-skills-140 {
    grid-template-columns: 45% 55%;
    align-items: center;
}.course-program-info-564 .img-shadow-139 {
    height: 500px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.course-program-info-564 .text-article-034 {
    padding: 50px 50px 50px 80px;
    margin-left: -80px;
    z-index: 2;
}.course-program-info-564 h3 {
    font-size: 22px;
}
}



@media (min-width: 1200px) {.course-program-info-564 .img-shadow-139 {
    height: 600px;
}.course-program-info-564 .text-article-034 {
    margin-left: -150px;
}.course-program-info-564 h3 {
    font-size: calc(22px * 1.3);
}
}



@media (max-width: 767px) {.course-program-info-564 {
    padding: 70px 0;
}.course-program-info-564 .img-shadow-139 {
    margin-bottom: -20px;
    height: 250px;
}.course-program-info-564 .text-article-034 {
    padding: 25px;
}.course-program-info-564 h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
    padding-bottom: 10px;
}.course-program-info-564 .description {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 991px) {.pricing-card-list-942 {
    padding: 5rem 0;
}.pricing-card-list-942 .learn-fees-895 {
    margin-bottom: 1.5rem;
}.pricing-card-list-942 .discount-deals-481 {
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.pricing-card-list-942 {
    padding: 4rem 0;
}.pricing-card-list-942 .discount-deals-481 h2 {
    font-size: calc(32px * 0.9);
}.pricing-card-list-942 .rate-plans-713 h3 {
    font-size: 22px;
}.pricing-card-list-942 .rate-plans-713 .learn-sub-153 {
    font-size: calc(22px * 1.15);
}.pricing-card-list-942 .img-shadow-139 {
    height: 160px;
}
}



@media (max-width: 575px) {.pricing-card-list-942 {
    padding: 3rem 0;
}.pricing-card-list-942 .container {
    padding: 0 1.5rem;
}.pricing-card-list-942 .learning-price-740 {
    gap: 1.5rem;
}.pricing-card-list-942 .rate-plans-713 {
    padding: 1.5rem;
}.pricing-card-list-942 .img-shadow-139 {
    height: 140px;
}
}


@media (min-width: 1024px) {.contacts-950 .learn-ask-249 {
    max-width: 1100px;
    align-items: center;
    margin: 0 auto;
    gap: 0;
    grid-template-columns: 5fr 7fr;
}.contacts-950 .reach-help-429 {
    margin-bottom: 30px;
    grid-column: 1 / -1;
}.contacts-950 .reach-help-429 svg {
    height: 35px;
    width: 35px;
    margin-right: 18px;
}.contacts-950 .img-shadow-139 {
    width: 100%;
    border-radius: 28px;
    height: 100%;
    position: absolute;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    opacity: 1;
}.contacts-950 .img-shadow-139::before {
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    background: linear-gradient(to right, transparent 50%, rgb(180,197,202,0.5));
    height: 100%;
    content: "";
    width: 100%;
}.contacts-950 .contact-box-783 {
    margin-left: -50px;
    z-index: 2;
    border-radius: 28px;
    grid-column: 2;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    padding: 40px 40px 40px 80px;
}.contacts-950 .contact-box-783 p svg {
    height: 24px;
    width: 24px;
    left: 20px;
}.contacts-950 .contact-box-783::before {
    display: none;
}.contacts-950 .course-faq-231 {
    grid-column: 1 / -1;
    margin-top: 30px;
}.contacts-950 .join-conversation-502 svg {
    width: 24px;
    margin-right: 12px;
    height: 24px;
}.contacts-950 .get-contactwidget-125 {
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}.contacts-950 .edu-chat-496 svg {
    width: 16px;
    height: 16px;
}}



@media (min-width: 768px) {.join-list-760 .edu-ethos-284 {
    padding: 3.5rem 4rem;
}.join-list-760 .input_holder {
    align-items: center;
    flex-direction: row;
}.join-list-760 input[type="email"] {
    border-radius: 10px 0 0 10px;
}.join-list-760 .input_holder span:first-child {
    flex: 2;
}.join-list-760 .input_holder span:last-child {
    flex: 1;
}.join-list-760 .sub-component-648 {
    border-radius: 0 10px 10px 0;
    height: 100%;
}.join-list-760 h4 {
    font-size: calc(18px * 1.1);
}
}



@media (max-width: 767px) {.join-list-760 {
    padding: 3rem 0;
}.join-list-760 .edu-ethos-284 {
    padding: 2rem;
}.join-list-760 h4 {
    font-size: calc(18px * 0.9);
}.join-list-760 input[type="email"],
    .join-list-760 .sub-component-648 {
    padding: 0.85rem 1.25rem;
}}



@media screen and (max-width: 768px) {.company-info-852 {
    padding: 60px 0;
}.company-info-852 h2 {
    padding-bottom: 15px;
    font-size: calc(38px * 0.9);
    margin-bottom: 20px;
}.company-info-852 h2::after {
    width: 60px;
}.company-info-852 .master-class-529 {
    padding: 30px;
}.company-info-852 .master-class-529 h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}
}


@media only screen and (max-width: 1200px) {.user-tracker-304 {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookie-necessary-753 {
    margin-bottom: 20px;
    margin-right: 0;
}.cookie-overlay-452 {
    margin: 10px 0;
    max-width: 250px;
    width: 100%;
}}



@media (max-width: 992px) {.education-experience-843 .user-feedback-426 {
    flex-direction: column;
}.education-experience-843 .img-shadow-139,
    .education-experience-843 .exp-content-759 {
    width: 100%;
    transform: none;
}.education-experience-843 .img-shadow-139 {
    margin-bottom: 2rem;
    height: 300px;
}.education-experience-843 .img-shadow-139:hover,
    .education-experience-843 .exp-content-759:hover {
    transform: translateY(-10px);
}}



@media (max-width: 767px) {.tyBlock-964 {
    padding: 4rem 0;
}.tyBlock-964 .container {
    padding: 0 1.5rem;
}.tyBlock-964 .edu-ethos-284 {
    padding: 2rem;
    transform: translateZ(0) rotateX(0deg);
}.tyBlock-964 h2 {
    transform: translateZ(10px);
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.tyBlock-964 h2::after {
    height: 0.25rem;
    width: 6rem;
}.tyBlock-964 span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 992px) {.client-feedback-583 .user-experience-750 {
    grid-template-columns: repeat(2, 1fr);
}.client-feedback-583 h4 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 992px) {.citation-289 {
    padding: 70px 0 40px;
}.citation-289 .header-pro-369 {
    gap: 40px;
}.citation-289 .company_holder {
    margin-top: 50px;
}
}



@media (max-width: 768px) {.citation-289 {
    padding: 50px 0 30px;
}.citation-289 .header-pro-369 {
    gap: 30px;
    flex-direction: column;
}.citation-289 .nav-lesson-241 {
    min-width: 100%;
    max-width: 100%;
}.citation-289 .company_holder {
    padding: 20px;
}.citation-289 .badge-case-718 {
    max-width: 100%;
}
}



@media (max-width: 992px) {.title-welcome-975 {
    min-height: 550px;
    height: auto;
}.title-welcome-975 .text-article-034 {
    max-width: 450px;
    padding: 2rem;
}.title-welcome-975 .text-article-034 h1 {
    font-size: calc(40px * 0.9);
}.title-welcome-975 .study-tech-956::before {
    background: linear-gradient(90deg, #000000 20%, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}
}



@media (max-width: 576px) {.title-welcome-975 {
    min-height: 450px;
}.title-welcome-975 .text-article-034 {
    padding: 1.5rem;
}.title-welcome-975 .text-article-034 h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 1.5rem;
}.title-welcome-975 .text-article-034 p {
    font-size: calc(16px * 0.9);
    margin-bottom: 2rem;
}.title-welcome-975 .text-article-034 .request-inquiry-809 {
    font-size: calc(17px * 0.9);
    padding: 12px 25px;
}
}



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



@keyframes slideInContent {
    0% {
        transform: translateY(50px) translateX(5px) rotate(-1deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) translateX(0) rotate(0);
        opacity: 1;
    }
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 85px; }
}


    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }

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

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

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


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

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

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



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}



@keyframes carousel-slide-alt {
    0%, 18% {
        transform: translateX(0);
    }
    22%, 38% {
        transform: translateX(-20%);
    }
    42%, 58% {
        transform: translateX(-40%);
    }
    62%, 78% {
        transform: translateX(-60%);
    }
    82%, 98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

