@font-face {
  font-family: Ngapa The;
  src: url('../fonts/NGAPA-THE.eot') format("embedded-opentype"), url('../fonts/NGAPA-THE.woff') format("woff"), url('../fonts/NGAPA-THE.ttf') format("truetype"), url('../fonts/NGAPA-THE.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Armalite;
  src: url('../fonts/armalite.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Typodermic Extra;
  src: url('../fonts/Typodermic---extra-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Typodermic;
  src: url('../fonts/Typodermic---medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Octin Spraypaint A Rg;
  src: url('../fonts/octin-spraypaint-a-rg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Octin Spraypaint A Rg;
  src: url('../fonts/octin-spraypaint-a-rg.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Typodermic Extra;
  src: url('../fonts/Typodermic---extra-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --main-grezz: #880809;
  --white: white;
  --black: black;
}

.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 {
  color: #333;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Octin Spraypaint A Rg, Verdana, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Typodermic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Typodermic Extra, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Typodermic Extra, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Typodermic Extra, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Typodermic Extra, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 150%;
}

li {
  font-family: Cormorant, sans-serif;
  font-size: 17px;
  line-height: 140%;
}

blockquote {
  border-left: 5px solid var(--main-grezz);
  background-color: #ff68471c;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Cormorant, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
  line-height: 22px;
}

.contain {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

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

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

.brand {
  background-color: #fff;
  width: 270px;
  height: 100px;
  padding: 20px;
  box-shadow: 0 2px 5px 1px #00000012;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-3:hover {
  border: 1px none var(--main-grezz);
}

.text-block {
  font-family: Ngapa The, sans-serif;
  font-size: 35px;
}

.section {
  background-image: url('../images/1345266.jpg');
  background-position: 50%;
  background-size: cover;
  height: 90vh;
  padding-top: 235px;
}

.div-block-4 {
  z-index: 100;
  background-color: #ff6a3c;
  width: 60%;
  height: 350px;
  margin-top: 158px;
  padding: 54px;
  text-decoration: none;
  position: relative;
}

.section-2 {
  background-color: #000;
  min-height: 600px;
  padding-top: 0;
  padding-bottom: 25px;
  position: relative;
}

.heading {
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Armalite, sans-serif;
  font-size: 53px;
  line-height: 120%;
}

.heading._3 {
  color: var(--main-grezz);
  text-align: center;
  font-size: 23px;
}

.text-block-2 {
  color: #fff;
}

.text-block-2._53 {
  margin-bottom: 25px;
}

.div-block-5 {
  width: 65%;
  padding-top: 250px;
}

.div-block-6 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  padding: 39px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-7 {
  background-image: url('../images/Screen-Shot-2024-05-03-at-3.12.45-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 400px;
}

.div-block-8 {
  text-align: center;
  padding-top: 25px;
}

.link {
  color: #2b2b2b;
  font-weight: 700;
}

.div-block-9 {
  width: 60%;
  padding-top: 168px;
  padding-right: 0;
}

.link-block {
  border-bottom: 1px dashed #ffffff36;
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
}

.div-block-10 {
  background-image: url('../images/LHKJH.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.div-block-10._5 {
  background-image: url('../images/144-e1627027986772.webp');
}

.div-block-11 {
  color: #fff;
  flex: 1;
  padding-top: 20px;
  padding-left: 35px;
}

.heading-2 {
  margin-top: 0;
  font-family: Armalite, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-3 {
  color: var(--main-grezz);
}

.text-block-4 {
  margin-bottom: 10px;
}

.section-3 {
  background-color: var(--main-grezz);
  height: 600px;
  padding-top: 85px;
  padding-bottom: 86px;
  position: relative;
}

.div-block-12 {
  background-image: url('../images/Screen-Shot-2024-05-03-at-3.12.12-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 38%;
  height: 600px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-13 {
  width: 50%;
}

.paragraph {
  color: #fff;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 170%;
}

.button {
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button.laranja {
  background-color: var(--main-grezz);
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-3 {
  margin-bottom: 35px;
  font-family: Armalite, sans-serif;
  font-size: 32px;
}

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

.div-block-14 {
  height: 250px;
  position: relative;
}

.div-block-14._2 {
  background-image: url('../images/PPID4YL7_kNGD_1024.webp');
}

.div-block-14._5 {
  background-image: url('../images/black-and-white-sci-fi-futuristic-fantasy-image-of-upside-down-c-matthew-gibson.jpeg');
}

.div-block-14._6 {
  background-image: url('../images/LHKJH.jpeg');
}

.div-block-15 {
  background-color: #000;
  height: 220px;
  padding: 35px;
  overflow: hidden;
}

.link-block-2 {
  margin-bottom: 35px;
  text-decoration: none;
  display: block;
}

.heading-4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Typodermic Extra, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.text-block-3-copy {
  color: #fff;
  text-transform: uppercase;
  font-family: Cormorant, sans-serif;
  font-size: 12px;
}

.voxpop {
  background-color: var(--main-grezz);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 45px;
  display: flex;
}

.text-block-5 {
  background-color: #fff;
  padding: 20px;
  font-family: Armalite, sans-serif;
  font-size: 24px;
}

.div-block-16 {
  margin-bottom: 35px;
}

.text-block-6 {
  margin-bottom: 25px;
  font-family: Armalite, sans-serif;
  font-size: 17px;
}

.paragraph-2 {
  color: #fff;
}

.section-5 {
  background-image: linear-gradient(89deg, #000, #fff0), url('../images/ir.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-17 {
  width: 50%;
}

.heading-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Armalite, sans-serif;
  font-size: 53px;
  line-height: 120%;
}

.heading-copy._3 {
  color: var(--main-grezz);
  text-align: center;
  font-size: 23px;
}

.textblock-400 {
  color: #ffffff8c;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.textblock-400:hover {
  color: var(--main-grezz);
}

.div-block-23 {
  background-image: url('../images/Logo_Ngapa_06_branco_Transp.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 40px;
  margin-bottom: 25px;
}

.div-do-footer {
  padding-top: 3px;
}

.footer {
  background-color: #000;
  padding: 50px 0;
}

.text-block-12 {
  color: #ffffff96;
  font-family: Cormorant, sans-serif;
  font-size: 17px;
}

.div-block-24 {
  border-top: 1px #ffffff1f;
  padding-top: 50px;
}

.contain-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.text-block-13 {
  color: #fff;
  text-transform: none;
  margin-bottom: 25px;
  font-family: Typodermic Extra, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-22 {
  padding-right: 25px;
}

.grid-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-block-14 {
  color: #ffffff8c;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.div-block-25 {
  color: var(--main-grezz);
  display: flex;
}

.div-block-25._3 {
  margin-top: 50px;
}

.link-2 {
  color: var(--white);
  margin-right: 15px;
  font-family: Ngapa The, sans-serif;
  font-size: 25px;
  line-height: 100%;
  text-decoration: none;
}

.menu {
  z-index: 100;
  background-color: #fff;
  width: 50%;
  height: 100vh;
  padding: 58px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
  transform: translate(100%);
}

.div-block-26 {
  text-align: right;
  margin-bottom: 53px;
}

.link-3 {
  color: #060606;
  padding: 13px 20px;
  text-decoration: none;
  display: inline;
  box-shadow: 0 2px 5px #0003;
}

.link-4 {
  color: #000;
  border-bottom: 1px dashed #000;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-family: Armalite, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.link-4._89 {
  background-color: #ff684726;
  border: 1px dashed #000;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-main {
  z-index: 10;
  background-color: #fff;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #00000021;
}

.navbar-2 {
  background-color: #fff;
  height: 100px;
}

.brand-2 {
  background-image: url('../images/NGAPA-LOGO.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 100px;
}

.brand-2.w--current {
  width: 150px;
}

.nav-link {
  color: #0a0a0a;
  height: 100px;
  padding: 0 20px 0 0;
  font-family: Typodermic Extra, sans-serif;
  font-size: 13px;
  line-height: 100px;
}

.nav-link:hover {
  color: var(--main-grezz);
}

.nav-link.w--current {
  border-bottom: 5px solid var(--main-grezz);
  color: var(--black);
}

.nav-menu {
  display: flex;
}

.nav-inside {
  color: #fff;
  border-bottom: 1px dashed #ffffff59;
  font-family: Typodermic Extra, sans-serif;
  line-height: 35px;
}

.nav-inside.w--current {
  color: var(--main-grezz);
}

.dropdown-list {
  background-color: #131111;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #000;
  padding-bottom: 20px;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-left: 10px;
  padding-right: 5px;
  display: flex;
}

.link-5 {
  background-color: var(--black);
  color: #fff;
  padding: 15px;
  font-family: Typodermic Extra, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.link-5._2 {
  background-color: var(--black);
  text-align: center;
}

.link-5._2.op {
  background-color: var(--black);
}

.paragraph-3 {
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.section-6 {
  position: relative;
}

.div-block-28 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.div-block-29 {
  background-image: linear-gradient(83deg, #000, #fff0 81%);
  height: 100%;
  padding-top: 163px;
  padding-bottom: 100px;
}

.div-block-30 {
  color: #fff;
  width: 60%;
  text-decoration: none;
}

.heading-6 {
  margin-bottom: 35px;
  font-size: 60px;
  font-weight: 500;
  line-height: 110%;
}

.text-block-15 {
  color: var(--white);
  font-family: Typodermic Extra, sans-serif;
  font-size: 23px;
  line-height: 120%;
}

.text-block-16 {
  background-color: var(--black);
  color: #fff;
  padding: 10px 15px;
  font-family: Typodermic Extra, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.section-7 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.section-7._1 {
  padding-bottom: 100px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Typodermic, sans-serif;
  font-weight: 400;
}

.div-block-31 {
  margin-bottom: 50px;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list {
  margin-left: -10px;
  margin-right: -10px;
}

.div-block-32 {
  background-color: var(--black);
  width: 70px;
  height: 5px;
  margin-top: 20px;
}

.sombras {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-17 {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Typodermic Extra, sans-serif;
  display: inline-block;
}

.div-block-33 {
  text-decoration: none;
  display: flex;
}

.div-block-34 {
  width: 50%;
  padding-top: 50px;
  padding-right: 50px;
}

.div-block-35 {
  width: 50%;
  height: 500px;
}

.heading-8 {
  color: var(--white);
  margin-bottom: 25px;
  font-family: Typodermic, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-16-copy {
  background-color: var(--black);
  color: var(--white);
  padding: 10px 15px;
  font-family: Typodermic Extra, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.text-block-18 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Cormorant, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.paragraph-4 {
  color: var(--white);
  margin-bottom: 35px;
}

.collection-list-wrapper-2 {
  margin-left: -10px;
  margin-right: -10px;
}

.div-block-36 {
  height: 450px;
  text-decoration: none;
  display: block;
  position: relative;
}

.overayzx {
  color: #fff;
  background-image: linear-gradient(351deg, #000 14%, #fff0);
  position: absolute;
  inset: 0%;
}

.div-block-37 {
  width: 70%;
  position: absolute;
  inset: auto 25px 25px;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Typodermic Extra, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.text-block-19 {
  color: #e0e0e0;
  text-transform: uppercase;
  font-family: Cormorant, sans-serif;
  font-size: 17px;
}

.link-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  display: block;
  position: relative;
}

.div-block-38, .div-block-39 {
  height: 100%;
}

.overayzx-copy {
  color: #fff;
  background-image: linear-gradient(86deg, #000, #fff0);
  padding-top: 159px;
  padding-bottom: 100px;
  position: absolute;
  inset: 0%;
}

.div-block-30-copy {
  color: #fff;
  width: 60%;
  text-decoration: none;
}

.shadow {
  height: 100px;
}

.div-block-40 {
  background-image: url('../images/pstal.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.grab {
  background-color: #fff;
  width: 70%;
  margin: -59px auto 100px;
  padding: 50px;
}

.gh {
  color: #fff;
  margin-bottom: 50px;
  text-decoration: none;
}

.heading-6-copy {
  color: #000;
  margin-bottom: 35px;
  font-size: 60px;
  font-weight: 500;
  line-height: 110%;
}

.section-7-copy {
  background-color: #cccccc3b;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section-7-copy._1 {
  padding-bottom: 100px;
}

.header {
  display: flex;
  position: relative;
}

.div-block-41 {
  background-color: var(--black);
  width: 50%;
  height: 300px;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-42 {
  padding-top: 3%;
  padding-bottom: 5%;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading-10 {
  margin-top: 35px;
  margin-bottom: 0;
  font-family: Typodermic Extra, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-43 {
  border: 1px dashed #0000006b;
  margin-bottom: 35px;
  padding: 50px;
  display: flex;
}

.div-block-44 {
  width: 35%;
  height: 320px;
  position: relative;
}

.div-block-45 {
  flex: 1;
  padding-top: 15px;
  padding-left: 35px;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-46 {
  margin-bottom: 20px;
}

.text-block-20 {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  padding: 5px 15px;
  font-family: Typodermic Extra, sans-serif;
  display: inline-block;
}

.div-block-47 {
  border-bottom: 1px dashed #0000003d;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-21 {
  color: var(--black);
  margin-right: 20px;
  font-family: Typodermic Extra, sans-serif;
  font-size: 18px;
}

.text-block-22 {
  font-family: Cormorant, sans-serif;
  font-size: 22px;
}

.grid-4 {
  grid-template-rows: auto;
  width: 50%;
}

.drop {
  display: none;
}

.div-block-49 {
  width: 40%;
  color: var(--white);
}

.paragraph-5 {
  font-size: 23px;
}

.dupe-it {
  padding-top: 50px;
  padding-bottom: 80px;
}

.dupe-it._1 {
  padding-bottom: 100px;
}

.div-block-50, .div-block-51 {
  margin-bottom: 50px;
}

.grid-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.div-block-52 {
  border: 1px dashed var(--main-grezz);
  padding: 25px;
}

.text-block-23 {
  color: var(--black);
  font-family: Typodermic Extra, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.text-block-24 {
  color: #727272;
  font-family: Typodermic Extra, sans-serif;
  font-size: 21px;
  line-height: 120%;
}

.grid-6 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.text-block-25 {
  font-family: Cormorant, sans-serif;
  font-size: 23px;
  line-height: 120%;
}

.section-8 {
  background-image: url('../images/ir.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.menu-button {
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.other-things-in-nav {
  float: right;
  display: flex;
}

.brand-ngapa {
  background-image: url('../images/NGAPA-LOGO.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
}

.action-buttons {
  display: flex;
}

.mosquito {
  justify-content: flex-start;
  align-items: center;
  margin-right: 25px;
  text-decoration: none;
  display: flex;
}

.text-block-26 {
  color: #282828;
  width: auto;
  margin-right: 15px;
  font-family: Typodermic Extra, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.div-block-54 {
  min-width: 220px;
  height: 80px;
}

.div-block-54._3 {
  min-width: 300px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.text-block-27 {
  font-family: Typodermic Extra, sans-serif;
}

.menu-que-sai {
  z-index: 1000;
  background-color: #fff;
  width: 40%;
  padding: 50px;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
  transform: translate(100%);
  box-shadow: 0 2px 5px #0000004a;
}

.cancels-menu {
  width: 60%;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.menu-wrapper {
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-56 {
  text-align: right;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.link-6 {
  color: #6f6f6f;
  font-family: Typodermic, sans-serif;
  text-decoration: none;
}

.mosquito-copy {
  justify-content: flex-start;
  align-items: center;
  margin-right: 25px;
  text-decoration: none;
  display: flex;
}

.mosquito-copy.w--current {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.menu-links {
  padding-top: 25px;
  padding-bottom: 0;
}

.link-7 {
  color: #000;
  border-bottom: 1px dashed #00000045;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-family: Typodermic Extra, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.div-block-57 {
  border: 1px dashed var(--main-grezz);
  background-color: #ff5d3e1f;
  padding: 35px;
}

.div-block-57._2 {
  background-color: #ff5d3e00;
}

.text-block-28 {
  margin-bottom: 25px;
  font-family: Typodermic, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.code-embed {
  height: 12000px;
}

.link-8 {
  color: #000;
  text-align: center;
  background-color: #fff;
  padding: 15px;
  font-family: Typodermic Extra, sans-serif;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto 25px 25px auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-58 {
  color: #6d6d6d;
  margin-top: 25px;
  font-family: Typodermic Extra, sans-serif;
  display: flex;
}

.text-block-29 {
  margin-right: 15px;
}

.div-block-59 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-30 {
  font-weight: 700;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-3._1 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-8 {
  grid-template-rows: auto;
}

.grid-9, .grid-10 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-15 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .contain-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .navbar-main, .navbar-2, .brand-2, .brand-2.w--current {
    height: 80px;
  }

  .nav-link {
    height: auto;
    margin-bottom: 25px;
    padding-bottom: 15px;
    line-height: 100%;
  }

  .nav-menu {
    background-color: #fff;
    border-left-width: 1px;
    border-left-color: #000;
    width: 80%;
    height: 100vh;
    padding: 60px 38px 38px;
    overflow: scroll;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-29 {
    padding-top: 160px;
  }

  .div-block-30 {
    width: 80%;
  }

  .heading-6 {
    margin-bottom: 25px;
    font-size: 41px;
  }

  .text-block-15 {
    font-size: 20px;
  }

  .section-7, .section-7._1, .sombras {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-33 {
    flex-flow: column;
  }

  .div-block-34 {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-35 {
    width: 100%;
    height: 350px;
  }

  .heading-8 {
    font-size: 38px;
  }

  .div-block-37 {
    width: 80%;
  }

  .heading-9 {
    font-size: 19px;
  }

  .text-block-19 {
    font-size: 14px;
  }

  .link-block-3 {
    height: 500px;
  }

  .div-block-30-copy {
    width: 70%;
  }

  .shadow {
    height: 80px;
  }

  .div-block-40 {
    height: 400px;
  }

  .grab {
    width: 90%;
  }

  .heading-6-copy {
    font-size: 40px;
  }

  .header {
    flex-flow: column;
  }

  .div-block-41 {
    width: 100%;
    height: 230px;
    display: block;
  }

  .div-block-43 {
    padding: 25px;
  }

  .heading-11 {
    font-size: 24px;
  }

  .text-block-21 {
    font-size: 15px;
  }

  .grid-4, .div-block-49 {
    width: 100%;
  }

  .dupe-it {
    padding-bottom: 40px;
  }

  .grid-6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .menu-button {
    height: 80px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .brand-ngapa {
    width: 170px;
    height: 80px;
  }

  .action-buttons {
    display: none;
  }

  .action-buttons._5 {
    display: flex;
  }

  .mosquito {
    display: none;
  }

  .text-block-26 {
    font-size: 14px;
  }

  .div-block-54._3 {
    min-width: 220px;
  }

  .text-block-27 {
    font-size: 20px;
  }

  .menu-que-sai {
    width: 70%;
  }

  .cancels-menu {
    width: 30%;
  }

  .link-7 {
    padding-bottom: 15px;
    font-size: 17px;
  }

  .code-embed {
    height: 13000px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-15 {
    height: auto;
  }

  .link-block-2 {
    display: block;
  }

  .nav-menu {
    width: 90%;
  }

  .div-block-27 {
    margin-top: 0;
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .div-block-43 {
    flex-flow: column;
  }

  .div-block-44 {
    width: 100%;
  }

  .div-block-45 {
    padding-top: 35px;
    padding-left: 0;
  }

  .dupe-it {
    padding-top: 35px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .section-8 {
    height: 300px;
  }

  .text-block-26 {
    font-size: 13px;
  }

  .menu-que-sai {
    padding-left: 35px;
    padding-right: 35px;
  }

  .mosquito-copy.w--current {
    margin-right: 0;
  }

  .link-7 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .code-embed {
    height: 15500px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 31px;
  }

  .div-block-14 {
    height: 200px;
  }

  .div-block-15 {
    height: auto;
  }

  .heading-4 {
    font-size: 16px;
  }

  .div-block-23 {
    width: 140px;
  }

  .footer {
    padding-top: 100px;
  }

  .div-block-24 {
    padding-top: 35px;
  }

  .text-block-13 {
    font-size: 15px;
  }

  .text-block-14 {
    color: #ffffff91;
    font-size: 15px;
  }

  .brand-2 {
    width: 150px;
  }

  .nav-link {
    font-size: 14px;
  }

  .div-block-28 {
    height: 70vh;
  }

  .div-block-29 {
    background-image: linear-gradient(70deg, #000000ed 21%, #fff0 90%);
    padding-top: 201px;
  }

  .div-block-30 {
    width: 100%;
  }

  .heading-6 {
    margin-bottom: 20px;
    font-size: 31px;
  }

  .text-block-15 {
    font-size: 16px;
  }

  .text-block-16 {
    font-size: 14px;
  }

  .section-7 {
    padding-top: 70px;
  }

  .heading-7 {
    font-size: 26px;
  }

  .div-block-32 {
    margin-top: 10px;
  }

  .div-block-35 {
    height: 220px;
  }

  .heading-8 {
    font-size: 28px;
  }

  .text-block-18 {
    font-size: 15px;
  }

  .paragraph-4 {
    font-size: 17px;
  }

  .div-block-37 {
    width: 80%;
  }

  .div-block-30-copy {
    width: 100%;
  }

  .grab {
    margin-bottom: 50px;
    padding: 25px;
  }

  .heading-6-copy {
    font-size: 32px;
  }

  .heading-10 {
    font-size: 34px;
  }

  .div-block-43 {
    padding: 20px;
  }

  .div-block-44 {
    height: 230px;
  }

  .div-block-45 {
    padding-top: 25px;
  }

  .heading-11 {
    font-size: 20px;
  }

  .text-block-21 {
    font-size: 14px;
  }

  .text-block-22 {
    font-size: 20px;
  }

  .div-block-49 {
    width: 70%;
  }

  .paragraph-5 {
    font-size: 19px;
  }

  .text-block-23, .text-block-24 {
    font-size: 15px;
  }

  .section-8 {
    height: 250px;
  }

  .paragraph-6 {
    font-size: 17px;
  }

  .brand-ngapa {
    width: 140px;
  }

  .text-block-26 {
    margin-right: 10px;
  }

  .div-block-54._3 {
    min-width: 170px;
  }

  .text-block-27 {
    font-size: 15px;
  }

  .menu-que-sai {
    width: 90%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .cancels-menu {
    width: 10%;
  }

  .div-block-57 {
    padding: 20px;
  }

  .code-embed {
    height: 30000px;
  }
}

#w-node-_52828361-fa34-59b2-0ac9-d2ff523b0680-f823183d, #w-node-_52828361-fa34-59b2-0ac9-d2ff523b0684-f823183d, #w-node-_52828361-fa34-59b2-0ac9-d2ff523b0691-f823183d, #w-node-_52828361-fa34-59b2-0ac9-d2ff523b0698-f823183d, #w-node-_52828361-fa34-59b2-0ac9-d2ff523b06a3-f823183d, #w-node-e1e74c2f-7a70-93fa-7ec9-caeff1ae0f40-f1ae0f3c, #w-node-e1e74c2f-7a70-93fa-7ec9-caeff1ae0f44-f1ae0f3c, #w-node-e1e74c2f-7a70-93fa-7ec9-caeff1ae0f4d-f1ae0f3c, #w-node-e1e74c2f-7a70-93fa-7ec9-caeff1ae0f54-f1ae0f3c, #w-node-e1e74c2f-7a70-93fa-7ec9-caeff1ae0f5d-f1ae0f3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Ngapa The';
  src: url('../fonts/NGAPA-THE.eot') format('embedded-opentype'), url('../fonts/NGAPA-THE.woff') format('woff'), url('../fonts/NGAPA-THE.ttf') format('truetype'), url('../fonts/NGAPA-THE.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Armalite';
  src: url('../fonts/armalite.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typodermic Extra';
  src: url('../fonts/Typodermic---extra-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typodermic';
  src: url('../fonts/Typodermic---medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('../fonts/octin-spraypaint-a-rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Octin Spraypaint A Rg';
  src: url('../fonts/octin-spraypaint-a-rg.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typodermic';
  src: url('../fonts/Typodermic---light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typodermic';
  src: url('../fonts/Typodermic---regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typodermic Extra';
  src: url('../fonts/Typodermic---extra-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typodermic';
  src: url('../fonts/Typodermic---black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}