* {
  font-family: "Space Grotesk";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

* {
  scroll-margin-top: calc(50px + 2.5em);
}

html,
body {
  background: black;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
}

.home-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.marquee {
  background: #8944fc;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.marquee img {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.animate img,
.animate {
  -webkit-animation-play-state: running !important;
          animation-play-state: running !important;
}

.marquee-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.marquee-sm {
  width: 100%;
  border-top: 8px solid #000000;
  border-bottom: 8px solid #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.marquee-sm img {
  top: -7px;
  padding: 0 60px;
}

.marquee-lg {
  height: 100%;
  width: auto;
  border-left: 8px solid #000000;
  border-right: 8px solid #000000;
  position: absolute;
}

.marquee-lg img {
  left: -10px;
  padding: 65px 6px;
}

.marquee-vertical .marquee-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.marquee-vertical.marquee-sm {
  height: 100%;
  width: auto;
  border: none;
  border-left: 8px solid #000000;
  border-right: 8px solid #000000;
}

.marquee-vertical.marquee-sm img {
  left: -7px;
  padding: 60px 0;
  width: 35px;
}

.marquee-vertical.marquee-sm img {
  left: -7px;
  padding: 60px 0;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes marquee-vert1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes marquee-vert1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes marquee-vert2 {
  0% {
    -webkit-transform: translate3d(0, -37%, 0);
            transform: translate3d(0, -37%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -137%, 0);
            transform: translate3d(0, -137%, 0);
  }
}

@keyframes marquee-vert2 {
  0% {
    -webkit-transform: translate3d(0, -37%, 0);
            transform: translate3d(0, -37%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -137%, 0);
            transform: translate3d(0, -137%, 0);
  }
}

@-webkit-keyframes anim-white {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes anim-white {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes anim-color {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim-color {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes anim-bigfish-white {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anim-bigfish-white {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anim-bigfish-color {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim-bigfish-color {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes anim-h1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim-h1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.marquee-parralel1 img {
  -webkit-animation: marquee-vert1 5s linear infinite;
          animation: marquee-vert1 5s linear infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.marquee-parralel2 img {
  -webkit-animation: marquee-vert2 5s linear infinite;
          animation: marquee-vert2 5s linear infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.marquee-horizontal img {
  -webkit-animation: marquee 5s linear infinite;
          animation: marquee 5s linear infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.home-fish.white {
  -webkit-animation: anim-white 1s ease-in-out forwards;
          animation: anim-white 1s ease-in-out forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.home-fish.color {
  -webkit-animation: anim-color 1s ease-in-out forwards;
          animation: anim-color 1s ease-in-out forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.home-bigfish.white {
  -webkit-animation: anim-bigfish-white 2s ease-in-out forwards;
          animation: anim-bigfish-white 2s ease-in-out forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.home-bigfish.color {
  -webkit-animation: anim-bigfish-color 1s ease-in-out forwards;
          animation: anim-bigfish-color 1s ease-in-out forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.marquee-parralel1 {
  bottom: 0;
  left: 10vw;
}

.marquee-parralel2 {
  bottom: 0;
  left: calc(10vw + 48px);
}

.marquee-lg.marquee-parralel1 {
  bottom: 0;
  left: 35vw;
}

.marquee-lg.marquee-parralel2 {
  bottom: 0;
  left: 50vw;
}

.home-fish {
  height: calc(100vh - 110px);
  max-height: 680px;
  min-height: 360px;
  width: auto;
  position: absolute;
  bottom: 50px;
  left: 10vw;
  opacity: 0;
}

.home-bigfish {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  opacity: 0;
}

.header {
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 24px;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.logo {
  width: 60px;
  height: auto;
  cursor: pointer;
}

.header-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

.header-logos img {
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 20px #000;
          box-shadow: inset 0 0 0 20px #000;
  border-radius: 50%;
}

.h1 {
  opacity: 0;
  -webkit-animation: anim-h1 1s linear forwards;
          animation: anim-h1 1s linear forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  z-index: 2;
  text-align: right;
  right: 24px;
  bottom: 80px;
}

.h1 img {
  width: 548px;
  height: auto;
}

.h1 h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 123.5%;
  color: #fff;
  max-width: 330px;
  text-align: right;
  margin-top: 14px;
  margin-bottom: 22px;
  padding-right: 10px;
}

.h1 button {
  min-width: 212px;
  background: #00f582;
  border-radius: 72px;
  border: none;
  outline: none;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  padding: 24px 28px;
  color: #000;
}

.h1 button:hover {
  background: #0eec85;
}

.h1 button:active {
  background: #23f895;
}

.h1 button.btn-red {
  background: #f00;
}

.h1 button.btn-red:hover {
  background: #eb0000;
}

.h1 button.btn-red:active {
  background: #eb0000;
}

.btn-anim {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-anim .initial {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: block;
}

.btn-anim .anim {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(120%) scale(0.8);
          transform: translateY(120%) scale(0.8);
  position: absolute;
  display: block;
}

.btn-anim:hover .initial, .btn-anim:active .initial {
  opacity: 0;
  -webkit-transform: translateY(-120%) scale(0.8);
          transform: translateY(-120%) scale(0.8);
}

.btn-anim:hover .anim, .btn-anim:active .anim {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.tablet-wide-logo {
  display: none;
}

.desc-xs {
  display: none;
}

.button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.toggle-item {
  cursor: pointer;
}

.to-toggle {
  display: none;
}

.answer {
  display: none;
  padding-left: 20px;
}

.answer dt {
  font-weight: 600;
}

.sub-items > div {
  padding: 5px 0;
}

@media (max-width: 1150px) {
  .marquee-lg.marquee-parralel2 {
    display: none;
  }
  .marquee-lg.marquee-parralel1 {
    left: 50vw;
  }
  .marquee-sm.marquee-parralel1 {
    left: 18vw;
  }
  .marquee-sm.marquee-parralel2 {
    left: calc(18vw + 48px);
  }
  .home-bigfish {
    width: 177vw;
  }
  @-webkit-keyframes anim-white {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
    50% {
      opacity: 1;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
    99% {
      opacity: 1;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 0;
    }
  }
  @keyframes anim-white {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
    50% {
      opacity: 1;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
    99% {
      opacity: 1;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 0;
    }
  }
  @-webkit-keyframes anim-color {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    50% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-30%, 0, 0);
              transform: translate3d(-30%, 0, 0);
      opacity: 1;
    }
  }
  @keyframes anim-color {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    50% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-30%, 0, 0);
              transform: translate3d(-30%, 0, 0);
      opacity: 1;
    }
  }
  .home-fish.white {
    -webkit-animation: anim-white 2s ease-in-out forwards;
            animation: anim-white 2s ease-in-out forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .home-fish.color {
    -webkit-animation: anim-color 2s ease-in-out forwards;
            animation: anim-color 2s ease-in-out forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .h1 img {
    display: none;
  }
  .tablet-wide-logo {
    display: block;
    position: absolute;
    top: 120px;
    right: 24px;
    opacity: 0;
    -webkit-animation: anim-h1 1s linear forwards;
            animation: anim-h1 1s linear forwards;
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

.orange-marquee {
  position: relative;
  width: 100%;
}

.orange-marquee .marquee {
  position: initial;
  background: #ffb300;
}

.orange-marquee .marquee img {
  -webkit-animation: none !important;
          animation: none !important;
}

.orange-marquee-lg {
  position: relative;
  width: 100%;
}

.orange-marquee-lg .marquee img {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.orange-marquee-lg .marquee-lg {
  position: initial;
  background: #ff7c00;
  border: 0;
  border-top: 2px solid #000;
  border-bottom: 8px solid #000;
}

.orange-marquee-lg .marquee-lg img {
  padding: 28px 65px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}

@media (max-width: 650px) {
  @-webkit-keyframes anim-white {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
  }
  @keyframes anim-white {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
  }
  @-webkit-keyframes anim-color {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  @keyframes anim-color {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  .marquee-sm {
    padding: 4px 0;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
  }
  .marquee-sm.marquee-horizontal img {
    padding: 0 12px;
  }
  .marquee-horizontal {
    bottom: 0;
  }
  .marquee-horizontal img {
    height: 15px;
  }
  .marquee-sm.marquee-parralel1 {
    display: none;
  }
  .marquee-sm.marquee-parralel2 {
    border-left: 4px solid #000;
    border-right: 4px solid #000;
    padding: 0 4px;
    left: 20vw;
  }
  .marquee-sm.marquee-parralel2 img {
    width: 15px;
    padding: 12px 0;
  }
  .marquee-lg.marquee-parralel1 {
    border-left: 4px solid #000;
    border-right: 4px solid #000;
    padding: 0 12px;
    left: 20vw;
    left: 32vw;
  }
  .marquee-lg.marquee-parralel1 img {
    width: 30px;
    padding: 12px 0;
  }
  .logo {
    width: 40px;
  }
  .home-fish {
    height: 380px;
    bottom: 31px;
    left: 0;
  }
  .home-fish.white {
    -webkit-animation: anim-white 1s ease-in-out forwards;
            animation: anim-white 1s ease-in-out forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .home-fish.color {
    -webkit-animation: anim-color 1s ease-in-out forwards;
            animation: anim-color 1s ease-in-out forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .tablet-wide-logo {
    width: calc(58% - 60px);
    max-width: 360px;
    top: 62px;
  }
  .h1 {
    top: 103px;
    width: calc(100% - 24px);
  }
  .h1 h1 {
    margin-top: 0;
    margin-bottom: 8px;
    max-width: 195px;
    text-shadow: 1px 1px 0px black, -1px 1px 0px black, 1px -1px 0px black, -1px -1px 0px black;
  }
  .h1 button {
    min-width: 50%;
    padding: 10px;
    font-size: 14px;
  }
  .desc-xl {
    display: none;
  }
  .desc-xs {
    display: initial;
    padding: 0 !important;
  }
  .button-list {
    width: 100%;
    padding: 0 24px;
  }
}

.showcase {
  overflow: hidden;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  position: relative;
  width: 100%;
  height: 85vh;
  margin: 30px 0;
}

.showcase--cards {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}

.showcase--cards .card {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.showcase--cards .card.push {
  -webkit-transform: translate(calc(-100% + 180px), -50%);
          transform: translate(calc(-100% + 180px), -50%);
}

.touch .showcase {
  overflow: scroll;
  display: inline;
}

.touch .showcase--cards {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: auto;
  height: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0 100px;
}

.touch .showcase--cards .card {
  position: relative;
  -webkit-transform: none;
          transform: none;
  margin-left: -400px;
}

.touch .showcase--cards .card:last-child {
  margin-left: 0%;
}

.touch .showcase--cards .card.push {
  -webkit-transform: translate(-200%, 0);
          transform: translate(-200%, 0);
}

.card {
  background: #8944fc;
  position: relative;
  width: 60vh;
  height: 100%;
  border: 8px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.card::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 17px;
  right: 14px;
  display: block;
  position: absolute;
  background-color: #000;
}

.showcase--cards .card.active::before {
  background: #7339d3;
}

.card img {
  width: 100%;
  height: 84%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  padding: 20% 13% 0 13%;
}

.card--color {
  opacity: 0;
  width: 100%;
  height: 500px;
  background: red;
  position: absolute;
  top: 0;
}

.card.load .card--color {
  opacity: 1;
}

.card.load img {
  opacity: 0;
}

.card--text {
  font-family: altehaasgroteskregular, san-serif;
  font-size: 40px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 16%;
  text-align: center;
  padding: 0;
}

.card--text > span {
  width: 90%;
  height: 100%;
  font-weight: 500;
  border-top: 4px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card--text > span > span {
  padding-top: 2px;
}

.card--text > span .filler {
  width: 80px;
}

.card--text .enum {
  font-family: "Sinistre";
  font-weight: 400;
  font-size: 72px;
  line-height: 150%;
  color: #000000;
  margin-left: 20px;
}

@media only screen and (max-height: 750px) {
  .card--title img {
    display: inline-block;
    height: 1.2em;
    width: 1.2em;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translate(6px, 2px);
            transform: translate(6px, 2px);
  }
  .card--options {
    bottom: calc((100% - 420px) / 2);
    left: calc((100% - 300px) / 2 + 320px);
  }
}

.home-dropdown {
  width: 100%;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10vw;
}

.home-dropdown.faq {
  background: #a4aeff;
}

.home-dropdown.team {
  background: #ffaef0;
}

.home-dropdown .title {
  font-family: "Soulcraft";
  font-weight: 400;
  font-size: 92px;
  color: #000000;
  margin: 25px 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.home-dropdown > img {
  -webkit-transform: translateX(5vw) rotate(180deg);
          transform: translateX(5vw) rotate(180deg);
  cursor: pointer;
}

.home-dropdown > img.active {
  -webkit-transform: translateX(5vw) rotate(0deg);
          transform: translateX(5vw) rotate(0deg);
}

.faq-content {
  display: none;
  width: 100%;
}

.faq-content .item {
  width: 100%;
  border-top: 4px solid #000000;
  margin-bottom: 26px;
  padding-top: 22px;
}

.faq-content .item .question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}

.faq-content .item .question img {
  margin-right: 6px;
}

.faq-content .item .answer {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 123.5%;
  color: #000000;
  margin-top: 12px;
}

.team-content {
  display: none;
  width: 100%;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 24px;
          column-gap: 24px;
  row-gap: 15px;
  padding-bottom: 20px;
}

.team-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team-content .item img {
  width: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 18%;
  -webkit-box-shadow: inset 0 0 80px 45px rgba(7, 42, 26, 0.25);
          box-shadow: inset 0 0 80px 45px rgba(7, 42, 26, 0.25);
}

.team-content .item .name,
.team-content .item .position {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 109%;
  text-align: center;
  color: #000000;
  margin: 0;
}

.team-content .item .name {
  margin-top: 5px;
}

.team-content .item .position {
  font-family: "Sinistre";
}

.main-footer {
  width: 100%;
  padding-bottom: 8px;
}

.copy-lg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10vw;
  background: #5671ff;
}

.copy-lg .title {
  font-family: "Soulcraft";
  font-weight: 400;
  font-size: 92px;
  color: #000000;
  margin: 25px 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.copy-lg .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  -webkit-transform: translateX(8vw);
          transform: translateX(8vw);
}

.copy-lg .logos img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.copy-sm {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.copy-sm .title {
  font-family: "Soulcraft";
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.copy-sm .logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  cursor: pointer;
  margin-top: 32px;
}

@media (max-width: 1439px) {
  .copy-lg .title,
  .home-dropdown .title {
    font-size: 60px;
  }
}

@media (max-height: 800px) {
  .card--text {
    font-size: 30px;
  }
  .card--text .enum {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .showcase {
    margin: 14px 0;
    height: 75vh;
  }
  .showcase--cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    padding-left: 10vw;
  }
  .showcase--cards .card {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .main-footer {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .copy-lg {
    display: none;
  }
  .copy-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 650px) {
  .showcase {
    margin: 14px 0;
    height: 365px;
  }
  .orange-marquee-lg {
    display: none;
  }
  .card--text {
    font-size: 15px;
    font-weight: 500;
  }
  .card--text .enum {
    font-size: 30px;
  }
  .card--text > span .filler {
    width: 50px;
  }
  .card {
    width: 285px;
  }
  .showcase--cards {
    padding-left: 53px;
    padding-right: 53px;
  }
  .card::before {
    content: "";
    width: 8.61px;
    height: 8.61px;
    top: 8px;
    right: 8px;
    background: #7339d3;
  }
  .team-content {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .home-dropdown .title {
    font-size: 42px;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 5vw;
    margin: 4px 0;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .home-dropdown > img {
    width: 12px;
    height: auto;
    -webkit-transform: translateX(3vw) rotate(180deg);
            transform: translateX(3vw) rotate(180deg);
  }
  .home-dropdown > img.active {
    -webkit-transform: translateX(3vw) rotate(0deg);
            transform: translateX(3vw) rotate(0deg);
  }
}

.info-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 920px 1fr;
      grid-template-columns: 1fr 920px 1fr;
  padding: 48px 68px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}

.info-header .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.info-header .tab-list .tab-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 123.5%;
  text-align: center;
  color: #878787;
  opacity: 0.49;
  cursor: pointer;
  padding: 5px 0;
  letter-spacing: 0.2px;
}

.info-header .tab-list .tab-item:hover {
  opacity: 1;
}

.info-header .tab-list .tab-item.active {
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  opacity: 1;
}

.info-header .buy-sell {
  font-family: "Sinistre";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  text-shadow: 0 0 0 #fff;
  padding-top: 2px;
}

.info-content-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 920px 1fr;
      grid-template-columns: 1fr 920px 1fr;
  padding-top: 90px;
}

.info-content {
  width: 100%;
  -ms-grid-column: 2;
  grid-column: 2;
  padding-bottom: 100px;
}

.info-content h1 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 123.5%;
  color: #e5e5e5;
  margin: 30px 0;
}

.info-content h2 {
  font-family: "Sinistre";
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  margin: 30px 0;
}

.info-content p {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 123.5%;
  color: #ffffff;
  margin: 30px 0;
}

.info-content hr {
  border: none;
  background-color: #000000;
  height: 1px;
  margin: 30px 0;
}

.bottom-tabs {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.bottom-tabs .shape {
  width: 100%;
  height: 106px;
  background-color: black;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%, 0 100%);
          clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%, 0 100%);
  cursor: pointer;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}

.bottom-tabs .shape span {
  position: relative;
  z-index: 4;
  cursor: pointer;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 123.5%;
  text-align: center;
  color: #010101;
  padding-top: 12px;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}

.bottom-tabs .shape.active {
  background-color: #00f582;
}

.bottom-tabs .shape.active span {
  color: #00f582;
}

.bottom-tabs .shape.active:before {
  background: #000;
}

.bottom-tabs .shape:hover {
  background-color: #00f582;
}

.bottom-tabs .shape:hover span {
  color: #00f582;
}

.bottom-tabs .shape:hover:before {
  background: #000;
}

.bottom-tabs .shape:before {
  content: "";
  width: calc(100% - 12px);
  height: 82px;
  background: #00f582;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-clip-path: polygon(8% -2%, 91.7% -9%, 98.5% 100%, 0 100%, 2% 100%);
          clip-path: polygon(8% -2%, 91.7% -9%, 98.5% 100%, 0 100%, 2% 100%);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}

.bottom-tabs .tabs-top {
  -webkit-transform: translateY(134px);
          transform: translateY(134px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.bottom-tabs .tabs-top .shape {
  width: calc(130%);
}

.bottom-tabs .tabs-top .shape:hover, .bottom-tabs .tabs-top .shape.active {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
  padding-top: 9px;
}

.bottom-tabs .tabs-top .shape:first-of-type {
  left: -17.5%;
  z-index: 2;
}

.bottom-tabs .tabs-top .shape:nth-of-type(2n) {
  left: -5%;
}

.bottom-tabs .tabs-bottom {
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 2;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-transform: translateY(66px);
          transform: translateY(66px);
}

.bottom-tabs .tabs-bottom:before {
  content: "";
  width: 100%;
  display: block;
  background: #000;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.bottom-tabs .tabs-bottom .shape {
  -webkit-clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%, 0 100%);
          clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%, 0 100%);
}

.bottom-tabs .tabs-bottom .shape:hover, .bottom-tabs .tabs-bottom .shape.active {
  padding-top: 9px;
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}

.bottom-tabs .tabs-bottom .shape:before {
  -webkit-clip-path: polygon(12% 1%, 88% 0%, 97.5% 100%, 0 100%, 2.8% 100%);
          clip-path: polygon(12% 1%, 88% 0%, 97.5% 100%, 0 100%, 2.8% 100%);
}

.bottom-tabs .tabs-bottom .shape {
  width: calc(130%);
}

.bottom-tabs .tabs-bottom .shape:first-of-type {
  left: -17%;
  z-index: 3;
}

.bottom-tabs .tabs-bottom .shape:nth-of-type(2n) {
  z-index: 2;
  left: -12%;
}

.bottom-tabs .tabs-bottom .shape:nth-of-type(3n) {
  left: -8%;
  z-index: 1;
}

.master-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.coin {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
          transform: translate(-50%, -50%) scale(0.7);
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: sepia() saturate(44.5) contrast(1.5) hue-rotate(237deg) saturate(1.5);
          filter: sepia() saturate(44.5) contrast(1.5) hue-rotate(237deg) saturate(1.5);
}

.burger,
.burger-content {
  display: none;
}

@media (max-width: 1300px) {
  .info-header {
    -ms-grid-columns: 1fr 520px 1fr;
        grid-template-columns: 1fr 520px 1fr;
  }
}

@media (max-width: 1050px) {
  .info-content-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 0 24px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (max-width: 850px) {
  .bottom-tabs {
    display: none;
  }
  .info-content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .buy-sell {
    padding-top: 0;
    padding-bottom: 2px;
  }
  .info-header {
    padding: 24px;
    -ms-grid-columns: 1fr 1.5fr 1fr;
        grid-template-columns: 1fr 1.5fr 1fr;
  }
  .tab-list,
  .filler {
    display: none !important;
  }
  .burger {
    display: block;
    justify-self: flex-end;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .burger > img {
    width: 27px;
    height: 20px;
  }
  .burger-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #1b1b1b;
    right: 0;
    top: 0;
    z-index: 3;
    padding: 0 24px;
    padding-top: 90px;
    gap: 12px;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .burger-content.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  .burger-content .tab-item {
    color: #828282;
  }
  .burger-content .tab-item.active {
    color: #fff;
  }
}

.wp-wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.info-section {
  width: 100%;
  overflow-x: hidden;
  -ms-grid-columns: 380px minmax(0, 1fr);
      grid-template-columns: 380px minmax(0, 1fr);
  display: -ms-grid;
  display: grid;
  position: relative;
}

.wp-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 10;
  background-color: #000;
}

.wp-header.sticky {
  position: -webkit-sticky;
  position: sticky;
  -webkit-transform: translateY(56px);
          transform: translateY(56px);
  top: -24px;
  background-color: transparent;
  border-bottom: none;
}

.wp-header .container {
  width: 378px;
  padding: 11px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 2px solid transparent;
}

.wp-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 32px;
  top: -34px;
  left: 0;
  background-color: #000;
}

.wp-h1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 427px;
  padding-bottom: 50px;
}

.wp-h1 span {
  font-family: "Uni Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 54px;
  line-height: 123%;
  text-align: center;
  -webkit-font-feature-settings: "kern" off;
          font-feature-settings: "kern" off;
  color: #ffffff;
}

.wp-h1 strong {
  font-family: "Sinistre";
  color: #00f582;
  text-transform: uppercase;
  font-weight: normal;
  display: inline;
}

.fish-world {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  width: 100%;
  height: auto;
}

.info-legends {
  width: 380px;
  max-height: 100vh;
  height: 100%;
  overflow: hidden;
  -ms-grid-column: 1;
  grid-column: 1;
  color: #fff;
  top: 0;
  padding-left: 95px;
  padding-top: 115px;
  border-right: 2px solid #fff;
}

.info-legends .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 48px;
}

.info-legends .group .title {
  font-family: "Uni Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 123.5%;
  color: #fff;
}

.info-legends .group .title.active {
  color: #00f582;
}

.info-legends .group .title span {
  display: inline-block;
  margin-right: 24px;
  width: 22px;
}

.info-legends .group .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 46px;
  padding-top: 24px;
}

.info-legends .group .items a {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fffefe;
}

.info-scroll-content {
  width: calc(100% + 2px);
  position: relative;
  left: -2px;
  -ms-grid-column: 2;
  grid-column: 2;
}

@media (min-width: 1450px) {
  .info-scroll-content {
    border-right: 2px solid #fff;
    max-width: 1200px;
  }
}

.info-scroll-content .manifesto-stripes {
  width: calc(100% + 232px);
  position: relative;
  left: -116px;
}

.info-scroll-content .section-skeleton {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.info-scroll-content .skeleton-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-scroll-content .skeleton-container img {
  position: relative;
  right: -116px;
}

.info-scroll-content hr {
  width: calc(100% + 232px);
  position: relative;
  left: -116px;
  margin: 70px 0;
  border: none;
  border-top: 2px solid #fff;
}

.info-scroll-content .text-section {
  width: 100%;
  padding: 72px 116px;
  border-top: 2px solid #fff;
}

.info-scroll-content .text-section .green {
  color: #00f582;
}

.info-scroll-content .text-section .purple {
  color: #af91f8;
}

.info-scroll-content .text-section .pink {
  color: #ff83e2;
}

.info-scroll-content .text-section .cyan {
  color: #03fcfc;
}

.info-scroll-content .text-section .indigo {
  color: #5671ff;
}

.info-scroll-content .text-section .yellow {
  color: #ffb300;
}

.info-scroll-content .text-section h2 {
  margin: 0;
  font-family: "Uni Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  line-height: 54px;
  color: #00f582;
}

.info-scroll-content .text-section h2 span {
  font-family: "Sinistre";
  font-weight: 300;
}

.info-scroll-content .text-section h3 {
  font-family: "Uni Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #fffefe;
  margin-bottom: 0;
}

.info-scroll-content .text-section p {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.35;
  color: #fffefe;
  margin-bottom: 0;
  margin-top: 10px;
}

.info-scroll-content .text-section p.txt-lg {
  font-size: 18px;
}

.info-scroll-content .text-section p span {
  color: #00f582;
  font-weight: 600;
}

.info-scroll-content .sneak-peek {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #ff83e2;
  font-family: "Uni Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #000000;
  padding: 15px;
}

.info-scroll-content .text-img-combo-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info-scroll-content .text-img-combo-list .combo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 116px;
  padding-right: 21px;
  max-height: 220px;
  position: relative;
}

.info-scroll-content .text-img-combo-list .combo-item.item-1 {
  margin: 100px 0;
}

.info-scroll-content .text-img-combo-list .combo-item.item-1 > img {
  max-width: 415px;
}

.info-scroll-content .text-img-combo-list .combo-item.item-1 .banner.right {
  bottom: -160px;
  background-position: right -10px !important;
}

.info-scroll-content .text-img-combo-list .combo-item.item-2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 105px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 80px;
          column-gap: 80px;
}

.info-scroll-content .text-img-combo-list .combo-item.item-2 .text {
  margin: 0;
  position: relative;
  top: -70px;
}

.info-scroll-content .text-img-combo-list .combo-item.item-2 .banner {
  bottom: -55px;
}

.info-scroll-content .text-img-combo-list .combo-item.item-3 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 135px;
}

.info-scroll-content .text-img-combo-list .combo-item.item-3 .text {
  margin: 0;
  position: relative;
  top: -90px;
}

.info-scroll-content .text-img-combo-list .combo-item.item-3 .banner {
  bottom: -55px;
}

.info-scroll-content .text-img-combo-list .combo-item.item-4 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 150px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 80px;
          column-gap: 80px;
}

.info-scroll-content .text-img-combo-list .combo-item.item-4 .text {
  margin: 0;
  position: relative;
  top: -100px;
}

.info-scroll-content .text-img-combo-list .combo-item.item-4 .banner {
  bottom: -55px;
}

.info-scroll-content .text-img-combo-list .combo-item.item-5 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 135px;
}

.info-scroll-content .text-img-combo-list .combo-item.item-5 .text {
  margin: 0;
  position: relative;
  top: -90px;
}

.info-scroll-content .text-img-combo-list .combo-item.item-5 .banner {
  bottom: -55px;
}

.info-scroll-content .text-img-combo-list .combo-item .text {
  max-width: 330px;
}

.info-scroll-content .text-img-combo-list .combo-item .text h3 {
  font-family: "Uni Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 26px;
  line-height: 128%;
  color: #ffffff;
  margin: 0;
}

.info-scroll-content .text-img-combo-list .combo-item .text p {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.35;
  color: #fffefe;
  margin-bottom: 0;
  margin: 0;
}

.info-scroll-content .text-img-combo-list .combo-item > img:not(.banner) {
  width: 100%;
  max-width: 432px;
}

.info-scroll-content .text-img-combo-list .combo-item .banner {
  position: absolute;
  max-width: initial !important;
  width: 100%;
  max-width: 850px !important;
  height: 60px;
}

.info-scroll-content .text-img-combo-list .combo-item .banner.right {
  right: -2px;
  background-position: right !important;
}

.info-scroll-content .text-img-combo-list .combo-item .banner.left {
  left: -7px;
  background-position: left !important;
}

.dive-in {
  font-family: "Uni Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  color: #000000;
  background: #ffb300;
  border: 7px solid #000000;
  border-right: none;
  padding: 20px;
  width: calc(100% + 9px);
  position: relative;
  left: -6px;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #474747;
  outline: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 80px;
  height: 8px;
  background: #00f582;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 80px;
  height: 8px;
  background: #00f582;
  cursor: pointer;
}

.carousel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
          column-gap: 6px;
  overflow-x: auto;
  width: calc(100% + 228px);
  position: relative;
  left: -114px;
  margin-top: 63px;
  margin-bottom: 20px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.carousel-content > img {
  width: 176px;
  height: 140px;
  border-radius: 20px;
}

.carousel-content::-webkit-scrollbar {
  display: none;
}

.wp-team {
  width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  border-top: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-team .team-stripes {
  width: 105.3%;
  height: auto;
  position: relative;
  left: 2.6%;
}

.wp-team .team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 34px;
  margin-bottom: 34px;
  max-width: 1400px;
}

.wp-team .team-members img {
  width: 168px;
}

.wp-team h4 {
  width: 100%;
  max-width: 802px;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  color: #00f582;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
}

.wp-team .no-changes {
  width: 100%;
  margin-top: 80px;
}

.team-big-fish-logo {
  width: 250px;
  height: auto;
  margin-top: 72px;
  margin-bottom: 34px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.scroll-down {
  display: none;
}

.wp-mobile-slider {
  display: none;
}

.invisibles-mobile {
  display: none;
}

@media (min-width: 1024px) {
  .hide-lg {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .hide-xs {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .wp-wrapper .wp-header {
    top: 0;
    border-top: 0;
    border-bottom: 1px solid #fff;
    position: -webkit-sticky;
    position: sticky;
    background-color: #000;
  }
  .wp-wrapper .wp-header .container {
    padding: 21px 0px;
    padding-left: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .wp-wrapper .wp-h1 {
    min-height: 80px;
    padding-bottom: 0;
  }
  .wp-wrapper .wp-h1 span {
    font-size: 21px;
    line-height: 123%;
  }
  .wp-wrapper .scroll-down {
    display: block;
    margin: auto;
  }
  .wp-wrapper .fish-world {
    width: 170%;
    position: relative;
    left: -34.5%;
    margin-top: 35px;
  }
  .wp-wrapper .info-legends {
    display: none;
  }
  .wp-wrapper .info-scroll-content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
  .wp-wrapper .info-section .info-scroll-content .text-section {
    padding: 40px;
  }
  .wp-wrapper .info-section .info-scroll-content .text-section h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .wp-wrapper .info-section .info-scroll-content .text-section p {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
  }
  .wp-wrapper .info-section .info-scroll-content .text-section p.txt-lg {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
  }
  .wp-wrapper .info-section .info-scroll-content .skeleton-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-wrapper .info-section .info-scroll-content .skeleton-container .skeleton-text {
    padding-top: 38px;
  }
  .wp-wrapper .info-section .info-scroll-content .skeleton-container img {
    width: calc(100% + 80px);
    left: 0;
    margin-top: 40px;
  }
  .wp-wrapper .info-section .info-scroll-content .sneak-peek {
    font-size: 16px;
    line-height: 19px;
  }
  .wp-wrapper .info-section .info-scroll-content .text-img-combo-list {
    display: none;
  }
  .wp-wrapper .info-section .info-scroll-content .wp-mobile-slider {
    padding-top: 64px;
  }
  .wp-wrapper .info-section .info-scroll-content .swiper-horizontal > .swiper-pagination-bullets,
  .wp-wrapper .info-section .info-scroll-content .swiper-pagination-bullets.swiper-pagination-horizontal,
  .wp-wrapper .info-section .info-scroll-content .swiper-pagination-custom,
  .wp-wrapper .info-section .info-scroll-content .swiper-pagination-fraction {
    top: 23px;
    height: 23px;
  }
  .wp-wrapper .info-section .info-scroll-content .swiper-pagination-bullet {
    background: #404040;
    opacity: 1 !important;
    width: 4px;
    height: 4px;
    margin: 0 2px;
  }
  .wp-wrapper .info-section .info-scroll-content .swiper-pagination-bullet-active {
    background: #00f582;
    opacity: 1 !important;
    width: 4px;
    height: 4px;
    margin: 0 2px;
  }
  .wp-wrapper .info-section .info-scroll-content .swiper-slide {
    width: 334px;
  }
  .wp-wrapper .info-section .info-scroll-content .swiper-slide .slide-text {
    display: block;
    width: 217px;
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 128%;
    text-align: center;
    color: #ffffff;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .wp-wrapper .info-section .info-scroll-content .wp-slide {
    width: 100%;
    background: #000000;
    border: 6px solid #212121;
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 33px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wp-wrapper .info-section .info-scroll-content .wp-slide img {
    width: 270px;
    height: 274px;
    -o-object-fit: contain;
       object-fit: contain;
    border-bottom: 4px solid #212121;
  }
  .wp-wrapper .info-section .info-scroll-content .wp-slide .text {
    margin-top: 12px;
    display: block;
    width: 100%;
    font-family: "Uni Sans";
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 128%;
    text-align: center;
  }
  .wp-wrapper .info-section .info-scroll-content .wp-slide .text.purple {
    color: #af91f8;
  }
  .wp-wrapper .info-section .info-scroll-content .wp-slide .text.pink {
    color: #ff83e2;
  }
  .wp-wrapper .info-section .info-scroll-content .wp-slide .text.indigo {
    color: #5671ff;
  }
  .wp-wrapper .info-section .info-scroll-content .wp-slide .text.yellow {
    color: #ffb300;
  }
  .wp-wrapper .info-section .wp-mobile-slider {
    display: block;
  }
  .wp-wrapper .info-section .invisibles-mobile {
    display: block;
    width: 100%;
  }
  .wp-wrapper .info-section .dive-in {
    font-size: 21.5px;
    line-height: 28px;
    background: #00f582;
    padding: 6px;
    border: none;
  }
  .wp-wrapper .info-section hr {
    margin: 35px 0;
  }
  .wp-wrapper .info-section .carousel-content {
    width: calc(100% + 80px);
    left: -40px;
  }
  .wp-wrapper .info-section .slidecontainer {
    width: calc(100% + 80px);
    left: -40px;
    position: relative;
  }
  .wp-wrapper .wp-team .team-members {
    gap: 16px;
    margin-bottom: 16px;
  }
  .wp-wrapper .wp-team .team-members img {
    width: 20%;
    min-width: 150px;
  }
  .wp-wrapper .wp-team .team-stripes {
    width: 200%;
  }
  .wp-wrapper .wp-team .team-big-fish-logo {
    width: 108px;
    margin-top: 43px;
    margin-bottom: 15px;
  }
  .wp-wrapper .wp-team h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    padding: 0 40px;
  }
  .wp-wrapper .wp-team .no-changes {
    margin-top: 55px;
    width: 200%;
  }
}

@media (max-width: 1350px) {
  .info-section {
    -ms-grid-columns: 280px minmax(0, 1fr);
        grid-template-columns: 280px minmax(0, 1fr);
  }
  .info-legends {
    padding-left: 24px;
    width: 280px;
  }
  .dive-in {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 1150px) {
  .dive-in {
    font-size: 38px;
    line-height: 38px;
  }
}

@media (max-height: 737px) {
  .info-legends .group {
    margin-bottom: 25px;
  }
}

@media (max-height: 650px) {
  .info-legends .group {
    margin-bottom: 25px;
  }
  .info-legends .group .title {
    font-size: 15px;
    line-height: 1;
  }
  .info-legends .group .items a {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-height: 565px) {
  .info-legends .group {
    margin-bottom: 15px;
  }
  .info-legends .group .title {
    font-size: 14px;
    line-height: 1;
  }
  .info-legends .group .items {
    padding-top: 10px;
  }
  .info-legends .group .items a {
    font-size: 13px;
    line-height: 15px;
  }
}

@media (max-width: 1250px) {
  .info-scroll-content .skeleton-container img {
    width: 50%;
  }
  .info-scroll-content .text-section h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .info-scroll-content .text-section {
    padding: 50px 64px;
  }
  .info-scroll-content .text-section p {
    font-size: 14px;
  }
  .info-scroll-content .text-section p.txt-lg {
    font-size: 16px;
  }
  .info-scroll-content .manifesto-stripes {
    width: calc(100% + 128px);
    left: -64px;
  }
  .info-scroll-content .skeleton-container img {
    left: 64px;
  }
  .info-scroll-content .text-img-combo-list .combo-item.item-1 .banner {
    width: 90%;
  }
  .info-scroll-content .text-img-combo-list .combo-item > img:not(.banner) {
    max-width: 300px;
  }
  .info-scroll-content .text-img-combo-list .combo-item.item-1 .banner.right {
    bottom: -90px;
  }
  .info-scroll-content .text-img-combo-list .combo-item.item-1 {
    margin: 50px 0;
  }
  .info-scroll-content .text-img-combo-list .combo-item {
    padding-left: 64px;
  }
  .info-scroll-content hr {
    left: -64px;
  }
  .carousel-content {
    width: calc(100% + 126px);
    left: -62px;
  }
}
/*# sourceMappingURL=style.css.map */