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

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

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

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

.testimonial-util {
    flex: 0 0 auto;
}

.testimonial-util {
    background-color: rgb(184,194,204);
    color: #000000;
    padding: 5rem 0 2rem;
    font-family: Arial, sans-serif;
    position: relative;
}

.testimonial-util {
    background-attachment: fixed;
    background-repeat: repeat;
    background-image: 
        linear-gradient(rgb(117,128,140,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(117,128,140,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    background-blend-mode: overlay;
    background-position: center;
}

.program-overview-util .learn-map-util::before {
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, 
                rgba(0, 0, 0, 0.6) 70%,
                transparent 100%);
    content: '';
    top: 0;
    z-index: 5;
    left: 0;
}

.program-overview-util .learn-map-util:hover .learn-business-util {
    animation-play-state: paused;
}

.program-overview-util .job-training-util {
    position: relative;
    width: 20%;
    height: 100%;
}

.program-overview-util .job-training-util {
    width: 16.6667%;
}

.program-overview-util .job-training-util:hover img {
    transform: scale(1.05);
}

.program-overview-util .creds-sect-util {
    width: 55%;
    padding: 0;
    margin-right: 5%;
    position: relative;
}

.program-overview-util .study-path-util {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    width: 100%;
    padding: 3.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.program-overview-util .study-path-util::after {
    content: '';
    position: absolute;
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom,
                rgb(150,161,173) 0%,
                rgb(117,128,140) 100%);
    height: 100%;
    left: 0;
}

.program-overview-util .study-path-util h3::after {
    bottom: -0.5rem;
    content: '';
    position: absolute;
    background-color: rgb(117,128,140);
    height: 3px;
    width: 50px;
    left: 1.5rem;
}

.program-overview-util .study-path-util p {
    padding-left: 1.5rem;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.program-overview-util .study-path-util .inquiry-grid-util::before {
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    left: -100%;
    background-color: rgb(150,161,173);
    z-index: -1;
    height: 100%;
    transition: all 0.3s ease;
}

.program-overview-util .study-path-util .inquiry-grid-util:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(150,161,173), 0.3);
    transform: translateY(-2px);
}

.program-overview-util .study-path-util .inquiry-grid-util:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(rgb(150,161,173), 0.2);
}

.homepage-util::before {
    background: 
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0%, transparent 40%);
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}

.edu-lead-util {
    z-index: 2;
    width: 92%;
    max-width: 1200px;
    position: relative;
    gap: 3rem;
    display: grid;
    perspective: 1000px;
    padding: 3rem 0;
    grid-template-columns: 1fr;
}

.edu-lead-util > div:last-child {
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

.homepage-util h3::before {
    left: 0;
    background: linear-gradient(135deg, rgb(150,161,173,0.5) 0%, transparent 100%);
    z-index: -1;
    height: 100%;
    top: 0;
    opacity: 0.3;
    width: 100%;
    content: "";
    position: absolute;
}

.homepage-util h3::after {
    content: "";
    height: 5px;
    filter: blur(2px);
    width: 90%;
    background: linear-gradient(90deg, transparent, rgb(117,128,140), transparent);
    left: 5%;
    bottom: -5px;
    position: absolute;
}

.homepage-util .founders-team-util:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.homepage-util .founders-team-util::before {
    filter: blur(15px);
    left: -5px;
    content: "";
    top: -5px;
    bottom: -5px;
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(150,161,173), rgb(117,128,140));
    transform: translateZ(-10px);
    z-index: -1;
    right: -5px;
    position: absolute;
}

.homepage-util h1::after {
    transform: scaleX(0);
    left: 0;
    content: "";
    height: 3px;
    background: rgb(117,128,140);
    bottom: -10px;
    animation: growLine 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
    transform-origin: left;
    width: 40%;
    position: absolute;
}

.homepage-util .founders-team-util > div::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8));
    height: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
}

.homepage-util p {
    line-height: 1.5;
    padding: 1.5rem;
    position: relative;
    animation: fadeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 2;
    transform: translateY(10px);
    font-size: calc(18px * 1.1);
    font-weight: 400;
    margin: 0;
    color: #ffffff;
    width: 100%;
}

header .head-class-util {
    padding: 0.8rem 1.2rem;
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    border-radius: 30px;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    z-index: 2;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    flex: 0 0 auto;
}

header .header-pro-util img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .nav-learn-util {
    position: relative;
    margin: 0 0.3rem;
}

header .nav-learn-util a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

header .nav-learn-util a::before {
    top: 0;
    border-radius: 30px;
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    left: 0;
}

header .nav-learn-util:hover::after {
    width: 70%;
}

header .top-learning-util::before {
    top: -20px;
    height: 100px;
    content: '';
    opacity: 0.5;
    width: 100px;
    background: rgb(150,161,173,0.5);
    filter: blur(40px);
    right: -20px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}

header .site-nav-util {
    z-index: 1;
    padding-top: 2rem;
    position: relative;
    background: rgb(184,194,204);
}

header .head-class-util:hover::after {
    transform: scaleX(0.9);
    opacity: 0.7;
}

.explore-now-util {
    z-index: 1;
    position: relative;
    background: linear-gradient(125deg, rgb(150,161,173) 0%, rgb(117,128,140) 100%);
    overflow: hidden;
    padding: 130px 0;
}

.explore-now-util::after {
    height: 100%;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255,255,255,0.2) 0%, transparent 50%);
    z-index: -1;
    filter: blur(60px);
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
}

.explore-now-util .creds-sect-util::before {
    border-radius: 35px;
    z-index: -1;
    right: -5px;
    opacity: 0.5;
    content: '';
    filter: blur(5px);
    background: linear-gradient(45deg, 
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1)
    );
    position: absolute;
    bottom: -5px;
    animation: borderGlow 10s linear infinite;
    top: -5px;
    left: -5px;
}

.explore-now-util .creds-sect-util::after {
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    background: 
        linear-gradient(to bottom,
            rgba(255,255,255,0.1) 0%,
            transparent 100%
        );
    position: absolute;
    content: '';
    width: 100%;
    border-radius: 30px;
}

.explore-now-util h3::before {
    height: 4px;
    position: absolute;
    content: '';
    bottom: -20px;
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    border-radius: 2px;
    left: 50%;
    box-shadow: 0 2px 10px rgba(255,255,255,0.2);
    transform: translateX(-50%);
    width: 60px;
}

.explore-now-util .chat-form-util {
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 50px;
    color: rgb(150,161,173);
    background: rgba(255,255,255,0.9);
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
    transform: perspective(1000px) translateZ(20px);
    font-family: Arial, sans-serif;
    font-size: 17px;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    padding: 18px 50px;
    position: relative;
}

.explore-now-util .chat-form-util:hover {
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 10px 25px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    transform: perspective(1000px) translateZ(30px);
}

.explore-now-util .chat-form-util:hover::after {
    left: 200%;
}

.learning-profits-util::before {
    animation: float 15s infinite alternate ease-in-out;
    border-radius: 50%;
    opacity: 0.4;
    height: 300px;
    background: linear-gradient(45deg, rgb(150,161,173,0.5) 0%, rgb(117,128,140,0.5) 100%);
    z-index: 0;
    content: "";
    filter: blur(60px);
    width: 300px;
    top: -50px;
    position: absolute;
    right: -50px;
}

.learning-profits-util .container {
    flex-direction: column;
    max-width: 1200px;
    z-index: 1;
    display: flex;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

.learning-profits-util .pic-item-util:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.learning-profits-util .creds-sect-util {
    margin-top: -120px;
    z-index: 2;
    position: relative;
    padding: 40px 0 0;
}

.learning-profits-util .text-article-util {
    backdrop-filter: blur(10px);
    transform: translateY(30px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 40px 45px;
    opacity: 0;
    animation: slideUp 0.8s forwards 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
}

.learning-profits-util h1::after {
    animation: lineExpand 0.6s forwards 1s cubic-bezier(0.22, 1, 0.36, 1);
    width: 80px;
    content: "";
    bottom: -10px;
    height: 3px;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(150,161,173) 0%, rgb(117,128,140) 100%);
    position: absolute;
    transform-origin: left;
}

.learning-profits-util li:nth-child(2) {
    animation: slideIn 0.5s forwards 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.learning-profits-util li:nth-child(4) {
    animation: slideIn 0.5s forwards 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.learning-profits-util li p {
    line-height: 1.6;
    font-size: 17px;
    margin: 0;
    color: #000000;
    font-weight: 400;
}

.learning-profits-util li:hover svg {
    transform: translateY(-3px) scale(1.1);
}

.learning-profits-util svg path {
    transition: fill 0.3s ease;
    fill: rgb(150,161,173);
}

.teaching-history-util {
    background: linear-gradient(160deg, rgb(184,194,204) 0%, #000000 100%);
    overflow: hidden;
    padding: 8rem 0;
    min-height: 700px;
    position: relative;
}

.teaching-history-util .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
}

.teaching-history-util .user-voices-util {
    min-height: 580px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    overflow: hidden;
    padding: 3rem;
    display: grid;
    position: relative;
    border-radius: 15px;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto 1fr;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    gap: 30px;
}

.teaching-history-util .pic-item-util {
    grid-row: 1 / span 2;
    grid-column: 2;
    height: 100%;
    border-radius: 15px;
    transform: scale(1) rotate(0deg);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 3;
    filter: contrast(1.1) brightness(1.05);
    position: relative;
}

.teaching-history-util .name {
    transform: translateX(0);
    position: relative;
    grid-row: 1;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    font-size: 33px;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 1;
    z-index: 4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.teaching-history-util .user-voices-util:hover .name::after {
    width: 120px;
}

.teaching-history-util .user-voices-util span:not(.name) {
    padding: 0.7rem 1.5rem;
    margin-top: 4rem;
    grid-column: 1;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    grid-row: 1;
    z-index: 3;
    font-weight: 600;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    color: rgb(117,128,140);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    font-size: 23px;
    background: rgba(0, 0, 0, 0.2);
    width: max-content;
}

.teaching-history-util .user-voices-util:hover .job-expertise-util {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}

.teaching-history-util .job-expertise-util::before {
    position: absolute;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmerEffect 5s ease-in-out infinite;
    width: 100%;
    background-size: 200% 200%;
    left: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    content: "";
}

.gratZone-util {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(184,194,204) 0%, rgb(117,128,140,0.5) 100%);
    perspective: 1000px;
}

.gratZone-util::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 70%;
    top: -10%;
    animation: floatGradient 15s ease-in-out infinite alternate;
    background: radial-gradient(ellipse at center, rgb(150,161,173,0.5) 0%, transparent 70%);
    z-index: 1;
    opacity: 0.7;
    transform: rotate(-15deg);
    right: -5%;
}

.gratZone-util .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.gratZone-util .creds-sect-util:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotateX(0deg) translateY(-5px);
}

.gratZone-util .creds-sect-util > div:first-child {
    margin-bottom: 2rem;
    transform: translateZ(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.gratZone-util .creds-sect-util > div:first-child::after {
    bottom: -15px;
    transform: skewX(-20deg);
    position: absolute;
    background: rgb(117,128,140);
    width: 70px;
    opacity: 0.2;
    content: "";
    height: 10px;
    right: 30px;
}

.gratZone-util h5 {
    position: relative;
    transform: translateX(0);
    line-height: 1.4;
    transition: transform 0.5s ease;
    color: #000000;
    margin: 0;
    font-size: 23px;
    padding-bottom: 1rem;
    font-weight: 700;
}

.gratZone-util .creds-sect-util:hover h5::after {
    width: 80px;
}

.gratZone-util .creds-sect-util:hover > div:last-child {
    transform: translateZ(25px);
}

.gratZone-util a {
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: transform 0.5s ease;
    position: relative;
}

.gratZone-util a:hover::before {
    transform: scaleX(1);
    opacity: 0.05;
}

.gratZone-util p {
    transition: transform 0.4s ease, color 0.3s ease;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 17px;
    transform: translateY(0);
    margin: 0;
    color: #000000;
    font-weight: 400;
}

header .top_plank .edu-headerbar-util div svg, header .top_plank .edu-headerbar-util div svg path {
    fill: #ffffff;
}

header .top_plank .edu-headerbar-util {
    line-height: 21px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0 10px 0;
    font-size: 16px;
}

.our-story-util {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(184,194,204);
    position: relative;
}

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

.our-story-util .creds-sect-util {
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    background-color: #ffffff;
    border-radius: 25px;
}

.our-story-util .pic-item-util {
    border-radius: 50%;
    margin-bottom: 25px;
    border: 5px solid #ffffff;
    height: 180px;
    width: 180px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.our-story-util .edu-philosophy-util {
    font-size: 18px;
    opacity: 0.8;
    color: #ffffff;
    font-weight: 400;
}

.our-story-util .learn-sessions-util {
    display: flex;
    color: #000000;
    font-weight: 600;
    align-items: center;
    font-size: 21px;
    margin-bottom: 20px;
}

.our-story-util h2 {
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 30px;
}

.our-story-util p {
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
}

.price-palette-util::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    right: 0;
}

.pricing-card-util {
    position: relative;
}

.price-palette-util h2::after {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(150,161,173), rgb(117,128,140));
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -15px;
    content: "";
}

.price-palette-util .deal-opts-util {
    display: grid;
    margin: 0;
    gap: 30px;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.price-palette-util .discount-plan-util {
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    transform: translateZ(0);
    display: block;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.price-palette-util .discount-plan-util:hover::before {
    opacity: 0.15;
}

.price-palette-util .plan-options-util {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.price-palette-util .plan-options-util h4 {
    transition: transform 0.3s ease;
    position: relative;
    color: #ffffff;
    transform: translateZ(20px);
    margin-top: 0;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(19px * 1.2);
}

.price-palette-util .discount-plan-util:hover .plan-options-util h4::after {
    transform: scaleX(1.5);
}

.price-palette-util .fee-plan-util {
    font-size: calc(19px * 1.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: auto;
    padding: 0.8rem 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, 
        rgb(150,161,173) 0%, 
        rgb(117,128,140) 100%);
    display: inline-block;
    color: #ffffff;
    align-self: flex-start;
    border-radius: 10px;
    transform: translateZ(15px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.secure-chamber-util h1 {
    margin-bottom: 30px;
    width: 100%;
    margin-top: 0;
    text-shadow: 0 0 10px rgb(150,161,173);
    padding-bottom: 15px;
    max-width: 800px;
    border-bottom: 2px solid rgb(117,128,140);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 41px;
    color: rgb(150,161,173);
    text-align: center;
}

.secure-chamber-util ul, .secure-chamber-util ol {
    padding-left: 0;
    border-bottom: 2px solid rgb(150,161,173);
    max-width: 800px;
    list-style: none;
    width: 100%;
    padding: 20px 0;
    margin: 30px 0;
    border-top: 2px solid rgb(150,161,173);
}

.secure-chamber-util ul li, .secure-chamber-util ol li {
    padding-left: 25px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    font-weight: 300;
}

.secure-chamber-util p, .secure-chamber-util span, .secure-chamber-util div {
    margin-bottom: 20px;
    font-size: 12px;
    max-width: 800px;
    line-height: 1.6;
    text-align: justify;
    color: #ffffff;
    width: 100%;
    text-shadow: 0 0 5px rgb(150,161,173,0.5);
    font-family: Arial, sans-serif;
}

.cookie-warning-message-util {
    position: fixed;
    background: rgb(184,194,204);
    z-index: 90;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(150,161,173);
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.privacy-ctrl-util svg {
    height: 60px;
    transition: fill 0.3s ease;
    fill: rgb(150,161,173);
    width: 60px;
}

.cookie-warning-message-util h5 {
    font-weight: 600;
    color: rgb(150,161,173);
    margin-bottom: 8px;
    font-size: 18px;
    font-family: Arial, sans-serif;
}

.cookie-protect-util:hover {
    box-shadow: 0 0 10px rgb(117,128,140,0.5);
    background: rgb(117,128,140);
}

#cookiesUsageAgreementBtn-util {
    background: rgb(150,161,173);
}

#disallow-cookies-collection-util {
    background: rgba(0, 0, 0, 0.5);
}

.cookie-warning-message-util p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(150,161,173);
}


#cookieWarningBanner-util {
    display: none;
}

.contact-box-util {
    position: relative;
    overflow: hidden;
    background: rgb(184,194,204);
    padding: 100px 0;
    z-index: 1;
}

.contact-box-util::after {
    opacity: 0.2;
    content: '';
    background-size: 100px 100px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    background: 
        linear-gradient(90deg, rgb(184,194,204) 6px, transparent 6px),
        linear-gradient(0deg, rgb(184,194,204) 6px, transparent 6px);
    width: 100%;
    height: 100%;
}

.contact-box-util .pic-item-util {
    top: 0;
    z-index: 0;
    height: 100%;
    opacity: 0.15;
    left: 0;
    width: 100%;
    filter: grayscale(0.7) hue-rotate(25deg);
    position: absolute;
}

.contact-box-util h3::before {
    height: 5px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    background: linear-gradient(90deg, rgb(150,161,173), rgb(117,128,140));
    width: 100px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    content: '';
}

.contact-box-util .inquiry-block-util {
    padding: 60px;
    transform: skew(-3deg);
    flex: 1 1 60%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: #ffffff;
    border-radius: 0;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.contact-box-util .inquiry-block-util #contact {
    transform: skew(3deg);
}

.contact-box-util .inquiry-block-util h3::before {
    transform: none;
    clip-path: none;
    height: 3px;
    width: 60px;
    left: 0;
}

.contact-box-util .inquiry-block-util input[type="text"]:focus,
.contact-box-util .inquiry-block-util textarea:focus {
    box-shadow: 8px 8px 0 rgb(150,161,173,0.5);
    background-color: rgba(0, 0, 0, 0.02);
    outline: none;
    transform: translate(-3px, -3px);
}

.contact-box-util .inquiry-block-util textarea {
    resize: vertical;
    height: 140px;
}

.contact-box-util .inquiry-block-util .contact-query-util {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.contact-box-util .inquiry-block-util .contact-query-util label {
    line-height: 1.5;
    position: relative;
    color: #000000;
    font-size: calc(16px - 2px);
    cursor: pointer;
    padding-left: 35px;
}

.contact-box-util .inquiry-block-util .contact-query-util input[type="checkbox"]:checked + label::before {
    background-color: rgb(150,161,173);
}

.contact-box-util .inquiry-block-util .contact-query-util a {
    font-weight: 600;
    color: rgb(150,161,173);
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-box-util .inquiry-block-util .contact-query-util a::after {
    position: absolute;
    transition: transform 0.3s ease;
    bottom: -2px;
    transform: scaleX(0);
    background-color: rgb(150,161,173);
    content: '';
    width: 100%;
    transform-origin: left;
    height: 2px;
    left: 0;
}

.contact-box-util .inquiry-block-util .inquiry-grid-util {
    position: relative;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #ffffff;
    border: none;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transition: all 0.3s ease;
    background: rgb(150,161,173);
    padding: 18px 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-box-util .connect-grid-util::before {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: '';
}

.contact-box-util .connect-grid-util h4::after {
    width: 60px;
    background: rgb(150,161,173);
    height: 3px;
    bottom: -15px;
    content: '';
    position: absolute;
    left: 0;
}

.contact-box-util .connect-grid-util .request-widget-util li {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-box-util .connect-grid-util .request-widget-util li svg path {
    fill: rgb(150,161,173);
}

.contact-box-util .connect-grid-util .request-widget-util li span {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}

.contact-box-util .connect-grid-util .request-widget-util li a:hover {
    color: rgb(150,161,173);
}

.course-beneficiaries-util::before {
    right: -5%;
    height: 600px;
    width: 600px;
    transform: rotate(-15deg);
    content: '';
    filter: blur(60px);
    animation: rotateBlob 20s infinite linear;
    background: linear-gradient(45deg, rgb(150,161,173,0.5), rgb(117,128,140,0.5));
    top: -10%;
    position: absolute;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    opacity: 0.6;
}

.course-beneficiaries-util h4 {
    margin-bottom: 70px;
    font-weight: 700;
    transform: translateZ(40px);
    font-size: 44px;
    padding-left: 35px;
    max-width: 700px;
    position: relative;
    color: #000000;
}

.course-beneficiaries-util h4::after {
    width: 120px;
    bottom: -15px;
    position: absolute;
    left: 30px;
    border-radius: 10px;
    background: rgb(117,128,140);
    height: 3px;
    content: '';
}

.course-beneficiaries-util p {
    color: #000000;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    align-items: flex-start;
    overflow: hidden;
    transform: translateZ(0);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    margin: 0;
    border-radius: 22px;
    line-height: 1.6;
    padding: 30px;
    position: relative;
}



.course-beneficiaries-util p {
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}

.course-beneficiaries-util p::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(150,161,173), rgb(117,128,140));
    left: 0;
    transition: transform 0.4s ease;
    content: '';
    height: 4px;
    transform-origin: left;
    width: 100%;
    transform: scaleX(0);
    bottom: 0;
}

.course-beneficiaries-util p:nth-child(3) {
    grid-column: 3 / span 6;
    z-index: 6;
    grid-row: 2;
}

.course-beneficiaries-util p:nth-child(3) {
    animation-delay: 0.5s;
}

.course-beneficiaries-util p:nth-child(5) {
    grid-column: 6 / span 7;
    z-index: 2;
    grid-row: 3;
}

.course-beneficiaries-util p:nth-child(5) {
    animation-delay: 0.9s;
}

.course-beneficiaries-util p:nth-child(7) {
    z-index: 1;
    grid-column: 8 / span 5;
    grid-row: 4;
}

.course-beneficiaries-util p:nth-child(7) {
    animation-delay: 1.3s;
}

.testimonial-util::before {
    height: 250px;
    bottom: 0;
    left: 0;
    content: '';
    z-index: 0;
    opacity: 0.05;
    background: linear-gradient(180deg, transparent 0%, rgb(150,161,173,0.5) 100%);
    right: 0;
    position: absolute;
}

.testimonial-util .contact-section-util {
    border-bottom: 1px solid rgb(117,128,140,0.5);
    gap: 1.5rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-bottom: 2.5rem;
}

.testimonial-util .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}

.testimonial-util .info_item p,
.testimonial-util .info_item a {
    color: #000000;
    gap: 0.75rem;
    display: flex;
    text-decoration: none;
    align-items: center;
    font-weight: 400;
    transition: color 0.3s ease;
    font-size: 13px;
}

.testimonial-util .head-class-util {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}

.testimonial-util .head-class-util svg:hover {
    opacity: 0.8;
}

.testimonial-util .fund-cta-util {
    opacity: 0.8;
    font-size: 13px;
    line-height: 1.6;
    max-width: 300px;
    color: #000000;
}

.testimonial-util .nav-expert-util {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.testimonial-util .nav-expert-util a {
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding-left: 0;
    position: relative;
    color: #000000;
}

.testimonial-util .nav-expert-util a:hover {
    padding-left: 12px;
    color: rgb(150,161,173);
}

.testimonial-util .subscribe_holder {
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 13px;
    padding: 2rem;
    gap: 1.5rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    display: flex;
}

.testimonial-util .input_holder {
    gap: 0.5rem;
    position: relative;
    display: flex;
}

.testimonial-util .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(150,161,173,0.5);
    outline: none;
    border-color: rgb(150,161,173);
}

.testimonial-util .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.testimonial-util .mail-section-util:hover {
    background-color: rgb(117,128,140);
    transform: translateY(-2px);
}

.testimonial-util .mod-tools-util {
    padding-top: 1.5rem;
    text-align: center;
    border-top: 1px solid rgb(117,128,140,0.5);
    margin-top: 3rem;
}

.testimonial-util .encrypt-cta-util {
    color: #000000;
    opacity: 0.8;
    font-size: 13px;
}

.testimonial-util .nav-expert-util:first-child::after {
    left: 0;
    width: 30px;
    bottom: -0.75rem;
    height: 1px;
    position: absolute;
    content: '';
    background-color: rgb(117,128,140,0.5);
}


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



@media (max-width: 991px) {.program-overview-util {
    flex-direction: column;
    min-height: auto;
    display: flex;
}.program-overview-util .learn-map-util {
    width: 100%;
    height: 400px;
}.program-overview-util .learn-map-util::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.program-overview-util .container {
    padding: 3rem 1rem;
    position: relative;
}.program-overview-util .creds-sect-util {
    width: 100%;
    margin-right: 0;
}.program-overview-util .study-path-util {
    max-width: 100%;
}
}



@media (min-width: 992px) {.edu-lead-util {
    gap: 5rem;
}.homepage-util h3 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-size: calc(19px * 1.1);
    padding: 2.5rem 3rem;
}.homepage-util .founders-team-util {
    padding: 3.5rem;
    transform: perspective(1200px) rotateX(3deg);
}.homepage-util h1 {
    font-size: calc(45px * 1.2);
}.homepage-util .founders-team-util > div {
    min-height: 280px;
}.homepage-util p {
    padding: 2rem;
    font-size: calc(18px * 1.2);
}
}



@media (max-width: 767px) {.homepage-util {
    padding: 4rem 0;
}.edu-lead-util {
    gap: 2.5rem;
}.homepage-util h3 {
    padding: 1.25rem 1.5rem;
}.homepage-util .founders-team-util {
    padding: 1.5rem;
}.homepage-util h1 {
    font-size: calc(34px * 1.1);
    margin-bottom: 1.5rem;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .top-learning-util {
    padding: 0.8rem 1.2rem;
}header .head-class-util {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .header-pro-util img {
    max-height: 35px;
}header .nav-base-util {
    scrollbar-width: thin;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
}header .nav-base-util::-webkit-scrollbar {
    height: 3px;
}header .nav-base-util::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .nav-learn-util {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .nav-learn-util a {
    padding: 0.5rem 0.8rem;
    font-size: calc(16px - 2px);
    white-space: nowrap;
}header .nav-learn-util::after {
    display: none;
}header .head-class-util::after {
    display: none;
}
}



@media screen and (max-width: 768px) {.explore-now-util {
    padding: 90px 0;
}.explore-now-util .creds-sect-util {
    transform: none;
    padding: 50px 30px;
}.explore-now-util h3 {
    margin-bottom: 45px;
    letter-spacing: 2px;
    font-size: calc(28px * 0.8);
}.explore-now-util h3::before {
    bottom: -15px;
    height: 3px;
    width: 45px;
}.explore-now-util .chat-form-util {
    transform: none;
    letter-spacing: 1.5px;
    padding: 14px 40px;
    font-size: calc(17px * 0.9);
}.explore-now-util .chat-form-util:hover {
    transform: translateY(-5px);
}
}



@media (min-width: 768px) {.learning-profits-util .container {
    flex-direction: row;
    align-items: center;
    gap: 30px;
}.learning-profits-util .pic-item-util {
    width: 45%;
    height: 450px;
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
}.learning-profits-util .creds-sect-util {
    margin-top: 0;
    padding: 0;
    width: 55%;
}.learning-profits-util .text-article-util {
    padding: 50px;
}.learning-profits-util h1 {
    font-size: 43px;
}.learning-profits-util ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
}



@media (hover: none) {.learning-profits-util .pic-item-util {
    transform: none;
}.learning-profits-util li:hover svg {
    transform: none;
}}



@media (max-width: 992px) {.teaching-history-util .user-voices-util {
    grid-template-rows: auto auto auto;
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 2rem;
}.teaching-history-util .pic-item-util {
    height: 350px;
    grid-row: 1;
    grid-column: 1;
}.teaching-history-util .name {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
}.teaching-history-util .user-voices-util span:not(.name) {
    grid-column: 1;
    margin-top: 3.5rem;
    grid-row: 2;
}.teaching-history-util .job-expertise-util {
    grid-column: 1;
    grid-row: 3;
}.teaching-history-util .user-voices-util:hover .name,
    .teaching-history-util .user-voices-util:hover span:not(.name) {
    transform: translateY(-5px);
}
}



@media screen and (min-width: 992px) {.gratZone-util {
    padding: 10rem 0;
}.gratZone-util .creds-sect-util {
    align-items: center;
    gap: 3rem;
    max-width: 80%;
    grid-template-columns: 1fr 1fr;
    display: grid;
    padding: 5rem;
}.gratZone-util .creds-sect-util > div:first-child {
    margin-bottom: 0;
}.gratZone-util h5 {
    font-size: calc(23px * 1.3);
}.gratZone-util h5::after {
    width: 0;
}.gratZone-util .creds-sect-util:hover h5::after {
    width: 120px;
}
}



@media (max-width: 992px) {.our-story-util {
    padding: 70px 0;
}.our-story-util .creds-sect-util {
    flex-direction: column;
}.our-story-util .master-classes-util {
    padding: 40px 20px;
    width: 100%;
    flex: 0 0 100%;
}.our-story-util .text-article-util {
    width: 100%;
    padding: 40px 20px;
    flex: 0 0 100%;
}
}



@media (max-width: 768px) {.our-story-util {
    padding: 50px 0;
}.our-story-util .pic-item-util {
    height: 150px;
    width: 150px;
}.our-story-util h2 {
    font-size: calc(30px - 0.2rem);
}
}



@media (max-width: 1200px) {.price-palette-util {
    padding: 100px 0;
}.price-palette-util .deal-opts-util {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 992px) {.price-palette-util {
    padding: 80px 0;
}.price-palette-util .payment-pricing-util {
    padding: 2rem 1.5rem;
}.price-palette-util .plan-options-util h4 {
    font-size: calc(19px * 1.1);
}.price-palette-util .fee-plan-util {
    padding: 0.7rem 1.2rem;
    font-size: calc(19px * 1.1);
}
}



@media (max-width: 576px) {.price-palette-util {
    padding: 50px 0;
}.price-palette-util h2 {
    font-size: calc(35px * 0.8);
}.price-palette-util .payment-pricing-util {
    padding: 1.5rem 1.2rem;
}.price-palette-util .plan-options-util h4 {
    margin-bottom: 1.2rem;
    font-size: 19px;
}.price-palette-util .fee-plan-util {
    font-size: 19px;
    padding: 0.6rem 1rem;
}.price-palette-util .discount-plan-util:hover {
    transform: translateY(-5px);
}}


@media only screen and (max-width: 1200px) {.track-prefs-util {
    align-items: center;
    flex-direction: column;
}.privacy-ctrl-util {
    margin-bottom: 15px;
}.cookie-all-util {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.cookie-protect-util {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 200px;
}
}



@media (max-width: 992px) {.contact-box-util {
    padding: 70px 0;
}.contact-box-util .query-inquiry-util {
    flex-direction: column;
}.contact-box-util .inquiry-block-util {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    flex: 1 1 100%;
    padding: 40px;
}.contact-box-util .connect-grid-util {
    padding: 40px;
    flex: 1 1 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    margin-top: -20px;
    margin-left: 0;
}
}



@media (max-width: 576px) {.contact-box-util {
    padding: 40px 0;
}.contact-box-util .inquiry-block-util,
    .contact-box-util .connect-grid-util {
    transform: skew(0);
    box-shadow: none;
    padding: 30px 20px;
    clip-path: none;
}.contact-box-util .inquiry-block-util #contact {
    transform: skew(0);
}.contact-box-util .inquiry-block-util::before,
    .contact-box-util .connect-grid-util::after {
    clip-path: none;
}.contact-box-util .connect-grid-util {
    margin-top: 0;
}.contact-box-util h3 {
    transform: skew(0);
    font-size: calc(34px - 6px);
}.contact-box-util .inquiry-block-util .contact-query-util label {
    font-size: calc(16px - 3px);
}.contact-box-util .inquiry-block-util .inquiry-grid-util {
    clip-path: none;
}}



@media screen and (max-width: 992px) {.course-beneficiaries-util {
    padding: 90px 0 80px;
}.course-beneficiaries-util h4 {
    font-size: calc(44px * 0.85);
    margin-bottom: 60px;
}.course-beneficiaries-util div > div {
    gap: 20px;
    grid-template-columns: repeat(8, 1fr);
}.course-beneficiaries-util p {
    padding: 25px;
}.course-beneficiaries-util p:nth-child(1) {
    grid-column: 1 / span 4;
}.course-beneficiaries-util p:nth-child(2) {
    grid-column: 5 / span 4;
}.course-beneficiaries-util p:nth-child(3) {
    grid-column: 2 / span 6;
}.course-beneficiaries-util p:nth-child(4) {
    grid-column: 1 / span 3;
}.course-beneficiaries-util p:nth-child(5) {
    grid-column: 4 / span 5;
}.course-beneficiaries-util p:nth-child(6) {
    grid-column: 2 / span 6;
}.course-beneficiaries-util p:nth-child(7) {
    grid-column: 1 / span 4;
}.course-beneficiaries-util p:nth-child(8) {
    grid-column: 5 / span 4;
}
}



@media (max-width: 768px) {.testimonial-util {
    padding: 3.5rem 0 1.5rem;
}.testimonial-util .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.testimonial-util .subscribe_holder {
    grid-column: auto;
}.testimonial-util .contact-section-util {
    grid-template-columns: 1fr 1fr;
}.testimonial-util .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}


    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }



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



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



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



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



@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, -30px);
    }
}



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



@keyframes floatGradient {
    0% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(-15deg);
    }
}

@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

