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

.wrapper-segment-tA {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

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

.nav-lesson-Sb {
    flex: 1 0 auto;
}

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

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

header .top-lead-tw {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
}

header .top-lead-tw::after {
    content: '';
    width: 90%;
    box-shadow: 0 0 10px rgb(179,161,174), 0 0 20px rgb(179,161,174,0.5);
    background: linear-gradient(
        90deg,
        transparent,
        rgb(212,198,209),
        rgb(179,161,174),
        rgb(212,198,209),
        transparent
    );
    bottom: 0;
    height: 1px;
    left: 5%;
    position: absolute;
}

header .top-lead-tw .head-mentor-ls:hover::before {
    opacity: 1;
}

header .top-lead-tw .head-mentor-ls .top-mainbar-nV {
    transition: transform 0.3s ease;
    display: block;
}

header .top-lead-tw .head-mentor-ls:hover .top-mainbar-nV {
    transform: scale(1.05);
}

header .top-lead-tw .head-edu-rS {
    position: relative;
    justify-content: flex-end;
    padding: 15px 20px;
    list-style: none;
    display: flex;
    border-radius: 10px;
    margin: 0;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.2);
}

header .top-lead-tw .head-edu-rS .head-wrap-ia {
    position: relative;
    margin: 0;
}

header .top-lead-tw .head-edu-rS .head-wrap-ia::after {
    left: 50%;
    bottom: -5px;
    position: absolute;
    content: '';
    box-shadow: 0 0 8px rgb(212,198,209);
    transition: width 0.3s ease, left 0.3s ease;
    height: 2px;
    background: rgb(212,198,209);
    width: 0;
}

header .top-lead-tw .head-edu-rS .head-wrap-ia:hover a {
    text-shadow: 0 0 5px rgb(212,198,209,0.5);
    color: rgb(212,198,209);
}

footer {
    position: relative;
}

footer::before {
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, rgb(212,198,209) 150%);
    opacity: 0.92;
    right: 0;
    left: 0;
    content: '';
    top: 0;
    z-index: 1;
}

.grant-cta-4i .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.grant-cta-4i .company_holder::before {
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(212,198,209);
    height: 5px;
    content: '';
    position: absolute;
}

.grant-cta-4i .company_holder h3::after {
    bottom: -8px;
    height: 3px;
    background: rgb(179,161,174);
    position: absolute;
    width: 60px;
    left: 0;
    content: '';
}

.grant-cta-4i .nav-guide-Hm {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    gap: 30px;
}

.grant-cta-4i .head-edu-rS h5 {
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(212,198,209);
    position: relative;
    font-size: 24px;
    padding-left: 15px;
    font-weight: 600;
}

.grant-cta-4i .head-edu-rS .nav-guide-Hm a::before {
    z-index: -1;
    transition: width 0.3s ease;
    width: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    background: rgb(212,198,209,0.5);
}

.grant-cta-4i .head-edu-rS .nav-guide-Hm a:hover::before {
    width: 100%;
}

.abuse-ctrl-tZ {
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    position: relative;
    padding: 20px 0;
}

.abuse-ctrl-tZ .press-room-GK {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.5px;
}



.abuse-ctrl-tZ::before {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.2;
    height: 1px;
    width: 100%;
    position: absolute;
    content: '';
}

.location-details-T6 {
    background: rgb(239,234,238);
    isolation: isolate;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.location-details-T6::after {
    background: linear-gradient(135deg, rgb(212,198,209,0.5) 0%, transparent 100%);
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.1;
}

.location-details-T6 .container {
    position: relative;
}

.location-details-T6 .learn-chat-n5::before {
    position: absolute;
    height: 200px;
    filter: blur(60px);
    top: -100px;
    border-radius: 50%;
    width: 200px;
    right: -100px;
    background: rgb(212,198,209,0.5);
    content: "";
    animation: pulse 8s infinite alternate;
    opacity: 0.3;
}

.location-details-T6 .learn-chat-n5::after {
    background: rgb(179,161,174,0.5);
    width: 150px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    height: 150px;
    content: "";
    bottom: -75px;
    filter: blur(50px);
    left: -75px;
    animation: pulse 6s infinite alternate-reverse;
}

.location-details-T6 .learn-chat-n5 p {
    color: #ffffff;
    max-width: 90%;
    text-shadow: 0 1px 2px #000000;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
    font-size: 15px;
    margin-bottom: 25px;
}

.location-details-T6 .send-message-T1 {
    justify-content: center;
    margin-top: 40px;
    gap: 30px;
    display: flex;
}

.location-details-T6 .send-message-T1 {
    animation-delay: 0.4s;
}

.location-details-T6 .ask-form-8A {
    display: flex;
    height: 70px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    width: 70px;
    background: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    z-index: 1;
}

.location-details-T6 .ask-form-8A:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-color: #ffffff;
    transform: translateY(-5px);
}

.location-details-T6 .ask-form-8A svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,198,209);
}

.location-details-T6 .ask-form-8A:hover svg path {
    fill: #ffffff;
}

.location-details-T6 .learn-chat-n5 p:last-of-type svg path {
    fill: rgb(212,198,209);
}

.location-details-T6 .learn-chat-n5 > p:first-of-type {
    animation-delay: 0.2s;
}

.location-details-T6 .ask-form-8A:nth-child(1) {
    animation-delay: 0.5s;
}

.location-details-T6 .ask-form-8A:nth-child(2) {
    animation-delay: 0.6s;
}

.location-details-T6 .ask-form-8A::after {
    white-space: nowrap;
    font-size: 13px;
    text-shadow: 0 1px 2px #000000;
    transform: translateX(-50%);
    color: #ffffff;
    opacity: 0;
    position: absolute;
    bottom: -30px;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    left: 50%;
    content: attr(title);
}

.our-team-j7 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.our-team-j7 h2::after {
    transform: scaleX(0);
    bottom: 0;
    height: 3px;
    width: 80px;
    animation: lineExpand 0.8s 0.6s forwards;
    transform-origin: left;
    content: '';
    background: rgb(212,198,209);
    position: absolute;
    left: 0;
}

.our-team-j7 .phrase-holder-Rh > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-team-j7 .phrase-holder-Rh p {
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
    padding-left: 15px;
    color: rgb(212,198,209);
    margin: 0;
    font-size: calc(16px * 1.5);
}

.our-team-j7 .phrase-holder-Rh p::before {
    left: 0;
    background: rgb(212,198,209);
    top: 50%;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    position: absolute;
    content: '';
}

.title-screen-ag {
    background: linear-gradient(135deg, rgb(212,198,209,0.5), rgb(179,161,174,0.5));
    position: relative;
    height: 100vh;
    align-items: center;
    overflow: hidden;
    display: flex;
}

.title-screen-ag {
    height: auto;
    padding: 100px 0 60px;
    min-height: 100vh;
}

.title-screen-ag .image-iE::after {
    left: 0;
    height: 100%;
    background: linear-gradient(
        215deg,
        rgba(94, 170, 168, 0.85),
        rgba(94, 170, 168, 0.4) 40%,
        rgba(0, 0, 0, 0.7)
    );
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    content: "";
    top: 0;
}

.title-screen-ag h1 {
    transform: translateX(-10px);
    position: relative;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 39px;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.title-screen-ag h1 {
    font-size: calc(39px * 1.2);
    max-width: 500px;
}

.title-screen-ag h1 {
    text-align: center;
    font-size: calc(39px * 0.9);
    transform: translateX(0);
}

.title-screen-ag .phrase-holder-Rh {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(179,161,174);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    padding: 2.5rem;
    gap: 1.5rem;
    animation: fadeUp 0.8s cubic-bezier(0.21, 1, 0.36, 1) 0.3s forwards;
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.9);
}

.title-screen-ag .phrase-holder-Rh {
    transform: translateX(20px);
    animation: fadeFromRight 0.8s cubic-bezier(0.21, 1, 0.36, 1) 0.3s forwards;
}


    
    .title-screen-ag .phrase-holder-Rh {
    margin: 0 auto;
    padding: 1.5rem;
}

.title-screen-ag .learn-top-qf svg text {
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
}

.title-screen-ag .learn-top-qf:hover svg {
    transform: scale(1.05) rotate(2deg);
}

.title-screen-ag .support-links-Hs::before {
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}

.title-screen-ag .support-links-Hs:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.4);
}

.title-screen-ag .support-links-Hs:hover::before {
    left: 100%;
}

.contact-us-Jz {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(239,234,238);
}

.contact-us-Jz::after {
    background-size: 30px 30px;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(rgb(179,161,174,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(179,161,174,0.5) 1px, transparent 1px);
    position: absolute;
    opacity: 0.07;
    z-index: 1;
    height: 100%;
    content: "";
    top: 0;
}

.contact-us-Jz h2 {
    position: relative;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
    font-size: 28px;
    transform: translateX(-50%);
    font-weight: 700;
    display: inline-block;
    left: 50%;
    margin-bottom: 20px;
}

.contact-us-Jz .request-map-oV {
    display: flex;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-top: 50px;
}

.contact-us-Jz .image-iE::before {
    background: linear-gradient(
        135deg, 
        rgba(rgb(212,198,209), 0.4), 
        rgba(rgb(179,161,174), 0.4)
    );
    z-index: 1;
    position: absolute;
    inset: 0;
    content: "";
}

.contact-us-Jz .message-inquiry-cS::after {
    border-radius: 0;
    content: "";
    bottom: -50px;
    position: absolute;
    left: -50px;
    transform: rotate(45deg);
    z-index: 0;
    background: rgb(179,161,174,0.5);
    width: 100px;
    height: 100px;
}

.contact-us-Jz form h3 {
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 23px;
    display: inline-block;
}

.contact-us-Jz form input[type="text"] {
    color: #000000;
    padding: 20px 25px;
    border: none;
    border-bottom: 2px solid rgb(239,234,238);
    width: 100%;
    transition: all 0.3s ease;
    font-size: 17px;
    margin-bottom: 25px;
    background: transparent;
}

.contact-us-Jz .reach-info-2W {
    position: relative;
    margin-bottom: 40px;
}

.contact-us-Jz .reach-info-2W input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-us-Jz .reach-info-2W label::before {
    transition: all 0.3s ease;
    border: 2px solid rgb(239,234,238);
    position: absolute;
    height: 22px;
    background: transparent;
    content: "";
    left: 0;
    top: 0;
    width: 22px;
}

.contact-us-Jz .reach-info-2W label a {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(212,198,209);
}

.contact-us-Jz .reach-info-2W label a::after {
    height: 1px;
    transform-origin: left;
    bottom: -1px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    transform: scaleX(1);
    background: rgb(212,198,209);
    transition: transform 0.3s ease;
}

.contact-us-Jz .support-links-Hs {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    padding: 18px 40px;
    z-index: 1;
    background: rgb(212,198,209);
    font-size: 14px;
    border: none;
    width: auto;
    transition: all 0.3s ease;
    color: #ffffff;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
}

.contact-us-Jz svg path {
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(212,198,209);
}

.privacy-retreat-0P {
    color: #000000;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
}

.privacy-retreat-0P::after {
    opacity: 0.7;
    left: 0;
    width: 100%;
    height: 5px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(212,198,209), rgb(179,161,174), rgb(212,198,209));
    bottom: 0;
}

.privacy-retreat-0P h1::after {
    width: 80px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(212,198,209), rgb(179,161,174));
    left: 0;
    content: "";
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left;
}

.privacy-retreat-0P h2::before {
    width: 4px;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(212,198,209), rgb(179,161,174));
    bottom: 0.25rem;
    position: absolute;
    content: "";
    left: 0;
    top: 0.25rem;
}

.privacy-retreat-0P h4 {
    margin: 1.8rem 0 1rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(31px * 0.75);
}

.privacy-retreat-0P p strong {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}

.privacy-retreat-0P ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}

.privacy-retreat-0P li::before {
    left: 0;
    transform: rotate(45deg);
    top: 0.75rem;
    content: "";
    position: absolute;
    opacity: 0.8;
    height: 8px;
    width: 8px;
    background: rgb(179,161,174);
}

.leadership-profile-KI {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgb(212,198,209,0.5) 100%);
    padding: 4rem 2rem;
    position: relative;
}

.leadership-profile-KI .student-reviews-jF {
    gap: 3rem;
    z-index: 2;
    display: flex;
    flex-direction: row;
    position: relative;
    transform: translateX(5%);
    align-items: center;
}

.leadership-profile-KI .image-iE:hover {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) scale(1.05);
}

.leadership-profile-KI .job-tasks-bI {
    padding: 2rem;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    transform: rotate(2deg) translateY(-30px);
    border-radius: 23px;
    position: relative;
    background: #ffffff;
    transition: all 0.5s ease;
    max-width: 60%;
}

.leadership-profile-KI .job-tasks-bI:hover::after {
    opacity: 0.8;
    width: 95%;
}

.leadership-profile-KI .name {
    transform: translateX(-20px);
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 31px;
    color: rgb(212,198,209);
}

.leadership-profile-KI .career-story-ha {
    font-style: italic;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    position: relative;
    padding-left: 1.5rem;
}

.customer-comments-zk {
    perspective: 1000px;
    padding: 8rem 2rem;
    background: linear-gradient(90deg, rgb(239,234,238) 0%, rgb(212,198,209,0.5) 30%, rgb(239,234,238) 100%);
    overflow: hidden;
    position: relative;
}

.customer-comments-zk::after {
    content: "";
    width: 100%;
    opacity: 0.4;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(179,161,174,0.5) 0%, transparent 60%);
    left: 0;
}

.customer-comments-zk h2::before {
    left: 0;
    position: absolute;
    filter: blur(10px);
    height: 20px;
    background: linear-gradient(to right, transparent, rgb(212,198,209,0.5), transparent);
    content: "";
    bottom: -20px;
    width: 100%;
}

.customer-comments-zk .student-reviews-jF {
    overflow: hidden;
    transform: rotateY(10deg) translateZ(0);
    background: #ffffff;
    scroll-snap-align: center;
    display: flex;
    transform-origin: left center;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    flex: 0 0 300px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.customer-comments-zk .student-reviews-jF:hover::before {
    opacity: 0.7;
}

.customer-comments-zk .student-reviews-jF img {
    transform: translateY(-30px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
    width: 120px;
    border-radius: 50%;
    height: 120px;
    border: 5px solid #ffffff;
    object-fit: cover;
    transition: all 0.4s ease;
}

.customer-comments-zk .student-reviews-jF .description {
    font-weight: 400;
    z-index: 1;
    line-height: 1.6;
    position: relative;
    transform: translateY(0);
    color: #000000;
    font-size: 14px;
    margin-top: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.customer-comments-zk .student-reviews-jF:nth-child(odd):hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
}

.customer-comments-zk .student-reviews-jF:nth-child(3n+1):hover::after {
    width: 70px;
    height: 70px;
    opacity: 0.7;
}

.customer-comments-zk .student-reviews-jF:nth-child(3n+2)::after {
    height: 40px;
    background: rgb(212,198,209,0.5);
    filter: blur(10px);
    content: "";
    width: 40px;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0.4;
}

header .top_plank .learning-links-LG div svg, header .top_plank .learning-links-LG div svg path {
    fill: #ffffff;
}

header .top_plank .learning-links-LG div {
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

header .top_plank .learning-links-LG div img, header .top_plank .learning-links-LG div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}

.gratPanel-Cy::before {
    top: -50%;
    position: absolute;
    width: 200%;
    opacity: 0.2;
    animation: rotateGradient 30s infinite linear;
    left: -50%;
    height: 200%;
    content: "";
    background: radial-gradient(circle at center, rgb(212,198,209,0.5) 0%, transparent 70%);
}

.gratPanel-Cy .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
}

.gratPanel-Cy .learn-guides-tM {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateZ(0);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 2.5rem;
}

.gratPanel-Cy .learn-guides-tM:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) scale(1.01);
}

.gratPanel-Cy h5 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    position: relative;
    letter-spacing: 0.02em;
    font-weight: 700;
    display: inline-block;
    color: rgb(212,198,209);
    font-size: calc(18px * 1.1);
}

.gratPanel-Cy p {
    position: relative;
    font-size: 17px;
    transition: color 0.3s ease, transform 0.3s ease;
    line-height: 1.7;
    color: #000000;
    margin: 0;
    z-index: 1;
}

.gratPanel-Cy a {
    overflow: hidden;
    border-radius: 6px;
    display: block;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 1.5rem;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    position: relative;
}

.gratPanel-Cy a:hover::before {
    opacity: 0.15;
}

.gratPanel-Cy a::after {
    transform-origin: left;
    height: 3px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,161,174) 0%, rgb(212,198,209) 100%);
    width: 100%;
    left: 0;
    content: "";
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scaleX(0);
}

.price-plan-grid-xA::after {
    left: -3%;
    width: 35%;
    z-index: 0;
    transform: rotate(10deg);
    height: 50%;
    background: linear-gradient(45deg, rgb(179,161,174,0.5) 30%, rgb(212,198,209,0.5) 70%);
    position: absolute;
    border-radius: 10px;
    bottom: -5%;
    opacity: 0.08;
    content: "";
}

.price-plan-grid-xA .payment-pricing-ec {
    flex-direction: column;
    display: flex;
}

.price-plan-grid-xA .learning-plan-dz h2 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    color: #000000;
}

.price-plan-grid-xA .lesson-plans-vt {
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
    font-size: 17px;
    max-width: 800px;
}

.price-plan-grid-xA .bundle-offer-tE {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    width: 100%;
    gap: 2rem;
    order: 2;
}

.price-plan-grid-xA .study-sub-zb:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.price-plan-grid-xA .study-sub-zb::before {
    height: 5px;
    content: "";
    top: 0;
    position: absolute;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(212,198,209), rgb(179,161,174));
    transform: translateY(-5px);
    width: 100%;
    left: 0;
}

.price-plan-grid-xA .enroll-cost-UR {
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 2rem 1.75rem;
    flex: 1;
}

.price-plan-grid-xA .enroll-cost-UR .package-rates-8a {
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(212,198,209);
    position: relative;
    font-size: calc(22px * 1.3);
}

.price-plan-grid-xA .enroll-cost-UR p {
    margin-bottom: 1.5rem;
    word-break: break-word;
    line-height: 1.65;
    font-size: 17px;
    color: #000000;
    word-wrap: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
}

.price-plan-grid-xA .image-iE::after {
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    position: absolute;
    width: 100%;
}

.price-plan-grid-xA .study-sub-zb:nth-child(even) .enroll-cost-UR::before {
    content: "";
    z-index: -1;
    width: 2.5rem;
    position: absolute;
    height: 2.5rem;
    background: rgb(179,161,174,0.5);
    border-radius: 50%;
    left: 1rem;
    opacity: 0.1;
    bottom: 1rem;
}

.course-program-description-IO::before {
    top: 0;
    content: "";
    left: 0;
    opacity: 0.03;
    z-index: 1;
    position: absolute;
    background-size: 40px 40px;
    height: 100%;
    animation: gridFlow 20s linear infinite;
    background-image: 
        linear-gradient(transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%);
    width: 100%;
}

.course-program-description-IO .image-iE {
    top: 0;
    transform: scale(1);
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
}

.course-program-description-IO .image-iE::after {
    right: 0;
    background: 
        radial-gradient(circle at 75% 25%, transparent 0%, rgba(0, 0, 0, 0.5) 90%),
        linear-gradient(to bottom, transparent 30%, #000000 100%);
    top: 0;
    bottom: 0;
    z-index: 3;
    content: "";
    position: absolute;
    opacity: 0.7;
    left: 0;
}

.course-program-description-IO .learn-guides-tM:hover .image-iE::before {
    opacity: 0.6;
}

.course-program-description-IO .head-mentor-ls {
    transform-style: preserve-3d;
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 15px rgb(179,161,174,0.5);
    position: absolute;
    border-radius: 43% 57% 63% 37% / 41% 65% 35% 59%;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    animation: floatLogo 6s ease-in-out infinite;
    z-index: 5;
    width: 110px;
    perspective: 1000px;
    top: -30px;
    height: 110px;
    right: 10%;
}

.course-program-description-IO .head-mentor-ls svg {
    fill: rgb(212,198,209);
    transition: all 0.4s ease;
    height: 60%;
    transform-style: preserve-3d;
    transform: translateZ(20px);
    width: 60%;
}

.course-program-description-IO .head-mentor-ls:hover svg path {
    stroke-width: 1;
    stroke: rgb(212,198,209);
}

.course-program-description-IO .skill-path-gs h3::after {
    content: "";
    width: 40px;
    z-index: 1;
    left: 25px;
    bottom: -10px;
    background: rgb(212,198,209);
    position: absolute;
    border-radius: 10px;
    height: 4px;
}

.course-program-description-IO .skill-path-gs p {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    max-width: 600px;
    padding: 25px 30px;
    font-size: 13px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    text-shadow: 0 1px 3px #000000;
    border-radius: 15px;
    margin: 0 auto;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    line-height: 1.8;
    backdrop-filter: blur(5px);
}

.statistical-summary-gA {
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgb(212,198,209,0.5) 100%);
    position: relative;
}

.statistical-summary-gA::after {
    content: "";
    background-image: radial-gradient(circle at 70% 30%, rgb(212,198,209,0.5) 0%, transparent 50%),
                      radial-gradient(circle at 30% 70%, rgb(179,161,174,0.5) 0%, transparent 50%);
    background-position: center;
    top: 0;
    height: 100%;
    background-size: cover;
    position: absolute;
    right: 0;
    width: 70%;
    z-index: -2;
    opacity: 0.4;
}

.statistical-summary-gA .statistics-pros-pq::before {
    position: absolute;
    top: 0;
    width: 10px;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(212,198,209), rgb(179,161,174));
    content: "";
}

.statistical-summary-gA .advantage-statistics-EV::after {
    background: rgb(179,161,174);
    content: "";
    width: 80px;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 3px;
}

.statistical-summary-gA .statistics-benefits-42 {
    padding: 0;
    flex: 0 0 70%;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}

.statistical-summary-gA .statistics-edges-Xt:nth-child(1) {
    background: rgba(255, 255, 255, 0.1);
}

.statistical-summary-gA .statistics-edges-Xt:nth-child(2) {
    background: rgba(255, 255, 255, 0.15);
}

.statistical-summary-gA .statistics-edges-Xt:nth-child(3) {
    background: rgba(255, 255, 255, 0.2);
}

.statistical-summary-gA .statistics-edges-Xt:nth-child(4) {
    background: rgba(255, 255, 255, 0.15);
}

.statistical-summary-gA .statistics-edges-Xt:nth-child(6) {
    background: rgba(255, 255, 255, 0.05);
}

.statistical-summary-gA .statistics-edges-Xt:nth-child(8) {
    background: rgba(255, 255, 255, 0.15);
}

.statistical-summary-gA .statistics-edges-Xt::before {
    left: 0;
    transition: all 0.4s ease;
    z-index: -1;
    height: 0;
    bottom: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(212,198,209,0.5), rgb(179,161,174,0.5));
}

.statistical-summary-gA .statistics-edges-Xt:hover::after {
    width: 100%;
}

.statistical-summary-gA .statistics-edges-Xt:hover h4 {
    transform: translateY(-5px);
    color: #000000;
}

.statistical-summary-gA .statistics-edges-Xt span {
    font-size: calc(13px * 0.9);
    padding: 0 5px;
    transition: all 0.4s ease;
    color: #000000;
    position: relative;
}

.statistical-summary-gA svg path {
    transition: all 0.4s ease;
    fill: rgb(212,198,209);
}

.statistical-summary-gA .statistics-edges-Xt:hover svg {
    opacity: 1;
    transform: rotate(15deg) scale(1.2);
}

.privacySettingsWindow-z6 {
    animation: fadeInUp 0.5s ease-out;
    padding: 20px 0;
    z-index: 1000;
    background-color: rgb(239,234,238);
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgb(212,198,209);
}


.privacySettingsWindow-z6 .data-notice-pT {
    flex-grow: 1;
}

.privacySettingsWindow-z6 .data-notice-pT p {
    color: #000000;
    margin: 0;
    line-height: 1.5;
    font-size: 12px;
}

.privacySettingsWindow-z6 .consent-box-AJ:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.privacySettingsWindow-z6 .consent-box-AJ:active {
    transform: translateY(1px);
    box-shadow: none;
}


#bannerPrivacyAlert-Bn {
    display: none;
}

#bannerPrivacyAlert-Bn:checked ~ .privacySettingsWindow-z6 {
    opacity: 0;
    visibility: hidden;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


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



@media (max-width: 992px) {header .top-lead-tw {
    flex-direction: column;
}header .top-lead-tw .head-mentor-ls {
    margin: 0 0 15px 0;
    align-self: center;
}header .top-lead-tw .head-edu-rS {
    justify-content: center;
    width: 100%;
}header .top-lead-tw .head-edu-rS .head-wrap-ia a {
    font-size: calc(13px - 1px);
    padding: 10px 15px;
}}



@media (max-width: 992px) {.location-details-T6 {
    padding: 60px 0;
}.location-details-T6 .learn-chat-n5 {
    padding: 40px 30px;
}.location-details-T6 .learn-chat-n5 h2 {
    font-size: calc(36px - 4px);
}.location-details-T6 .learn-chat-n5 p {
    max-width: 100%;
}.location-details-T6 .send-message-T1 {
    gap: 20px;
}.location-details-T6 .ask-form-8A {
    height: 60px;
    width: 60px;
}.location-details-T6 .ask-form-8A svg {
    width: 24px;
    height: 24px;
}
}



@media (max-width: 576px) {.location-details-T6 {
    padding: 40px 0;
}.location-details-T6 .learn-chat-n5 {
    padding: 25px 15px;
}.location-details-T6 .learn-chat-n5 h2 {
    font-size: calc(36px - 8px);
}.location-details-T6 .learn-chat-n5 h2::after {
    height: 2px;
    width: 30%;
}.location-details-T6 .learn-chat-n5 p {
    font-size: calc(15px - 1px);
}.location-details-T6 .send-message-T1 {
    flex-wrap: wrap;
    justify-content: space-around;
}.location-details-T6 .ask-form-8A {
    width: 50px;
    margin-bottom: 30px;
    height: 50px;
}.location-details-T6 .ask-form-8A svg {
    height: 20px;
    width: 20px;
}
}



@media (min-width: 1200px) {.our-team-j7 {
    padding: 180px 0;
}.our-team-j7::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 100%);
}.our-team-j7 h2 {
    font-size: calc(28px * 1.4);
}.our-team-j7 .phrase-holder-Rh {
    padding: 80px;
    grid-template-columns: 1fr;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
}.our-team-j7 .phrase-holder-Rh div div {
    column-gap: 60px;
    column-count: 2;
}
}



@media (max-width: 767px) {.our-team-j7 {
    padding: 80px 0;
}.our-team-j7 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.our-team-j7 .phrase-holder-Rh {
    padding: 25px;
}.our-team-j7 .phrase-holder-Rh p {
    font-size: calc(16px * 1.2);
    padding-left: 12px;
}.our-team-j7 .phrase-holder-Rh div div {
    line-height: 1.6;
    font-size: 16px;
    padding-left: 12px;
}}



@media (min-width: 992px) {.title-screen-ag .image-iE {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}.title-screen-ag .learn-guides-tM {
    padding: 0 4rem;
    max-width: 1400px;
}.title-screen-ag h1 {
    margin-bottom: 2rem;
    font-size: calc(39px * 1.3);
}.title-screen-ag h1::after {
    width: 120px;
}.title-screen-ag .phrase-holder-Rh {
    padding: 3rem;
}.title-screen-ag .learn-top-qf svg {
    height: 120px;
    width: 120px;
}
}



@media (max-width: 480px) {.contact-us-Jz {
    padding: 50px 0;
}.contact-us-Jz h2 {
    font-size: calc(28px * 0.85);
}.contact-us-Jz .request-map-oV {
    margin-top: 30px;
}.contact-us-Jz .image-iE {
    min-height: 200px;
}.contact-us-Jz .message-inquiry-cS {
    padding: 30px 20px;
}.contact-us-Jz form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.contact-us-Jz form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-us-Jz .reach-info-2W {
    margin-bottom: 25px;
}.contact-us-Jz .reach-info-2W label {
    font-size: calc(14px * 0.9);
}.contact-us-Jz .support-links-Hs {
    padding: 12px 25px;
}}



@media screen and (max-width: 991px) {.privacy-retreat-0P {
    padding: 4rem 1.5rem;
}.privacy-retreat-0P h1 {
    font-size: calc(44px * 0.9);
}.privacy-retreat-0P h2 {
    font-size: calc(31px * 0.9);
}.privacy-retreat-0P::before {
    width: 50%;
}
}



@media screen and (max-width: 767px) {.privacy-retreat-0P {
    padding: 3rem 1rem;
}.privacy-retreat-0P h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.8);
}.privacy-retreat-0P h2 {
    font-size: calc(31px * 0.8);
    margin: 2rem 0 1rem;
}.privacy-retreat-0P h3 {
    font-size: calc(31px * 0.7);
}.privacy-retreat-0P h4 {
    font-size: calc(31px * 0.6);
}.privacy-retreat-0P p,
    .privacy-retreat-0P span,
    .privacy-retreat-0P li {
    font-size: calc(12px * 0.95);
}.privacy-retreat-0P ul {
    padding-left: 0.5rem;
}.privacy-retreat-0P span {
    padding-left: 0.75rem;
}
}



@media (max-width: 992px) {.customer-comments-zk {
    padding: 6rem 1rem;
}.customer-comments-zk h2 {
    font-size: calc(35px * 1.2);
    margin-bottom: 3rem;
}.customer-comments-zk .student-stories-Jr {
    gap: 2.5rem;
    padding: 2.5rem 0;
}.customer-comments-zk .student-reviews-jF {
    padding: 1.8rem;
    flex: 0 0 270px;
}.customer-comments-zk .student-reviews-jF img {
    height: 100px;
    width: 100px;
}
}



@media (max-width: 480px) {.customer-comments-zk {
    padding: 4rem 0.5rem;
}.customer-comments-zk .student-stories-Jr {
    padding: 1.5rem 0;
    gap: 1.5rem;
}.customer-comments-zk .student-reviews-jF {
    flex: 0 0 85%;
    transform: rotateY(0) translateZ(0) !important;
}.customer-comments-zk .student-reviews-jF:hover {
    transform: rotateY(0) translateZ(0) scale(1.02) !important;
}}



@media (max-width: 991px) {.gratPanel-Cy {
    padding: 5rem 0;
}.gratPanel-Cy .learn-guides-tM {
    padding: 2.5rem;
    gap: 2rem;
}.gratPanel-Cy h5 {
    font-size: 18px;
}.gratPanel-Cy p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 767px) {.gratPanel-Cy {
    padding: 4rem 0;
}.gratPanel-Cy .learn-guides-tM {
    padding: 2rem;
    gap: 1.5rem;
}.gratPanel-Cy h5 {
    font-size: calc(18px * 0.9);
}.gratPanel-Cy h5::after {
    height: 2px;
}.gratPanel-Cy a {
    padding: 1.2rem;
}
}



@media (hover: none) {.gratPanel-Cy .learn-guides-tM:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.gratPanel-Cy a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.gratPanel-Cy a:hover p {
    transform: none;
}}



@media (max-width: 991px) {.price-plan-grid-xA {
    padding: 5rem 0;
}.price-plan-grid-xA .study-sub-zb {
    margin-bottom: 1.5rem;
}.price-plan-grid-xA .learning-plan-dz {
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.price-plan-grid-xA {
    padding: 4rem 0;
}.price-plan-grid-xA .learning-plan-dz h2 {
    font-size: calc(30px * 0.9);
}.price-plan-grid-xA .enroll-cost-UR h3 {
    font-size: 22px;
}.price-plan-grid-xA .enroll-cost-UR .package-rates-8a {
    font-size: calc(22px * 1.15);
}.price-plan-grid-xA .image-iE {
    height: 160px;
}
}



@media (max-width: 575px) {.price-plan-grid-xA {
    padding: 3rem 0;
}.price-plan-grid-xA .container {
    padding: 0 1.5rem;
}.price-plan-grid-xA .bundle-offer-tE {
    gap: 1.5rem;
}.price-plan-grid-xA .enroll-cost-UR {
    padding: 1.5rem;
}.price-plan-grid-xA .image-iE {
    height: 140px;
}
}



@media screen and (max-width: 992px) {.course-program-description-IO {
    padding: 80px 0;
}.course-program-description-IO .learn-guides-tM {
    min-height: 450px;
}.course-program-description-IO .skill-path-gs {
    padding-bottom: 50px;
    padding-top: 50px;
    width: 85%;
}.course-program-description-IO .head-mentor-ls {
    width: 90px;
    top: -25px;
    height: 90px;
}.course-program-description-IO .skill-path-gs h3 {
    font-size: calc(37px * 0.9);
    padding: 12px 20px;
}.course-program-description-IO .skill-path-gs p {
    font-size: calc(13px * 0.95);
    padding: 20px 25px;
}
}



@media screen and (max-width: 576px) {.course-program-description-IO {
    padding: 40px 0;
}.course-program-description-IO .image-iE {
    height: 250px;
    margin-bottom: -30px;
}.course-program-description-IO .head-mentor-ls {
    height: 70px;
    top: -25px;
    left: 15px;
    width: 70px;
}.course-program-description-IO .skill-path-gs h3 {
    padding: 10px 15px;
    font-size: calc(37px * 0.7);
    margin-top: 15px;
}.course-program-description-IO .skill-path-gs p {
    padding: 15px 20px;
    margin-top: 20px;
    font-size: calc(13px * 0.9);
}.course-program-description-IO .skill-path-gs h3::after {
    height: 3px;
    width: 30px;
    bottom: -8px;
    left: 15px;
}}



@media (max-width: 992px) {.statistical-summary-gA {
    padding: 80px 0;
}.statistical-summary-gA .container {
    flex-direction: column;
}.statistical-summary-gA .statistics-pros-pq {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 30px;
    flex: 0 0 auto;
    width: 100%;
}.statistical-summary-gA .statistics-pros-pq::before {
    bottom: 0;
    height: 5px;
    width: 100%;
    top: auto;
}.statistical-summary-gA .statistics-benefits-42 {
    width: 100%;
    flex: 0 0 auto;
}.statistical-summary-gA .statistics-edges-Xt {
    flex: 0 0 33.333%;
    height: 160px;
}.statistical-summary-gA .advantage-statistics-EV {
    font-size: calc(31px * 0.9);
    margin-bottom: 20px;
}
}



@media (max-width: 480px) {.statistical-summary-gA {
    padding: 50px 0;
}.statistical-summary-gA .statistics-pros-pq {
    padding: 30px 20px;
}.statistical-summary-gA .statistics-edges-Xt {
    flex: 0 0 100%;
    min-height: 120px;
    padding: 15px;
}.statistical-summary-gA .statistics-edges-Xt h4 {
    font-size: 2rem;
}.statistical-summary-gA .statistics-edges-Xt span {
    font-size: calc(13px * 0.85);
}.statistical-summary-gA .advantage-statistics-EV {
    font-size: calc(31px * 0.7);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.statistical-summary-gA .advantage-statistics-EV::after {
    width: 60px;
    height: 2px;
}}



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



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



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



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


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



@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}



@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}



@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes floatLogo {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(10px) rotate(5deg);
    }
}

