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

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

.head_lead_3407 {
    flex: 1 0 auto;
}

.head_lead_3407 {
    padding-top: 2rem;
    position: relative;
    background: rgb(165,177,197);
    z-index: 1;
}

.tariff_plan_5930::after {
    bottom: -10%;
    width: 30%;
    content: "";
    height: 40%;
    z-index: 1;
    left: -5%;
    transform: rotate(15deg);
    opacity: 0.4;
    position: absolute;
    filter: blur(50px);
    background: linear-gradient(225deg, rgb(92,101,117,0.5), rgb(128,140,160,0.5));
}

.tariff_plan_5930 .discount_deals_4081 h2::after {
    height: 3px;
    position: absolute;
    left: 50%;
    background: linear-gradient(to right, rgb(128,140,160), rgb(92,101,117));
    content: "";
    bottom: -10px;
    width: 80px;
    transform: translateX(-50%);
}

.tariff_plan_5930 .price_tiers_3046 {
    display: flex;
    overflow: hidden;
    transition: box-shadow var(--card-transition);
    position: relative;
    flex-direction: column;
    border-radius: 17px;
    background-color: var(--card-bg);
    height: 100%;
    box-shadow: var(--card-shadow);
}

.tariff_plan_5930 .cost_summary_6203:hover .rate_panel_0256 h3 {
    color: var(--card-accent);
}

.tariff_plan_5930 .cost_summary_6203:hover .rate_schemes_6781::after {
    width: 60px;
}

.tariff_plan_5930 .pic_zoom_9514 {
    width: 100%;
    transition: transform 0.6s ease;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.tariff_plan_5930 .cost_summary_6203:hover .pic_zoom_9514 {
    transform: scale(1.05);
}

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

.education_history_5341 .pic_zoom_9514 {
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 2;
    position: relative;
    grid-row: 1 / span 2;
    filter: contrast(1.1) brightness(1.05);
    z-index: 3;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    transform: scale(1) rotate(0deg);
    height: 100%;
    border-radius: 30px;
}

.education_history_5341 .name {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    transform: translateX(0);
    margin: 0;
    grid-row: 1;
    z-index: 4;
    grid-column: 1;
}

.education_history_5341 .success_ratings_6817:hover .career_tasks_6092 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}

.education_history_5341 .container::after {
    content: "";
    border-radius: 50%;
    z-index: -1;
    height: 400px;
    animation: rotateGlow 25s linear infinite;
    background: conic-gradient(from 135deg, rgb(128,140,160,0.5) 0%, rgb(92,101,117,0.5) 50%, rgb(128,140,160,0.5) 100%);
    width: 400px;
    bottom: -200px;
    position: absolute;
    left: -200px;
    filter: blur(80px);
    opacity: 0.2;
}

.privacy_section_0746::after {
    background: linear-gradient(to left, rgb(128,140,160,0.5), transparent);
    transform: skewX(-12deg) translateX(30%);
    z-index: 0;
    right: 0;
    opacity: 0.03;
    bottom: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 50%;
}

.privacy_section_0746 h2:hover {
    padding-left: 1.5rem;
}

.privacy_section_0746 h4 {
    display: inline-block;
    position: relative;
    margin-top: 1.75rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
    font-size: calc(33px * 0.7);
    color: #000000;
}

.privacy_section_0746 p strong {
    color: rgb(128,140,160);
    position: relative;
    display: inline-block;
    font-weight: 600;
}

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

.privacy_section_0746 li:hover {
    transform: translateX(5px);
}

.privacy_section_0746 li:hover::before {
    transform: rotate(225deg);
    background-color: rgb(128,140,160);
}

.contact_information_9520::after {
    position: absolute;
    content: "";
    right: 0;
    height: 70%;
    background: linear-gradient(240deg, rgb(92,101,117,0.5) 0%, transparent 70%);
    bottom: 0;
    opacity: 0.1;
    width: 70%;
}

.contact_information_9520 .pic_zoom_9514::after {
    bottom: 0;
    right: 0;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
}

.contact_information_9520 form input[type="text"] {
    padding: 18px 25px;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 15px;
    border: none;
    font-family: Arial, sans-serif;
    background: rgb(165,177,197);
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.contact_information_9520 .query_help_5238 input[type="checkbox"]:checked + label::before {
    border-color: rgb(128,140,160);
    background-color: rgb(128,140,160);
}

.contact_information_9520 .query_help_5238 label a:hover {
    text-decoration: underline;
    color: rgb(92,101,117);
}

.contact_information_9520 form .support_section_7310:hover {
    box-shadow: 0 8px 15px rgba(rgb(128,140,160), 0.3);
    transform: translateY(-2px);
}

.contact_information_9520 svg path {
    transition: fill 0.3s ease;
    fill: rgb(128,140,160);
}

.study_process_3458::before {
    height: 100%;
    pointer-events: none;
    top: 0;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(128,140,160,0.5),
        transparent 10px,
        transparent 60px,
        rgb(128,140,160,0.5) 70px
    );
    left: 0;
    opacity: 0.07;
    z-index: 1;
    position: absolute;
}

.study_process_3458 .text_header_8542 {
    padding: 40px;
    backdrop-filter: blur(5px);
    border-left: 4px solid rgb(128,140,160);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.appZone_0125::after {
    bottom: -10%;
    width: 40%;
    filter: blur(60px);
    transform: rotate(15deg) skewX(-10deg);
    position: absolute;
    animation: floatElement 15s ease-in-out infinite reverse;
    height: 70%;
    background: linear-gradient(220deg, rgb(128,140,160,0.5) 20%, transparent 80%);
    z-index: 1;
    left: -5%;
    content: "";
}

.appZone_0125 .pro_study_3691::before {
    position: absolute;
    width: 100%;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(128,140,160) 0%, rgb(92,101,117) 100%);
    top: 0;
    content: "";
}

.appZone_0125 li {
    gap: 20px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}

header::after {
    content: '';
    z-index: 0;
    background: 
        linear-gradient(to right, transparent 0%, rgb(92,101,117,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(92,101,117,0.5) 50%, transparent 100%);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

header .top_guide_5297:hover {
    box-shadow: 5px 0 15px -5px rgb(128,140,160);
    transform: translateX(5px);
}

header .head_train_1092::after {
    position: absolute;
    height: 10px;
    bottom: -5px;
    transition: all 0.3s ease;
    opacity: 0;
    background: rgb(128,140,160);
    width: 10px;
    right: -5px;
    content: '';
}

header .site_navbar_7849 a {
    align-items: center;
    padding: 0 1.2rem;
    font-size: 16px;
    z-index: 1;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    height: 45px;
    justify-content: center;
    display: flex;
    text-decoration: none;
}

header .main_sitewrap_2790::after {
    width: 1px;
    height: 30px;
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgb(128,140,160);
}

.explore_now_1687::after {
    background-image: 
        linear-gradient(45deg, rgb(92,101,117) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(92,101,117) 25%, transparent 25%);
    top: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    opacity: 0.03;
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    right: 0;
    animation: backgroundShift 30s linear infinite;
}

.explore_now_1687 div div {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-top: 1rem;
}

.explore_now_1687 .support_section_7310 {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    font-size: 16px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    justify-content: center;
    text-decoration: none;
    transform: translateZ(0);
    background: #ffffff;
    color: rgb(128,140,160);
    border: none;
    display: inline-flex;
    isolation: isolate;
    align-items: center;
    position: relative;
    font-weight: 600;
    padding: 0.9rem 2.5rem;
    overflow: hidden;
}

.join_our_community_2064 .pro_study_3691 {
    display: flex;
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    justify-content: center;
    margin: 0 auto;
    perspective: 1000px;
}

.join_our_community_2064 h3::after {
    content: "";
    width: 100%;
    left: 0;
    background: #ffffff;
    position: absolute;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    height: 20px;
    bottom: -20px;
}

.join_our_community_2064 input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.join_our_community_2064 .sub_border_3870 {
    padding: 1.2rem;
    border-radius: 10px;
    font-size: 19px;
    z-index: 1;
    cursor: pointer;
    width: 80%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    align-self: center;
    transform: translateY(50%) translateZ(20px);
    background: rgb(128,140,160);
    position: relative;
}

.welcome_4628 .edu_trackfast_9854 > div:first-child {
    padding: 2.5rem;
    animation: float 8s ease-in-out infinite;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    background: linear-gradient(120deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform: translateY(-10px);
    position: relative;
}

.welcome_4628 .expert_zone_1724 {
    color: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
    background: linear-gradient(145deg, rgb(128,140,160) 0%, rgb(92,101,117) 100%);
    padding: 3rem;
}

.welcome_4628 .expert_zone_1724 > div:hover::before {
    opacity: 0.5;
}

.welcome_4628 .expert_zone_1724 > div:hover p {
    transform: translateY(0);
}

.about_this_7814::after {
    animation: gradientMove 15s infinite alternate ease-in-out;
    width: 100%;
    z-index: 0;
    background: 
        radial-gradient(
            circle at 10% 90%,
            rgb(128,140,160,0.5) 0%,
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 10%,
            rgb(92,101,117,0.5) 0%,
            transparent 35%
        );
    position: absolute;
    content: "";
    height: 100%;
    filter: blur(60px);
    top: 0;
    left: 0;
}

.about_this_7814 .pic_zoom_9514:hover {
    transform: scale(1.05);
}

.about_this_7814 .learning_track_2506 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0 0 8px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 19px;
    padding-bottom: 12px;
    position: relative;
}

.about_this_7814 .skill_growth_6803 {
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
    font-size: 13px;
    margin: 0;
    font-family: Arial, sans-serif;
}

.about_this_7814 h2 {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    color: #000000;
    font-size: 34px;
    margin: 0 0 30px;
    font-weight: 700;
}

.find_us_4261 {
    background: linear-gradient(135deg, rgb(165,177,197) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 2rem;
    font-family: Arial, sans-serif;
    position: relative;
}

.find_us_4261 h1::after {
    border-radius: 10px;
    height: 0.25rem;
    width: 4rem;
    position: absolute;
    bottom: -0.8rem;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(128,140,160), rgb(92,101,117));
}

.find_us_4261 .info_request_4108 > div {
    border-radius: 10px;
    padding: 1rem;
    position: relative;
    transition: all 0.3s ease;
}

.find_us_4261 .info_request_4108 > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.find_us_4261 span {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-left: 1.8rem;
    transition: color 0.3s ease;
}

.find_us_4261 .reach_out_4852 > div:hover {
    transform: translateX(5px);
}

.find_us_4261 .ask_for_help_2975:hover {
    color: rgb(128,140,160);
}

.find_us_4261 svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
}

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

footer::after {
    background-image: 
        repeating-linear-gradient(0deg, rgb(128,140,160,0.5), rgb(128,140,160,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(128,140,160,0.5), rgb(128,140,160,0.5) 1px, transparent 1px, transparent 20px);
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.1;
    right: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
}

.price_table_7316 .footer_workshops_2478 {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.price_table_7316 .header_pagewrap_1036 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

.price_table_7316 .header_pagewrap_1036 .site_core_5871 a:hover {
    padding-left: 2.2rem;
    color: rgb(128,140,160);
}

.price_table_7316 .header_pagewrap_1036 .site_core_5871 a:hover::before {
    width: 100%;
}

.gift_card_7549::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(128,140,160,0.5), transparent);
    content: "";
    height: 1px;
    top: 0;
    left: 10%;
    right: 10%;
}

.program_overview_1482::after {
    position: absolute;
    opacity: 0.3;
    height: 250px;
    z-index: 0;
    left: -5%;
    filter: blur(100px);
    background: linear-gradient(225deg, rgb(92,101,117,0.5) 0%, rgb(128,140,160,0.5) 100%);
    width: 250px;
    bottom: -10%;
    content: "";
}

.program_overview_1482 .pic_zoom_9514:hover {
    transform: scale(1.02);
}

.program_overview_1482 .text_header_8542 {
    padding: 40px 30px;
    position: relative;
}

.program_overview_1482 .career_path_0623:hover .text_header_8542::before {
    transform: scaleX(1);
}

.program_overview_1482 h3::after {
    bottom: -8px;
    background-color: rgb(92,101,117);
    left: 0;
    height: 2px;
    content: "";
    width: 60px;
    transition: width 0.4s ease-out, background-color 0.3s ease;
    position: absolute;
}

.program_overview_1482 p.description::-webkit-scrollbar {
    width: 4px;
}

.program_overview_1482 p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.program_overview_1482 p.description::-webkit-scrollbar-thumb {
    background: rgb(128,140,160,0.5);
    border-radius: 10px;
}



@media (max-width: 480px) {.tariff_plan_5930 {
    padding: 50px 0 30px;
}.tariff_plan_5930 .discount_deals_4081 h2 {
    font-size: calc(32px - 4px);
}.tariff_plan_5930 .bundle_offer_4075 {
    font-size: 15px;
}.tariff_plan_5930 .rate_panel_0256 {
    padding: 20px 15px;
}.tariff_plan_5930 .pic_zoom_9514 {
    height: 160px;
}}



@media (max-width: 576px) {.education_history_5341 {
    padding: 5rem 0;
}.education_history_5341 .success_ratings_6817 {
    padding: 1.5rem;
}.education_history_5341 .pic_zoom_9514 {
    height: 250px;
}.education_history_5341 .name {
    font-size: 21px;
}.education_history_5341 .success_ratings_6817 span:not(.name) {
    margin-top: 3rem;
    padding: 0.6rem 1rem;
    font-size: 16px;
}.education_history_5341 .career_tasks_6092 {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
    padding: 1.5rem;
}}



@media screen and (max-width: 991px) {.contact_information_9520 .pic_zoom_9514 {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_information_9520 .inquiry_widget_3981 {
    flex: 0 0 100%;
}.contact_information_9520 .inquiry_widget_3981::before {
    top: 0;
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(128,140,160), rgb(92,101,117));
    height: 5px;
    left: 40px;
}.contact_information_9520 form {
    padding-left: 0;
    padding-top: 25px;
}
}



@media (max-width: 768px) {.study_process_3458 {
    padding: 70px 0;
}.study_process_3458 h2 {
    margin-bottom: 30px;
    font-size: calc(34px - 0.4rem);
}.study_process_3458 h2::before {
    width: 60px;
}.study_process_3458 .text_header_8542 {
    padding: 30px 25px;
}.study_process_3458 .text_header_8542 p {
    line-height: 1.6;
    font-size: 17px;
}
}



@media (max-width: 480px) {.appZone_0125 {
    padding: 40px 0;
}.appZone_0125 h2 {
    font-size: calc(30px * 0.6);
    margin-bottom: 25px;
}.appZone_0125 .pro_study_3691 {
    padding: 25px 15px;
}.appZone_0125 span {
    border-left: 2px solid rgb(128,140,160,0.5);
    padding-left: 10px;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .main_sitewrap_2790 {
    padding: 0.8rem 1.5rem;
}header .top_guide_5297 {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .head_train_1092 img {
    max-height: 35px;
}header .header_pagewrap_1036 {
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-top: 0.8rem;
    scrollbar-width: thin;
}header .header_pagewrap_1036::-webkit-scrollbar {
    height: 3px;
}header .header_pagewrap_1036::-webkit-scrollbar-thumb {
    background: rgb(128,140,160);
    border-radius: 10px;
}header .site_navbar_7849 {
    flex: 0 0 auto;
    margin: 0;
}header .site_navbar_7849 a {
    letter-spacing: 0.5px;
    white-space: nowrap;
    padding: 0 0.8rem;
    font-size: calc(16px - 2px);
    height: 35px;
}header .site_navbar_7849:last-child::after {
    display: none;
}
}



@media (max-width: 767px) {.welcome_4628 {
    padding: 1rem;
}.welcome_4628 .edu_trackfast_9854 {
    transform: perspective(1000px) rotateX(0);
}.welcome_4628 .edu_trackfast_9854 > div:first-child {
    padding: 1.5rem;
}.welcome_4628 .edu_trackfast_9854 > div:first-child h3 {
    font-size: calc(23px * 0.9);
}.welcome_4628 .expert_zone_1724 {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.welcome_4628 .expert_zone_1724 h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1rem;
}.welcome_4628 .expert_zone_1724 > div {
    height: 150px;
}.welcome_4628 .expert_zone_1724 > div p {
    padding: 1rem;
    font-size: 14px;
}
}



@media (min-width: 768px) {.find_us_4261 {
    padding: 8rem 3rem;
}.find_us_4261 .info_request_4108 {
    grid-template-columns: 1.5fr 1fr 1fr;
    padding: 3rem;
    gap: 2rem;
}.find_us_4261 h1 {
    font-size: calc(40px * 1.1);
    margin-bottom: 4rem;
}.find_us_4261 h1::after {
    width: 6rem;
}.find_us_4261 .info_request_4108 > div:first-child {
    font-size: calc(18px + 0.2rem);
}
}



@media (max-width: 1200px) {.price_table_7316 .container {
    gap: 2rem;
}.price_table_7316 .company_holder {
    flex: 1 1 360px;
}.price_table_7316 .footer_workshops_2478 {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.price_table_7316 .site_core_5871 {
    gap: 2rem;
}
}



@media (max-width: 576px) {.price_table_7316 {
    padding: 2.5rem 0 1rem;
}.price_table_7316 .container {
    gap: 1.5rem;
}.price_table_7316 .header_pagewrap_1036 {
    min-width: 100%;
    flex: 1 1 100%;
}.price_table_7316 .site_core_5871 {
    gap: 1rem;
}.price_table_7316 .company_holder {
    padding: 1.5rem;
}.price_table_7316 .forum_link_8647 {
    padding: 1.2rem;
}.gift_card_7549 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}



@media (max-width: 480px) {.program_overview_1482 {
    padding: 50px 0;
}.program_overview_1482 .pic_zoom_9514 {
    height: 180px;
}.program_overview_1482 .text_header_8542 {
    padding: 25px 15px;
}.program_overview_1482 h3 {
    font-size: calc(20px * 0.85);
    margin-bottom: 15px;
}
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}



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

@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}



@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}




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

