/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --_size: 1.6rem;
  --_font-default: "Poppins", sans-serif;
  --_font-accent: "JetBrains Mono", sans-serif;
  --_radius-s: 1rem;
  --_radius-m: 2rem;
  --_radius-l: 3rem;
  --_radius-xl: 4rem;
  --_animspeed-fast: 0.1s;
  --_animspeed-medium: 0.3s;
  --_animspeed-slow: 0.6s;
  --_animbezier: cubic-bezier(0.23, 0.65, 0.74, 1.09);
}

/* prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  :root {
    --_animspeed-fast: 50ms;
    --_animspeed-medium: 50ms;
    --_animspeed-slow: 50ms;
  }
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  -webkit-tap-highlight-color: transparent;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
  border: none;
  cursor: pointer;
}

input,
label {
  font: inherit;
}

html {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  width: 100%;
  min-width: 360px;
  font: normal 400 var(--_size)/1.4 var(--_font-accent);
  text-rendering: optimizeLegibility;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

h1 {
  color: #95ff00;
  font-size: 6vw;
  font-size: clamp(4rem, 5vw, 8rem);
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  color: #ffffff;
  font-size: 5vw;
  font-size: clamp(3rem, 5vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
section {
  background-color: #ff0095;
}

footer {
  background-color: #0029cf;
}
footer h2 {
  text-align: center;
  color: #00f2ff;
}

.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff0095;
  padding: 4em 2em;
  text-align: center;
}

.section-base {
  position: relative;
  overflow: clip;
  background-color: #d4d4d4;
}
.section-base h2 {
  color: #00f2ff;
}

.main-container {
  display: block;
  width: 100%;
  padding-top: 16rem;
  padding-bottom: 2rem;
}

.main-container__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  padding: 4em 0;
}
.main-container__title span {
  display: inline-block;
  color: #00f2ff;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}

.master-scroll {
  position: relative;
  padding-top: 10rem;
  background-color: #d4d4d4;
}
.master-scroll h2 {
  color: #00f2ff;
}

.text-master-scroll-center {
  position: sticky;
  top: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}

.scroll-wrapper-single {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1em;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 0;
}
.scroll-wrapper-single img {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.scroll-wrapper-single img.img01 {
  width: 260px;
}
.scroll-wrapper-single img.img02 {
  width: 400px;
}
@media only screen and (min-width: 768px) {
  .scroll-wrapper-single img.img01 {
    width: 360px;
  }
  .scroll-wrapper-single img.img02 {
    width: 500px;
  }
}

.label-wrap span {
  display: inline-block;
  color: #062be5;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}

.text-wrap h2 {
  color: #062be5;
}

.master-scroll-images {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.scroll-image {
  width: 180px;
  height: 180px;
  overflow: hidden;
  -moz-border-radius: 0.6rem;
       border-radius: 0.6rem;
}
.scroll-image:nth-of-type(1) {
  margin-left: 3%;
}
.scroll-image:nth-of-type(2) {
  margin-right: 3%;
  margin-left: auto;
  margin-top: 16rem;
}
.scroll-image:nth-of-type(3) {
  margin-left: 10%;
  margin-top: 6rem;
}
.scroll-image:nth-of-type(4) {
  margin-left: 5%;
  margin-top: 16rem;
}
.scroll-image:nth-of-type(5) {
  margin-left: auto;
  margin-top: 25rem;
}
.scroll-image:nth-of-type(6) {
  margin-left: 3.5%;
  margin-top: 12rem;
}
.scroll-image:nth-of-type(7) {
  margin-left: auto;
  margin-right: 15%;
  margin-top: 9.5rem;
}
.scroll-image:nth-of-type(8) {
  margin-left: auto;
  margin-right: 10%;
  margin-top: 25rem;
}
.scroll-image:nth-of-type(9) {
  margin-left: 5%;
  margin-top: 9.5rem;
}
.scroll-image:nth-of-type(10) {
  margin-left: auto;
  margin-top: 7rem;
}
.scroll-image:nth-of-type(11) {
  margin-left: 10%;
  margin-top: 8rem;
}
.scroll-image:nth-of-type(12) {
  margin-top: 8rem;
  margin-left: 3%;
}
.scroll-image:nth-of-type(13) {
  margin-right: 3%;
  margin-left: auto;
  margin-top: 16rem;
}
.scroll-image:nth-of-type(14) {
  margin-left: 10%;
  margin-top: 6rem;
}
.scroll-image:nth-of-type(15) {
  margin-left: 5%;
  margin-top: 16rem;
}
.scroll-image:nth-of-type(16) {
  margin-left: auto;
  margin-top: 25rem;
}
.scroll-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .scroll-image {
    width: 260px;
    height: 260px;
  }
}