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

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

.core-container-nMo {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}

.title-page-lAq .edu-skill-fba::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(202,191,180,0.5), rgb(172,142,121,0.5));
    height: 100%;
    left: 0;
    content: '';
}

.title-page-lAq .title_style_header {
    margin: 0 0 1rem 0;
    position: relative;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 700;
    font-size: 46px;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}

.title-page-lAq p::before {
    transform: translateY(-50%);
    height: 2px;
    position: absolute;
    background: rgb(202,191,180);
    top: 50%;
    left: -20px;
    width: 10px;
    content: '';
}

.data-summary-s6B {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(241,239,238) 0%, rgb(172,142,121,0.5) 100%);
    position: relative;
}

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

.data-summary-s6B ul {
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    list-style: none;
    margin: 0;
    display: grid;
}

.data-summary-s6B .top-gain-iYf:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px) scale(1.03);
}

.data-summary-s6B .top-gain-iYf:hover::before {
    transform: scale(1.2) rotate(-10deg);
}

.data-summary-s6B .top-gain-iYf:hover span {
    color: rgb(172,142,121);
    transform: scale(1.05);
}

.data-summary-s6B .top-gain-iYf:hover p {
    transform: scale(1.1);
}

.data-summary-s6B .top-gain-iYf:hover p::before {
    transform: translate(-50%, -50%) scale(3);
}

.data-summary-s6B .top-gain-iYf:nth-child(even) {
    transform: perspective(800px) rotateX(-2deg);
}

.cookieNotificationBanner-EKj {
    justify-content: center;
    overflow: hidden;
    background: rgb(241,239,238);
    border-top: 3px solid rgb(202,191,180);
    width: 100%;
    z-index: 90;
    bottom: 0;
    align-items: center;
    display: flex;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem 0;
}

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

.cookieNotificationBanner-EKj p a:hover {
    color: #000000;
}

.privacy-panel-aPr::before {
    position: absolute;
    right: -5%;
    opacity: 0.15;
    top: -10%;
    transform: rotate(-15deg);
    content: "";
    height: 25vw;
    background: rgb(202,191,180,0.5);
    filter: blur(80px);
    z-index: 0;
    width: 25vw;
}

.privacy-panel-aPr h1 {
    transform: translateX(-8px);
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 39px;
}

.privacy-panel-aPr h2::after {
    width: 50px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(202,191,180), rgb(172,142,121));
    bottom: -1px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
}

.privacy-panel-aPr h4::after {
    bottom: -3px;
    width: 100%;
    background: linear-gradient(90deg, rgb(172,142,121), transparent);
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
}

.privacy-panel-aPr li:hover {
    transform: translateX(3px);
}

.privacy-panel-aPr span {
    font-style: italic;
    display: block;
    font-size: 12px;
    border-left: 2px solid rgb(172,142,121,0.5);
    line-height: 1.7;
    opacity: 0.9;
    color: #000000;
    margin-bottom: 2rem;
    padding: 0.5rem 0 0.5rem 1rem;
}

.career-help-Dbu .container {
    z-index: 2;
    position: relative;
}

.career-help-Dbu .contact-query-PAW {
    padding-bottom: 2rem;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    margin-bottom: 4rem;
    position: relative;
    flex-wrap: wrap;
    gap: 0;
}

.career-help-Dbu .info_item:first-child::before {
    display: none;
}

.career-help-Dbu .info_item:hover {
    transform: translateY(-5px);
}

.career-help-Dbu .info_item svg {
    fill: rgb(202,191,180);
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
}

.career-help-Dbu .first-teach-do2 svg {
    transition: all 0.3s ease;
    height: auto;
    max-width: 160px;
}

.career-help-Dbu .collab-net-Zvb::before {
    top: 0;
    content: '';
    width: 4px;
    background: linear-gradient(to bottom, rgb(202,191,180), rgb(172,142,121));
    position: absolute;
    border-radius: 2px;
    left: 0;
    bottom: 0;
}

.career-help-Dbu .top-section-jeS a {
    font-size: 14px;
    padding-left: 1.25rem;
    color: #000000;
    padding: 0.5rem 0;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.career-help-Dbu .subscribe_holder::before {
    border-top-left-radius: 21px;
    width: 0;
    top: 0;
    content: '';
    border-width: 50px 50px 0 0;
    position: absolute;
    border-color: rgb(202,191,180,0.5) transparent transparent transparent;
    height: 0;
    border-style: solid;
    left: 0;
}

.career-help-Dbu .sub-warning-tr8 {
    position: relative;
    background: linear-gradient(135deg, rgb(202,191,180) 0%, rgb(172,142,121) 100%);
    padding: 1.125rem 1.25rem;
    z-index: 1;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    font-size: 19px;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s ease;
}

.course-summary-OkI {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,239,238) 0%, rgba(240, 242, 245, 0.9) 100%);
}

.course-summary-OkI .training-guide-j9p {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    transform: translateZ(0);
}

.course-summary-OkI .pic-grid-S4O::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
}

.course-summary-OkI .text-item-utB:hover::before {
    transform: scaleY(1);
}

.course-summary-OkI h3 {
    transition: transform 0.4s ease;
    font-weight: 700;
    font-size: calc(21px + 0.2rem);
    margin-bottom: 24px;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateX(0);
    z-index: 1;
    position: relative;
}

.course-summary-OkI .description {
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.plan-container-CZX::before {
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
}

.plan-container-CZX .plan-rates-b3B li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.plan-container-CZX .study-packages-DMl::before {
    left: 0;
    height: 4px;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transform-origin: 0 0;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(202,191,180), rgb(172,142,121));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.plan-container-CZX .plan-fees-1Fa {
    flex-direction: column;
    display: flex;
    flex: 1;
}

.plan-container-CZX .study-packages-DMl:hover .plan-fees-1Fa h4::after {
    width: 60px;
}

.plan-container-CZX .pricing-fees-KvJ {
    margin-top: auto;
    color: rgb(202,191,180);
    background: rgba(rgb(202,191,180,0.5), 0.1);
    transition: all 0.3s ease;
    padding: 10px 20px;
    border-radius: 10px;
    letter-spacing: 0.5px;
    font-size: calc(21px + 4px);
    align-self: flex-start;
    display: block;
    font-weight: 700;
    position: relative;
}

.developer-experience-xqk .student-glow-uXa {
    gap: 2rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px) saturate(180%);
    position: relative;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    padding: 3rem;
}

.developer-experience-xqk .name::before {
    height: 2px;
    content: "";
    background: rgb(202,191,180);
    top: 50%;
    left: -1rem;
    position: absolute;
    width: 0;
    transition: width 0.4s ease-out 0.1s;
}

.developer-experience-xqk .employee-summary-c7P::before {
    opacity: 0.1;
    left: -1rem;
    content: "";
    top: -2.5rem;
    z-index: -1;
    transform: rotate(-5deg);
    color: rgb(202,191,180);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 8rem;
    position: absolute;
}

.contact-panel-yzO .feedback-request-HLr::before {
    left: -150px;
    border-radius: 50%;
    background: rgb(202,191,180,0.5);
    height: 300px;
    top: -150px;
    content: "";
    width: 300px;
    z-index: 0;
    position: absolute;
}

.contact-panel-yzO .inquiry-card-2gI div {
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}



.contact-panel-yzO .inquiry-card-2gI div {
    animation: borderPulse 3s infinite;
    animation-delay: calc(var(--n) * 0.5s);
}

.contact-panel-yzO .help-reach-3vV h3 {
    font-weight: 600;
    color: #000000;
    font-size: 19px;
    margin-bottom: 30px;
}

.contact-panel-yzO .inquiry-list-pbY {
    position: relative;
    margin-bottom: 25px;
}

.contact-panel-yzO .inquiry-list-pbY label {
    font-size: 13px;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
    display: block;
}

.contact-panel-yzO .inquiry-list-pbY label a {
    text-decoration: none;
    color: rgb(202,191,180);
    transition: all 0.3s ease;
}

.contact-panel-yzO .inquiry-card-2gI div:nth-child(2) {
    --n: 0;
}

.contact-panel-yzO .inquiry-card-2gI div:nth-child(3) {
    --n: 1;
}

header::before {
    z-index: 0;
    position: absolute;
    content: '';
    height: 100%;
    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%);
    left: 0;
    width: 100%;
    top: 0;
}

header .nav-mainwrap-xNw::before {
    content: '';
    bottom: 0;
    height: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(to top, rgb(202,191,180,0.5), transparent);
    z-index: -1;
    position: absolute;
    transition: height 0.3s ease;
}

.ty-section-GVt::after {
    background: linear-gradient(90deg, transparent, rgb(202,191,180), transparent);
    bottom: 0;
    left: 0;
    content: "";
    z-index: 1;
    height: 5px;
    position: absolute;
    width: 100%;
}

.ty-section-GVt .skill-space-mJP::before {
    background: linear-gradient(45deg, transparent 49.5%, rgb(172,142,121,0.5) 49.5%, rgb(172,142,121,0.5) 50.5%, transparent 50.5%);
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.05;
    background-size: 20px 20px;
    width: 100%;
}

.who-we-are-3qJ::before {
    opacity: 0.15;
    position: absolute;
    filter: blur(20px);
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    animation: gradientFlow 15s ease infinite;
    left: 0;
    transform-origin: center center;
    content: "";
    background: 
        linear-gradient(217deg, rgb(202,191,180,0.5), transparent 70%),
        linear-gradient(127deg, rgb(172,142,121,0.5), transparent 70%),
        linear-gradient(336deg, rgb(202,191,180,0.5), transparent 70%);
}

.who-we-are-3qJ .mentor-values-6yx::before {
    content: "";
    opacity: 0.07;
    border-radius: 12px;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(202,191,180,0.5) 100%);
    z-index: -1;
    inset: 0;
    transition: opacity 0.4s ease;
}

.who-we-are-3qJ .pic-grid-S4O {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    width: 220px;
    border: 5px solid rgba(255, 255, 255, 0.8);
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    height: 220px;
}

.who-we-are-3qJ .who-weare-klB::before {
    height: 2px;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(202,191,180), transparent);
    left: 50%;
    width: 70px;
    opacity: 0.8;
    transform: translateX(-50%);
}

.who-we-are-3qJ .mentor-values-6yx:hover .pedagogy-info-Ape {
    opacity: 1;
    transform: translateY(2px);
    color: rgb(172,142,121);
}

.who-we-are-3qJ .text-item-utB::before,
.who-we-are-3qJ .text-item-utB::after {
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    position: absolute;
    content: "";
    opacity: 0.03;
    animation: blobAnimation 25s infinite alternate;
    filter: blur(60px);
    transition: all 0.8s ease;
    z-index: -1;
    background: rgb(202,191,180,0.5);
    height: 500px;
    width: 500px;
}



.who-we-are-3qJ .text-item-utB::before {
    top: -250px;
    right: -250px;
}

.who-we-are-3qJ .text-item-utB::before,
.who-we-are-3qJ .text-item-utB::after,
.who-we-are-3qJ .mentor-values-6yx::before,
.who-we-are-3qJ .mentor-values-6yx::after,
.who-we-are-3qJ .pic-grid-S4O::before,
.who-we-are-3qJ .pic-grid-S4O::after {
    pointer-events: none;
}

.who-we-are-3qJ .text-item-utB:hover p {
    transform: translateY(3px);
}

.program-results-zMb {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(248,249,250,0.97));
    position: relative;
    padding: 5rem 0;
}

.program-results-zMb .pic-grid-S4O {
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: auto;
    transform: perspective(1000px) rotateY(-3deg);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    width: 100%;
}

.program-results-zMb .text-item-utB {
    background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.85));
    padding: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    position: relative;
}

.program-results-zMb:hover h1::after {
    transform: scaleX(1);
}

.program-results-zMb li {
    position: relative;
    padding-left: 2.5rem;
    transition: transform 0.3s ease;
}

.program-results-zMb li svg {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0.9);
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 1.5rem;
    height: 1.5rem;
}


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



@media (max-width: 767px) {.title-page-lAq .skill-training-f0D {
    padding: 2rem;
    width: 90%;
    margin: 0 auto;
}.title-page-lAq .title_style_header {
    font-size: calc(33px + 0.1rem);
}.title-page-lAq h3 {
    margin-bottom: 1rem;
    font-size: 16px;
}.title-page-lAq p {
    font-size: calc(16px - 0.1rem);
}.title-page-lAq .title_style_header::after {
    height: 3px;
    width: 60px;
}
}



@media (max-width: 1200px) {.data-summary-s6B {
    padding: 100px 0;
}.data-summary-s6B ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
}



@media (max-width: 768px) {.data-summary-s6B {
    padding: 80px 0;
}.data-summary-s6B h3 {
    margin-bottom: 40px;
    font-size: calc(31px - 6px);
}.data-summary-s6B ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
}.data-summary-s6B .top-gain-iYf {
    padding: 20px 15px;
}.data-summary-s6B .top-gain-iYf p {
    font-size: 34px;
}
}



@media (max-width: 767px) {.privacy-panel-aPr {
    padding: 3rem 1rem;
}.privacy-panel-aPr .container {
    border-left-width: 2px;
    transform: perspective(600px) rotateY(0.3deg);
    padding: 2rem 1.5rem;
}.privacy-panel-aPr h1 {
    font-size: calc(39px * 0.8);
    transform: translateX(-5px);
}.privacy-panel-aPr h1::before {
    width: 4px;
    left: -15px;
}.privacy-panel-aPr h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: calc(35px * 0.8);
}.privacy-panel-aPr h3 {
    font-size: calc(35px * 0.7);
}.privacy-panel-aPr h4 {
    font-size: calc(35px * 0.6);
}.privacy-panel-aPr p, 
    .privacy-panel-aPr li,
    .privacy-panel-aPr span {
    font-size: calc(12px * 0.95);
}.privacy-panel-aPr ul {
    padding-left: 1rem;
}.privacy-panel-aPr li::before {
    width: 6px;
    height: 6px;
    left: -1rem;
}
}



@media (max-width: 576px) {.career-help-Dbu {
    padding: 3rem 0 1.5rem;
}.career-help-Dbu .contact-query-PAW {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}.career-help-Dbu .text_main_holder {
    gap: 2.5rem;
}.career-help-Dbu .header-guide-3ba {
    padding: 1rem;
}.career-help-Dbu .header-guide-3ba h5 {
    text-align: center;
}.career-help-Dbu .subscribe_holder {
    padding: 1.5rem;
}.career-help-Dbu .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.career-help-Dbu .slack-invite-niq {
    margin-top: 2.5rem;
}}



@media (min-width: 1200px) {.plan-container-CZX .plan-rates-b3B {
    grid-template-columns: repeat(4, 1fr);
}.plan-container-CZX .cost-card-Vx4 {
    padding: 40px 35px;
}.plan-container-CZX h2 {
    font-size: calc(33px + 4px);
}
}



@media (max-width: 767px) {.plan-container-CZX {
    padding: 70px 0;
}.plan-container-CZX .plan-rates-b3B {
    gap: 20px;
    grid-template-columns: 1fr;
}.plan-container-CZX h2 {
    font-size: calc(33px - 2px);
}.plan-container-CZX .promo-plans-zQZ {
    margin-bottom: 40px;
    font-size: 17px;
}.plan-container-CZX .plan-fees-1Fa h4 {
    font-size: 21px;
}.plan-container-CZX .plan-fees-1Fa p {
    font-size: calc(17px - 1px);
    margin-bottom: 20px;
}.plan-container-CZX .pricing-fees-KvJ {
    font-size: calc(21px + 2px);
}.plan-container-CZX .cost-card-Vx4 {
    padding: 30px 20px;
}
}



@media screen and (max-width: 992px) {.contact-panel-yzO .container {
    width: 90%;
}.contact-panel-yzO .feedback-request-HLr {
    grid-template-columns: 1fr;
}.contact-panel-yzO .inquiry-card-2gI {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}



@media (max-width: 767px) {header .head-know-lXT {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .main-pagewrap-ho1 {
    padding: 0 0 0.7rem 0;
}header .main-pagewrap-ho1 svg {
    width: 140px;
}header .header-guide-3ba {
    max-width: 95%;
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
}header .nav-mainwrap-xNw {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {.ty-section-GVt {
    padding: 40px 0;
}.ty-section-GVt h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 25px;
}.ty-section-GVt .skill-space-mJP {
    padding: 20px 15px;
    border-left-width: 3px;
}.ty-section-GVt li {
    padding-left: 20px;
}.ty-section-GVt li::before {
    top: 8px;
    height: 6px;
    width: 6px;
}.ty-section-GVt span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 767px) {.who-we-are-3qJ {
    padding: 80px 0;
}.who-we-are-3qJ .pic-grid-S4O {
    height: 180px;
    width: 180px;
}.who-we-are-3qJ .mentor-values-6yx {
    padding: 35px 25px;
}.who-we-are-3qJ .text-item-utB {
    padding: 35px 25px;
}.who-we-are-3qJ .text-item-utB h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(30px * 0.9);
}.who-we-are-3qJ .skill-boost-unz {
    font-size: 18px;
}.who-we-are-3qJ .pedagogy-info-Ape {
    font-size: 14px;
}.who-we-are-3qJ .learn-way-TZf {
    font-size: 16px;
}.who-we-are-3qJ .learn-way-TZf svg {
    height: 40px;
    width: 40px;
}.who-we-are-3qJ .skill-space-mJP::after {
    top: 280px;
}
}

@keyframes slideIn {
  0% {
    transform: translateX(-20px) translateZ(0);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateZ(0);
    opacity: 1;
  }
}

@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(202,191,180,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}

@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

