body {
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

a {
  text-decoration: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.scene-01 {
  height: 1000vh;
}

.section.transition-01-02 {
  height: 70vh;
}

.section.transition-01 {
  height: 130vh;
}

.section.scene-02 {
  height: 400vh;
}

.section.outro {
  height: 400vh;
}

.section.scene-03 {
  height: 570vh;
}

.section.scene-04 {
  height: 1000vh;
}

.section.transition-04-05 {
  height: 130vh;
}

.section.scene-05 {
  height: 400vh;
}

.section.transition-05-06 {
  height: 160vh;
}

.section.scene-06 {
  height: 400vh;
}

.section.transition-06-07 {
  height: 110vh;
}

.section.scene-07 {
  height: 400vh;
}

.section.transition-07-out {
  height: 60vh;
}

.section.scene-08 {
  height: 400vh;
}

.section.scene-09 {
  height: 1000vh;
}

.section.scene-10 {
  height: 440vh;
}

.section.transition-10-out {
  height: 60vh;
}

.section.scene-11 {
  height: 400vh;
}

.section.transition-12-in {
  height: 110vh;
}

.section.scene-12 {
  height: 1000vh;
}

.section.transition-12-13 {
  height: 210vh;
}

.section.scene-13 {
  height: 400vh;
}

.section.transition-13-14 {
  height: 380vh;
}

.section.scene-14 {
  height: 400vh;
}

.section.transition-14-out {
  height: 170vh;
}

.section.outro-end {
  height: 99vh;
}

.section.intro {
  height: 400vh;
}

.lottie-container {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper {
  position: fixed;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.lottie-transition {
  position: absolute;
  width: 77vh;
  height: 77vh;
  max-height: 800px;
  max-width: 800px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video-loop {
  position: absolute;
  width: 77vh;
  height: 77vh;
  max-height: 800px;
  max-width: 800px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video-loop.video-wave {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
}

.content-container {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-container.scene-01 {
  display: none;
}

.content-container.scene-02 {
  display: none;
}

.content-container.scene-03 {
  display: none;
}

.content-container.scene-04 {
  display: none;
}

.content-container.scene-05 {
  display: none;
}

.content-container.scene-06 {
  display: none;
}

.content-container.scene-07 {
  display: none;
}

.content-container.scene-08 {
  display: none;
}

.content-container.scene-09 {
  display: none;
}

.content-container.scene-10 {
  display: none;
}

.content-container.scene-11 {
  display: none;
}

.content-container.scene-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-container.scene-13 {
  display: none;
}

.content-container.scene-14 {
  display: none;
}

.content-container.scene-12 {
  display: none;
}

.content-container.outro {
  display: none;
}

.content-container.intro {
  display: none;
}

.h2 {
  position: relative;
  min-width: 64vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20vh;
  padding-bottom: 20vh;
  font-family: Benzin, sans-serif;
  color: #fff;
  font-size: 16vh;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.ch-p {
  margin-bottom: 0px;
  padding-top: 2vh;
  padding-bottom: 3vh;
  font-family: Proximanova, sans-serif;
  color: #f7f7f7;
  font-size: 4vh;
  line-height: 1.3;
  font-weight: 400;
}

.ch-p.ch-p-height {
  position: relative;
}

.ch-container {
  position: absolute;
  z-index: 70;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.ch-p-wrapper {
  position: absolute;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5vh;
  padding-bottom: 5vh;
  font-family: Benzin, sans-serif;
  color: #fff;
  font-size: 8.5vh;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.scn-p-wrapper {
  position: relative;
  left: 10vw;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60vh;
  height: 24vh;
  margin-top: -3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scn-p {
  margin-bottom: 0px;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-family: Proximanova, sans-serif;
  color: #f7f7f7;
  font-size: 2.2vh;
  line-height: 1.3;
  font-weight: 400;
}

.scn-p.scn-p-height {
  position: relative;
}

.h3-wrapper {
  position: relative;
  left: 10vw;
  z-index: 30;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rotate-device-container {
  position: fixed;
  z-index: 210;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.menu-button-container {
  position: fixed;
  top: 4vh;
  right: 6vh;
  z-index: 120;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 6vh;
  height: 4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.hud-container {
  position: fixed;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-container {
  position: fixed;
  z-index: 200;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.scn-p-container {
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.logo {
  position: fixed;
  left: 6vh;
  top: 4vh;
  z-index: 100;
  height: 4vh;
}

.video-loop-container {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ch-p-container {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.ch-bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ch-bg-video-tint {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.7), #000);
}

.ch-bg-video-container {
  position: absolute;
  z-index: 60;
  width: 100%;
  height: 100%;
}

.outro-p-wrapper {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.outro-bg-video-wrapper {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 1;
}

.outro-bg-video {
  position: absolute;
  width: 190vh;
  max-width: 2000px;
}

.hud-specs-container {
  position: absolute;
  z-index: 40;
  width: 88vh;
  height: 88vh;
  max-height: 910px;
  max-width: 910px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hud-timeline-container {
  position: absolute;
  width: 127vh;
  height: 127vh;
  max-height: 1300px;
  max-width: 1300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hud-lottie {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hud-specs-wrapper {
  width: 100%;
  height: 100%;
}

.intro-h1-container {
  position: absolute;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-lottie {
  z-index: 70;
}

.intro-lottie-wrapper {
  overflow: hidden;
  width: 110vh;
}

.intro-p {
  position: absolute;
  width: 67vw;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Proximanova, sans-serif;
  color: #f7f7f7;
  font-size: 4vh;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.intro-p.outro {
  position: absolute;
  z-index: 10;
  color: #252525;
}

.intro-p-span {
  display: inline-block;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.scroll-lottie-container {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
}

.scroll-lottie {
  width: 30px;
  padding-bottom: 4vh;
}

.outro-tint {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.7), #fff);
}

.scn-content-container {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.site-in {
  position: fixed;
  z-index: 0;
}

.outro-video-bg-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-lottie {
  width: 20vh;
}

.preloader-txt {
  margin-top: 2vh;
  opacity: 0.7;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 1.2vh;
  line-height: 1;
  letter-spacing: 0.3vh;
  text-transform: uppercase;
}

.menu-container {
  position: fixed;
  z-index: 110;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-link {
  position: relative;
  left: 10vw;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  margin-bottom: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: letter-spacing 400ms cubic-bezier(.215, .61, .355, 1);
  transition: letter-spacing 400ms cubic-bezier(.215, .61, .355, 1);
  font-family: Benzin, sans-serif;
  color: #fff;
  font-size: 10vh;
  line-height: 1.1;
  letter-spacing: 0vh;
  text-transform: uppercase;
}

.menu-link:hover {
  letter-spacing: 2vh;
}

.menu-txt {
  margin-top: 1vh;
  padding-bottom: 2vh;
}

.menu-underline {
  width: 100%;
  height: 1vh;
  margin-bottom: 2vh;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.menu-button-line {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 1px;
  margin-top: 0.4vh;
  margin-bottom: 0.4vh;
  background-color: #fff;
}

.menu-button-cross {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.menu-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 200%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), to(transparent));
  background-image: linear-gradient(180deg, #000 50%, transparent);
}

.menu-txt-wrapper {
  overflow: hidden;
}

.anchor {
  position: relative;
  top: 150vh;
  height: 0px;
}

.menu-button {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.menu-out {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.rotate-device-txt {
  margin-top: 2vh;
  opacity: 0.7;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 1.2vh;
  line-height: 1;
  letter-spacing: 0.3vh;
  text-transform: uppercase;
}

.outro-credits-container {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.outro-credits-txt {
  font-family: Proximanova, sans-serif;
  color: #252525;
  font-size: 1.8vh;
  line-height: 1;
  text-align: center;
}

.gigarama-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14vh;
  margin-top: 2vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .rotate-device-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rotate-device-loop {
    width: 30vw;
  }

  .rotate-device-txt {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 479px) {
  .lottie-transition {
    width: 60vh;
    height: 60vh;
    -webkit-transform: translate(0px, -25%);
    -ms-transform: translate(0px, -25%);
    transform: translate(0px, -25%);
  }

  .video-loop {
    width: 60vh;
    height: 60vh;
    -webkit-transform: translate(0px, -25%);
    -ms-transform: translate(0px, -25%);
    transform: translate(0px, -25%);
  }

  .video-loop.video-wave {
    width: 500%;
    margin-top: 0vh;
  }

  .content-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2 {
    width: 90vw;
    font-size: 12.8vw;
  }

  .ch-p {
    padding-top: 1vh;
    padding-bottom: 1.5vh;
    font-size: 6vw;
  }

  .h3 {
    font-size: 8vw;
    line-height: 1.2;
  }

  .scn-p-wrapper {
    left: auto;
    width: 100%;
    height: 26vh;
    margin-top: -5vh;
  }

  .scn-p {
    font-size: 4vw;
  }

  .h3-wrapper {
    left: auto;
  }

  .rotate-device-container {
    display: none;
  }

  .menu-button-container {
    top: 5vw;
    right: 5vw;
    width: 14vw;
    height: 8vw;
  }

  .hud-container {
    display: none;
  }

  .scn-p-container {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .logo {
    left: 5vw;
    top: 5vw;
    height: 8vw;
  }

  .outro-bg-video {
    width: 148vh;
  }

  .hud-specs-container {
    display: none;
  }

  .intro-lottie-wrapper {
    width: 100vw;
  }

  .intro-p {
    width: 90vw;
    font-size: 6vw;
    line-height: 1.3;
  }

  .scn-content-container {
    width: 90vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .outro-video-bg-container {
    width: 60vh;
    height: 60vh;
    -webkit-transform: translate(0px, -25%);
    -ms-transform: translate(0px, -25%);
    transform: translate(0px, -25%);
  }

  .preloader-lottie {
    width: 50vw;
  }

  .preloader-txt {
    font-size: 3vw;
  }

  .menu-link {
    left: 5vw;
    font-size: 7vw;
    letter-spacing: 0vw;
  }

  .menu-link:hover {
    letter-spacing: 2vw;
  }

  .menu-txt {
    padding-bottom: 1vh;
  }

  .menu-underline {
    height: 1vw;
    margin-bottom: 2vw;
  }

  .menu-button-line {
    margin-top: 0.8vw;
    margin-bottom: 0.8vw;
  }

  .rotate-device-txt {
    font-size: 3vw;
  }

  .outro-credits-container {
    width: 90vw;
    padding-bottom: 5vw;
  }

  .outro-credits-txt {
    font-size: 3vw;
  }

  .gigarama-logo {
    width: 35vw;
    margin-top: 5vw;
  }
}

@font-face {
  font-family: 'Benzin';
  src: url('../fonts/Benzin-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}