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

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

@font-face {
  font-family: Guton;
  src: url('../fonts/Guton-ExtraBold.otf') format("opentype"), url('../fonts/Guton-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

.section-dots {
  color: #efeeec;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-dots__wrap {
  width: 100%;
  min-height: 30em;
  position: relative;
}

.dots-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  pointer-events: none;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.dot {
  will-change: transform, background-color;
  transform-origin: center;
  background-color: #245e51;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  position: relative;
  transform: translate(0);
}

.osmo-icon__link {
  color: currentColor;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.osmo-icon-svg {
  width: 10em;
}

.loading-container {
  z-index: 500;
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loading-screen {
  pointer-events: auto;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.loading-words {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  opacity: 0;
  align-items: center;
  display: flex;
}

.loading-words__dot {
  background-color: #fff;
  border-radius: 50%;
  width: .75em;
  height: .75em;
}

.loading-words__word {
  margin-bottom: 0;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 1;
}

.hero_section {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.page_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.image_wrapper {
  position: absolute;
  inset: 0%;
}

.image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.heading_wrapper {
  z-index: 5;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guton, Arial, sans-serif;
  font-size: 4.5em;
  line-height: 1;
}

.img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
  position: absolute;
}

.image-2 {
  height: 8em;
}

.whatsapp-modal__btn {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  cursor: pointer;
  background-color: #e35d26;
  border-radius: 30em;
  padding: 1em 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.whatsapp-modal__btn.is--large {
  z-index: 10;
  background-color: #ff0202;
  font-size: 1.25em;
  position: absolute;
  inset: auto 2em 2em auto;
}

.resource-group {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.whatsapp-modal__icon-svg {
  width: 1.25em;
  margin-top: -.125em;
  margin-left: -.25em;
  display: block;
  position: relative;
}

.whatsapp-modal__btn-span {
  color: #f8f6f3;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.whatsapp-modal__overlay-toggle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.whatsapp-modal__qr-canvas {
  background-color: #0000001a;
  width: 8.75em;
  height: 8.75em;
}

.whatsapp-modal__close-bar {
  background-color: #000;
  width: 1.5em;
  height: .09375em;
  position: absolute;
  transform: rotate(-45deg);
}

.whatsapp-modal__close-bar.is--duplicate {
  transform: rotate(45deg);
}

.whatsapp-modal__card {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  pointer-events: auto;
  background-color: #f8f6f3;
  border-radius: 1.5em;
  flex-flow: column;
  align-items: center;
  width: 20em;
  padding: 4.5em 2em 3.26em;
  display: flex;
  position: relative;
}

.whatsapp-modal__close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}

.whatsapp-modal__dark {
  pointer-events: auto;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.whatsapp-modal__h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1;
}

.whatsapp-modal__text {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.whatsapp-modal__overlay-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.whatsapp-modal__p {
  color: #0009;
  text-align: center;
  font-size: 1em;
}

.whatsapp-modal {
  z-index: 100;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.image_2, .image_3, .image_4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.countdown-wrapper {
  z-index: 6;
  grid-column-gap: 2em;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.countdown-item {
  background-color: #ffffff1a;
  border-radius: .5em;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  display: flex;
}

.countdown-value {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
}

.countdown-label {
  color: #ffffffb3;
  margin-top: .5em;
  font-size: 1em;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 767px) {
  .dots-container {
    inset: 1em;
  }

  .osmo-icon-svg {
    width: 6em;
  }

  .loading-words {
    font-size: 2.75vw;
  }

  .heading {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 479px) {
  .heading_wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
  }

  .img {
    height: 11em;
  }
}


@font-face {
  font-family: 'Guton';
  src: url('../fonts/Guton-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Guton';
  src: url('../fonts/Guton-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Guton';
  src: url('../fonts/Guton-ExtraBold.otf') format('opentype'), url('../fonts/Guton-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Guton';
  src: url('../fonts/Guton-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}