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

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(149,149,155,0.5) rgb(149,149,155);
}

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

.testimonials::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    background-image: radial-gradient(circle at 20% 30%, rgb(149,149,155,0.5) 0%, transparent 70%);
    width: 100%;
    opacity: 0.4;
}

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

.testimonials .learner_feedback:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
}

.testimonials .learner_feedback > div {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    align-items: center;
}

.testimonials .learner_feedback:hover img {
    transform: scale(1.1) rotate(5deg);
}

.testimonials .learner_feedback:hover h4::after {
    width: 100%;
}

.testimonials .description {
    color: #000000;
    font-weight: 400;
    margin: 0;
    z-index: 2;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
}

.testimonials a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.stay_informed::before {
    height: 100%;
    content: "";
    background: 
        linear-gradient(45deg, transparent 48%, rgb(149,149,155,0.5) 49%, rgb(149,149,155,0.5) 51%, transparent 52%) 0 0 / 2rem 2rem,
        linear-gradient(-45deg, transparent 48%, rgb(114,114,117,0.5) 49%, rgb(114,114,117,0.5) 51%, transparent 52%) 1rem 1rem / 2rem 2rem;
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.1;
    width: 100%;
}

.stay_informed .input_holder {
    margin-left: 2rem;
    display: flex;
    grid-column: 2 / 3;
    align-items: center;
    position: relative;
}

.stay_informed .news_optin:focus {
    border-color: rgb(149,149,155,0.5);
    outline: none;
}

.stay_informed .sub_settings {
    overflow: hidden;
    background-color: rgb(149,149,155);
    z-index: 1;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    padding: 1.2rem 2rem;
    font-size: 19px;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    color: #ffffff;
}

.title_portal h1 {
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    line-height: 1.3;
    transform: perspective(1000px) translateZ(20px);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
    animation: title-slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background-clip: text !important;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-size: clamp(2.5rem, 5vw, 39px);
    letter-spacing: 0.02em;
    position: relative;
    -webkit-background-clip: text !important;
    opacity: 0;
}

.title_portal .master_expert:hover {
    transform: rotate(0) scale(1);
}

.title_portal .master_expert svg {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.title_portal .master_expert:hover svg text {
    fill: #ffffff;
}

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



header .main_train {
    z-index: 5;
    align-items: center;
    display: flex;
    position: relative;
    padding: 1.3rem 2rem;
    justify-content: space-between;
}

header .top_section {
    z-index: 2;
    position: relative;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem;
    display: flex;
}

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

header .nav_mainwrap a:hover {
    color: rgb(149,149,155);
    transform: translateZ(10px);
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

header .main_train::before {
    left: 35%;
    height: 1px;
    top: 0;
    content: '';
    position: absolute;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(149,149,155), transparent);
}

.thanks_area::after {
    z-index: 0;
    left: -5%;
    background: linear-gradient(210deg, rgba(rgb(149,149,155,0.5), 0.09), transparent);
    transform: rotate(10deg) skewX(-10deg);
    position: absolute;
    height: 40%;
    bottom: -10%;
    content: "";
    width: 50%;
}

.thanks_area .training_experts > div:first-child {
    transform: translateX(-1rem);
    position: relative;
}

.thanks_area h5 {
    font-weight: 700;
    line-height: 1.4;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: 23px;
    margin: 0;
}

.thanks_area .training_experts > div:last-child {
    border-left: 1px solid rgba(rgb(114,114,117,0.5), 0.2);
    padding-left: 1.5rem;
    position: relative;
}

.thanks_area a:hover::before {
    opacity: 1;
    transform: scaleX(1) translateX(0);
}

.company_overview::before {
    opacity: 0.4;
    top: 0;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(149,149,155,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(114,114,117,0.5) 0%, transparent 25%);
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
}

.company_overview .expert_sessions::before {
    position: absolute;
    background: rgb(149,149,155);
    transition: all 0.5s ease;
    height: 0;
    top: 0;
    left: 0;
    content: "";
    width: 5px;
}

.company_overview .expert_sessions:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.company_overview .expert_sessions p {
    z-index: 2;
    line-height: 1.8;
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 14px;
}



.company_overview .learning_corner::before {
    bottom: 0;
    width: 1px;
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: 1;
    background: linear-gradient(to bottom, transparent, rgb(149,149,155,0.5), transparent);
    left: 50%;
    content: "";
}

.potential_students::before {
    opacity: 0.4;
    height: 100%;
    content: '';
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(114,114,117,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(149,149,155,0.5) 0%, transparent 30%);
    width: 100%;
}

.potential_students h3::before {
    background: rgb(114,114,117);
    top: -30px;
    border-radius: 50px;
    content: '';
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    position: absolute;
}

.potential_students li::before {
    content: '';
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(114,114,117,0.5), rgb(149,149,155,0.5));
    position: absolute;
    opacity: 0.3;
    height: 5px;
    left: 0;
    transition: opacity 0.4s ease;
}

.potential_students li:hover::before {
    opacity: 1;
}

.potential_students li svg {
    filter: drop-shadow(0 3px 6px rgb(114,114,117,0.5));
    display: block;
    margin-bottom: 1.5rem;
    fill: rgb(114,114,117);
    height: 60px;
    width: 60px;
    transition: all 0.4s ease;
}

.potential_students li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

.instructor_history .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.instructor_history .learner_feedback:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.instructor_history .square_image::after {
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: 10px;
    bottom: 10px;
    content: "";
    top: 10px;
    border-radius: 5px;
    right: 10px;
    position: absolute;
    pointer-events: none;
}

.instructor_history .work_content {
    margin: 0;
    font-size: 12px;
    border-left: 2px solid rgb(114,114,117,0.5);
    padding-left: 1.5rem;
    line-height: 1.7;
    position: relative;
    color: #000000;
}

.sustain_cta::after {
    left: 0;
    height: 6px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(149,149,155), rgb(114,114,117));
    width: 100%;
    top: 0;
}

.sustain_cta .company_holder h3 {
    color: rgb(149,149,155);
    font-size: 32px;
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
    position: relative;
    font-weight: 700;
}

.sustain_cta .head_study {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.sustain_cta .nav_base h5 {
    margin: 0;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    background: rgb(114,114,117);
    padding: 1rem 1.5rem;
    color: #ffffff;
}

.sustain_cta .nav_base .head_study a::after {
    top: 50%;
    position: absolute;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    background: rgb(114,114,117);
    opacity: 0;
    height: 5px;
    width: 5px;
    left: 1.5rem;
    border-radius: 50%;
    content: "";
}

.award_show .support_cta {
    padding: 0.8rem 2rem;
    text-align: center;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 50px;
    color: #000000;
    font-weight: 400;
}

.location_details .edu_reach::before {
    z-index: -1;
    animation: borderGlow 6s infinite linear;
    background: linear-gradient(45deg, rgb(149,149,155) 0%, transparent 30%, transparent 70%, rgb(114,114,117) 100%);
    bottom: -2px;
    border-radius: calc(28px + 2px);
    position: absolute;
    content: "";
    opacity: 0.5;
    top: -2px;
    left: -2px;
    right: -2px;
}

.location_details .msg_page {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.location_details .get_connected p span {
    font-weight: 600;
    margin-left: 0.5rem;
}

.location_details .connect_team {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
}

.location_details .get_connected .square_image::before {
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, transparent 60%, rgb(149,149,155,0.5) 100%);
    top: 0;
    width: 100%;
    content: "";
}

.location_details .talk_answer a:hover::before {
    width: 8px;
}

.location_details .talk_answer a span {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: rgb(114,114,117);
    align-items: center;
    display: flex;
    font-size: calc(15px * 0.85);
}

.location_details .container::after {
    border-radius: 50%;
    opacity: 0.2;
    content: "";
    right: -40px;
    height: 150px;
    z-index: -1;
    background: rgb(149,149,155,0.5);
    bottom: -40px;
    filter: blur(50px);
    width: 150px;
    position: absolute;
}

.cookie_ack {
    flex-shrink: 0;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.cookie_all h5 {
    color: rgb(149,149,155);
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

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

.cookie_dialog_notice p a {
    transition: color 0.3s ease;
    color: rgb(149,149,155);
    text-decoration: underline;
}

.program_information::after {
    height: 100%;
    opacity: 0.4;
    width: 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    animation: shiftBackground 30s linear infinite;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
}



.program_information .square_image::before {
    left: 0;
    z-index: 2;
    height: 100%;
    top: 0;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(149,149,155,0.5) 100%
    );
    position: absolute;
    mix-blend-mode: overlay;
    content: "";
    width: 100%;
    opacity: 0.6;
}

.program_information h3 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin-bottom: 20px;
    z-index: 4;
    color: #ffffff;
    position: relative;
    font-size: 31px;
}

.program_information .training_experts::after {
    filter: blur(80px);
    bottom: -50px;
    background: rgb(114,114,117,0.5);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.3;
    width: 200px;
    content: "";
    left: -50px;
    position: absolute;
    height: 200px;
}

.connect_with_us h2 {
    margin-bottom: 50px;
    padding-left: 20px;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    border-left: 5px solid rgb(149,149,155);
    text-align: left;
}

.connect_with_us .square_image {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}

.connect_with_us .help_feedback::after {
    height: 150px;
    top: 0;
    z-index: -1;
    position: absolute;
    border-radius: 0 0 0 100%;
    content: "";
    width: 150px;
    right: 0;
    background: rgb(184,184,190);
}

.connect_with_us input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

.connect_with_us .message_request input[type="checkbox"] {
    appearance: none;
    border: 2px solid rgb(184,184,190);
    height: 22px;
    transition: all 0.2s ease;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    width: 22px;
}

.connect_with_us .message_request a::after {
    height: 1px;
    bottom: -2px;
    left: 0;
    background: rgb(149,149,155);
    width: 100%;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
}

.connect_with_us svg path {
    transition: all 0.3s ease;
    fill: rgb(149,149,155);
}

.privacy_depot::before {
    left: 0;
    height: 8px;
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, rgb(149,149,155) 0%, rgb(114,114,117) 100%);
    position: absolute;
    width: 100%;
    top: 0;
}

.privacy_depot h1::after {
    transform-origin: left;
    position: absolute;
    content: "";
    bottom: 0;
    width: 85px;
    background: rgb(114,114,117);
    left: 0;
    animation: expandWidth 0.8s ease-out forwards;
    height: 3px;
}

.privacy_depot h1::after {
    width: 120px;
}

.privacy_depot p {
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
    max-width: 90ch;
    margin-bottom: 1.25rem;
}

.privacy_depot ul {
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}

.privacy_depot ul {
    margin-left: 2.5rem;
}




.privacy_depot h2:hover::before {
    transition: background 0.3s ease;
    background: linear-gradient(to bottom, rgb(114,114,117), rgb(149,149,155));
}

.pricing_menu::before {
    background: linear-gradient(135deg, rgb(149,149,155,0.5), rgb(114,114,117,0.5));
    position: absolute;
    width: 600px;
    z-index: 0;
    right: -10%;
    filter: blur(80px);
    content: "";
    height: 600px;
    top: -15%;
    opacity: 0.15;
}

.pricing_menu .edu_packages .value_deals {
    max-width: 700px;
    font-size: 15px;
    transition: transform 0.4s ease;
    color: #000000;
    transform: translateY(0);
    line-height: 1.6;
    margin-left: 5px;
}

.pricing_menu .plan_rates:hover {
    z-index: 5;
    transform: translateZ(20px) scale(1.02);
}

.pricing_menu .rate_packages::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(149,149,155), rgb(114,114,117));
    transform: scaleX(0);
    left: 0;
    content: "";
    transform-origin: left;
    height: 5px;
    right: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
}

.pricing_menu .price_view .plan_deals::after {
    left: 0;
    height: 2px;
    content: "";
    width: 50px;
    background: rgb(114,114,117,0.5);
    position: absolute;
    transition: width 0.4s ease;
    bottom: -10px;
}

.pricing_menu .plan_rates:hover .square_image {
    height: 240px;
}

.pricing_menu .plan_rates:hover .square_image::after {
    opacity: 1;
}

.pricing_menu .plan_rates:nth-child(odd) .rate_packages {
    flex-direction: column-reverse;
}


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



@media (max-width: 768px) {.testimonials {
    padding: 60px 0 40px;
}.testimonials::after {
    height: 200px;
    width: 200px;
}.testimonials h2 {
    padding-left: 0;
    font-size: calc(36px * 0.8);
    text-align: center;
    transform: none;
    margin-bottom: 30px;
}.testimonials h2::before {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    height: 5px;
    top: -20px;
}.testimonials .reviews_block {
    gap: 20px;
    grid-template-columns: 1fr;
}.testimonials .learner_feedback {
    padding: 25px;
}.testimonials a {
    padding: 12px 28px;
    margin-top: 30px;
}
}



@media (max-width: 576px) {.title_portal .training_experts {
    padding: 20% 5% 10%;
}.title_portal h1 {
    font-size: 1.9rem;
}.title_portal .text_row {
    padding: 1.5rem 1.8rem;
    border-left-width: 2px;
}.title_portal .text_row p {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}.title_portal .master_expert svg {
    height: 60px;
    width: 60px;
}.title_portal .connect_links {
    font-size: 0.9rem;
    padding: 0.7rem 1.5rem;
}}



@media (min-width: 768px) {.thanks_area {
    padding: 7rem 0;
}.thanks_area .training_experts {
    align-items: center;
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 1fr 1.5fr;
}.thanks_area .training_experts > div:first-child {
    transform: translateX(0);
}.thanks_area .training_experts > div:last-child {
    padding-left: 3rem;
    border-left: 2px solid rgba(rgb(114,114,117,0.5), 0.15);
}.thanks_area h5 {
    font-size: calc(23px * 1.1);
}.thanks_area p {
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 480px) {.thanks_area {
    padding: 3rem 0;
}.thanks_area .training_experts {
    gap: 1.5rem;
    padding: 1.5rem;
}.thanks_area .training_experts > div:first-child::before {
    left: -1.5rem;
    height: 50%;
}.thanks_area h5 {
    font-size: calc(23px * 0.85);
}.thanks_area p {
    font-size: calc(16px * 0.9);
}.thanks_area .training_experts > div:last-child {
    padding-left: 0.75rem;
}}



@media (min-width: 992px) {.potential_students ul {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.potential_students li:nth-child(even) {
    transform: translateY(20px);
}.potential_students li:nth-child(even):hover {
    transform: translateY(12px);
}.potential_students li:nth-child(1),
    .potential_students li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.potential_students li:nth-child(2),
    .potential_students li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}



@media (min-width: 992px) {.instructor_history .learner_feedback {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 300px 1fr;
}.instructor_history .square_image {
    width: 280px;
    height: 350px;
}.instructor_history .name {
    font-size: calc(20px + 0.2rem);
}.instructor_history .work_content {
    padding-left: 2.5rem;
    font-size: calc(12px + 0.2rem);
    line-height: 1.8;
}
}



@media (max-width: 576px) {.sustain_cta {
    padding: 2.5rem 0 1rem;
}.sustain_cta .container {
    gap: 1.5rem;
}.sustain_cta .nav_base {
    min-width: 100%;
    flex: 1 1 100%;
}.sustain_cta .head_study {
    gap: 1rem;
}.sustain_cta .company_holder {
    padding: 1.5rem;
}.sustain_cta .milestone_cta {
    padding: 1.2rem;
}.award_show {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}



@media (max-width: 480px) {.location_details {
    padding: 2rem 0;
}.location_details .edu_reach {
    gap: 1.5rem;
    padding: 1.5rem;
}.location_details .get_connected h2 {
    font-size: calc(33px * 0.85);
}.location_details .connect_team {
    grid-template-columns: repeat(2, 1fr);
}.location_details .talk_answer a {
    margin-bottom: 1rem;
}}



@media (max-width: 992px) {.connect_with_us .support_help {
    flex-direction: column;
}.connect_with_us .square_image {
    flex: 0 0 auto;
    order: 1;
    min-height: 300px;
}.connect_with_us .help_feedback {
    padding: 50px 40px;
    order: 2;
    flex: 0 0 auto;
}.connect_with_us h2 {
    margin-bottom: 40px;
}
}



@media (max-width: 768px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 4px);
}.connect_with_us .help_feedback {
    padding: 40px 30px;
}.connect_with_us #contact {
    gap: 25px;
}.connect_with_us .square_image {
    min-height: 250px;
}
}



@media (min-width: 992px) {.pricing_menu {
    padding: 140px 0;
}.pricing_menu .tuition_grid {
    align-items: flex-start;
    flex-direction: row;
}.pricing_menu .edu_packages {
    width: 30%;
    position: sticky;
    align-self: flex-start;
    top: 100px;
    margin-right: 70px;
    order: 0;
    transform: translateX(0);
}.pricing_menu .deal_opts {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}



@media (max-width: 767px) {.pricing_menu {
    padding: 60px 0;
}.pricing_menu .deal_opts {
    grid-template-columns: 1fr;
}.pricing_menu .price_view {
    padding: 25px 20px;
}.pricing_menu .plan_rates .square_image {
    height: 180px;
}.pricing_menu .edu_packages h2 {
    font-size: calc(30px - 2px);
}
}

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



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

@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

