:root {
  --bg: #050406;
  --green-1: #59ffac;
  --white: white;
  --blue: #1d35cd;
  --purple1: #9e00e0;
  --transparent: rgba(0, 0, 0, 0);
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.hero {
  min-height: 85vh;
}

.container-full {
  max-width: none;
}

.navbar {
  z-index: 4;
  background-color: var(--bg);
  border-top: 1px solid #000;
  padding-left: 23px;
  padding-right: 23px;
}

.body {
  background-color: var(--bg);
  font-family: Exo, sans-serif;
}

.nav-menu {
  flex: 0 auto;
}

.loginexp-logo {
  float: none;
  padding-left: 10px;
  padding-right: 10px;
}

.loginexp-logo.w--current {
  margin-right: 5px;
}

.nav-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  max-width: 150px;
  transition: opacity .15s;
}

.image:hover {
  opacity: .69;
}

.nav-link {
  border-bottom: 4px solid var(--bg);
  color: #fff;
  letter-spacing: 1px;
  padding: 25px 15px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 15px;
  transition: color .15s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--green-1);
  border-bottom: 4px solid #40e096;
}

.nav-link.w--current {
  color: var(--green-1);
  text-shadow: none;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 25%, rgba(89, 255, 172, .09));
  border-bottom: 4px solid #41e095;
}

.nav-link.cta-nav {
  background-color: var(--green-1);
  color: var(--bg);
  text-align: center;
  border: 1px #fff;
  border-radius: 20px;
  padding: 12px 20px 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  text-decoration: none;
  transition-property: all;
}

.nav-link.cta-nav:hover {
  background-color: #02ff81;
  box-shadow: 0 0 20px 11px rgba(89, 255, 172, .23);
}

.slider-banner-hero {
  z-index: 3;
  background-color: var(--bg);
  border-top: 1px solid #40e096;
  min-height: 88vh;
}

.slide-nav {
  display: none;
}

.video-login-house-exp {
  z-index: 1;
  height: 100%;
}

.dots-overlay {
  z-index: 2;
  background-image: url('../images/dots-overla2.png'), linear-gradient(20deg, #000, rgba(255, 255, 255, 0) 50%);
  background-position: 50%, 0 0;
  background-size: 3px, auto;
  background-attachment: scroll, scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-title {
  z-index: 3;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 2%;
  right: 0%;
}

.image-2 {
  max-width: 90px;
  margin-right: 5px;
  display: block;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 75px;
  font-weight: 300;
  line-height: 75px;
}

.text-span {
  color: var(--green-1);
  text-shadow: 0 0 20px rgba(89, 255, 172, .65);
  font-weight: 500;
}

.left-arrow, .right-arrow {
  display: none;
}

.hero-h1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-h3 {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 0;
  padding-left: 97px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.text-span-2 {
  color: #59ffac;
  font-weight: 500;
}

.social-float-div {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .1);
  border-top: 1px solid rgba(255, 255, 255, .24);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  border-left: 1px solid rgba(255, 255, 255, .16);
  border-right: 1px #000;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: auto;
  right: 0;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.about-us {
  border-top: 1px solid rgba(63, 255, 159, .15);
  padding: 140px 20px 60px;
}

.container-xl {
  max-width: 1344px;
}

.cta-header {
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.link-block-4 {
  flex: 0 auto;
  text-decoration: none;
}

.quick-stack {
  padding: 0;
}

.cell {
  justify-content: center;
  align-items: center;
}

.text-block {
  color: var(--green-1);
  text-shadow: 0 1px 19px var(--green-1);
  margin-bottom: 3px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

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

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 40px;
  font-weight: 400;
}

.heading-2.text-center {
  text-align: center;
  text-transform: uppercase;
}

.heading-2.mb-2 {
  margin-bottom: 30px;
}

.paragraph {
  color: #cacaca;
  margin-bottom: 22px;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.div-block-2 {
  max-width: 400px;
}

.link-block-5 {
  border: 1px solid var(--green-1);
  color: var(--green-1);
  border-radius: 20px;
  padding: 9px 21px 8px;
  text-decoration: none;
  transition: all .125s;
}

.link-block-5:hover {
  opacity: .63;
}

.scroll-down-icon {
  opacity: .67;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 41px;
  left: 0;
  right: 0;
}

.scroll-down-icon:hover {
  opacity: 1;
}

.big-numbers {
  padding: 92px 56px;
}

.text-span-4 {
  color: var(--green-1);
}

.slide-4 {
  position: relative;
}

.quick-stack-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 0;
}

.image-3 {
  opacity: .71;
  max-width: 19px;
}

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

.heading-3 {
  color: #fff;
  text-align: center;
  border-bottom: 4px solid #57feab;
  margin-bottom: 0;
  padding-bottom: 27px;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.cell-3 {
  border: 1px solid rgba(71, 71, 71, .61);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
  transition: all .15s;
  display: flex;
}

.cell-3:hover {
  background-color: #161218;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.heading-3-cdfsdfsds {
  color: #fff;
  text-align: center;
  border-bottom: 4px solid #8e00d0;
  margin-bottom: 0;
  padding-bottom: 27px;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.headinbfbg-3-cosdfsdfpy {
  color: #fff;
  text-align: center;
  border-bottom: 4px solid #dd9000;
  margin-bottom: 0;
  padding-bottom: 27px;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.heading-3-cnfgns4opy {
  color: #fff;
  text-align: center;
  border-bottom: 4px solid #56ffab;
  margin-bottom: 0;
  padding-bottom: 27px;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.heading-3-cogyuf6mympy {
  color: #fff;
  text-align: center;
  border-bottom: 4px solid #106dd2;
  margin-bottom: 0;
  padding-bottom: 27px;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.b2b {
  padding-top: 0;
  padding-bottom: 60px;
}

.quick-stack-3 {
  padding: 0;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.influencers {
  padding-top: 70px;
  padding-bottom: 40px;
}

.slider-influencers {
  background-color: var(--bg);
  min-height: 460px;
}

.slide-nav-2 {
  display: none;
}

.cell-5, .cell-6, .cell-7 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}

.img-influencers {
  max-width: 250px;
  max-height: 250px;
}

.title-influencers {
  color: #59ffac;
}

.title-influencers.tblue {
  color: #1d35cd;
  text-align: left;
}

.title-influencers.tpurple {
  color: #9a00e6;
  text-align: left;
}

.gallery {
  padding-top: 67px;
  padding-bottom: 60px;
}

.grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
/*  grid-template-rows: auto minmax(340px, .25fr) auto;*/
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  place-items: start center;
  margin-top: 40px;
  padding-left: 7px;
  padding-right: 7px;
}

/*.grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto minmax(340px, .25fr) 434px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  padding-left: 7px;
  padding-right: 7px;
}*/

.image-4 {
  object-fit: none;
}

.features {
  padding: 100px 10px 0;
}

.quick-stack-5 {
  margin-top: 60px;
}

.text-span-5 {
  color: var(--green-1);
}

.cell-8 {
  justify-content: center;
  align-items: center;
}

.green-txt {
  color: var(--green-1);
}

.quick-stack-6 {
  margin-top: 100px;
  margin-bottom: 80px;
}

.image-5 {
  border-radius: 20px;
  width: 642px;
}

.sub-footer {
  background-image: url('../images/sub-footer-login1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer {
  background-image: none;
  background-size: auto;
  border-top: 1px solid #4b4b4b;
  padding: 80px 30px 33px;
}

.quick-stack-7 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  padding: 0;
}

.footer-h3 {
  border-bottom: 2px solid var(--green-1);
  color: var(--white);
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
}

.cell-9 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-3 {
  flex-flow: column;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-4 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.footer-h4 {
  color: #fff;
  flex: none;
  max-width: 250px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.footer-h4.closed {
  color: #7c7c7c;
}

.footer-h4.green-txt {
  color: var(--green-1);
}

.footer-h4.green-txt.small {
  font-size: 13px;
}

.footer-h4.thin {
  text-align: center;
  font-size: 15px;
  font-weight: 200;
  line-height: 19px;
}

.footer-h4.thin.sublinhado {
  text-decoration: underline;
}

.footer-h4.thin.sublinhado:hover {
  opacity: .63;
}

.text-span-6 {
  color: var(--green-1);
}

.div-block-5 {
  border-bottom: 2px dotted #fff;
  flex: 1;
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-6 {
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.cell-10, .cell-11 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-8 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding: 0;
}

.cell-12 {
  background-image: url('../images/HOME_loginexp-a01_05.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #242424;
  padding: 40px;
  display: block;
}

.text-block-2 {
  float: right;
  color: #999;
  flex: 0 auto;
  order: 0;
  font-size: 12px;
  overflow: hidden;
}

.image-6 {
  order: -1;
  max-width: 140px;
  margin-right: 20px;
}

.container-copyright {
  border-top: 1px solid #2c2c2c;
  justify-content: space-between;
  align-items: center;
  max-width: 1344px;
  margin-top: 70px;
  padding-top: 32px;
  padding-right: 10px;
  display: flex;
}

.div-block-7 {
  order: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-8 {
  order: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-7 {
  max-width: 25px;
}

.quick-stack-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 100px;
  padding-right: 100px;
}

.text-block-3 {
  color: #fff;
  margin-bottom: 15px;
  padding-left: 35px;
  padding-right: 35px;
}

.ver-fotos-link2 {
  color: var(--blue);
  letter-spacing: 1px;
  font-size: 13px;
}

.ver-fotos-link2:hover {
  opacity: .68;
}

.ver-fotos-link1 {
  color: var(--green-1);
  letter-spacing: 1px;
  font-size: 13px;
}

.ver-fotos-link1:hover {
  opacity: .67;
}

.ver-fotos-link3 {
  color: var(--purple1);
  letter-spacing: 1px;
  font-size: 13px;
}

.ver-fotos-link3:hover {
  opacity: .71;
}

.arrow-sliderb:hover {
  opacity: .68;
}

.herob {
  border-top: 2px solid var(--green-1);
  background-image: linear-gradient(rgba(89, 255, 172, .16), rgba(255, 255, 255, 0) 38%), linear-gradient(rgba(162, 255, 119, .01), rgba(162, 255, 119, .01));
  border-bottom: 1px solid rgba(28, 75, 51, .05);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.destaques-cardapio {
  padding: 0 25px 95px;
}

.my-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-2-hero {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
}

.cardapio {
  background-color: #111;
  border-top: 1px solid #313131;
  padding: 90px 20px 100px;
}

.div-block-9 {
  background-color: rgb(20 20 20);
  border-radius: 50px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.cardapio-list-item {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.div-block-11 {
  flex: 1;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 26px;
}

.div-block-12 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-13 {
  border-bottom: 2px dotted #fff;
  flex: 1;
  align-self: center;
  margin-left: 6px;
  margin-right: 6px;
  padding: 10px 20px;
}

.cardapio-wrapper {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  margin-top: 60px;
}

.hero-login {
  background-image: url('../images/event-login-bg2.webp');
  background-position: 0 0;
  background-size: cover;
  border-top: 1px solid #40e096;
  border-bottom: 1px solid #2d2d2e;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.quick-stack-10 {
  padding-top: 51px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-14 {
  flex: none;
  max-width: 390px;
}

.cell-13 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.input-form-b2b {
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  border-radius: 20px;
  padding-left: 15px;
}

.input-form-b2b:hover {
  border: 1px solid #fff;
}

.input-form-b2b:focus {
  border: 1px solid var(--green-1);
  color: var(--white);
}

.quick-stack-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0e0c0e;
  min-height: 60vh;
  padding: 0;
}

.cell-14 {
  background-image: url('../images/aniver-bg-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  opacity: .68;
}

.link-vid-b2b:hover {
  opacity: .66;
}

.cell-15 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
}

.div-block-15 {
  max-width: 360px;
}

.heading-6 {
  color: #fff;
  font-weight: 400;
}

.text-span-8 {
  color: var(--green-1);
  font-size: 20px;
}

.list-item-b2b {
  padding-left: 10px;
  padding-right: 10px;
}

.list-item-b2b:hover {
  background-color: #242424;
}

.b2b-vid {
  margin-bottom: 70px;
}

.marcas {
  padding: 40px 20px 70px 10px;
}

.quick-stack-12 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.cell-16 {
  background-color: #0f0f0f;
  justify-content: center;
  align-items: center;
}

.cell-16._111:hover {
  background-color: var(--blue);
}

.cell-16._222:hover {
  background-color: var(--purple1);
}

.cell-16._333:hover {
  background-color: var(--green-1);
}

.cell-16._444:hover {
  background-color: var(--blue);
}

.cell-16._555:hover {
  background-color: var(--purple1);
}

.cell-16._666:hover {
  background-color: var(--green-1);
}

.cell-16._777:hover {
  background-color: var(--blue);
}

.cell-16._888:hover {
  background-color: var(--purple1);
}

.cell-16._999:hover {
  background-color: var(--blue);
}

.cell-16._1112:hover {
  background-color: var(--purple1);
}

.cell-16._2222:hover {
  background-color: var(--green-1);
}

.cell-16._3333:hover {
  background-color: var(--blue);
}

.image-9 {
  mix-blend-mode: screen;
  max-width: 110px;
  max-height: 80px;
}

.image-9.redbullimg {
  max-height: 55px;
}

.features-b2b {
  padding: 60px 15px 0;
}

.image-10 {
  border-radius: 20px;
  width: 642px;
}

.testimonial {
  padding: 60px 20px 100px;
}

.quick-stack-13 {
  padding: 0;
}

.testimonial-block1 {
  background-image: linear-gradient(rgba(184, 43, 255, .33), rgba(184, 43, 255, .33)), url('../images/Fr1sK58aYAAyMd0.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 330px;
  padding: 40px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 21px;
}

.cell-17 {
  display: block;
}

.image-9-testimonial {
  mix-blend-mode: screen;
  max-height: 80px;
  margin-top: 24px;
}

.testimonial-block2 {
  background-image: linear-gradient(rgba(0, 161, 224, .5), rgba(0, 161, 224, .5)), url('../images/Fr1sN-IaQAIqpDG.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 330px;
  padding: 40px;
  display: flex;
}

.testimonial-block3 {
  background-image: linear-gradient(rgba(0, 155, 31, .24), rgba(0, 155, 31, .24)), url('../images/Fr1sM_UakAA9-93.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 330px;
  padding: 40px;
  display: flex;
}

.link-block-6 {
  order: -1;
}

.input-label {
  color: var(--white);
  margin-bottom: 6px;
  font-size: 16px;
  display: block;
}

.form {
  width: 80%;
}

.form-block {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 500px;
}

.input-field-wrap {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 15px;
  font-weight: 500;
}

.field-wrap {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
  position: relative;
}

.date-field {
  background-color: var(--transparent);
  color: var(--white);
  border: 1px solid #e9ecf0;
  border-radius: 20px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  display: block;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

.date-field:hover {
  border-color: #fff;
}

.date-field:focus {
  border-color: var(--green-1);
}

.date-field::placeholder {
  color: #a0a6b0;
}

.field-icon {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
  right: auto;
}

.submit-button-2 {
  background-color: var(--green-1);
  color: var(--bg);
  border-radius: 20px;
  width: 100%;
  margin-top: 19px;
  font-weight: 700;
}

.submit-button-2:hover {
  opacity: .68;
}

.aniver-vid {
  margin-top: 100px;
  margin-bottom: 70px;
}

.features-aniver {
  padding-top: 0;
  padding-bottom: 0;
}

.benefits {
  padding-top: 60px;
  padding-bottom: 40px;
}

.cell-18 {
  justify-content: flex-start;
  align-items: center;
}

.heading-7 {
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #59ffac;
  margin-bottom: 21px;
  padding-bottom: 16px;
  font-weight: 500;
}

.div8 {
  justify-content: center;
  align-items: center;
  min-height: 130px;
  display: flex;
}

.cell-14-b2b {
  background-image: url('../images/event-bg-2.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partners {
  background-image: linear-gradient(0deg, #000 44%, rgba(0, 0, 0, 0));
  padding-top: 40px;
  padding-bottom: 70px;
}

.slide-nav-4 {
  display: none;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  height: 200px;
}

.quick-stack-16 {
  height: 100%;
}

.cell-20 {
  justify-content: center;
  align-items: center;
}

.icon {
  margin-left: 0;
}

.icon-2 {
  margin-right: 0;
}

.link-block-7 {
  text-decoration: none;
}

.modal {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(14, 14, 14, .85);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  background-color: var(--bg);
  border: 1px solid #2e2e2e;
  border-radius: 20px;
  padding: 14px 45px 46px;
}

.form-block-modal {
  justify-content: flex-start;
  align-items: center;
  min-width: 500px;
}

.radio-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7px;
  display: flex;
}

.radio-button-field {
  margin-right: 15px;
}

.fechar {
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  display: flex;
}

.close-btn {
  color: #666;
  border: 1px solid #2c2c2c;
  border-radius: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 14px 2px;
  font-size: 31px;
  font-weight: 400;
}

.close-btn:hover {
  opacity: .7;
}

.link-block-8 {
  color: #4b4b4b;
  text-decoration: none;
}

.radio-btn.w--redirected-checked {
  border-color: var(--green-1);
  background-color: var(--green-1);
  box-shadow: 0 0 5px 6px rgba(89, 255, 172, .22);
}

.radio-wrapper-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7px;
  display: grid;
}

.input-aniversario {
  display: block;
}

.radio-button-field-aniversario, .radio-button-field-evento {
  margin-right: 15px;
}

.bold-text {
  color: var(--green-1);
}

.input-evento {
  display: block;
}

.switch-form-modal {
  justify-content: flex-start;
  align-items: center;
  min-width: 500px;
}

.form-evento-modal, .form-aniversario-modal {
  justify-content: flex-start;
  align-items: center;
  min-width: 500px;
  display: none;
}

.image-13 {
  width: 642px;
}

.image-14 {
  width: 640px;
}

.text-block-6 {
  color: #696969;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.image-9-testimonial-2 {
  mix-blend-mode: screen;
  max-height: 80px;
  margin-top: 10px;
}

.text-span-9 {
  border-left: 2px solid var(--green-1);
  padding-left: 13px;
  font-style: italic;
  display: block;
}

.paragraph-3 {
  color: #dadada;
  margin-top: 8px;
}

.link-cardapio {
  color: var(--green-1);
  margin-top: 16px;
  text-decoration: underline;
  display: block;
}

.link-cardapio:hover {
  opacity: .64;
}

.link-block-9 {
  color: #fff;
  text-decoration: none;
}

.link-block-9:hover {
  opacity: .71;
}

.text-span-10 {
  color: #fff;
  text-decoration: none;
}

.success-message {
  background-color: var(--green-1);
}

.error-message {
  background-color: #fa9494;
  width: 80%;
}

.txt-error, .txt-success {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--green-1);
    background-color: #272727;
  }

  .nav-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-link {
    border: 1px solid #272727;
  }

  .hero-title {
    top: auto;
    bottom: 18%;
    left: 0%;
    right: 0%;
  }

  .image-2 {
    max-width: 80px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 75px;
    line-height: 70px;
  }

  .about-us {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-header {
    flex: 0 auto;
    padding-right: 0;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 34px;
  }

  .paragraph {
    font-size: 13px;
    line-height: 19px;
  }

  .big-numbers {
    padding: 60px 27px;
  }

  .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-3 {
    border-bottom-width: 3px;
    font-size: 40px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-3-cdfsdfsds, .headinbfbg-3-cosdfsdfpy, .heading-3-cnfgns4opy, .heading-3-cogyuf6mympy {
    border-bottom-width: 3px;
    font-size: 40px;
  }

  .b2b {
    padding: 20px 30px 60px;
  }

  .cell-4 {
    justify-content: center;
    align-items: flex-start;
  }

  .influencers {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .slider-influencers {
    min-height: 390px;
  }

  .img-influencers {
    max-width: 167px;
  }

  .title-influencers, .title-influencers.tblue, .title-influencers.tpurple {
    font-size: 30px;
  }

  .gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }

    .grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
/*    grid-template-rows: auto auto;*/
    grid-template-columns: 1fr 1fr;
    place-items: start center;
  }

/*  .grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-items: center;
  }*/

  .features {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .quick-stack-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-footer {
    min-height: 70vh;
  }

  .footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .quick-stack-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .cell-10 {
    display: none;
  }

  .quick-stack-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .herob {
    min-height: 200px;
  }

  .hero-login {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-10 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .cell-15 {
    padding-left: 40px;
    padding-right: 20px;
  }

  .marcas {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-9 {
    max-width: 100px;
  }

  .features-b2b {
    padding-top: 0;
  }

  .testimonial {
    padding-bottom: 60px;
  }

  .testimonial-block3 {
    height: 250px;
  }

  .partners {
    padding-bottom: 40px;
  }

  .icon-3 {
    color: var(--green-1);
  }

  .menu-button {
    background-color: #070608;
  }

  .menu-button.w--open {
    background-color: #1a1a1a;
  }

  .cell-21 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .nav-link {
    border-style: none;
    border-width: 0;
    display: block;
  }

  .nav-link:hover {
    border-top: 1px #000;
    border-bottom-style: none;
  }

  .nav-link:focus {
    border-style: none;
  }

  .nav-link:visited {
    border-style: none;
    border-width: 0;
  }

  .hero-title {
    bottom: 8%;
  }

  .image-2 {
    max-width: 60px;
  }

  .heading {
    flex: 0 auto;
    font-size: 50px;
    line-height: 50px;
  }

  .hero-h3 {
    padding-left: 69px;
    font-size: 14px;
    line-height: 19px;
  }

  .about-us {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
  }

  .heading-2 {
    font-size: 27px;
    line-height: 29px;
  }

  .paragraph {
    font-size: 13px;
  }

  .scroll-down-icon {
    display: none;
  }

  .big-numbers {
    padding-top: 40px;
  }

  .b2b {
    padding-bottom: 40px;
  }

  .quick-stack-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .slider-influencers {
    min-height: 1420px;
  }

  .cell-5, .cell-6, .cell-7 {
    justify-content: center;
    align-items: center;
  }

  .img-influencers {
    max-width: none;
  }

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

  .quick-stack-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 10px;
  }

  .quick-stack-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .sub-footer {
    min-height: 60vh;
  }

  .footer {
    padding-left: 41px;
    padding-right: 41px;
  }

  .text-block-2 {
    line-height: 15px;
  }

  .container-copyright {
    flex-flow: column;
  }

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

  .quick-stack-9 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .herob {
    min-height: 160px;
  }

  .heading-2-hero {
    font-size: 30px;
  }

  .quick-stack-10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell-14 {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .image-8 {
    max-width: 130px;
  }

  .cell-15 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .b2b-vid {
    margin-bottom: 40px;
  }

  .testimonial {
    padding-top: 0;
  }

  .testimonial-block1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Fr1sK58aYAAyMd0.jpg');
    background-size: auto, cover;
    height: auto;
  }

  .testimonial-block2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Fr1sN-IaQAIqpDG.jpg');
    background-size: auto, cover;
    height: auto;
  }

  .testimonial-block3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Fr1sM_UakAA9-93.jpg');
    background-size: auto, cover;
    height: auto;
  }

  .form {
    width: auto;
  }

  .form-block {
    width: 100%;
    min-width: auto;
  }

  .date-field {
    background-color: var(--transparent);
  }

  .cell-14-b2b {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .slider-2 {
    height: auto;
  }

  .quick-stack-16 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
  }

  .image-16 {
    max-width: 400px;
  }

  .cell-21, .cell-22, .cell-23 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: auto;
  }

  .navbar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.cta-nav {
    font-size: 11px;
    line-height: 12px;
    display: none;
  }

  .slider-banner-hero {
    min-height: 80vh;
  }

  .hero-title {
    top: auto;
    bottom: 50px;
    left: 0%;
    right: 0%;
  }

  .image-2 {
    display: none;
  }

  .hero-h3 {
    padding-left: 0;
  }

  .social-float-div {
    display: none;
  }

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

  .big-numbers, .b2b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-influencers {
    min-height: 1190px;
  }

  .img-influencers {
    max-width: 220px;
  }

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

  .features {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-6 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .sub-footer {
    min-height: 40vh;
  }

  .herob {
    min-height: 120px;
  }

  .heading-2-hero {
    font-size: 30px;
  }

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

  .div-block-9 {
    width: 40px;
    height: 40px;
  }

  .heading-5 {
    font-size: 17px;
    line-height: 22px;
  }

  .cardapio-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-10 {
    padding-left: 13px;
    padding-right: 13px;
    overflow: visible;
  }

  .cell-14 {
    padding-top: 79px;
    padding-bottom: 79px;
  }

  .cell-15 {
    padding-left: 20px;
  }

  .quick-stack-12 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .cell-16._777 {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .cell-16._999 {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .cell-16._2222 {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .image-9 {
    max-height: 80px;
  }

  .input-label {
    font-size: 15px;
    line-height: 19px;
  }

  .form-block {
    min-width: 0;
  }

  .date-field {
    background-color: var(--transparent);
    cursor: default;
  }

  .aniver-vid {
    margin-bottom: 40px;
  }

  .features-aniver {
    padding-left: 20px;
    padding-right: 20px;
  }

  .partners {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .right-arrow-3, .left-arrow-3 {
    display: none;
  }

  .image-15 {
    max-width: 90px;
  }

  .image-16 {
    max-width: 300px;
  }

  .cell-21 {
    display: none;
  }

  .text-span-10 {
    color: #fff;
    text-decoration: none;
  }

  .cell-23 {
    display: none;
  }
}

#w-node-_3149fa85-a227-28e5-28bc-f48965a01db6-56f00d28 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0fef6ec6-6189-d7ca-95ba-41e2ade3e8bc-56f00d28 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7b38b708-1360-4408-040d-a06e9922115d-56f00d28, #w-node-_8316b447-85a7-b361-7c52-77d2bd5a8a4c-56f00d28, #w-node-_63d3bc39-1d93-3cd1-f861-f7b6f2cb81b8-56f00d28, #w-node-_07f0e69d-c4c9-1065-32b1-5cc0ee1d38bb-56f00d28, #w-node-db189a6e-5744-6c2f-8ffd-28be67fb1354-56f00d28 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8b328bf0-6ef4-310a-e289-366b99123804-56f00d28, #w-node-_84eb9c32-512f-945a-aa5b-95433886ac85-56f00d28 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b81c550f-30c4-469b-822e-9d07525721a1-5257219f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b81c550f-30c4-469b-822e-9d07525721fc-5257219f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_0481cb20-363f-0383-450d-ac6130047850-30047850, #w-node-_3b9e2468-4d2b-e337-789a-d6024f89e348-4f89e345 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1d95d9b9-c98c-b343-bc13-f6e38ad61645-03ff57de, #w-node-_1d95d9b9-c98c-b343-bc13-f6e38ad6165e-03ff57de, #w-node-_1d95d9b9-c98c-b343-bc13-f6e38ad61675-03ff57de, #w-node-_1d95d9b9-c98c-b343-bc13-f6e38ad6168e-03ff57de, #w-node-c275ba44-9c3a-8462-eb30-b5297e32453b-03ff57de, #w-node-bf35ae90-9a40-c140-bffc-25bf55751409-03ff57de, #w-node-d20d6d0a-787d-9e4d-b140-261cc33d7ca6-03ff57de, #w-node-fd959134-8db4-d28b-d81d-7ce316d84e7b-03ff57de, #w-node-a55e1aed-fb1b-e067-59c6-27f641bc7a21-03ff57de, #w-node-_789516ef-6d79-9cc7-bf2b-aa9225a4e823-03ff57de, #w-node-_7a8b9726-c886-8f6d-e946-e70b66e1816e-03ff57de, #w-node-bf68194a-9347-f79f-233e-47c20c0d565e-03ff57de, #w-node-_8affe89b-3996-5cdf-ff5d-9fb663301572-03ff57de, #w-node-e7774739-1315-b28e-f36a-c1cc0c992c0e-03ff57de, #w-node-_47c2efd9-82ba-5b0c-96c8-e94ca7d8b04f-e7d33da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0fef6ec6-6189-d7ca-95ba-41e2ade3e8bc-e7d33da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_5e27a3d3-763a-7812-5d0e-ce41ef7fd9db-e7d33da9, #w-node-_516c262b-ab96-9aca-7744-8de1f655f818-e7d33da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fedfc9f1-3f26-9aa2-50fb-9bed41aa7d1b-e7d33da9 {
  grid-template-rows: 130px 130px 130px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8316b447-85a7-b361-7c52-77d2bd5a8a4c-e7d33da9, #w-node-_63d3bc39-1d93-3cd1-f861-f7b6f2cb81b8-e7d33da9, #w-node-_07f0e69d-c4c9-1065-32b1-5cc0ee1d38bb-e7d33da9, #w-node-db189a6e-5744-6c2f-8ffd-28be67fb1354-e7d33da9, #w-node-_47c2efd9-82ba-5b0c-96c8-e94ca7d8b04f-5e5970a3, #w-node-_5e27a3d3-763a-7812-5d0e-ce41ef7fd9db-5e5970a3, #w-node-_63d3bc39-1d93-3cd1-f861-f7b6f2cb81b8-5e5970a3, #w-node-_3743c8e3-f1a1-d11d-2e03-6d511875164c-5e5970a3, #w-node-abfda4ce-4bff-ab97-4c2d-6b5e8c3fec34-5e5970a3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_62fb0e12-656e-424a-9ebf-37d5f98b8768-5e5970a3 {
  grid-template-rows: auto;
  /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_47c2efd9-82ba-5b0c-96c8-e94ca7d8b04f-c84cca37 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_4a0d77ea-841a-3766-c0f2-f36a7b4b29b8-56f00d28, #w-node-_98d66479-f817-5aec-1414-0d0b757b9f20-56f00d28, #w-node-_11762084-cec1-9585-7082-102cd6957f07-56f00d28 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_670c90c3-c4db-a8eb-f3ad-588f9cd363e7-56f00d28 {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_3776762e-33f7-beee-18a9-2701f4a439f2-56f00d28, #w-node-_3246640b-9fde-2c2d-1770-5d289644550b-56f00d28 {
    align-self: center;
  }

  #w-node-b81c550f-30c4-469b-822e-9d07525721a1-5257219f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-b81c550f-30c4-469b-822e-9d07525721d2-5257219f {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0481cb20-363f-0383-450d-ac6130047850-30047850 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0481cb20-363f-0383-450d-ac613004785b-30047850 {
    grid-column: span 2 / span 2;
  }

  #w-node-fd959134-8db4-d28b-d81d-7ce316d84e7b-03ff57de, #w-node-a55e1aed-fb1b-e067-59c6-27f641bc7a21-03ff57de, #w-node-_789516ef-6d79-9cc7-bf2b-aa9225a4e823-03ff57de, #w-node-_7a8b9726-c886-8f6d-e946-e70b66e1816e-03ff57de, #w-node-bf68194a-9347-f79f-233e-47c20c0d565e-03ff57de, #w-node-_8affe89b-3996-5cdf-ff5d-9fb663301572-03ff57de, #w-node-e7774739-1315-b28e-f36a-c1cc0c992c0e-03ff57de {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_59cce78f-3c5e-1a47-e693-c2c4c14fae55-e7d33da9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3149fa85-a227-28e5-28bc-f48965a01db6-56f00d28 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_595894e0-a262-5290-106e-0c413452612f-56f00d28 {
    order: 9999;
  }

  #w-node-_36b4a6e3-32fd-ad5c-79d7-e255d4fb9743-56f00d28 {
    order: -9999;
  }

  #w-node-_0fef6ec6-6189-d7ca-95ba-41e2ade3e8bc-56f00d28 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0fef6ec6-6189-d7ca-95ba-41e2ade3e8be-56f00d28 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b38b708-1360-4408-040d-a06e9922115d-56f00d28, #w-node-_8316b447-85a7-b361-7c52-77d2bd5a8a4c-56f00d28, #w-node-_63d3bc39-1d93-3cd1-f861-f7b6f2cb81b8-56f00d28 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_63d3bc39-1d93-3cd1-f861-f7b6f2cb81b9-56f00d28 {
    order: 9999;
  }

  #w-node-_63d3bc39-1d93-3cd1-f861-f7b6f2cb81bb-56f00d28 {
    order: -9999;
  }

  #w-node-_07f0e69d-c4c9-1065-32b1-5cc0ee1d38bb-56f00d28, #w-node-db189a6e-5744-6c2f-8ffd-28be67fb1354-56f00d28 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-db189a6e-5744-6c2f-8ffd-28be67fb1355-56f00d28 {
    order: 9999;
  }

  #w-node-db189a6e-5744-6c2f-8ffd-28be67fb1369-56f00d28 {
    order: -9999;
  }

  #w-node-_8b328bf0-6ef4-310a-e289-366b99123804-56f00d28, #w-node-_84eb9c32-512f-945a-aa5b-95433886ac85-56f00d28, #w-node-b81c550f-30c4-469b-822e-9d07525721a1-5257219f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b81c550f-30c4-469b-822e-9d07525721e6-5257219f {
    order: 9999;
  }

  #w-node-b81c550f-30c4-469b-822e-9d07525721d2-5257219f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0481cb20-363f-0383-450d-ac6130047850-30047850 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0481cb20-363f-0383-450d-ac613004785b-30047850 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3b9e2468-4d2b-e337-789a-d6024f89e348-4f89e345, #w-node-_1d95d9b9-c98c-b343-bc13-f6e38ad61645-03ff57de, #w-node-_1d95d9b9-c98c-b343-bc13-f6e38ad6165e-03ff57de {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d95d9b9-c98c-b343-bc13-f6e38ad6165f-03ff57de {
    order: 9999;
  }

  #w-node-_1d95d9b9-c98c-b343-bc13-f6e38ad61675-03ff57de, #w-node-_1d95d9b9-c98c-b343-bc13-f6e38ad6168e-03ff57de {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1d95d9b9-c98c-b343-bc13-f6e38ad6168f-03ff57de {
    order: 9999;
  }

  #w-node-c275ba44-9c3a-8462-eb30-b5297e32453b-03ff57de, #w-node-bf35ae90-9a40-c140-bffc-25bf55751409-03ff57de {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bf35ae90-9a40-c140-bffc-25bf5575140a-03ff57de {
    order: 9999;
  }

  #w-node-d20d6d0a-787d-9e4d-b140-261cc33d7ca6-03ff57de, #w-node-fd959134-8db4-d28b-d81d-7ce316d84e7b-03ff57de, #w-node-a55e1aed-fb1b-e067-59c6-27f641bc7a21-03ff57de, #w-node-_789516ef-6d79-9cc7-bf2b-aa9225a4e823-03ff57de, #w-node-_7a8b9726-c886-8f6d-e946-e70b66e1816e-03ff57de, #w-node-bf68194a-9347-f79f-233e-47c20c0d565e-03ff57de, #w-node-_8affe89b-3996-5cdf-ff5d-9fb663301572-03ff57de, #w-node-e7774739-1315-b28e-f36a-c1cc0c992c0e-03ff57de, #w-node-_47c2efd9-82ba-5b0c-96c8-e94ca7d8b04f-e7d33da9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0fef6ec6-6189-d7ca-95ba-41e2ade3e8bc-e7d33da9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0fef6ec6-6189-d7ca-95ba-41e2ade3e8be-e7d33da9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e27a3d3-763a-7812-5d0e-ce41ef7fd9db-e7d33da9, #w-node-_516c262b-ab96-9aca-7744-8de1f655f818-e7d33da9, #w-node-_8316b447-85a7-b361-7c52-77d2bd5a8a4c-e7d33da9, #w-node-_63d3bc39-1d93-3cd1-f861-f7b6f2cb81b8-e7d33da9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_63d3bc39-1d93-3cd1-f861-f7b6f2cb81b9-e7d33da9 {
    order: 9999;
  }

  #w-node-_63d3bc39-1d93-3cd1-f861-f7b6f2cb81bb-e7d33da9 {
    order: -9999;
  }

  #w-node-_07f0e69d-c4c9-1065-32b1-5cc0ee1d38bb-e7d33da9, #w-node-db189a6e-5744-6c2f-8ffd-28be67fb1354-e7d33da9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-db189a6e-5744-6c2f-8ffd-28be67fb1355-e7d33da9 {
    order: 9999;
  }

  #w-node-db189a6e-5744-6c2f-8ffd-28be67fb1369-e7d33da9 {
    order: -9999;
  }

  #w-node-_47c2efd9-82ba-5b0c-96c8-e94ca7d8b04f-5e5970a3, #w-node-_5e27a3d3-763a-7812-5d0e-ce41ef7fd9db-5e5970a3, #w-node-_63d3bc39-1d93-3cd1-f861-f7b6f2cb81b8-5e5970a3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_63d3bc39-1d93-3cd1-f861-f7b6f2cb81b9-5e5970a3 {
    order: 9999;
  }

  #w-node-_3743c8e3-f1a1-d11d-2e03-6d511875164c-5e5970a3, #w-node-abfda4ce-4bff-ab97-4c2d-6b5e8c3fec34-5e5970a3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-abfda4ce-4bff-ab97-4c2d-6b5e8c3fec35-5e5970a3 {
    order: 9999;
  }

  #w-node-_62fb0e12-656e-424a-9ebf-37d5f98b8768-5e5970a3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_47c2efd9-82ba-5b0c-96c8-e94ca7d8b04f-c84cca37 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0fef6ec6-6189-d7ca-95ba-41e2ade3e8bc-56f00d28 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_84eb9c32-512f-945a-aa5b-95433886ac85-56f00d28 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fedfc9f1-3f26-9aa2-50fb-9bed41aa7d1b-e7d33da9 {
    grid-template-rows: 130px 130px minmax(130px, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_87069444-c4e6-d07e-5c86-4bd05b7e1ac0-e7d33da9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5e27a3d3-763a-7812-5d0e-ce41ef7fd9db-5e5970a3, #w-node-_63d3bc39-1d93-3cd1-f861-f7b6f2cb81b8-5e5970a3, #w-node-_3743c8e3-f1a1-d11d-2e03-6d511875164c-5e5970a3, #w-node-abfda4ce-4bff-ab97-4c2d-6b5e8c3fec34-5e5970a3, #w-node-_62fb0e12-656e-424a-9ebf-37d5f98b8768-5e5970a3, #w-node-_47c2efd9-82ba-5b0c-96c8-e94ca7d8b04f-c84cca37 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-edef2448-b6c8-ad68-238d-01c0b6d3d908-c84cca37 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


