﻿.uMIpprogress_bar {
    flex: 0 0 auto;
}

header,footer {
    width: 100%;
}

header {
    padding: 1.2rem 0;
    z-index: 100;
    position: relative;
    background: rgb(243,240,244);
}

.czqtcourse_program_details::after {
    content: "";
    z-index: 1;
    left: -5%;
    height: 50%;
    bottom: -5%;
    animation: pulseGlow 12s ease-in-out infinite reverse;
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(circle, rgb(168,128,179,0.5) 0%, transparent 70%);
    opacity: 0.3;
    width: 50%;
}

.czqtcourse_program_details .WXhGtech_classes::before {
    height: 100%;
    border-radius: 29px;
    opacity: 0.7;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    left: 0;
}

.czqtcourse_program_details .rZCamain_mainbar::after {
    height: 3px;
    width: 60px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(168,128,179) 0%, transparent 100%);
    bottom: -10px;
    content: "";
    border-radius: 10px;
}

.czqtcourse_program_details .rZCamain_mainbar svg:hover path {
    fill: rgb(168,128,179);
}

.czqtcourse_program_details p {
    line-height: 1.7;
    margin-bottom: 1rem;
    position: relative;
    transform: translateZ(10px);
    font-size: 18px;
    color: #000000;
    z-index: 2;
}

.czqtcourse_program_details .YpMyproduct_image::after {
    background: linear-gradient(
        to top,
        rgb(206,188,210,0.5) 0%,
        transparent 100%
    );
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 0.3;
    z-index: 1;
    content: "";
}

.czqtcourse_program_details .wkAostudy_training:hover .YpMyproduct_image::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(168,128,179,0.5) 40%,
        rgb(206,188,210,0.5) 100%
    );
    opacity: 0.7;
}

.AnFocookie_popup_message p {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.5;
}

.dfvHcookies_consent svg {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(206,188,210);
    width: 80px;
}

.cookie_button.ljgstrack_manage:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(168,128,179);
}


.SGQHour_team {
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
    padding: 5rem 0;
}

.SGQHour_team .container {
    position: relative;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    padding: 0 2rem;
    max-width: 1200px;
    transform-origin: center center;
    z-index: 10;
}

.SGQHour_team .iKCGmessage_holder::before {
    transform: translateZ(20px);
    width: 5px;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(206,188,210), rgb(168,128,179));
    top: 0;
    content: "";
    height: 100%;
}

.SGQHour_team .iKCGmessage_holder p {
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    font-weight: 600;
    display: inline-block;
    font-size: calc(15px * 1.5);
    transform: translateZ(10px);
}

.XUfcthanksCore .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.XUfcthanksCore .wkAostudy_training:hover {
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(206,188,210,0.5), 0.12);
    transform: translateY(-5px);
}

.XUfcthanksCore .wkAostudy_training::before {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(to bottom, rgb(206,188,210), rgb(168,128,179));
    top: 0;
    left: 0;
    transform-origin: top;
    content: "";
    height: 100%;
    width: 4px;
    transform: scaleY(0);
    position: absolute;
}

.XUfcthanksCore a::before {
    position: absolute;
    transform: scaleX(0);
    height: 1px;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    content: "";
    width: 100%;
    transform-origin: right;
    bottom: 0;
    background: rgba(rgb(206,188,210,0.5), 0.3);
}

.toUFcheck_it_out_now .container {
    gap: 2.5rem;
    position: relative;
    display: grid;
    z-index: 1;
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 1200px;
}

.toUFcheck_it_out_now span {
    position: relative;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.toUFcheck_it_out_now .WZcvfeedback_info::before {
    width: 100%;
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    height: 100%;
    position: absolute;
    top: 0;
}

.toUFcheck_it_out_now .WZcvfeedback_info:hover::after {
    animation: shine 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.toUFcheck_it_out_now .WZcvfeedback_info:hover span {
    transform: translateX(5px);
}

.gpuxcustomer_reviews::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    background: linear-gradient(135deg, rgba(rgb(168,128,179,0.5), 0.05), rgba(rgb(206,188,210,0.5), 0.08));
    height: 300px;
    width: 300px;
    right: -50px;
    filter: blur(40px);
    bottom: -50px;
    z-index: 0;
}

.gpuxcustomer_reviews .WJjruser_testimonials {
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.03), -12px -12px 24px rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: #ffffff;
    padding: 30px;
}

.gpuxcustomer_reviews .WJjruser_testimonials:hover img {
    transform: scale(1.05);
}

.gpuxcustomer_reviews .WJjruser_testimonials:hover h4::after {
    width: 100%;
}

.gpuxcustomer_reviews .WJjruser_testimonials .description {
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
    z-index: 1;
    color: #000000;
    position: relative;
}

.gpuxcustomer_reviews a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(rgb(206,188,210,0.5), 0.3);
}



@container (min-width: 350px) {.gpuxcustomer_reviews .WJjruser_testimonials .description {
    font-size: calc(15px + 1px);
    line-height: 1.7;
}}

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

header .CDRnnav_page {
    position: relative;
    display: flex;
    margin-bottom: 0.5rem;
    justify-content: center;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

header .PcNUtop_primary {
    display: flex;
    border-radius: 10px;
    gap: 0.4rem;
    flex-wrap: wrap;
    background: rgb(243,240,244);
    justify-content: center;
    width: 100%;
    padding: 0.6rem;
}

header .NieZsite_navbar::after {
    left: 0;
    position: absolute;
    content: '';
    transition: transform 0.3s ease;
    bottom: 0;
    transform-origin: left;
    background: linear-gradient(to right, rgb(206,188,210), rgb(168,128,179));
    transform: scaleX(0);
    width: 100%;
    height: 2px;
}

.FfiIeducational_gains .YpMyproduct_image {
    overflow: hidden;
    border-radius: 23px;
    grid-row: 1;
    transform: translateY(30px);
    position: relative;
    grid-column: 1 / span 7;
    animation: float 6s ease-in-out infinite;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    height: 500px;
}

.FfiIeducational_gains .text_main_holder {
    gap: 2rem;
    display: grid;
}

.FfiIeducational_gains .text_main_holder > div:hover {
    transform: translateX(5px);
}

.FfiIeducational_gains .text_main_holder svg {
    border-radius: 23px;
    width: 2.5rem;
    transition: all 0.3s ease;
    background: rgb(206,188,210,0.5);
    padding: 0.6rem;
    height: 2.5rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.fjQkopening_board::after {
    opacity: 0.2;
    height: 40%;
    right: -10%;
    top: -10%;
    filter: blur(60px);
    position: absolute;
    animation: float 18s infinite ease-in-out;
    content: "";
    width: 40%;
    background: radial-gradient(
    circle at center,
    rgb(168,128,179) 0%,
    transparent 70%
  );
}

.fjQkopening_board .zMxPedu_entry > div:first-child:hover h3 {
    transform: translateX(10px);
}

.fjQkopening_board .CMZgpro_learn {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 2px 5px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 3rem;
    background: linear-gradient(
    145deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.9) 100%
  );
    transform: rotateX(5deg);
    transition: 
    transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    box-shadow 0.6s ease;
    transform-origin: bottom center;
}

.fjQkopening_board .CMZgpro_learn > div {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.1),
    0 5px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateY(0);
}

.bygoaudience_profile::after {
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    top: 0;
    opacity: 0.1;
    height: 100%;
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
}

.bygoaudience_profile ul {
    padding: 0;
    display: grid;
    gap: 2.5rem;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
}

.bygoaudience_profile li::before {
    background: 
        radial-gradient(circle at 90% 10%, rgb(206,188,210,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(168,128,179,0.5) 0%, transparent 30%);
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    transition: opacity 0.5s ease;
    opacity: 0.1;
}

.bygoaudience_profile li:hover svg {
    fill: rgb(206,188,210);
    filter: drop-shadow(0 8px 15px rgb(206,188,210,0.5));
    transform: translateY(-5px);
}

.bygoaudience_profile li:nth-child(2) {
    animation-delay: 0.3s;
}

.SZEKmentorship_profile::before {
    left: 0;
    background-size: 50px 50px;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    animation: gridMove 20s linear infinite;
    content: "";
    position: absolute;
    top: 0;
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(206,188,210,0.5) 49.5%, rgb(206,188,210,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(206,188,210,0.5) 49.5%, rgb(206,188,210,0.5) 50.5%, transparent 50.5%);
}

.SZEKmentorship_profile .WJjruser_testimonials:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}

.SZEKmentorship_profile .WJjruser_testimonials:hover .NZoSjob_expertise {
    transform: translateZ(40px) translateY(-10px);
}

.SZEKmentorship_profile .container::after {
    z-index: -1;
    left: 0;
    height: 100%;
    filter: blur(100px);
    top: 0;
    width: 100%;
    animation: colorPulse 10s ease-in-out infinite alternate;
    background: 
        radial-gradient(circle at 80% 20%, rgb(206,188,210,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(168,128,179,0.5) 0%, transparent 50%);
    position: absolute;
    content: "";
}

footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}

footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}

footer .info_item:hover {
    transform: scale(1.05) translateY(0);
    background-color: rgb(168,128,179,0.5);
    z-index: 2;
}

footer .info_item p,
footer .info_item a {
    font-size: 12px;
    max-width: 80%;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

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

footer .rZCamain_mainbar::before {
    top: -50px;
    left: -50px;
    background-color: rgb(206,188,210);
}

footer .PcNUtop_primary h5::after, footer .subscribe_holder h5::after {
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    bottom: -8px;
    position: absolute;
    width: 40px;
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
}

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

footer .DBCLgrant_cta {
    display: inline-block;
    backdrop-filter: blur(5px);
    background-color: rgb(206,188,210,0.5);
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 16px;
}

.bUVqreach_out .EDfBfeedback_inquiry {
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    border-radius: 26px;
}

.bUVqreach_out .sqJlrequest_reach div {
    border-left: 3px solid rgb(168,128,179);
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
}

.bUVqreach_out .KePtmessage_support {
    overflow: hidden;
    padding: 50px 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    flex: 1.2;
}

.bUVqreach_out form h3::after {
    bottom: 0;
    width: 60px;
    height: 3px;
    content: '';
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(206,188,210);
    left: 50%;
}

.bUVqreach_out .sBEjinquiry_query {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin: 25px 0;
}

.bUVqreach_out .sBEjinquiry_query input[type="checkbox"]:checked::after {
    width: 5px;
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    position: absolute;
    height: 10px;
    top: 2px;
    content: '';
    left: 6px;
}

.bUVqreach_out .WZcvfeedback_info:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.wKTpprivacy_fortification {
    gap: 20px;
    color: #ffffff;
    flex-direction: column;
    background-color: rgb(206,188,210);
    display: flex;
    padding: 50px;
    border: 1px solid rgb(206,188,210);
    font-family: Arial, sans-serif;
}

.wKTpprivacy_fortification ul {
    padding-left: 0;
    margin: 10px 0;
    color: #ffffff;
    list-style: none;
}

.wKTpprivacy_fortification li:not(:last-child) {
    margin-bottom: 15px;
}

.wKTpprivacy_fortification a {
    text-decoration: underline;
    color: rgb(168,128,179);
    font-weight: 700;
}

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

.XMuqmembership_plan .fOvKrate_choice {
    color: #ffffff;
    font-size: calc(16px + 2px);
    line-height: 1.6;
    max-width: 700px;
    text-align: center;
    margin: 0 auto 50px;
    opacity: 0.9;
}

.XMuqmembership_plan .udzstrial_rates li:hover {
    transform: translateY(-10px);
    z-index: 3;
}

.XMuqmembership_plan .TvrIskill_pricing:hover .xWvJcost_matrix::before {
    transform: scaleX(1);
}

.XMuqmembership_plan .TvrIskill_pricing:hover .xWvJcost_matrix::after {
    opacity: 1;
}

.XMuqmembership_plan .xpdZrate_schemes {
    position: relative;
    z-index: 2;
}

.XMuqmembership_plan .xpdZrate_schemes h4 {
    color: #ffffff;
    display: inline-block;
    margin: 0 0 20px;
    position: relative;
    font-weight: 700;
    font-size: calc(23px + 2px);
}

.XMuqmembership_plan .YLEkpackage_deal {
    color: #ffffff;
    padding: 10px 0;
    font-size: calc(23px + 4px);
    position: relative;
    display: block;
    font-weight: 700;
    margin-top: 15px;
}


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



@media (max-width: 768px) {.czqtcourse_program_details {
    padding: 4rem 0;
}.czqtcourse_program_details .wkAostudy_training::before {
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
    left: -1.5rem;
    top: -1.5rem;
}.czqtcourse_program_details .WXhGtech_classes {
    padding: 2rem;
}.czqtcourse_program_details .rZCamain_mainbar svg {
    height: 3.5rem;
}.czqtcourse_program_details h3 {
    font-size: calc(32px * 0.9);
}.czqtcourse_program_details .YpMyproduct_image {
    min-height: 300px;
}
}



@media (max-width: 992px) {.SGQHour_team {
    padding: 4rem 0;
}.SGQHour_team h2 {
    font-size: calc(30px * 1.3);
    margin-bottom: 2.5rem;
}.SGQHour_team .iKCGmessage_holder {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2.5rem;
}.SGQHour_team .iKCGmessage_holder div div {
    column-count: 2;
}
}



@media (min-width: 1024px) {.XUfcthanksCore .wkAostudy_training {
    padding: 5rem;
    gap: 4rem;
}.XUfcthanksCore h5 {
    font-size: calc(23px * 1.3);
}.XUfcthanksCore::after {
    width: 50%;
    right: -10%;
}
}



@media (min-width: 768px) {.toUFcheck_it_out_now {
    padding: 5rem 3rem;
}.toUFcheck_it_out_now .container {
    gap: 3rem;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}.toUFcheck_it_out_now h6 {
    text-align: left;
    max-width: 90%;
}.toUFcheck_it_out_now div:nth-child(2) {
    justify-content: flex-end;
}
}



@media (min-width: 1200px) {.gpuxcustomer_reviews .mknguser_stories {
    grid-template-columns: repeat(4, 1fr);
}.gpuxcustomer_reviews h2 {
    font-size: calc(30px + 4px);
}.gpuxcustomer_reviews .wkAostudy_training {
    margin: 0 auto;
    max-width: 1200px;
}
}



@media (prefers-reduced-motion: reduce) {.gpuxcustomer_reviews .WJjruser_testimonials,
  .gpuxcustomer_reviews a,
  .gpuxcustomer_reviews a::before,
  .gpuxcustomer_reviews .WJjruser_testimonials img,
  .gpuxcustomer_reviews .WJjruser_testimonials h4::after {
    transition: none;
}
}



@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .YjIonav_tutor {
    padding: 0.6rem;
    gap: 0.6rem;
}header .CDRnnav_page svg {
    width: 110px;
}header .PcNUtop_primary {
    overflow-x: auto;
    padding: 0.4rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .PcNUtop_primary::-webkit-scrollbar {
    height: 2px;
}header .PcNUtop_primary::-webkit-scrollbar-thumb {
    background: rgb(206,188,210);
    border-radius: 10px;
}header .NieZsite_navbar {
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (min-width: 992px) {.fjQkopening_board .zMxPedu_entry {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 4rem;
}.fjQkopening_board h1 {
    font-size: calc(38px * 1.2);
}.fjQkopening_board h3 {
    font-size: calc(23px * 1.2);
}
}



@media (max-width: 480px) {.fjQkopening_board {
    padding: 3rem 1rem;
}.fjQkopening_board .zMxPedu_entry > div:first-child {
    padding: 1.25rem;
}.fjQkopening_board h3 {
    font-size: calc(20px * 1.1);
}.fjQkopening_board .CMZgpro_learn {
    padding: 1.5rem 1rem;
}.fjQkopening_board h1 {
    margin-bottom: 1rem;
    font-size: 30px;
}}



@media (max-width: 576px) {.SZEKmentorship_profile {
    padding: 4rem 0;
}.SZEKmentorship_profile .YpMyproduct_image {
    width: 220px;
    height: 220px;
    margin-bottom: 35px;
}.SZEKmentorship_profile .name {
    padding: 1rem 1.5rem;
    min-width: auto;
    width: 100%;
    margin-bottom: 25px;
    font-size: 23px;
}.SZEKmentorship_profile .WJjruser_testimonials span:not(.name) {
    font-size: 14px;
    padding: 0.5rem 1rem;
    margin-bottom: 35px;
}.SZEKmentorship_profile .NZoSjob_expertise {
    font-size: calc(14px * 0.9);
    padding: 2rem 1.5rem;
}}



@media (max-width: 767px) {.bUVqreach_out {
    padding: 60px 0;
}.bUVqreach_out .sqJlrequest_reach,
    .bUVqreach_out .KePtmessage_support {
    padding: 30px 20px;
}.bUVqreach_out .sqJlrequest_reach h3,
    .bUVqreach_out form h3 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.8);
}.bUVqreach_out .sqJlrequest_reach div {
    margin-bottom: 15px;
    padding: 12px;
}.bUVqreach_out form input[type="text"],
    .bUVqreach_out form input[type="email"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.bUVqreach_out .sBEjinquiry_query {
    margin: 20px 0;
}.bUVqreach_out .WZcvfeedback_info {
    padding: 12px 15px;
}
}



@media (max-width: 767px) {.XMuqmembership_plan {
    padding: 60px 0;
}.XMuqmembership_plan h2 {
    font-size: calc(34px - 4px);
}.XMuqmembership_plan .fOvKrate_choice {
    margin-bottom: 30px;
    font-size: 16px;
}.XMuqmembership_plan .udzstrial_rates {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.XMuqmembership_plan .xpdZrate_schemes h4 {
    font-size: 23px;
}.XMuqmembership_plan .YLEkpackage_deal {
    font-size: 23px;
}
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0) translateZ(-10px);
    }
    50% {
        transform: rotate(-12deg) translate(-20px, 20px) translateZ(-10px);
    }
}



@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-5%, 5%);
  }
  50% {
    transform: translate(5%, 10%);
  }
  75% {
    transform: translate(-3%, 3%);
  }
  100% {
    transform: translate(0, 0);
  }
}

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

