@font-face {
  font-family: YetGrotesk;
  src: url('../fonts/YetGroteskUnlicensedTrial-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: YetGrotesk;
  src: url('../fonts/YetGroteskUnlicensedTrial-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Polaris;
  src: url('../fonts/PolarisTrial-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  font-family: YetGrotesk, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-family: YetGrotesk, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.relative {
  position: relative;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.container._100vh {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.template-page {
  background-color: #000;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: absolute;
}

.container-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 25px 20px;
  display: grid;
}

.hidden {
  display: none;
}

.nav-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.nav-menu.is-mobile {
  display: none;
}

.nav-link {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 85px;
  padding: 18px 45px;
  font-family: YetGrotesk, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .7s cubic-bezier(.075, .82, .165, 1);
}

.nav-link:hover {
  color: #fff;
  background-color: #141414;
  border-radius: 10px;
}

.nav-link.is-outline {
  color: #ddd;
  background-color: #000;
  border: 1px solid #403f3f;
}

.nav-link.is-outline:hover {
  color: #fff;
}

.nav-link.is-lang {
  color: #fff;
  background-color: #171717;
  padding-left: 23px;
  padding-right: 23px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.tagline {
  letter-spacing: -.05em;
  white-space: nowrap;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}

.brand-link {
  padding-left: 0;
  padding-right: 0;
}

.brand-logo {
  width: 90%;
}

.grey {
  color: #747474;
}

.grey.link {
  color: #858585;
}

.tagline-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.brand-inline {
  letter-spacing: .1em;
  font-family: Polaris, Arial, sans-serif;
}

.tm-symbol {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
  left: 2px;
}

.row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.row.align-left {
  justify-content: flex-start;
}

.row.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0c0d0d;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.button-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #171717;
  border-radius: 10px;
  align-items: center;
  padding: 12px 18px;
  font-size: 11px;
  text-decoration: none;
  transition: all .15s ease-in-out;
  display: flex;
}

.button-wrap:hover {
  color: #d1d1d1;
}

.button-wrap.share {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 50px;
  display: flex;
}

.button-wrap.is-dark {
  background-color: #000;
  line-height: 1;
}

.button-wrap.is-dark:hover {
  color: #fff;
}

.share-icon {
  position: relative;
  top: 1px;
}

.circle {
  border-style: solid;
  border-width: 1px;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

.circle.fill {
  background-color: #fff;
}

.inline-link {
  color: #8f9090;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  transition: color .15s ease-out;
}

.inline-link:hover {
  color: #f9f9f9;
}

.inline-link.last {
  margin-right: 0;
}

.inline-link.first {
  margin-left: 0;
}

.inline-link.center {
  position: absolute;
}

.button-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.swiper-wrapper {
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.swiper-slide {
  aspect-ratio: 370 / 275;
  background-color: #0000;
  border-radius: 70px;
  overflow: hidden;
}

.swiper {
  width: calc(100% + 40px);
}

.swiper.overflow {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-fill {
  object-fit: cover;
  object-position: 50% 50%;
  width: 102%;
  height: 102%;
}

.arrow-link {
  z-index: 1000;
  background-color: #1c1c1c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
  position: absolute;
  top: -100px;
}

.arrow-icon {
  position: relative;
  top: 2px;
  left: 1px;
}

@media screen and (max-width: 991px) {
  .container-nav {
    grid-row-gap: 40px;
  }

  .nav-menu {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
  }

  .nav-link {
    padding: 16px 36px;
    font-size: 13px;
  }

  .nav-link.is-lang {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tagline {
    font-size: 32px;
  }

  .brand-inline {
    font-size: 11px;
  }

  .row {
    margin-bottom: 0;
  }

  .button-wrap, .inline-link {
    font-size: 10px;
  }

  .arrow-link {
    top: auto;
    bottom: 0;
    right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container._100vh {
    min-height: auto;
    padding-top: 0;
  }

  .navbar {
    position: relative;
  }

  .container-nav {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu.is-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
  }

  .nav-link {
    flex: 1;
    padding: 16px 24px;
    font-size: 13px;
  }

  .nav-link.is-outline {
    flex: none;
  }

  .tagline {
    letter-spacing: -.04em;
    font-size: 25px;
  }

  .brand-link {
    margin-bottom: 0;
  }

  .brand-logo {
    width: 100%;
  }

  .tagline-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .brand-inline {
    order: -1;
    font-size: 9px;
  }

  .row {
    margin-bottom: 0;
  }

  .row.footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
    padding: 10px;
    display: none;
  }

  .button-wrap {
    white-space: nowrap;
    padding: 11px 12px;
    font-size: 10px;
  }

  .circle {
    width: 8px;
    height: 8px;
  }

  .inline-link.center {
    margin-left: 0;
    position: static;
  }

  .swiper-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .swiper-slide {
    aspect-ratio: 130 / 160;
    border-radius: 40px;
  }

  .swiper.overflow {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-fill {
    filter: grayscale(0%) brightness();
  }

  .arrow-link {
    display: none;
  }
}

#w-node-_7d76589c-08b9-220e-a711-47b624895b47-44e15f81 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-bb8765fb-d62e-d1e0-627c-e14b47f1f1b7-44e15f81 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_7d76589c-08b9-220e-a711-47b624895b48-44e15f81 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_7d76589c-08b9-220e-a711-47b624895b4f-44e15f81 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_7d76589c-08b9-220e-a711-47b624895b47-44e15f81 {
    grid-column-end: 6;
  }

  #w-node-bb8765fb-d62e-d1e0-627c-e14b47f1f1b7-44e15f81 {
    grid-column: 6 / 12;
  }

  #w-node-_7d76589c-08b9-220e-a711-47b624895b48-44e15f81 {
    grid-area: 2 / 1 / 3 / 12;
  }
}


@font-face {
  font-family: 'YetGrotesk';
  src: url('../fonts/YetGroteskUnlicensedTrial-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'YetGrotesk';
  src: url('../fonts/YetGroteskUnlicensedTrial-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polaris';
  src: url('../fonts/PolarisTrial-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}