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

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

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

html,body {
    min-height: 100%;
    auto
    scroll-behavior: auto;
    auto
contain
touch-action: none;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-snap-type: none;
}

.container {
    margin: auto;
    max-width: 100%;
    width: 1233px;
}

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

.welcome_section_gxdnGm > div {
    flex-direction: column;
    transform: translateY(20px);
    display: flex;
    position: relative;
    gap: 3rem;
    max-width: 1200px;
    z-index: 3;
    animation: slide-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    width: 100%;
}

.welcome_section_gxdnGm > div > div:first-child::before {
    transform: scaleY(0);
    left: 0;
    background: linear-gradient(to bottom, 
    rgb(155,170,173), 
    rgb(120,138,141));
    transform-origin: top;
    width: 6px;
    top: 0;
    animation: line-grow 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    height: 100%;
    position: absolute;
    content: "";
}

.welcome_section_gxdnGm .course_entry_6NaFqh {
    background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.03) 0%, 
    rgba(255, 255, 255, 0.1) 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    flex-direction: column;
    opacity: 0;
    padding: 2.5rem;
    transform: translateY(30px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    gap: 2rem;
    animation: fade-in-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    display: flex;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.1);
}

.welcome_section_gxdnGm .course_entry_6NaFqh > div:last-child {
    opacity: 0;
    align-items: center;
    animation: fade-in 1s ease 1.4s forwards;
    position: relative;
    display: flex;
}

.welcome_section_gxdnGm .course_entry_6NaFqh p {
    position: relative;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
    padding-left: 1rem;
    font-size: clamp(1rem, 2vw, 1.25rem);
}

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

footer .webinar_live_rJ8R5W {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    overflow: hidden;
    background-color: rgb(120,138,141);
}

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

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

footer .info_item {
    background-color: rgb(120,138,141,0.5);
    position: relative;
    transition: all 0.3s ease;
    max-width: 300px;
    overflow: hidden;
    border-radius: 0 5px 5px 0;
    padding: 15px 20px 15px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex: 1 1 200px;
}

footer .info_item:nth-child(even) {
    background-color: rgb(155,170,173,0.5);
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}

footer .info_item p,
footer .info_item a {
    font-size: 17px;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    color: #ffffff;
    transition: color 0.3s ease;
}

footer .header_wrap_VKr4h0 {
    padding: 30px;
    position: relative;
    border-radius: 24px;
    background-color: rgb(120,138,141,0.5);
}

footer .header_wrap_VKr4h0 svg {
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
    display: block;
    margin-bottom: 20px;
}

footer .forum_link_3dE8z7 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
}

footer .head_sitebar_F8ZgcH h5 {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    margin-bottom: 25px;
    padding-left: 15px;
    font-weight: 600;
    display: inline-block;
}

footer .top_edu_HvaKhL a {
    text-decoration: none;
    font-size: 17px;
    position: relative;
    padding: 10px 15px;
    display: inline-block;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 10px 10px 0;
    border-radius: 0 5px 5px 0;
    background-color: rgb(120,138,141,0.5);
}

footer .top_edu_HvaKhL a:hover::before {
    width: 5px;
}

footer .subscribe_holder {
    position: relative;
    border-radius: 24px;
    padding: 30px;
    background-color: rgb(120,138,141,0.5);
}

footer .subscribe_holder h5 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 17px;
}

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

footer .input_holder input[type="email"]:focus {
    border-color: rgb(155,170,173);
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}

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

footer .updates_box_FCfleS::after {
    width: 200%;
    position: absolute;
    top: -50%;
    transform: rotate(30deg);
    left: -100%;
    background: rgba(255, 255, 255, 0.1);
    height: 200%;
    content: "";
    transition: all 0.5s ease;
}

footer .updates_box_FCfleS:hover {
    background-color: rgb(120,138,141);
}

footer .footer_benefit_LCDW1H::before {
    width: 50px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: 50%;
    top: -25px;
    height: 1px;
    content: "";
    transform: translateX(-50%);
}

.thanks_note_AtouHv::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    background: radial-gradient(circle at 75% 25%, rgb(155,170,173,0.5) 0%, transparent 50%);
    z-index: 1;
}

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

.thanks_note_AtouHv .smart_classes_PcjmvL {
    flex-direction: column;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-20px);
    gap: 2.5rem;
    position: relative;
    display: flex;
    opacity: 0;
}

.thanks_note_AtouHv .smart_classes_PcjmvL > div:last-child {
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    padding: 2.5rem;
    transform: translateY(15px);
}

.thanks_note_AtouHv h5 {
    margin: 0;
    color: #000000;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateY(0);
    font-weight: 700;
    font-size: 24px;
    padding-left: 1rem;
    line-height: 1.4;
}

.thanks_note_AtouHv a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}

.thanks_note_AtouHv a:hover p {
    color: rgb(155,170,173);
}

.tariff_box_k2PoWs {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(190,204,208);
}

.tariff_box_k2PoWs::after {
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    height: 250px;
    width: 250px;
    position: absolute;
    filter: blur(60px);
    left: -50px;
    z-index: 0;
    content: "";
    background: rgb(120,138,141,0.5);
    bottom: -50px;
}

.tariff_box_k2PoWs .lesson_rates_rJ5Ut2 {
    flex-direction: column;
    gap: 60px;
    display: flex;
}

.tariff_box_k2PoWs .promo_rates_xe8ica h2 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 30px;
    margin-bottom: 20px;
}

.tariff_box_k2PoWs .cost_breakdown_g0jdDB {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0.85;
}

.tariff_box_k2PoWs .program_fees_8aQKqy {
    gap: 30px;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.tariff_box_k2PoWs .learning_fee_kQzV5h:hover {
    transform: translateY(-10px) scale(1.02);
}

.tariff_box_k2PoWs .program_rate_UA6VsL {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
    transform-style: preserve-3d;
    background: #ffffff;
    position: relative;
    transition: box-shadow 0.4s ease;
}

.tariff_box_k2PoWs .payment_plans_G4W5aO::before {
    transform-origin: left;
    transform: scaleX(0);
    height: 5px;
    transition: transform 0.5s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(155,170,173), rgb(120,138,141));
}

.tariff_box_k2PoWs .learning_fee_kQzV5h:hover .payment_plans_G4W5aO h3 {
    transform: translateX(5px);
    color: rgb(155,170,173);
}

.tariff_box_k2PoWs .pricing_levels_zsYuhF::before {
    height: 2px;
    position: absolute;
    width: 40px;
    background: rgb(120,138,141,0.5);
    content: "";
    left: 0;
    transition: width 0.4s ease;
    bottom: -8px;
}

.tariff_box_k2PoWs .learning_fee_kQzV5h:hover .pricing_levels_zsYuhF::before {
    width: 80px;
}

.tariff_box_k2PoWs .photo_album_QonJBj {
    height: 200px;
    position: relative;
    transition: transform 0.6s ease, filter 0.6s ease;
    overflow: hidden;
    transform: translateZ(-10px);
}

.tariff_box_k2PoWs .photo_album_QonJBj::after {
    transition: opacity 0.5s ease;
    opacity: 0.6;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    inset: 0;
}

.tariff_box_k2PoWs .learning_fee_kQzV5h::after {
    right: 30px;
    transition: opacity 0.4s ease;
    content: "";
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    position: absolute;
    filter: blur(10px);
    height: 15px;
    background: rgb(155,170,173,0.5);
    left: 30px;
    top: 100%;
}

.about_this_30bJUT::after {
    opacity: 0.3;
    pointer-events: none;
    top: -50%;
    animation: rotate 120s linear infinite;
    left: -50%;
    height: 200%;
    background-size: 20px 20px;
    content: "";
    background: radial-gradient(circle at center, rgb(155,170,173,0.5) 0%, transparent 15%);
    width: 200%;
    position: absolute;
    z-index: 2;
}

.about_this_30bJUT .label_container_SbITG0:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.about_this_30bJUT .label_container_SbITG0 > div:first-child {
    position: relative;
    margin-bottom: 15px;
}

.about_this_30bJUT .label_container_SbITG0 > div:first-child::before {
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(120,138,141), transparent);
    left: -60px;
    height: 1px;
    position: absolute;
    content: "";
    width: 40px;
    transform: translateY(-50%);
}

.about_this_30bJUT h5 {
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    color: #ffffff;
    display: inline-block;
}

.about_this_30bJUT h5::after {
    content: "";
    animation: pulse 2s ease-in-out infinite;
    transform-origin: center;
    background: linear-gradient(90deg, transparent, rgb(155,170,173), transparent);
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -8px;
}

.about_this_30bJUT .label_container_SbITG0 > div:nth-child(2) p b {
    color: rgb(155,170,173);
    letter-spacing: 1px;
    font-weight: 700;
}

.about_this_30bJUT ol li {
    color: #ffffff;
    position: relative;
    line-height: 1.8;
    opacity: 0;
    text-align: justify;
    font-size: 18px;
    animation: fadeIn 1s ease-out forwards;
    font-weight: 300;
    animation-delay: 0.5s;
}

header::before {
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    z-index: 0;
    top: 0;
    content: '';
    left: 0;
    width: 100%;
}

header .nav_begin_cte3gO {
    display: flex;
    position: relative;
    justify-content: center;
    padding: 0 0 1rem 0;
    text-decoration: none;
}

header .nav_begin_cte3gO::after {
    position: absolute;
    height: 1px;
    width: 60%;
    content: '';
    background: linear-gradient(to right, transparent, rgb(155,170,173,0.5), rgb(120,138,141,0.5), rgb(155,170,173,0.5), transparent);
    left: 20%;
    bottom: 0;
}

header .nav_start_b58RVK {
    border-radius: 10px;
    text-decoration: none;
    font-size: 19px;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, #ffffff, rgb(190,204,208));
    z-index: 1;
    position: relative;
    padding: 0.7rem 1.3rem;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

header .nav_start_b58RVK:hover::before {
    height: 100%;
}

.stay_updated_tO6VqS {
    position: relative;
    background: linear-gradient(135deg, rgb(190,204,208) 0%, rgb(155,170,173,0.5) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 4rem 2rem;
    border-radius: 22px;
}

.stay_updated_tO6VqS .container {
    position: relative;
    display: grid;
    z-index: 2;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
}

.stay_updated_tO6VqS p {
    font-weight: 700;
    color: #000000;
    opacity: 0;
    position: relative;
    font-size: 18px;
    animation: slideIn 0.7s forwards 0.3s;
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
    font-family: Arial, sans-serif;
    padding-left: 3rem;
}

.stay_updated_tO6VqS .input_holder {
    display: flex;
    gap: 1rem;
    opacity: 0;
    flex-direction: column;
    position: relative;
    transform: translateX(30px);
    animation: slideIn 0.7s forwards 0.5s;
}

.stay_updated_tO6VqS .news_wrap_hBCycp:focus {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    outline: none;
}

.stay_updated_tO6VqS .updates_box_FCfleS {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 1rem 2rem;
    border-radius: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(155,170,173) 0%, rgb(120,138,141) 100%);
    overflow: hidden;
}

.contact_panel_AgtmL4 {
    padding: 100px 0;
    position: relative;
    background: rgb(190,204,208);
    overflow: hidden;
}

.contact_panel_AgtmL4 .photo_album_QonJBj {
    top: 0;
    width: 100%;
    position: absolute;
    height: 50%;
    z-index: 0;
    left: 0;
}

.contact_panel_AgtmL4 .photo_album_QonJBj::after {
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(190,204,208) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
}

.contact_panel_AgtmL4 .query_grid_oKMynH {
    display: flex;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.contact_panel_AgtmL4 .query_support_6XuLV8 {
    position: relative;
    padding: 60px 50px;
    flex: 2;
}

.contact_panel_AgtmL4 input[type="text"],
.contact_panel_AgtmL4 textarea {
    font-size: 16px;
    border-radius: 0;
    background: #ffffff;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 15px 0;
    border: none;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 2px solid rgb(120,138,141,0.5);
    transition: all 0.3s ease;
}

.contact_panel_AgtmL4 textarea {
    height: 120px;
    resize: none;
}

.contact_panel_AgtmL4 .connect_card_Cs0eWM input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_panel_AgtmL4 .connect_card_Cs0eWM label::before {
    position: absolute;
    height: 22px;
    left: 0;
    content: '';
    top: 0;
    width: 22px;
    transition: all 0.3s ease;
    border: 2px solid rgb(120,138,141);
    background: #ffffff;
}

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

.contact_panel_AgtmL4 .query_inquiry_t93p04 {
    border: none;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 700;
    background: rgb(155,170,173);
    padding: 16px 40px;
    cursor: pointer;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.contact_panel_AgtmL4 .query_query_BDoyZL::before {
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
}

.contact_panel_AgtmL4 .query_query_BDoyZL h4::after {
    content: '';
    left: 0;
    position: absolute;
    bottom: -15px;
    width: 50px;
    height: 3px;
    background: rgb(155,170,173);
}

.contact_panel_AgtmL4 .connect_list_8hE3fI li:last-child {
    margin-bottom: 0;
}

.contact_panel_AgtmL4 .connect_list_8hE3fI svg {
    height: 24px;
    margin-right: 20px;
    flex-shrink: 0;
    width: 24px;
    transition: transform 0.3s ease;
}

.contact_panel_AgtmL4 .connect_list_8hE3fI span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.6;
    font-size: 16px;
}

.contact_panel_AgtmL4 .connect_list_8hE3fI a:hover {
    color: rgb(155,170,173);
}


.cookie_option_5Za8UH {
    justify-content: space-between;
    box-shadow: 0 0 20px rgb(155,170,173,0.5);
    align-items: center;
    display: flex;
    padding: 20px 5%;
    background: linear-gradient(135deg, rgb(120,138,141) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
}

.visitor_settings_TcMa6t svg, .visitor_settings_TcMa6t svg path {
    fill: rgb(155,170,173);
    height: 60px;
    width: 60px;
    transition: transform 0.3s ease;
}

.visitor_settings_TcMa6t:hover svg {
    transform: rotate(20deg);
}

.track_alert_ne0hsx h5 {
    margin-bottom: 10px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(155,170,173);
    color: rgb(155,170,173);
    font-size: 21px;
}

.visitor_controls_UlZNqa:hover {
    background: rgb(120,138,141);
    box-shadow: 0 0 20px rgb(120,138,141,0.5);
}

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

.usageAgreementAlert_g0yQjV p a:hover {
    color: rgb(120,138,141);
}

#consentPolicyBanner_RGohOX {
    display: none;
}


.user_reviews_Ldh18A {
    background: linear-gradient(135deg, rgb(190,204,208) 0%, #ffffff 100%);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}

.user_reviews_Ldh18A::after {
    width: 50%;
    content: "";
    bottom: -5%;
    transform: rotate(15deg) skewX(15deg);
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 80%);
    right: -10%;
    z-index: 1;
    height: 75%;
    position: absolute;
    background: linear-gradient(45deg, transparent 30%, rgb(120,138,141,0.5) 100%);
}

.user_reviews_Ldh18A h2 {
    color: #000000;
    margin-bottom: 3rem;
    transform: translateX(-5%);
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.user_reviews_Ldh18A .learning_feedback_sz6Pg5 {
    gap: 2.5rem;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    margin: 0;
}

.user_reviews_Ldh18A .client_testimonials_XZT91i:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px) scale(1.02);
}

.user_reviews_Ldh18A .client_testimonials_XZT91i::before {
    background: linear-gradient(to bottom, rgb(155,170,173), rgb(120,138,141));
    content: "";
    width: 6px;
    position: absolute;
    transform-origin: top;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    left: 0;
    top: 0;
    transform: scaleY(0);
}

.user_reviews_Ldh18A .client_testimonials_XZT91i:nth-child(3n+1):hover {
    transform: translateY(10px) scale(1.02);
}

.user_reviews_Ldh18A .client_testimonials_XZT91i div {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}

.user_reviews_Ldh18A .client_testimonials_XZT91i:hover img {
    border-color: rgb(155,170,173);
    transform: scale(1.1);
}

.user_reviews_Ldh18A .client_testimonials_XZT91i h4 {
    margin: 0;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
}

.user_reviews_Ldh18A .client_testimonials_XZT91i:hover h4::after {
    transform: scaleX(1);
}

.user_reviews_Ldh18A .description {
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    margin: 0;
    padding-left: 1.5rem;
}

.user_reviews_Ldh18A a {
    text-decoration: none;
    font-size: 19px;
    overflow: hidden;
    color: #ffffff;
    margin-top: 3rem;
    background: linear-gradient(135deg, rgb(155,170,173) 0%, rgb(120,138,141) 100%);
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1rem 2.5rem;
    position: relative;
    transform: translateX(40%);
    display: inline-block;
}

.user_reviews_Ldh18A a:hover::before {
    left: 100%;
}

.secure_protection_usU50G {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255, 0.5);
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    width: 100%;
    grid-gap: 30px;
    background: linear-gradient(135deg, rgb(120,138,141) 25%, rgb(155,170,173) 75%);
    padding: 60px;
}

.secure_protection_usU50G h2 {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    font-size: 29px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    background: rgb(120,138,141);
    font-family: Arial, sans-serif;
    margin-top: 0;
    text-align: left;
    padding: 10px;
    color: #ffffff;
}

.secure_protection_usU50G ul, .secure_protection_usU50G ol {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin: 15px 0;
    list-style: none;
    border-radius: 10px;
    list-style-position: inside;
    font-size: 16px;
    padding-left: 20px;
    color: #ffffff;
    padding: 10px;
}

.secure_protection_usU50G section {
    background: rgb(190,204,208);
    border-radius: 10px;
    grid-gap: 20px;
    color: #000000;
    padding: 20px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.statistical_report_5gJDQh {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(190,204,208) 0%, rgb(120,138,141,0.5) 100%);
    padding: 5rem 0;
    position: relative;
}

.statistical_report_5gJDQh::after {
    content: "";
    opacity: 0.4;
    background-image: radial-gradient(circle, rgb(120,138,141,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    transform: translateZ(0);
    z-index: 0;
    width: 100%;
    right: -50%;
    top: -50%;
}

.statistical_report_5gJDQh h4::after {
    height: 3px;
    transform: scaleX(0.8);
    transition: transform 0.5s ease;
    width: 80px;
    margin: 1rem auto 0;
    background: linear-gradient(90deg, rgb(155,170,173) 0%, rgb(120,138,141) 100%);
    content: "";
    display: block;
}

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

.statistical_report_5gJDQh ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.statistical_report_5gJDQh .expert_benefits_PWfArE::before {
    height: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    width: 4px;
    transition: height 0.5s ease;
    background: linear-gradient(to bottom, rgb(155,170,173), rgb(120,138,141));
}

.statistical_report_5gJDQh .expert_benefits_PWfArE:hover {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08), 
                -8px -8px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}

.statistical_report_5gJDQh .expert_benefits_PWfArE p {
    font-size: 3.5rem;
    transform: translateZ(0);
    position: relative;
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: transparent;
    background: linear-gradient(90deg, rgb(155,170,173) 0%, rgb(120,138,141) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0 0 0.5rem;
    line-height: 1;
}

.statistical_report_5gJDQh .expert_benefits_PWfArE p {
    font-size: 4rem;
}

.statistical_report_5gJDQh .expert_benefits_PWfArE:hover p::after {
    transform: translateX(-50%) scaleX(1);
}

.statistical_report_5gJDQh .expert_benefits_PWfArE:hover span {
    color: rgb(155,170,173);
}


    
    .statistical_report_5gJDQh .expert_benefits_PWfArE:nth-child(odd) {
    animation: floatStat 6s ease-in-out infinite;
}

.instructor_history_f2Rlvg {
    overflow: hidden;
    padding: 70px 30px;
    position: relative;
    background: linear-gradient(45deg, rgb(190,204,208) 0%, #ffffff 100%);
}

.instructor_history_f2Rlvg::after {
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(120,138,141,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0.3;
    content: "";
    right: 0;
}

.instructor_history_f2Rlvg .photo_album_QonJBj {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    position: relative;
    transform: rotateX(10deg);
    border-radius: 23px 23px 0 0;
    overflow: hidden;
    transform-origin: bottom;
    z-index: 2;
    height: 300px;
}

.instructor_history_f2Rlvg .client_testimonials_XZT91i:hover .photo_album_QonJBj {
    transform: rotateX(0deg) translateZ(30px);
}

.instructor_history_f2Rlvg .client_testimonials_XZT91i:hover .experience_O8LyWV {
    transform: rotateX(0deg) translateZ(20px);
}

.instructor_history_f2Rlvg .name {
    transition: transform 0.4s ease;
    margin-bottom: 10px;
    font-size: 31px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: rgb(155,170,173);
    transform: translateZ(0);
}

.instructor_history_f2Rlvg .client_testimonials_XZT91i:hover .name::after {
    width: 100%;
}

.instructor_history_f2Rlvg .client_testimonials_XZT91i:hover .name {
    transform: translateZ(10px);
}

.instructor_history_f2Rlvg .client_testimonials_XZT91i:hover .experience_O8LyWV > div:nth-child(2) {
    color: rgb(120,138,141);
    transform: translateZ(15px);
}

.instructor_history_f2Rlvg .exp_view_fkiJc4 {
    color: #000000;
    transform: translateZ(0);
    border-top: 1px solid rgb(190,204,208);
    padding: 20px 0 0 0;
    transition: transform 0.4s ease 0.2s;
    position: relative;
    line-height: 1.7;
    font-size: 12px;
}

.course_highlights_akV2xW {
    position: relative;
    background: linear-gradient(215deg, rgb(190,204,208) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(155,170,173,0.5) 90%);
    overflow: hidden;
    padding: 100px 0;
}

.course_highlights_akV2xW::after {
    content: "";
    height: 200%;
    z-index: 1;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 90%);
    position: absolute;
    left: -50%;
    top: -50%;
    animation: rotateBg 60s linear infinite;
    width: 200%;
    opacity: 0.4;
}

.course_highlights_akV2xW .container {
    position: relative;
    z-index: 3;
}

.course_highlights_akV2xW .smart_classes_PcjmvL {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 500px;
}

.course_highlights_akV2xW .photo_album_QonJBj::before {
    opacity: 0.85;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    transition: opacity 0.5s ease;
    background: linear-gradient(
        145deg,
        transparent 0%,
        rgb(155,170,173,0.5) 100%
    );
    mix-blend-mode: multiply;
}

.course_highlights_akV2xW .smart_classes_PcjmvL:hover .photo_album_QonJBj {
    transform: scale(1.03);
}

.course_highlights_akV2xW .smart_classes_PcjmvL:hover .photo_album_QonJBj::before {
    opacity: 0.6;
}

.course_highlights_akV2xW .header_wrap_VKr4h0 {
    z-index: 5;
    transform-style: preserve-3d;
    display: flex;
    width: 110px;
    background: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 15px rgb(120,138,141,0.5);
    right: 10%;
    align-items: center;
    top: -30px;
    border-radius: 43% 57% 63% 37% / 41% 65% 35% 59%;
    perspective: 1000px;
    animation: floatLogo 6s ease-in-out infinite;
    justify-content: center;
    position: absolute;
    height: 110px;
}

.course_highlights_akV2xW .header_wrap_VKr4h0:hover svg {
    transform: translateZ(30px) scale(1.1);
    fill: rgb(120,138,141);
}

.course_highlights_akV2xW .header_wrap_VKr4h0 svg path {
    stroke-width: 0.5;
    transition: all 0.4s ease;
    stroke: #000000;
}

.course_highlights_akV2xW .pro_skills_zHghUV h3 {
    padding: 15px 25px;
    transform: translateZ(0);
    font-size: 37px;
    border-radius: 10px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgb(155,170,173,0.5);
    margin-bottom: 30px;
    border-left: 4px solid rgb(155,170,173);
    background: linear-gradient(
        135deg,
        rgb(155,170,173,0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    display: inline-block;
    backdrop-filter: blur(10px);
}

.course_highlights_akV2xW .pro_skills_zHghUV p::first-letter {
    line-height: 0.8;
    margin-top: 5px;
    margin-right: 10px;
    color: rgb(155,170,173);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 2.5em;
    font-weight: 700;
    float: left;
}


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



@media (min-width: 1024px) {.welcome_section_gxdnGm > div {
    gap: 5rem;
}.welcome_section_gxdnGm .course_entry_6NaFqh {
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center bottom;
}.welcome_section_gxdnGm .course_entry_6NaFqh:hover {
    transform: perspective(1000px) rotateX(0deg);
}.welcome_section_gxdnGm > div > div:first-child {
    padding-left: 3rem;
}.welcome_section_gxdnGm > div > div:first-child::before {
    width: 10px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .updates_box_FCfleS {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .webinar_live_rJ8R5W {
    padding: 60px 0 30px;
}footer .contact_help_DkxpPl {
    margin-bottom: 40px;
}footer .header_wrap_VKr4h0, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_edu_HvaKhL a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .footer_benefit_LCDW1H {
    margin-top: 40px;
}
}



@media (min-width: 768px) {.thanks_note_AtouHv {
    padding: 6rem 0;
}.thanks_note_AtouHv .smart_classes_PcjmvL {
    gap: 3.5rem;
}.thanks_note_AtouHv .smart_classes_PcjmvL > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.thanks_note_AtouHv h5 {
    font-size: calc(24px * 1.2);
    padding-left: 1.5rem;
}.thanks_note_AtouHv .smart_classes_PcjmvL > div:last-child {
    margin-left: 3rem;
    max-width: 90%;
    padding: 3rem;
}
}



@media (min-width: 1200px) {.thanks_note_AtouHv .smart_classes_PcjmvL > div:last-child {
    max-width: 75%;
    margin-left: 8rem;
    padding: 4.5rem;
}.thanks_note_AtouHv h5 {
    font-size: calc(24px * 1.5);
}
}



@media (max-width: 767px) {.thanks_note_AtouHv {
    padding: 3rem 0;
}.thanks_note_AtouHv .smart_classes_PcjmvL > div:first-child::before {
    left: -1rem;
    width: 0.4rem;
}.thanks_note_AtouHv h5 {
    font-size: calc(24px * 0.9);
    padding-left: 0.75rem;
}.thanks_note_AtouHv .smart_classes_PcjmvL > div:last-child {
    padding: 1.75rem;
}}



@media (min-width: 1200px) {.tariff_box_k2PoWs .program_fees_8aQKqy {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff_box_k2PoWs .payment_plans_G4W5aO {
    padding: 35px;
}.tariff_box_k2PoWs .photo_album_QonJBj {
    height: 220px;
}
}



@media (max-width: 767px) {.tariff_box_k2PoWs {
    padding: 60px 0;
}.tariff_box_k2PoWs .program_fees_8aQKqy {
    grid-template-columns: 1fr;
    gap: 25px;
}.tariff_box_k2PoWs .promo_rates_xe8ica h2 {
    font-size: calc(30px - 4px);
}.tariff_box_k2PoWs .photo_album_QonJBj {
    height: 180px;
}.tariff_box_k2PoWs .payment_plans_G4W5aO {
    padding: 25px;
}
}



@media (max-width: 991px) {.about_this_30bJUT {
    padding: 80px 0;
}.about_this_30bJUT .label_container_SbITG0 {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.about_this_30bJUT h5 {
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 575px) {.about_this_30bJUT {
    padding: 40px 0;
}.about_this_30bJUT .label_container_SbITG0 {
    padding: 20px 15px;
}.about_this_30bJUT .label_container_SbITG0 > div:first-child::before,
    .about_this_30bJUT .label_container_SbITG0 > div:first-child::after {
    display: none;
}.about_this_30bJUT h5 {
    font-size: calc(18px * 0.7);
}.about_this_30bJUT ol li {
    line-height: 1.5;
    font-size: calc(18px * 0.85);
    text-align: left;
}}



@media (max-width: 767px) {header .site_info_5zlEsg {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .nav_begin_cte3gO {
    padding: 0 0 0.7rem 0;
}header .nav_begin_cte3gO svg {
    width: 140px;
}header .head_sitebar_F8ZgcH {
    gap: 0.5rem;
    max-width: 95%;
    padding: 0.7rem 1rem 0;
}header .nav_start_b58RVK {
    padding: 0.5rem 1rem;
    font-size: calc(19px - 1px);
}
}



@media screen and (min-width: 768px) {.stay_updated_tO6VqS {
    padding: 5rem 3rem;
}.stay_updated_tO6VqS .container {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
}.stay_updated_tO6VqS p {
    padding-left: 5rem;
    font-size: 28px;
    margin-bottom: 0;
}.stay_updated_tO6VqS p::before {
    width: 4rem;
}.stay_updated_tO6VqS .input_holder {
    align-items: stretch;
    flex-direction: row;
}.stay_updated_tO6VqS .news_wrap_hBCycp {
    border-radius: 10px 0 0 10px;
    flex: 1;
}.stay_updated_tO6VqS .updates_box_FCfleS {
    border-radius: 0 10px 10px 0;
    align-self: stretch;
}}



@media (max-width: 768px) {.contact_panel_AgtmL4 {
    padding: 80px 0;
}.contact_panel_AgtmL4 .photo_album_QonJBj {
    height: 25%;
}.contact_panel_AgtmL4 h3 {
    font-size: calc(46px * 0.8);
    margin-bottom: 40px;
}.contact_panel_AgtmL4 .query_support_6XuLV8,
    .contact_panel_AgtmL4 .query_query_BDoyZL {
    padding: 30px;
}.contact_panel_AgtmL4 form h3,
    .contact_panel_AgtmL4 .query_query_BDoyZL h4 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact_panel_AgtmL4 .query_inquiry_t93p04 {
    padding: 14px 30px;
}
}


@media only screen and (max-width: 1200px) {.usageAgreementAlert_g0yQjV {
    padding: 20px;
}.cookie_option_5Za8UH {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.visitor_settings_TcMa6t {
    display: none;
}.cookie_option_5Za8UH {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.track_alert_ne0hsx {
    text-align: center;
    margin-bottom: 20px;
}.usageAgreementAlert_g0yQjV h5, .usageAgreementAlert_g0yQjV p {
    text-align: center;
}.visitor_controls_UlZNqa {
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}}



@media (max-width: 768px) {.user_reviews_Ldh18A {
    padding: 4rem 0;
}.user_reviews_Ldh18A::before,
    .user_reviews_Ldh18A::after {
    width: 70%;
    height: 40%;
}.user_reviews_Ldh18A h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.user_reviews_Ldh18A h2::after {
    width: 50%;
    left: 25%;
}.user_reviews_Ldh18A .learning_feedback_sz6Pg5 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user_reviews_Ldh18A .client_testimonials_XZT91i,
    .user_reviews_Ldh18A .client_testimonials_XZT91i:nth-child(odd),
    .user_reviews_Ldh18A .client_testimonials_XZT91i:nth-child(even) {
    transform: translateY(0);
}.user_reviews_Ldh18A .client_testimonials_XZT91i:hover,
    .user_reviews_Ldh18A .client_testimonials_XZT91i:nth-child(odd):hover,
    .user_reviews_Ldh18A .client_testimonials_XZT91i:nth-child(even):hover {
    transform: translateY(-8px) scale(1.01);
}.user_reviews_Ldh18A a {
    transform: translateX(0);
    text-align: center;
    display: block;
    margin: 2rem auto 0;
    width: 80%;
}.user_reviews_Ldh18A a:hover {
    transform: translateY(-5px);
}
}



@media only screen and (max-width: 800px) {.secure_protection_usU50G {
    padding: 30px;
    grid-template-columns: 1fr;
}.secure_protection_usU50G h1 {
    font-size: calc(23px - 8px);
}.secure_protection_usU50G h2 {
    font-size: calc(23px - 6px);
}.secure_protection_usU50G h3, .secure_protection_usU50G h4, .secure_protection_usU50G h5, .secure_protection_usU50G h6 {
    font-size: calc(23px - 4px);
}.secure_protection_usU50G ul, .secure_protection_usU50G ol {
    padding-left: 15px;
    font-size: calc(16px - 2px);
}.secure_protection_usU50G section {
    grid-template-columns: 1fr;
}}



@media (min-width: 992px) {.statistical_report_5gJDQh {
    padding: 8rem 0;
}.statistical_report_5gJDQh ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2.5rem;
}.statistical_report_5gJDQh .container {
    padding: 0 2rem;
}.statistical_report_5gJDQh .expert_benefits_PWfArE {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    box-shadow 0.4s ease;
}.statistical_report_5gJDQh .expert_benefits_PWfArE:hover {
    transform: perspective(1000px) rotateY(5deg) translateY(-5px);
}.statistical_report_5gJDQh .expert_benefits_PWfArE:nth-child(even):hover {
    transform: perspective(1000px) rotateY(-5deg) translateY(-5px);
}
}



@media (max-width: 767px) {.instructor_history_f2Rlvg {
    padding: 50px 20px;
}.instructor_history_f2Rlvg .photo_album_QonJBj {
    height: 250px;
}.instructor_history_f2Rlvg .experience_O8LyWV {
    padding: 30px 25px;
}.instructor_history_f2Rlvg .name {
    font-size: calc(31px - 4px);
}.instructor_history_f2Rlvg .experience_O8LyWV > div:nth-child(2) {
    font-size: calc(16px - 1px);
}.instructor_history_f2Rlvg .exp_view_fkiJc4 {
    font-size: calc(12px - 1px);
}}



@media screen and (max-width: 1200px) {.course_highlights_akV2xW .pro_skills_zHghUV {
    width: 80%;
}.course_highlights_akV2xW .header_wrap_VKr4h0 {
    width: 100px;
    right: 5%;
    height: 100px;
}
}



@media screen and (max-width: 768px) {.course_highlights_akV2xW {
    padding: 60px 0;
}.course_highlights_akV2xW .smart_classes_PcjmvL {
    display: block;
    min-height: auto;
    padding-bottom: 40px;
}.course_highlights_akV2xW .photo_album_QonJBj {
    margin-bottom: -40px;
    position: relative;
    height: 300px;
}.course_highlights_akV2xW .pro_skills_zHghUV {
    width: 100%;
    padding-bottom: 0;
    padding-top: 60px;
}.course_highlights_akV2xW .header_wrap_VKr4h0 {
    width: 80px;
    top: -30px;
    left: 20px;
    right: auto;
    height: 80px;
}.course_highlights_akV2xW .pro_skills_zHghUV h3 {
    box-sizing: border-box;
    display: block;
    font-size: calc(37px * 0.8);
    width: calc(100% - 30px);
    margin-top: 20px;
}.course_highlights_akV2xW .pro_skills_zHghUV p {
    width: calc(100% - 30px);
    box-sizing: border-box;
    margin: 30px auto 0;
}
}



@keyframes slide-up {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}



@keyframes fade-in-slide {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



@keyframes line-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}



@keyframes rotate-accent {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg);
  }
}



@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}



@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



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

