:root {
  --goldenrod: #ffc562;
  --aquamarine: #00ffd0;
  --coral: #f7ac1b;
  --turquoise: #00e9e4;
}

.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;
}

.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;
  }
}

.heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Trajanpro, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3em;
}

.heading.center {
  text-align: center;
  font-size: 36px;
}

.heading.center.black {
  color: #00352b;
}

.heading.center.bk {
  color: #353535;
  font-size: 32px;
}

.heading.right {
  text-align: right;
}

.heading.first-letter.black {
  color: #007c65;
  width: 500px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
}

.heading.first-letter.black.left {
  color: var(--goldenrod);
}

.heading.first-letter.black.left.v2 {
  color: #ff6969;
  font-size: 42px;
}

.heading.left {
  text-align: left;
  font-size: 50px;
}

.paragraph {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

.paragraph.center {
  color: #fff;
  text-align: center;
}

.paragraph.center.margin-bottom {
  padding-bottom: 46px;
}

.paragraph.center.bk {
  color: #353535;
}

.paragraph.right {
  text-align: right;
}

.paragraph._1 {
  color: #080808;
  font-size: 22px;
  font-weight: 300;
}

.column {
  text-align: center;
}

.columns {
  align-items: center;
  display: flex;
}

.section {
  background-color: #f1f1f1;
  background-image: url('../images/fundo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  height: 83vh;
  padding-bottom: 91px;
  font-family: Inter, sans-serif;
  display: flex;
}

.underline {
  text-decoration: underline;
}

.bold-text {
  font-weight: 700;
}

.bold-text-2 {
  color: #f5ff81;
  font-weight: 900;
}

.data {
  color: #fff;
  font-family: Monumentextended, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1em;
}

.padding-space {
  background-color: #ff6969;
  background-image: url('../images/fundo-v2.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-space.background-white {
  background-color: #fff;
  background-image: linear-gradient(#ffffffb0, #ffffffb0), url('../images/bg-white.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.padding-space.bg-img {
  background-image: linear-gradient(#010f00c4, #010f00c4), url('../images/bg-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.padding-space.color-pure {
  background-color: #ff696a;
  background-image: none;
  display: none;
}

.padding-space.color-pure-2 {
  background-color: #f1f1f1;
  background-image: none;
}

.padding-space.color-pure-3 {
  background-color: #000824;
  background-image: none;
}

.padding-space.hiden {
  display: none;
}

.convidados {
  border-radius: 10px;
}

.column-2 {
  text-align: center;
}

.padding-space-convidados {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-2 {
  color: #1b1b40;
  text-align: center;
  text-shadow: 0 0 9px #1b1b402e;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Trajanpro, sans-serif;
  font-size: 75px;
  line-height: .9em;
}

.heading-2.left {
  text-align: left;
}

.heading-2.small {
  text-transform: uppercase;
  margin-top: -23px;
  font-size: 30px;
}

.coluna-cronograma {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.columns-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.subheading {
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1em;
}

.subheading.center {
  text-align: center;
}

.subheading.right {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.subheading.right.kb {
  color: #353535;
  letter-spacing: 2px;
  font-family: Exo, sans-serif;
  font-size: 21px;
}

.big {
  font-size: 65px;
  font-weight: 700;
}

.big.color {
  color: #f5ff81;
}

.big.color.v2 {
  color: #ff6969;
}

.image {
  border-radius: 10px;
  width: 100%;
  padding: 5px;
}

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

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 1200px;
  margin-top: 152px;
  margin-left: -134px;
  margin-right: auto;
}

.grid-2.grid-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #fff;
  border: 1px dashed #ed9773;
  border-radius: 5px;
  padding: 15px;
}

.div-block.select {
  color: #fff;
  background-color: #0f7173;
  background-image: none;
  border-style: solid;
  border-color: #064e50;
}

.div-block.esgotado {
  position: relative;
}

.div-block.center {
  max-width: 316px;
}

.type-seal {
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 1.3em;
}

.type-seal.center {
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Trajanpro, sans-serif;
  font-size: 20px;
}

.type-seal.center.seal {
  text-transform: uppercase;
  font-weight: 700;
}

.type-seal.center.seal._2 {
  color: #f9cb12;
  margin-top: 0;
}

.type-seal.center.price-x {
  width: 100%;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 16px;
}

.type-seal.right {
  text-align: right;
}

.price {
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1em;
}

.price.center {
  color: #ffd000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.price.right {
  text-align: right;
}

.list {
  list-style-type: none;
}

.list-item {
  border-bottom: 1px solid #ffb5a0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}

.list-item.last {
  border-bottom-style: none;
}

.list-item.not {
  color: #00856c;
  text-decoration: line-through;
}

.list-item.v2 {
  border-bottom-color: #2da1a3;
}

.list-item-2 {
  font-family: Lato, sans-serif;
  font-size: 200px;
}

.text-block {
  font-size: 18px;
  line-height: 1.1em;
}

.list-2 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  list-style-type: decimal;
  display: flex;
}

.number-list {
  color: #ddd;
  text-align: right;
  margin-top: 3px;
  margin-bottom: -8px;
  font-family: Montserrat, sans-serif;
  font-size: 150px;
  line-height: 1.1em;
}

.columns-3 {
  margin-bottom: 60px;
}

.depoimento {
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 1.3em;
}

.depoimento.center {
  color: #838383;
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
}

.depoimento.right {
  text-align: right;
}

.divider-3 {
  opacity: .35;
  background-image: linear-gradient(225deg, #0d181200, #d4d4d4 51%, #0d181200);
  width: 100%;
  height: 2px;
  margin: 0 auto;
}

.faq-stripe-2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-faq-a-text {
  padding: 20px;
}

.faq-q-text {
  color: #090909;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Trajanpro, sans-serif;
}

.faq-a-text {
  color: #5f5f5f;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.6em;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.c-faq {
  margin-left: auto;
  margin-right: auto;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-item {
  border-left: 3px solid var(--aquamarine);
  cursor: pointer;
  background-color: #00312c;
  background-image: url('../images/texture-noise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-stripe-1 {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
  font-size: 1.4em;
}

.section-15 {
  background-color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.section-15.pv2 {
  background-color: #070009;
}

.div-block-244 {
  width: 760px;
  margin-top: 20px;
}

.text-block-31 {
  color: #ffffff3b;
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.footer-a {
  color: #ffffff5e;
  text-decoration: none;
}

.column-3 {
  color: #080808;
}

.container {
  max-width: 1200px;
}

.bold-text-3 {
  font-size: 50px;
  line-height: 1.2em;
}

.cronograma-righ {
  border-right: 5px solid #f1f1f1;
}

.cronograma-left {
  border-left: 5px solid #f1f1f1;
}

.timezone {
  color: #00000017;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 82px;
  line-height: 1.3em;
}

.timer {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

.timer.center {
  text-align: center;
  font-size: 35px;
}

.timer.center.black {
  color: #080808;
  letter-spacing: 2px;
  margin-top: -93px;
  margin-bottom: 87px;
  font-family: Bebas Neue, sans-serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 1em;
}

.timer.right {
  text-align: right;
}

.html-embed {
  border-radius: 15px;
}

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

.ticket {
  z-index: 99;
  max-width: 110%;
  margin-top: -104px;
  margin-bottom: -4px;
  margin-left: -5%;
  position: relative;
  transform: rotate(-2deg);
}

.ticket.select {
  filter: none;
  margin-top: -147px;
  margin-bottom: 36px;
}

.ticket.esgotou {
  filter: grayscale() brightness(90%) grayscale(37%);
}

.depoimentos {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 33px;
}

.grid-3._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.paragraph-2 {
  font-size: 18px;
}

.paragraph-social {
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 1.3em;
}

.paragraph-social.center {
  color: #fff;
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
}

.paragraph-social.center.margin-bottom {
  padding-bottom: 46px;
}

.paragraph-social.right {
  text-align: right;
}

.sociall-icon {
  width: 60px;
  padding-left: 5px;
  padding-right: 5px;
}

.link {
  color: #ffffff5e;
}

.section-16 {
  z-index: 102;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  white-space: normal;
  background-color: #00000045;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #0000;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: #ddd0;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px;
  font-family: Trajanpro, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.nav-link.buttom {
  color: #fff;
  background-color: #c73e4f;
  border-radius: 5px;
  font-weight: 700;
}

.nav-menu {
  text-align: right;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.brand {
  flex: 0 auto;
  margin-left: -30px;
}

.cartabutton {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00c545;
  border-radius: 3px;
  margin: 20px auto 40px;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 10px 1px #00853321;
}

.cartabutton.animation-pulse {
  color: #fff;
  text-align: center;
  background-color: #25d366;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  padding: 21px 10px;
  font-family: Trajanpro, sans-serif;
  font-size: 23px;
  box-shadow: 0 0 10px 1px #25d366;
}

.cartabutton.animation-pulse.center {
  max-width: 500px;
  display: block;
}

.cartabutton.animation-pulse.center.margin-top {
  margin-top: 57px;
}

.cartabutton.animation-pulse.center.margin-top.form {
  max-width: 100%;
  margin-top: 0;
}

.cartabutton.animation-pulse.center.margin-top.v2 {
  color: #fff;
  background-color: #070320;
  box-shadow: 0 0 10px 1px #ffb2b2;
}

.text-block-23 {
  font-size: 26px;
  font-weight: 700;
}

.text-block-23._1 {
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 29px;
}

.columns-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.container-3 {
  max-width: 700px;
}

.link-block {
  z-index: 99;
  text-decoration: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-245 {
  color: #fff;
  background-color: #25d366;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 15px;
  font-family: Trajanpro, sans-serif;
  font-size: 16px;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
  text-decoration: none;
}

.image-2 {
  width: 33px;
}

.image-3 {
  width: 180px;
  display: block;
}

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

.box-copy-2 {
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -20px 1px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  position: relative;
}

.cronos-countnumber {
  color: #fffdf7;
  letter-spacing: 6px;
  text-shadow: 0 0 12px #3c00006e;
  margin-top: -5px;
  margin-bottom: -5px;
  padding-left: 5px;
  font-size: 43px;
  font-weight: 700;
  line-height: 80px;
}

.cronos-count-t {
  color: #fffdf7;
  text-shadow: 0 0 6px #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.box-copy-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1px;
  margin-right: 1px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  position: relative;
}

.cronos-countnumber-2 {
  color: #fffdf7;
  letter-spacing: 9px;
  text-shadow: 0 0 6px #fff;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.timer_legend {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 9px;
}

.image-4 {
  width: 398px;
}

.container-4 {
  max-width: 1200px;
}

.bold-text-5 {
  text-transform: uppercase;
  font-family: Monumentextended, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.4em;
}

.container-5 {
  max-width: 1200px;
}

.container-5.float {
  background-color: #070009;
  border-radius: 5px;
  margin-top: -109px;
  padding: 60px 30px;
  box-shadow: 0 0 15px #1a2143;
}

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

.gronograma-box {
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 30px 15px;
}

.div-block-248 {
  justify-content: space-around;
  align-items: flex-end;
  margin-top: -46px;
  display: flex;
}

.column-4 {
  display: block;
}

.columns-5 {
  align-items: center;
  display: flex;
}

.heading-copy {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-copy.center {
  text-align: center;
  font-size: 20px;
}

.heading-copy.center.black {
  color: #00352b;
}

.heading-copy.right {
  text-align: right;
}

.heading-copy.first-letter.black {
  color: #007c65;
  width: 500px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
}

.heading-copy.left {
  text-align: left;
  font-size: 50px;
}

.heading-3 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-3.center {
  text-align: center;
  font-family: Trajanpro, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.heading-3.center.black {
  color: #003c42;
}

.c-faq-item-2 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/texture-noise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 3px solid #ff696a;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.padding-space-2 {
  background-color: #000f0e;
  background-image: url('../images/bg-head.jpg'), none;
  background-position: 0 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-space-2.color-pure-2 {
  background-color: #ffa27f;
  background-image: none;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}

.div-block-249 {
  display: flex;
}

.number {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

.number.center {
  text-align: center;
  margin-top: -4px;
  font-size: 35px;
}

.number.center.black {
  color: #00352b;
}

.number.right {
  text-align: right;
}

.number.first-letter.black {
  color: #007c65;
  width: 500px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
}

.number.left {
  text-align: left;
  font-size: 50px;
}

.paragraph-base {
  color: #fff;
  margin-left: 27px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 1.3em;
}

.paragraph-base.center {
  color: #fff;
  text-align: center;
}

.paragraph-base.center.margin-bottom {
  padding-bottom: 46px;
}

.paragraph-base.right {
  text-align: right;
}

.overlay {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000de;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal {
  background-color: #fff;
  border-radius: 5px;
  min-width: 600px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
  position: relative;
}

.form-block {
  margin-top: 15px;
}

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

.input-field {
  color: #171717;
  border-radius: 3px;
  height: 50px;
  font-size: 18px;
  line-height: 1.4em;
}

.input-field::placeholder {
  color: #8b8b8b80;
}

.input-field.atual {
  margin-bottom: 15px;
}

.input-field.atual::placeholder {
  color: #868484;
}

.text-block-70 {
  color: #999;
  letter-spacing: .5px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.close {
  background-color: #002720;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-5 {
  width: 15px;
}

.div-block-250 {
  z-index: 9;
  background-image: url('../images/selo.png'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-17 {
  background-color: red;
  align-items: center;
  height: 33px;
  display: none;
}

.alert {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
}

.heading-frase {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-frase.center {
  text-align: center;
  text-transform: none;
  font-size: 26px;
}

.heading-frase.center.black {
  color: #00352b;
}

.heading-frase.right {
  text-align: right;
}

.heading-frase.first-letter.black {
  color: #007c65;
  width: 500px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
}

.heading-frase.first-letter.black.left {
  color: var(--coral);
}

.heading-frase.left {
  text-align: left;
  font-size: 50px;
}

.galery {
  background-image: url('../images/grid.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 1281px;
}

.palestrantes {
  background-image: url('../images/bg_preletores.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 800px;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 38px;
  display: none;
}

.div-block-251 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00756f80;
  border: 1px solid #006a65;
  border-radius: 5px;
  padding: 15px;
}

.name {
  color: #fff;
  text-align: center;
  background-color: #0000004d;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 1px;
  font-weight: 700;
}

.price-box {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4px;
  display: flex;
}

.bold-text-6 {
  font-size: 20px;
}

.bold-text-7 {
  align-items: flex-start;
  margin-top: -9px;
  font-size: 20px;
  display: flex;
}

.bold-text-8 {
  font-size: 50px;
}

.section-18 {
  z-index: 999;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-image: linear-gradient(#000000cf, #000000cf);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.html-embed-5 {
  border-radius: 5px;
}

.div-block-248-copy {
  background-color: #080521;
  border: 1px solid #212179;
  border-radius: 5px;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.small {
  font-size: 22px;
}

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

.image-6 {
  width: 300px;
  margin-bottom: 41px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider {
  opacity: .35;
  background-image: linear-gradient(225deg, #0d181200, #f1c22d 51%, #0d181200);
  width: 100%;
  height: 1px;
  margin: 10px auto 0;
  box-shadow: 0 0 20px 1px #f1c22d91;
}

.divider.hero {
  z-index: 3;
  background-image: linear-gradient(225deg, #0d181200, #ffd7b0 51%, #0d181200);
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 0 20px 1px #03f07691;
}

._1dobra-apresentacao {
  background-image: url('../images/fundo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 534px;
  padding-top: 54px;
  display: flex;
}

.div-block-253 {
  background-image: url('../images/logo-evento.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 550px;
  height: 350px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.div-block-253.mobile {
  display: none;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-71 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #c73e4f;
  border-radius: 7px;
  max-width: 939px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  font-family: Trajanpro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.bold-text-9 {
  color: #080808;
}

.div-block-254 {
  z-index: 6;
  background-image: linear-gradient(#0000, #f48768 39% 54%, #0000);
  width: 100%;
  height: 75px;
  margin-top: -35px;
  margin-bottom: -35px;
  position: relative;
}

.section-19 {
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#0003, #0003), url('../images/fundo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: Inter, sans-serif;
}

.container-7 {
  text-align: center;
  background-color: #272727;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 840px;
  padding: 43px 34px;
  display: flex;
}

.heading-4 {
  max-width: 775px;
  font-family: Trajanpro, sans-serif;
  font-size: 28px;
}

.text-block-72 {
  letter-spacing: 1px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.div-block-255 {
  border: 4px solid #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
}

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

.text-block-74 {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 300;
}

.text-span {
  text-decoration: underline;
}

.image-7 {
  border: 1px solid #c73e4f;
  border-radius: 12px;
}

@media screen and (max-width: 991px) {
  .heading {
    text-align: center;
  }

  .heading.left {
    text-align: left;
    font-size: 33px;
  }

  .column {
    display: none;
  }

  .columns {
    text-align: center;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 15px;
    display: flex;
  }

  .section {
    padding-top: 159px;
  }

  .c-faq-item {
    margin-bottom: 20px;
  }

  .column-3 {
    flex: 0 auto;
    display: block;
  }

  .timezone {
    font-size: 62px;
  }

  .timer.center.black {
    margin-top: -62px;
    font-size: 25px;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .menu-button {
    text-align: right;
    flex: 1;
  }

  .heading-copy {
    text-align: center;
  }

  .heading-copy.left {
    text-align: left;
    font-size: 33px;
  }

  .c-faq-item-2 {
    margin-bottom: 20px;
  }

  .number {
    text-align: center;
  }

  .number.left {
    text-align: left;
    font-size: 33px;
  }

  .heading-frase {
    text-align: center;
  }

  .heading-frase.left {
    text-align: left;
    font-size: 33px;
  }

  .palestrantes {
    background-size: cover;
    height: 490px;
  }

  .grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
    overflow: visible;
  }

  .div-block-251 {
    background-color: #13022947;
    border-color: #9900df6e;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 15px;
  }

  .padding-space.color-pure-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .convidados {
    margin-bottom: 43px;
  }

  .grid-2 {
    display: block;
  }

  .div-block {
    margin-top: 141px;
  }

  .section-15.pv2 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .timezone {
    line-height: 1em;
  }

  .timer.center.black {
    margin-top: -94px;
  }

  .ticket {
    margin-top: -150px;
    margin-left: auto;
    margin-right: auto;
  }

  .cartabutton {
    text-align: center;
  }

  .columns-4 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-247 {
    display: flex;
  }

  .input-field.atual {
    margin-bottom: 0;
  }

  .palestrantes {
    background-size: cover;
    height: 370px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 23px;
  }

  .heading.center {
    font-size: 25px;
  }

  .heading.center.bk {
    font-size: 26px;
  }

  .heading.first-letter.black {
    width: 100%;
  }

  .heading.first-letter.black.left.v2 {
    font-size: 32px;
  }

  .heading.left {
    text-align: center;
  }

  .paragraph {
    font-size: 18px;
  }

  .paragraph.center.margin-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph.right {
    text-align: center;
  }

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

  .column {
    margin-top: 47px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .columns {
    flex-flow: column;
    padding-top: 117px;
    padding-left: 15px;
  }

  .section {
    height: auto;
    padding-top: 14px;
    padding-bottom: 37px;
  }

  .data {
    font-size: 18px;
  }

  .padding-space {
    padding-left: 14px;
    padding-right: 14px;
  }

  .padding-space.background-white, .padding-space.color-pure {
    padding-left: 15px;
    padding-right: 15px;
  }

  .padding-space.color-pure-2 {
    padding-bottom: 35px;
  }

  .padding-space.color-pure-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-2 {
    display: none;
    overflow: hidden;
  }

  .heading-2 {
    text-align: center;
    margin-top: 45px;
  }

  .heading-2.left {
    text-align: center;
  }

  .coluna-cronograma {
    text-align: center;
    flex-direction: column-reverse;
    display: flex;
  }

  .coluna-cronograma.left, .columns-2 {
    flex-direction: column;
  }

  .subheading.right {
    text-align: center;
  }

  .subheading.right.kb {
    font-size: 19px;
  }

  .grid-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2.grid-center {
    margin-top: 21px;
  }

  .div-block {
    width: 100%;
  }

  .number-list {
    color: #f0f0f0;
    text-align: right;
    font-size: 102px;
  }

  .divider-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq-stripe-2 {
    background-color: #000;
  }

  .faq-q-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
  }

  .c-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-faq-icon {
    padding: 13px;
  }

  .faq-stripe-1 {
    background-color: #000;
  }

  .c-faq-q-text {
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 4px;
  }

  .section-15.pv2 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-244 {
    width: auto;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3 {
    font-size: 30px;
  }

  .timezone {
    font-size: 50px;
  }

  .timer.center.black {
    margin-top: -71px;
  }

  .ticket {
    max-width: 100%;
    margin-left: 0%;
  }

  .depoimentos {
    margin-bottom: 27px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 0;
    display: block;
  }

  .grid-3._2 {
    width: 100%;
    display: block;
  }

  .nav-link {
    background-color: #021311;
    display: none;
  }

  .nav-link.buttom {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 19px;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0e0e0e00;
  }

  .nav-menu {
    padding: 2px 13px;
  }

  .brand {
    margin-left: 2px;
  }

  .cartabutton {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .cartabutton.animation-pulse {
    width: 100%;
    min-width: 100%;
    max-width: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-23 {
    font-size: 21px;
    line-height: 1.3em;
  }

  .columns-4 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 51px;
  }

  .paragraph-3 {
    display: none;
  }

  .image-3 {
    width: 170px;
  }

  .div-block-247 {
    z-index: 10;
    position: relative;
  }

  .box-copy-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cronos-countnumber {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .cronos-count-t {
    font-size: 16px;
  }

  .cronos-countnumber-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .timer_legend {
    letter-spacing: 3px;
    font-size: 9px;
  }

  .bold-text-5 {
    font-size: 21px;
  }

  .grid-4 {
    display: block;
  }

  .gronograma-box {
    margin-bottom: 54px;
  }

  .columns-5 {
    display: block;
  }

  .heading-copy {
    font-size: 23px;
  }

  .heading-copy.center {
    font-size: 28px;
  }

  .heading-copy.first-letter.black {
    width: 100%;
  }

  .heading-copy.left {
    text-align: center;
  }

  .heading-3.center.black {
    font-size: 27px;
  }

  .grid-5 {
    display: block;
  }

  .number {
    font-size: 23px;
  }

  .number.center {
    font-size: 28px;
  }

  .number.first-letter.black {
    width: 100%;
  }

  .number.left {
    text-align: center;
  }

  .paragraph-base {
    font-size: 18px;
  }

  .paragraph-base.center.margin-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-base.right {
    text-align: center;
  }

  .column-5 {
    margin-bottom: 50px;
  }

  .overlay {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .modal {
    min-width: auto;
  }

  .formwrapper {
    grid-row-gap: 5px;
    margin-bottom: 10px;
    display: block;
  }

  .input-field.atual {
    margin-bottom: 5px;
  }

  .heading-frase {
    font-size: 23px;
  }

  .heading-frase.center {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }

  .heading-frase.first-letter.black {
    width: 100%;
  }

  .heading-frase.left {
    text-align: center;
  }

  .galery {
    background-size: contain;
    height: 215px;
  }

  .palestrantes {
    height: 210px;
  }

  .grid-6 {
    flex-direction: column;
    display: none;
  }

  .html-embed-5 {
    width: 100%;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.hero {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._1dobra-apresentacao {
    background-position: 50% 0;
    min-height: 302px;
    padding-top: 68px;
    display: none;
  }

  .div-block-253 {
    background-repeat: no-repeat;
    background-size: contain;
    height: 156px;
  }

  .div-block-253.mobile {
    display: block;
  }

  .text-block-71 {
    margin-left: 9px;
    margin-right: 9px;
    font-size: 17px;
    line-height: 23px;
  }

  .bold-text-10 {
    font-size: 39px;
  }

  .column-6 {
    padding-right: 66px;
  }

  .div-block-254 {
    display: none;
  }

  .section-19 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-7 {
    padding: 11px 14px 25px;
  }

  .heading-4 {
    font-size: 19px;
    line-height: 25px;
  }

  .text-block-72 {
    font-size: 28px;
  }

  .div-block-255 {
    padding: 14px;
  }

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

  .text-block-74 {
    font-size: 12px;
  }
}

#w-node-_77187e06-d48e-b902-58c2-2d9a9b6b920c-fb935f90, #w-node-_77187e06-d48e-b902-58c2-2d9a9b6b920e-fb935f90, #w-node-_5331df3b-cfaa-6221-5742-2be9d6f3e1ff-fb935f90, #w-node-_5331df3b-cfaa-6221-5742-2be9d6f3e201-fb935f90, #w-node-de9929b0-2b39-6046-1b0e-cea6f0fc082c-fb935f90, #w-node-de9929b0-2b39-6046-1b0e-cea6f0fc082e-fb935f90, #w-node-a56772f4-9188-4fd3-129b-a7081d54bcc2-fb935f90, #w-node-a56772f4-9188-4fd3-129b-a7081d54bcc4-fb935f90, #w-node-_48aa81b3-7c4b-704a-75b9-59030adf7205-fb935f90, #w-node-_48aa81b3-7c4b-704a-75b9-59030adf7207-fb935f90, #w-node-_358c1304-7547-1a01-f7b7-be5d557fa100-fb935f90, #w-node-_358c1304-7547-1a01-f7b7-be5d557fa102-fb935f90, #w-node-c772878e-04c9-140c-1b5b-18243d5cd77b-fb935f90, #w-node-c772878e-04c9-140c-1b5b-18243d5cd77d-fb935f90, #w-node-_664a0368-14fc-3a40-f023-5375a62337d8-fb935f90, #w-node-be79f84d-5d10-1d3b-b535-f1bf3d32453b-fb935f90, #w-node-d501e2db-429a-6fb8-87d6-d5a45bd8aa4a-fb935f90, #w-node-d501e2db-429a-6fb8-87d6-d5a45bd8aa4c-fb935f90, #w-node-a33e58f3-6c03-a016-339d-c3d352f6b0ce-fb935f90, #w-node-a33e58f3-6c03-a016-339d-c3d352f6b0d0-fb935f90, #w-node-e5f1ca52-e768-6b23-9583-16b6b3fd62d2-fb935f90, #w-node-e5f1ca52-e768-6b23-9583-16b6b3fd62d4-fb935f90, #w-node-a0414a5e-9211-3faa-3640-f108fbba75f4-fb935f90, #w-node-a0414a5e-9211-3faa-3640-f108fbba75f6-fb935f90, #w-node-_0f45a0a8-2fc2-16f1-55af-df5de2c2b549-fb935f90, #w-node-_0f45a0a8-2fc2-16f1-55af-df5de2c2b54b-fb935f90, #w-node-f4fa1a7f-998e-6a7d-de12-92b18659ba0e-fb935f90, #w-node-f4fa1a7f-998e-6a7d-de12-92b18659ba10-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb2444f-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24451-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24454-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24456-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24459-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb2445b-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb2445e-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24460-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24463-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24465-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24468-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb2446a-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb2446d-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb2446f-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24472-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24474-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24477-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24479-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb2447c-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb2447e-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24481-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24483-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24486-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24488-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb2448b-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb2448d-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24490-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24492-fb935f90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b56a01b1-408b-41ba-8cb0-5e4a9625db40-fb935f90, #w-node-_2ab74741-6f9a-5c06-fcd5-6dc52e162c1e-fb935f90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_429bf960-1e5f-9b05-8331-473258071b0e-fb935f90, #w-node-_29affbb8-e7f2-7678-83bd-7814e98b169a-fb935f90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e5f1ca52-e768-6b23-9583-16b6b3fd62d2-fb935f90, #w-node-a0414a5e-9211-3faa-3640-f108fbba75f4-fb935f90, #w-node-_0f45a0a8-2fc2-16f1-55af-df5de2c2b549-fb935f90, #w-node-f4fa1a7f-998e-6a7d-de12-92b18659ba0e-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24481-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24486-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb2448b-fb935f90, #w-node-_01ccc087-36f0-3a6d-29cc-2b906eb24490-fb935f90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Trajanpro';
  src: url('../fonts/TrajanPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajanpro';
  src: url('../fonts/TrajanPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monumentextended';
  src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monumentextended';
  src: url('../fonts/MonumentExtended-Ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}