:root {
  --principal-color: #6900ff;
  --amarelo-padrão: #fcbe24;
  --white: #fff;
  --gray: #c4c4c4;
  --gray-bg: #f2f2f2;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.become-franchisee--section {
  background-color: #7600ff;
  background-image: url('../images/Prancheta_1-1.png');
  background-position: 0 34%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-shadow: 0 2px 5px #1f023680;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 1242px;
  padding-top: 0;
  display: grid;
}

.field-label-3 {
  font-size: 16px;
}

.field-label-3.hiden {
  display: none;
}

.field-label-3.top-40 {
  margin-top: 20px;
}

.form-success-2 {
  color: #fff;
  text-align: center;
  background-color: #66ffad;
  margin-top: 20px;
  padding: 24px;
}

.form-grid-vertical-2 {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-error-2 {
  color: #264c51;
  background-color: #f5c8c8;
  margin-top: 12px;
  padding: 16px;
}

.form-grid-halves {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
}

.button-5 {
  color: #264c51;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 14px 24px;
  font-weight: 600;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 20px 200px #0000;
}

.button-5:hover {
  box-shadow: inset 0 0 20px 200px #0000000d;
}

.button-5.bg-primary-1 {
  border-color: var(--principal-color);
  background-color: var(--principal-color);
  color: #fff;
  -webkit-text-stroke-color: var(--principal-color);
  text-transform: uppercase;
  border-color: var(--amarelo-padrão);
  background-color: var(--amarelo-padrão);
  box-shadow: 0 9px 7px -3px #fcbe24;
  box-shadow: none;
  border-radius: 6px;
  width: 100%;
  min-height: 48px;
  font-family: Panton, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.div-block-4 {
  mix-blend-mode: normal;
  padding: 0 10px 10px;
}

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

.form-input-2 {
  box-shadow: none;
  color: #00000063;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  height: 50px;
  margin-bottom: 19px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input-2:focus {
  border-color: #068466;
}

.form-input-2::placeholder {
  color: #22252580;
  font-size: 14px;
}

.form-input-2.text-small-area {
  color: #000000a8;
  height: 100%;
  min-height: 80px;
  margin-bottom: 18px;
}

.text-block-401 {
  color: #000;
  font-size: 20px;
}

.pad-40 {
  margin-top: 0;
}

.div-block-5 {
  background-color: var(--amarelo-padrão);
  border-radius: 30px;
  width: 450px;
  margin: 10px auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-6 {
  background-color: #0000;
  width: auto;
}

.franchise-advantages--section {
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-7 {
  background-color: #0000;
  height: auto;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 4px 4px #8f00ff66;
  margin-top: 20px;
  font-family: Panton, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.heading-2 {
  color: var(--principal-color);
  text-align: center;
  -webkit-text-stroke-color: #8f00ff;
  text-transform: uppercase;
  font-family: Panton, sans-serif;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #0000;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.div-block-9 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-402 {
  color: #000;
  text-align: center;
  margin-left: 220px;
  margin-right: 220px;
  font-family: Panton, sans-serif;
}

.text-span {
  font-family: Panton, sans-serif;
}

.div-block-10 {
  background-color: var(--amarelo-padrão);
  border-radius: 20px;
  width: 470px;
  height: 500px;
  padding-top: 40px;
  padding-left: 10px;
}

.div-block-10.alone {
  background-color: var(--white);
  border: 1px solid #912626;
  border-radius: 20px;
  width: 470px;
  padding-top: 0;
  padding-left: 0;
}

.button-circle-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.row {
  direction: ltr;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.row.space-top {
  padding-top: 19px;
}

.text-span-2 {
  font-size: 34px;
}

.home-hero-buttons-wrap {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.home-hero-buttons-wrap.home-new-position {
  flex-direction: row;
  align-items: flex-start;
}

.p-top {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.split-section-scrollable-image {
  max-width: 415px;
}

.split-section-scrollable-image.custom {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: visible;
}

.button-circle {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.button-text-absolute {
  font-size: 1.25rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.button {
  grid-column-gap: 2.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 160px;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  padding: 1.125rem 1.25rem;
  line-height: 1.2;
  display: flex;
}

.button.secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button.new-space {
  margin-left: 20px;
  font-size: 5rem;
}

.button-text.text-none {
  font-size: 1.25rem;
}

.split-section-content {
  direction: ltr;
  justify-content: center;
  padding: 20px 26px 30px;
  display: flex;
}

.button-circle-arrow {
  width: 12px;
}

.split-section-full-width {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.split-section-scrollable-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 680px;
  display: flex;
  overflow: hidden;
}

.split-section-scrollable-wrapper.gradient-primary {
  background-image: linear-gradient(#7714ac, #7835ff);
  height: 680px;
  max-height: 100%;
}

.button-circle-arrow-absolute {
  width: 12px;
  position: absolute;
  inset: 0%;
}

.justify-column-between {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.justify-column-between.content-width-medium {
  direction: ltr;
  justify-content: space-around;
  max-width: 494px;
  display: flex;
}

.button-text-wrapper {
  position: relative;
  overflow: hidden;
}

.heading-4 {
  text-transform: capitalize;
  padding-bottom: 30px;
  font-size: 27px;
}

.business-model--section {
  background-color: #fff;
  height: 650px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.paragraph-6 {
  font-size: 16px;
  line-height: 28px;
}

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

.grid-post.new-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: visible;
}

.grid-post.new-grid-2.new-grid-2-invert {
  grid-template-columns: 1fr 2fr;
}

.scroll-line {
  background-color: var(--amarelo-padrão);
  width: 100%;
  height: 3px;
}

.scroll-line.video-line {
  background-color: var(--principal-color);
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 5px;
  margin-left: 40%;
  display: block;
  position: static;
}

.campo-mobile {
  display: none;
}

.image-39 {
  width: 128px;
  padding-top: 0;
}

.title-oferta {
  color: var(--amarelo-padrão);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Panton, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

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

.c-scrolling-details {
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 0;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

.image-37 {
  object-fit: fill;
  width: 128px;
}

.scroll-indicator {
  border: 2px solid var(--amarelo-padrão);
  background-color: var(--amarelo-padrão);
  width: 15px;
  height: 15px;
}

.image-38 {
  object-fit: none;
  width: 128px;
  padding-top: 0;
}

.grid-vantagens-divs {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.grid-vantagens-divs.function {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  padding-right: 10px;
}

.image-40 {
  width: 128px;
}

.grid-vantagens-divs-div {
  width: 80%;
}

.grid-vantagens-divs-div.p-10 {
  padding-left: 20px;
}

.div-titulo {
  margin-bottom: 10px;
}

.vantagens-title {
  color: #fff;
  letter-spacing: 1px;
  font-family: Panton, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 37px;
}

.vantagens-title.function-title {
  color: #8f00ff;
  margin-top: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
}

.c-scrolling-item {
  flex: none;
  width: 15%;
}

.c-scrolling-item.new {
  width: 100%;
}

.heading-5 {
  color: var(--principal-color);
  text-align: center;
  font-family: Panton, sans-serif;
  font-size: 32px;
}

.grid-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #912626;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 5px;
  display: grid;
}

.title-advantages {
  color: var(--white);
  text-align: left;
  border-radius: 20px;
  font-family: Panton, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.title-advantages.with-barato {
  color: var(--principal-color);
  text-align: left;
  text-shadow: 4px 4px 7px #8f00ff66;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
}

.text-block-404 {
  color: #912626;
  font-size: 16px;
}

.div-block-12 {
  padding-top: 10px;
}

.hiden {
  display: none;
}

.link-block {
  text-align: center;
  font-family: Panton, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-405 {
  background-color: var(--principal-color);
  color: var(--amarelo-padrão);
  margin-top: 10px;
  margin-left: 0;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.button-form {
  border: 2px solid var(--principal-color);
  background-color: var(--principal-color);
  color: #fff;
  text-transform: uppercase;
  border-radius: 6px;
  width: 100%;
  min-height: 48px;
  padding: 14px 24px;
  font-family: Panton, sans-serif;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 2px 5px #0003;
}

.div-block-13 {
  background-color: var(--amarelo-padrão);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.heading-6 {
  color: var(--principal-color);
  text-align: center;
  text-transform: uppercase;
  font-family: Panton, sans-serif;
  font-size: 32px;
}

.youtube {
  text-align: center;
  background-image: none;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 315px;
  font-family: Panton, sans-serif;
  display: block;
  position: relative;
}

.div-block-14 {
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

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

.div-block-15 {
  background-color: #912626;
  border-radius: 20px 20px 0 0;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.div-block-16 {
  padding-top: 10px;
}

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

.footer-desc {
  color: var(--amarelo-padrão);
  text-align: center;
  font-family: Panton, sans-serif;
  font-size: 18px;
}

.footer-desc:hover {
  color: var(--amarelo-padrão);
}

.footer-desc.cnpj {
  font-size: 12px;
}

.footer-desc.cnpj:hover {
  color: var(--amarelo-padrão);
}

.footer-desc.link-site {
  font-size: 16px;
}

.footer-desc.link-site:hover {
  color: var(--principal-color);
}

.footer-divs {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.image {
  background-color: var(--amarelo-padrão);
  color: var(--amarelo-padrão);
  width: 190px;
  margin-bottom: 10px;
}

.footer-titulo {
  background-color: var(--gray);
  color: var(--amarelo-padrão);
  margin-top: 0;
  font-family: Panton, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.footer-titulo:hover {
  color: var(--amarelo-padrão);
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.section-footer {
  background-color: var(--gray);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.nav-bar {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-bar-itens {
  color: #fff;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Panton, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.logo-header {
  width: 220px;
  height: 100%;
}

.container-menu {
  flex-flow: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-header-purple {
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.brand {
  height: 100%;
  max-height: 100%;
}

.banner {
  background-image: url('../images/Designer_3-copiar-1.png');
  background-position: 0 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;

}

.banner-bg {
  background-image: url('../images/Group-112.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-field {
  border: 1px none var(--gray);
  border-radius: 6px;
  height: 35px;
  font-family: Panton, sans-serif;
  overflow: clip;
}

.text-field:hover {
  text-transform: lowercase;
}

.text-field::placeholder {
  color: #9c9b9b;
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: normal;
  word-break: keep-all;
  font-family: Panton, sans-serif;
}

.text-field.input-50::placeholder {
  text-transform: lowercase;
}

.text-field.long-text {
  height: 50px;
}

.text-field.long-text::placeholder {
  text-align: left;
  letter-spacing: 1px;
  text-indent: 5px;
  white-space: normal;
  font-style: normal;
}

.text-field.text-field-long {
  height: 75px;
}

.form {
  grid-row-gap: 10px;
  background-color: #f0e9e9;
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 15px;
}

.form-block-2 {
  
  border-radius: 10px;
  width: 95%;
}

.submit-button {
  border: 1px solid var(--gray);
  background-color: var(--amarelo-padrão);
  direction: ltr;
  color: #fff;
  letter-spacing: 1px;
  text-indent: 1px;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 6px;
  width: 100%;
  font-family: Panton, sans-serif;
  font-weight: 700;
  display: block;
}

.beneficios {
  background-color: var(--gray-bg);
  padding-top: 30px;
  padding-bottom: 0;
  display: block;
}

.heading-7 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Panton, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  display: block;
}

.text-block-406 {
  color: #fff;
  font-family: Panton, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 43px;
}

.text-span {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-407 {
  color: #fff;
  margin-top: 30px;
  font-family: Panton, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.title-banner {
  width: 280px;
}

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

.title-beneficios {
  text-align: center;
  width: 100%;
  height: 80px;
  font-family: Panton, sans-serif;
  font-size: 34px;
}

.beneficio-tags {
  clear: none;
  background-color: #fff;
  border-radius: 13px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: static;
}

.beneficios-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.beneficios-text {
  margin-left: 10px;
  margin-right: 10px;
  font-family: Panton, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.image-41 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-42 {
  background-color: #eaddff;
  border-radius: 20px;
  width: 40px;
  margin: 10px;
  padding: 5px;
}

.image-43 {
  object-fit: contain;
  width: 80%;
  padding-left: 60px;
  position: static;
}

.link-block-2 {
  background-color: var(--amarelo-padrão);
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 40px;
  font-family: Panton, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.link-block-2.center {
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
}

.link-block-2.center.outher-botom {
  justify-content: center;
  align-items: stretch;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-2.center.outher-botom.purple {
  background-color: var(--principal-color);
  width: 12rem;
  height: 50px;
}

.text-block-409 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Panton, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.como-funciona {
  background-color: #fff;
  flex-flow: wrap;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Panton, sans-serif;
  display: flex;
}

.text-button-beneficio {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

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

.heading-8 {
  text-transform: capitalize;
}

.tutle-comofunciona {
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  height: 80px;
  font-family: Panton, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.cards-function {
  background-color: #f2f2f2;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 430px;
  padding: 15px 20px;
  display: flex;
}

.cards-function:hover {
  background-color: var(--principal-color);
  color: var(--white);
}

.cards-function.banner-bg {
  border-radius: 20px;
  width: 320px;
  height: 320px;
}

.cards-function.bg-gray {
  text-align: left;
  background-color: #f2f2f2;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: 93px;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  place-items: flex-start center;
  width: 100%;
  height: 336px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-family: Panton, sans-serif;
}

.cards-function.bg-gray:hover {
  background-color: var(--principal-color);
  color: #fff;
  font-family: Panton, sans-serif;
}

.cards-function.bg-gray.cards-function--user {
  height: 420px;
}

.cards-function.bg-gray.cards-function--partners, .cards-function.bg-gray.cards-function--franquia {
  height: 380px;
}

.cards-function--icon {
  background-color: var(--white);
  filter: grayscale();
  border-radius: 100%;
  width: 55px;
  height: 55px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  display: block;
}

.cards-function--icon.bg-white {
  background-color: var(--white);
  height: 55px;
  margin-left: 0;
}

.text-cards-vantagens {
  color: var(--principal-color);
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Panton, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  display: flex;
}

.text-cards-vantagens.font-white {
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.cards-function--text {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
  display: block;
}

.cards-function--text.font-white {
  width: 100%;
}

.div-cards {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.vantagens {
  background-color: var(--gray-bg);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.tutle-vantagens {
  clear: none;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  height: 80px;
  font-family: Panton, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.div-cards-vantagens {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Panton, sans-serif;
  display: grid;
}

.div-block-20 {
  width: 250px;
}

.div-block-20.bg-white {
  background-color: #fff;
}

.cards-vantagens {
  background-color: var(--white);
  border-radius: 10px;
  width: 240px;
  height: 155px;
  padding: 15px 10px 10px;
}

.cards-vantagens.bg-white {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 159px;
  padding: 10px;
  display: flex;
}

.paragraph-8 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Panton, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.sobre-nos {
  background-color: #fff;
  background-image: url('../images/Background.svg'), url('../images/detalhe-3.png');
  background-position: 0 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
}

.image-45 {
  clear: none;
  position: fixed;
  inset: 25% 0% auto auto;
}

.image-46 {
  position: fixed;
  inset: auto auto 0% 0%;
  transform: rotate(180deg);
}

.paragraph-9 {
  text-align: justify;
  width: 100%;
  margin-top: 10px;
  font-family: Panton, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-21 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.tutle-sobre-nos {
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Panton, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.tutle-plataforma {
  clear: none;
  text-align: left;
  text-transform: capitalize;
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  font-family: Panton, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.plataforma {
  background-color: var(--gray-bg);
  text-align: center;
  background-image: url('../images/Group-1.png');
  background-position: 80% 72%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-8-copy {
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-10 {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Panton, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.div-plataforma {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  border-bottom: 25px solid var(--principal-color);
  background-color: #fff;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.image-48 {
  width: 25px;
}

.footer-destaque {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link--text {
  color: #545454;
  font-family: Panton, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-block-3 {
  flex-flow: column;
  display: flex;
}

.footer-align--card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.text-span-5 {
  color: var(--principal-color);
  font-family: Panton, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-413 {
  background-color: var(--amarelo-padrão);
  color: var(--principal-color);
  border-radius: 10px;
  width: fit-content;
  margin-top: 10px;
  padding: 10px;
  font-family: Panton, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.footer-link {
  color: #363636;
  text-decoration: none;
}

.div-block-24 {
  flex-flow: column;
  display: flex;
}

.footer-description {
  align-self: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Panton, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

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

.code-embed {
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-15 {
  text-align: justify;
  width: 50%;
  margin-top: 10px;
  font-family: Panton, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.button-round {
  background-color: #e14817;
  border: 2px solid #e14817;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 0 100px 100px 100px #0000;
}

.button-round:hover {
  box-shadow: inset 0 100px 100px 100px #0000001a;
}

.button-round.button-round-small {
  color: #fff;
  background-color: #26c379;
  border-style: none;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15.5px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 2px 3px 4px #00000047;
}

.img-zap {
  max-width: 22px;
  padding-right: 0;
}

.whatsapp-buttn {
  position: fixed;
  inset: auto 1% 5% auto;
}

.form-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.parafraph-9 {
  width: 50%;
  margin-top: 10px;
}

.paragraph-title {
  color: var(--principal-color);
  text-align: justify;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Panton, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.cards-function--title {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 28px;
  font-weight: 900;
  line-height: 33px;
  display: block;
}

.rich-text-block {
  grid-column-gap: 20px;
}

.footer-title {
  width: 182px;
  font-family: Panton, sans-serif;
  font-size: 20px;
}

.textarea {
  aspect-ratio: auto;
  object-fit: fill;
  border: 0 #333;
  border-radius: 6px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: clip;
}

.textarea::placeholder {
  color: #9c9b9b;
  font-family: Panton, sans-serif;
}

.text-field-2 {
  border: 1px #c4c4c4;
  border-radius: 6px;
  height: 50px;
  font-family: Panton, sans-serif;
  overflow: clip;
}

.text-field-2::placeholder {
  color: #c4c4c4;
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: normal;
  word-break: keep-all;
  font-family: Panton, sans-serif;
}

.footer-align {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  height: 200px;
  font-family: Panton, sans-serif;
  display: grid;
}

.palataform-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Group-1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-form-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.text-button-why-function, .text-button-vantagens, .text-button-sobre-nos, .text-button-plataform {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.text-buttonfooter {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.btton-footer {
  background-color: var(--principal-color);
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  font-family: Panton, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.btton-footer.center {
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
}

.btton-footer.center.outher-botom {
  justify-content: center;
  align-items: stretch;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.btton-footer.center.outher-botom.purple {
  background-color: var(--principal-color);
  width: 12rem;
  height: 50px;
}

.banner-copy {
  background-image: url('../images/Designer_3-copiar-1.png');
  background-position: 0 115%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.footer-logo {
  width: 65%;
}

.footer-social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.dov-plataforma--img {
  padding-left: 60px;
}

.beneficios-wrapper--col.beneficios-wrapper--col-align {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.cards-function--header {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #7000fe;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.link {
  text-decoration: none;
}

.text-field-email {
  border: 1px none var(--gray);
  border-radius: 6px;
  height: 35px;
  font-family: Panton, sans-serif;
  overflow: clip;
}

.text-field-email:hover {
  text-transform: lowercase;
}

.text-field-email::placeholder {
  color: #9c9b9b;
  letter-spacing: 1px;
  text-transform: lowercase;
  white-space: normal;
  word-break: keep-all;
  font-family: Panton, sans-serif;
}

.text-field-email.input-50::placeholder {
  text-transform: lowercase;
}

.text-field-email.long-text {
  height: 50px;
}

.text-field-email.long-text::placeholder {
  text-align: left;
  letter-spacing: 1px;
  text-indent: 5px;
  white-space: normal;
  font-style: normal;
}

.text-field-email.text-field-long {
  height: 75px;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1024px;
  }

  .become-franchisee--section {
    background-position: 42%;
    background-size: contain;
    width: 100%;
    padding-top: 0;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .button-5.bg-primary-1 {
    border-color: var(--amarelo-padrão);
    background-color: var(--amarelo-padrão);
    border-color: #681aff;
    font-weight: 700;
  }

  .form-input-2 {
    height: 50px;
    margin-bottom: 20px;
  }

  .form-input-2.text-small-area {
    min-height: 82px;
    margin-bottom: 20px;
  }

  .div-block-5 {
    width: 450px;
  }

  .body {
    font-family: Inter, sans-serif;
  }

  .heading {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
  }

  .div-block-8 {
    text-align: center;
    display: flex;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-2 {
    font-size: 38px;
  }

  .heading-4 {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .scroll-indicator {
    border-color: var(--amarelo-padrão);
  }

  .heading-5 {
    color: var(--principal-color);
    font-size: 32px;
  }

  .title-advantages {
    font-size: 24px;
  }

  .div-block-13 {
    background-color: var(--amarelo-padrão);
  }

  .youtube {
    box-shadow: none;
  }

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

  .text-block-413 {
    font-family: Panton, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  .become-franchisee--section {
    background-position: 32%;
    background-size: contain;
  }

  .grid-2 {
    width: auto;
    max-width: 100%;
  }

  .heading {
    color: var(--white);
  }

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

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

  .banner {
    background-position: 0 0%;
  }

  .banner-bg {
    background-size: cover;
  }

  .como-funciona {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .vantagens {
    justify-content: center;
    align-items: stretch;
  }

  .div-cards-vantagens {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: grid;
  }

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

  .plataforma {
    background-position: 75% 83%;
    width: 100%;
  }

  .footer-destaque {
    width: 100%;
  }

  .title-form-banner {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .become-franchisee--section {
    background-position: 8% 35%;
    background-size: 1050px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    max-width: none;
  }

  .form-grid-vertical-2 {
    font-family: Panton, sans-serif;
  }

  .button-5.bg-primary-1 {
    border-color: var(--amarelo-padrão);
    background-color: var(--principal-color);
  }

  .div-block-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .form-input-2 {
    background-color: #fff;
  }

  .div-block-5 {
    background-color: var(--amarelo-padrão);
    width: 650px;
    margin: 10px 0 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    width: 100%;
    display: block;
  }

  .heading {
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 50px;
  }

  .heading-2, .div-block-8 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .div-block-9 {
    text-align: left;
    justify-content: flex-start;
    width: auto;
    padding-left: 60px;
    padding-right: 0;
    display: flex;
  }

  .div-block-10 {
    padding-top: 60px;
  }

  .business-model--section {
    background-color: #f4f4f4;
  }

  .container-2 {
    width: 1716px;
  }

  .scroll-line {
    -webkit-text-stroke-color: var(--amarelo-padrão);
  }

  .title-oferta {
    font-size: 38px;
  }

  .scroll-indicator {
    border-color: var(--amarelo-padrão);
    -webkit-text-stroke-color: var(--amarelo-padrão);
  }

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

  .title-advantages {
    font-size: 24px;
  }

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

  .nav-bar-itens {
    font-size: 18px;
  }

  .banner {
    background-position: 19% 0px;
    background-attachment: scroll;
    display: block;
  }

  .banner-bg {
    background-image: url('../images/Group-120-1.svg');
    background-position: 45%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    padding-top: 20px;
  }

  .form-block-2 {
    width: 65%;
    margin-left: 3rem;
    margin-right: 0;
  }

  .heading-7 {
    font-size: 42px;
    line-height: 52px;
  }

  .text-span {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-407 {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
  }

  .title-banner {
    clear: none;
    width: 350px;
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-41 {
    bottom: 22.1%;
  }

  .paragraph-8 {
    width: 65%;
  }

  .paragraph-9 {
    width: 100%;
  }

  .plataforma {
    background-position: 66% 82%;
  }

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

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

  .text-block-413 {
    width: fit-content;
    height: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .footer-description {
    order: 1;
  }

  .paragraph-15, .parafraph-9 {
    width: 30%;
  }

  .title-form-banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 2fr;
  }

  .banner-copy {
    background-position: 20% 100%;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .become-franchisee--section {
    background-position: 0 196%;
    background-size: contain;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse wrap;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: stretch;
    place-items: stretch stretch;
    width: auto;
    display: flex;
  }

  .button-5.bg-primary-1 {
    background-color: var(--amarelo-padrão);
  }

  .form-input-2 {
    box-shadow: 1px 1px 3px #0000;
  }

  .div-block-6 {
    background-image: none;
    width: 100%;
    height: 465px;
  }

  .text-block-402 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-10, .div-block-10.alone {
    width: 346px;
  }

  .split-section-content {
    direction: ltr;
    flex-direction: row;
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .split-section-full-width {
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .split-section-scrollable-wrapper {
    height: 580px;
  }

  .business-model--section {
    height: 100%;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-post.new-grid-2.new-grid-2-invert.grid-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .campo-mobile {
    display: block;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bar {
    justify-content: space-around;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-bar-itens {
    background-color: var(--principal-color);
  }

  .container-menu {
    justify-content: space-around;
  }

  .icon {
    background-color: var(--principal-color);
    width: 22px;
  }

  .menu-button {
    text-align: right;
    width: 50%;
  }

  .menu-button.w--open {
    background-color: var(--principal-color);
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    width: 50%;
  }

  .banner {
    background-position: 0 115%;
    background-size: 250px;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
  }

  .text-field {
    font-size: 11px;
    font-weight: 400;
  }

  .text-field.input-50 {
    height: 90%;
  }

  .text-field.long-text {
    height: 32px;
  }

  .text-field.long-text::placeholder {
    font-size: 12px;
  }

  .form-block-2 {
    margin-left: 0;
  }

  .submit-button {
    font-size: 13px;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 30px;
  }

  .text-span {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-407 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .title-banner {
    width: 160px;
    margin-right: 10px;
  }

  .beneficio-tags {
    font-family: Panton, sans-serif;
  }

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

  .image-43 {
    font-family: Panton, sans-serif;
  }

  .como-funciona {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cards-function.banner-bg {
    width: 30%;
    height: 330px;
  }

  .cards-function.bg-gray {
    grid-template-rows: 75px auto;
    width: 100%;
    height: 335px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-function.bg-gray.cards-function--user, .cards-function.bg-gray.cards-function--partners, .cards-function.bg-gray.cards-function--franquia {
    height: 400px;
  }

  .cards-function--text {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Panton, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .div-cards {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-cards-vantagens {
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sobre-nos {
    padding-bottom: 100px;
  }

  .div-block-21 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr;
    place-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .plataforma {
    background-position: 124% 87%;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer {
    background-image: none;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-destaque {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-right: 0;
    display: flex;
  }

  .footer-align--card {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-5 {
    font-size: 20px;
    line-height: 15px;
  }

  .text-block-413 {
    width: fit-content;
    font-size: 15px;
  }

  .footer-description {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .code-embed {
    width: 650px;
  }

  .paragraph-15 {
    width: 45%;
  }

  .form-grid-2 {
    font-family: Panton, sans-serif;
  }

  .paragraph-title {
    width: 45%;
  }

  .cards-function--title {
    font-size: 19px;
    line-height: 25px;
  }

  .footer-title {
    font-family: Panton, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-11 {
    font-family: Panton, sans-serif;
  }

  .textarea {
    font-family: Panton, sans-serif;
    font-size: 11px;
    line-height: 15px;
  }

  .text-field-2 {
    font-weight: 300;
  }

  .footer-align {
    grid-column-gap: 12px;
    grid-template-columns: .5fr .5fr .5fr 2fr;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .palataform-wrapper {
    padding-left: 10px;
  }

  .title-form-banner {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-right: 10px;
  }

  .banner-copy {
    background-size: 250px;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-logo {
    width: 100%;
  }

  .text-field-email {
    font-size: 11px;
    font-weight: 400;
  }

  .text-field-email.input-50 {
    height: 90%;
  }

  .text-field-email.long-text {
    height: 32px;
  }

  .text-field-email.long-text::placeholder {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    font-family: Panton, sans-serif;
  }

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

  .div-block-5 {
    padding-top: 0;
  }

  .heading {
    font-size: 28px;
  }

  .div-block-8 {
    grid-template-columns: 1fr;
  }

  .div-block-10, .div-block-10.alone {
    width: 420px;
  }

  .home-hero-buttons-wrap.home-new-position {
    flex-direction: column;
  }

  .button {
    font-size: 1.125rem;
  }

  .button.secondary {
    font-size: 1.25rem;
  }

  .button.new-space {
    margin-top: 10px;
    margin-left: 0;
  }

  .split-section-content {
    padding-top: 76px;
  }

  .split-section-scrollable-wrapper {
    height: 420px;
  }

  .justify-column-between.content-width-medium {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .business-model--section {
    height: 32%;
  }

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

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

  .grid-post.new-grid-2.new-grid-2-invert.grid-mobile {
    grid-template-columns: 1fr;
  }

  .image-39 {
    width: 107px;
  }

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

  .image-37 {
    width: 107px;
  }

  .image-38 {
    object-fit: cover;
    width: 107px;
    padding-top: 0;
  }

  .image-40 {
    width: 107px;
    padding-top: 0;
  }

  .grid-vantagens-divs-div.p-5 {
    padding-left: 10px;
  }

  .grid-vantagens-divs-div.p-10 {
    padding-left: 0;
  }

  .grid-vantagens-divs-div.p-10.p-5 {
    padding-left: 10px;
  }

  .vantagens-title.function-title {
    margin-top: 0;
    font-size: 22px;
  }

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

  .banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .banner-bg {
    background-color: var(--principal-color);
    background-image: url('../images/Designer_3-copiar-1.png'), url('../images/Group-113.svg');
    background-position: 20% 14%, 50% 25%;
    background-repeat: no-repeat, no-repeat;
    background-size: 35%, cover;
  }

  .form {
    place-items: center;
  }

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

  .submit-button {
    border-radius: 10px;
    height: 45px;
  }

  .heading-7 {
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
  }

  .text-span {
    margin-right: 50px;
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-407 {
    margin-top: 10px;
    line-height: 18px;
  }

  .title-banner {
    width: 192px;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px;
    font-family: Panton, sans-serif;
    position: relative;
    top: -75px;
  }

  .title-beneficios {
    height: 140px;
  }

  .beneficio-tags {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .beneficios-wrapper {
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .link-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .tutle-comofunciona {
    height: 140px;
    line-height: 36px;
  }

  .cards-function.banner-bg {
    width: 50%;
    height: 400px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .cards-function.bg-gray {
    width: 100%;
    height: 250px;
    padding-right: 20px;
  }

  .cards-function.bg-gray.cards-function--user, .cards-function.bg-gray.cards-function--franquia {
    height: auto;
    padding-bottom: 40px;
  }

  .text-cards-vantagens {
    height: 35px;
  }

  .cards-function--text {
    width: 100%;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
  }

  .cards-function--text.font-white {
    width: 160px;
    font-weight: 300;
  }

  .div-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-top: 0;
    display: flex;
  }

  .tutle-vantagens {
    height: 140px;
  }

  .paragraph-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tutle-sobre-nos {
    height: 140px;
  }

  .tutle-plataforma {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 140px;
    display: flex;
  }

  .plataforma {
    background-image: url('../images/Group-1.png');
    background-position: -215% 35%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    width: 100%;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-destaque {
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-align--card {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-block-413 {
    width: fit-content;
  }

  .code-embed {
    width: 500px;
  }

  .cards-function--title {
    font-size: 27px;
    line-height: 31px;
  }

  .footer-title {
    text-align: center;
    width: 175px;
  }

  .textarea {
    border-radius: 10px;
    font-size: 10px;
    line-height: 16px;
  }

  .footer-align {
    grid-template-columns: 1fr;
    justify-content: start;
    place-items: start stretch;
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .palataform-wrapper {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .title-form-banner {
    grid-row-gap: 0px;
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    margin: 40px 0 20px;
  }

  .btton-footer {
    width: 388px;
  }

  .banner-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: none;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .footer-logo {
    width: 40%;
  }

  .footer-social {
    justify-content: center;
    align-items: center;
  }

  .dov-plataforma--img {
    padding-left: 0;
  }

  .beneficios-wrapper--col {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .container {
    display: block;
  }

  .become-franchisee--section {
    padding-top: 1rem;
    padding-bottom: 0;
  }

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

  .form-grid-vertical-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

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

  .button-5.bg-primary-1 {
    width: 100%;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .form-input-2 {
    margin-bottom: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-5 {
    width: 280px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-6 {
    background-image: none;
    width: 320px;
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-9 {
    padding: 10px 0;
  }

  .text-block-402 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .text-span {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-10 {
    width: 290px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10.alone {
    width: 290px;
  }

  .home-hero-buttons-wrap {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .split-section-scrollable-image {
    max-width: 240px;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: block;
  }

  .button-circle {
    width: 20px;
    height: 20px;
  }

  .button {
    justify-content: space-between;
  }

  .split-section-content {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .split-section-full-width {
    flex-flow: column-reverse;
    grid-auto-flow: row dense;
    max-width: 100vw;
    display: flex;
  }

  .split-section-scrollable-wrapper {
    height: 380px;
  }

  .justify-column-between.content-width-medium {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-4 {
    text-transform: none;
    font-size: 30px;
  }

  .business-model--section {
    height: 100%;
  }

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

  .image-39 {
    width: 135px;
    padding-bottom: 10px;
  }

  .title-oferta {
    font-size: 28px;
    line-height: 32px;
  }

  .image-37, .image-38 {
    width: 135px;
    padding-bottom: 10px;
  }

  .grid-vantagens-divs {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .grid-vantagens-divs.function {
    text-align: center;
    align-items: center;
  }

  .image-40 {
    width: 135px;
    padding-bottom: 10px;
  }

  .grid-vantagens-divs-div {
    width: 100%;
  }

  .vantagens-title {
    text-align: center;
  }

  .heading-5 {
    color: var(--principal-color);
    text-align: center;
    font-family: Panton, sans-serif;
    font-size: 28px;
  }

  .grid-v2 {
    grid-template-columns: .25fr 1.5fr;
  }

  .footer-desc {
    text-align: center;
  }

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

  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-header {
    width: 200px;
  }

  .icon {
    opacity: 1;
    width: 22px;
  }

  .div-header-purple {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #000;
  }

  .menu-button {
    width: 30%;
  }

  .menu-button.w--open {
    background-color: var(--principal-color);
  }

  .brand {
    width: 70%;
    padding-left: 0;
  }

  .banner {
    background-image: url('../images/Designer_3-copiar-1.png');
    background-position: 0 13%;
    background-repeat: no-repeat;
    background-size: 170px;
    background-attachment: scroll;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center end;
    height: auto;
    display: grid;
    position: static;
  }

  .banner-bg {
    background-image: url('../images/Group-113.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 355px 115%;
  }

  .text-field {
    height: 42px;
  }

  .text-field.input-50 {
    height: 40px;
  }

  .text-field.long-text {
    height: 55px;
    line-height: 20px;
  }

  .form-block-2 {
    
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .submit-button {
    height: 45px;
  }

  .beneficios {
    padding-bottom: 40px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 30px;
  }

  .title-banner {
    width: 166px;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    top: -55px;
  }

  .title-beneficios {
    height: 140px;
    line-height: 40px;
  }

  .beneficio-tags {
    width: 300px;
  }

  .beneficios-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    padding: 0;
  }

  .image-43 {
    object-fit: cover;
    width: auto;
    max-width: 98%;
    height: auto;
  }

  .link-block-2 {
    width: 300px;
    height: 40px;
  }

  .text-button-beneficio {
    width: 100%;
    font-size: 16px;
  }

  .tutle-comofunciona {
    text-align: center;
    height: 200px;
    line-height: 40px;
  }

  .cards-function.banner-bg {
    width: 100%;
  }

  .cards-function.bg-gray {
    height: 371px;
  }

  .cards-function.bg-gray.cards-function--partners {
    height: auto;
    padding-bottom: 40px;
  }

  .text-cards-vantagens {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .div-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(200px, .25fr);
    place-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .tutle-vantagens {
    height: 200px;
    line-height: 40px;
  }

  .div-cards-vantagens {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .paragraph-8 {
    text-align: justify;
  }

  .paragraph-9 {
    line-height: 23px;
  }

  .div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 26px;
    display: grid;
  }

  .tutle-sobre-nos {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    text-decoration: none;
    display: flex;
  }

  .tutle-plataforma {
    text-align: center;
    height: 140px;
    line-height: 40px;
  }

  .plataforma {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .div-plataforma {
    justify-content: center;
    align-items: center;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .footer-destaque {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
  }

  .footer-align--card {
    text-align: justify;
    justify-content: space-between;
    align-items: center;
  }

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

  .text-block-413 {
    width: fit-content;
  }

  .footer-description {
    text-align: justify;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .code-embed {
    width: 95%;
  }

  .paragraph-15 {
    width: 100%;
  }

  .form-grid-2 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .parafraph-9, .paragraph-title, .footer-title {
    width: 100%;
  }

  .textarea {
    border-radius: 6px;
    height: 42px;
  }

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

  .title-form-banner {
    margin-left: 0;
    margin-right: 0;
  }

  .text-button-why-function, .text-button-vantagens {
    width: 100%;
    font-size: 16px;
  }

  .text-button-sobre-nos {
    width: 100%;
  }

  .text-button-plataform {
    width: 100%;
    font-size: 16px;
  }

  .text-buttonfooter {
    width: 100%;
  }

  .btton-footer {
    width: 300px;
    height: 40px;
  }

  .banner-copy {
    background-image: url('../images/Designer_3-copiar-1.png');
    background-position: 0 8%;
    background-repeat: no-repeat;
    background-size: 170px;
    background-attachment: scroll;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center end;
    height: auto;
    display: grid;
    position: static;
  }

  .footer-logo {
    width: 60%;
  }

  .beneficios-wrapper--col.beneficios-wrapper--col-align {
    margin-bottom: 30px;
  }

  .link {
    text-decoration: none;
  }

  .text-field-email {
    height: 42px;
  }

  .text-field-email.input-50 {
    height: 40px;
  }

  .text-field-email.long-text {
    height: 55px;
    line-height: 20px;
  }
}

#w-node-_70adf80f-9938-d985-f174-3e2353a73d49-278a20e8 {
  justify-self: center;
}

#w-node-a0d97084-fc2e-6e33-d139-cbe4ac298049-278a20e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c8223a9f-3bb4-0acd-7de4-257cbae0ad57-278a20e8 {
  place-self: auto center;
}

#w-node-cdd49291-9ddc-80c8-5ffe-f7b4da2828c1-278a20e8 {
  place-self: center start;
}

#w-node-bbb5bcf0-ab35-6f60-f8f8-1d418cb18eaf-278a20e8 {
  place-self: auto center;
}

#w-node-bbb5bcf0-ab35-6f60-f8f8-1d418cb18eb0-278a20e8 {
  place-self: center start;
}

#w-node-_6b709c06-7476-c664-8a69-5e5167f22750-278a20e8 {
  place-self: auto center;
}

#w-node-_6b709c06-7476-c664-8a69-5e5167f22751-278a20e8 {
  place-self: center start;
}

#w-node-_37e40c71-dc90-308f-a107-152c46861bc7-278a20e8 {
  place-self: auto center;
}

#w-node-_37e40c71-dc90-308f-a107-152c46861bc8-278a20e8 {
  place-self: center start;
}

#w-node-_33963560-698f-4487-4964-c0f30e26606b-278a20e8 {
  place-self: auto center;
}

#w-node-_33963560-698f-4487-4964-c0f30e26606c-278a20e8 {
  place-self: center start;
}

#w-node-cedd4e1d-95cc-f4dc-d805-af623a270d51-278a20e8 {
  justify-self: center;
}

#w-node-cedd4e1d-95cc-f4dc-d805-af623a270d52-278a20e8 {
  place-self: center start;
}

#w-node-b00cfb0f-4e85-8383-5415-e77ecae1a116-a7d1659d {
  place-self: center end;
}

#w-node-b00cfb0f-4e85-8383-5415-e77ecae1a127-a7d1659d {
  justify-self: auto;
}

#w-node-b00cfb0f-4e85-8383-5415-e77ecae1a134-a7d1659d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79a7896a-8120-f249-dd52-99ab04de23a1-a7d1659d, #w-node-_179b7b26-5a32-c131-0322-0a32a126256d-a7d1659d, #w-node-aab97815-8a74-e83e-f53d-b6cb8737d1e0-a7d1659d, #w-node-_35c19286-00c3-8d2a-4116-b71b91692ae7-a7d1659d, #w-node-adaeaf75-f34d-ebdb-0289-8e582e110970-a7d1659d {
  justify-self: center;
}

#w-node-c218e99b-4fad-4ed9-0c63-a406e63d6912-a7d1659d {
  place-self: center;
}

#w-node-a43d016b-a176-99e4-c8f3-0492f7def7d4-a7d1659d {
  place-self: center end;
}

#w-node-_86468f3d-75f7-9d68-338c-b587f4c46b41-a7d1659d {
  place-self: center start;
}

#w-node-_1574cba5-f636-72f4-b750-09ed12dd7558-a7d1659d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_6a1edb2e-c289-9c1c-54fe-f614fd867158-a7d1659d {
  place-self: center end;
}

#w-node-_921477ac-7d03-59a4-c7b7-3b87bd5404a8-a7d1659d {
  place-self: center start;
}

#w-node-_8461e77c-a360-b801-a5ac-ffed7791c285-a7d1659d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_475fd193-0ece-305d-017b-743f422a551c-a7d1659d {
  place-self: center end;
}

#w-node-_475fd193-0ece-305d-017b-743f422a551d-a7d1659d {
  place-self: center start;
}

#w-node-_2b810314-7041-1c41-823a-9bbcb4d41a5e-a7d1659d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_6eab0dac-a4d3-5d5d-026e-55a0eb20411f-a7d1659d {
  place-self: center;
}

#w-node-fa651337-f70e-06a5-0b37-b64586270dee-a7d1659d {
  justify-self: end;
}

#w-node-_578e4422-a5db-8148-3fd5-f642fb704ab5-a7d1659d {
  justify-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-b00cfb0f-4e85-8383-5415-e77ecae1a116-a7d1659d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start end;
  }

  #w-node-b00cfb0f-4e85-8383-5415-e77ecae1a127-a7d1659d {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-afa54f01-2999-df71-464a-7f27e020a8d4-278a20e8 {
    justify-self: center;
  }

  #w-node-b00cfb0f-4e85-8383-5415-e77ecae1a116-a7d1659d {
    place-self: center end;
  }

  #w-node-b00cfb0f-4e85-8383-5415-e77ecae1a127-a7d1659d {
    justify-self: start;
  }

  #w-node-b00cfb0f-4e85-8383-5415-e77ecae1a134-a7d1659d {
    place-self: auto;
  }

  #w-node-e4f4000b-89bd-e429-098c-a951f2884e0c-a7d1659d {
    place-self: end start;
  }

  #w-node-df620ddd-6baf-4b87-6559-cf187474d155-a7d1659d, #w-node-_3122bd9a-d5f3-5560-3b35-5791c487f53d-a7d1659d, #w-node-_4e9e9b99-85de-dcd1-a5d6-47110b6fd8ed-a7d1659d {
    place-self: center end;
  }

  #w-node-_6eab0dac-a4d3-5d5d-026e-55a0eb20411f-a7d1659d {
    justify-self: end;
  }

  #w-node-_3815c92b-55a6-9387-6b1f-297ff6cc93c1-a7d1659d, #w-node-_3815c92b-55a6-9387-6b1f-297ff6cc93c3-a7d1659d, #w-node-_3815c92b-55a6-9387-6b1f-297ff6cc93c5-a7d1659d, #w-node-_3815c92b-55a6-9387-6b1f-297ff6cc93c7-a7d1659d {
    justify-self: center;
  }

  #w-node-_3815c92b-55a6-9387-6b1f-297ff6cc93c9-a7d1659d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a0d97084-fc2e-6e33-d139-cbe4ac298049-278a20e8, #w-node-_084c47fe-65ed-664e-96f7-0c7dbe332ea7-278a20e8, #w-node-b00cfb0f-4e85-8383-5415-e77ecae1a127-a7d1659d {
    justify-self: center;
  }

  #e-mail-2.w-node-b00cfb0f-4e85-8383-5415-e77ecae1a12d-a7d1659d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1574cba5-f636-72f4-b750-09ed12dd7558-a7d1659d, #w-node-_8461e77c-a360-b801-a5ac-ffed7791c285-a7d1659d, #w-node-_2b810314-7041-1c41-823a-9bbcb4d41a5e-a7d1659d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-fa651337-f70e-06a5-0b37-b64586270dee-a7d1659d {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b00cfb0f-4e85-8383-5415-e77ecae1a127-a7d1659d {
    place-self: center;
  }

  #w-node-c218e99b-4fad-4ed9-0c63-a406e63d6912-a7d1659d, #w-node-df620ddd-6baf-4b87-6559-cf187474d155-a7d1659d, #w-node-_3122bd9a-d5f3-5560-3b35-5791c487f53d-a7d1659d, #w-node-_4e9e9b99-85de-dcd1-a5d6-47110b6fd8ed-a7d1659d, #w-node-_6eab0dac-a4d3-5d5d-026e-55a0eb20411f-a7d1659d {
    justify-self: center;
  }

  #w-node-fa651337-f70e-06a5-0b37-b64586270dee-a7d1659d {
    justify-self: auto;
  }

  #w-node-_3815c92b-55a6-9387-6b1f-297ff6cc93c1-a7d1659d, #w-node-_3815c92b-55a6-9387-6b1f-297ff6cc93c3-a7d1659d, #w-node-_3815c92b-55a6-9387-6b1f-297ff6cc93c5-a7d1659d, #w-node-_3815c92b-55a6-9387-6b1f-297ff6cc93c7-a7d1659d {
    justify-self: center;
  }

  #w-node-_3815c92b-55a6-9387-6b1f-297ff6cc93c9-a7d1659d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: start;
  }
}


@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Heavy-Italic.ttf') format('truetype'), url('../fonts/Panton-Narrow-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Bold-Italic.ttf') format('truetype'), url('../fonts/Panton-Narrow-ExtraBold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Bold.ttf') format('truetype'), url('../fonts/Panton-Narrow-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Heavy.otf') format('opentype'), url('../fonts/Panton-Narrow-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-ExtraLight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-ExtraBlack-Italic.otf') format('opentype'), url('../fonts/Panton-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton Narrow';
  src: url('../fonts/Panton-Narrow-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Bold-Italic.otf') format('opentype'), url('../fonts/Panton-ExtraBold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-ExtraLight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-ExtraBlack.otf') format('opentype'), url('../fonts/Panton-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-ExtraBold.otf') format('opentype'), url('../fonts/Panton-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Panton';
  src: url('../fonts/Panton-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}