.scroll-snap-container{height:100vh;overflow-x:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y mandatory}.scroll-snap-section{display:flex;flex-direction:column;justify-content:center;min-height:100vh;scroll-snap-align:start;scroll-snap-stop:always}@media (max-width:768px){.scroll-snap-container{scroll-snap-type:none}.scroll-snap-section{min-height:auto;scroll-snap-align:none}}html{scroll-behavior:smooth}@supports not (scroll-behavior:smooth){body,html{overflow-x:hidden;overflow-y:auto}}.scroll-transition{transition:transform .8s cubic-bezier(.65,0,.35,1)}.scroll-snap-container::-webkit-scrollbar{width:8px}.scroll-snap-container::-webkit-scrollbar-track{background:#0000000d}.scroll-snap-container::-webkit-scrollbar-thumb{background-color:#2563eb80;border-radius:20px}.scroll-snap-container::-webkit-scrollbar-thumb:hover{background-color:#2563ebcc}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.42a6ca04.css.map*/