header,footer {
    width: 100%;
}

header {
    transition: all 0.4s ease;
    border-bottom: 1px solid rgb(172,192,191,0.5);
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    backdrop-filter: blur(10px);
    z-index: 1000;
    top: 0;
    background: linear-gradient(180deg, 
        rgb(172,192,191) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
}


.developer-experience-61382 {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(207,220,219) 0%, rgba(255,255,255,0.95) 100%);
}

.developer-experience-61382::after {
    content: "";
    transform: rotate(-15deg);
    z-index: 0;
    width: 100%;
    opacity: 0.15;
    bottom: -20%;
    right: -20%;
    background: linear-gradient(135deg, rgb(137,148,146,0.5) 0%, transparent 80%);
    position: absolute;
    height: 60%;
}

.developer-experience-61382 .opinion-spot-05267 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    border-radius: 10px;
    grid-gap: 2rem;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    background: #ffffff;
    padding: 2.5rem;
    display: grid;
    transform-style: preserve-3d;
    border: 1px solid rgba(0,0,0,0.05);
    grid-template-columns: 1fr;
    position: relative;
}

.developer-experience-61382 .img-effect-91836 {
    transform: translateZ(30px);
    position: relative;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
}

.developer-experience-61382 .img-effect-91836::after {
    content: "";
    border-radius: 50%;
    z-index: 1;
    inset: 0;
    position: absolute;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
}

.developer-experience-61382 .opinion-spot-05267 > div:nth-child(2) {
    transform: translateZ(20px);
    text-align: center;
    position: relative;
}

.developer-experience-61382 .name::after {
    transform: translateZ(5px);
    background: rgb(172,192,191);
    width: 40%;
    bottom: -8px;
    position: absolute;
    height: 3px;
    left: 30%;
    content: "";
}

.developer-experience-61382 .opinion-spot-05267 > div:nth-child(3) {
    transform: translateZ(10px);
    position: relative;
}

.developer-experience-61382 .work-summary-51027::before {
    background: linear-gradient(
    to bottom,
    rgb(172,192,191) 0%,
    rgb(137,148,146) 100%
  );
    bottom: 0;
    left: 0;
    width: 3px;
    top: 0;
    border-radius: 3px;
    position: absolute;
    content: "";
}

.developer-experience-61382 .opinion-spot-05267:hover .img-effect-91836 {
    transform: translateZ(40px) scale(1.05);
}

.our-mission-93785::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    animation: gradientFlow 25s infinite alternate;
    top: 0;
    background: linear-gradient(125deg, rgb(172,192,191,0.5) 0%, transparent 40%, rgb(137,148,146,0.5) 80%, rgb(172,192,191,0.5) 100%);
    width: 100%;
    opacity: 0.15;
    z-index: 1;
}



.our-mission-93785 .container {
    position: relative;
    z-index: 2;
}

.our-mission-93785 .path-edu-50634 {
    max-width: 100vw;
    position: relative;
}

.our-mission-93785 .digital-education-93120 {
    grid-template-columns: 1.6fr 1.4fr;
    margin-left: -15%;
    padding-top: 20px;
    display: grid;
    margin-bottom: 100px;
    position: relative;
    gap: 20px;
    width: 115%;
}

.our-mission-93785 .digital-education-93120 span {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    top: -15px;
    position: absolute;
    right: 10%;
    z-index: 10;
    border-radius: 0 10px 10px 0;
    transform: skewX(-15deg);
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    background: rgb(172,192,191);
}

.our-mission-93785 .digital-education-93120 .img-effect-91836 {
    grid-row: 1 / 2;
    height: 500px;
    overflow: hidden;
    border-radius: 0 13px 13px 0;
    z-index: 3;
    grid-column: 1 / 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.our-mission-93785 .digital-education-93120 .img-effect-91836::before {
    left: 0;
    position: absolute;
    z-index: 2;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
}

.our-mission-93785 .story-visual-36947::before {
    width: 40%;
    left: 30%;
    position: absolute;
    top: -50px;
    background: linear-gradient(to right, rgb(172,192,191,0.5), rgb(137,148,146,0.5), transparent);
    height: 1px;
    content: "";
}

.our-mission-93785 .story-visual-36947::before {
    right: 20%;
    bottom: -20px;
}

.our-mission-93785 .story-visual-36947 .skill-philo-07354 {
    grid-column: 2 / 3;
    overflow: hidden;
    grid-row: 1 / 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    height: 500px;
    border-radius: 13px 0 0 13px;
    z-index: 3;
    position: relative;
}

.our-mission-93785 .digital-education-93120::after,
.our-mission-93785 .story-visual-36947::after {
    width: 200px;
    border-radius: 50%;
    animation: pulseOpacity 8s infinite alternate;
    content: "";
    z-index: 1;
    height: 200px;
    filter: blur(80px);
    opacity: 0.15;
    position: absolute;
}



.our-mission-93785 .digital-education-93120::after {
    right: 10%;
    background: rgb(172,192,191);
    bottom: -100px;
}

.our-mission-93785 .path-edu-50634::before,
.our-mission-93785 .path-edu-50634::after {
    width: 80%;
    animation: horizontalLine 15s infinite alternate;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(172,192,191,0.5) 50%, transparent);
    content: "";
}



.our-mission-93785 .path-edu-50634::before {
    left: 10%;
    top: 15%;
}

.title-screen-93246 {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(207,220,219) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}

.title-screen-93246::after {
    bottom: -10%;
    filter: blur(60px);
    position: absolute;
    width: 35%;
    content: "";
    left: -5%;
    height: 60%;
    background: linear-gradient(225deg, rgb(137,148,146,0.5) 0%, rgb(172,192,191,0.5) 100%);
    z-index: 1;
    animation: pulse 12s infinite alternate-reverse ease-in-out;
}

.title-screen-93246 h1 {
    transform: translateY(30px);
    opacity: 0;
    font-weight: 700;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    line-height: 1.2;
    font-size: 44px;
    color: #000000;
    margin-bottom: 1.5rem;
}

.title-screen-93246 .page-intro-02394 {
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.9);
}

.title-screen-93246 svg path {
    transition: fill 0.5s ease;
    fill: rgb(172,192,191);
}

.title-screen-93246 svg:hover path {
    fill: rgb(137,148,146);
    filter: drop-shadow(0 0 8px rgba(94,170,168,0.4));
}

.title-screen-93246 .support-support-70412 {
    border-radius: 10px;
    font-size: 17px;
    position: relative;
    background: linear-gradient(135deg, rgb(172,192,191) 0%, rgb(137,148,146) 100%);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
    margin-top: 1rem;
    display: inline-block;
    padding: 1rem 2.5rem;
    transform: translateZ(0);
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
}

.title-screen-93246 .support-support-70412:active {
    box-shadow: 0 5px 10px rgba(94,170,168,0.2);
    transform: translateY(0) scale(0.98);
}

.title-screen-93246 .img-effect-91836::before {
    z-index: 1;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), rgba(0,0,0,0.4));
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    transition: opacity 0.5s ease;
}

.study-method-32451::before {
    position: absolute;
    top: 0;
    mix-blend-mode: overlay;
    z-index: -1;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(172,192,191,0.5) 0%, transparent 50%);
}

.study-method-32451:hover::after {
    transform: rotate(-5deg) skew(10deg) translateY(-10px);
}

.study-method-32451 .path-edu-50634 {
    max-width: 1200px;
    padding: 2rem;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    z-index: 1;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
}

.study-method-32451 .path-edu-50634:hover::before {
    transform: scaleY(1.05) scaleX(1.5);
}

.study-method-32451 h2::after {
    width: 80%;
    content: "";
    transform: scaleX(0.9);
    left: 0;
    transition: transform 0.5s ease-out;
    transform-origin: left;
    bottom: -10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(172,192,191), transparent);
    position: absolute;
}

.study-method-32451 .legend-holder-70564 {
    margin-top: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    border-left: 1px solid rgb(172,192,191,0.5);
    position: relative;
    padding: 1.5rem;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
}

.study-method-32451 .legend-holder-70564:hover::before {
    transform: translate(2%, -2%) scale(1.1);
}

.study-method-32451 .legend-holder-70564:hover p {
    color: #000000;
}

header:before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(172,192,191,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(137,148,146,0.5) 0%, transparent 25%);
    pointer-events: none;
    opacity: 0.1;
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

header .container {
    padding: 18px 25px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

header .container:before {
    height: 100%;
    pointer-events: none;
    mix-blend-mode: overlay;
    position: absolute;
    content: '';
    opacity: 0.5;
    width: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
}

header .header-wrap-24908:before {
    height: 20px;
    background: rgb(172,192,191);
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    content: '';
    left: -10px;
    animation: breathe 5s infinite alternate;
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    filter: blur(15px);
}

header .header-base-37064 {
    align-items: center;
    display: flex;
    gap: 30px;
    position: relative;
}

header .header-guide-43609 {
    text-shadow: 0 0 1px #ffffff;
    padding: 8px 2px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

header .header-guide-43609:after {
    width: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    height: 2px;
    content: '';
    transform: translateX(-50%);
    bottom: -2px;
    filter: blur(0.5px);
    left: 50%;
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(172,192,191),
        #ffffff 50%,
        rgb(172,192,191)
    );
}

header .header-guide-43609:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}

header .header-guide-43609:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(172,192,191),
        0 0 10px rgb(172,192,191);
}

header .top-navbar-62841:before {
    width: 150%;
    left: 50%;
    transition: opacity 0.5s ease;
    opacity: 0;
    height: 150%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: radial-gradient(circle, 
        rgb(172,192,191,0.5) 0%, 
        transparent 70%
    );
    top: 50%;
    content: '';
}

header .top-navbar-62841:hover:before {
    opacity: 0.3;
}

header .top-navbar-62841:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}

header .top-navbar-62841:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(172,192,191));
}

header .top-navbar-62841:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

.program-overview-46835::before {
    background: linear-gradient(45deg, rgb(172,192,191,0.5) 0%, rgb(137,148,146,0.5) 100%);
    animation: float 15s infinite alternate ease-in-out;
    right: -100px;
    content: "";
    opacity: 0.3;
    position: absolute;
    border-radius: 50%;
    height: 300px;
    filter: blur(40px);
    transform: translateZ(0);
    top: -100px;
    width: 300px;
}

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

.program-overview-46835 .img-effect-91836 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    height: 350px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
}

.program-overview-46835 .img-effect-91836::after {
    left: -50%;
    pointer-events: none;
    width: 200%;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    position: absolute;
    transform: rotate(25deg);
    height: 200%;
    top: -50%;
    animation: shimmer 5s infinite linear;
}

.program-overview-46835 .legend-holder-70564:hover::before {
    transform: scaleY(1);
}

.program-overview-46835 h3 {
    font-family: Arial, sans-serif;
    margin-bottom: 24px;
    color: #000000;
    font-weight: 700;
    transform: translateX(0);
    position: relative;
    z-index: 1;
    font-size: calc(24px + 0.2rem);
    transition: transform 0.4s ease;
}

.program-overview-46835 .legend-holder-70564:hover h3 {
    transform: translateX(10px);
}

.program-overview-46835 .legend-holder-70564:hover h3::after {
    left: -5px;
    opacity: 1;
}

.program-overview-46835 .description {
    line-height: 1.7;
    position: relative;
    color: #000000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}

.program-overview-46835 span.description {
    display: none;
}

.deal-plan-65381::before {
    top: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    z-index: 1;
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.deal-plan-65381 h2 {
    position: relative;
    margin-bottom: 25px;
    color: #ffffff;
    animation: titleFadeIn 0.8s ease-out forwards;
    font-weight: 700;
    font-size: 34px;
    transform: translateY(0);
    text-align: center;
}

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

.deal-plan-65381 .package-deals-70468:hover {
    transform: translateY(-10px) scale(1.02);
}

.deal-plan-65381 .fee-deals-35890 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    position: relative;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    transition: all 0.4s ease;
}

.deal-plan-65381 .package-deals-70468:hover .fee-deals-35890::before {
    transform: scaleX(1);
}

.deal-plan-65381 .fee-package-94267 {
    padding: 35px 30px;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}

.deal-plan-65381 .package-deals-70468:hover .fee-package-94267 h4 {
    color: rgb(172,192,191);
}

.deal-plan-65381 .fee-package-94267 h4::after {
    transition: width 0.4s ease;
    width: 40px;
    height: 3px;
    left: 0;
    background: rgb(172,192,191);
    content: "";
    position: absolute;
    bottom: 0;
}

.deal-plan-65381 .access-cost-95067 {
    padding: 12px 25px;
    border-radius: 50px;
    color: #000000;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    overflow: hidden;
    align-self: flex-start;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(18px * 1.4);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.deal-plan-65381 .access-cost-95067::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: left 0.7s ease;
    width: 100%;
}

.secure-pantry-49580:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.secure-pantry-49580 h1,
.secure-pantry-49580 h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0;
}

.secure-pantry-49580 h1 {
    color: rgb(172,192,191);
    border-bottom: 3px solid rgb(172,192,191);
    font-weight: 700;
    font-size: 44px;
    padding-bottom: 10px;
}

.secure-pantry-49580 ul li:last-child {
    border-bottom: none;
}

.secure-pantry-49580 p {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    margin: 20px 0;
    font-weight: 300;
}

footer .fund-cta-13926 {
    background: linear-gradient(135deg, rgb(172,192,191), rgb(137,148,146));
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 120px 0 30px;
}

footer .fund-cta-13926::after {
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    left: 0;
    content: "";
    height: 50px;
    background: #ffffff;
    bottom: 0;
    width: 100%;
    opacity: 0.15;
}

footer .info_item {
    max-width: 300px;
    height: 80px;
    position: relative;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    display: flex;
    backdrop-filter: blur(5px);
    overflow: hidden;
    padding: 0 25px;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
}

footer .info_item svg {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    fill: #ffffff;
    margin-right: 15px;
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
}

footer .site-top-80495 {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    flex: 1 1 100%;
}

footer .footer-classes-93542 {
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 500px;
}

footer .header-base-37064::before,footer .subscribe_holder::before {
    left: -100%;
    background: #ffffff;
    animation: waveAnimation 20s linear infinite;
    content: "";
    z-index: -1;
    opacity: 0.1;
    width: 300%;
    position: absolute;
    top: 0;
    height: 100%;
}

footer .header-base-37064 h5::after, footer .subscribe_holder h5::after {
    background: linear-gradient(90deg, #ffffff, transparent);
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
}

footer .first-expert-24563 a::before {
    position: absolute;
    transition: left 0.3s ease;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: "";
    width: 100%;
    bottom: 0;
    left: -100%;
}

footer .first-expert-24563 a:hover {
    background-color: rgb(137,148,146,0.5);
    transform: translateY(-3px);
}

footer .input_holder {
    position: relative;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    outline: none;
    background-color: rgb(172,192,191,0.5);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .join-wrap-37892::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    height: 100%;
    content: "";
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    position: absolute;
}

footer .join-wrap-37892:hover::after {
    left: 100%;
}

footer .fellow-prog-08571 {
    margin-top: 60px;
    text-align: center;
    position: relative;
}

footer .linkedin-ref-18209::before,
footer .linkedin-ref-18209::after {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 20px;
    position: absolute;
    content: "";
    top: 50%;
}

footer .linkedin-ref-18209::before {
    left: 0;
}

.future-members-98376::before {
    opacity: 0.1;
    animation: float-slow 20s ease-in-out infinite alternate;
    position: absolute;
    background: rgb(172,192,191,0.5);
    border-radius: 100px;
    transform: rotate(30deg);
    top: -50%;
    height: 200%;
    filter: blur(60px);
    content: "";
    right: -20%;
    width: 80%;
}



.future-members-98376 .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.future-members-98376 h4 {
    padding: 0;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    font-size: 34px;
    position: relative;
    margin: 0;
}

.future-members-98376 h4::after {
    background: rgb(172,192,191,0.5);
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 120px;
    bottom: -20px;
    border-radius: 10px;
}

.future-members-98376 div p {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
    margin: 0;
    backdrop-filter: blur(10px);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    font-size: 12px;
    transition: all 0.3s ease;
    display: flex;
    z-index: 1;
    line-height: 1.6;
    color: #000000;
    align-items: center;
}

.future-members-98376 div p:hover::before {
    width: 8px;
}

.future-members-98376 div p svg {
    z-index: 2;
    margin-right: 20px;
    height: 28px;
    position: relative;
    transition: all 0.3s ease;
    min-width: 28px;
    width: 28px;
}

.future-members-98376 div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,192,191);
}

.contact-information-27341 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.contact-information-27341::after {
    width: 100%;
    z-index: 2;
    left: 0;
    content: '';
    top: 0;
    background: linear-gradient(135deg, rgb(172,192,191,0.5) 0%, transparent 50%, rgb(137,148,146,0.5) 100%);
    animation: gradientShift 15s ease infinite;
    position: absolute;
    height: 100%;
}

.contact-information-27341 .inquiry-inquiry-52693::before {
    animation: rotate 30s linear infinite;
    top: -50%;
    content: '';
    height: 200%;
    background: radial-gradient(circle, rgb(172,192,191,0.5) 0%, transparent 30%);
    pointer-events: none;
    opacity: 0.1;
    left: -50%;
    position: absolute;
    width: 200%;
}

.contact-information-27341 .query-inquiry-38195::after {
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 100px;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
    content: '';
    height: 100%;
}

.contact-information-27341 .query-inquiry-38195 h3::after {
    position: absolute;
    height: 3px;
    background: #ffffff;
    left: 0;
    bottom: 0;
    width: 80px;
    border-radius: 10px;
    content: '';
}

.contact-information-27341 .query-inquiry-38195 div:hover {
    transform: translateX(10px);
}

.contact-information-27341 .query-inquiry-38195 div::before {
    position: absolute;
    background: #ffffff;
    border-radius: 10px;
    width: 5px;
    content: '';
    top: 50%;
    transition: height 0.3s ease, top 0.3s ease;
    left: 0;
    height: 0;
}

.contact-information-27341 .query-inquiry-38195 div:hover svg path {
    fill: rgb(137,148,146);
}

.contact-information-27341 .query-inquiry-38195 span a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

.contact-information-27341 .reach-info-04597 {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 50px;
    flex: 1.2;
}



.contact-information-27341 .reach-info-04597 h3 {
    font-weight: 600;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 40px;
}

.contact-information-27341 .reach-info-04597 h3::after {
    transform: translateX(-50%);
    border-radius: 10px;
    height: 2px;
    background: rgb(137,148,146);
    bottom: -15px;
    content: '';
    position: absolute;
    width: 50px;
    left: 50%;
}

.contact-information-27341 .reach-info-04597 input[type="text"]:focus,
.contact-information-27341 .reach-info-04597 input[type="email"]:focus {
    border-color: rgb(137,148,146);
    box-shadow: 0 0 0 2px rgb(137,148,146,0.5);
    outline: none;
}

.contact-information-27341 .reach-info-04597 input[type="text"]::placeholder,
.contact-information-27341 .reach-info-04597 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-information-27341 .reach-info-04597 .help-support-30972 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-information-27341 .reach-info-04597 .help-support-30972 label::before {
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 18px;
    border-radius: 10px;
    content: '';
    width: 18px;
    position: absolute;
    transition: all 0.3s ease;
    top: 2px;
    background: rgba(255, 255, 255, 0.05);
}

.contact-information-27341 .reach-info-04597 .help-support-30972 input[type="checkbox"]:checked + label::before {
    border-color: rgb(137,148,146);
    background: rgb(137,148,146,0.5);
}

.contact-information-27341 .reach-info-04597 .help-support-30972 label a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(137,148,146);
}

.contact-information-27341 .reach-info-04597 .support-support-70412 {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    overflow: hidden;
    z-index: 1;
    padding: 15px 30px;
    font-weight: 600;
    position: relative;
    background: linear-gradient(90deg, rgb(172,192,191) 0%, rgb(137,148,146) 100%);
    border-radius: 28px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}

.contact-information-27341 .reach-info-04597 .support-support-70412:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

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

.tyWrap-13407 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    width: 90%;
    position: relative;
}

.tyWrap-13407 .path-edu-50634::before {
    border-radius: 50%;
    content: "";
    width: 200px;
    z-index: -1;
    right: -10%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(172,192,191,0.5) 0%, 
        transparent 70%);
    height: 200px;
    animation: float 8s infinite ease-in-out;
    filter: blur(20px);
    top: -10%;
    opacity: 0.7;
}

.tyWrap-13407 .path-edu-50634:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
    transform: perspective(1000px) rotateX(0deg);
}

.tyWrap-13407 .path-edu-50634 > div:last-child {
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
    position: relative;
    transform: translateY(0);
    opacity: 1;
}

.tyWrap-13407 h5::after {
    transform-origin: left;
    bottom: -10px;
    width: 60%;
    background: linear-gradient(90deg, rgb(137,148,146), transparent);
    transform: scaleX(0);
    position: absolute;
    border-radius: 2px;
    content: "";
    left: 0;
    height: 3px;
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(172,192,191);
}

header .top_plank .top-control-54870 div svg, header .top_plank .top-control-54870 div svg path {
    fill: #ffffff;
}

header .top_plank .top-control-54870 {
    width: 100%;
    padding: 15px 0 10px 0;
    line-height: 21px;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-notice-message-67280 {
    z-index: 90;
    bottom: 0;
    width: 100%;
    border-top: 2px solid rgb(172,192,191);
    position: fixed;
    background: rgb(207,220,219);
}

.cookie-notice-message-67280 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.track-edu-47295 {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie-confirm-61045 {
    color: rgb(172,192,191);
    text-decoration: none;
    text-align: center;
    border-bottom: 2px solid rgb(172,192,191);
    cursor: pointer;
    flex-shrink: 0;
    line-height: 35px;
    font-size: 24px;
    white-space: nowrap;
    min-width: 120px;
    margin-left: 10px;
}


.wrapper-section-43751 .cookies-overview-85239 {
    justify-content: flex-end;
}

.wrapper-section-43751 .cookie-overlay-08246 {
    text-align: right;
}

.program-overview-46835 p.description::-webkit-scrollbar {
    width: 5px;
}

.program-overview-46835 p.description::-webkit-scrollbar-track {
    background: rgb(207,220,219);
    border-radius: 10px;
}

.program-overview-46835 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(172,192,191,0.5);
}



@media (min-width: 992px) {.developer-experience-61382 .opinion-spot-05267 {
    grid-template-columns: 250px 1fr;
    grid-gap: 3rem;
    padding: 3.5rem 4rem;
}.developer-experience-61382 .img-effect-91836 {
    height: 220px;
    width: 220px;
}.developer-experience-61382 .name {
    font-size: calc(23px * 1.1);
}.developer-experience-61382 .opinion-spot-05267 > div:nth-child(2) > div {
    font-size: 15px;
}.developer-experience-61382 .work-summary-51027 {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}



@media (min-width: 1200px) {.developer-experience-61382 .container {
    padding: 0 2rem;
}.developer-experience-61382 .opinion-spot-05267 {
    padding: 4rem 5rem;
    grid-template-columns: 280px 1fr;
}.developer-experience-61382 .img-effect-91836 {
    height: 240px;
    width: 240px;
}
}



@media screen and (max-width: 1199px) {.our-mission-93785 {
    padding: 120px 0 100px;
}.our-mission-93785 h3 {
    font-size: calc(34px - 0.2rem);
}.our-mission-93785 .digital-education-93120,
    .our-mission-93785 .story-visual-36947 {
    width: 110%;
}.our-mission-93785 .digital-education-93120 {
    margin-left: -10%;
}.our-mission-93785 .story-visual-36947 {
    margin-right: -10%;
}.our-mission-93785 .digital-education-93120 .img-effect-91836,
    .our-mission-93785 .story-visual-36947 .skill-philo-07354 {
    height: 450px;
}.our-mission-93785 .digital-education-93120 p,
    .our-mission-93785 .story-visual-36947 p {
    padding: 30px;
}
}



@media screen and (max-width: 767px) {.our-mission-93785 {
    padding: 80px 0 60px;
}.our-mission-93785 h3 {
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: calc(34px - 0.6rem);
}.our-mission-93785 .digital-education-93120 {
    margin-bottom: 60px;
}.our-mission-93785 .digital-education-93120 span {
    font-size: calc(19px - 0.3rem);
    padding: 8px 20px;
}.our-mission-93785 .digital-education-93120 .img-effect-91836,
    .our-mission-93785 .story-visual-36947 .skill-philo-07354 {
    height: 350px;
}.our-mission-93785 .digital-education-93120 p,
    .our-mission-93785 .story-visual-36947 p {
    font-size: calc(14px - 0.1rem);
    padding: 25px;
}.our-mission-93785::after {
    filter: blur(30px);
}.our-mission-93785 .digital-education-93120::after,
    .our-mission-93785 .story-visual-36947::after {
    width: 100px;
    height: 100px;
    filter: blur(50px);
}
}



@media screen and (max-width: 575px) {.our-mission-93785 {
    padding: 60px 0 40px;
}.our-mission-93785 h3 {
    border-left-width: 3px;
    font-size: calc(34px - 0.8rem);
    padding-left: 15px;
    margin-bottom: 30px;
}.our-mission-93785 .digital-education-93120 {
    gap: 20px;
    margin-bottom: 50px;
}.our-mission-93785 .digital-education-93120 span {
    font-size: calc(19px - 0.4rem);
    padding: 6px 15px;
}.our-mission-93785 .digital-education-93120 .img-effect-91836,
    .our-mission-93785 .story-visual-36947 .skill-philo-07354 {
    height: 280px;
}.our-mission-93785 .digital-education-93120 p,
    .our-mission-93785 .story-visual-36947 p {
    padding: 20px;
    font-size: calc(14px - 0.2rem);
}.our-mission-93785::after {
    filter: blur(20px);
}.our-mission-93785 .path-edu-50634::before,
    .our-mission-93785 .path-edu-50634::after {
    width: 70%;
}
}



@media (min-width: 992px) {.title-screen-93246 .path-edu-50634 {
    padding: 6rem 0;
    grid-gap: 4rem;
}.title-screen-93246 h1 {
    font-size: calc(44px * 1.4);
}.title-screen-93246 .page-intro-02394 {
    padding: 3.5rem;
}.title-screen-93246 .img-effect-91836 {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.title-screen-93246 .img-effect-91836:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title-screen-93246 .support-support-70412 {
    padding: 1.25rem 3rem;
}.title-screen-93246 svg {
    height: 180px;
    width: 180px;
}
}



@media (max-width: 767px) {.title-screen-93246 {
    padding-top: 2rem;
}.title-screen-93246 .path-edu-50634 {
    padding: 3rem 0;
}.title-screen-93246 h1 {
    text-align: center;
    font-size: calc(44px * 0.9);
}.title-screen-93246 .page-intro-02394 {
    padding: 2rem;
}.title-screen-93246 .page-intro-02394 p {
    font-size: 13px;
    max-width: 100%;
}.title-screen-93246 .support-support-70412 {
    text-align: center;
    padding: 0.875rem 1.75rem;
    display: block;
}.title-screen-93246 svg {
    width: 100px;
    height: 100px;
    margin: 1rem auto 1.5rem;
}}



@media (max-width: 480px) {.study-method-32451 {
    padding: 2.5rem 0.75rem;
}.study-method-32451 .path-edu-50634 {
    padding: 1rem;
}.study-method-32451 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.25rem;
}.study-method-32451 .legend-holder-70564 {
    padding: 0.75rem;
}.study-method-32451 p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}
}



@media (prefers-reduced-motion: reduce) {.study-method-32451 .path-edu-50634,
    .study-method-32451 .legend-holder-70564,
    .study-method-32451 h2::after,
    .study-method-32451 .path-edu-50634::before,
    .study-method-32451::after {
    transform: none;
    transition: none;
}.study-method-32451 .path-edu-50634:hover::before,
    .study-method-32451 .legend-holder-70564:hover,
    .study-method-32451 .path-edu-50634:hover h2::after,
    .study-method-32451:hover::after,
    .study-method-32451 .legend-holder-70564:hover::before {
    transform: none;
}}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .top-navbar-62841 svg {
    height: 35px;
}header .header-base-37064 {
    max-width: 100%;
    width: 100%;
}}



@media (min-width: 768px) {.program-overview-46835 .skill-plan-27518 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}.program-overview-46835 .img-effect-91836 {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 450px;
}.program-overview-46835 .legend-holder-70564 {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.program-overview-46835 .img-effect-91836:hover,
    .program-overview-46835 .legend-holder-70564:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.program-overview-46835 h3 {
    font-size: 30px;
}
}



@media (min-width: 992px) {.program-overview-46835 {
    padding: 150px 0;
}.program-overview-46835 .skill-plan-27518 {
    gap: 70px;
}.program-overview-46835 .img-effect-91836 {
    height: 550px;
}.program-overview-46835 .legend-holder-70564 {
    padding: 40px 50px;
}.program-overview-46835 p.description {
    max-height: 350px;
}
}



@media (max-width: 1200px) {.deal-plan-65381 {
    padding: 100px 0;
}.deal-plan-65381 .bundle-price-71325 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}



@media (max-width: 991px) {.deal-plan-65381 {
    padding: 80px 0;
}.deal-plan-65381 h2 {
    font-size: calc(34px * 0.9);
}.deal-plan-65381 .price-view-96704 {
    font-size: calc(14px * 0.95);
    margin-bottom: 50px;
}.deal-plan-65381 .bundle-price-71325 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.deal-plan-65381 .fee-package-94267 {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.deal-plan-65381 {
    padding: 60px 0;
}.deal-plan-65381 h2 {
    font-size: calc(34px * 0.8);
}.deal-plan-65381 .price-view-96704 {
    margin-bottom: 35px;
    font-size: calc(14px * 0.85);
}.deal-plan-65381 .fee-package-94267 {
    padding: 25px 20px;
}.deal-plan-65381 .fee-package-94267 h4 {
    margin-bottom: 15px;
    padding-bottom: 12px;
}.deal-plan-65381 .fee-package-94267 p {
    font-size: calc(14px * 0.85);
    line-height: 1.5;
}.deal-plan-65381 .access-cost-95067 {
    padding: 8px 18px;
    font-size: calc(18px * 1.2);
}}



@media (min-width: 768px) {footer .site-top-80495 {
    flex: 1 1 100%;
}footer .header-base-37064, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .join-wrap-37892 {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .fund-cta-13926 {
    padding: 80px 0 30px;
}footer .fund-cta-13926::before {
    background-size: 100% 60px;
    height: 60px;
}footer .send-message-82907 {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .header-base-37064, footer .subscribe_holder {
    padding: 25px 20px;
}footer .fellow-prog-08571 {
    margin-top: 40px;
}
}



@media (max-width: 991px) {.future-members-98376 {
    padding: 90px 0;
}.future-members-98376 .path-edu-50634 {
    grid-template-columns: 250px 1fr;
    gap: 30px;
}.future-members-98376 h4 {
    font-size: calc(34px - 2px);
}.future-members-98376 div {
    gap: 15px;
}.future-members-98376 div p {
    padding: 18px 20px;
}.future-members-98376 div p:nth-child(even) {
    transform: translateX(20px);
}.future-members-98376 div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.future-members-98376 div p svg {
    width: 24px;
    min-width: 24px;
    margin-right: 15px;
    height: 24px;
}
}



@media (max-width: 479px) {.future-members-98376 {
    padding: 50px 0;
}.future-members-98376 h4 {
    font-size: calc(34px - 4px);
}.future-members-98376 div {
    gap: 12px;
}.future-members-98376 div p {
    padding: 15px;
}.future-members-98376 div p svg {
    min-width: 20px;
    height: 20px;
    margin-right: 12px;
    width: 20px;
}}



@media (max-width: 768px) {.contact-information-27341 {
    padding: 60px 0;
}.contact-information-27341 .query-inquiry-38195,
    .contact-information-27341 .reach-info-04597 {
    padding: 30px;
}.contact-information-27341 .query-inquiry-38195 h3,
    .contact-information-27341 .reach-info-04597 h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.contact-information-27341 .query-inquiry-38195 div {
    margin-bottom: 20px;
}.contact-information-27341 .reach-info-04597 input[type="text"],
    .contact-information-27341 .reach-info-04597 input[type="email"] {
    padding: 12px 15px;
}.contact-information-27341 .reach-info-04597 .support-support-70412 {
    padding: 12px 20px;
}
}



@media (max-width: 991px) {.tyWrap-13407 {
    padding: 5rem 0;
}.tyWrap-13407 .path-edu-50634 {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.tyWrap-13407 h5 {
    font-size: calc(19px * 0.95);
}.tyWrap-13407 p {
    font-size: calc(14px * 0.98);
    line-height: 1.7;
}
}



@media (max-width: 767px) {.tyWrap-13407 {
    padding: 4rem 0;
}.tyWrap-13407 .path-edu-50634 {
    transform: none;
    padding: 2.5rem 2rem;
}.tyWrap-13407 .path-edu-50634::before {
    width: 150px;
    height: 150px;
}.tyWrap-13407 h5 {
    font-size: calc(19px * 0.9);
}.tyWrap-13407 h5::after {
    width: 50%;
}.tyWrap-13407 p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}


@media only screen and (max-width: 1200px) {.cookie-notice-message-67280 {
    padding: 20px;
}
}


@media only screen and (max-width: 800px)  {.wrapper-section-43751 .cookie-confirm-61045 {
    margin-left: 0;
    margin-bottom: 10px;
}
}



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



@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}

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

@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}



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



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



@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}



@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(172,192,191), rgb(137,148,146), rgb(172,192,191)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(172,192,191), rgb(137,148,146), rgb(172,192,191)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(172,192,191), rgb(137,148,146), rgb(172,192,191)) 1;
    }
}



@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}



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



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



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}

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



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



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

