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

@font-face {
  font-family: "Aspekta 200";
  src: url('../fonts/Aspekta-200.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 600";
  src: url('../fonts/Aspekta-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Aspekta 100";
  src: url('../fonts/Aspekta-100.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Aspekta 700";
  src: url('../fonts/Aspekta-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aspekta 800";
  src: url('../fonts/Aspekta-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --rosa: #ff0074;
  --cinza: #ffffff26;
  --preto: black;
  --cor-texto-dark: #f8f8f8;
  --roxo: #5600ce;
  --cor-fundo-dark: #0a0a0a;
  --cor-fundo-claro: #fafafa;
  --color: #0a0a0a;
  --cinza-rosado: #858082;
  --fields-rounded: 10px;
  --cor-primaria-claro: #ff0074;
  --cor-primaria-dark: #bb86fc;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.nav-text {
  color: var(--rosa);
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff0;
  padding: 4px 12px 4px 0;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: "Aspekta 400", Arial, sans-serif;
}

.soumarcabutton {
  background-color: var(--roxo);
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  padding: 4px 16px;
  text-decoration: none;
}

.nav-main {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-style: none;
  border-width: 1px;
  border-color: #fff #fff var(--cinza);
  background-color: #ffffff05;
  background-image: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: minmax(500px, 5fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  display: flex;
}

.image-3 {
  text-align: center;
  vertical-align: middle;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  display: inline-flex;
}

.home {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.home.vh-home {
  height: 100%;
  padding-bottom: 10vh;
}

.headerww {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav2 {
  z-index: 2147483647;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--cinza);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-image: none;
  border-radius: 49px;
  justify-content: center;
  align-items: center;
  height: 76px;
  margin-bottom: 6px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: static;
}

.head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0b0b0b00;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menulink {
  color: var(--cor-texto-dark);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 14px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 496px;
  display: flex;
}

.text-block-6 {
  color: #c4c4c4;
  width: 100%;
  height: 120px;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.content-quemsomos {
  border: 1px solid var(--cinza);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0b0b0b33;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 1141px;
  height: 660px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 32px;
  display: flex;
}

.div-block-6 {
  width: 381px;
  height: 452px;
  display: flex;
}

.div-block-4 {
  width: 897px;
  display: flex;
}

.image-4 {
  width: 44px;
  height: 54px;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 36px;
  line-height: 90%;
}

.quemsomos {
  background-image: url('../images/Ellipse-sec2.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.oquefazemos {
  background-image: url('../images/Ellipse-sec-3.webp');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  overflow: visible;
}

.container1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1131px;
  display: flex;
}

.text-block-7 {
  color: #fff;
  letter-spacing: -2px;
  padding-bottom: 48px;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 48px;
  line-height: 90%;
}

.div-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.div-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  background-color: #0b0b0b33;
  border: 1px solid #4444444d;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  padding: 24px 32px;
  display: flex;
}

.image-5 {
  width: 92px;
  height: 92px;
}

.text-block-8 {
  color: #fff;
  letter-spacing: -2px;
  width: 12rem;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 48px;
  line-height: 70%;
}

.text-block-9 {
  color: #c4c4c4;
  font-size: 16px;
  line-height: 100%;
}

.textnumbers {
  color: #fff;
  width: 100%;
  font-size: 20px;
}

.text-block-12-copy-copy-copy {
  color: #7a7a7a;
  text-align: right;
  letter-spacing: -4px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 64px;
  line-height: 100%;
  display: flex;
}

._100m {
  color: var(--cor-texto-dark);
  text-align: right;
  letter-spacing: -4px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 64px;
  line-height: 100%;
  display: flex;
}

.text-block-10 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 20rem;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 48px;
  line-height: 100%;
  display: flex;
}

.div-block-9 {
  text-align: left;
  border: 1px solid #4444444d;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.text-block-12-copy {
  color: var(--roxo);
  text-align: right;
  letter-spacing: -4px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 64px;
  line-height: 100%;
  display: flex;
}

.container-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 1156px;
  max-width: 1156px;
  display: flex;
}

.text-block-12 {
  color: var(--rosa);
  text-align: right;
  letter-spacing: -4px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 64px;
  line-height: 100%;
  display: flex;
}

.nossosnumeros {
  background-image: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.image-10 {
  filter: brightness(0%);
}

.div-block-16 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16-copy-copy {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 20px;
}

.tex {
  font-size: 20px;
}

.text-block-13 {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 16rem;
  font-family: "Aspekta 300", Arial, sans-serif;
  font-size: 20px;
  line-height: 100%;
  display: flex;
}

.perfil {
  display: flex;
}

.link-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1e1e1e;
  border-radius: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

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

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nome-black {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 90%;
}

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

.card-black-copy {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  -webkit-backdrop-filter: blur(95px);
  backdrop-filter: blur(95px);
  background-color: #0b0b0b33;
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  flex-flow: column;
  align-items: center;
  padding: 28px 24px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-19 {
  color: #fff;
  text-align: right;
  width: 17rem;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 40px;
  line-height: 90%;
  display: flex;
}

.card1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(95px);
  backdrop-filter: blur(95px);
  background-color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  flex-flow: column;
  align-items: center;
  width: 340px;
  height: 100%;
  padding: 28px 36px;
  display: flex;
}

.text-block-14 {
  color: #fff;
  font-size: 12px;
}

.link-block-4-copy {
  color: #fff;
  text-align: center;
  background-color: #5600ce;
  border: 1px solid #ffffff29;
  border-radius: 999px;
  flex-flow: wrap;
  width: auto;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.div-block-18-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid var(--cinza);
  border-radius: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.text-block-16 {
  text-align: center;
  font-size: 10px;
  line-height: 90%;
}

.text-block-17 {
  color: #fff;
  font-size: 10px;
}

.image-9 {
  filter: brightness(0%);
  color: #0b0b0b;
  -webkit-text-stroke-color: #0b0b0b;
}

.text-block-16-copy-copy-2 {
  color: #fff;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 20px;
}

.image-7 {
  width: 12.83px;
  height: 12.83px;
}

.influencers {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.text-block-15-copy {
  color: #fff;
  flex-flow: wrap;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  background-repeat: repeat;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding: 10px 10px 3rem;
  display: flex;
  overflow: visible;
}

.perfil-nome {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: #fff;
  flex-flow: wrap;
  text-decoration: none;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.text-block-16-copy-copy-3 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 20px;
}

.link-block-3-copy {
  z-index: 999999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--rosa);
  cursor: pointer;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.text-block-16-copy-copy-4 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 20px;
}

.div-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid #0b0b0b21;
  border-radius: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.image-6 {
  overflow: visible;
}

.div-block-18-copy-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid var(--cinza);
  border-radius: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.text-block-16-copy-copy-5 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 20px;
}

.link-block-4 {
  color: #fff;
  text-align: center;
  background-color: #ff0074;
  border: 1px solid #ffffff29;
  border-radius: 999px;
  flex-flow: wrap;
  width: auto;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.image-8 {
  background-color: #444;
  border-radius: 999px;
}

.mediakit {
  z-index: 9999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-11 {
  filter: brightness(0%);
}

.text-block-20 {
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 100%;
}

.nome {
  color: #0b0b0b;
  text-align: center;
  font-size: 24px;
}

.link-block-4-copy-copy {
  color: #fff;
  text-align: center;
  border: 1px solid #ffffff29;
  border-radius: 999px;
  flex-flow: wrap;
  width: auto;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.image-13 {
  z-index: 0;
  opacity: .7;
  position: absolute;
}

.text-block-copy {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
  display: flex;
}

.link-block-5 {
  z-index: 99;
  background-color: var(--rosa);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-22 {
  color: #fff;
  width: 100%;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.cases {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-left: 1.6px;
  padding-right: 1.6px;
  display: flex;
}

.text-block-23 {
  color: var(--roxo);
  text-transform: uppercase;
  width: 100%;
  font-family: "Aspekta 800", Arial, sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 100%;
}

.team_slider_arrow-wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .75rem;
  font-size: 110px;
  display: flex;
}

.dematch {
  background-image: url('../images/Vector.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 36px;
  display: flex;
}

.div-block-26 {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 1250px;
  display: flex;
}

.text-block-25 {
  color: var(--cor-texto-dark);
  text-align: left;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-25-copy {
  text-align: right;
  font-size: 24px;
  line-height: 100%;
}

.div-block-28 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  width: 100%;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--rosa);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 32px;
  display: flex;
}

.text-block-26 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.text-block-26-copy {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 300", Arial, sans-serif;
  font-size: 16px;
}

.div-block-29-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--roxo);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 16px 32px;
  display: flex;
}

.div-block-29-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--rosa);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 16px 32px;
  display: flex;
}

.div-block-29-copy-copy-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--roxo);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 16px 32px;
  display: flex;
}

.text-block-25-copy {
  color: var(--cor-texto-dark);
  text-align: left;
  width: 32rem;
  font-family: "Aspekta 300", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.text-block-25-copy-copy {
  color: var(--cor-texto-dark);
  text-transform: uppercase;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.footer {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  border-top: 1px solid var(--cinza);
  background-image: url('../images/Ellipse-11.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  display: grid;
}

.text-block-28 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 200", Arial, sans-serif;
  font-size: 14px;
  line-height: 200%;
}

.div-block-33 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.image-17 {
  width: 80px;
  height: 80px;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.image-18 {
  max-width: 60%;
}

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

.modal-background {
  z-index: 10;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0b0b0b87;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-37 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-29 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.text-block-30 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 300", Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
  display: block;
}

.form-block {
  color: #fff;
  width: 100%;
  display: flex;
}

.text-field-3 {
  border: 1px solid var(--cinza);
  background-color: var(--cor-texto-dark);
  border-radius: 20px;
  padding: 24px 27px;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
}

.form {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  width: 100%;
  display: flex;
}

.field-label {
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
}

.text-block-34 {
  background-color: var(--rosa);
  color: var(--cor-texto-dark);
  border-radius: 45px;
  padding: 4px 16px;
  font-family: "Aspekta 400", Arial, sans-serif;
  text-decoration: none;
}

.creator {
  text-decoration: none;
}

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

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

.marcas {
  width: 100%;
}

.container-5 {
  aspect-ratio: 2.39;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.spline-scene-2 {
  z-index: 999;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
  position: absolute;
}

.submit-button-copy {
  background-color: var(--roxo);
  text-transform: none;
  border-radius: 10px;
  margin-top: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body {
  background-color: var(--cor-fundo-dark);
  flex-flow: row;
  max-width: 100%;
}

.card-content {
  background-color: var(--roxo);
  overflow: visible;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.card-content.cor-back {
  background-color: var(--rosa);
}

.css, .js {
  display: none;
}

.sectionbody {
  width: 230px;
}

.background-video {
  z-index: 1;
  filter: none;
  background-image: none;
  border-radius: 20px;
  height: 100%;
  display: flex;
}

.as {
  z-index: 2;
  color: var(--roxo);
  text-align: left;
  letter-spacing: -4px;
  justify-content: flex-end;
  align-items: center;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 110px;
  line-height: 100%;
  display: flex;
  position: relative;
}

.main {
  grid-column-gap: 270px;
  grid-row-gap: 270px;
  background-image: url('../images/Ellipse-4.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.text-block-36-copy {
  z-index: 2;
  color: var(--cor-texto-dark);
  text-align: right;
  padding-left: 32px;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 130px;
  line-height: 100%;
  position: relative;
}

.div-block-46 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 65rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.code-embed {
  display: none;
}

.section-14 {
  height: 100vh;
  display: none;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.slide-divider {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: #fff9;
}

.swiper-slidea {
  opacity: .9;
  filter: grayscale();
  color: #ffffff80;
  align-items: center;
  display: flex;
}

.slide {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.slide-img-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 50%, #00000080 65%, #000000bf);
  width: 100%;
  height: 100%;
  position: absolute;
}

.aaaaaaaaa {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-2 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.speaker-slide {
  width: 250px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.div-block-48 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.client-slider-panel {
  opacity: .37;
  border: 3px #fff;
}

.slider-wrap {
  flex-direction: column;
  flex: none;
  align-self: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.slider-wrap.trislider {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
}

.left-arrow-wrap {
  padding-bottom: 75px;
  display: flex;
  bottom: -115px;
  left: -40px;
  overflow: visible;
}

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

.client-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.image-20 {
  width: 12.83px;
  height: 12.83px;
}

.div-block-49 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1e1e1e;
  border-radius: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-21 {
  background-color: #444;
  border-radius: 999px;
}

.text-block-37 {
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 100%;
}

.client-slider-wrapper {
  border: 5px #ee6a2f;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.right-arrow-wrap {
  flex-flow: column;
  padding-bottom: 75px;
  display: flex;
  bottom: -114px;
  right: -40px;
  overflow: visible;
}

.direction-icon {
  color: #c9c9c9;
  background-color: #15759600;
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 559px;
  margin-bottom: 0;
  font-size: 17px;
  display: flex;
}

.direction-icon:hover {
  background-color: #ffffff3d;
}

.direction-icon.left {
  border-style: none;
  width: 30px;
  height: 30px;
  margin-top: auto;
  position: relative;
  right: -110px;
}

.direction-icon.right {
  background-image: none;
  border-style: none;
  width: 30px;
  height: 30px;
  margin-top: auto;
  position: relative;
  left: -60px;
}

.text-block-16-copy-copy-6 {
  color: #fff;
  font-size: 20px;
}

.resource-wrap {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: visible;
}

.slide-nav {
  margin-left: 0;
  margin-right: 0;
  bottom: -48px;
}

.div-block-51 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  background-color: #000;
  border-radius: 20px;
  flex-flow: column;
  padding: 36px 24px;
  display: flex;
}

.text-block-16-copy-copy-7, .text-block-16-copy-copy-8 {
  color: #fff;
  font-size: 20px;
}

.div-block-18-copy-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid #ffffff0d;
  border-radius: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.text-block-38 {
  color: #fff;
  font-size: 10px;
}

.text-block-39 {
  color: #fff;
  font-size: 12px;
}

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

.website-panel {
  height: 100%;
  padding: 6px;
}

.website-panel.trislider {
  opacity: 1;
  height: auto;
  position: relative;
  transform: scale(.8);
}

.div-block-54 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--roxo);
  border-radius: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-22 {
  border: 4px solid var(--roxo);
  background-color: #444;
  border-radius: 999px;
}

.image-22.roxo, .image-22.rosa {
  border-width: 2px;
  border-color: var(--cor-texto-dark);
}

.text-block-40 {
  color: var(--cor-texto-dark);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-16-copy-copy-9 {
  color: #fff;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

.div-block-57 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--cinza);
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  background-color: #2929291f;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 1.8rem;
  display: flex;
}

.text-block-16-copy-copy-10, .text-block-16-copy-copy-11 {
  color: #fff;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

.text-block-42 {
  color: #fff;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 14px;
}

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

.code-embed-2 {
  display: none;
}

.div-block-59 {
  justify-content: flex-end;
  width: 100%;
  min-width: 1200px;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  display: flex;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  background-color: var(--rosa);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.inner-swipe {
  display: none;
}

.slide-container {
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.slide-item-wrapper {
  box-shadow: none;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 308px;
  height: 450px;
  margin-left: 0;
  margin-right: 0;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.image-26 {
  width: 30px;
  height: 30px;
}

.slide-next.desktop-arrow {
  z-index: 5;
  background-color: var(--roxo);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 5rem;
  display: flex;
  overflow: hidden;
}

.slide-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .4;
  background-color: #1b1b1b00;
  border-radius: 16px;
  flex-flow: column;
  align-items: center;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.back-video-cases {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-60 {
  text-align: right;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.p1 {
  color: var(--rosa);
  text-transform: uppercase;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 16px;
}

.h1 {
  color: var(--cor-texto-dark);
  text-transform: uppercase;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.hastag {
  color: var(--roxo);
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
}

.card-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-61 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 36px;
  display: flex;
}

.content-principal {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.text-block-36-copy {
  z-index: 2;
  color: var(--rosa);
  text-align: left;
  letter-spacing: -4px;
  align-items: center;
  padding-left: 0;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 110px;
  line-height: 100%;
  display: flex;
  position: relative;
}

.text-block-47 {
  color: var(--cor-texto-dark);
  letter-spacing: -6px;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 110px;
  line-height: 100%;
  display: flex;
}

.div-block-63 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-64 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-31 {
  filter: blur(100px);
  position: absolute;
}

.light-back {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 251px 0% 0%;
}

.div-block-67 {
  background-color: #ff0074fa;
  height: 100%;
  display: none;
}

.onlinner-btn {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-32 {
  width: 60px;
  height: 60px;
}

.link-block-10 {
  border: 1px solid var(--cinza);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  text-decoration: none;
  display: flex;
}

.text-block-48 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 20px;
}

.bar-down {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 70rem;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 100%;
  display: grid;
}

.text-block-49 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
}

.icon-embed-xxsmall {
  color: var(--roxo);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

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

.image-33 {
  opacity: .4;
  min-width: 80%;
}

.image-34 {
  z-index: 0;
  opacity: .33;
  max-width: none;
  position: absolute;
  left: 912px;
}

.div-block-76 {
  background-color: var(--cinza);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 1rem 2rem;
  display: flex;
}

.image-35 {
  z-index: 0;
  filter: blur(100px);
  position: relative;
}

.div-block-18-copy-3-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px #ffffff0d;
  border-radius: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.as-copy {
  z-index: 2;
  color: var(--cinza);
  text-align: left;
  letter-spacing: -4px;
  justify-content: flex-end;
  align-items: center;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 120px;
  line-height: 100%;
  display: none;
  position: relative;
}

.text-block-36-copy-copy {
  z-index: 2;
  color: var(--cinza);
  text-align: left;
  letter-spacing: -4px;
  align-items: center;
  padding-left: 0;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 120px;
  line-height: 100%;
  display: none;
  position: relative;
}

.text-block-50 {
  color: var(--rosa);
  text-align: center;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 32px;
}

.text-block-50-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--cor-texto-dark);
  text-align: center;
  font-family: "Aspekta 300", Arial, sans-serif;
  font-size: 20px;
  line-height: 23px;
  display: flex;
}

.btn1-hero {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--rosa);
  border-radius: 45px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 32px;
  display: flex;
}

.text-center-hero {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  width: 100%;
  line-height: 100%;
  display: flex;
}

.image-36 {
  display: none;
}

.div-block-81 {
  color: var(--cor-texto-dark);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.close-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.modalcreator {
  z-index: 999;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-image: linear-gradient(360deg, #000, #1b1b1bd6);
  border: 1px solid #fff3;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 45rem;
  max-width: 38rem;
  height: 770px;
  margin: auto;
  padding: 2.3rem;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.submit-button-copy {
  background-color: var(--roxo);
  text-transform: none;
  border-radius: 10px;
  width: 100%;
  margin-top: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.checkbox-wrap {
  z-index: 1;
  color: #2b1938;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
}

.checkbox-wrap.other-style {
  display: inline-block;
}

.modalmarca {
  z-index: 999;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-image: linear-gradient(360deg, #000, #2b2b2b73);
  border: 1px solid #fff3;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 45rem;
  max-width: 36rem;
  height: 770px;
  margin: auto;
  padding: 2.3rem;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.submit-button-copy-copy {
  background-color: var(--rosa);
  text-transform: none;
  border-radius: 10px;
  width: 100%;
  margin-top: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-83 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.menu-left {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: none;
  position: fixed;
}

.menu {
  z-index: 99999;
  cursor: pointer;
  width: 60px;
  margin-left: -20px;
  position: static;
  inset: 0% auto 0% 0%;
}

.image-37 {
  color: #fff;
  margin-left: 20px;
}

.overlay {
  z-index: 88888;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 1110px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.showreel {
  color: #c45af4;
  margin-top: 40px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.showreel.project {
  margin-top: 70px;
}

.socials {
  z-index: 9999999;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 170px;
  display: flex;
  position: static;
  left: 45%;
  right: auto;
}

.showreel-title {
  margin-bottom: 0;
}

.showreel-title.project {
  color: #fff;
  font-size: 24px;
}

.social-links {
  opacity: .2;
  color: #fff;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-size: 13px;
  line-height: 130%;
  text-decoration: none;
  transition: opacity .2s;
}

.social-links:hover {
  opacity: 1;
}

.social-links.w--current {
  opacity: .2;
  color: #fff;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-bottom: 23px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.social-links.w--current:hover {
  opacity: 1;
}

.div-block-85 {
  background-color: #c15bf3;
  width: 16px;
  height: 2px;
  margin-bottom: 5px;
}

.menu-bg {
  z-index: 8888;
  background-color: #3a3a3d;
  display: block;
  position: fixed;
  inset: 0%;
}

.link {
  opacity: .3;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .2s;
}

.link:hover, .link.w--current {
  opacity: 1;
}

.menu-links {
  z-index: 999999;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 65px;
  display: flex;
  position: static;
  left: 65px;
}

.image-38 {
  display: none;
}

.div-block-87 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.div-block-89 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 3863px 0% 0% -27px;
}

.div-block-90 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 5rem;
  display: flex;
}

.text-block-51 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 200", Arial, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 100%;
}

.div-block-91 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  border: 1px solid var(--cinza);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(231deg, #00000096 2%, #ffffff0d);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.div-block-93 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px none var(--cinza);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 23rem;
  display: flex;
}

.marcas-inside {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  border-top: 1px solid var(--cinza);
  border-bottom: 1px #383b38;
  flex-flow: column;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.main-container {
  width: 1250%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 21px;
  overflow: hidden;
}

.brand-logo-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.client-logo-slider-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  width: 100%;
  display: flex;
}

.client-logo-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.item {
  opacity: .2;
  filter: saturate(0%);
  width: 10rem;
}

.marquee-slide-2 {
  flex: none;
  height: 100%;
}

.logo-wrapper-2 {
  background-color: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .5rem 4rem;
  display: flex;
}

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

.div-block-95 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.icon-embed-xxsmall-3 {
  color: var(--rosa);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.div-block-96 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.icon-embed-xxsmall-4, .icon-embed-xxsmall-5 {
  color: var(--cor-texto-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-block-52 {
  font-family: "Aspekta 200", Arial, sans-serif;
}

.div-block-97 {
  width: 2.4rem;
}

.image-40, .image-41 {
  filter: none;
  width: 100%;
}

.div-block-98 {
  width: 2rem;
}

.image-42 {
  filter: none;
  width: 100%;
}

.div-block-99 {
  width: 2rem;
}

.text-block-54 {
  color: var(--cor-texto-dark);
  text-align: center;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.div-block-100 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.image-45 {
  opacity: .77;
  filter: saturate(0%) blur(130px);
  display: block;
  position: absolute;
  overflow: visible;
  transform: scale(.9)translate(-34px, 29px);
}

.soumarcabuttonfooter {
  background-color: var(--roxo);
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  padding: 14px 24px;
  text-decoration: none;
}

.sou {
  color: #fff;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.soucreatorbuttonfooter {
  background-color: var(--rosa);
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  padding: 14px 24px;
  text-decoration: none;
}

.text-block-55 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 200", Arial, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

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

.text-block-56 {
  color: var(--cor-texto-dark);
  -webkit-text-stroke-color: var(--rosa);
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 20px;
}

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

.image-46 {
  width: 8rem;
}

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

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

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

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

.bold-text-3 {
  font-family: "Aspekta 400", Arial, sans-serif;
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 400;
}

.link-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
}

.icon-embed-xxsmall-6, .icon-embed-xxsmall-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-block-57 {
  color: var(--cor-texto-dark);
  text-align: center;
  width: 40rem;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 20px;
}

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

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

.text-block-4-copy-copy {
  color: #fff;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-span-5 {
  color: var(--cor-texto-dark);
  padding-left: 3rem;
}

.text-span-6 {
  color: var(--rosa);
  padding-left: 4.5rem;
}

.text-span-7 {
  color: #7a7a7a;
}

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

.div-block-109 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-8 {
  font-family: "Aspekta 600", Arial, sans-serif;
  font-weight: 600;
}

.button_item {
  z-index: 99;
  border: 1px #62779140;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button_item.w--current {
  z-index: 999;
}

.button-4 {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--rosa);
  background-color: var(--rosa);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.6rem;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-4:hover {
  text-shadow: 0 2px 8px #8205ff;
  font-weight: 600;
}

.button-4:active {
  text-shadow: none;
  background-color: #8315f130;
}

.button-4.roxo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-color: var(--roxo);
  background-color: var(--roxo);
}

.button-4_wave-1 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #ff0074cf;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-4_wave-1.roxo {
  border-color: #5500ffcf;
}

.button-4_wave-2 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #f115a8cc;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-4_wave-3 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #f115a8cc;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.text-block-58 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 500", Arial, sans-serif;
  font-weight: 500;
}

.image-36-copy {
  display: none;
}

.cardtextsec2 {
  font-size: 36px;
}

.body-3 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--cor-fundo-dark);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.section_tip {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #ff0074;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition-property: none;
  box-shadow: 0 2px 16px 5px #ff00746b;
}

.button-6:hover {
  opacity: .8;
}

.text-size-medium {
  color: #fbf9fc;
  font-size: 1.25rem;
}

.bg-circle {
  z-index: -1;
  background-color: var(--cor-fundo-dark);
  opacity: .6;
  filter: blur(30px);
  border-radius: 100%;
  width: 150%;
  height: 150%;
  position: absolute;
}

.heading-xxl {
  color: #fbf9fc;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
}

.matrix-text_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.maain-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.margin-bottom.margin-large {
  margin-bottom: 3rem;
}

.page-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

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

.page-padding {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.div-block-111 {
  opacity: .42;
  background-image: url('../images/Vector.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 10rem 10rem;
  width: 100%;
  height: 100%;
  position: absolute;
}

.icon-embed-xxsmall-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.link-block-12 {
  color: var(--cor-texto-dark);
}

.switcher-2 {
  z-index: 999;
  display: flex;
  position: absolute;
  inset: 17px 75px auto auto;
}

.switcher-2_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  color: #000;
  border-bottom: 2px solid #8437fd00;
  padding: .5rem;
  font-size: 10px;
  text-decoration: none;
  transition: opacity .2s, border-color .2s;
  display: flex;
}

.switcher-2_link.w--current {
  opacity: 1;
  border-bottom-color: #473ae0;
}

.switcher-2_text {
  color: var(--cinza);
  font-family: "Aspekta 500", Arial, sans-serif;
}

.switcher-2_text.rosa, .text-span-9 {
  color: var(--rosa);
}

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

.text-span-11 {
  color: var(--rosa);
  font-size: 80px;
}

.text-span-12 {
  color: var(--cor-texto-dark);
  font-size: 90px;
}

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

.text-span-14 {
  font-family: "Aspekta 600", Arial, sans-serif;
}

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

.text-span-17 {
  color: var(--cor-texto-dark);
}

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

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

.text-span-20 {
  color: var(--cor-texto-dark);
}

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

.text-span-22 {
  font-family: "Aspekta 600", Arial, sans-serif;
  font-weight: 600;
}

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

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

.dm {
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 23px;
  left: 196px;
}

.dm__center {
  z-index: 1;
  background-color: var(--roxo);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  transform: scale(.5);
}

.dm__ray {
  justify-content: space-between;
  width: 100%;
  height: 3px;
  display: flex;
  position: absolute;
}

.dm__ray.dm__ray--2 {
  transform: rotate(90deg);
}

.dm__ray.dm__ray--3 {
  transform: rotate(135deg);
}

.dm__ray.dm__ray--4 {
  transform: rotate(45deg);
}

.dm__moon {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  transform: translate(-100%);
}

.dm__rays {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dm__ray-dot {
  background-color: var(--rosa);
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.text-block-59 {
  color: #444;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 12px;
}

.text-block-60 {
  color: var(--cor-fundo-claro);
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 16px;
}

.navicon {
  max-width: 80%;
}

.body-4 {
  background-color: var(--preto);
}

.body-5 {
  background-color: var(--cor-fundo-dark);
  justify-content: center;
  align-items: flex-start;
}

.div-block-112 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.card_team-info-wrapper {
  border: 1px solid var(--cinza);
  background-color: var(--preto);
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.details_icon-wrapper {
  z-index: 10;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: auto 2em 2em auto;
}

.body-6 {
  background-color: var(--color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.card_team-info-wrapper-2 {
  border: 1px solid var(--cinza);
  cursor: pointer;
  background-color: #ffffff05;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-113 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.full-image {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.sticky-viewbox {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 135px;
  overflow: visible;
}

.slide-content {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #111111db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.card-heading {
  color: var(--cor-texto-dark);
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "Aspekta 500", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.12;
}

.card-half {
  flex-direction: column;
  flex: 1;
  width: 50%;
  height: 301%;
  display: flex;
}

.card-half.left {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 725%;
  display: flex;
}

.card-half.right {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 725%;
}

.cards-wrapper {
  z-index: 2;
  border: 1px solid #ffffff14;
  border-radius: 2rem;
  width: 100%;
  max-width: 1300px;
  height: 60vh;
  display: flex;
  overflow: clip;
}

.cards-scroller {
  border-radius: 2rem;
  flex-flow: row;
  height: 1400vh;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.card-image-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.main-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-7 {
  color: #000;
  background-color: #fff;
  border-radius: 4rem;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1;
}

.button-7:hover, .button-7.color-2 {
  background-color: #fff;
}

.button-7.color-3 {
  color: #14193b;
  background-color: #f6fcfe;
}

.button-7.color-1 {
  background-color: #fff;
}

.card-slide {
  width: 100%;
  height: 101%;
  position: relative;
  overflow: hidden;
}

.card-slide.color-2 {
  border: 1px none var(--cinza);
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.card-slide.color-1 {
  color: #fff;
}

.paragraph {
  opacity: .61;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.max-width-85 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-61 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 300", Arial, sans-serif;
  font-size: 16px;
}

.icon-embed-xxsmall-11 {
  color: var(--rosa);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-xxsmall-12 {
  color: var(--roxo);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

.icon-embed-xxsmall-13 {
  color: var(--cor-fundo-claro);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px none var(--cinza);
  color: var(--cor-texto-dark);
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Aspekta 400", Arial, sans-serif;
  display: flex;
}

.text-block-62 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px none var(--cinza);
  color: var(--cor-texto-dark);
  text-align: left;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 14px;
  display: flex;
}

.text-block-62.text-12 {
  color: var(--cinza-rosado);
  font-size: 12px;
}

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

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

.logo {
  justify-content: flex-start;
  align-items: center;
  width: 2rem;
  display: flex;
}

.text-block-63 {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 14px;
}

.text-block-63.text-span-25 {
  background-color: #0000;
  background-image: none;
  font-family: "Aspekta 400", Arial, sans-serif;
}

.text-block-63.text-span-25.roxo {
  background-image: none;
}

.text-block-63.text-span-25.rosa {
  background-color: var(--rosa);
  background-image: none;
}

.icon-embed-xxsmall-14 {
  color: var(--rosa);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.icon-embed-xxsmall-15 {
  color: var(--roxo);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.div-block-120 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-121 {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-64 {
  color: var(--cinza);
  max-width: 100%;
  font-family: "Aspekta 400", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.text-block-64.grande {
  color: var(--cor-texto-dark);
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 42px;
}

.text-block-65 {
  border: 1px none var(--cinza);
  color: var(--cor-fundo-claro);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: "Aspekta 600", Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.div-block-122 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(328deg, var(--roxo), var(--rosa));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.icon-embed-xxsmall-16 {
  color: var(--cor-fundo-claro);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-xxsmall-17 {
  color: var(--cor-texto-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.icon-embed-xxsmall-18 {
  color: var(--cor-texto-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

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

.text-span-25 {
  background-color: var(--roxo);
  background-image: linear-gradient(200deg, var(--roxo), var(--rosa));
  border-radius: 10px;
  padding: 6px 8px;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 16px;
}

.icon-embed-xxsmall-19 {
  color: var(--cor-fundo-claro);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2rem;
  display: flex;
}

.div-block-124 {
  z-index: 1;
  filter: blur(80px);
  background-image: url('../images/Forma-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 70vw;
  height: 70vh;
  display: flex;
  position: absolute;
  left: 92px;
}

.cursor-bg {
  z-index: 2;
  display: none;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section-15 {
  width: 100%;
}

.icon-embed-xxsmall-20, .icon-embed-xxsmall-21, .icon-embed-xxsmall-22, .icon-embed-xxsmall-23 {
  color: var(--cor-texto-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.text-block-66 {
  color: var(--cor-texto-dark);
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: "Aspekta 700", Arial, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 100%;
}

.text-span-26 {
  outline-offset: 0px;
  text-shadow: 0 -1px 40px #ff00744f;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(200deg, #6a00ff 21%, #ff0074 78%);
  -webkit-background-clip: text;
  background-clip: text;
  outline: 3px #f8f8f8;
}

.div-block-125 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  line-height: 100%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .nav-text {
    color: #ffffff47;
  }

  .text-block-4 {
    color: var(--preto);
  }

  .soumarcabutton {
    background-color: var(--cor-texto-dark);
  }

  .nav-main {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .headerww {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .nav2 {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-image: none;
    border-color: #ffffff26;
    height: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .text-block-6 {
    color: #444;
  }

  .text-block-10, .text-block-13 {
    text-align: left;
  }

  .text-block-19 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-24 {
    padding-top: .75rem;
  }

  .image-17 {
    max-width: 70%;
  }

  .modal-background {
    display: none;
    position: absolute;
  }

  .text-field-3 {
    border-radius: 20px;
  }

  .text-block-34 {
    background-color: var(--rosa);
    background-image: none;
    border: 1px solid #ffffff26;
  }

  .sectionbody {
    width: 240px;
  }

  .as {
    text-align: right;
    font-size: 120px;
  }

  .main {
    z-index: 1;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-block-36-copy {
    font-size: 140px;
  }

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

  .direction-icon.left {
    position: relative;
    left: 111px;
  }

  .direction-icon.right {
    position: relative;
    left: -60px;
  }

  .resource-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 2rem;
  }

  .div-block-59 {
    justify-content: flex-end;
    min-width: 100%;
  }

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

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

  .text-block-36-copy {
    text-align: left;
    padding-left: 0;
    font-size: 120px;
  }

  .text-block-47 {
    color: var(--cor-texto-dark);
    font-family: "Aspekta 700", Arial, sans-serif;
    font-size: 120px;
    line-height: 100%;
  }

  .div-block-63 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .image-31 {
    filter: blur(100px);
    position: absolute;
  }

  .light-back {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 251px 0% 0%;
  }

  .onlinner-btn {
    justify-content: center;
    align-items: center;
  }

  .image-32 {
    width: 60px;
    height: 60px;
  }

  .link-block-10 {
    border: 1px solid var(--cinza);
    border-radius: 48px;
    justify-content: center;
    align-items: center;
    padding: 18px 32px;
    text-decoration: none;
    display: flex;
  }

  .text-block-48 {
    color: var(--cor-texto-dark);
    font-family: "Aspekta 400", Arial, sans-serif;
    font-size: 20px;
    display: block;
  }

  .bar-down {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .text-block-49 {
    color: var(--cor-texto-dark);
    font-family: "Aspekta 400", Arial, sans-serif;
  }

  .icon-embed-xxsmall {
    color: var(--roxo);
    width: 45px;
    height: 45px;
  }

  .image-33 {
    min-width: 80%;
  }

  .image-35 {
    position: absolute;
  }

  .as-copy {
    text-align: right;
    font-size: 120px;
  }

  .text-block-36-copy-copy {
    text-align: left;
    padding-left: 0;
    font-size: 120px;
  }

  .text-block-50 {
    color: var(--rosa);
    text-align: center;
    font-family: "Aspekta 400", Arial, sans-serif;
    font-size: 32px;
    line-height: 100%;
  }

  .text-block-50-copy {
    color: var(--cor-texto-dark);
    text-align: center;
    font-family: "Aspekta 300", Arial, sans-serif;
    font-size: 24px;
    line-height: 100%;
  }

  .btn1-hero {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--rosa);
    border-radius: 45px;
    padding: 12px 32px;
    display: flex;
  }

  .text-center-hero {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .image-36 {
    display: none;
  }

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

  .close-modal {
    color: var(--cor-texto-dark);
    width: 3rem;
    height: 3rem;
  }

  .modalcreator {
    z-index: 9999;
    background-image: linear-gradient(360deg, #000, #1b1b1bd6);
    height: 770px;
    margin-bottom: auto;
    padding: 2.3rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .submit-button-copy {
    background-color: var(--roxo);
    margin-top: 20px;
  }

  .modalmarca {
    height: 770px;
    padding: 2.3rem;
    display: none;
  }

  .div-block-89 {
    display: none;
    top: 3731px;
  }

  .div-block-91 {
    justify-content: center;
    display: flex;
  }

  .div-block-93 {
    border-radius: 0;
  }

  .marcas-inside {
    border-top-color: var(--cinza);
    border-bottom-style: none;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .main-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .items {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: 5rem;
  }

  .item {
    opacity: .2;
  }

  .marquee-slide-2 {
    height: 100%;
  }

  .logo-wrapper-2 {
    background-color: #ffffff0a;
    border: 1px solid #ffffff14;
    border-radius: 54px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1.5rem 2.5rem;
    display: flex;
  }

  .text-block-55 {
    font-family: "Aspekta 300", Arial, sans-serif;
    font-size: 26px;
  }

  .image-36-copy {
    display: none;
  }

  .navicon {
    max-width: 70%;
  }

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

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

@media screen and (min-width: 1920px) {
  .nav-text {
    color: var(--cinza);
    font-size: 16px;
  }

  .link-block {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .text-block-4 {
    color: var(--preto);
    font-size: 16px;
  }

  .soumarcabutton {
    background-color: var(--cor-texto-dark);
    padding: 8px 24px;
    display: flex;
  }

  .home {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
  }

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

  .nav2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0a0a0a63;
    background-image: none;
    height: 5rem;
    margin-top: 0;
    padding-left: 64px;
    padding-right: 64px;
    position: relative;
  }

  .menulink {
    font-family: "Aspekta 300", Arial, sans-serif;
  }

  .quemsomos {
    background-image: url('../images/Ellipse-sec2.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .oquefazemos, .text-block-7 {
    color: var(--cor-texto-dark);
  }

  .text-block-13 {
    display: flex;
  }

  .nome-black {
    font-family: "Aspekta 500", Arial, sans-serif;
    font-size: 36px;
  }

  .text-block-19 {
    display: flex;
  }

  .influencers {
    background-image: none;
    position: relative;
  }

  .container-3 {
    z-index: 1;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    position: relative;
  }

  .link-block-3-copy {
    background-color: var(--rosa);
    cursor: pointer;
  }

  .mediakit {
    z-index: 9999;
    position: relative;
  }

  .image-13 {
    opacity: .73;
    filter: saturate(0%);
  }

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

  .cases {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-23 {
    font-size: 110px;
  }

  .div-block-24 {
    padding-top: .75rem;
  }

  .div-block-26 {
    z-index: 1;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    position: relative;
  }

  .text-block-25-copy-copy {
    color: var(--cor-texto-dark);
    text-align: left;
    border-radius: 10px;
    font-family: "Aspekta 400", Arial, sans-serif;
    font-size: 20px;
  }

  .footer {
    flex-flow: column;
  }

  .modal-background {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #0b0b0bab;
    display: none;
  }

  .text-block-29 {
    font-size: 36px;
  }

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

  .text-field-3 {
    border-radius: 20px;
  }

  .field-label {
    letter-spacing: 1px;
    font-family: "Aspekta 200", Arial, sans-serif;
  }

  .text-block-34 {
    background-color: var(--rosa);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .creator {
    display: flex;
  }

  .marcas {
    border-top: 2px none var(--rosa);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body {
    max-width: 100%;
    overflow: auto;
  }

  .card-stack {
    position: relative;
  }

  .card {
    box-shadow: 0 2px 5px #0003;
  }

  .sectionbody {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    justify-content: center;
    align-items: center;
    width: 340px;
  }

  .background-video {
    display: flex;
  }

  .as {
    z-index: 0;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    font-size: 180px;
    display: flex;
  }

  .main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 400px;
  }

  .text-block-36-copy {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .slider-wrap.trislider {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    max-width: 1920px;
  }

  .left-arrow-wrap {
    z-index: 9;
    left: -40px;
  }

  .client-slider {
    min-width: auto;
  }

  .client-slider-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .right-arrow-wrap {
    right: -40px;
  }

  .direction-icon.left {
    position: relative;
    right: -130px;
  }

  .direction-icon.right {
    position: relative;
    left: -60px;
  }

  .resource-wrap {
    background-color: #0b0b0b00;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-18-copy-3 {
    border-right-style: solid;
  }

  .website-panel.trislider {
    width: 100%;
  }

  .link-block-9 {
    background-color: var(--roxo);
  }

  .image-22 {
    width: 125px;
    height: 125px;
  }

  .text-block-16-copy-copy-9 {
    font-family: "Aspekta 600", Arial, sans-serif;
  }

  .div-block-57 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    border: 1px solid var(--cinza);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    background-color: #0b0b0b33;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    display: grid;
  }

  .text-block-16-copy-copy-10, .text-block-16-copy-copy-11 {
    font-family: "Aspekta 600", Arial, sans-serif;
  }

  .div-block-59 {
    min-width: 1200px;
  }

  .inner-swipe {
    display: none;
  }

  .slide-container {
    width: 100%;
    height: auto;
  }

  .slide-item-wrapper {
    border-color: var(--cinza);
  }

  .back-video-cases {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .card-text {
    display: block;
  }

  .div-block-61 {
    justify-content: center;
    margin-bottom: 36px;
    padding: 24px 32px;
  }

  .content-principal {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .text-block-36-copy {
    z-index: 0;
    text-align: right;
    justify-content: flex-start;
    align-items: center;
    font-size: 180px;
    display: flex;
  }

  .text-block-47 {
    color: var(--cor-texto-dark);
    letter-spacing: -10px;
    font-family: "Aspekta 700", Arial, sans-serif;
    font-size: 160px;
    line-height: 100%;
  }

  .div-block-63 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-64 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .light-back {
    height: auto;
  }

  .div-block-67, .div-block-70 {
    background-color: var(--rosa);
    height: 100%;
  }

  .onlinner-btn {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .image-32 {
    width: 60px;
  }

  .link-block-10 {
    border: 1px solid var(--cinza);
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 18px 32px;
    text-decoration: none;
    display: flex;
  }

  .text-block-48 {
    color: var(--cor-texto-dark);
    width: auto;
    font-family: "Aspekta 400", Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
  }

  .bar-down {
    z-index: 2;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center;
    max-width: 80rem;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
    position: relative;
  }

  .text-block-49 {
    color: var(--cor-texto-dark);
    border-radius: 10px;
    font-family: "Aspekta 400", Arial, sans-serif;
    font-size: 20px;
    line-height: 100%;
  }

  .icon-embed-xxsmall {
    color: var(--roxo);
    width: 65px;
    height: 45px;
  }

  .logoend {
    text-align: left;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    display: flex;
  }

  .image-33 {
    opacity: .72;
    border-top: 1px #000;
    min-width: 80%;
  }

  .image-34 {
    z-index: 0;
    opacity: .33;
    max-width: none;
    position: absolute;
    left: 1443px;
  }

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

  .image-35 {
    z-index: 0;
    opacity: 1;
    filter: blur(120px);
    position: absolute;
  }

  .div-block-18-copy-3-copy {
    border-right-style: none;
  }

  .as-copy {
    z-index: 0;
    color: var(--cinza);
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    font-size: 180px;
    display: none;
  }

  .text-block-36-copy-copy {
    z-index: 0;
    color: var(--cinza);
    text-align: right;
    justify-content: flex-start;
    align-items: center;
    font-size: 180px;
    display: none;
  }

  .text-block-50 {
    color: var(--rosa);
    text-align: center;
    font-family: "Aspekta 500", Arial, sans-serif;
    font-size: 32px;
    line-height: 100%;
  }

  .text-block-50-copy {
    color: var(--cor-texto-dark);
    text-align: center;
    font-family: "Aspekta 300", Arial, sans-serif;
    font-size: 24px;
    line-height: 100%;
  }

  .btn1-hero {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #ff0074;
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    display: flex;
  }

  .text-center-hero {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
    line-height: 100%;
    display: flex;
  }

  .image-36 {
    display: none;
  }

  .div-block-81 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .close-modal {
    color: var(--cor-texto-dark);
    cursor: pointer;
    width: 3rem;
    height: 3rem;
  }

  .modalcreator {
    z-index: 999999;
    background-image: linear-gradient(0deg, var(--preto), #1b1b1bd6);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    border-style: solid;
    height: 770px;
    margin: auto;
    padding: 40px;
    display: none;
    position: fixed;
  }

  .submit-button-copy {
    background-color: var(--roxo);
    margin-top: 23px;
    font-size: 20px;
  }

  .modalmarca {
    z-index: 999999;
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    background-image: linear-gradient(#000000a6, #141414);
    border-style: solid;
    margin: auto;
    padding: 2.3rem;
    display: none;
    position: fixed;
  }

  .submit-button-copy-copy {
    background-color: var(--rosa);
    margin-top: 23px;
    font-size: 20px;
  }

  .div-block-87, .div-block-88 {
    width: 100%;
    display: flex;
  }

  .div-block-89 {
    display: none;
    top: 3738px;
    overflow: hidden;
  }

  .div-block-90 {
    max-width: 1440px;
    padding-left: 23.125rem;
    padding-right: 23.125rem;
  }

  .marcas-inside {
    border-top: 1px none var(--cinza);
    border-bottom: 2px none var(--roxo);
    margin-top: 0;
    padding-right: 2rem;
  }

  .main-container {
    width: 100%;
  }

  .items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    opacity: 1;
    height: 6rem;
  }

  .item {
    opacity: .42;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: clip;
  }

  .marquee-slide-2 {
    height: 100%;
  }

  .logo-wrapper-2 {
    background-color: #ffffff0a;
    border: 1px solid #ffffff14;
    border-radius: 54px;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1.5rem 2.5rem;
    display: flex;
  }

  .text-block-52 {
    color: var(--cor-texto-dark);
    font-family: "Aspekta 200", Arial, sans-serif;
    font-weight: 200;
  }

  .image-39 {
    position: absolute;
    top: 6930.22px;
  }

  .image-45 {
    opacity: .71;
    filter: blur(100px) saturate(0%);
    position: absolute;
    transform: scale(.9)translate(-25px, 56px);
  }

  .soumarcabuttonfooter, .soucreatorbuttonfooter {
    display: flex;
  }

  .div-block-108, .div-block-109 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-36-copy {
    display: none;
  }

  .bg-circle {
    width: 20vw;
    height: 20vw;
  }

  .matrix-text_component {
    display: flex;
    position: static;
  }

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

  .sticky-viewbox {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    height: 70vh;
    top: 147px;
    overflow: visible;
  }

  .cards-wrapper {
    max-width: 100%;
    height: 70vh;
  }

  .cards-scroller {
    width: 80vw;
  }

  .main-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 34px;
    display: flex;
  }

  .card-slide.color-2 {
    overflow: visible;
  }

  .max-width-85 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .text-block-4 {
    color: var(--preto);
  }

  .soumarcabutton {
    background-color: var(--cor-texto-dark);
  }

  .nav-main {
    display: none;
  }

  .home {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .headerww {
    width: auto;
  }

  .nav2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 1.6rem;
    padding-left: 34px;
    padding-right: 34px;
  }

  .head {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

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

  .content-quemsomos {
    flex-flow: column;
    width: 100%;
    height: 100%;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }

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

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

  .quemsomos {
    flex-flow: column;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .container1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-7 {
    padding-bottom: 31px;
    padding-left: 20px;
  }

  .div-block-8 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .text-block-9 {
    color: #6e6e6e;
  }

  .textnumbers {
    font-size: 16px;
    line-height: 100%;
  }

  .text-block-12-copy-copy-copy, ._100m {
    letter-spacing: -2px;
    font-size: 48px;
  }

  .text-block-10 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .text-block-12-copy {
    letter-spacing: -2px;
    font-size: 48px;
  }

  .container-2 {
    padding-left: 34px;
    padding-right: 34px;
    font-size: 48px;
  }

  .text-block-12 {
    letter-spacing: -2px;
    font-size: 48px;
  }

  .text-block-13 {
    text-align: center;
    width: 27rem;
    font-size: 14px;
  }

  .text-block-19 {
    text-align: center;
    width: 29rem;
    font-size: 48px;
  }

  .influencers {
    padding: 3rem 0 6rem;
  }

  .container-3 {
    z-index: 1;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

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

  .link-block-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .cases {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-block-23 {
    text-align: center;
    font-size: 48px;
  }

  .div-block-26 {
    justify-content: space-between;
    align-items: center;
  }

  .text-block-25 {
    text-align: center;
    flex-flow: column;
    font-size: 48px;
    display: flex;
  }

  .div-block-28 {
    flex-flow: column;
    justify-content: space-between;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 37px;
    padding-bottom: 37px;
  }

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

  .div-block-29-copy, .div-block-29-copy-copy {
    height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-29-copy-copy-copy {
    height: 100%;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .text-block-25-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 24px;
    display: flex;
  }

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

  .footer {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    flex-flow: column;
    height: auto;
  }

  .div-block-31 {
    flex-flow: column;
    width: auto;
    display: flex;
  }

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

  .div-block-33 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 32rem;
  }

  .marcas {
    overflow: clip;
  }

  .container-5 {
    flex-flow: row;
  }

  .spline-scene-2 {
    width: 200px;
    height: auto;
  }

  .body {
    flex-flow: column;
  }

  .sectionbody {
    width: 100%;
  }

  .as {
    font-size: 80px;
    display: none;
  }

  .main {
    z-index: 1;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    height: 380px;
  }

  .div-block-46 {
    order: -1;
    width: auto;
  }

  .slider-wrap {
    flex: 1;
  }

  .slider-wrap.trislider {
    width: 100%;
    max-width: 768px;
    margin-bottom: 43px;
  }

  .left-arrow-wrap {
    padding-bottom: 0;
    bottom: -111px;
    left: 880px;
  }

  .client-slider-mask {
    width: 20%;
  }

  .client-slider {
    z-index: 1;
    min-width: auto;
  }

  .right-arrow-wrap {
    justify-content: center;
    align-items: flex-end;
    bottom: -144px;
    right: 895px;
  }

  .direction-icon.left {
    margin-top: 650px;
    margin-left: 0;
  }

  .direction-icon.right {
    margin-top: 622px;
    margin-right: 0;
    left: -105px;
  }

  .resource-wrap {
    background-color: #0000;
    padding-bottom: 4rem;
  }

  .website-panel {
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-59 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    padding-left: 34px;
    padding-right: 34px;
  }

  .slide-prev.desktop-arrow {
    background-color: var(--rosa);
  }

  .inner-swipe {
    display: none;
  }

  .slide-next.desktop-arrow {
    background-color: var(--roxo);
  }

  .wrapper {
    padding-right: 0;
  }

  .div-block-61 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .content-principal {
    flex-flow: column;
    display: flex;
  }

  .text-block-36-copy, .text-block-47 {
    font-size: 80px;
    display: none;
  }

  .div-block-63, .div-block-64 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .light-back {
    height: auto;
    top: 308px;
  }

  .link-block-10 {
    padding: 12px 24px;
  }

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

  .bar-down {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: center;
    width: auto;
    max-width: none;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .image-33 {
    min-width: auto;
  }

  .image-35 {
    position: absolute;
  }

  .as-copy {
    color: var(--cor-texto-dark);
    font-size: 80px;
    display: flex;
  }

  .text-block-36-copy-copy {
    color: var(--cor-texto-dark);
    text-align: center;
    font-size: 80px;
    display: flex;
  }

  .modalcreator {
    display: none;
  }

  .submit-button-copy {
    background-color: var(--rosa);
  }

  .menu-left {
    border-bottom: 1px solid var(--cinza);
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0 1.6rem;
    display: flex;
    position: relative;
    left: 0;
  }

  .socials {
    margin-right: 140px;
    left: 20%;
  }

  .menu-bg {
    display: block;
  }

  .menu-links {
    margin-left: 140px;
  }

  .image-38 {
    display: inline-flex;
  }

  .div-block-88 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-89 {
    z-index: 1;
    top: 4411px;
  }

  .div-block-90 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-51 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-91 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .marcas-inside {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .item {
    width: 125px;
  }

  .div-block-96 {
    justify-content: flex-start;
    align-items: center;
  }

  .icon-embed-xxsmall-4, .icon-embed-xxsmall-5 {
    max-width: 1.5rem;
    max-height: 1.5rem;
  }

  .soumarcabuttonfooter {
    background-color: var(--roxo);
  }

  .sou {
    color: var(--cor-texto-dark);
  }

  .soucreatorbuttonfooter {
    background-color: var(--rosa);
  }

  .div-block-104 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-4-copy-copy {
    color: var(--cor-texto-dark);
  }

  .button_item {
    background-color: #1e1a2500;
  }

  .button-6 {
    white-space: nowrap;
  }

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

  .icon-embed-xxsmall-10 {
    max-width: 1.5rem;
    max-height: 1.5rem;
  }

  .switcher-2 {
    display: none;
    top: 328px;
  }

  .details_icon-wrapper {
    display: flex;
  }

  .slide-content {
    padding: 2rem;
  }

  .card-heading {
    font-size: 2rem;
  }

  .cards-wrapper {
    height: 60vh;
  }

  .main-wrapper {
    padding-top: 10vh;
  }

  .paragraph {
    font-size: 1rem;
  }

  .max-width-85 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .slider-wrap {
    padding-right: 18px;
  }

  .slider-wrap.trislider {
    width: auto;
  }

  .left-arrow-wrap {
    left: -29px;
  }

  .right-arrow-wrap {
    right: -29px;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .inner-swipe {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-item-wrapper {
    border-radius: 0;
    width: 308px;
    height: 450px;
  }

  .content-wrapper, .image {
    object-fit: cover;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

  .wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-item {
    border-radius: 0;
    transform: scale(1);
  }

  .menu-left {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: auto;
    padding: 20px;
  }

  .menu {
    margin-top: 0;
    margin-left: 0;
    margin-right: -20px;
    padding-right: 0;
    inset: 0% 0% auto auto;
  }

  .overlay {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
  }

  .socials {
    display: none;
  }

  .showreel-title.project {
    font-size: 18px;
  }

  .menu-bg {
    display: block;
  }

  .link, .link.w--current {
    font-size: 48px;
  }

  .marcas-inside {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brand-logo-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .items {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .item {
    width: 100px;
  }

  .button_item {
    justify-content: center;
    height: 230px;
  }

  .section_tip {
    align-items: center;
    overflow: auto;
  }

  .heading-xxl {
    font-size: 6rem;
  }

  .maain-wrapper {
    grid-template-columns: 100%;
    width: 100%;
  }

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

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

@media screen and (max-width: 479px) {
  .nav-text {
    box-shadow: none;
    color: var(--rosa);
    text-align: center;
    text-shadow: 0 1px 20px var(--rosa);
    font-family: "Aspekta 500", Arial, sans-serif;
    font-size: 12px;
    display: none;
  }

  .text-block-4 {
    color: var(--cor-texto-dark);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4px 12px;
    font-family: "Aspekta 500", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
  }

  .soumarcabutton {
    background-color: var(--roxo);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    font-family: "Aspekta 300", Arial, sans-serif;
    display: flex;
    box-shadow: 0 0 20px #4400ff5c;
  }

  .home {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    width: 100%;
    height: auto;
    padding: 20px 1rem;
    display: flex;
    overflow: hidden;
  }

  .headerww {
    width: 100%;
  }

  .nav2 {
    z-index: 6;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-image: linear-gradient(52deg, #2222225e, #0908080d);
    border-style: solid;
    border-width: 1px;
    border-radius: 999px;
    flex-flow: row;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: 0;
    padding: 12px 1rem;
    position: relative;
  }

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

  .text-block-6 {
    text-align: left;
    height: 100%;
    font-size: 14px;
  }

  .content-quemsomos {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-6 {
    width: 181px;
    height: 212px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .image-4 {
    width: 34px;
    height: 44px;
  }

  .text-block-5 {
    text-align: left;
    font-size: 24px;
  }

  .quemsomos {
    background-image: url('../images/Ellipse-sec2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    padding: 2rem 1rem;
  }

  .oquefazemos {
    padding: 3rem 1rem;
  }

  .text-block-7 {
    letter-spacing: -1px;
    padding-left: 0;
    font-size: 48px;
  }

  .div-block-8 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-5 {
    width: 64px;
    height: 64px;
  }

  .text-block-8 {
    font-size: 32px;
  }

  .text-block-9 {
    color: #6e6e6e;
    font-size: 14px;
  }

  .textnumbers {
    font-size: 14px;
  }

  .text-block-12-copy-copy-copy, ._100m {
    font-size: 32px;
  }

  .text-block-10 {
    text-align: center;
    font-size: 32px;
  }

  .div-block-9 {
    flex-flow: row;
  }

  .text-block-12-copy {
    text-align: right;
    font-size: 32px;
  }

  .container-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

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

  .nossosnumeros {
    padding: 3rem 1rem;
  }

  .text-block-13 {
    text-align: center;
    flex-flow: wrap;
    width: 20rem;
  }

  .nome-black {
    font-size: 32px;
  }

  .text-block-19 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 32px;
    font-weight: 600;
  }

  .influencers {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-13 {
    display: inline-flex;
    inset: 0% 0% auto;
  }

  .text-block-copy {
    color: var(--cor-texto-dark);
    text-align: center;
    font-size: 12px;
    line-height: 100%;
    display: none;
  }

  .div-block-22 {
    width: 2.95rem;
  }

  .cases {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 3rem 1rem 0;
  }

  .text-block-23 {
    margin-bottom: 22px;
    font-size: 26px;
  }

  .div-block-24 {
    flex-flow: column;
    order: 2;
    width: 100%;
    display: flex;
  }

  .dematch {
    opacity: 1;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    width: 100%;
    padding: 3rem 1rem;
  }

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

  .text-block-25 {
    text-align: center;
    font-size: 32px;
    font-weight: 200;
  }

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

  .div-block-29 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-26-copy {
    color: var(--cor-texto-dark);
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
  }

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

  .div-block-29-copy-copy, .div-block-29-copy-copy-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-25-copy {
    text-align: center;
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    font-size: 14px;
  }

  .text-block-25-copy-copy {
    font-family: "Aspekta 400", Arial, sans-serif;
    font-size: 16px;
  }

  .footer {
    background-image: url('../images/Ellipse-11.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-31 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-block-28 {
    color: var(--cor-texto-dark);
    text-align: left;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-33 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 9.5px;
  }

  .image-17 {
    width: 100%;
  }

  .div-block-35 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: center;
    width: 100%;
  }

  .div-block-36 {
    flex-flow: column;
    order: -1;
    width: 2.5rem;
  }

  .modal-background {
    display: none;
    overflow: auto;
  }

  .text-block-29 {
    text-align: left;
    font-size: 26px;
  }

  .text-block-30 {
    text-align: left;
  }

  .form-block {
    width: 100%;
    display: flex;
    overflow: auto;
  }

  .text-field-3 {
    height: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 100%;
  }

  .form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-42 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .field-label {
    font-family: "Aspekta 200", Arial, sans-serif;
    font-size: 15px;
  }

  .text-block-34 {
    background-color: var(--rosa);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 4px 12px;
    font-family: "Aspekta 500", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    box-shadow: 0 0 10px #ff0074ad;
  }

  .creator {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-43 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .marcas {
    overflow: hidden;
  }

  .spline-scene-2 {
    flex: 0 auto;
    width: 300px;
    height: 300px;
  }

  .submit-button-copy {
    margin-top: 11px;
  }

  .body {
    background-color: var(--cor-fundo-dark);
    flex-flow: column;
  }

  .sectionbody {
    width: auto;
  }

  .main {
    flex-flow: column;
    width: auto;
    height: 14rem;
  }

  .div-block-46 {
    order: 2;
    width: auto;
    height: 100px;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .heading-2 {
    font-size: 3.25em;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .client-slider-panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-wrap {
    padding-right: 13px;
  }

  .slider-wrap.trislider {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .left-arrow-wrap {
    align-items: center;
    margin-left: -29px;
    padding-bottom: 75px;
    display: flex;
    bottom: 0;
    left: 30px;
  }

  .client-slider-mask {
    text-align: center;
    width: 100%;
  }

  .client-slider {
    width: 100%;
    display: block;
  }

  .client-slider-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .right-arrow-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 0;
    right: -22px;
  }

  .direction-icon.left {
    margin-top: 0;
    position: relative;
    right: 0;
  }

  .direction-icon.right {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .resource-wrap {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-image: url('../images/Ellipse-13.svg');
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: 55rem;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .slide-nav {
    z-index: 999;
    opacity: .16;
    position: relative;
    bottom: 0;
    left: 0;
  }

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

  .website-panel.trislider {
    padding-right: 0;
  }

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

  .image-22 {
    width: 100%;
  }

  .image-22.roxo, .image-22.rosa {
    border-width: 2px;
  }

  .text-block-40 {
    font-size: 10px;
  }

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

  .div-block-57 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0b0b0b00;
    background-image: linear-gradient(#0000001c 17%, #0000009e);
    border-style: solid;
    border-radius: 20px;
    padding: 32px 20px;
  }

  .text-block-16-copy-copy-10, .text-block-16-copy-copy-11 {
    font-size: 14px;
  }

  .div-block-58 {
    width: 6rem;
  }

  .div-block-59 {
    justify-content: center;
    align-items: center;
  }

  .slide-prev.desktop-arrow {
    width: auto;
    height: auto;
    padding: 5px;
    display: flex;
    position: absolute;
    top: 206px;
    left: -11px;
  }

  .inner-swipe {
    display: none;
    position: absolute;
  }

  .slide-container {
    order: 3;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 2px;
  }

  .slide-item-wrapper {
    border-radius: 10px;
    width: 200px;
    height: 350px;
  }

  .slide-next.desktop-arrow {
    width: auto;
    height: auto;
    padding: 5px;
    display: flex;
    top: 206px;
    right: -12px;
  }

  .wrapper {
    height: 100%;
    padding-top: 6px;
    padding-right: 0;
  }

  .slide-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 16px;
    width: auto;
    margin-top: 1.6rem;
  }

  .div-block-60 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: -1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center end;
    display: flex;
  }

  .h1 {
    font-size: 24px;
  }

  .card-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-61 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .content-principal {
    z-index: 9;
    flex-flow: column;
    max-width: none;
    overflow: visible;
  }

  .div-block-63 {
    z-index: 99;
    flex-flow: wrap;
    width: 100%;
    top: -16px;
    overflow: visible;
  }

  .div-block-64 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .light-back {
    height: auto;
    display: none;
  }

  .onlinner-btn {
    z-index: 1;
    flex-flow: column;
    order: -1;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    position: relative;
  }

  .bar-down {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    grid-auto-flow: row;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-49 {
    color: var(--cor-texto-dark);
    text-align: left;
    flex-flow: wrap;
    font-size: 14px;
    display: flex;
  }

  .icon-embed-xxsmall {
    color: var(--roxo);
    width: 25px;
    height: 25px;
  }

  .image-33 {
    max-width: 90%;
  }

  .div-block-76 {
    background-color: var(--roxo);
  }

  .image-35 {
    opacity: 1;
  }

  .as-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 64px;
  }

  .text-block-36-copy-copy {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    font-size: 64px;
  }

  .text-block-50 {
    color: var(--rosa);
    text-align: center;
    font-family: "Aspekta 500", Arial, sans-serif;
    font-size: 20px;
  }

  .text-block-50-copy {
    color: var(--cor-texto-dark);
    text-align: center;
    font-family: "Aspekta 300", Arial, sans-serif;
    font-size: 16px;
    line-height: 100%;
  }

  .btn1-hero {
    background-color: var(--rosa);
    border-radius: 45px;
    order: 1;
    width: 16rem;
    padding: 8px 20px;
    display: flex;
  }

  .image-36 {
    z-index: 0;
    display: block;
    position: absolute;
    bottom: -8.2344px;
    overflow: hidden;
  }

  .div-block-81 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .close-modal {
    color: var(--cor-texto-dark);
    width: 2rem;
    height: 2rem;
    display: flex;
    position: fixed;
  }

  .div-block-82 {
    flex-flow: row;
    display: flex;
  }

  .modalcreator {
    box-sizing: border-box;
    object-fit: contain;
    background-image: none;
    border-style: none;
    width: 100%;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: relative;
    overflow: auto;
  }

  .submit-button-copy {
    background-color: var(--rosa);
    opacity: 1;
  }

  .modalmarca {
    box-sizing: border-box;
    object-fit: contain;
    background-image: none;
    border-style: none;
    width: 100%;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: relative;
    overflow: auto;
  }

  .submit-button-copy-copy {
    background-color: var(--roxo);
  }

  .div-block-83 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    display: flex;
  }

  .menu-left {
    z-index: 9;
    border-bottom: 1px solid var(--cinza);
    opacity: 1;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #00000059;
    justify-content: space-between;
    padding: 10px 20px 0;
    position: fixed;
    inset: -.4rem 0% auto;
  }

  .image-37 {
    filter: hue-rotate(45deg);
    color: var(--cor-texto-dark);
  }

  .overlay {
    z-index: 1;
    flex-flow: column;
    place-content: flex-start center;
    align-items: stretch;
    height: 100vh;
    display: none;
    inset: 0% auto;
  }

  .menu-bg {
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #3a3a3d00;
    background-image: linear-gradient(#000000ed 53%, #1d1d1d);
  }

  .link {
    font-family: "Aspekta 400", Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
    transition: opacity .2s;
  }

  .menu-links {
    margin-left: 20px;
    margin-right: 0;
    left: auto;
  }

  .image-38 {
    z-index: 0;
    position: relative;
  }

  .nav {
    z-index: 99;
    height: 5rem;
    position: relative;
  }

  .div-block-87 {
    order: 1;
    width: 80%;
    font-size: 32px;
  }

  .div-block-88 {
    order: 3;
  }

  .div-block-89 {
    z-index: 1;
    top: 3783px;
  }

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

  .text-block-51 {
    text-align: center;
    font-family: "Aspekta 300", Arial, sans-serif;
    font-size: 24px;
  }

  .div-block-91 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    background-image: linear-gradient(231deg, #00000096 2%, #ffffff0d);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-93 {
    z-index: 1;
    text-align: center;
    border-right-style: none;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .marcas-inside {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-top-style: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .brand-logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .item {
    opacity: 4;
    width: 6rem;
  }

  .logo-wrapper-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-94 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    min-width: 100px;
    display: grid;
  }

  .div-block-95 {
    grid-template-rows: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .div-block-96 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-52 {
    color: var(--cinza);
    text-align: center;
  }

  .text-block-54 {
    font-size: 32px;
  }

  .div-block-100 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .div-block-101 {
    text-align: center;
    flex-flow: column;
    width: 100%;
  }

  .soumarcabuttonfooter {
    background-color: var(--roxo);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    font-family: "Aspekta 300", Arial, sans-serif;
    display: flex;
    box-shadow: 0 0 20px #500bc55c;
  }

  .sou {
    color: var(--cor-texto-dark);
    -webkit-text-stroke-color: var(--cor-texto-dark);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    font-family: "Aspekta 500", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
  }

  .soucreatorbuttonfooter {
    background-color: var(--rosa);
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    font-family: "Aspekta 300", Arial, sans-serif;
    display: flex;
    box-shadow: 0 0 20px #ff00845c;
  }

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

  .div-block-102 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .text-block-57 {
    color: var(--cor-texto-dark);
    width: 100%;
    font-size: 14px;
  }

  .text-block-4-copy-copy {
    color: var(--cor-texto-dark);
    -webkit-text-stroke-color: var(--cor-texto-dark);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    font-family: "Aspekta 500", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
  }

  .text-span-3 {
    color: var(--rosa);
    -webkit-text-stroke-color: var(--rosa);
  }

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

  .image-47 {
    width: 100%;
  }

  .text-span-5, .text-span-6 {
    padding-left: 0;
    font-size: 26px;
  }

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

  .code-embed-5 {
    display: none;
  }

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

  .button_item {
    background-color: #1e1a2500;
    height: 100%;
  }

  .button-4 {
    border-color: var(--rosa);
    background-color: var(--rosa);
  }

  .button-4_wave-1 {
    border-color: #f115a8cc;
  }

  .button-4_wave-2 {
    border-color: #f115a0cc;
  }

  .button-4_wave-3 {
    border-color: #f11587cc;
  }

  .text-block-58 {
    color: var(--cor-texto-dark);
    font-family: "Aspekta 400", Arial, sans-serif;
  }

  .bold-text-5 {
    text-align: left;
  }

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

  .image-36-copy {
    z-index: 1;
    display: block;
    position: absolute;
    bottom: 841.25px;
    overflow: hidden;
  }

  .body-3 {
    background-color: var(--cor-fundo-dark);
  }

  .section_tip {
    overflow: visible;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

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

  .div-block-111 {
    opacity: .25;
  }

  .dm {
    z-index: 999;
    position: fixed;
    left: auto;
    right: 67px;
  }

  .dm__center {
    background-color: var(--roxo);
  }

  .dm__ray-dot {
    background-color: var(--rosa);
    color: var(--cor-fundo-claro);
  }

  .text-block-59, .text-block-60 {
    display: none;
  }

  .navicon {
    width: 100%;
  }

  .sticky-viewbox {
    height: auto;
    position: relative;
    top: auto;
  }

  .slide-content {
    border: 1px solid #ffffff14;
    border-radius: 0 0 2rem 2rem;
    justify-content: center;
    min-height: 40vh;
    padding: 1.5rem;
  }

  .card-heading {
    margin-bottom: 1rem;
  }

  .card-half {
    flex: 0 auto;
    width: 100%;
    height: auto;
  }

  .card-half.right {
    display: none;
  }

  .cards-wrapper {
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    height: auto;
  }

  .cards-scroller {
    height: auto;
  }

  .card-image-mobile {
    border-radius: 2rem 2rem 0 0;
    max-height: 40vh;
    display: block;
  }

  .main-wrapper {
    flex-flow: column;
    padding: 3vh 20px 5vh;
    display: flex;
  }

  .card-slide {
    border-radius: 0;
    margin-bottom: 2rem;
  }

  .card-slide.color-2 {
    border-style: none;
    border-color: #ffffff14;
    border-radius: 0;
  }

  .icon-embed-xxsmall-12 {
    width: 3rem;
  }

  .div-block-114 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: space-between;
  }

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

  .text-block-62 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4px 8px 4px 0;
    font-family: "Aspekta 500", Arial, sans-serif;
    font-size: 12px;
  }

  .text-block-62.text-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 8px;
  }

  .text-block-63.text-span-25 {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-63.text-span-25.roxo {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-embed-xxsmall-14 {
    width: 2rem;
    height: 2rem;
  }

  .div-block-119 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .icon-embed-xxsmall-15 {
    width: 5rem;
  }

  .div-block-120 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
    justify-content: space-between;
  }

  .text-block-64 {
    text-align: left;
    font-size: 24px;
  }

  .text-block-65 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .div-block-122 {
    flex-flow: wrap;
  }

  .statistics {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .icon-embed-xxsmall-18 {
    width: 4rem;
    height: 4rem;
  }

  .div-block-123 {
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-span-25 {
    font-size: 12px;
    font-weight: 700;
  }

  .text-block-66 {
    z-index: 2;
    width: 70vw;
    padding-top: 0;
    padding-bottom: 39px;
    font-size: 48px;
    position: relative;
  }
}

#w-node-f7b89187-6c3b-8e88-c7f8-abdb24e6deeb-fd01cb5b {
  justify-self: center;
}

#w-node-bd882e9a-b64f-66cf-cf74-d34c7a610891-fd01cb5b, #w-node-bd882e9a-b64f-66cf-cf74-d34c7a6108a0-fd01cb5b, #w-node-bd882e9a-b64f-66cf-cf74-d34c7a6108b1-fd01cb5b, #w-node-_2efe11e0-3267-20bd-1118-1a62fe053d85-fd01cb5b, #w-node-_2efe11e0-3267-20bd-1118-1a62fe053d97-fd01cb5b, #w-node-_2efe11e0-3267-20bd-1118-1a62fe053da9-fd01cb5b, #w-node-_54db7184-9fb2-36d5-c215-80dad4786281-fd01cb5b, #w-node-_54db7184-9fb2-36d5-c215-80dad4786291-fd01cb5b, #w-node-_54db7184-9fb2-36d5-c215-80dad47862a1-fd01cb5b, #w-node-_1b3aadf1-b5d6-2379-5f04-3cb153d57bd9-fd01cb5b, #w-node-_1b3aadf1-b5d6-2379-5f04-3cb153d57be9-fd01cb5b, #w-node-_1b3aadf1-b5d6-2379-5f04-3cb153d57bf9-fd01cb5b, #w-node-_40c53217-8c91-2e72-ea62-8f1fd4f38eeb-fd01cb5b, #w-node-_40c53217-8c91-2e72-ea62-8f1fd4f38efb-fd01cb5b, #w-node-_40c53217-8c91-2e72-ea62-8f1fd4f38f0b-fd01cb5b, #w-node-_17c62f29-6329-2f42-1208-cc9230b0db62-fd01cb5b, #w-node-_17c62f29-6329-2f42-1208-cc9230b0db72-fd01cb5b, #w-node-_17c62f29-6329-2f42-1208-cc9230b0db82-fd01cb5b {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_9adf2a4b-41ff-46c4-cce8-63fd9bdceed0-fd01cb5b, #w-node-_35be2c7d-81c4-d921-484e-0852b2225371-fd01cb5b, #w-node-_8ae272ab-5119-a314-cd10-a870c8f71584-c8f71582, #w-node-_8ae272ab-5119-a314-cd10-a870c8f71587-c8f71582, #w-node-_8ae272ab-5119-a314-cd10-a870c8f7159e-c8f71582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7b89187-6c3b-8e88-c7f8-abdb24e6deeb-3ee744c4 {
  justify-self: center;
}

#w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa82296-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa822a6-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa822b6-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa8232e-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa8233e-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa8234e-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa823ca-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa823da-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa823ea-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa82466-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa82476-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa82486-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa82500-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa82510-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa82520-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa82598-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa825a8-3ee744c4, #w-node-d11b644b-2ac6-fe8e-5bfb-ec97ffa825b8-3ee744c4 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_9adf2a4b-41ff-46c4-cce8-63fd9bdceed0-3ee744c4, #w-node-_35be2c7d-81c4-d921-484e-0852b2225371-3ee744c4, #w-node-_470f1776-8954-b501-ea13-06aaef79ea74-3ee744c4, #w-node-_0834c54e-a857-5b8a-ce1d-e2af637bac66-3ee744c4, #w-node-b4e20b90-2b3d-3c61-6b1e-c6807f17cc4b-3ee744c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a00e9d3b-e108-684c-1e8a-50e8550494f5-6a0ff261 {
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-f7b89187-6c3b-8e88-c7f8-abdb24e6deeb-fd01cb5b {
    justify-self: center;
  }

  #w-node-_8ae272ab-5119-a314-cd10-a870c8f71584-c8f71582, #w-node-_8ae272ab-5119-a314-cd10-a870c8f71587-c8f71582, #w-node-_8ae272ab-5119-a314-cd10-a870c8f7159e-c8f71582 {
    grid-row: span 1 / span 1;
  }

  #w-node-f7b89187-6c3b-8e88-c7f8-abdb24e6deeb-3ee744c4 {
    justify-self: center;
  }

  #w-node-_470f1776-8954-b501-ea13-06aaef79ea74-3ee744c4, #w-node-_0834c54e-a857-5b8a-ce1d-e2af637bac66-3ee744c4, #w-node-b4e20b90-2b3d-3c61-6b1e-c6807f17cc4b-3ee744c4 {
    grid-row: span 1 / span 1;
  }

  #w-node-a00e9d3b-e108-684c-1e8a-50e8550494f5-6a0ff261 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_115ed45c-d84e-295e-ee80-76b396186f08-fd01cb5b {
    order: 9999;
  }

  #w-node-_65fb9d12-a71c-d41a-719a-9f51b6df6d51-fd01cb5b {
    order: -9999;
  }

  #w-node-_115ed45c-d84e-295e-ee80-76b396186f08-3ee744c4 {
    order: 9999;
  }

  #w-node-_65fb9d12-a71c-d41a-719a-9f51b6df6d51-3ee744c4 {
    order: -9999;
  }

  #w-node-a00e9d3b-e108-684c-1e8a-50e8550494f1-6a0ff261 {
    order: 9999;
  }

  #w-node-a00e9d3b-e108-684c-1e8a-50e8550494fa-6a0ff261 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Aspekta 300';
  src: url('../fonts/Aspekta-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 200';
  src: url('../fonts/Aspekta-200.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 600';
  src: url('../fonts/Aspekta-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 900';
  src: url('../fonts/Aspekta-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 100';
  src: url('../fonts/Aspekta-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 500';
  src: url('../fonts/Aspekta-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 400';
  src: url('../fonts/Aspekta-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 700';
  src: url('../fonts/Aspekta-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 800';
  src: url('../fonts/Aspekta-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}