@font-face {
  font-family: Ppeditorialnew;
  src: url('../fonts/PPEditorialNew-UltralightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bulevar Poster;
  src: url('../fonts/Bulevar-Poster.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppfraktionmono;
  src: url('../fonts/PPFraktionMono-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --charcole: #161616;
  --white-smoke: #f0f0f0;
  --blue: #146ef5;
  --pink: #dc58be;
  --black: black;
  --yellow: #ecfd6f;
  --spoty: #76ff61;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--charcole);
  color: var(--white-smoke);
  font-family: Bulevar Poster, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18vw;
  font-weight: 400;
  line-height: .8;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 400;
  line-height: .8;
}

p {
  margin-bottom: 0;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

.html {
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-parent {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-parent.ab {
  position: absolute;
}

.img-parent.bg-blue {
  background-color: var(--blue);
}

.img-parent.bg-pink {
  background-color: var(--pink);
}

.info-col-child {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  padding-top: 1rem;
  padding-bottom: .2rem;
  display: flex;
}

.info-col-child.pop-up {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2.8rem;
  position: relative;
}

.section {
  z-index: 1;
  width: 100%;
  position: relative;
}

.section.split-col {
  background-color: #000;
  height: 100vh;
  display: flex;
  overflow: clip;
}

.img-child {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-child:hover {
  opacity: 0;
}

.img-child.flip {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
}

.btn-whipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.btn-whipe.bg-white {
  opacity: 1;
  background-color: #fff;
}

.button-text-ab {
  padding-top: .2rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-text-ab.text-black {
  color: #161616;
}

.col-content-parent {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 6rem 3rem 2rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-bg {
  z-index: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-bg:hover {
  opacity: 100;
}

.video-bg.no-fade {
  opacity: 1;
}

.video-bg.blend {
  opacity: 1;
  mix-blend-mode: screen;
}

.div-hide {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.div-hide.padding-btm {
  color: var(--white-smoke);
  padding-bottom: .2rem;
  text-decoration: none;
}

.div-hide.full-right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.info-col-parent {
  width: 100%;
  overflow: hidden;
}

.col-left {
  background-color: var(--black);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100svh;
  transition: padding .8s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: absolute;
  left: 0;
}

.col-left:hover {
  padding: 4rem;
}

.parent {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parent.flex-split {
  justify-content: space-between;
}

.col-right {
  background-color: var(--black);
  opacity: 1;
  width: 50%;
  height: 100svh;
  transition: padding .8s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  right: 0;
}

.col-right:hover {
  padding: 4rem;
}

.button-text {
  padding-top: .2rem;
}

.button-text.text-white {
  color: #fff;
}

.tag-sm {
  text-transform: uppercase;
  border: 1px solid #fff3;
  padding: .6rem 1rem;
  font-family: Ppfraktionmono, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  display: inline-block;
}

.tag-sm.nav {
  z-index: 1;
  position: relative;
}

.primary-btn {
  z-index: 1;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.2rem .7rem;
  font-family: Ppfraktionmono, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.ghost {
  color: #fff;
  border: 1px solid #fff;
}

.primary-btn.ghost.dark {
  border-color: #000;
  border-left-style: none;
  border-right-style: none;
}

.primary-btn.ghost.dark.w--current {
  color: #000;
  border-color: #000;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.primary-btn.menu {
  border-bottom: 1px solid #fff3;
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: .6rem 0 .8rem .8rem;
}

.nav-bar {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.logo {
  object-fit: cover;
  height: 2.6rem;
}

.span-text {
  display: inline-block;
}

.intro-wipe {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.wipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wipe.bg-blue {
  background-color: var(--blue);
}

.wipe.bg-pink {
  background-color: var(--pink);
}

.wipe.bg-yellow {
  background-color: var(--yellow);
}

.border-line {
  background-color: var(--white-smoke);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.border-line.sm {
  height: 1px;
}

.grid-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.grid-main.image {
  height: 40%;
}

.grid-main.text {
  height: 100%;
}

.nav-flex {
  justify-content: space-between;
  display: flex;
}

.text-sm {
  opacity: .6;
  color: var(--spoty);
  text-transform: uppercase;
  font-family: Ppfraktionmono, sans-serif;
  font-size: .9rem;
  transition: opacity .5s;
}

.text-sm:hover {
  opacity: 1;
}

.hero-parent {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.header-parent {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  padding-top: 5rem;
  display: flex;
}

.serif {
  text-transform: none;
  font-family: Ppeditorialnew, sans-serif;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.1;
}

.text-parent {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  display: flex;
}

.hero-title {
  font-size: 14vw;
}

.body {
  transition: opacity .2s cubic-bezier(.175, .885, .32, 1.275);
}

.background-content {
  z-index: 0;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: absolute;
}

.title-name-intro {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 14vw;
  line-height: .75;
  display: flex;
}

.span-text-out, .span-text-in {
  display: inline-block;
  overflow: hidden;
}

.col-left-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.col-left-inner:hover {
  opacity: 1;
}

.intro-cover {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.flex-menu {
  display: flex;
  position: relative;
}

.menu-parent {
  z-index: 2;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  min-width: 2.2rem;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.menu-parent:hover {
  background-color: #ffffff1a;
}

.menu-bar {
  background-color: var(--white);
  width: 1rem;
  height: 1px;
}

.menu-drop-down {
  flex-flow: column;
  width: 100%;
  padding-top: 2.2rem;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.menu-scroll-hide {
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
}

.bg-dark {
  background-color: var(--black);
}

.comp-info {
  z-index: 100;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--blue);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100svh;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-black {
  color: #242424;
}

.list-parent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--charcole);
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.2rem 2rem 1.2rem 1.2rem;
  font-size: 1.6rem;
  transition: color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.list-parent:hover {
  background-color: #2424241a;
}

.list-parent.no-broder {
  border-bottom-style: none;
}

.number {
  font-size: 2.4rem;
}

.pull-down {
  margin-bottom: -4px;
  font-size: 1.1rem;
}

.info-col-parent-pop-up {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 40%;
  display: flex;
  overflow: hidden;
}

.comp-info-parent {
  border-right: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.border {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.hero-title-contact {
  width: 52vw;
  font-size: 14vw;
}

.comp-scroll {
  width: 100%;
  height: 100%;
  display: flex;
}

.title-parent {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.scroll-text {
  color: var(--charcole);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Ppfraktionmono, sans-serif;
  font-size: .8rem;
  display: none;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.outro-fade {
  z-index: 9999;
  background-color: var(--black);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-2 {
  vertical-align: baseline;
  width: auto;
  max-width: 100%;
  height: auto;
}

.image-3 {
  opacity: 0;
  width: auto;
  height: auto;
}

.image-3:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 22vw;
  }

  .info-col-child.pop-up {
    width: 100%;
    padding-left: 2rem;
  }

  .section.split-col {
    flex-flow: column;
    height: auto;
  }

  .img-child.flip {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .col-content-parent {
    padding-top: 2rem;
  }

  .video-bg {
    min-width: auto;
  }

  .col-left {
    width: 100%;
    position: relative;
  }

  .col-right {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .grid-main.image {
    height: 20%;
  }

  .grid-main.text {
    grid-template-columns: 1fr 1fr 2fr;
  }

  .header-parent {
    height: 60%;
  }

  .serif {
    font-size: 2.4rem;
  }

  .hero-title {
    font-size: 14rem;
  }

  .background-content {
    display: none;
  }

  .title-name-intro {
    font-size: 19vw;
  }

  .hero-title-contact {
    font-size: 17vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 25vw;
  }

  .info-col-child.pop-up {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    min-width: 31rem;
    padding: 2rem;
  }

  .col-content-parent {
    padding-right: 2rem;
  }

  .tag-sm.nav {
    background-color: var(--black);
    width: 100%;
  }

  .primary-btn.menu {
    background-color: var(--black);
  }

  .grid-main.image {
    height: 80rem;
  }

  .nav-flex.hide-mobile {
    display: none;
  }

  .hero-parent {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: auto;
  }

  .header-parent {
    height: 40rem;
    padding-top: 10rem;
  }

  .title-name-intro {
    font-size: 24vw;
  }

  .menu-parent {
    background-color: #000;
    left: -1px;
  }

  .menu-parent:hover {
    background-color: #000;
  }

  .menu-drop-down {
    padding-top: 2.2rem;
  }

  .comp-info {
    flex-flow: column;
  }

  .list-parent.no-broder {
    border-bottom-style: solid;
  }

  .info-col-parent-pop-up {
    flex-flow: row;
    width: 100%;
    overflow: auto;
  }

  .comp-info-parent {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .hero-title-contact {
    font-size: 18vw;
  }

  .hero-title-contact.text-black {
    width: 100%;
  }

  .comp-scroll {
    flex-flow: column;
  }

  .scroll-text {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 27vw;
  }

  h2 {
    font-size: 4.4rem;
  }

  p {
    font-size: 1rem;
  }

  a {
    color: var(--charcole);
  }

  .info-col-child {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .info-col-child.pop-up {
    min-width: 100%;
    padding-top: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.4rem;
    position: relative;
  }

  .img-child.flip {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .col-content-parent {
    padding-bottom: 1.4rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .video-bg {
    opacity: 0;
  }

  .col-left {
    position: sticky;
    top: 0;
  }

  .col-left:hover, .col-right:hover {
    padding: 0;
  }

  .nav-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo {
    height: 2.6rem;
    margin-top: .8rem;
  }

  .grid-main.nav {
    grid-template-columns: 1fr 1fr;
  }

  .header-parent {
    height: 40rem;
  }

  .hero-title {
    font-size: 45vw;
  }

  .title-name-intro {
    font-size: 26vw;
  }

  .flex-menu {
    width: 100%;
  }

  .list-parent {
    justify-content: flex-start;
    align-items: flex-start;
    padding: .6rem .8rem .6rem 0;
  }

  .number {
    font-size: 1.8rem;
  }

  .pull-down {
    font-size: 1rem;
  }

  .comp-info-parent {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .hero-title-contact {
    font-size: 17vw;
  }

  .title-parent {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .image-3 {
    opacity: 100;
    padding-top: 82px;
  }
}

#w-node-_7bc8e676-29f4-2778-c870-27f70802723c-cc20a120, #w-node-_7bc8e676-29f4-2778-c870-27f708027241-cc20a120 {
  place-self: center start;
}

#w-node-_222484a3-18fe-6908-b0c0-9cb009a0648f-cc20a120 {
  place-self: end;
}

#w-node-_3935b21e-0340-3288-2913-019712c9eb90-cc20a121, #w-node-_3935b21e-0340-3288-2913-019712c9eb92-cc20a121 {
  place-self: center start;
}

#w-node-_3935b21e-0340-3288-2913-019712c9eb97-cc20a121 {
  place-self: end;
}

#w-node-a75cf247-b59b-d4d2-202c-581f7a651cd8-cc20a122, #w-node-a75cf247-b59b-d4d2-202c-581f7a651cda-cc20a122 {
  place-self: center start;
}

#w-node-a75cf247-b59b-d4d2-202c-581f7a651cdf-cc20a122 {
  place-self: end;
}

#w-node-_597ac81c-5054-b146-48cc-3d95806c41eb-cc20a122 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_7bc8e676-29f4-2778-c870-27f70802723c-cc20a120 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-_222484a3-18fe-6908-b0c0-9cb009a0648f-cc20a120 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end stretch;
  }

  #w-node-_3935b21e-0340-3288-2913-019712c9eb97-cc20a121 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-a75cf247-b59b-d4d2-202c-581f7a651cd8-cc20a122 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-a75cf247-b59b-d4d2-202c-581f7a651cdf-cc20a122 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end stretch;
  }

  #w-node-_597ac81c-5054-b146-48cc-3d95806c41eb-cc20a122 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-f2cd0f56-cc9c-a36d-4243-944ad1bc8c25-cc20a122, #w-node-_79ecd13d-6864-2c8e-fb8d-68c1d705f0b5-cc20a122, #w-node-_5dd23d3c-89bf-923a-8209-1281e40a0c56-cc20a122, #w-node-f25cacf6-2867-1b9f-0903-a15f32fca708-cc20a122 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7bc8e676-29f4-2778-c870-27f70802723c-cc20a120 {
    justify-self: center;
  }

  #w-node-_3935b21e-0340-3288-2913-019712c9eb90-cc20a121 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-_3935b21e-0340-3288-2913-019712c9eb97-cc20a121 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end;
  }

  #w-node-a75cf247-b59b-d4d2-202c-581f7a651cd8-cc20a122 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch center;
  }

  #w-node-a75cf247-b59b-d4d2-202c-581f7a651cdf-cc20a122 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }
}


@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-UltralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bulevar Poster';
  src: url('../fonts/Bulevar-Poster.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppfraktionmono';
  src: url('../fonts/PPFraktionMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}