:root {
  --black: black;
  --white: #000;
  --adamus: var(--black);
  --off-white: #f5f3f2;
  --light-grey: #f2f2f2;
  --purple: #e6def0;
  --grey: #d9d9d9;
  --hover: 2px;
  --dark-grey: #595959;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

body {
  color: var(--black);
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

.header {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  padding: 24px 40px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  width: 100%;
  max-width: 1232px;
  margin-left: 0%;
  margin-right: auto;
}

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

.container.align-right {
  justify-content: flex-end;
  display: flex;
}

.container.margin-l {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 50%;
  max-width: none;
  margin-top: 0;
  padding-top: 104px;
  padding-bottom: 104px;
  display: flex;
}

.container.mobile {
  display: none;
}

.container.topcem {
  margin-top: 130px;
}

.container.topcem.home {
  margin-top: 300px;
  margin-left: auto;
}

.container.politica {
  margin-left: 20%;
  padding-bottom: 60px;
}

.container.form, .container.footer {
  margin-left: auto;
}

.nav-wrap {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.nav-logo {
  width: 240px;
  padding-top: 8px;
}

.nav-link-wrap {
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #000;
  border-radius: 12px;
  padding: 10px 24px;
  transition: color .2s, background-color .2s;
}

.button:hover, .button.black {
  background-color: var(--black);
  color: var(--white);
}

.button.black:hover {
  background-color: #303030;
  border-color: #303030;
}

.button.black.form {
  margin-left: 24px;
}

.button.nav {
  color: var(--white);
  background-color: #e31d2c;
  border-style: none;
  border-radius: 0;
  padding: 8px 20px;
}

.button.nav:hover {
  background-color: var(--white);
  color: #e31d2c;
  border-style: solid;
  border-color: #e31d2c;
  border-radius: 0;
}

.button.nav.hide-on-mobile {
  color: var(--white);
  text-align: center;
  background-color: #569f46;
  border-style: solid;
  border-color: #569f46;
  border-radius: 0;
  align-self: auto;
  font-weight: 700;
}

.button.nav.hide-on-mobile:hover {
  background-color: var(--white);
  color: #569f46;
  border-color: #569f46;
}

.button.nav.hide-on-mobile.mobile, .button.nav.hide-on-mobile.hide-mobile {
  display: none;
}

.nav-link {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.nav-link:hover {
  opacity: .65;
  transform: translate(0, -2px);
}

.nav-link.last {
  margin-right: 0;
}

.section {
  background-color: var(--white);
  width: 100%;
  margin-top: 76px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section.hero {
  background-image: url('../images/banner_intro_ezu_painel2.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 95vh;
  max-height: none;
  margin-top: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.section.hero.home {
  background-image: url('../images/banner_ezu_1.png');
}

.section.hero.home.particular {
  background-image: url('../images/banner_ezu.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  height: 95vh;
}

.section.hero.home.particular.topcem {
  background-image: url('../images/HeroImage.png');
  align-items: flex-start;
  height: 100vh;
  position: relative;
  overflow: visible;
}

.section.hero.home.empresa {
  background-image: url('../images/empresa-ezu-v2.jpg');
}

.section.hero.intro.intromobile {
  display: none;
}

.section.full {
  padding-left: 0;
  padding-right: 0;
}

.section.off-white {
  background-color: var(--off-white);
}

.section.off-white.full.red {
  background-color: var(--white);
  color: var(--black);
}

.section.off-white.full.red.contitions {
  background-color: var(--off-white);
}

.section.off-white.full.red.contitions.condicoes {
  background-color: #e91f28;
  display: none;
}

.section.off-white.full.red.sobre.lightgrey {
  background-color: var(--light-grey);
  margin-top: 0;
  padding-bottom: 100px;
}

.section.off-white.full.red.sobre.desktop {
  background-image: url('../images/padrao.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.off-white.full.red.sobre.mobile {
  display: none;
}

.section.off-white.full.red._100porcento {
  background-color: #1d1d1b;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-bottom: 0;
}

.section.off-white.full.red._100porcento.condicoes {
  padding-top: 60px;
}

.section.off-white.full.red._100porcento.video {
  height: auto;
}

.section.off-white.full.red._100porcento.video.mobile {
  display: none;
}

.section.off-white.full.red.cinza {
  background-color: var(--light-grey);
  margin-top: 0;
}

.section.footer {
  background-color: var(--white);
  border-top: 5px solid #ba8b5c;
  margin-top: 0;
  padding-top: 0;
}

.section.footer.sucesso {
  height: auto;
}

.section.gradient-180 {
  background-image: linear-gradient(180deg, var(--purple) 5%, var(--adamus) 95%);
  display: block;
}

.section.margin-top-76 {
  background-color: var(--white);
  margin-top: 76px;
}

.section.backgroud-2 {
  background-color: var(--white);
}

.section.sucesso {
  height: 65vh;
}

.section.sucesso.head {
  background-color: var(--off-white);
  background-image: url('../images/HeroImage.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.section.potencia.head {
  background-color: var(--off-white);
  display: none;
}

.hero_wrap {
  width: 100%;
}

.hero_wrap.textheadline {
  background-color: rgba(0, 0, 0, 0);
}

.hero_text-wrap {
  z-index: 5;
  width: 56%;
  max-width: 560px;
  position: relative;
}

.hero_text-wrap.empresa {
  clear: left;
  background-color: rgba(255, 255, 255, .77);
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  padding: 20px;
  position: static;
}

.hero_text-wrap.empresa.textheadline {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

.hero_text-wrap.empresa.textheadline.head {
  padding-left: 0;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 62px;
  overflow: hidden;
}

.h1.empresa {
  font-size: 50px;
}

.h1.particular {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 900;
}

.h1.particular.en {
  text-transform: uppercase;
}

.inline {
  color: var(--white);
  font-size: 62px;
  line-height: 69px;
  display: inline-block;
  position: relative;
}

.inline.particular {
  color: var(--white);
}

.paragraph.hero {
  max-width: 480px;
  margin-top: 32px;
  margin-bottom: 0;
}

.paragraph.hero.obrigatoriedade {
  text-align: center;
  max-width: none;
  font-size: 15px;
}

.paragraph.hero.pedido {
  color: #e91f28;
  font-size: 23px;
  font-weight: 700;
}

.paragraph.hero.pedido.sub {
  color: #569f46;
  width: 100%;
  max-width: none;
  font-size: 22px;
  line-height: 34px;
}

.paragraph.hero.gradient.textsmall {
  margin-top: 30px;
  font-weight: 400;
  display: none;
}

.paragraph.hero.gradient {
  color: #569f46;
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph.hero.gradient.textofooterpreco {
  color: #000;
  text-align: left;
}

.hero-form {
  width: 100%;
  height: 56px;
  display: flex;
}

.form-field {
  background-color: var(--white);
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 12px;
  height: 100%;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  transition: all .3s;
}

.form-field:hover {
  border-style: solid;
  border-color: var(--black);
}

.form-field:focus {
  border-width: 2px;
  border-color: var(--black);
  padding: 13px 24px;
}

.form-field::placeholder {
  color: rgba(0, 0, 0, .5);
}

.form-field.white {
  background-color: var(--white);
  border-color: rgba(0, 0, 0, .15);
}

.form-field.white:focus {
  border-color: var(--black);
}

.creators_wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 140px;
  display: block;
  position: relative;
}

.creators_wrap.condicoes {
  background-color: #e91f28;
}

.creators_wrap.video {
  padding-top: 100px;
}

.creator_block {
  background-color: var(--white);
  border-radius: 12px;
  min-width: 394px;
  margin-right: 24px;
  padding: 32px;
  display: block;
}

.creator_container {
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px 120px;
  overflow: hidden;
}

.creator_content {
  justify-content: center;
  display: flex;
}

.block_top-wrap {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.block-profile-img {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.block_username {
  font-size: 24px;
  font-weight: 700;
}

.block_followers {
  margin-top: 5px;
}

.block_text {
  max-width: 330px;
}

.hero_illustration {
  width: 65vw;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.illustration {
  object-fit: contain;
  object-position: 100% 100%;
  width: 100%;
  max-height: 750px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.illustration._2 {
  z-index: 2;
  display: block;
}

.illustration._1 {
  z-index: 1;
}

.illustration._3 {
  z-index: 3;
}

.illustration._4 {
  z-index: 4;
}

.overflow-hidden {
  overflow: hidden;
}

.full-centre {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.full-centre.small.distance {
  margin-top: 20px;
}

.full-centre.small.distance.meio {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: 20%;
}

.full-centre.small.distance.meio.video {
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-top: 0;
  margin-left: 0;
}

.full-centre.mobiletop.mobile {
  display: none;
}

.full-centre.mobiletop.desktop.video {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.full-centre.mobiletop.desktop.video.sucesso {
  margin-top: 140px;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.h3.centre {
  text-align: center;
}

.h3.centre.contact-header {
  margin-bottom: 40px;
}

.h3.centre.smallthin {
  color: var(--white);
  font-weight: 400;
}

.h3.centre.smallthin.termos {
  font-size: 18px;
  line-height: 29px;
}

.h3.centre.smallthin.termos.condicoes {
  color: #fff;
}

.h3.centre.smallthin.apagar {
  display: none;
}

.h3.centre.smallthin.textopreto {
  color: var(--black);
}

.h3.centre.smallthin.fontsectionhero {
  text-align: left;
  color: #fff;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.h3.centre.smallthin.fontsectionhero.manifesto {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
}

.h3.centre.smallthin.fontsectionhero.manifesto.video {
  text-align: left;
  font-size: 16px;
  line-height: 1.4em;
}

.h3.centre.red {
  color: #569f46;
  font-size: 36px;
}

.h3.centre.red.condicoes {
  color: #fff;
}

.h3.centre.red.verdeesquerda {
  text-align: left;
  font-size: 36px;
}

.h3.centre.red.fundoverde {
  color: #ba8b5c;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.h3.centre.red.fundoverde.video {
  text-align: left;
}

.h3.centre.redtext {
  color: #569f46;
  font-size: 36px;
}

.b1-bar2 {
  background-color: #24232f;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 0;
  display: flex;
}

.b1-bar1 {
  background-color: #24232f;
  width: 24px;
  height: 2px;
}

.hero_mobile-image {
  display: none;
}

.how_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
}

.h2.how {
  text-align: left;
  margin-bottom: 32px;
}

.h2.about-us {
  font-size: 48px;
}

.h2.intro {
  color: var(--white);
}

.h2.desktop {
  margin-bottom: 20px;
}

.h2.mobile {
  display: none;
}

.how_grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 88px;
}

.how_grid.grupoab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.how_grid.grupoab.mobilegridapp {
  display: none;
}

.how_block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-image {
  width: 150px;
  margin-bottom: 40px;
  display: block;
}

.how_text {
  color: var(--white);
  text-align: center;
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.how_text.abgrupo {
  color: #fff;
  font-size: 40px;
}

.how_text.grupoabblack {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}

.feature_wrap {
  padding-top: 66px;
  padding-bottom: 106px;
}

.feature_wrap._2 {
  padding-bottom: 140px;
}

.feature_wrap.familia {
  padding-top: 0;
  padding-bottom: 0;
}

.feature_grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 52vw;
}

.feature_grid.space {
  height: auto;
}

._480 {
  max-width: 480px;
  margin-left: 28px;
}

._480.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.feature_image-wrap {
  width: 100%;
  max-width: 567px;
  position: relative;
}

.feature_image {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature_image._2 {
  position: relative;
}

.feature_image._3 {
  display: none;
}

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

.brand_container {
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

.brand_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 64px;
  padding-bottom: 80px;
  display: grid;
  transform: translate(0);
}

.brand_block {
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  max-width: 300px;
  display: block;
  overflow: hidden;
}

.brand_image {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  display: block;
  position: relative;
}

.brand_logo-wrap {
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 20px;
  display: flex;
}

.brand_logo {
  transform: scale(.5);
}

.brand_grid-text {
  padding-top: 120px;
  padding-bottom: 120px;
}

.success-message {
  background-color: var(--adamus);
  background-image: linear-gradient(135deg, var(--purple), var(--adamus));
  border-radius: 12px;
}

.about-menu-wrap {
  z-index: 2;
  background-color: var(--white);
  transform-origin: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  min-width: 720px;
  padding: 80px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
}

.close-block {
  z-index: 3;
  padding: 10px;
  position: absolute;
  top: 22px;
  bottom: auto;
  left: auto;
  right: 22px;
}

.close {
  width: 17px;
  display: block;
}

.about-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.influencer-logo {
  width: 150px;
  display: block;
}

.about-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-text {
  margin-bottom: 56px;
  display: block;
}

.faq_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.faq_wrapper {
  border-top: 1px solid rgba(0, 0, 0, .15);
  width: 100%;
  margin-top: 72px;
  padding-top: 24px;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.faq_arrow {
  width: 24px;
}

.faq_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_bottom {
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq_divider {
  background-color: rgba(0, 0, 0, .15);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.faq_text {
  margin-top: 16px;
}

.footer-wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-wrap.intro {
  padding-top: 0;
  padding-bottom: 140px;
}

.footer-wrap.footer-alt {
  padding-top: 0;
}

.footer-grid {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  margin-bottom: 88px;
}

.footer_cta {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  margin-bottom: auto;
  display: block;
}

.footer_cta.intro {
  max-width: 100%;
}

.footer-text {
  color: var(--black);
  max-width: 480px;
  margin: 24px auto 40px;
}

.footer-text.intro {
  color: var(--white);
}

.footer-text.apagar {
  display: none;
}

.form-block {
  margin-bottom: 0;
}

.line {
  background-color: rgba(0, 0, 0, .15);
  width: 100%;
  height: 2px;
  margin-top: 0;
}

.footer-link {
  color: var(--black);
  margin-bottom: 16px;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.footer-link:hover {
  opacity: .65;
}

.footer-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 277px;
  margin-top: 22px;
  display: flex;
}

.footer-img {
  max-width: 240px;
  margin-bottom: 24px;
}

.footer-small-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.footer-small-text.no-margin {
  margin-bottom: 0;
  font-size: 18px;
}

.footer-small-text.no-margin.bold {
  margin-bottom: 16px;
  font-weight: 700;
}

.fotter_bottom-wrap {
  color: #fff;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.small {
  font-size: 16px;
  line-height: 24px;
}

.small.margin-bottom-16 {
  display: block;
}

.small.right {
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-flex {
  display: flex;
}

.contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 76px;
  display: flex;
}

.about-menu {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blur {
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader {
  z-index: 99;
  color: #e91f28;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie {
  color: #e91f28;
  height: 0;
}

.nav_button-wrap {
  z-index: 1000;
  justify-content: flex-end;
  padding-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hamburger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
}

.mobile-menu {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mobile-menu-modal {
  z-index: 2;
  background-color: var(--white);
  transform-origin: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  min-width: 720px;
  padding: 56px 80px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
}

.mob-menu-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

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

.tab-link {
  border-left: 4px solid var(--off-white);
  background-color: var(--off-white);
  color: var(--black);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 24px;
  text-decoration: none;
  display: inline-block;
}

.tab-link.w--current {
  background-color: var(--off-white);
  border-left: 4px solid #000;
  width: 100%;
  margin-right: 0;
  padding: 16px 24px;
}

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

.error-message {
  background-color: #fce1e4;
}

.error-text {
  color: #ee2139;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.div-block-3 {
  margin-bottom: 32px;
}

.navbar {
  z-index: 999;
  clear: none;
  justify-content: space-between;
  align-items: center;
  height: 117px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav_logo {
  float: none;
  clear: none;
  text-align: center;
  width: auto;
  max-width: none;
  font-size: 18px;
  font-style: normal;
  text-decoration: underline;
  display: inline-block;
  position: static;
}

.footer-credit {
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
}

.footer-credit.right {
  color: var(--black);
  margin-left: 10px;
  margin-right: 10px;
}

.button-icon-small-secondary {
  z-index: 500;
  color: #161616;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-icon-small-secondary:hover {
  transform: translate(0, -2px);
}

.button-icon-small-secondary.margin-right-small {
  margin-right: 16px;
}

.button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.select-field {
  color: #585858;
  border-radius: 2em;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-field-5 {
  border-radius: 0;
  margin-bottom: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-block-2 {
  float: left;
  text-align: left;
  width: 100%;
  margin: 0 0% 0;
  position: static;
}

.form-block-2.footer {
  width: 100%;
  margin-top: 0;
}

.success-message-2 {
  margin-top: 65px;
  margin-bottom: 225px;
}

.checkbox-2 {
  border-radius: 2em;
}

.form-2 {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-top: 20px;
}

.checkbox-field {
  margin-top: 20px;
}

.text-block-3 {
  color: #003970;
  font-family: Lato, sans-serif;
}

.text-block-2 {
  color: #3a3a3a;
  text-align: left;
  padding-top: 10px;
  font-size: 11px;
  font-weight: 400;
}

.submit-button {
  float: none;
  text-align: center;
  object-fit: fill;
  background-color: #003970;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 55px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  position: static;
}

.submit-button.ga-event {
  border: 2px solid var(--adamus);
  background-color: #569f46;
  border-radius: 0;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 20px;
}

.submit-button.ga-event:hover {
  border-style: solid;
  border-width: 2px 2px 2px var(--hover);
  border-color: var(--adamus);
  color: #569f46;
  background-color: #fff;
}

.submit-button.ga-event.footer {
  color: var(--off-white);
  text-align: center;
  background-color: #ba8b5c;
  border: 2px #8a9d86;
  width: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: none;
}

.submit-button.ga-event.footer:focus {
  background-color: #ba8b5c;
}

.submit-button.ga-event.footer.formleft {
  clear: none;
  margin-top: 30px;
  font-size: 18px;
  display: inline-block;
}

.submit-button.ga-event {
  background-color: #569f46;
  border: 2px solid #569f46;
  border-radius: 0;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 20px;
}

.submit-button.ga-event:hover {
  color: #569f46;
  background-color: #fff;
  border: 2px #569f46;
}

.submit-button.ga-event.footer {
  background-color: #569f46;
  border: 2px solid #569f46;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button.ga-event.footer:hover {
  color: #569f46;
  background-color: #fff;
  border-style: solid;
  border-color: #569f46;
}

.checkbox-label-2 {
  color: #fbfbfb;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.checkbox-label-2.empresa {
  color: #fbfbfb;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.checkbox-field-2 {
  text-align: left;
  padding-top: 0;
}

.text-block-4 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.steps__illustr {
  z-index: 0;
  display: block;
  position: relative;
}

.steps__illustr-smile {
  z-index: 1;
  transition: all .4s;
  position: absolute;
  top: 91px;
  left: 195px;
}

.steps__list-arrow {
  display: block;
}

.steps__numb-txt {
  z-index: 1;
  color: #f8efe5;
  text-align: center;
  letter-spacing: -.01em;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.steps__list {
  width: 100%;
  max-width: 560px;
}

.steps__illustr-wrap {
  display: inline-block;
  position: relative;
}

.steps__list-arrow-wrap {
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 0;
  overflow: hidden;
}

.steps__list-arrow-wrap.mod--2 {
  transform-style: preserve-3d;
  left: -100px;
  right: auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.steps__list-item {
  margin-bottom: 64px;
  padding-left: 74px;
  padding-right: 80px;
  position: relative;
}

.steps__list-item.mod--2 {
  margin-left: 100px;
  padding-right: 0;
}

.steps__numb {
  position: absolute;
  top: -10px;
  left: 0;
}

.steps__illustr-hand {
  z-index: 1;
  transition: all .8s;
  position: absolute;
  top: 128px;
  left: 121px;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.steps__numb-img {
  z-index: 0;
  position: relative;
}

.steps__list-p {
  color: rgba(27, 27, 27, .7);
  line-height: 1.9em;
}

.steps__col {
  flex: 1;
  position: relative;
}

.steps__illustr-graph-dot {
  background-color: #000;
  border-radius: 100px;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 44px;
  left: 2px;
}

.steps__illustr-graph-dot.mod--2 {
  top: 9px;
  left: 35px;
  transform: rotate(125deg);
}

.steps__illustr-graph-dot.mod--4 {
  top: 0;
  left: 105px;
  transform: rotate(51deg);
}

.steps__illustr-graph-dot.mod--1 {
  transform: rotate(43deg);
}

.steps__illustr-graph-dot.mod--3 {
  top: 30px;
  left: 68px;
  transform: rotate(51deg);
}

.steps__illustr-graph-line {
  z-index: -1;
  background-color: #0f86a1;
  width: 1px;
  height: 50px;
  transition: all 1s;
  position: absolute;
  bottom: 1px;
  left: 1px;
}

.steps__illustr-graph-line.mod--2 {
  height: 40px;
}

.steps__illustr-graph-wrap {
  z-index: 1;
  width: 110px;
  height: 50px;
  position: absolute;
  top: 198px;
  right: 65px;
}

.image-2 {
  order: 1;
  align-self: center;
  max-width: 25px;
  display: block;
}

.button-2 {
  background-color: #ba8b5c;
  border: 2px #569f46;
  border-radius: 0;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-2:hover {
  color: #ba8b5c;
  background-color: #fff;
  border: 2px #569f46;
}

.button-2.footerbottom {
  margin-top: 0;
}

.button-2.footerbottom.intro {
  background-color: var(--white);
  color: #e91f28;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-2.footerbottom.intro:hover {
  color: var(--white);
  background-color: #e91f28;
  border-style: none;
}

.button-2.footerbottom.intro.footerhome {
  color: var(--white);
  background-color: #e91f28;
}

.button-2.footerbottom.intro.footerhome:hover {
  background-color: var(--white);
  color: #e91f28;
  border-style: solid;
}

.button-2.mobile {
  display: none;
}

.button-2.condicoes {
  background-color: var(--white);
  color: #e91f28;
}

.button-2.esconder {
  background-color: #ba8b5c;
  border-style: none;
  border-color: #ba8b5c;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-2.esconder:hover {
  color: #ba8b5c;
  background-color: #fff;
  border-color: #569f46;
}

.button-2.bottomfooter {
  background-color: #1d1d1b;
  margin-top: 0;
}

.button-2.bottomfooter.w--current {
  align-self: center;
  margin-top: 0;
}

.text-span {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}

.text-span.fundoverdetext {
  color: var(--white);
}

.text-span-2 {
  text-align: center;
  margin-right: 0;
  font-weight: 400;
}

.text-span-3 {
  text-align: center;
  justify-content: center;
  width: auto;
  margin-top: -6px;
  font-size: 10px;
  font-weight: 400;
  display: flex;
}

.image-3 {
  clear: none;
  flex: 0 auto;
  order: -1;
  width: auto;
  max-width: none;
  height: 80px;
  margin-bottom: 0;
}

.paragraph-2 {
  color: #fff;
  order: -1;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

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

.image-4 {
  display: block;
}

.link-block {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  position: static;
}

.link-block.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  display: none;
}

.sucesso {
  text-align: center;
  flex: 1;
}

.link {
  color: #e91f28;
  text-decoration: underline;
}

.text-span-4 {
  color: var(--white);
  font-size: 27px;
}

.text-span-4.subtext {
  font-size: 26px;
}

.text-span-4.subtext.textofooterpreco {
  color: var(--black);
  text-align: center;
  font-weight: 700;
}

.text-span-4.subtext.preco {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.text-span-4.subtext.preco.textfootergreen {
  color: var(--adamus);
  text-align: left;
}

.text-span-4.subtext.preco.tagmobile {
  text-shadow: 0 0 8px #62825b;
}

.image-6 {
  float: none;
  clear: none;
  align-self: auto;
  max-width: 180px;
  display: none;
  position: absolute;
  top: 8.4%;
  bottom: auto;
  left: auto;
  right: 40%;
}

.image-6.badge-mobile {
  display: none;
}

.image-7 {
  width: 174px;
  margin-top: 0;
}

.image-7.especial {
  width: 205px;
  margin-top: 0;
  margin-bottom: 30px;
}

.image-7.imagemfooter {
  margin-top: auto;
}

.image-8 {
  border-radius: 0;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  color: var(--adamus);
}

.testimonials1_component {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 2rem;
  margin-bottom: 8rem;
  display: block;
}

.block_top-wrap-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.testimonials1_slider-mask {
  width: 28rem;
  overflow: visible;
}

.testimonials1_arrow {
  color: #24292e;
  background-color: #569f46;
  border: 1px solid #e1e4e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: background-color .1s ease-out;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5rem;
  left: 0%;
  right: auto;
}

.testimonials1_arrow:hover {
  background-color: rgba(86, 159, 70, .78);
}

.testimonials1_arrow.right {
  background-color: #569f46;
  left: 4.5rem;
}

.testimonials1_arrow.right:hover {
  background-color: rgba(86, 159, 70, .78);
}

.block-profile-img-2 {
  object-fit: contain;
  width: 120px;
  height: 64px;
  margin-right: 24px;
}

.testimonials1_client-details {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.testimonials1_client-image-wrapper {
  border-radius: 50%;
  flex: none;
  margin-right: 1rem;
  overflow: hidden;
}

.block-date {
  color: #626e96;
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.5;
}

.testimonials1_client-image {
  object-fit: cover;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

.testimonials1_slider-nav {
  display: none;
}

.icone-plateform-review {
  width: 40px;
  margin-left: 0;
  position: relative;
  left: 8rem;
  right: 0%;
}

.testimonials1_slide {
  max-width: 28rem;
  min-height: 336px;
  margin-right: 2rem;
}

.testimonials1_arrow-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonials1_client-line {
  background-color: #e1e4e8;
  width: 1.25px;
  height: 1.25rem;
  margin-left: .75rem;
  margin-right: .75rem;
}

.testimonials1_content {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 22rem;
  padding: 2rem;
  display: flex;
}

.testimonials1_client-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  margin-top: 2rem;
  display: flex;
}

.columns-2 {
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.testimonials1_component-2 {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: block;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.testimonials1_arrow-2 {
  color: #24292e;
  background-color: rgba(21, 29, 83, .3);
  border: 1px solid #e1e4e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: background-color .1s ease-out;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5rem;
  left: 0%;
  right: auto;
}

.testimonials1_arrow-2:hover {
  background-color: #f6f8fa;
}

.testimonials1_arrow-2.right {
  background-color: #151d53;
  left: 4.5rem;
}

.block-profile-img-3 {
  object-fit: contain;
  width: 120px;
  height: 64px;
  margin-right: 24px;
}

.section-testimonials1 {
  min-height: auto;
  margin-top: 60px;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.column-2 {
  padding-right: 0;
}

.columns-3 {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.textfootergreen {
  justify-content: flex-start;
  display: flex;
}

.column-3 {
  border-right: 1px solid #000;
}

.checkbox-label-3 {
  color: #3a3a3a;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.column-4 {
  border-right: 1px solid #000;
}

.section-2 {
  background-color: #fff;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section-2.footer {
  background-color: #fff;
}

.text-span-5 {
  color: #fff;
  font-size: 27px;
}

.text-span-5.subtext {
  font-size: 26px;
}

.text-span-5.subtext.preco {
  font-size: 32px;
  line-height: 32px;
}

.text-span-5.subtext.preco.textfootergreen {
  color: #569f46;
  text-align: left;
}

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

.text-block-5 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.image-9 {
  clear: none;
  flex: 0 auto;
  order: -1;
  width: auto;
  max-width: none;
  height: 60px;
  margin-bottom: 0;
}

.checkbox-field-3 {
  padding-top: 0;
}

.text-block-6 {
  color: #003970;
  font-family: Lato, sans-serif;
}

.footer-text-2 {
  color: #000;
  max-width: 480px;
  margin: 24px auto 40px;
}

.footer-text-2.apagar {
  display: none;
}

.success-message-3 {
  margin-top: 65px;
  margin-bottom: 225px;
}

.column-5 {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.textarea {
  border-radius: 0;
  min-height: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.link-2, .link-3 {
  color: #ba8b5c;
}

.text-span-6 {
  color: #fff;
  font-weight: 300;
}

.submit-button-2 {
  text-align: center;
  vertical-align: top;
  display: inline-block;
}

.submit-button-2.footer {
  outline-offset: 0px;
  vertical-align: baseline;
  color: #fff;
  background-color: #ba8b5c;
  outline: 3px #fff;
  width: auto;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: inline-block;
  position: static;
}

.submit-button-2.footer:hover {
  color: #ba8b5c;
  background-color: #fff;
}

.text-span-7 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-span-8 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22 {
  font-size: 19px;
  font-weight: 900;
}

.column-6 {
  padding-left: 5%;
}

.column-7 {
  background-color: #0d0d0d;
  height: auto;
  min-height: 100vh;
}

.column-7.sucesso {
  background-color: rgba(89, 89, 89, 0);
}

.background-video {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.play-pause-button {
  overflow: visible;
}

.link-block-3 {
  display: none;
}

.div-block-4 {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: block;
}

.sucessobold {
  color: #ba8b5c;
  font-weight: 900;
}

.heading-2 {
  color: #ba8b5c;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

.heading-2b {
  color: #ffffff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  margin-top: -20px;
  font-size: 18px;
  line-height: 30px;
}

.legal {
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.frase {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.fraselegal {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
}

.fraselegal.mobile {
  display: none;
}

.columns-9.manifesto {
  min-height: 100vh;
  display: flex;
}

.text-span-23 {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2em;
}

.en-tab {
  color: var(--off-white);
  width: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.nav {
  width: 100%;
}

.text-span-24 {
  color: #fff;
  font-weight: 400;
  line-height: 1.2em;
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .container {
    width: 90%;
  }

  .container.large {
    z-index: 2;
    position: relative;
  }

  .container.large.absolute {
    height: 100%;
  }

  .container.margin-l {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-wrap {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo {
    width: 200px;
    padding-top: 4px;
  }

  .nav-link-wrap {
    display: flex;
  }

  .button.black.form {
    margin-left: 10px;
  }

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

  .section.hero {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .hero_text-wrap {
    width: 60%;
  }

  .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

  .creators_wrap {
    padding-top: 80px;
  }

  .creator_block {
    display: block;
  }

  .creator_container {
    padding-bottom: 80px;
  }

  .h3 {
    font-size: 28px;
    line-height: 1.2;
  }

  .b1-bar1 {
    height: 2px;
  }

  .how_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .how_grid {
    grid-column-gap: 24px;
  }

  .how_text {
    margin-bottom: auto;
  }

  .feature_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature_wrap._2 {
    padding-bottom: 120px;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand_image {
    min-height: 0;
  }

  .brand_logo-wrap {
    padding: 15px;
  }

  .close-block {
    top: 24px;
    right: 24px;
  }

  .faq_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h4 {
    font-size: 22px;
    line-height: 1.3;
  }

  .footer-grid {
    grid-column-gap: 22px;
    grid-row-gap: 50px;
    grid-template-columns: auto auto;
  }

  .contact {
    padding-top: 64px;
  }

  .about-menu {
    display: none;
  }

  .blur {
    background-color: rgba(0, 0, 0, .25);
  }

  .nav_button-wrap {
    padding-top: 20px;
    padding-right: 0;
    display: none;
  }

  .hamburger, .mobile-menu {
    display: none;
  }

  .mobile-menu-modal {
    background-image: linear-gradient(to bottom, var(--adamus), var(--purple));
    flex-direction: column;
    width: 80%;
    min-width: auto;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

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

  .navbar_container {
    width: 90%;
  }

  .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .steps__columns {
    flex-direction: column-reverse;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 16px;
    padding-bottom: 0;
  }

  .container {
    width: 90%;
  }

  .container.margin-l {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .nav-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo {
    width: 200px;
    margin-top: 4px;
  }

  .nav-link-wrap {
    display: none;
  }

  .nav-link-wrap.in-menu {
    display: block;
  }

  .button.black.form {
    height: 56px;
    margin-top: 24px;
    margin-left: 0;
  }

  .button.nav {
    padding: 8px 16px;
  }

  .nav-link {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-link.about-open {
    margin-left: 0;
    margin-right: 16px;
  }

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

  .section.hero {
    flex-direction: column;
    padding: 56px 0 0;
  }

  .hero_text-wrap {
    width: 100%;
    max-width: none;
  }

  .paragraph.hero {
    margin-top: 24px;
  }

  .hero-form {
    flex-direction: column;
    height: auto;
  }

  .creators_wrap {
    padding-top: 80px;
  }

  .creator_block {
    display: block;
  }

  .creator_container {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .hero_illustration {
    width: 100%;
    height: 408px;
    margin-top: 48px;
    display: none;
    position: relative;
  }

  .illustration {
    width: auto;
    height: 408px;
    margin-left: auto;
    margin-right: auto;
  }

  .full-centre {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b1-bar2, .b1-bar1 {
    height: 2px;
  }

  .hero_mobile-image {
    width: 100%;
    margin-top: 16px;
    display: block;
  }

  .how_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .how_grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 48px;
  }

  .how_block {
    max-width: 300px;
  }

  .work-image {
    margin-bottom: 24px;
  }

  .feature_wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .feature_wrap._2 {
    padding-bottom: 80px;
  }

  .feature_grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

  .feature_grid.flip {
    flex-direction: column-reverse;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .feature_image-wrap {
    max-width: none;
    height: auto;
  }

  .feature_image._1 {
    position: relative;
  }

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

  .brand_container {
    width: 100%;
    padding-bottom: 80px;
  }

  .brand_content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand_grid-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .about-menu-wrap {
    width: 100vw;
    min-width: 0;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h4 {
    font-size: 22px;
    line-height: 34px;
  }

  .footer-grid {
    flex-direction: column;
    grid-template-columns: auto;
    display: flex;
  }

  .footer-block {
    max-width: none;
  }

  .fotter_bottom-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .small.margin-bottom-16 {
    margin-bottom: 16px;
  }

  .small.right {
    margin: 10px 0;
  }

  .footer-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .contact {
    padding-top: 64px;
  }

  .about-menu {
    z-index: 25;
    height: auto;
  }

  .hamburger {
    display: flex;
  }

  .mobile-menu {
    height: 0;
    margin-top: 16px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobile-menu-modal {
    background-image: linear-gradient(to right, var(--adamus), var(--purple));
    width: 100vw;
    min-width: 0;
    padding: 24px 0;
    position: relative;
  }

  .mob-menu-wrap {
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .tabs-wrapper {
    display: flex;
  }

  .tab-link {
    border-bottom: 2px solid var(--off-white);
    text-align: center;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 8px;
    display: flex;
  }

  .tab-link.w--current {
    border-bottom-color: var(--black);
    border-left-style: none;
    margin-left: 0;
    padding: 16px 8px;
  }

  .legal-text-wrapper {
    padding-top: 24px;
  }

  .navbar_container {
    width: 90%;
  }

  .nav_logo {
    height: 28px;
  }

  .footer-credit {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .footer-credit.right {
    margin: 10px 0;
  }

  .footer-credit.margin-bottom-16 {
    margin-bottom: 16px;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .testimonials1_slider-mask {
    width: 100%;
  }

  .testimonials1_slide {
    width: auto;
    max-width: none;
    margin-right: 1.25rem;
  }

  .testimonials1_client-wrapper {
    grid-auto-flow: row;
    margin-top: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  .header {
    padding-top: 16px;
  }

  .container {
    text-align: center;
  }

  .container.topcem.home {
    text-align: left;
    margin-top: 100px;
  }

  .container.politica {
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.sucesso, .container.manifesto {
    margin-left: auto;
  }

  .nav-logo {
    width: 180px;
    margin-right: 0;
  }

  .nav-link-wrap {
    display: none;
  }

  .nav-link-wrap.in-menu {
    display: block;
  }

  .button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.black.form {
    margin-top: 16px;
    margin-left: 0;
  }

  .button.nav.hide-on-mobile, .button.nav.hide-on-mobile.mobile {
    display: none;
  }

  .button.nav.hide-on-mobile.hide-mobile {
    color: var(--adamus);
    background-color: #fff;
    border-style: solid;
    padding-top: 5px;
    padding-bottom: 0;
    font-size: 16px;
    display: block;
  }

  .button.nav.hide-on-mobile.hide-mobile:hover {
    border-color: var(--white);
    background-color: var(--adamus);
    color: var(--white);
  }

  .nav-link.about-open {
    margin-left: 0;
  }

  .section.hero {
    padding-top: 48px;
  }

  .section.hero.home.particular {
    background-position: 29%;
    background-repeat: no-repeat;
  }


  .section.hero.home.particular.topcem {
    background-image: url('../images/HeroImage_Mobile_EN.png');
    background-position: 50% 100%;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding-bottom: 40px;
  }
  
  .section.hero.home.particular.topcem.pt {
    background-image: url('../images/HeroImage_Mobile_v2.png');
  }

  .section.hero.home.empresa {
    background-position: 50%;
    background-size: auto;
  }

  .section.hero.intro {
    background-position: 50%;
    height: 95vh;
    display: none;
  }

  .section.hero.intro.intromobile {
    background-image: url('../images/banner_intro_ezu_painel_mobile.png');
    background-position: 50%;
    display: block;
  }

  .section.off-white.full.red.sobre.lightgrey {
    margin-top: 0;
    padding-bottom: 50px;
  }

  .section.off-white.full.red.sobre.desktop {
    padding-top: 64px;
    padding-bottom: 64px;
    display: block;
  }

  .section.off-white.full.red.sobre.mobile {
    margin-top: 0;
    display: block;
  }

  .section.off-white.full.red._100porcento {
    margin-top: 0;
  }

  .section.off-white.full.red._100porcento.video.desktop {
    display: none;
  }

  .section.off-white.full.red._100porcento.video.mobile {
    display: block;
  }

  .section.off-white.full.red.cinza {
    margin-top: 0;
  }

  .section.footer {
    text-align: center;
    padding-top: 20px;
  }

  .section.gradient-180, .section.backgroud-2 {
    margin-top: 0;
  }

  .section.sucesso.head {
    background-position: 0%;
    height: auto;
  }

  .section.potencia.head {
    background-color: var(--off-white);
    margin-top: 0;
  }

  .hero_wrap {
    width: 100%;
  }

  .hero_wrap.textheadline {
    width: auto;
  }

  .hero_text-wrap.empresa {
    width: 100%;
    margin-bottom: 40px;
  }

  .hero_text-wrap.empresa.textheadline.head {
    width: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .h1 {
    font-size: 40px;
  }

  .h1.particular {
    font-size: 25px;
  }

  .inline {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
  }

  .paragraph.hero {
    text-align: left;
  }

  .paragraph.hero.pedido.sub {
    text-align: center;
  }

  .paragraph.hero.gradient {
    text-align: center;
    margin-top: 21px;
  }

  .paragraph.hero.gradient.textofooterpreco {
    text-align: center;
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .hero-form {
    flex-direction: column;
    height: auto;
  }

  .form-field {
    height: auto;
  }

  .creators_wrap, .creators_wrap.video {
    padding-top: 0;
  }

  .creator_block {
    display: block;
  }

  .creator_container {
    padding-bottom: 64px;
  }

  .block_username {
    font-size: 22px;
  }

  .hero_illustration {
    margin-top: 0;
    display: none;
    overflow: visible;
  }

  .illustration {
    width: 100%;
    height: 100%;
  }

  .overflow-hidden {
    line-height: 20px;
  }

  .full-centre {
    margin-bottom: 0;
    padding-top: 67px;
  }

  .full-centre.small.distance.meio {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .full-centre.small.distance.meio.video {
    width: 100%;
  }

  .full-centre.small.distance.ilimina {
    padding-top: 0;
  }

  .full-centre.badge {
    margin-bottom: 0;
    padding-top: 0;
  }

  .full-centre.mobiletop {
    padding-top: 67px;
  }

  .full-centre.mobiletop.mobile {
    display: none;
  }

  .full-centre.mobiletop.desktop {
    display: block;
  }

  .full-centre.mobiletop.desktop.video {
    padding-top: 60px;
  }

  .h3.centre {
    text-align: center;
    font-size: 24px;
  }

  .h3.centre.contact-header {
    margin-bottom: 32px;
  }

  .h3.centre.red.fundoverde {
    font-size: 25px;
  }

  .h3.centre.red.fundoverde.politica {
    font-size: 19px;
  }

  .h3.centre.red.mobiletop {
    padding-top: 64px;
  }

  .h3.centre.redtext.margin-teste {
    margin-top: 0;
  }

  .hero_mobile-image {
    width: 100%;
    height: auto;
    margin-top: 24px;
    display: block;
  }

  .how_wrap {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .how_wrap.sucesso {
    margin-left: auto;
  }

  .h2 {
    font-size: 25px;
  }

  .h2.how {
    text-align: center;
    margin-bottom: 0;
  }

  .h2.about-us {
    font-size: 40px;
  }

  .h2.desktop {
    display: none;
  }

  .h2.mobile {
    margin-bottom: 20px;
    display: block;
  }

  .how_grid.grupoab {
    display: none;
  }

  .how_grid.grupoab.mobilegridapp {
    display: block;
  }

  .how_block {
    max-width: none;
    margin-bottom: 20px;
  }

  .how_block.block-anula {
    margin-bottom: 0;
  }

  .work-image {
    width: 80px;
  }

  .feature_wrap._2 {
    padding-top: 64px;
  }

  ._480 {
    margin-bottom: 0;
    margin-left: 0;
  }

  ._480.sticky {
    margin-bottom: 0;
  }

  .feature_image-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature_image._2, .feature_image._3 {
    display: none;
  }

  .brand_container {
    padding-bottom: 64px;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand_logo-wrap {
    height: 60px;
  }

  .brand_logo {
    max-height: 60px;
  }

  .brand_grid-text {
    padding-top: 64px;
  }

  .about-menu-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .influencer-logo {
    width: 120px;
    margin-top: 20px;
  }

  .faq_container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h4 {
    margin-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .faq_arrow {
    width: 20px;
    margin-top: 10px;
  }

  .faq_top {
    align-items: flex-start;
  }

  .footer-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-wrap.intro {
    width: 90%;
    margin-left: 5%;
    padding-bottom: 0;
  }

  .footer-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    margin-bottom: 36px;
  }

  .footer_cta {
    margin-bottom: 64px;
  }

  .footer-text {
    color: var(--black);
    margin-bottom: 24px;
  }

  .footer-block {
    margin-top: 24px;
  }

  .footer-small-text {
    margin-bottom: 24px;
  }

  .fotter_bottom-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .small.right {
    margin: 10px 0;
  }

  .footer-flex {
    flex-direction: column;
    width: 90%;
    margin-bottom: 20px;
    margin-left: 5%;
  }

  .contact {
    padding-top: 40px;
  }

  .loader {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .mobile-menu {
    height: 0;
    margin-top: 16px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobile-menu-modal {
    margin-top: 0;
    padding: 24px 0;
    position: relative;
  }

  .mob-menu-wrap {
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar_container {
    height: 90%;
  }

  .nav_logo {
    width: auto;
    max-width: none;
    height: 85px;
  }

  .footer-credit.right {
    margin: 10px 0;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .button-icon {
    display: none;
  }

  .form-block-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .submit-button.ga-event.footer {
    font-size: 18px;
  }

  .submit-button.ga-event.footer.formleft {
    font-family: Circularstd, sans-serif;
  }

  .submit-button.ga-event {
    text-align: center;
    margin-bottom: 40px;
    display: block;
  }

  .checkbox-label-2, .checkbox-label-2.empresa {
    color: #fff;
  }

  .button-2 {
    font-size: 18px;
    font-weight: 500;
    display: block;
  }

  .button-2.w--current {
    font-weight: 500;
  }

  .button-2.footerbottom.intro, .button-2.footerbottom.intro.footerhome {
    display: block;
  }

  .button-2.mobile {
    max-width: 50%;
    margin-left: 25%;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }

  .button-2.condicoes {
    display: block;
  }

  .button-2.esconder {
    text-align: center;
    width: auto;
    margin-top: 20px;
    display: none;
  }

  .button-2.bottomfooter {
    text-align: center;
    align-self: center;
    margin-bottom: 20px;
  }

  .text-span {
    color: var(--white);
  }

  .text-span-3 {
    font-size: 8px;
  }

  .image-3 {
    width: auto;
    max-width: none;
    margin-left: 0%;
  }

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

  .image-4 {
    max-width: none;
  }

  .link-block {
    height: 90px;
  }

  .link-block.w--current {
    height: 90%;
  }

  .image-5 {
    display: block;
  }

  .rich-text-block, .rich-text-block-2 {
    text-align: left;
  }

  .text-span-4 {
    font-size: 22px;
  }

  .text-span-4.subtext.preco.textfootergreen {
    text-align: center;
    justify-content: center;
    font-size: 27px;
    line-height: 30px;
  }

  .text-span-4.subtext.preco.tagmobile {
    font-size: 27px;
    line-height: 30px;
  }

  .image-6 {
    display: none;
  }

  .image-6.badge-mobile {
    max-width: 176px;
    display: none;
    position: static;
  }

  .image-7 {
    display: inline-block;
  }

  .columns {
    display: block;
  }

  .testimonials1_component {
    margin-top: 0;
    margin-bottom: 110px;
  }

  .block-profile-img-2 {
    width: 100px;
    height: auto;
    margin-right: 10px;
  }

  .testimonials1_client-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .icone-plateform-review {
    width: 30px;
    position: static;
  }

  .testimonials1_slide {
    width: 90%;
  }

  .testimonials1_client-line {
    display: none;
  }

  .testimonials1_content {
    padding: 1.25rem;
  }

  .columns-2 {
    justify-content: flex-start;
    margin-left: 0;
    display: block;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .block-profile-img-3 {
    width: 100px;
    height: auto;
    margin-right: 10px;
  }

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

  .column-2 {
    padding-left: 0;
  }

  .columns-3 {
    justify-content: flex-start;
    display: block;
  }

  .textfootergreen {
    justify-content: center;
  }

  .checkbox-label-3, .checkbox-label-3.empresa {
    color: #000;
  }

  .text-span-5 {
    font-size: 22px;
  }

  .image-9 {
    width: auto;
    max-width: none;
    margin-left: 0%;
  }

  .footer-text-2 {
    color: #000;
    margin-bottom: 24px;
  }

  .columns-5 {
    flex-wrap: nowrap;
    align-self: center;
    display: flex;
  }

  .columns-6, .columns-7, .columns-8 {
    align-self: center;
    display: flex;
  }

  .column-5 {
    justify-content: center;
  }

  .submit-button-2.footer {
    width: 100%;
  }

  .text-span-9 {
    color: #fff;
    font-weight: 300;
  }

  .link-block-2 {
    width: 100%;
  }

  .column-6 {
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
  }

  .column-7 {
    height: auto;
  }

  .column-7.sucesso {
    display: none;
  }

  .link-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .fraselegal {
    align-self: center;
    font-size: 14px;
    display: block;
  }

  .fraselegal.desktop {
    display: none;
  }

  .fraselegal.mobile {
    margin-top: 10px;
    display: block;
  }
}

#w-node-_02d450f5-9179-5a67-5462-2c4a69e59e51-d8a3bddb, #w-node-_777ec776-e757-f7d4-eccc-e10189e07f93-d8a3bddb, #w-node-_155fc438-12b3-78d3-e331-f0348a463011-d8a3bddf, #w-node-_02d450f5-9179-5a67-5462-2c4a69e59e51-182d3e3f, #w-node-_02d450f5-9179-5a67-5462-2c4a69e59e51-afba9a45, #w-node-_02d450f5-9179-5a67-5462-2c4a69e59e51-d7d16f37, #w-node-_777ec776-e757-f7d4-eccc-e10189e07f93-d7d16f37, #w-node-_155fc438-12b3-78d3-e331-f0348a463011-098f6294, #w-node-_02d450f5-9179-5a67-5462-2c4a69e59e51-b685e71e, #w-node-_02d450f5-9179-5a67-5462-2c4a69e59e51-3403e5c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}