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

.grant-cta-4i {
    flex: 0 0 auto;
}

.grant-cta-4i {
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 70px 0;
    position: relative;
}

header,footer {
    width: 100%;
}


header {
    width: 100%;
    background: linear-gradient(to right, rgb(179,161,174) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: visible;
    z-index: 99;
}

header::before {
    left: 0;
    position: absolute;
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(212,198,209,0.5) 10px,
        rgb(212,198,209,0.5) 11px
    );
    z-index: -1;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
}

header .top-lead-tw .head-mentor-ls {
    position: relative;
    margin-right: 20px;
    padding: 5px 10px;
    z-index: 2;
}

header .top-lead-tw .head-mentor-ls::before {
    left: 0;
    border: 1px solid rgb(179,161,174,0.5);
    position: absolute;
    opacity: 0;
    height: 100%;
    top: 0;
    border-radius: 10px;
    content: '';
    width: 100%;
    transition: opacity 0.4s ease;
    box-shadow: 0 0 15px rgb(179,161,174,0.5);
}

header .top-lead-tw .head-mentor-ls .top-mainbar-nV svg {
    filter: drop-shadow(0 0 5px rgb(179,161,174,0.5));
    width: auto;
    height: 45px;
}

header .top-lead-tw .head-edu-rS::before {
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 10px;
    width: 100%;
    top: 0;
    background: radial-gradient(
        ellipse at center,
        rgb(179,161,174,0.5) 0%,
        transparent 70%
    );
    content: '';
    opacity: 0.2;
}

header .top-lead-tw .head-edu-rS .head-wrap-ia:hover::after {
    width: 80%;
    left: 10%;
}

header .top-lead-tw .head-edu-rS .head-wrap-ia a {
    padding: 10px 15px;
    font-size: 13px;
    text-decoration: none;
    display: block;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-transform: uppercase;
    font-weight: 400;
}

.grant-cta-4i .container {
    flex-wrap: wrap;
    display: flex;
    gap: 40px;
}

.grant-cta-4i .company_holder {
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 12px 0 12px 0;
    padding: 30px;
}

.grant-cta-4i .company_holder h3 {
    color: #ffffff;
    position: relative;
    font-size: 28px;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 700;
}

.grant-cta-4i .alumni-net-ZK {
    line-height: 1.6;
    color: #ffffff;
    font-size: 13px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.grant-cta-4i .case-study-VB {
    position: relative;
}

.grant-cta-4i .head-edu-rS {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}

.grant-cta-4i .head-edu-rS .nav-guide-Hm {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.grant-cta-4i .head-edu-rS .nav-guide-Hm a {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    display: inline-block;
    font-size: 13px;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 8px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    text-decoration: none;
}

.grant-cta-4i .head-edu-rS .nav-guide-Hm a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
}

.abuse-ctrl-tZ .container {
    justify-content: center;
    align-items: center;
    display: flex;
}



footer::after {
    left: 0;
    content: '';
    bottom: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    background-size: 40px 40px;
}

.location-details-T6::before {
    content: "";
    top: 0;
    width: 100%;
    z-index: -2;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(212,198,209,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(179,161,174,0.5) 0%, transparent 20%);
    opacity: 0.4;
    left: 0;
    height: 100%;
}

.location-details-T6 .learn-chat-n5 {
    overflow: hidden;
    border: 1px solid #ffffff;
    padding: 50px;
    position: relative;
    border-radius: 27px;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                inset 0 1px 1px #ffffff,
                0 0 30px rgb(212,198,209,0.5);
    background: rgba(0, 0, 0, 0.5);
}

.location-details-T6 .learn-chat-n5 h2 {
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px #000000;
    display: inline-block;
    position: relative;
    font-size: 36px;
    color: #ffffff;
}

.location-details-T6 .learn-chat-n5 h2 {
    animation-delay: 0.1s;
}

.location-details-T6 .learn-chat-n5 h2::after {
    width: 40%;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(90deg, rgb(212,198,209), transparent);
    position: absolute;
    bottom: -10px;
    height: 3px;
    content: "";
}

.location-details-T6 .learn-chat-n5 p:last-of-type {
    font-size: 15px;
    border-left: 3px solid rgb(212,198,209);
    color: #ffffff;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    align-items: center;
    margin-top: 30px;
    padding: 12px 18px;
}

.location-details-T6 .ask-form-8A::before {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(212,198,209), rgb(179,161,174));
    content: "";
    opacity: 0;
}

.location-details-T6 .ask-form-8A:hover::before {
    opacity: 0.8;
}

.location-details-T6 .ask-form-8A svg {
    transition: transform 0.3s ease;
    height: 28px;
    width: 28px;
}

.location-details-T6 .ask-form-8A:hover svg {
    transform: scale(1.2);
}

.location-details-T6 .learn-chat-n5 p:last-of-type svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}



.location-details-T6 .learn-chat-n5 > * {
    opacity: 0;
    animation: floatIn 0.5s ease forwards;
}

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

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

.location-details-T6 .ask-form-8A:hover::after {
    bottom: -25px;
    opacity: 1;
}

.our-team-j7 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.our-team-j7::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    z-index: 1;
    left: 0;
}

.our-team-j7 h2 {
    opacity: 0;
    position: relative;
    animation: slideInRight 0.8s 0.2s forwards;
    transform: translateX(-10px);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 12px;
    font-size: 28px;
    color: #ffffff;
}

.our-team-j7 .phrase-holder-Rh {
    display: grid;
    padding: 40px;
    border-left: 4px solid rgb(212,198,209);
    background: rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr;
    animation: fadeUp 1s 0.4s forwards;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    gap: 30px;
}

.our-team-j7 .phrase-holder-Rh div div {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    font-weight: 300;
    position: relative;
    letter-spacing: 0.3px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
}

.title-screen-ag .image-iE {
    z-index: 0;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    position: absolute;
}

.title-screen-ag .image-iE {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    height: 50%;
}

.title-screen-ag .learn-guides-tM {
    transform: translateY(-5%);
    width: 100%;
    gap: 2rem;
    z-index: 2;
    max-width: 1200px;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    position: relative;
    padding: 2rem;
}

.title-screen-ag .learn-guides-tM {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.title-screen-ag .learn-guides-tM {
    transform: translateY(0);
}

.title-screen-ag h1::after {
    bottom: -10px;
    animation: scaleIn 1s ease-out 0.4s forwards;
    height: 4px;
    position: absolute;
    width: 80px;
    transform-origin: left;
    content: '';
    left: 0;
    background: rgb(179,161,174);
    transform: scaleX(0);
}

.title-screen-ag h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.title-screen-ag .phrase-holder-Rh p {
    line-height: 1.6;
    font-size: calc(16px * 1.1);
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.title-screen-ag .learn-top-qf {
    display: flex;
    margin: 1.5rem 0;
    justify-content: center;
}

.title-screen-ag .learn-top-qf svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 100px;
    width: 100px;
    animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
    transform: scale(0);
}

.title-screen-ag .learn-top-qf svg {
    height: 80px;
    width: 80px;
}

.title-screen-ag .learn-top-qf svg path {
    fill: rgb(179,161,174);
    transition: fill 0.3s ease;
}

.title-screen-ag .learn-top-qf:hover svg path {
    fill: rgb(212,198,209);
}

.title-screen-ag h6 {
    margin-top: 1rem;
    text-align: center;
}

.title-screen-ag .support-links-Hs {
    overflow: hidden;
    padding: 0.9rem 2.2rem;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.3);
    background: linear-gradient(135deg, rgb(179,161,174), rgb(212,198,209));
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

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

.contact-us-Jz::before {
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(212,198,209,0.5) 0,
        rgb(212,198,209,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    position: absolute;
    z-index: 1;
    opacity: 0.07;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact-us-Jz .container {
    z-index: 2;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-us-Jz h2::before {
    background: rgb(212,198,209);
    width: 80px;
    height: 4px;
    position: absolute;
    content: "";
    bottom: 0;
    left: calc(50% - 40px);
}

.contact-us-Jz h2::after {
    width: 30px;
    left: calc(50% - 15px);
    height: 4px;
    bottom: 0;
    content: "";
    background: rgb(179,161,174);
    position: absolute;
}

.contact-us-Jz .image-iE {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}

.contact-us-Jz .message-inquiry-cS {
    flex: 0 0 55%;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
    display: flex;
    position: relative;
}

.contact-us-Jz .message-inquiry-cS::before {
    z-index: 0;
    border: 30px solid rgb(212,198,209,0.5);
    position: absolute;
    content: "";
    width: 150px;
    border-radius: 50%;
    top: -75px;
    right: -75px;
    height: 150px;
}

.contact-us-Jz form {
    position: relative;
    z-index: 2;
}

.contact-us-Jz form h3::after {
    position: absolute;
    bottom: -15px;
    height: 2px;
    left: 0;
    width: 50%;
    background: rgb(212,198,209);
    content: "";
}

.contact-us-Jz form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(212,198,209);
}

.contact-us-Jz form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.contact-us-Jz form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.contact-us-Jz .reach-info-2W label {
    color: #000000;
    position: relative;
    font-size: 14px;
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
}

.contact-us-Jz .reach-info-2W input[type="checkbox"]:checked + label::before {
    border-color: rgb(212,198,209);
    background: rgb(212,198,209);
}

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

.contact-us-Jz .reach-info-2W label a:hover {
    color: rgb(179,161,174);
}

.contact-us-Jz .reach-info-2W label a:hover::after {
    background: rgb(179,161,174);
    transform: scaleX(0);
}

.contact-us-Jz .support-links-Hs::before {
    left: -10px;
    width: 0;
    height: 100%;
    transition: width 0.5s ease;
    background: rgb(179,161,174);
    z-index: -1;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    content: "";
}

.contact-us-Jz .support-links-Hs:hover::before {
    width: 150%;
}

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

.contact-us-Jz svg:hover,
.contact-us-Jz svg:hover path {
    stroke: rgb(179,161,174);
}

.privacy-retreat-0P::before {
    width: 30%;
    opacity: 0.05;
    transform: skewX(-15deg) translateX(20%);
    content: "";
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(212,198,209,0.5));
    position: absolute;
    height: 100%;
    top: 0;
}

.privacy-retreat-0P .container {
    z-index: 2;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}

.privacy-retreat-0P h1 {
    margin-bottom: 2.5rem;
    position: relative;
    font-weight: 700;
    transform: translateX(-0.5rem);
    padding-bottom: 1rem;
    color: #000000;
    font-size: 44px;
}

.privacy-retreat-0P h1:hover::after {
    transform: scaleX(1.5);
}

.privacy-retreat-0P h2 {
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    position: relative;
    font-size: 31px;
    color: #000000;
    padding-left: 1rem;
}

.privacy-retreat-0P h3 {
    padding-bottom: 0.75rem;
    font-size: calc(31px * 0.85);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1.2rem;
}

.privacy-retreat-0P p {
    color: #000000;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    max-width: 95%;
    font-size: 12px;
}

.privacy-retreat-0P p strong::after {
    position: absolute;
    opacity: 0.5;
    left: 0;
    background: rgb(179,161,174,0.5);
    bottom: -2px;
    width: 100%;
    content: "";
    height: 2px;
}

.privacy-retreat-0P li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.6;
}

.privacy-retreat-0P span {
    max-width: 95%;
    line-height: 1.7;
    font-size: 12px;
    padding-left: 1rem;
    margin-bottom: 1.75rem;
    border-left: 2px solid rgb(179,161,174,0.5);
    display: block;
}

.leadership-profile-KI::before {
    content: "";
    background: rgb(179,161,174,0.5);
    position: absolute;
    top: -10%;
    z-index: 1;
    height: 70%;
    transform: rotate(-12deg);
    left: -5%;
    width: 120%;
}

.leadership-profile-KI .image-iE {
    width: 280px;
    border-radius: 23px;
    height: 350px;
    transition: all 0.5s ease;
    transform: rotate(-5deg);
    box-shadow: 15px 15px 0 rgb(212,198,209,0.5);
}

.leadership-profile-KI .job-tasks-bI::after {
    content: "";
    position: absolute;
    left: 30px;
    opacity: 0.6;
    background: rgb(179,161,174);
    width: 85%;
    filter: blur(8px);
    transition: all 0.5s ease;
    height: 10px;
    bottom: -10px;
}

.leadership-profile-KI .job-tasks-bI:hover {
    transform: rotate(0deg) translateY(-20px);
}

.leadership-profile-KI .job-tasks-bI > div:nth-child(2) {
    margin-bottom: 1.5rem;
    font-size: 18px;
    transform: translateX(-10px);
    font-weight: 600;
    color: rgb(179,161,174);
}

.leadership-profile-KI .career-story-ha::before {
    width: 5px;
    border-radius: 10px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(212,198,209), rgb(179,161,174));
    left: 0;
    content: "";
    top: 0;
}

.customer-comments-zk::before {
    box-shadow: 0 0 20px 5px rgb(212,198,209,0.5);
    z-index: 1;
    width: 80%;
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(212,198,209), transparent);
    content: "";
    position: absolute;
    left: 10%;
    height: 1px;
}

.customer-comments-zk .container {
    position: relative;
    z-index: 2;
}

.customer-comments-zk h2 {
    color: #000000;
    margin-bottom: 4rem;
    perspective: 1000px;
    font-size: calc(35px * 1.4);
    position: relative;
    font-weight: 700;
    text-align: center;
}

.customer-comments-zk .student-stories-Jr {
    scrollbar-color: rgb(212,198,209) rgb(239,234,238);
    flex-wrap: nowrap;
    transform-style: preserve-3d;
    display: flex;
    padding: 3rem 0;
    gap: 3rem;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    scrollbar-width: thin;
}

.customer-comments-zk .student-reviews-jF:hover {
    z-index: 3;
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.customer-comments-zk .student-reviews-jF::before {
    opacity: 0.4;
    top: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(212,198,209,0.5) 0%, transparent 70%);
}

.customer-comments-zk .student-reviews-jF:hover img {
    transform: translateY(-40px) scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.customer-comments-zk .student-reviews-jF p {
    color: #000000;
    font-size: 19px;
    transform: translateY(-10px);
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.customer-comments-zk .student-reviews-jF:hover .description {
    transform: translateY(-5px);
    opacity: 1;
}

.customer-comments-zk .student-reviews-jF:nth-child(odd) {
    transform: rotateY(15deg) translateZ(0);
}

.customer-comments-zk .student-reviews-jF:nth-child(3n+1)::after {
    opacity: 0.5;
    height: 50px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    border-radius: 50%;
    background: rgb(179,161,174,0.5);
    transition: all 0.3s ease;
    content: "";
    width: 50px;
    filter: blur(15px);
}

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

header .top_plank {
    color:  #ffffff;
    background: rgb(212,198,209);
}

header .top_plank .learning-links-LG div span {
    color: #ffffff;
}

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

.gratPanel-Cy {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(179,161,174,0.5) 0%, rgb(212,198,209,0.5) 40%, rgb(239,234,238) 100%);
    padding: 7rem 0;
}

.gratPanel-Cy::after {
    pointer-events: none;
    inset: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(179,161,174,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(179,161,174,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(212,198,209,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(212,198,209,0.5) 0%, transparent 7%);
    content: "";
}

.gratPanel-Cy .learn-guides-tM::before {
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    height: 100%;
    top: 0;
    pointer-events: none;
    animation: shimmer 4s infinite;
    left: -100%;
}

.gratPanel-Cy .learn-guides-tM > div:first-child {
    transform: translateX(-2rem);
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    position: relative;
}

.gratPanel-Cy .learn-guides-tM > div:last-child {
    transform: translateY(2rem);
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    opacity: 0;
    position: relative;
}

.gratPanel-Cy h5::after {
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(212,198,209) 0%, rgb(179,161,174) 100%);
    content: "";
    width: 0;
    bottom: 0;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    left: 0;
}

.gratPanel-Cy a::before {
    opacity: 0;
    inset: 0;
    transition: opacity 0.4s ease;
    content: "";
    background: linear-gradient(135deg, rgb(212,198,209,0.5) 0%, transparent 100%);
    z-index: -1;
    position: absolute;
}

.gratPanel-Cy a:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.gratPanel-Cy a:hover p {
    color: #000000;
    transform: translateY(-3px);
}

.gratPanel-Cy a:hover::after {
    transform: scaleX(1);
}

.price-plan-grid-xA {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}

.price-plan-grid-xA::before {
    position: absolute;
    height: 70%;
    top: -10%;
    transform: rotate(-15deg);
    z-index: 0;
    right: -5%;
    border-radius: 10px;
    content: "";
    opacity: 0.1;
    width: 40%;
    background: linear-gradient(120deg, rgb(212,198,209,0.5) 20%, rgb(179,161,174,0.5) 80%);
}

.price-plan-grid-xA .container {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.price-plan-grid-xA .learning-plan-dz {
    text-align: center;
    margin-bottom: 3.5rem;
    order: 1;
    position: relative;
}

.price-plan-grid-xA .learning-plan-dz h2::after {
    width: 70%;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(212,198,209), transparent);
    position: absolute;
    bottom: -0.75rem;
}

.price-plan-grid-xA .study-sub-zb {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    position: relative;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    display: block;
}

.price-plan-grid-xA .study-sub-zb:hover::before {
    transform: translateY(0);
}

.price-plan-grid-xA .rate-choices-fa {
    flex-direction: column;
    display: flex;
    height: 100%;
    box-sizing: border-box;
}

.price-plan-grid-xA .enroll-cost-UR h3 {
    font-size: calc(22px * 1.1);
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    display: inline-block;
}

.price-plan-grid-xA .enroll-cost-UR .package-rates-8a::after {
    width: 40px;
    background: rgb(212,198,209,0.5);
    height: 2px;
    content: "";
    bottom: -0.75rem;
    left: 0;
    position: absolute;
}

.price-plan-grid-xA .image-iE {
    height: 180px;
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.price-plan-grid-xA .study-sub-zb:hover .image-iE {
    transform: scale(1.05);
}

.price-plan-grid-xA .study-sub-zb:nth-child(odd) .enroll-cost-UR::before {
    content: "";
    width: 2.5rem;
    opacity: 0.1;
    height: 2.5rem;
    right: 1rem;
    background: rgb(212,198,209,0.5);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 1rem;
}

.course-program-description-IO {
    overflow: hidden;
    background: linear-gradient(215deg, rgb(239,234,238) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(212,198,209,0.5) 90%);
    padding: 100px 0;
    position: relative;
}

.course-program-description-IO::after {
    left: -50%;
    position: absolute;
    opacity: 0.4;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 90%);
    top: -50%;
    animation: rotateBg 60s linear infinite;
    content: "";
    width: 200%;
    z-index: 1;
    height: 200%;
}

.course-program-description-IO .container {
    z-index: 3;
    position: relative;
}

.course-program-description-IO .learn-guides-tM {
    justify-content: center;
    align-items: center;
    min-height: 500px;
    display: flex;
    position: relative;
}

.course-program-description-IO .image-iE::before {
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    mix-blend-mode: multiply;
    right: 0;
    opacity: 0.85;
    bottom: 0;
    background: linear-gradient(
        145deg,
        transparent 0%,
        rgb(212,198,209,0.5) 100%
    );
    content: "";
    position: absolute;
    z-index: 2;
}

.course-program-description-IO .learn-guides-tM:hover .image-iE {
    transform: scale(1.03);
}

.course-program-description-IO .skill-path-gs {
    z-index: 4;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    width: 70%;
    background: transparent;
}

.course-program-description-IO .head-mentor-ls::before {
    position: absolute;
    z-index: -1;
    animation: rotateBorderGradient 10s linear infinite;
    filter: blur(10px);
    border-radius: inherit;
    background: linear-gradient(
        45deg,
        rgb(212,198,209,0.5),
        rgb(179,161,174,0.5),
        rgb(212,198,209,0.5)
    );
    content: "";
    inset: -5px;
    opacity: 0.3;
}

.course-program-description-IO .head-mentor-ls:hover svg {
    fill: rgb(179,161,174);
    transform: translateZ(30px) scale(1.1);
}

.course-program-description-IO .head-mentor-ls svg path {
    stroke-width: 0.5;
    transition: all 0.4s ease;
    stroke: #000000;
}

.course-program-description-IO .skill-path-gs h3 {
    padding: 15px 25px;
    position: relative;
    border-radius: 10px;
    font-size: 37px;
    font-weight: 700;
    backdrop-filter: blur(10px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgb(212,198,209,0.5);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    transform: translateZ(0);
    display: inline-block;
    border-left: 4px solid rgb(212,198,209);
    background: linear-gradient(
        135deg,
        rgb(212,198,209,0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    color: #ffffff;
}

.course-program-description-IO .skill-path-gs p::first-letter {
    line-height: 0.8;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    color: rgb(212,198,209);
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    font-size: 2.5em;
    font-weight: 700;
}

.statistical-summary-gA::before {
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(239,234,238) 0%, transparent 70%);
    top: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
}

.statistical-summary-gA .container {
    justify-content: space-between;
    align-items: stretch;
    max-width: 1400px;
    position: relative;
    flex-direction: row;
    padding: 0;
    margin: 0 auto;
    display: flex;
}

.statistical-summary-gA .statistics-pros-pq {
    flex-direction: column;
    background: linear-gradient(135deg, rgb(212,198,209,0.5) 0%, transparent 100%);
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
    padding: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    flex: 0 0 30%;
}

.statistical-summary-gA .advantage-statistics-EV {
    margin-bottom: 30px;
    padding-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    font-size: 31px;
    color: #000000;
}

.statistical-summary-gA .program-wins-PR {
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
    max-width: 500px;
}

.statistical-summary-gA .statistics-edges-Xt {
    z-index: 1;
    display: flex;
    padding: 25px 20px;
    position: relative;
    overflow: hidden;
    align-items: center;
    flex: 0 0 calc(100% / 3);
    text-align: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.4s ease;
    height: 33.333%;
}

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

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

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

.statistical-summary-gA .statistics-edges-Xt:hover::before {
    height: 100%;
}

.statistical-summary-gA .statistics-edges-Xt::after {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    left: 0;
    width: 0;
    position: absolute;
    height: 3px;
    content: "";
    background: rgb(212,198,209);
}

.statistical-summary-gA .statistics-edges-Xt h4 {
    line-height: 1;
    color: rgb(212,198,209);
    transition: all 0.4s ease;
    position: relative;
    font-weight: 700;
    margin: 0 0 12px;
    font-size: 2.8rem;
}

.statistical-summary-gA .statistics-edges-Xt:hover span {
    color: #000000;
}

.statistical-summary-gA svg {
    height: 24px;
    width: 24px;
    position: absolute;
    fill: rgb(212,198,209);
    opacity: 0.6;
    transition: all 0.4s ease;
    right: 15px;
    top: 15px;
}

.statistical-summary-gA .statistics-edges-Xt:hover svg path {
    fill: rgb(179,161,174);
}

.privacySettingsWindow-z6 .data-settings-tu {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    transform-origin: center;
    margin-right: 20px;
}

.privacySettingsWindow-z6 .data-settings-tu svg {
    fill: rgb(212,198,209);
    height: 60px;
    width: 60px;
}

.privacySettingsWindow-z6 .data-notice-pT h5 {
    margin-bottom: 6px;
    color: rgb(212,198,209);
    font-size: 23px;
}

.privacySettingsWindow-z6 .consent-box-AJ {
    margin-top: 20px;
    padding: 10px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 5px;
    font-size: 20px;
    text-decoration: none;
    margin-right: 15px;
    display: inline-block;
    background-color: rgb(212,198,209);
    color: #ffffff;
}

.customer-comments-zk .student-stories-Jr::-webkit-scrollbar {
    height: 8px;
}

.customer-comments-zk .student-stories-Jr::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(239,234,238);
}

.customer-comments-zk .student-stories-Jr::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(212,198,209);
}



@media (max-width: 992px) {.grant-cta-4i .container {
    flex-direction: column;
}
}



@media (max-width: 768px) {.grant-cta-4i {
    padding: 50px 0;
}.grant-cta-4i .head-edu-rS {
    flex: 0 0 100%;
}
}



@media (max-width: 576px) {.grant-cta-4i {
    padding: 40px 0;
}.grant-cta-4i .company_holder h3 {
    font-size: calc(28px * 0.8);
}.grant-cta-4i .head-edu-rS h5 {
    font-size: calc(24px * 0.9);
}.grant-cta-4i .head-edu-rS .nav-guide-Hm a,
    .grant-cta-4i .footer_agreement {
    font-size: calc(13px * 0.95);
}}



@media (max-width: 768px) {.location-details-T6 {
    padding: 50px 0;
}.location-details-T6 .learn-chat-n5 {
    padding: 30px 20px;
}.location-details-T6 .learn-chat-n5 h2 {
    font-size: calc(36px - 6px);
}.location-details-T6 .send-message-T1 {
    gap: 15px;
}.location-details-T6 .learn-chat-n5 p:last-of-type {
    padding: 10px 15px;
    margin-top: 20px;
}
}



@media (prefers-reduced-motion) {.location-details-T6 .learn-chat-n5::before,
    .location-details-T6 .learn-chat-n5::after,
    .location-details-T6 .learn-chat-n5 > *,
    .location-details-T6 .ask-form-8A svg {
    animation: none;
}}



@media (min-width: 768px) {.our-team-j7 {
    padding: 150px 0;
}.our-team-j7::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 100%);
}.our-team-j7 h2 {
    margin-bottom: 60px;
    font-size: calc(28px * 1.2);
}.our-team-j7 h2::after {
    width: 120px;
    height: 4px;
}.our-team-j7 .phrase-holder-Rh {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 60px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.3), 
                    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%);
    border-left: 6px solid rgb(212,198,209);
    grid-template-columns: 1fr;
}.our-team-j7 .phrase-holder-Rh:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.4), 
                    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}.our-team-j7 .phrase-holder-Rh p {
    padding-left: 25px;
    font-size: calc(16px * 2);
}.our-team-j7 .phrase-holder-Rh p::before {
    height: 12px;
    width: 12px;
}.our-team-j7 .phrase-holder-Rh div div {
    column-gap: 40px;
    column-count: 2;
    line-height: 1.9;
    font-size: calc(16px * 1.1);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    padding-left: 25px;
}
}



@media (max-width: 1024px) {.contact-us-Jz {
    padding: 80px 0;
}.contact-us-Jz .image-iE {
    min-height: 500px;
}.contact-us-Jz .message-inquiry-cS {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact-us-Jz {
    padding: 60px 0;
}.contact-us-Jz .request-map-oV {
    flex-direction: column;
}.contact-us-Jz .image-iE {
    width: 100%;
    min-height: 300px;
}.contact-us-Jz .message-inquiry-cS {
    padding: 40px 30px;
    width: 100%;
}.contact-us-Jz form h3 {
    margin-bottom: 30px;
}.contact-us-Jz form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-us-Jz .reach-info-2W {
    margin-bottom: 30px;
}.contact-us-Jz .support-links-Hs {
    width: 100%;
    padding: 15px 30px;
}
}



@media screen and (min-width: 1200px) {.privacy-retreat-0P {
    padding: 7rem 3rem;
}.privacy-retreat-0P .container {
    gap: 0.5rem;
    grid-template-columns: 1fr;
    display: grid;
}.privacy-retreat-0P h1 {
    font-size: calc(44px * 1.2);
    grid-column: 1 / -1;
    transform: translateX(-1rem);
}.privacy-retreat-0P h1::after {
    width: 120px;
}.privacy-retreat-0P h2, 
    .privacy-retreat-0P h3, 
    .privacy-retreat-0P h4 {
    grid-column: 1 / -1;
}.privacy-retreat-0P p, 
    .privacy-retreat-0P ul,
    .privacy-retreat-0P span {
    max-width: 85%;
}
}



@media screen and (max-width: 480px) {.privacy-retreat-0P {
    padding: 2.5rem 1rem;
}.privacy-retreat-0P h1::after {
    width: 60px;
}.privacy-retreat-0P h2::before {
    width: 3px;
}.privacy-retreat-0P li {
    padding-left: 1.25rem;
}.privacy-retreat-0P p,
    .privacy-retreat-0P span,
    .privacy-retreat-0P li {
    max-width: 100%;
}}



@media (max-width: 992px) {.leadership-profile-KI .student-reviews-jF {
    gap: 2rem;
    flex-direction: column;
    transform: none;
}.leadership-profile-KI .image-iE {
    height: 280px;
    margin: 0 auto;
    width: 220px;
}.leadership-profile-KI .job-tasks-bI {
    transform: none;
    max-width: 100%;
}.leadership-profile-KI .name,
    .leadership-profile-KI .job-tasks-bI > div:nth-child(2) {
    transform: none;
}}



@media (max-width: 768px) {.customer-comments-zk {
    padding: 5rem 1rem;
}.customer-comments-zk::before {
    display: none;
}.customer-comments-zk h2 {
    margin-bottom: 2.5rem;
    font-size: 35px;
}.customer-comments-zk .student-stories-Jr {
    padding: 2rem 0;
    gap: 2rem;
}.customer-comments-zk .student-reviews-jF {
    transform: rotateY(5deg) translateZ(0) !important;
    padding: 1.5rem;
    flex: 0 0 240px;
}.customer-comments-zk .student-reviews-jF:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.03) !important;
}.customer-comments-zk .student-reviews-jF img {
    transform: translateY(-25px);
    width: 90px;
    height: 90px;
}.customer-comments-zk .student-reviews-jF:hover img {
    transform: translateY(-30px) scale(1.05);
}.customer-comments-zk .student-reviews-jF p {
    font-size: calc(14px * 1.1);
}.customer-comments-zk .student-reviews-jF .description {
    font-size: calc(14px * 0.9);
}
}



@media (max-width: 575px) {.gratPanel-Cy {
    padding: 3rem 0;
}.gratPanel-Cy .learn-guides-tM {
    gap: 1.2rem;
    padding: 1.5rem;
}.gratPanel-Cy h5 {
    font-size: calc(18px * 0.85);
    padding-bottom: 0.75rem;
}.gratPanel-Cy p {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.gratPanel-Cy a {
    padding: 1rem;
}.gratPanel-Cy a:hover {
    transform: translateY(-3px);
}
}



@media (min-width: 992px) {.price-plan-grid-xA .payment-pricing-ec {
    flex-direction: row;
}.price-plan-grid-xA .learning-plan-dz {
    justify-content: center;
    text-align: left;
    order: 2;
    flex-direction: column;
    padding-left: 3rem;
    display: flex;
    margin-bottom: 0;
    flex: 0 0 30%;
}.price-plan-grid-xA .learning-plan-dz h2 {
    margin-bottom: 2rem;
    text-align: left;
}.price-plan-grid-xA .learning-plan-dz h2::after {
    transform: none;
    width: 40%;
    left: 0;
}.price-plan-grid-xA .lesson-plans-vt {
    text-align: left;
    margin: 0;
}.price-plan-grid-xA .bundle-offer-tE {
    flex: 0 0 70%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (hover: none) {.price-plan-grid-xA .study-sub-zb:hover {
    transform: none;
}.price-plan-grid-xA .study-sub-zb:hover .image-iE {
    transform: none;
}}



@media screen and (max-width: 1200px) {.course-program-description-IO .skill-path-gs {
    width: 80%;
}.course-program-description-IO .head-mentor-ls {
    right: 5%;
    width: 100px;
    height: 100px;
}
}



@media screen and (max-width: 768px) {.course-program-description-IO {
    padding: 60px 0;
}.course-program-description-IO .learn-guides-tM {
    display: block;
    padding-bottom: 40px;
    min-height: auto;
}.course-program-description-IO .image-iE {
    height: 300px;
    position: relative;
    margin-bottom: -40px;
}.course-program-description-IO .skill-path-gs {
    padding-top: 60px;
    padding-bottom: 0;
    width: 100%;
}.course-program-description-IO .head-mentor-ls {
    left: 20px;
    top: -30px;
    right: auto;
    width: 80px;
    height: 80px;
}.course-program-description-IO .skill-path-gs h3 {
    display: block;
    font-size: calc(37px * 0.8);
    box-sizing: border-box;
    width: calc(100% - 30px);
    margin-top: 20px;
}.course-program-description-IO .skill-path-gs p {
    box-sizing: border-box;
    margin: 30px auto 0;
    width: calc(100% - 30px);
}
}



@media (max-width: 1400px) {.statistical-summary-gA .statistics-edges-Xt h4 {
    font-size: 2.5rem;
}.statistical-summary-gA .statistics-edges-Xt {
    padding: 20px 15px;
}
}



@media (max-width: 1200px) {.statistical-summary-gA .container {
    max-width: 100%;
}.statistical-summary-gA .statistics-pros-pq {
    padding: 40px;
}.statistical-summary-gA .statistics-edges-Xt {
    height: 25%;
    flex: 0 0 50%;
}.statistical-summary-gA .statistics-edges-Xt h4 {
    font-size: 2.3rem;
}
}



@media (max-width: 768px) {.statistical-summary-gA {
    padding: 60px 0;
}.statistical-summary-gA .statistics-benefits-42 {
    flex-wrap: wrap;
    height: auto;
}.statistical-summary-gA .statistics-edges-Xt {
    height: auto;
    min-height: 140px;
    flex: 0 0 50%;
}.statistical-summary-gA .statistics-edges-Xt h4 {
    margin-bottom: 10px;
    font-size: 2.2rem;
}.statistical-summary-gA .advantage-statistics-EV {
    font-size: calc(31px * 0.8);
    padding-bottom: 15px;
}.statistical-summary-gA .program-wins-PR {
    font-size: calc(13px * 0.95);
}.statistical-summary-gA svg {
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
}
}


@media (max-width: 768px) {.privacySettingsWindow-z6 .data-settings-tu {
    margin-right: 0;
    margin-bottom: 15px;
}.privacySettingsWindow-z6 .consent-box-AJ {
    text-align: center;
    width: 48%;
    margin-left: 0;
}}

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

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



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



@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes popIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }



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



@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



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



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



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

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

