:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}a body,body,html{background-color:#f4f4f5}a body{color:var(--foreground);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.container{height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#e9e1f7}h1{font-size:3rem;font-weight:700;color:#3b0a45;text-align:center;margin-bottom:24px}.swiper{width:60vw;height:70vh;max-width:960px}.swiper-slide{display:flex;align-items:center;justify-content:center;border-radius:18px;font-size:22px;font-weight:700;color:#fff}.swiper-slide:nth-child(odd){background-color:#ad57ff}.swiper-slide:nth-child(2n){background-color:#9a2eff}h3{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:24px}.slide-content{width:100%;height:100%;display:flex;flex-direction:column;padding:48px}.slide-content .top-side{display:flex;flex-direction:column;align-items:center}.slide-content .top-side p{font-size:1.2rem;color:#fff;font-weight:500}.slide-content .top-side h2{font-size:2.5rem;font-weight:700;color:#fff}.slide-content .main-side{display:flex;flex-grow:1}.slide-content .main-side img{width:50%;height:80%;margin:auto;border-radius:18px}.slide-content .bottom-side{display:flex;justify-content:space-between;bottom:0}.side-by-side{width:49%;display:flex;flex-direction:column;align-items:center}ul{list-style:none;padding:0;font-weight:400}@media (max-width:768px){h1{font-size:2.5rem}h3{font-size:1.5rem}.swiper{width:80vw;height:60vh}.swiper-slide{font-size:18px}.slide-content{padding:24px}.slide-content .top-side p{font-size:1rem}.slide-content .top-side h2{font-size:2rem}}@media (max-width:480px){h1{font-size:2rem}h3{font-size:1.2rem}.swiper{width:90vw;height:50vh}.swiper-slide{font-size:16px}.slide-content{padding:12px}.slide-content .top-side p{font-size:.9rem}.slide-content .top-side h2{font-size:1.5rem}}