.error-header {
  background: var(--white);
  text-align: center;
}
.textpage-header {
  background: var(--white);
}
.textpage-header h1 {
  text-transform: uppercase;
  text-align: left;
}
.textpage-textblock {
  padding-top: 0;
  background: var(--white);
  margin-top: -3em;
}
.textpage-close {
  position: absolute;
  top: 2.25em;
  left: 2em;
  display: block;
  width: 1.2em;
  z-index: 200;
}
.textpage-close svg {
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .textpage-close {
    top: 8vw;
    left: auto;
    right: 7vw;
  }
  .textpage-textblock {
    margin-top: 0em;
  }
  .textpage-textblock {
    padding-left: 15vw;
    padding-right: 2vw;
  }
  .textpage-header {
    padding-left: 15vw;
    padding-right: 2vw;
    padding-top: 20vh;
    padding-bottom: 5vw;
  }
}
.loader {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 50;
  background: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4vh 0;
  pointer-events: none;
  display: block;
}
.loader-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 51;
  background: var(--black);
}
.loader .grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-gap: 0;
  height: 100%;
  width: 100%;
  justify-items: center;
}
.loader .grid .flex-col {
  will-change: transform;
  width: 100%;
  display: flex;
  width: auto;
  height: auto;
  width: 2em;
  position: relative;
  transform: rotate(-3deg);
  will-change: transform;
}
.loader .grid .flex-col::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.loader .grid .flex-col span {
  font-family:
    Akzidenz Grotesk Next,
    sans-serif;
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.25em, 1.65vw, 3em);
}
.loader .grid .flex-col:nth-child(8n + 2) span {
  transform: rotate(180deg) translate(0, 55%);
}
.loader .grid .flex-col:nth-child(8n + 6) span {
  transform: scale(-1, 1);
}
.indicators {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 130;
}
.indicators .indicator-button {
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  padding: 0.6em 2.5em 0.6em 0.75em;
  position: relative;
}
.indicators .indicator-button:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.indicators .indicator-button:hover:after {
  background: #000;
}
.indicators .indicator-button[aria-pressed="true"]:after {
  background: #000;
}
.indicators .indicator-button span {
  color: #111;
  position: absolute;
  pointer-events: none;
  font-size: 8.5px;
  left: 2.7em;
  top: 50%;
  transform: translate(0, -54%);
  left: 10em;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.indicators .indicator-button span::after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 5em;
  left: calc(100% + 4px);
  top: 45%;
  background: #111;
}
.indicators .indicator-button[aria-pressed="true"] span {
  left: 2.7em;
}
main.dark .indicators .indicator-button:after {
  background: rgba(255, 255, 255, 0.4);
}
main.dark .indicators .indicator-button:hover:after,
main.dark .indicators .indicator-button[aria-pressed="true"]:after {
  background: #fff;
}
main.dark .indicators .indicator-button span {
  color: #fff;
}
main.dark .indicators .indicator-button span::after {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .indicators {
    right: auto;
    left: 0;
  }
  .indicators .indicator-button {
    padding: 1.5vh 2vw 1.5vh 7vw;
  }
  .indicators .indicator-button span {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
    left: 0 !important;
    transform: none !important;
    color: transparent !important;
  }
  .indicators .indicator-button span::after {
    display: none !important;
  }
  .indicators .indicator-button[aria-pressed="true"] span {
    left: 0 !important;
  }
}
.logo {
  position: fixed;
  right: 0;
  top: 0.5em;
  z-index: 231;
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  padding: 1em 2.05em 1em 1em;
  cursor: pointer;
  width: 5.25em;
  height: 9.75em;
}
.logo img {
  width: 5.3em;
  transform: translate(-60%, -50%) rotate(90deg);
  position: absolute;
  top: 50%;
  left: 55%;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  filter: invert(0);
}
.logo.indicator-button::after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 5em;
  left: 100%;
  top: 50%;
  background: var(--black);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
main.dark .logo.indicator-button::after {
  background: var(--white);
}
.logo.indicator-button[aria-pressed="true"]::after {
  left: 82%;
}
main.dark .logo img {
  filter: invert(1);
}
@media screen and (max-width: 768px) {
  .logo {
    right: auto;
    left: 0;
    top: 0;
    padding: 1vw 0vw 1vw 0vw;
    width: 4.5em;
    height: 9.75em;
    transform: rotate(180deg);
  }
  .logo img {
    transform: translate(-62%, -50%) rotate(90deg);
  }
}
.contact {
  position: fixed;
  right: 0em;
  bottom: 1.25em;
  z-index: 110;
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  padding: 1em 2.3em 1em 1em;
  cursor: pointer;
}
.contact span {
  font-family:
    Akzidenz Grotesk Next,
    sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--black);
  font-size: 0.8em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
main.dark .contact span {
  color: var(--white);
}
.contact.indicator-button::after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 5em;
  left: 100%;
  top: 50%;
  background: var(--black);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
main.dark .contact.indicator-button::after {
  background: var(--white);
}
.contact.indicator-button[aria-pressed="true"]::after {
  left: 70%;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 1vw 7.5vw 1vw 2vw;
    bottom: 3vh;
    left: 0;
    right: auto;
    transform: rotate(180deg);
  }

  .contact span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(0deg);
    line-height: 1.1;
  }

  .contact.indicator-button::after {
    left: 100%;
    top: 50%;
    width: 2.5em;
    height: 1px;
  }
}
.name {
  position: absolute;
  left: 2.25em;
  top: 2.25em;
  z-index: 2;
  margin: 0;
  max-width: 25em;
  max-width: calc(25em + 25vw);
}
.tricks {
  margin: 0;
  line-height: 0.9;
}
.tricks .tricksword-wrapper {
  display: inline-block;
  padding: 0.1em 0;
  overflow: hidden;
}
.tricks .tricksword {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -0.9em;
}
.tricks .letter {
  display: inline-block;
  margin-left: -0.03em;
  transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  .name {
    left: auto;
    top: auto;
    position: relative;
    padding: 7vw 7vw 0 16vw;
    max-width: 100%;
  }
}
.description {
  position: absolute;
  left: 2.25em;
  bottom: 1.75em;
  max-width: 30em;
  z-index: 2;
  overflow: hidden;
  padding-right: 3em;
  z-index: 10;
}
.description .d-inner {
  position: relative;
  transform: translateY(0);
  opacity: 1;
}
.description p {
  font-size: 0.65em;
  margin-bottom: 1em;
}
.description .tag {
  font-size: 0.65em;
  text-transform: uppercase;
  opacity: 0.4;
  line-height: 1.35;
  display: block;
}
.description .video-btn {
  display: flex;
  height: 1.5em;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  float: left;
  position: absolute;
  right: 0;
  bottom: -0.35em;
}
.description .video-btn svg {
  width: 0.65em;
  display: block;
}
.description .video-btn span {
  line-height: 0.65em;
  text-transform: uppercase;
  font-size: 0.7em;
  display: block;
  color: var(--black);
  padding: 0 0.3em;
}
.description .video-btn .span-mobile {
  display: none;
}
.description .link-btn {
  display: flex;
  height: 1.5em;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  float: left;
  position: absolute;
  right: 0;
  bottom: -0.35em;
}
.description .link-btn svg {
  width: 0.65em;
  display: block;
  transform: rotate(135deg);
}
.description .link-btn span {
  line-height: 0.65em;
  text-transform: uppercase;
  font-size: 0.65em;
  display: block;
  color: var(--black);
  padding: 0 0.3em;
}
@media screen and (min-height: 700px) {
  .description p {
    font-size: 0.75em;
  }
  .description .video-btn svg {
    width: 0.75em;
  }
  .description .video-btn span {
    line-height: 0.75em;
  }
  .description .link-btn svg {
    width: 0.75em;
    display: block;
    transform: rotate(135deg);
  }
  .description .link-btn span {
    line-height: 0.75em;
    font-size: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  .vertical-slider .container.slider-10m {
    bottom: 12vh;
  }
  .description {
    left: auto;
    bottom: auto;
    position: relative;
    padding: 0 7vw 0 16vw;
    max-width: 100%;
  }
  .description p {
    font-size: 0.65em;
  }
  .description .video-btn .span-mobile {
    display: block;
  }
  .description .video-btn .span-desktop {
    display: none;
  }
}
.uk-transition-slide-top {
  transform: translateY(0);
}
.uk-lightbox-toolbar {
  background: rgba(0, 0, 0, 0);
  padding: 0.75em;
}
.uk-lightbox-toolbar-icon {
  padding: 0.75em;
  background: var(--black);
}
.stripe-center {
  width: 1px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  height: 100%;
  z-index: 2;
  background: rgb(0, 0, 0, 1);
}
.vertical-single-slide-last .stripe-center {
  background: rgb(255, 255, 255, 1);
}
@media screen and (max-width: 768px) {
  .stripe-center {
    display: none;
  }
}
.vertical-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.vertical-slider .container {
  max-width: 125vh;
}
.vertical-single-slide {
  height: 100vh;
  position: relative;
  width: 100%;
  padding: 0;
  top: 0;
  scroll-snap-align: start;
  background-color: var(--white);
  overflow: hidden;
}
.vertical-single-slide .vertical-single-slide-wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.vertical-single-slide .row {
  height: 100vh;
  align-content: center;
  justify-content: center;
}
.vertical-single-slide .row .flex-col {
  width: 100%;
}
.vertical-single-slide .row .flex-col::before {
  content: "";
  display: block;
  padding-top: 55.8%;
}
.s-s-item {
  width: 50%;
  position: absolute;
  background: transparent;
  transform: translateZ(0) rotate(0.001deg);
}
.s-s-item::before {
  content: "";
  display: block;
  padding-top: 111.6%;
}
.s-s-item.s-l {
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%) rotate(0.001deg);
}
.s-s-item.s-r {
  top: 50%;
  right: 50%;
  transform: translate(100%, -50%) rotate(0.001deg);
}
.s-s-item * {
  height: auto;
  max-height: unset;
  max-width: unset;
  width: 100%;
  position: absolute;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-s-item video {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .s-s-item {
    width: 100%;
  }
  .vertical-single-slide .row .flex-col::before {
    padding-top: 111.6%;
    padding-top: 147%;
    padding-top: 50vh;
    padding-top: calc(var(--vh, 1vh) * 55);
  }
  .s-s-item::before {
    padding-top: 147%;
    padding-top: 50vh;
    padding-top: calc(var(--vh, 1vh) * 55);
  }
  .s-s-item.s-l {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0.001deg);
    z-index: 9999;
  }
  .s-s-item.s-r {
    top: 50%;
    right: 54%;
    transform: translate(50%, -50%) rotate(0.001deg);
  }
}
.s-s-item.item-1 {
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%) rotate(0.001deg);
  border-radius: 0 50% 50% 0;
  background: #ff8a9e;
}
.s-s-item.item-2 {
  top: 50%;
  right: 50%;
  transform: translate(100%, -50%) rotate(0.001deg);
  background: #000;
}
.vertical-single-slide:nth-of-type(odd) .s-s-item.item-1 {
  background: #000;
  border-radius: 0;
}
.vertical-single-slide:nth-of-type(odd) .s-s-item.item-2 {
  background: #ffc267;
  border-radius: 50% 50% 50% 50%;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px) {
  .vertical-single-slide .vertical-single-slide-wrap {
    height: 100%;
  }
  .vertical-slider {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .vertical-slider .container {
    padding-left: 20vw;
    padding-right: 7vw;
    height: auto;
    position: absolute;
    margin: 0;
    display: block;
    max-width: 100%;
    width: 100%;
    bottom: 10%;
  }
  .vertical-single-slide {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .vertical-single-slide .row {
    height: auto;
  }
}
.vertical-single-slide-0 {
  background: var(--black);
  z-index: 3;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  contain: layout style;
}
.vertical-single-slide-0 .video-title {
  will-change: transform;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin: 0;
  will-change: transform;
  width: 0.15em;
  min-height: 12vh;
  contain: layout style;
}
.vertical-single-slide-0 .video-title .h1-style {
  font-family:
    Akzidenz Grotesk Next,
    sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  margin: 0;
  position: relative;
  font-size: 11.5vh;
  white-space: nowrap;
  display: block;
  line-height: 0;
  pointer-events: none;
  letter-spacing: 0;
  min-height: 0.2em;
  width: 11.5vh;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-2%) translateY(100px);
}
.vertical-single-slide-0 .video-title .h1-style.animate-in {
  visibility: visible;
  animation: titleReveal 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@keyframes titleReveal {
  0% {
    opacity: 0;
    transform: translateX(-2%) translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(-2%) translateY(0);
  }
}
.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
}
.video-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
}
@keyframes scrollArrow {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  20% {
    transform: translate(0, 75%) scale(1);
    opacity: 0;
  }
  21% {
    transform: translate(0, -100%) scale(0.5);
    opacity: 0;
  }
  40% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
.scroll-arrow {
  position: absolute;
  bottom: 2.15em;
  left: 1.9em;
  display: block;
  width: 1.75em;
  height: 1.75em;
  min-height: 40px;
}
.scroll-arrow svg {
  width: 100%;
  animation: scrollArrow 3s cubic-bezier(0.7, 0, 0.3, 1);
  animation-iteration-count: infinite;
}
.video-side-text {
  position: absolute;
  left: 2.5em;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  margin: 0;
}
.video-side-text span {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  text-orientation: mixed;
  margin: 0;
  position: relative;
  font-size: 0.65em;
  white-space: nowrap;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .scroll-arrow {
    bottom: 3.25vh;
    left: 4vw;
    width: 1.75em;
    left: auto;
    right: 4vw;
  }
  .video-side-text {
    left: auto;
    right: 6vw;
  }
  .video-side-text span {
    transform: rotate(0deg);
  }
  .vertical-single-slide-0 .video-title h1 {
    font-size: 11.5vh;
    font-size: calc(var(--vh, 1vh) * 11.5);
    line-height: 1px;
  }
}
.vertical-single-slide-last {
  background: var(--black);
}
.vertical-single-slide-last .vertical-single-slide-wrap {
  overflow: visible;
}
.vertical-single-slide-last .name {
  top: 2.5em;
  left: 2.5em;
  max-width: 40em;
  padding-right: 4em;
  position: absolute;
}
.vertical-single-slide-last .contact-reach-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2em;
}
.vertical-single-slide-last .contact-reach-signature {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.vertical-single-slide-last .contact-reach-signature img {
  height: 2.5em;
  width: auto;
  filter: brightness(0) invert(1);
  object-fit: contain;
}
.vertical-single-slide-last .contact-reach-text {
  flex: 1;
  min-width: 0;
}
.vertical-single-slide-last .name h2 {
  color: #fff;
  position: relative;
}
.vertical-single-slide-last .name h2 a {
  color: #fff;
  position: relative;
}
.vertical-single-slide-last .name h2 a::after {
  position: absolute;
  bottom: 0;
  height: 0.4vw;
  width: 0;
  left: 0;
  background: #fff;
  content: "";
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.vertical-single-slide-last .name h2 a:hover {
  color: #fff;
  text-decoration: none;
}
.vertical-single-slide-last .name h2 a:hover::after {
  width: 100%;
}
.vertical-single-slide-last .tricks:last-child {
  margin-top: 0.5em;
}
.vertical-single-slide-last .name h2 a {
  color: #fff;
  position: relative;
}
.vertical-single-slide-last .s-s-item.s1 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  max-width: 420px;
  min-height: 40vh;
}
.vertical-single-slide-last .s-s-item.s1::before {
  display: none;
}
.vertical-single-slide-last .s-s-item.s1 .video-last {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  min-height: 330px;
  max-height: 80vh;
  margin: 0 auto;
  background: black;
  transform: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.vertical-single-slide-last .s-s-item.s1 .video-last video {
  display: block;
  width: 110% !important;
  object-fit: contain;
}
.footer-links-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 4em 2em 2.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-links-left,
.footer-links-right {
  width: unset;
  display: flex;
  align-items: center;
}
.footer-link-btn {
  display: flex;
  height: 1.5em;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-right: 1.5em;
}
.footer-link-btn svg {
  width: 0.65em;
  display: block;
  transform: rotate(135deg);
}
.footer-link-btn svg path,
.footer-link-btn svg line {
  stroke: var(--white);
}
.footer-link-btn span {
  line-height: 0.65em;
  text-transform: uppercase;
  font-size: 0.65em;
  display: block;
  color: var(--white);
  padding: 0 0.3em;
}
.footer-link-btn:hover span {
  text-decoration: underline;
}
@media screen and (max-width: 880px) {
  .vertical-single-slide-last .name h2 a {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 740px) {
  .vertical-single-slide-last .name {
    max-width: calc(100% - 7em);
  }
}
@media screen and (max-width: 768px) {
  .vertical-single-slide-last {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .vertical-single-slide-last .s-s-item.s1,
  .vertical-single-slide-last .s-s-item.s1 .video-last,
  .vertical-single-slide-last .s-s-item.s1 .video-last video {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .vertical-single-slide-last .s-s-item.s1 {
    transform: none !important;
  }
  .vertical-single-slide-last .s-s-item.s1 .video-last {
    transform: none !important;
  }
  .vertical-single-slide-last .vertical-single-slide-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    padding: 0;
    overflow: visible;
  }
  .vertical-single-slide-last .name {
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 6vw 10vw 0 18vw;
    position: relative;
    order: 1;
    text-align: left;
  }
  .vertical-single-slide-last .contact-reach-block {
    gap: 4vw;
  }
  .vertical-single-slide-last .contact-reach-signature img {
    height: 2em;
  }
  .vertical-single-slide-last .contact-reach-text {
    text-align: center;
    flex: 1;
  }
  .vertical-single-slide-last .name h2 {
    text-transform: uppercase;
  }
  .vertical-single-slide-last .contact-reach-text .tricks:last-child,
  .vertical-single-slide-last .contact-reach-text h2:last-child {
    font-size: 1.08em;
  }
  .vertical-single-slide-last .name h2 a {
    text-transform: uppercase;
  }
  .vertical-single-slide-last .tricks:last-child {
    margin-top: 1.1em;
  }
  .vertical-single-slide-last .slider-name {
    position: absolute;
  }
  .vertical-single-slide-last .container {
    bottom: auto;
    top: auto;
    position: relative;
    order: 2;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
  }
  .vertical-single-slide-last .container .row {
    height: auto;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vertical-single-slide-last .container .flex-col {
    flex: 0 0 auto;
  }
  .vertical-single-slide-last .container .flex-col::before {
    display: none;
  }
  .vertical-single-slide-last .s-s-item.s1 {
    overflow: visible;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100%;
    max-width: 280px;
    min-height: 200px;
    z-index: 3;
  }
  .vertical-single-slide-last .s-s-item.s1 .video-last {
    top: auto;
    left: auto;
    transform: none;
    position: relative;
    width: 100% !important;
    max-width: 280px;
    min-height: 200px;
    margin: 0 auto;
    z-index: 3;
  }
  .vertical-single-slide-last .s-s-item.s1 .video-last video {
    min-height: 180px;
  }
  .vertical-single-slide-last .footer-links-bottom {
    order: 3;
    flex-shrink: 0;
    padding-left: 120px;
  }
  .footer-links-bottom {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10vw;
    padding: 0 5vw 5vw 12vw;
  }
  .footer-links-left,
  .footer-links-right {
    width: auto;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75em;
  }
  .footer-link-btn {
    width: auto;
    margin-right: 0;
  }
  .vertical-single-slide-last .name h2 a::after {
    width: 100%;
  }
}
.vertical-single-slide-10 .description .tag {
  max-width: 28em;
}
.vertical-single-slide-10 .s-s-item.s1 * {
  top: -53%;
  left: 8%;
  transform: translate(0, 0) rotate(25deg);
  width: 107%;
}
.vertical-single-slide-10 .s-s-item.s2 * {
  top: -12%;
  left: -2%;
  transform: translate(0, 0) rotate(-15deg);
  width: 41%;
}
.vertical-single-slide-10 .s-s-item.s3 * {
  top: 108%;
  left: 25%;
  transform: translate(0, -42%);
  width: 80%;
}
.vertical-single-slide-10 .s-s-item.s4 * {
  top: 100%;
  left: 0%;
  transform: translate(-15%, -84%);
  width: 66%;
}
.vertical-single-slide-10 .s-s-item.s5 * {
  top: 81%;
  left: 106%;
  transform: translate(-100%, -100%);
  width: 77%;
}
.vertical-single-slide-10 .s-s-item.s6 {
  z-index: 9;
}
.vertical-single-slide-10 .s-s-item.s10 {
  z-index: 10;
}
.vertical-single-slide-10 .s-s-item.s6 * {
  top: -19%;
  left: -44%;
  transform: translate(0, 0);
  width: 230%;
}
.vertical-single-slide-10 .s-s-item.s7 * {
  top: 63%;
  left: -14%;
  transform: translate(-26%, -50%);
  width: 75%;
}
.vertical-single-slide-10 .s-s-item.s8 * {
  top: 100%;
  left: 19%;
  transform: translate(0, -100%);
  width: 9.5%;
}
.vertical-single-slide-10 .s-s-item.s9 * {
  top: 94.5%;
  left: 0%;
  transform: translate(0, -100%);
  width: 22%;
}
.vertical-single-slide-10 .s-s-item.s10 * {
  top: 133%;
  left: 85%;
  transform: translate(-100%, -100%);
  width: 38%;
}
.vertical-single-slide-10 .s-s-item.s11 * {
  top: -58%;
  left: -30%;
  transform: translate(0, 0);
  width: 100% !important;
}
.vertical-single-slide-10 .s-s-item.s6 .mymasjid-video-wrap {
  position: relative;
}
.vertical-single-slide-10 .s-s-item.s6 .mymasjid-poster {
  z-index: 1;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.vertical-single-slide-10 .s-s-item.s6 .mymasjid-poster.poster-hidden {
  opacity: 0;
  pointer-events: none;
}
.vertical-single-slide-10 .s-s-item.s6 img.box-shadow-video {
  display: none;
}
a.btn-git {
  display: none;
}
.v7-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .v7-img {
    display: block;
  }
  a.btn-git {
    display: block;
    padding: 12px 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    color: black;
    font-size: 20px;
  }
  .position-mobile {
    position: relative;
    right: -155px;
    bottom: 5px;
    display: none;
  }
  .position-mobile a {
    padding: 12px 20px;
    background: white;
    color: black;
  }
  .vertical-single-slide-10 .description .tag {
    max-width: 100%;
  }
  .vertical-single-slide-10 .description .info-container {
    background: none;
    padding: 0;
    border-radius: 0;
  }
  .vertical-single-slide-10 .description .video-btn {
    right: unset;
    position: relative;
  }
  .vertical-single-slide-10 .s-s-item.s1 * {
    top: 2%;
    left: -28%;
    transform: translate(0, 0);
    width: 86%;
    rotate: -29deg;
  }
  .vertical-single-slide-10 .s-s-item.s2 * {
    top: 55%;
    left: 47%;
    transform: translate(0, 0);
    width: 30%;
    rotate: -24deg;
  }
  .vertical-single-slide-10 .s-s-item.s3 * {
    top: 100%;
    left: 100%;
    transform: translate(-100%, 0%);
    width: 63%;
    display: none;
  }
  .vertical-single-slide-10 .s-s-item.s4 * {
    top: 100%;
    left: 100%;
    transform: translate(-100%, -70%);
    width: 65%;
  }
  .vertical-single-slide-10 .s-s-item.s5 * {
    top: 100%;
    left: -3%;
    transform: translate(0%, -90%);
    width: 61%;
    display: none;
  }
  .vertical-single-slide-10 .s-s-item.s6 * {
    top: 11%;
    left: -36%;
    transform: translate(0, 0);
    width: 165%;
  }
  .vertical-single-slide-10 .s-s-item.s7 {
    z-index: 1 !important;
  }
  .vertical-single-slide-10 .s-s-item.s6 img.box-shadow-video {
    display: block !important;
    top: 93% !important;
    width: 140% !important;
    left: -95px !important;
  }
  .vertical-single-slide-10 .s-s-item.s7 * {
    top: 83%;
    left: 15%;
    transform: translate(-20%, -50%);
    width: 55%;
    display: none;
  }
  .vertical-single-slide-10 .s-s-item.s7 {
    z-index: 2;
  }
  .vertical-single-slide-10 .s-s-item.s8 {
    display: none;
  }
  .vertical-single-slide-10 .s-s-item.s9 * {
    top: 8%;
    left: 62.5%;
    transform: translate(0, 0%);
    width: 24%;
  }
  .vertical-single-slide-10 .s-s-item.s10 * {
    top: 60%;
    transform: translate(-100%, -50%);
    width: 33%;
    display: none;
  }
  .vertical-single-slide-10 .s-s-item.s10 video {
    transform: translate(-100%, -27%);
  }
  .vertical-single-slide-10 .s-s-item.s10 {
    z-index: 2;
  }
  .vertical-single-slide-10 .s-s-item.s11 * {
    top: 31%;
    left: -36%;
    transform: translate(0, 0);
    width: 110% !important;
  }
  .vertical-single-slide-10 .s-s-item.s11 {
    z-index: 9999;
  }
}
@media (max-width: 430px) {
  .vertical-slider .container {
    bottom: 7%;
  }
  .vertical-single-slide-10 .s-s-item.s6 img.box-shadow-video {
    display: block !important;
    top: 90% !important;
    width: 140% !important;
    left: -80px !important;
  }
  a.btn-git {
    bottom: 0%;
  }
}
@media (max-width: 380px) {
  .vertical-single-slide-10 .s-s-item.s6 img.box-shadow-video {
    top: 92% !important;
  }
  a.btn-git {
    bottom: 0;
  }
}
.vertical-single-slide-11 .s-s-item.s1 * {
  top: -17%;
  left: -1%;
  transform: translate(0, 0);
  width: 100%;
}
.vertical-single-slide-11 .s-s-item.s2 * {
  top: 96%;
  left: 102%;
  transform: translate(-100%, -60%);
  width: 64%;
}
.vertical-single-slide-11 .s-s-item.s3 * {
  top: -26%;
  left: 96%;
  transform: translate(-100%, -35%);
  width: 57%;
}
.vertical-single-slide-11 .s-s-item.s4 * {
  top: 78%;
  left: 41%;
  transform: translate(0, -100%);
  width: 60%;
}
.vertical-single-slide-11 .s-s-item.s5 * {
  top: -1%;
  left: 50%;
  transform: translate(-55%, -15%);
  width: 72%;
}
.vertical-single-slide-11 .s-s-item.s6 * {
  top: 32%;
  left: 3%;
  transform: translate(0, 0);
  width: 100%;
}
.vertical-single-slide-11 .s-s-item.s7 * {
  top: 80%;
  left: -17%;
  transform: translate(-100%, -23%);
  width: 126%;
}
.vertical-single-slide-11 .s-s-item.s8 * {
  top: -23%;
  left: 43%;
  transform: translate(-4%, -27%);
  width: 125%;
}
.vertical-single-slide-11 .s-s-item.s9 * {
  top: 85%;
  left: 62%;
  transform: translate(-100%, -120%);
  width: 59%;
}
.vertical-single-slide-11 .s-s-item.s9 video {
  top: 106%;
  left: 62%;
  transform: translate(-100.5%, -103%);
  width: 58%;
}
.vertical-single-slide-11 .s-s-item.s10 * {
  top: 43%;
  left: 8%;
  transform: translate(0, -46%);
  width: 89%;
}
@media screen and (min-width: 768px) {
  .vertical-single-slide-11 .tag {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .vertical-single-slide-11 .description .video-btn {
    right: unset;
    position: relative;
  }
  .vertical-single-slide-11 .s-s-item.s1 * {
    top: 12%;
    left: 100%;
    transform: translate(-98%, 0);
    width: 66%;
  }
  .vertical-single-slide-11 .s-s-item.s2 * {
    top: 25%;
    left: 0;
    transform: translate(0, -50%);
    width: 45%;
  }
  .vertical-single-slide-11 .s-s-item.s2 {
    z-index: 2;
  }
  .vertical-single-slide-11 .s-s-item.s3 * {
    top: 78%;
    left: 0;
    transform: translate(0, -53%);
    width: 40%;
  }
  .vertical-single-slide-11 .s-s-item.s4 * {
    top: 70%;
    left: -15%;
    transform: translate(0, -50%);
    width: 43%;
  }
  .vertical-single-slide-11 .s-s-item.s5 * {
    top: 42%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 72%;
  }
  .vertical-single-slide-11 .s-s-item.s6 * {
    display: none;
  }
  .vertical-single-slide-11 .s-s-item.s7 * {
    top: 100%;
    left: 0%;
    transform: translate(0, -80%);
    width: 100%;
  }
  .vertical-single-slide-11 .s-s-item.s8 * {
    top: -12%;
    left: 93%;
    transform: translate(-110%, 0%);
    width: 75%;
  }
  .vertical-single-slide-11 .s-s-item.s9 * {
    top: 60%;
    left: 100%;
    transform: translate(-95%, -50%);
    width: 70%;
  }
  .vertical-single-slide-11 .s-s-item.s9 video {
    top: 60%;
    left: 100%;
    transform: translate(-95.25%, -22%);
    width: 69%;
  }
  .vertical-single-slide-11 .s-s-item.s10 {
    display: none;
  }
}
.fix-button {
  background-color: inherit;
  outline: inherit;
  border: inherit;
}
.main-text-gradient {
  background: linear-gradient(90deg, #7683d9, #d8a0fe);
  background-size: 300% 300%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 900;
  font-family: "Akzidenz Grotesk Next", sans-serif;
  font-size: 6.8em;
  animation: gradientAnimation 5s ease infinite;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 0px;
  @media screen and (max-width: 768px) {
    font-size: 3.5em;
  }
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.flex-v {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-center {
  text-align: center;
}
br.desktop {
  display: inline-block;
  @media screen and (max-width: 768px) {
    display: none;
  }
}
.main-text-subtitle {
  font-size: 1.35em;
  margin-bottom: 20px;
  font-family: "Neue Montreal", sans-serif;
  text-align: center;
}
.wrapper-v {
  position: relative;
  width: 100%;
}
.hanging {
  position: absolute;
  top: 80%;
  left: 80%;
  width: 15em;
  height: auto;
  @media screen and (max-width: 768px) {
    width: 8em;
  }
}
.btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
  flex-wrap: wrap;
  @media screen and (max-width: 768px) {
    font-size: 12px;
  }
}
.btn-color {
  padding: 1.4em 3.625em;
  font-weight: 800;
  font-family: "Neue Montreal", sans-serif;
  border-radius: 1.68em;
  border: none;
  text-decoration: none;
  &:hover {
    text-decoration: none;
    color: inherit;
  }
}
.eth-logo,
.main-text-gradient-logo {
  width: 1.1em;
  height: auto;
  display: inline-block;
  img {
    animation: floating 3s ease-in-out infinite;
  }
}
.btn-white {
  border: 2px solid #aeaeae50;
}
.btn-gradient-purple {
  cursor: pointer;
  background-color: #617de8;
  color: #fff;
  transition: background-color 0.3s ease;
}
.title-logo-text {
  width: 1.2em;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.21em;
}
.vertical-single-slide-13 .title-logo-text {
  width: 0.9em;
}
.title-with-logo {
  display: block;
}
.title-with-logo .tricks {
  display: inline;
}
.info-container {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 15px;
  border-radius: 25px;
  margin-bottom: 0;
}
.github-logo {
  margin-top: 20px;
  width: 11em;
  height: auto;
}
.wrapper-v {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slide-center {
  position: relative;
  z-index: 2;
}
.vertical-single-slide-14 {
  background-color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.vertical-single-slide-14::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
.vertical-single-slide-14.lazy-bg::before {
  background-image: url("/a-img/slide-14/svgviewer-png-output_1766417560329.avif");
}
.vertical-single-slide-14 .main-wrapper h2 {
  font-size: clamp(28px, 14.5vw, 5em);
}
.vertical-single-slide-14 .main-wrapper {
  @media screen and (max-width: 768px) {
    margin: 4vw 0;
  }
}
@media screen and (max-width: 768px) {
  .vertical-single-slide-14 .slide-center {
    margin-top: 8vh;
  }
}
.vertical-single-slide-14 .main-text-subtitle {
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .vertical-single-slide-14 .main-text-subtitle {
    font-size: 0.75em;
    padding: 0 8vw;
    line-height: 1.4;
  }
}
.vertical-single-slide-14 .name .info-container {
  display: none;
}
.vertical-single-slide-14 .name .mobile-tag {
  display: none;
}
@media screen and (max-width: 768px) {
  .vertical-single-slide-14 .description {
    left: auto;
    bottom: auto;
    position: relative;
    padding: 0 7vw 0 16vw;
    max-width: 100%;
  }
  .vertical-single-slide-14 .description .info-container {
    display: none;
  }
  .vertical-single-slide-14 .description .tag {
    display: block;
    font-size: 0.65em;
    text-transform: uppercase;
    opacity: 0.4;
    line-height: 1.35;
    max-width: 100%;
    text-align: left;
    padding: 0;
    margin-top: 0;
  }
  .vertical-single-slide-14 .description a {
    display: none;
  }
  .vertical-single-slide-14 .name {
    left: auto;
    top: auto;
    position: relative;
    padding: 7vw 7vw 0 16vw;
    max-width: 100%;
  }
  .vertical-single-slide-14 .name h2 {
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
    font-size: clamp(20px, 7vw, 2.5em);
  }
  .vertical-single-slide-14 .name h2 .st_char,
  .vertical-single-slide-14 .name h2 .st_word,
  .vertical-single-slide-14 .name h2 span {
    display: inline !important;
    white-space: normal !important;
  }
  .vertical-single-slide-14 .title-logo-text,
  .vertical-single-slide-13 .title-logo-text {
    display: inline-block;
    width: 0.8em;
  }
  .vertical-single-slide-13 .name {
    left: auto;
    top: auto;
    position: relative;
    padding: 7vw 7vw 0 16vw;
    max-width: 100%;
  }
  .vertical-single-slide-13 .name h2 {
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
    font-size: clamp(20px, 7vw, 2.5em);
    line-height: 1.2;
  }
  .vertical-single-slide-13 .name h2 .tricks {
    display: inline !important;
  }
  .vertical-single-slide-14 .name .info-container {
    display: block;
    background: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0.5em;
    font-size: 0.65em;
    line-height: 1.4;
  }
  .vertical-single-slide-14 .name .mobile-tag {
    display: block;
    font-size: 0.65em;
    text-transform: uppercase;
    opacity: 0.4;
    line-height: 1.35;
  }
  .vertical-single-slide-14 .description {
    display: none;
  }
  .vertical-single-slide-14 .hanging {
    display: none;
  }
  .vertical-single-slide-14 .btn-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
  }
  .vertical-single-slide-14 .btn-group a {
    font-size: 0.7em;
    padding: 8px 16px;
  }
  .vertical-single-slide-14 .name h2,
  .vertical-single-slide-14 .name h2 .st_char,
  .vertical-single-slide-14 .main-text-subtitle,
  .vertical-single-slide-14 .btn-group a,
  .vertical-single-slide-14 .hanging {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
  .vertical-single-slide-14 .main-text-gradient,
  .vertical-single-slide-14 .main-text-gradient[animate-item] {
    opacity: 1 !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
  }
  .vertical-single-slide-14 .main-text-gradient-logo img {
    transition: transform 0.3s ease;
  }
  .vertical-single-slide-14 .main-text-gradient-logo img:hover {
    transform: scale(1.1);
  }
  .vertical-single-slide-14 .btn-git-mobile {
    display: block !important;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .vertical-single-slide-14 .btn-git-mobile .github-logo {
    width: 80px;
    height: auto;
    mix-blend-mode: multiply;
    border-radius: 8px;
  }
}
.vertical-single-slide-14 .description .info-container {
  display: block;
}
.vertical-single-slide-14 .description .tag {
  display: block;
}
.vertical-single-slide-14 .btn-git-mobile {
  display: none;
}
.vertical-single-slide-0 .thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 100%;
}
#landing-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}
.slide-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 40px;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  font-weight: 600;
  font-family: "Neue Montreal", sans-serif;
  border: none;
  gap: 0;
  z-index: 1;
}
.slide-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.slide-btn:hover::before {
  width: 120%;
  height: 350%;
  bottom: -100%;
  border-radius: 40px;
}
.slide-btn .btn-text {
  position: relative;
  z-index: 2;
  transition:
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    color 0.1s ease 0.1s;
  white-space: nowrap;
}
.slide-btn:hover .btn-text {
  transform: translateX(-13px);
}
.slide-btn .icon-wrapper {
  position: absolute;
  right: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.slide-btn:hover .icon-wrapper {
  opacity: 1;
  transform: translateX(0);
}
.btn-black {
  background-color: #000;
  color: #fff;
}
.btn-black::before {
  background-color: #fff;
}
.btn-black:hover .btn-text {
  color: #000 !important;
}
.btn-black .icon-wrapper img {
  filter: brightness(0) invert(1);
  transition: filter 0.1s ease;
}
.btn-black:hover .icon-wrapper img {
  filter: brightness(0);
}
.btn-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #e0e0e0;
}
.btn-white::before {
  background-color: #000;
}
.btn-white:hover .btn-text {
  color: #fff !important;
}
.btn-white .icon-wrapper img {
  filter: brightness(0);
  transition: filter 0.1s ease;
}
.btn-white:hover .icon-wrapper img {
  filter: brightness(0) invert(1);
}
.sc-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.social-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 2px solid #000;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  transition: border-color 0.3s ease;
}
.social-btn::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  background-color: #000;
}
.social-btn.btn-ig::before {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.social-btn.btn-li::before {
  background: linear-gradient(45deg, #0077b5, #005582);
}
.social-btn:hover::before {
  width: 150%;
  height: 150%;
  bottom: -25%;
}
.social-btn:hover {
  border-color: transparent;
}
.social-btn svg {
  z-index: 2;
  display: block;
  transition: all 0.3s ease;
}
.social-btn:hover svg {
  filter: invert(1);
}
@media screen and (max-width: 768px) {
  .social-btn,
  .social-btn svg {
    width: 60px;
    height: 60px;
  }
}
