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

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

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

.viewport-container68 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

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

.contest_info92 {
    flex: 0 0 auto;
}


.learning_profits65 {
    background: linear-gradient(145deg, rgb(240,214,224) 60%, rgba(rgb(214,181,193,0.5), 0.05) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.learning_profits65::after {
    width: 300px;
    right: -5%;
    z-index: 0;
    top: -10%;
    filter: blur(60px);
    background: linear-gradient(135deg, rgba(rgb(214,181,193,0.5), 0.07), rgba(rgb(187,148,171,0.5), 0.07));
    position: absolute;
    content: "";
    height: 300px;
    transform: rotate(30deg);
}

.learning_profits65 .learning_growth84 {
    display: flex;
    gap: 40px;
    flex-direction: column-reverse;
    position: relative;
}

.learning_profits65 .insight_box06:hover {
    transform: translateY(-5px);
}

.learning_profits65 .insight_box06 h4 {
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.4;
    position: relative;
    font-size: calc(23px * 1.1);
    font-weight: 700;
}

.learning_profits65 .insight_box06 h4::after {
    position: absolute;
    transform: scaleX(1);
    left: 0;
    bottom: -12px;
    content: "";
    height: 3px;
    transition: transform 0.5s ease;
    transform-origin: left;
    width: 60px;
    background: rgb(214,181,193);
}

.learning_profits65 .insight_box06 li {
    transition: transform 0.4s ease;
    margin-bottom: 16px;
    transform: translateX(0);
}

.learning_profits65 .insight_box06 p {
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
    display: flex;
    color: #000000;
    align-items: flex-start;
}

.learning_profits65 .insight_box06 li:hover p span:first-child {
    transform: translateY(-3px);
}

.learning_profits65 svg {
    width: 22px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 22px;
}

.learning_profits65 li:hover svg path {
    fill: rgb(187,148,171);
}

.learning_profits65 .image_box16:hover {
    transform: perspective(1000px) rotateY(-2deg);
}

.pricing_set93 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.pricing_set93::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.rate_choices63 {
    position: relative;
}

.pricing_set93 h2 {
    font-size: 30px;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.pricing_set93 .pricing_tiers71 {
    opacity: 0.9;
    font-size: 18px;
    color: #ffffff;
    max-width: 800px;
    text-align: center;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.pricing_set93 .fee_chart41 {
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    position: relative;
    display: block;
    height: 100%;
}

.pricing_set93 .fee_chart41:hover .annual_plan50 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.2);
}

.pricing_set93 .price_grid46 {
    height: 100%;
    display: flex;
    z-index: 2;
    padding: 35px 30px;
    position: relative;
    flex-direction: column;
}

.pricing_set93 .annual_plan50::before {
    background: linear-gradient(90deg, rgb(214,181,193), rgb(187,148,171));
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 5px;
    width: 100%;
    content: "";
}

.pricing_set93 .price_grid46 h4::after {
    left: 0;
    width: 40px;
    background-color: rgb(187,148,171);
    content: "";
    height: 2px;
    bottom: 0;
    position: absolute;
}

.pricing_set93 .indv_sub56 {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(214,181,193,0.5) 0%, rgb(187,148,171,0.5) 100%);
    border-radius: 3px;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: calc(24px + 4px);
    z-index: 1;
}

.pricing_set93 .fee_chart41:hover .indv_sub56::before {
    opacity: 1;
}

.pricing_set93 li:nth-child(even) .annual_plan50::before {
    background: linear-gradient(90deg, rgb(187,148,171), rgb(214,181,193));
}

.testimonials61::before {
    position: absolute;
    content: "";
    background-size: 100px 100px;
    top: 0;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(214,181,193,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(214,181,193,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(214,181,193,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(214,181,193,0.5) 75%);
    height: 100%;
    opacity: 0.05;
    left: 0;
    z-index: 0;
}

.testimonials61 h2::after {
    transform-origin: left;
    bottom: -30px;
    animation: expandLine 2s ease-in-out infinite alternate 0.5s;
    left: 20px;
    opacity: 0.7;
    width: 30%;
}



.testimonials61 .review_lounge80 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    gap: 2.5rem;
}

.testimonials61 .rating_zone40:nth-child(odd) {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 80%,
        80% 100%,
        0 100%
    );
    transform: rotate(-2deg);
}

.testimonials61 .rating_zone40:hover {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        0 100%
    );
    z-index: 2;
    transform: rotate(0) translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.testimonials61 .rating_zone40:hover::before {
    transform: scale(1.02);
}

.testimonials61 .rating_zone40:hover::after {
    opacity: 1;
    transform: scale(1.03);
}

.testimonials61 .rating_zone40:nth-child(4n+1) {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
}

.testimonials61 .rating_zone40:nth-child(4n+2) {
    transform: translateY(40px) rotate(-2deg);
    grid-row: auto / span 1;
    grid-column: auto / span 1;
}

.testimonials61 .rating_zone40:nth-child(4n+3):hover {
    transform: translateY(-40px) rotate(0);
}

.testimonials61 .rating_zone40:nth-child(4n+4) {
    grid-column: auto / span 1;
    transform: translateY(20px) rotate(-1deg);
    grid-row: auto / span 1;
}

.testimonials61 .rating_zone40:nth-child(odd) img {
    transform: rotate(3deg);
    box-shadow: 4px 4px 0 rgb(214,181,193,0.5);
}

.testimonials61 .rating_zone40:nth-child(even) img {
    transform: rotate(-3deg);
    box-shadow: -4px 4px 0 rgb(187,148,171,0.5);
}

.testimonials61 .rating_zone40 p {
    position: relative;
    margin: 0;
    font-weight: 600;
    color: #000000;
    transition: transform 0.3s ease;
    font-size: 14px;
}

.testimonials61 .rating_zone40 .description {
    line-height: 1.6;
    margin-top: 1rem;
    font-weight: 400;
    color: #000000;
    transition: transform 0.3s ease 0.1s;
    position: relative;
}

.testimonials61 .rating_zone40:hover .description::after {
    width: 60%;
}

.testimonials61 .rating_zone40:nth-child(even) .description::after {
    left: auto;
    background: rgb(187,148,171,0.5);
    right: 0;
}

#cookie_notice_box07 {
    display: none;
}

#cookie_notice_box07:checked ~ .cookie_notice_message52 {
    visibility: hidden;
    opacity: 0;
}

.cookie_notice_message52 .container {
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 auto;
    padding: 0 15px;
    flex-wrap: wrap;
    z-index: 1;
    max-width: 1140px;
    display: flex;
}

.data_notice85 svg {
    fill: rgb(214,181,193);
    height: 50px;
    width: 50px;
}

.learn_agree70 h5 {
    margin-bottom: 0.5rem;
    color: rgb(214,181,193);
    font-weight: 600;
    font-size: 1.5rem;
}

.cookie_button.cookies_tech90 {
    background: rgb(214,181,193);
}

.cookie_button.track_manage07 {
    margin-left: 0.5rem;
    background: #000000;
}

.policy_opt95:hover {
    background: #000000;
    transform: translateY(-3px);
}

.cookie_button.track_manage07:hover {
    background: rgb(214,181,193);
}

.cookie_notice_message52 p a:hover {
    color: #000000;
}


footer {
    width: 100%;
    position: relative;
}

footer .contest_info92 {
    background: linear-gradient(135deg, rgb(214,181,193), rgb(187,148,171));
    position: relative;
    color: #ffffff;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
}

footer .res_connect34 {
    position: relative;
    z-index: 1;
}

footer .support_request46 {
    margin-bottom: 60px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer .info_item {
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    position: relative;
    background-color: rgb(214,181,193,0.5);
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    height: 220px;
    z-index: 1;
    padding: 20px;
    transition: all 0.4s ease;
    justify-content: center;
    flex: 0 1 220px;
}

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

footer .info_item a:hover {
    text-decoration: underline;
}

footer .text_main_holder {
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}

footer .head_primary07:hover, footer .top_mainwrap57:hover, footer .subscribe_holder:hover {
    transform: translateY(-10px);
    background-color: rgb(187,148,171,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

footer .head_primary07::before, footer .top_mainwrap57::before, footer .subscribe_holder::before {
    content: "";
    opacity: 0.1;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    z-index: -1;
    position: absolute;
}

footer .head_primary07::before {
    background-color: rgb(214,181,193);
    left: -50px;
    top: -50px;
}

footer .head_primary07 svg {
    width: auto;
    filter: brightness(0) invert(1);
    height: 50px;
    margin-bottom: 20px;
}

footer .top_mainwrap57 h5, footer .subscribe_holder h5 {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 23px;
}

footer .top_mainwrap57:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}

footer .head_study90 a {
    text-decoration: none;
    background-color: rgb(214,181,193,0.5);
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 8px 15px;
    color: #ffffff;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    font-size: 15px;
    max-width: 300px;
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    padding: 15px 20px;
    text-align: center;
    color: #ffffff;
    border: none;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
}

footer .sub_cta62 {
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 15px 20px;
    background-color: rgb(214,181,193);
    font-size: 19px;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
}

footer .netiquette59 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    display: inline-block;
    padding: 8px 20px;
    background-color: rgb(214,181,193,0.5);
}

.course_fit_for98::after {
    left: 0;
    position: absolute;
    content: "";
    background-size: cover;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background-position: center;
    height: 120px;
}



.course_fit_for98 .container {
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 3;
}

.course_fit_for98 .learning_growth84 {
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    padding: 50px 40px;
    background: #ffffff;
}

.course_fit_for98 .learning_growth84::after {
    left: -15px;
    background: rgb(214,181,193);
    position: absolute;
    border-radius: 10px;
    height: 120px;
    content: "";
    z-index: -1;
    bottom: -15px;
    width: 120px;
    opacity: 0.3;
    transform: rotate(10deg) translateZ(-15px);
}

.course_fit_for98 div > div {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    display: grid;
}

.course_fit_for98 p {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    font-size: 15px;
    color: #000000;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.course_fit_for98 p:hover {
    transform: translateY(-5px);
    color: #000000;
}

.course_fit_for98 p:hover::before {
    width: 8px;
}

.course_fit_for98 p:hover::after {
    opacity: 0.15;
}

.course_fit_for98 p svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.course_fit_for98 p:hover svg path {
    fill: rgb(187,148,171);
}

.course_fit_for98 p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}

.course_fit_for98 .learning_growth84 > div p:nth-child(1) {
    animation-delay: 0.2s;
}

.course_fit_for98 .learning_growth84 > div p:nth-child(2) {
    animation-delay: 0.4s;
}

.course_fit_for98 .learning_growth84 > div p:nth-child(4) {
    animation-delay: 0.8s;
}

.course_fit_for98 .learning_growth84 > div p:nth-child(6) {
    animation-delay: 1.2s;
}

.our_team38::before {
    bottom: 0;
    position: absolute;
    backdrop-filter: blur(8px);
    top: 0;
    z-index: -1;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    right: 0;
}

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

.our_team38 .insight_box06:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.07),
        inset 6px 6px 18px rgba(255, 255, 255, 0.07),
        inset -6px -6px 18px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.our_team38 h1 {
    display: inline-block;
    color: #ffffff;
    padding-bottom: 15px;
    font-size: 38px;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.our_team38 .insight_box06:hover h1::after {
    transform: scaleX(1.5);
}

.our_team38 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.our_team38 ul li {
    margin-bottom: 20px;
}

.our_team38 ul li h4 {
    transform: translateX(0);
    font-size: calc(24px * 1.2);
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    color: rgb(214,181,193);
}

.our_team38 .insight_box06:hover ul li h4 {
    transform: translateX(20px);
}

.our_team38 .insight_box06:hover ul li h4::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.our_team38 ul li span::before {
    left: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgb(214,181,193,0.5) 0%, transparent 100%);
    height: 100%;
    content: "";
    top: 0;
    opacity: 0;
    width: 100%;
}

.our_team38 .insight_box06:hover ul li span::before {
    opacity: 0.1;
}

.course_offering36 {
    padding: 7rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e6ed 100%);
    overflow: hidden;
    position: relative;
}

.course_offering36::after {
    background: radial-gradient(ellipse at center, rgb(214,181,193,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    content: "";
    right: -50%;
    top: -50%;
    transform: scale(2);
    opacity: 0.1;
}

.course_offering36 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.course_offering36 .quick_progress17 {
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}

.course_offering36 .image_box16::before {
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(214,181,193,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.3;
    height: 100%;
    z-index: 1;
    content: "";
    width: 100%;
}

.course_offering36 .insight_box06 {
    position: relative;
}

.course_offering36 .insight_box06::before {
    left: 0;
    background: linear-gradient(90deg, rgb(214,181,193) 0%, transparent 100%);
    position: absolute;
    opacity: 0.6;
    height: 1px;
    content: "";
    top: -20px;
    width: 150px;
}

.course_offering36 h3::before {
    background: rgb(214,181,193);
    position: absolute;
    height: 100%;
    transform-origin: bottom;
    content: "";
    left: 0;
    animation: growUp 1.2s forwards ease-out 0.2s;
    width: 3px;
    transform: scaleY(0);
    top: 0;
}

.course_offering36 p.description {
    display: none;
}

.course_offering36 span.description::first-letter {
    font-size: 1.2em;
    color: rgb(214,181,193);
    font-weight: 700;
}



.course_offering36 .insight_box06 > div {
    opacity: 0;
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
    position: relative;
}

.greeting_page80 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.greeting_page80 .edu_expert84 {
    display: flex;
    position: relative;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    align-items: center;
}

.greeting_page80 .edu_expert84::after {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.12) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 25%);
    mask-size: 350px 350px;
    top: 0;
    z-index: 2;
    mask-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%),
                linear-gradient(-45deg, #000 25%, transparent 25%, transparent 75%, #000 75%);
    left: 0;
    mask-composite: intersect;
    position: absolute;
    width: 100%;
    content: '';
    animation: maskShift 30s infinite linear;
    opacity: 0.4;
}

.greeting_page80 .learn_pro72:hover {
    box-shadow: 0 30px 70px rgba(0,0,0,0.2);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.greeting_page80 .learn_pro72::before {
    filter: blur(20px);
    position: absolute;
    bottom: -10px;
    top: -10px;
    background: linear-gradient(45deg, 
        transparent 20%, 
        rgba(rgb(187,148,171), 0.1) 40%, 
        rgba(rgb(187,148,171), 0) 80%);
    content: '';
    transition: opacity 0.8s ease;
    left: -10px;
    opacity: 0;
    right: -10px;
    z-index: -1;
}

.greeting_page80 h1::after {
    content: '';
    left: 0;
    bottom: -15px;
    position: absolute;
    height: 6px;
    background: rgb(187,148,171);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(0.6);
    width: 80px;
}

.greeting_page80 h3 {
    max-width: 90%;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    transform: translateZ(20px);
    color: rgba(#ffffff, 0.9);
    position: relative;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.mentorship_profile67 {
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(240,214,224) 100%);
    position: relative;
    padding: 140px 0;
}

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

.mentorship_profile67 .rating_zone40 {
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 35% 1fr;
    gap: 20px 40px;
    position: relative;
    display: grid;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
}

.mentorship_profile67 .image_box16::before {
    inset: 0;
    position: absolute;
    mix-blend-mode: multiply;
    content: "";
    border-radius: 21px;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.mentorship_profile67 .rating_zone40:hover .image_box16 {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}

.mentorship_profile67 .name::after {
    content: "";
    position: absolute;
    width: 60px;
    bottom: -8px;
    left: 20px;
    height: 4px;
    transform-origin: left;
    transition: transform 0.5s ease;
    transform: scaleX(0.6);
    background: rgb(214,181,193);
}

.mentorship_profile67 .rating_zone40:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}

.mentorship_profile67 .rating_zone40 > span:not(.name) {
    padding-left: 20px;
    font-weight: 600;
    transform-origin: left center;
    letter-spacing: 1px;
    grid-area: job;
    color: rgb(187,148,171);
    text-transform: uppercase;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-top: 5px;
    transform: perspective(1000px) rotateY(5deg);
    font-size: 21px;
}

.mentorship_profile67 .career_timeline93::before {
    font-size: calc(45px * 2);
    opacity: 0.7;
    position: absolute;
    content: "";
    left: 25px;
    color: rgb(214,181,193);
    top: -15px;
}

.mentorship_profile67 .rating_zone40:hover .career_timeline93 {
    transform: translateY(-10px);
}

.gratArea08 {
    background: linear-gradient(135deg, #ffffff 0%, rgb(240,214,224) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}

.gratArea08 {
    padding: 60px 0 50px;
}

.gratArea08::after {
    position: absolute;
    transform: rotate(10deg) skew(-5deg);
    animation: float 15s ease-in-out infinite alternate-reverse;
    background: linear-gradient(215deg, rgb(214,181,193,0.5) 0%, transparent 70%);
    z-index: 1;
    filter: blur(30px);
    opacity: 0.3;
    content: "";
    bottom: -5%;
    width: 35%;
    height: 60%;
    right: -5%;
}

.gratArea08 h2::after {
    height: 3px;
    opacity: 0;
    left: 50%;
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    transform-origin: center;
    background: linear-gradient(90deg, rgb(214,181,193) 0%, rgb(187,148,171) 100%);
    width: 80px;
    position: absolute;
}

.gratArea08 h2::after {
    width: 50px;
    height: 2px;
    bottom: -10px;
}

.gratArea08 .learning_growth84::before {
    content: "";
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(214,181,193), rgb(187,148,171));
    position: absolute;
    left: 0;
    transform: scaleY(0);
    top: 0;
    width: 5px;
    transform-origin: top;
    height: 100%;
}

.gratArea08 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.gratArea08 li::before {
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 10px;
    transform: scale(0);
    border-radius: 50%;
    background: rgb(187,148,171);
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    left: 0;
}

.gratArea08 li::before {
    width: 6px;
    top: 12px;
    height: 6px;
}

.privacy_bastion08 {
    font-family: Arial, sans-serif;
    background: rgb(240,214,224);
    overflow: hidden;
    color: #000000;
    padding: 5rem 2rem;
    position: relative;
}

.privacy_bastion08::after {
    transform: rotate(-15deg);
    background: linear-gradient(to bottom right, 
        rgb(187,148,171) 0%, 
        transparent 70%);
    opacity: 0.1;
    top: -40px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 200px;
    position: absolute;
    z-index: 1;
    right: -40px;
    filter: blur(20px);
    width: 200px;
    content: "";
}

.privacy_bastion08 .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.privacy_bastion08 h1 {
    padding-bottom: 1.5rem;
    margin: 0 0 2.5rem 0;
    position: relative;
    font-size: 38px;
    border-bottom: 1px solid rgba(rgb(187,148,171,0.5), 0.2);
    letter-spacing: -0.02em;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
}

.privacy_bastion08 h1:hover::before {
    transform: scaleX(1.2);
}

.privacy_bastion08 h2 {
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 1.2rem;
    font-size: 34px;
    margin: 3rem 0 1.5rem;
}

.privacy_bastion08 h2::before {
    content: "";
    position: absolute;
    width: 4px;
    left: 0;
    top: 0.5rem;
    border-radius: 2px;
    height: calc(100% - 1rem);
    background: rgb(187,148,171);
}

.privacy_bastion08 h4 {
    font-weight: 400;
    font-size: calc(34px * 0.7);
    letter-spacing: 0.01em;
    margin: 2rem 0 1rem;
    color: #000000;
}

.privacy_bastion08 span {
    margin-bottom: 1.5rem;
    display: block;
    padding-left: 1rem;
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(187,148,171,0.5), 0.3);
    color: #000000;
    font-size: 13px;
}

.privacy_bastion08 li::before {
    transform: rotate(45deg);
    content: "";
    left: 0;
    background: rgb(187,148,171);
    opacity: 0.8;
    position: absolute;
    width: 8px;
    height: 8px;
    transition: transform 0.3s ease, background 0.3s ease;
    top: 0.7rem;
}

header .first_class19 {
    z-index: 5;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 2.5rem;
    position: relative;
}

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

header .top_mainwrap57 {
    display: flex;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 2;
    padding: 0;
}

header .header_master34 a {
    border-radius: 30px;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-weight: 600;
    display: block;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    color: #ffffff;
    padding: 0.8rem 1.2rem;
    backdrop-filter: blur(5px);
    text-decoration: none;
}

header .header_master34 a:hover::before {
    opacity: 1;
}

header .header_master34::after {
    background: #ffffff;
    height: 3px;
    bottom: -3px;
    transform: translateX(-50%);
    width: 0;
    border-radius: 10px;
    position: absolute;
    transition: width 0.3s ease;
    opacity: 0.7;
    left: 50%;
    content: '';
}

header .first_class19::after {
    opacity: 0.5;
    width: 80px;
    filter: blur(30px);
    position: absolute;
    z-index: -1;
    height: 80px;
    border-radius: 50%;
    background: rgb(187,148,171,0.5);
    bottom: -20px;
    content: '';
    left: -20px;
}

header .head_primary07:hover::after {
    transform: scaleX(0.9);
    opacity: 0.7;
}

.enroll_instantly74 {
    background: linear-gradient(135deg, rgb(214,181,193) 0%, rgb(187,148,171) 100%);
    padding: 5rem 2rem;
    perspective: 1000px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.enroll_instantly74::after {
    height: 100%;
    top: -50%;
    position: absolute;
    transform: rotate(-15deg);
    right: -50%;
    content: "";
    background: radial-gradient(
        circle at center,
        rgba(255,255,255,0.15) 0%,
        transparent 70%
    );
    z-index: -1;
    width: 100%;
}

.enroll_instantly74 h6 {
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-right: auto;
    margin-bottom: 2.5rem;
    margin-left: auto;
    position: relative;
    font-size: calc(21px * 1.2);
    line-height: 1.5;
    transform: translateZ(20px);
    font-weight: 600;
    text-align: center;
    transition: transform 0.4s ease-out;
    color: #ffffff;
}

.enroll_instantly74 .container div span {
    display: inline-block;
    transition: transform 0.3s var(--timing-cubic);
    position: relative;
}

.enroll_instantly74 .container div span:hover::before {
    opacity: 1;
    transform: scale(1);
}

.enroll_instantly74 .request_request15 {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    display: inline-flex;
    padding: 0.9rem 2.5rem;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.07);
    border-radius: 10px;
    justify-content: center;
    color: rgb(214,181,193);
    position: relative;
}

.enroll_instantly74 .request_request15:hover::before {
    opacity: 1;
}

.enroll_instantly74 .request_request15:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1), 0 4px 4px rgba(0,0,0,0.05);
}

.enroll_instantly74 .request_request15:hover span {
    transform: scale(1.05);
}

.reach_out74::before {
    content: "";
    z-index: 1;
    position: absolute;
    background-color: rgb(214,181,193,0.5);
    top: 0;
    backdrop-filter: blur(10px);
    left: 0;
    width: 100%;
    height: 100%;
}

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

.reach_out74 .reach_list52 {
    background: linear-gradient(to bottom right, rgb(214,181,193), rgb(187,148,171));
    padding: 60px 40px;
    overflow: hidden;
    width: 40%;
    position: relative;
}

.reach_out74 .reach_list52::before {
    right: -100px;
    content: '';
    height: 200px;
    background: rgb(187,148,171);
    top: -100px;
    position: absolute;
    width: 200px;
    opacity: 0.4;
    border-radius: 50%;
}

.reach_out74 .reach_list52 h3 {
    font-size: 35px;
    font-weight: 700;
    z-index: 5;
    margin-bottom: 40px;
    position: relative;
    color: #ffffff;
}

.reach_out74 .reach_list52 div:hover {
    transform: translateX(10px);
}

.reach_out74 .reach_list52 div svg {
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
}

.reach_out74 .reach_list52 div:hover svg path {
    fill: rgb(240,214,224);
}

.reach_out74 .reach_list52 div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}

.reach_out74 .help_help41 {
    padding: 60px 40px;
    position: relative;
    width: 60%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
}

.reach_out74 .help_help41 h3 {
    font-weight: 600;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 24px;
}

.reach_out74 form {
    flex-direction: column;
    display: flex;
    width: 100%;
}

.reach_out74 form input[type="text"],
.reach_out74 form input[type="email"] {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    border: 1px solid transparent;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    padding: 16px 20px;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.reach_out74 .connect_reach35 {
    position: relative;
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}

.reach_out74 .connect_reach35 label {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    font-size: 13px;
}

.reach_out74 .connect_reach35 input[type="checkbox"]:checked + label::before {
    background: rgb(187,148,171);
}

.reach_out74 .connect_reach35 input[type="checkbox"]:checked + label::after {
    top: 5px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    width: 6px;
    position: absolute;
    content: '';
    height: 12px;
    left: 8px;
    border: solid white;
}

.reach_out74 form .request_request15::before {
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: all 0.5s ease;
    position: absolute;
    left: -100%;
}

.reach_out74 form .request_request15:hover::before {
    left: 100%;
}



.reach_out74 .reach_list52 div:nth-child(2) {
    animation: float 5s infinite ease-in-out;
}

.reach_out74 .reach_list52 div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}

.reach_out74 .reach_list52 div:nth-child(5) {
    animation: float 8s infinite ease-in-out;
}


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



@media (min-width: 1200px) {.learning_profits65 {
    padding: 180px 0;
}.learning_profits65 .container {
    padding: 0 40px;
}.learning_profits65 .learning_growth84 {
    gap: 80px;
}.learning_profits65 .insight_box06 {
    padding: 50px;
}.learning_profits65 .insight_box06 h4 {
    margin-bottom: 40px;
    font-size: calc(23px * 1.3);
}.learning_profits65 .insight_box06 h4::after {
    width: 80px;
    bottom: -18px;
}.learning_profits65 .image_box16 {
    max-width: 550px;
}
}



@media (max-width: 767px) {.learning_profits65 {
    padding: 80px 0;
}.learning_profits65 .insight_box06 > div {
    margin-bottom: 0;
}.learning_profits65 .insight_box06 ul {
    margin-bottom: 20px;
}.learning_profits65 .image_box16 {
    max-height: 350px;
    object-position: center;
}}



@media (max-width: 767px) {.pricing_set93 {
    padding: 60px 0;
}.pricing_set93 h2 {
    font-size: calc(30px - 4px);
}.pricing_set93 .pricing_tiers71 {
    font-size: calc(18px - 1px);
    margin-bottom: 40px;
}.pricing_set93 .fee_board62 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_set93 .price_grid46 h4 {
    font-size: 24px;
}.pricing_set93 .indv_sub56 {
    font-size: 24px;
}
}



@media (max-width: 992px) {.testimonials61 {
    padding: 6rem 0 7rem;
}.testimonials61 h2 {
    margin-bottom: 4rem;
    font-size: calc(37px * 1.1);
}.testimonials61 .review_lounge80 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.testimonials61 .rating_zone40:nth-child(4n+2),
    .testimonials61 .rating_zone40:nth-child(4n+3),
    .testimonials61 .rating_zone40:nth-child(4n+4) {
    transform: rotate(0);
}.testimonials61 .rating_zone40:nth-child(odd) {
    transform: rotate(-1deg);
}.testimonials61 .rating_zone40:nth-child(even) {
    transform: rotate(1deg);
}
}


@media only screen and (max-width: 768px) {.cookie_notice_message52 .container {
    align-items: center;
    flex-direction: column;
}.data_notice85 {
    margin-bottom: 1rem;
    margin-right: 0;
}.learn_agree70 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.track_manage07 {
    margin-left: 0;
    margin-top: 0.5rem;
}}



@media (max-width: 767px) {footer .contest_info92 {
    padding: 60px 0 30px;
}footer .support_request46 {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px;
    flex: 0 1 100px;
    height: 100px;
}footer .head_primary07, footer .top_mainwrap57, footer .subscribe_holder {
    padding: 25px 20px;
}footer .converter37 {
    margin-top: 40px;
}
}



@media (max-width: 991px) {.course_fit_for98 {
    padding: 80px 0;
}.course_fit_for98 .learning_growth84 {
    padding: 40px 30px;
}.course_fit_for98 h4 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.course_fit_for98 div > div {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.course_fit_for98 p {
    padding: 15px;
}.course_fit_for98::after {
    height: 80px;
}
}



@media (max-width: 576px) {.course_fit_for98 {
    padding: 60px 0 80px;
}.course_fit_for98 .learning_growth84 {
    padding: 30px 20px;
}.course_fit_for98 .learning_growth84::before,
    .course_fit_for98 .learning_growth84::after {
    width: 70px;
    height: 70px;
}.course_fit_for98 h4 {
    font-size: calc(28px * 0.7);
    padding-bottom: 10px;
    margin-bottom: 20px;
}.course_fit_for98 h4::after {
    width: 50px;
    height: 3px;
}.course_fit_for98 p {
    font-size: calc(15px * 0.9);
    padding: 12px;
}.course_fit_for98 p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.course_fit_for98::after {
    height: 40px;
}}



@media (max-width: 576px) {.our_team38 {
    padding: 40px 0;
}.our_team38 .container {
    padding: 0 20px;
}.our_team38 .insight_box06 {
    padding: 20px;
}.our_team38 h1 {
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: calc(38px * 0.6);
}.our_team38 h1::after {
    width: 60px;
    height: 3px;
}.our_team38 ul li span {
    padding: 12px;
    line-height: 1.6;
}}



@media (min-width: 992px) {.course_offering36 {
    padding: 9rem 0;
}.course_offering36 .quick_progress17 {
    gap: 6rem;
}.course_offering36 .image_box16 {
    height: 550px;
}.course_offering36 span.description {
    column-gap: 3rem;
    column-count: 2;
}.course_offering36 h3::before {
    width: 4px;
}.course_offering36 .insight_box06::after {
    width: 180px;
    right: -5%;
    height: 180px;
    bottom: 20%;
}
}



@media (max-width: 767px) {.course_offering36 {
    padding: 5rem 0;
}.course_offering36 .image_box16 {
    margin-bottom: 1.5rem;
    height: 250px;
}.course_offering36 h3 {
    margin-bottom: 1rem;
    font-size: 18px;
}.course_offering36 .insight_box06::before {
    width: 80px;
    top: -10px;
}}



@media (max-width: 767px) {.greeting_page80 .edu_expert84 {
    min-height: 70vh;
}.greeting_page80 .learn_pro72 {
    padding: 2rem 1.5rem;
    width: 92%;
    transform: none;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
}.greeting_page80 h1 {
    margin-bottom: 1.5rem;
    font-size: 37px;
}.greeting_page80 h1::after {
    height: 4px;
    bottom: -10px;
    width: 60px;
}.greeting_page80 h3 {
    margin-bottom: 1rem;
    font-size: 19px;
}.greeting_page80 p {
    padding-top: 0.75rem;
}
}



@media (max-width: 992px) {.mentorship_profile67 {
    padding: 80px 0;
}.mentorship_profile67 .rating_zone40 {
    grid-template-columns: 1fr;
    gap: 15px;
    grid-template-areas:
      "image_box16"
      "name"
      "professional_exp58"
      "career_timeline93";
    grid-template-rows: auto auto auto auto;
}.mentorship_profile67 .image_box16 {
    height: 320px;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: none;
    max-width: 320px;
}.mentorship_profile67 .name,
  .mentorship_profile67 .rating_zone40 > span:not(.name) {
    text-align: center;
    padding-left: 0;
    transform: none;
}.mentorship_profile67 .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
}.mentorship_profile67 .rating_zone40:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.mentorship_profile67 .career_timeline93 {
    margin-top: 20px;
}.mentorship_profile67 .rating_zone40:hover .image_box16,
  .mentorship_profile67 .rating_zone40:hover .name,
  .mentorship_profile67 .rating_zone40:hover > span:not(.name),
  .mentorship_profile67 .rating_zone40:hover .career_timeline93 {
    transform: none;
}
}



@media (max-width: 768px) {.privacy_bastion08 {
    padding: 3rem 1rem;
}.privacy_bastion08 .container {
    border-left: 3px solid rgb(214,181,193);
    padding: 2rem 1.5rem;
}.privacy_bastion08 h1 {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}.privacy_bastion08 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(34px * 0.8);
    padding-left: 1rem;
}.privacy_bastion08 h3 {
    font-size: calc(34px * 0.7);
    margin: 2rem 0 1rem;
}.privacy_bastion08 h4 {
    font-size: calc(34px * 0.6);
}.privacy_bastion08 p, 
    .privacy_bastion08 span,
    .privacy_bastion08 li {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.privacy_bastion08 ul {
    padding-left: 0.5rem;
}.privacy_bastion08 li {
    padding-left: 1.2rem;
}
}



@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .first_class19 {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}header .head_primary07 {
    margin-bottom: 0;
    border-radius: 10px;
    padding: 0.6rem 1rem;
}header .top_mainwrap57 {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .header_master34 a {
    padding: 0.6rem 1rem;
    font-size: calc(13px - 1px);
    border-radius: 10px;
}header .first_class19::before,
    header .first_class19::after {
    display: none;
}
}



@media (max-width: 479px) {header .first_class19 {
    padding: 0.7rem 1rem;
}header .head_primary07 {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .header_master34 a {
    font-size: calc(13px - 3px);
    padding: 0.4rem 0.6rem;
}}



@media (min-width: 768px) {.enroll_instantly74 {
    padding: 7rem 3rem;
    background: linear-gradient(120deg, rgb(214,181,193) 0%, rgb(187,148,171) 70%, rgb(214,181,193,0.5) 100%);
}.enroll_instantly74::before {
    background-size: 40px 40px;
}.enroll_instantly74 h6 {
    margin-bottom: 3rem;
    font-size: calc(21px * 1.4);
    max-width: 80%;
}.enroll_instantly74 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}.enroll_instantly74 .request_request15 {
    padding: 1rem 3rem;
}
}



@media (max-width: 767px) {.enroll_instantly74 {
    padding: 4rem 1.5rem;
}.enroll_instantly74 h6 {
    font-size: 21px;
    margin-bottom: 2rem;
}.enroll_instantly74 .request_request15 {
    padding: 0.8rem 2rem;
}
}



@media screen and (max-width: 992px) {.reach_out74 {
    padding: 80px 0;
}.reach_out74 .reach_info32 {
    flex-direction: column;
}.reach_out74 .reach_list52,
    .reach_out74 .help_help41 {
    width: 100%;
    padding: 40px 30px;
}.reach_out74 .reach_list52 h3 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.reach_out74 .reach_list52 div {
    margin-bottom: 20px;
}
}

@keyframes expandLine {
    from {
        transform: scaleX(0.6);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

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



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}



@keyframes growUp {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



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



@keyframes maskShift {
    0% {
        mask-position: 0 0;
    }
    100% {
        mask-position: 350px 350px;
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}



@keyframes popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}



@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes expand {
    100% {
      width: 50px;
    }
  }

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



@keyframes buttonContainer {
    0% {
        opacity: 0;
        transform: translateZ(30px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateZ(30px) scale(1);
    }
}



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

