@font-face {
  font-family: Nord;
  src: url('../fonts/NORD-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nord Book;
  src: url('../fonts/NORD-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nord;
  src: url('../fonts/NORD-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nord;
  src: url('../fonts/NORD-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nord;
  src: url('../fonts/NORD-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nord;
  src: url('../fonts/NORD-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--800: #3f3f3f;
  --elements-webflow-library--neutral--300: #f7f7f7;
  --elements-webflow-library--accent--primary-1: #cd1517;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--700: #747474;
  --elements-webflow-library--accent--font-family-2: "Nord Book", Arial, sans-serif;
  --elements-webflow-library--secondary--branco-1: white;
  --elements-webflow-library--secondary--preto-1: #191919;
  --elements-webflow-library--neutral--600: #9e9e9e;
  --elements-webflow-library--secondary--vermelho-3: #eb1316;
  --elements-webflow-library--secondary--vermelho-1: #cd1517;
  --elements-webflow-library--accent--font-family: Nord, Arial, sans-serif;
  --elements-webflow-library--accent--font-family-3: acumin-pro-wide, sans-serif;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --elements-webflow-library--secondary--branco-2: #f7f7f7;
  --elements-webflow-library--secondary--vermelho-2: #860c18;
  --elements-webflow-library--secondary--branco-3: #d1d1d1;
}

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-hamburger-desktop-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  padding: 44px 24px;
}

.brix---header-nav-menu-hamburger-desktop {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---container-default-center {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-big-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
}

.brix---header-big-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-toggle-big-link {
  align-items: center;
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-big-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-chevron-big {
  width: 28px;
  margin-left: 10px;
}

.brix---header-nav-list-item-hamburger-desktop {
  margin-bottom: 24px;
  padding-left: 0;
}

.brix---dropdown-card-desktop {
  background-color: #0000;
  top: 32px;
  overflow: visible;
}

.brix---dropdown-link-big {
  color: var(--elements-webflow-library--neutral--700);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-big:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-links-grid-big {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper-hamburger {
  background-color: #0000;
  padding-top: 32px;
  position: static;
}

.menu {
  position: relative;
}

.header {
  color: #fff;
  background-color: #000;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 4em 1.8em 10.1em;
  display: flex;
}

.menu_link-text {
  z-index: 2;
  font-family: var(--elements-webflow-library--accent--font-family-2);
  mix-blend-mode: normal;
  margin-bottom: 0;
  font-size: 1.3em;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.menu_link-text.txt-white {
  color: var(--elements-webflow-library--secondary--branco-1);
}

.display {
  letter-spacing: -.03em;
  text-transform: uppercase;
  padding-bottom: .1em;
  font-size: 13em;
  font-weight: 400;
  line-height: .7;
}

.menu_link {
  z-index: 2;
  color: var(--elements-webflow-library--secondary--preto-1);
  mix-blend-mode: normal;
  padding: 1.2em 1.7em;
  text-decoration: none;
  transition: all .4s;
  position: relative;
}

.menu_link:hover {
  background-color: var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 40px;
}

.menu_link.w--current {
  text-decoration: none;
}

.menu_link.whatsapp {
  background-color: #38d138;
  border-radius: 40px;
  display: inline-flex;
}

.menu_link.whatsapp:hover {
  background-color: #50f050;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
}

.container.is-menu {
  z-index: 1000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.container.is-header {
  text-align: center;
  height: auto;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.menu_link-bg {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border-radius: 100vw;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.section {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  position: static;
}

.section.footer {
  z-index: 0;
  position: static;
  inset: auto 0% 0%;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.menu_shape-bg {
  background-color: #000;
  border-radius: 100vw;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.menu_shape {
  z-index: 1;
  opacity: 0;
  justify-content: flex-start;
  width: 7em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(0);
}

.menu_wrap {
  border: 1px solid var(--elements-webflow-library--neutral--100);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffffb3;
  border-radius: 100vw;
  max-width: 100%;
  padding: .3em .6em .3em 1em;
  font-size: .9rem;
  box-shadow: 1px 1px 15px #00000029;
}

.subheading-flex {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.move-up {
  letter-spacing: -.125vw;
  position: absolute;
  top: 100%;
}

.spinner-wrapper {
  z-index: 2;
  background-color: #dbec62;
  border: 1vw solid #e7e7e9;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9.44vw;
  height: 9.44vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 23% auto 0% -11%;
  overflow: hidden;
}

.arrow {
  min-width: .9vw;
  max-width: .9vw;
  min-height: .9vw;
  max-height: .9vw;
}

.section-2 {
  width: 100%;
}

.move-flex {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 14vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-icon {
  min-width: 1.44vw;
  max-width: 1.44vw;
}

.icon {
  min-width: 2.4vw;
  max-width: 2.4vw;
  min-height: 2.4vw;
  max-height: 2.4vw;
}

.hero-text {
  text-transform: uppercase;
  font-size: 11.11vw;
  font-weight: 500;
  line-height: 8.89vw;
}

.hero-heading-flex {
  z-index: 10;
  grid-column-gap: .44vw;
  grid-row-gap: .44vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.line-flex {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-wrapper {
  cursor: pointer;
  background-color: #050505;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  display: flex;
  overflow: hidden;
}

.icon-wrapper.background-primary {
  background-color: #dbec62;
}

.line {
  background-color: #050505;
  min-width: .6vw;
  height: .1vw;
}

.cut-out-image {
  min-height: 8.44vw;
  max-height: 8.44vw;
}

.cut-out-wrapper {
  z-index: 10;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 6.7vw;
  display: flex;
  position: relative;
}

.cut-out-wrapper.align-center {
  justify-content: flex-start;
  align-items: center;
}

.cut-out-wrapper.align-bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

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

.hero-text-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-heading {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cut-out-flex {
  z-index: 10;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.cut-out-flex.align-bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.hero-image-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 43.9vw;
  max-width: 43.9vw;
  min-height: 43.9vw;
  max-height: 43.9vw;
  display: flex;
  position: relative;
}

.space-7rem {
  min-height: 7.8vw;
}

.card-flex-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  display: flex;
}

.italics {
  font-style: italic;
  font-weight: 300;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-2.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.arrow-border-wrapper {
  cursor: pointer;
  border: 1px solid #050505;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
  display: flex;
  position: absolute;
  inset: auto 1.11vw 1.11vw auto;
  overflow: hidden;
}

.hero-line {
  background-color: #dbec62;
  width: 38.9vw;
  height: .6vw;
  position: relative;
  top: -2.22vw;
  transform: rotate(-3deg);
}

.spinner-image {
  filter: invert();
  background-image: url('../images/Circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.8vw;
  height: 7.8vw;
  display: flex;
}

.hero-image {
  object-fit: cover;
  object-position: 100% 54%;
  border-radius: 24px;
  min-width: 100%;
  max-height: 100%;
  position: absolute;
}

.hero-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 43.9vw;
  max-height: 43.9vw;
  display: flex;
}

.hero-heading-wrapper {
  z-index: 10;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 9vw;
  max-width: 9vw;
  min-height: 1vw;
  max-height: 1vw;
  position: relative;
  left: 1.67vw;
  overflow: hidden;
}

.card {
  background-color: #050505;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 17.8vw;
  max-width: 17.8vw;
  min-height: 10vw;
  max-height: 10vw;
  display: flex;
}

.card.background-primary {
  background-color: #dbec62;
}

.hero-heading-text {
  white-space: nowrap;
}

.card-flex {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.large-icon {
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
}

.features-image {
  object-fit: cover;
  object-position: 30% 100%;
  border-radius: 24px;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.features-image.align-top {
  object-position: 30% 0%;
}

.button-text {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.button-with-circle-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  color: #f5f5f5;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #050505;
  border: .1vw solid #050505;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  padding: .14vw .28vw .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-image-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 43.9vw;
  max-width: 43.9vw;
  min-height: 43.9vw;
  max-height: 43.9vw;
  display: flex;
  position: relative;
}

.features-image-wrapper.align-botton {
  justify-content: flex-end;
  align-items: flex-start;
}

.metrics-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.metrics-flex.space-between {
  justify-content: space-between;
}

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

.button-arrow-wrapper {
  cursor: pointer;
  background-color: #dbec62;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  display: flex;
  overflow: hidden;
}

.button-text-absolute {
  margin-bottom: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
  display: none;
  position: absolute;
  left: 2.22vw;
}

.card-text-block {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.large-card {
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 44.4vw;
  max-width: 44.4vw;
  padding: 4.4vw;
  display: flex;
}

.div-block {
  z-index: -1;
  background-color: #bdbdbd;
  background-image: url('../images/Rectangle-3.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom-right-radius: 4em;
  border-bottom-left-radius: 4em;
  position: absolute;
  inset: 0%;
}

.div-block.light-red {
  z-index: 0;
  background-color: #bdbdbd00;
  background-image: radial-gradient(circle at 100% 100%, red, #fff0 40%);
  display: block;
}

.image {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: overlay;
  display: block;
  position: sticky;
  inset: 22% auto auto;
  overflow: visible;
}

.image.mobile {
  display: none;
}

.image.desktop {
  position: absolute;
}

.image-2 {
  z-index: 2;
  filter: contrast(110%);
  min-width: 580px;
  max-width: none;
  position: sticky;
  overflow: visible;
  transform: translate(0);
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  max-height: 820px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-3 {
  z-index: 3;
  opacity: .75;
  mix-blend-mode: soft-light;
  position: sticky;
  top: 5px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
  width: auto;
  padding-right: 16px;
  font-size: 18px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px {
  text-align: center;
  flex-flow: column;
  margin-bottom: 48px;
  display: block;
}

.brix---mg-bottom-48px.left-txt {
  text-align: left;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--secondary--vermelho-3);
  font-family: var(--elements-webflow-library--accent--font-family-2);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  padding: 26px 38px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--vermelho-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary.button-endereco {
  width: auto;
}

.brix---btn-primary.wpp {
  background-color: #eb1316;
}

.brix---btn-primary.wpp:hover {
  background-color: #bb1113;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---container-default-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 40px;
  max-width: 1218px;
  padding: 100px 60px;
  box-shadow: 0 0 45px -7px #00000017;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size {
  font-family: var(--elements-webflow-library--accent--font-family);
  color: var(--elements-webflow-library--secondary--preto-1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.brix---heading-h2-size.txt-center {
  text-align: center;
}

.brix---paragraph-default {
  color: #9e9e9e;
  text-align: left;
  margin-bottom: 0;
  font-family: acumin-pro-wide, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.brix---paragraph-default.brix---container-default-center, .brix---paragraph-default.brix---text-left---t-center {
  text-align: center;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.brix---grid-2-columns-text-left.grid1 {
  grid-column-gap: 40px;
  place-items: end stretch;
}

.brix---grid-2-columns-text-left.grid2 {
  grid-template-columns: 1fr 1fr;
  place-items: end stretch;
}

.div-block-3 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: block;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
  width: 80%;
  font-size: 18px;
}

.brix---color-neutral-801.txt-center {
  width: auto;
}

.brix---mg-bottom-24px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

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

.brix---square-icon {
  border-radius: 16px;
}

.brix---container-default-3 {
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 40px;
  max-width: 1218px;
  padding: 100px 60px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h3-size {
  font-family: var(--elements-webflow-library--accent--font-family-3);
  color: var(--elements-webflow-library--neutral--800);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

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

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---card-link-content-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-content-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.paragraph {
  font-family: var(--elements-webflow-library--accent--font-family-3);
  text-align: left;
  font-size: 16px;
  line-height: 28px;
}

.div-block-4 {
  background-color: var(--elements-webflow-library--secondary--preto-1);
  border: 1px #000;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 32px;
  display: flex;
  position: relative;
}

.div-block-4._1 {
  background-image: radial-gradient(circle at 0 100%, #000, #fff0), url('../images/card-2.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.div-block-4._2 {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--elements-webflow-library--secondary--preto-1), #fff0), url('../images/card-4.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-4._3 {
  background-image: radial-gradient(circle at 0 100%, #000, #fff0), url('../images/card-6.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.div-block-4._4 {
  background-image: radial-gradient(circle at 0 100%, #000, #fff0), url('../images/card-5.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.div-block-4._5 {
  background-image: radial-gradient(circle at 0 100%, #000, #fff0), url('../images/card-3.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-4._6 {
  background-image: radial-gradient(circle at 0 100%, #000, #fff0), url('../images/card-1.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-5 {
  padding-bottom: 140px;
}

.body {
  background-color: #fafafa;
}

.div-block-6 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  padding-bottom: 60px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-80px {
  margin-bottom: 80px;
}

.brix---mg-bottom-0 {
  color: var(--elements-webflow-library--neutral--600);
  text-align: left;
  margin-bottom: 0;
}

.brix---container-default-4 {
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 40px;
  max-width: 1218px;
  padding: 100px 60px;
}

.brix---heading-h2-size-2 {
  font-family: var(--elements-webflow-library--accent--font-family);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-title {
  font-family: var(--elements-webflow-library--accent--font-family);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.brix---accordion-big-number-wrapper {
  display: flex;
}

.brix---accordion-btn-vertical-line-v2 {
  background-color: var(--elements-webflow-library--secondary--vermelho-1);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-btn-horizontal-line-v2 {
  background-color: var(--elements-webflow-library--secondary--vermelho-1);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  padding-left: 20px;
  display: flex;
}

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

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---inner-container-547px {
  max-width: none;
}

.brix---accordion-item-wrapper-v5 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 56px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-first:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5-last {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-last:hover {
  transform: translate(8px);
}

.brix---accordion-big-number {
  font-family: var(--elements-webflow-library--accent--font-family-2);
  color: var(--elements-webflow-library--secondary--vermelho-1);
  width: 92px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

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

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
  max-width: 700px;
}

.brix---mg-bottom-32px {
  text-align: left;
  margin-bottom: 32px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 10px;
}

.brix---heading-h2-size-3 {
  font-family: var(--elements-webflow-library--accent--font-family-2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 60px;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--secondary--vermelho-3);
  font-family: var(--elements-webflow-library--accent--font-family-2);
  color: var(--elements-webflow-library--secondary--branco-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 10px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--vermelho-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white.button-card {
  background-color: var(--elements-webflow-library--secondary--vermelho-3);
  font-family: var(--elements-webflow-library--accent--font-family-2);
  color: var(--elements-webflow-library--secondary--branco-1);
  border-radius: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---cta-v4-floating-item-01 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.brix---grid-cta-v16 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---cta-v17-card {
  background-color: var(--elements-webflow-library--secondary--preto-1);
  background-image: url('../images/img-cta.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 510px;
  padding: 110px 60px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---cta-v17-half-image-right {
  z-index: 0;
  width: 46%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-803.aling-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---mg-bottom-56px {
  margin-bottom: 100px;
}

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---container-default-6 {
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 40px;
  max-width: 1218px;
  padding: 100px 60px;
}

.brix---heading-h2-size-4 {
  font-family: var(--elements-webflow-library--accent--font-family);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

.brix---heading-h2-size-4.text-center {
  text-align: center;
}

.brix---subtitle {
  background-color: var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.brix---image {
  width: 100%;
  max-width: none;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-content-section-v6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---square-icon-56px {
  opacity: .2;
  border-radius: 8px;
  width: 30px;
}

.div-block-9 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 20px;
  display: block;
}

.quick-stack {
  padding: 0;
}

.cell, .cell-2 {
  justify-content: flex-start;
  align-items: flex-end;
}

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

.cell-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-2 {
  font-family: var(--elements-webflow-library--accent--font-family-3);
  color: var(--elements-webflow-library--neutral--700);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-3 {
  font-family: var(--elements-webflow-library--accent--font-family-3);
  color: var(--elements-webflow-library--neutral--800);
  text-align: left;
  letter-spacing: -.5px;
  font-size: 18px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
  text-align: left;
}

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

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---container-default-7 {
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 40px;
  max-width: 1218px;
  padding: 100px 60px;
}

.brix---heading-h2-size-5 {
  font-family: var(--elements-webflow-library--accent--font-family);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
  overflow: visible;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---link-wrapper-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white:hover {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---btn-slider-arrow-right---top-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--secondary--vermelho-3);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--secondary--vermelho-3);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--secondary--branco-1);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-1 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #0084ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-1:hover {
  color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-2 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: red;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-3 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #4353ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slider-mask-width-490px {
  max-width: 480px;
  height: 100%;
  overflow: visible;
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

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

.div-block-11.div-contato {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 20px;
}

.brix---container-default-8 {
  max-width: 1218px;
  padding: 100px 60px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---grid-footer-v12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  align-items: center;
}

.brix---icon-square-36px {
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  opacity: .4;
  transform: scale(.92);
}

.brix---icon-square-36px.icon-nav {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--vermelho-1);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---footer-bottom-v12 {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
}

.image-4 {
  margin-bottom: 60px;
}

.image-5 {
  z-index: 5;
  width: 140px;
  max-width: 140px;
  display: block;
  position: absolute;
  inset: auto 16% 15% auto;
}

.brix---container-default-9 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper-2 {
  background-color: #fff0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
}

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

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-2.mobile {
  display: none;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---hamburger-menu-bar-top-2, .brix---hamburger-menu-bar-bottom-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-hamburger-desktop-wrapper-2 {
  border-top: 1px none var(--elements-webflow-library--neutral--300);
  border-bottom: 1px none var(--elements-webflow-library--neutral--300);
  background-color: #fff0;
  padding: 0 24px 44px;
}

.brix---header-nav-menu-hamburger-desktop-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---container-default-center-2 {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-big-nav-link-2 {
  color: var(--elements-webflow-library--secondary--branco-1);
  padding: 0;
  font-size: 28px;
  line-height: 42px;
  transition: color .3s;
}

.brix---header-big-nav-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-toggle-big-link-2 {
  align-items: center;
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-big-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-chevron-big-2 {
  width: 28px;
  margin-left: 10px;
}

.brix---header-nav-list-item-hamburger-desktop-2 {
  margin-bottom: 24px;
  padding-left: 0;
}

.brix---dropdown-card-desktop-2 {
  background-color: #0000;
  top: 32px;
  overflow: visible;
}

.brix---dropdown-link-big-2 {
  color: var(--elements-webflow-library--neutral--700);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-big-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-links-grid-big-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper-hamburger-2 {
  background-color: #0000;
  padding-top: 32px;
  position: static;
}

.text-span {
  color: var(--elements-webflow-library--secondary--vermelho-3);
}

.image-6 {
  z-index: 5;
  position: absolute;
  inset: auto auto 0% -13%;
}

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

.text-block {
  background-color: var(--elements-webflow-library--general--shadow-01);
  font-family: var(--elements-webflow-library--accent--font-family-2);
  color: var(--elements-webflow-library--neutral--700);
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 5px 20px;
  font-size: 12px;
  display: inline-block;
  overflow: visible;
}

.text-span-2 {
  color: var(--elements-webflow-library--secondary--vermelho-3);
  display: inline-block;
}

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

.image-7 {
  opacity: .9;
  border: 1px #000;
  position: absolute;
  inset: auto auto 5% 5%;
  box-shadow: 0 2px 40px #0003;
}

.image-8 {
  position: absolute;
  inset: 27% 2% auto auto;
}

.heading {
  font-family: var(--elements-webflow-library--accent--font-family-2);
  color: var(--elements-webflow-library--secondary--branco-1);
}

.paragraph-4 {
  color: var(--elements-webflow-library--neutral--100);
  text-align: left;
}

.image-9 {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-span-3 {
  color: var(--elements-webflow-library--secondary--vermelho-3);
}

.image-10 {
  border-radius: 24px;
  width: 90%;
  display: block;
}

.background-video {
  z-index: 1;
  background-image: linear-gradient(90deg, #000, #fff0);
  width: 100%;
  max-width: 1140px;
  height: 680px;
  position: relative;
}

.background-video.brix---image {
  height: 520px;
}

.card-depoimento {
  border: 1px solid var(--elements-webflow-library--general--shadow-01);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #9e9e9e0d;
  border-radius: 24px;
  padding: 20px;
}

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

.image-11, .image-12 {
  filter: invert();
}

.text-span-4 {
  color: var(--elements-webflow-library--secondary--vermelho-3);
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: invert();
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  opacity: .6;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block-17, .div-block-18 {
  display: flex;
}

.code-embed {
  color: var(--elements-webflow-library--secondary--branco-1);
  padding-left: 10px;
  padding-right: 0;
}

.image-16 {
  width: 60px;
  max-width: none;
  margin-bottom: 60px;
}

.link-block {
  color: var(--elements-webflow-library--secondary--preto-1);
  text-decoration: none;
  -webkit-text-decoration-color: var(--elements-webflow-library--secondary--vermelho-1);
  text-decoration-color: var(--elements-webflow-library--secondary--vermelho-1);
}

.link-block:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.wpp-mobile {
  display: none;
}

.wpp-mobile.button-links {
  display: block;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

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

.flex-block {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  border: 1px solid var(--elements-webflow-library--general--shadow-04);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  padding: 40px;
  display: inline-flex;
}

.image-17 {
  border-radius: 40px;
  min-width: 235px;
}

.flex-block-2 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

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

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

.paragraph-5 {
  font-family: var(--elements-webflow-library--accent--font-family-3);
  font-size: 1.3em;
  line-height: 32px;
}

.link-block-2 {
  border-radius: 40px;
  min-width: 820px;
  transition: all .4s;
}

.link-block-2:hover {
  border: 1px solid var(--elements-webflow-library--secondary--vermelho-1);
  background-color: var(--elements-webflow-library--secondary--branco-2);
}

.link-block-2.alphaville, .link-block-2.jundiai {
  display: none;
}

.text-span-5 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.text-span-6 {
  color: var(--elements-webflow-library--secondary--vermelho-3);
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px-2 {
  border-radius: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--vermelho-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---container-default-10 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---heading-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link:hover {
  color: var(--elements-webflow-library--secondary--vermelho-1);
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---instagram-grid-v3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---instagram-image-full-width {
  border-radius: 0;
  overflow: hidden;
  transform: translate(0);
}

.c-modal_overlay {
  z-index: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.c-modal {
  z-index: 1;
  background-color: var(--elements-webflow-library--secondary--branco-2);
  border-radius: 24px;
  width: 560px;
  padding: 60px 32px;
  position: relative;
  overflow: hidden;
}

.c-modal.contain-link {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.c-modal.links {
  width: auto;
}

.image-20 {
  position: static;
  inset: 5% 4% auto auto;
}

.link-block-3 {
  transition: all .2s;
  position: absolute;
  inset: 40px 40px auto auto;
}

.link-block-3:hover {
  opacity: .5;
  transform: scale(.8);
}

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

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

.heading-2 {
  font-family: var(--elements-webflow-library--accent--font-family-2);
  text-align: center;
  margin-bottom: 40px;
}

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

.pop-up {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

@media screen and (max-width: 991px) {
  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-hamburger-desktop-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-nav-menu-hamburger-desktop {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    padding-left: 0;
  }

  .brix---dropdown-card-desktop {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
    padding-top: 26px;
  }

  .brix---dropdown-card-desktop.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-hamburger {
    padding-top: 0;
    position: static;
  }

  .container {
    padding: 2%;
  }

  .container.is-menu {
    padding-bottom: 2em;
  }

  .container.is-header {
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .subheading-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .move-up {
    letter-spacing: -.11rem;
  }

  .spinner-wrapper {
    border-width: .75rem;
    width: 8.5rem;
    height: 8.5rem;
    top: 38%;
    left: -7%;
  }

  .arrow {
    min-width: .8rem;
    max-width: .8rem;
    min-height: .8rem;
    max-height: .8rem;
  }

  .move-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 12.7rem;
    max-height: 2.2rem;
    margin-top: .45rem;
    margin-bottom: .45rem;
  }

  .small-icon {
    min-width: 1.3rem;
    max-width: 1.3rem;
  }

  .icon {
    min-width: 2.2rem;
    max-width: 2.2rem;
    min-height: 2.2rem;
    max-height: 2.2rem;
  }

  .hero-text {
    text-align: center;
    font-size: 10rem;
    line-height: 8rem;
  }

  .hero-heading-flex {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .line-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .icon-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .line {
    min-width: .5rem;
    height: .0625rem;
  }

  .cut-out-image {
    min-height: 7.6rem;
    max-height: 7.6rem;
  }

  .cut-out-wrapper {
    height: 6rem;
  }

  .hero-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .hero-text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-image-wrapper {
    min-width: 39.5rem;
    max-width: 39.5rem;
    min-height: 39.5rem;
    max-height: 39.5rem;
  }

  .space-7rem {
    min-height: 7rem;
  }

  .card-flex-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container-2.padding-4-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .arrow-border-wrapper {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
    bottom: 1rem;
    right: 1rem;
  }

  .hero-line {
    width: 35rem;
    height: .5rem;
    top: -2rem;
  }

  .spinner-image {
    width: 7rem;
    height: 7rem;
  }

  .hero-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .hero-heading-wrapper {
    min-width: 136px;
    max-width: 136px;
    min-height: 16px;
    max-height: 16px;
    left: 1.5rem;
  }

  .card {
    min-width: 16rem;
    max-width: 16rem;
    min-height: 9rem;
    max-height: 9rem;
  }

  .card-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .card-flex.reverse-on-tab {
    flex-flow: column-reverse wrap-reverse;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .button-text {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .button-with-circle-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    padding: .125rem .25rem .125rem 2rem;
  }

  .features-image-wrapper {
    min-width: 39.5rem;
    max-width: 39.5rem;
    min-height: 39.5rem;
    max-height: 39.5rem;
  }

  .metrics-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .button-arrow-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .button-text-absolute {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .card-text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .large-card {
    justify-content: center;
    min-width: 40rem;
    max-width: 40rem;
    padding: 4rem;
  }

  .image {
    width: 80%;
  }

  .image-2 {
    min-width: 520px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---grid-2-columns-text-left.grid2 {
    flex-flow: column;
    display: flex;
  }

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

  .brix---heading-h3-size {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 64px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-first:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5-last {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v5-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-big-number {
    width: 112px;
    font-size: 44px;
    line-height: 50px;
  }

  .brix---mg-bottom-32px {
    width: 50%;
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-3 {
    padding-right: 0;
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-cta-v16 {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .brix---cta-v17-card {
    background-position: 55%;
    justify-content: flex-start;
    align-items: center;
    min-height: 600px;
    padding: 60px 54px;
  }

  .brix---cta-v17-half-image-right {
    width: 100%;
    height: 52%;
    inset: auto 0% 0%;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

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

  .cell-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---container-default-7 {
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---slider-mask-width-490px {
    position: static;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .div-block-11.div-contato {
    margin-bottom: 20px;
  }

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

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---footer-bottom-v12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .image-5 {
    max-width: 140px;
    bottom: 7%;
    right: 13%;
    transform: scale(.7);
  }

  .brix---header-wrapper-2 {
    background-color: #f7f7f700;
    padding-top: 24px;
    padding-bottom: 24px;
    position: absolute;
    top: 2%;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper-2 {
    background-color: var(--elements-webflow-library--general--shadow-01);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    order: -1;
    padding: 10px;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: var(--elements-webflow-library--secondary--branco-2);
    border-radius: 40px;
    padding: 10px;
  }

  .brix---header-right-col-2 {
    position: fixed;
    inset: 2% 3% auto auto;
  }

  .brix---hamburger-menu-bar-top-2 {
    background-color: var(--elements-webflow-library--secondary--preto-1);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    background-color: var(--elements-webflow-library--secondary--preto-1);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-hamburger-desktop-wrapper-2 {
    background-color: #fff0;
    border: 1px #000;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: block;
    inset: 106% 2% 0% auto;
  }

  .brix---header-nav-menu-hamburger-desktop-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .brix---container-default-center-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--elements-webflow-library--secondary--branco-2);
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 300px;
    padding-top: 20px;
    padding-bottom: 60px;
    display: flex;
  }

  .brix---header-big-nav-link-2 {
    color: var(--elements-webflow-library--secondary--preto-1);
    text-decoration: none;
  }

  .brix---header-nav-list-item-hamburger-desktop-2 {
    color: var(--elements-webflow-library--accent--primary-1);
    padding-left: 0;
  }

  .brix---dropdown-card-desktop-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
    padding-top: 26px;
  }

  .brix---dropdown-card-desktop-2.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-hamburger-2 {
    padding-top: 0;
    position: static;
  }

  .image-6 {
    left: 5%;
  }

  .image-13, .image-14, .image-15 {
    filter: invert();
  }

  .div-block-15 {
    margin-top: 220px;
  }

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

  .link-block-2 {
    min-width: 520px;
  }

  .image-19 {
    margin-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---instagram-grid-v3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .brix---header-logo {
    max-width: 90%;
  }

  .brix---header-big-nav-link, .brix---dropdown-toggle-big-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---dropdown-chevron-big {
    width: 25px;
  }

  .menu_link-text {
    font-size: 14px;
  }

  .display {
    font-size: 20vw;
  }

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

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

  .container.is-menu {
    min-width: 500px;
    padding-bottom: 2em;
  }

  .container.is-header {
    overflow: visible;
  }

  .menu_link-bg {
    font-size: 14px;
  }

  .menu_wrap {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .move-up {
    letter-spacing: -.1rem;
  }

  .spinner-wrapper {
    top: 33%;
    left: -12%;
  }

  .move-flex {
    width: 10.6rem;
  }

  .icon {
    min-width: 2.2rem;
    max-width: 2.2rem;
    min-height: 2.2rem;
    max-height: 2.2rem;
  }

  .hero-text {
    font-size: 7rem;
    line-height: 6rem;
  }

  .cut-out-image {
    min-height: 5.6rem;
    max-height: 5.6rem;
  }

  .cut-out-wrapper {
    height: 4rem;
  }

  .hero-image-wrapper {
    min-width: 26.25rem;
    max-width: 26.25rem;
    min-height: 26.25rem;
    max-height: 26.25rem;
  }

  .card-flex-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .arrow-border-wrapper {
    border-width: 0;
    bottom: 0;
    right: 0;
  }

  .hero-line {
    width: 25rem;
  }

  .hero-heading-wrapper {
    min-width: 96px;
    max-width: 96px;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .features-image-wrapper {
    min-width: 26.25rem;
    max-width: 26.25rem;
    min-height: 26.25rem;
    max-height: 26.25rem;
  }

  .large-card {
    min-width: 100%;
    max-width: 100%;
    padding: 2rem 2rem 0;
  }

  .image {
    top: 29%;
  }

  .image-2 {
    min-width: auto;
    max-width: 80vw;
    overflow: visible;
  }

  .div-block-2 {
    max-height: 700px;
    overflow: hidden;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

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

  .brix---grid-2-columns-text-left.grid2 {
    flex-flow: column;
    display: flex;
  }

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

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 48px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-item-wrapper-v5, .brix---accordion-item-wrapper-v5-first, .brix---accordion-item-wrapper-v5-last {
    padding: 48px 0;
  }

  .brix---accordion-big-number {
    width: 100px;
    font-size: 32px;
    line-height: 42px;
  }

  .brix---color-neutral-100 {
    width: 320px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-cta-v16 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v17-card {
    background-image: radial-gradient(circle at 0 100%, #00000096, #fff0), url('../images/img-cta.webp');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---cta-v17-half-image-right {
    height: 50%;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

  .brix---square-icon-56px {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .cell-2, .cell-3 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .paragraph-2, .paragraph-3 {
    text-align: center;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---card-testimonial-color-1, .brix---card-testimonial-color-2, .brix---card-testimonial-color-3 {
    padding: 48px 32px;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-11.div-contato {
    flex-flow: column;
    grid-template-columns: 1.25fr;
    display: flex;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .image-5 {
    bottom: 4%;
    right: 72%;
    transform: scale(.5);
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---header-logo-2.desktop {
    display: block;
  }

  .brix---header-big-nav-link-2, .brix---dropdown-toggle-big-link-2 {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---dropdown-chevron-big-2 {
    width: 25px;
  }

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

  .flex-block-2 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .link-block-2 {
    min-width: auto;
  }

  .image-19 {
    margin-top: 10px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-big-nav-link, .brix---dropdown-toggle-big-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---dropdown-chevron-big {
    width: 21px;
    margin-left: 8px;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    text-align: left;
    width: 100%;
    margin-bottom: 17px;
  }

  .brix---dropdown-link-big {
    font-size: 22px;
    line-height: 26px;
  }

  .container {
    padding: 3%;
  }

  .container.is-menu {
    padding-bottom: 8%;
    display: none;
  }

  .container.is-header {
    padding-left: 2%;
    padding-right: 2%;
  }

  .menu_wrap {
    font-size: 3vw;
  }

  .move-up {
    letter-spacing: -.09rem;
  }

  .spinner-wrapper {
    top: 87%;
    left: auto;
  }

  .move-flex {
    width: 8.5rem;
  }

  .icon {
    min-width: 2.2rem;
    max-width: 2.2rem;
    min-height: 2.2rem;
    max-height: 2.2rem;
  }

  .hero-text {
    font-size: 25vw;
    line-height: 23vw;
  }

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

  .cut-out-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .cut-out-flex {
    display: none;
  }

  .hero-image-wrapper {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
  }

  .hero-line {
    width: 90vw;
  }

  .hero-image {
    object-position: 100% 0%;
  }

  .hero-block {
    min-width: 100%;
    max-width: 100%;
  }

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

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .features-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
  }

  .card-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .large-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image {
    max-width: 80%;
    top: 131px;
  }

  .image.mobile {
    z-index: 2;
    width: 70%;
    display: block;
    position: absolute;
    inset: 90px auto 0;
  }

  .image.desktop {
    display: none;
  }

  .image-2 {
    min-width: auto;
    max-width: 68vw;
    overflow: visible;
  }

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

  .image-3 {
    opacity: 100;
    top: 5%;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---btn-primary.wpp {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-2 {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 34px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---grid-2-columns-text-left.grid2 {
    grid-template-columns: 1fr;
  }

  .brix---color-neutral-801 {
    width: auto;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

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

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---container-default-3 {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size {
    text-align: left;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---heading-h3-size.text-center {
    text-align: center;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---card-link-content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 40px;
  }

  .brix---container-default-4 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---accordion-big-number {
    font-size: 24px;
    line-height: 35px;
    display: none;
  }

  .brix---color-neutral-100, .brix---mg-bottom-32px {
    width: auto;
  }

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

  .brix---heading-h2-size-3 {
    padding-right: 5px;
    font-size: 22px;
    line-height: 34px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---btn-primary-white, .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-v17-card {
    background-image: radial-gradient(circle at 0 100%, #000000bf 21%, #fff0), url('../images/img-cta.webp');
    background-position: 0 0, 65%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---cta-v17-half-image-right {
    height: 40%;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-48px-2, .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

  .brix---square-icon-56px {
    border-radius: 14px;
    max-width: 56px;
  }

  .div-block-9 {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

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

  .cell-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .cell-3 {
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .paragraph-2, .paragraph-3 {
    text-align: center;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-7 {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 34px;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---card-testimonial-color-1, .brix---card-testimonial-color-2, .brix---card-testimonial-color-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .div-block-11.div-contato {
    flex-flow: column;
    grid-template-columns: 1.25fr;
    margin-bottom: 20px;
    display: flex;
  }

  .brix---container-default-8 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---grid-footer-v12 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    place-items: center stretch;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .image-5 {
    display: none;
    bottom: 0%;
    right: -1%;
    transform: scale(.4);
  }

  .brix---container-default-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-wrapper-2 {
    background-color: #d6d6d600;
    position: fixed;
    inset: 0% 0% auto;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---header-logo-2.mobile {
    display: block;
  }

  .brix---header-logo-2.desktop {
    display: none;
  }

  .brix---hamburger-menu-wrapper-2 {
    background-color: var(--elements-webflow-library--general--shadow-01);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    padding: 10px;
  }

  .brix---hamburger-menu-bar-top-2, .brix---hamburger-menu-bar-bottom-2 {
    background-color: var(--elements-webflow-library--secondary--preto-1);
  }

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

  .brix---header-big-nav-link-2, .brix---dropdown-toggle-big-link-2 {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---dropdown-chevron-big-2 {
    width: 21px;
    margin-left: 8px;
  }

  .brix---header-nav-list-item-hamburger-desktop-2 {
    text-align: left;
    width: 100%;
    margin-bottom: 17px;
  }

  .brix---dropdown-link-big-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 140px;
  }

  .div-block-16 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .wpp-mobile {
    display: block;
  }

  .flex-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-17 {
    min-width: 180px;
  }

  .paragraph-5 {
    font-size: 1em;
  }

  .link-block-2 {
    min-width: auto;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---container-default-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---instagram-grid-v3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---instagram-image-full-width {
    border-radius: 16px;
  }

  .c-modal {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .link-block-3 {
    top: 20px;
    right: 20px;
  }

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

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .div-block-24 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pop-up {
    display: none;
  }
}

#w-node-a8eb04f1-2136-926d-e5d8-8dd869156069-0f6422b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_927e9963-1212-5135-45ec-1b97b64bfc31-0f6422b0 {
  align-self: auto;
}

#w-node-_4eb922db-74fc-658d-6691-072463fde2c2-0f6422b0, #w-node-_4eb922db-74fc-658d-6691-072463fde2c4-0f6422b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c26358f-3416-ce4b-fff9-1fd7b4199f14-0f6422b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_7896748b-8b78-b184-ab34-9a7b67438f65-0f6422b0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-f0d5a54b-314a-a76f-f886-8819936b67d2-0f6422b0, #w-node-_1167841d-65e8-2184-b6c5-d5d46392ef93-0f6422b0, #w-node-eff5f1aa-ec62-5c9a-6bb4-92f4d0f473f3-0f6422b0 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .5fr;
}

#w-node-_59df81d7-4a09-9c14-efb2-1cd8c7c22ead-0f6422b0, #w-node-_59df81d7-4a09-9c14-efb2-1cd8c7c22eb5-0f6422b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3909ddb8-1aeb-f136-037c-64845940f92c-0f6422b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3909ddb8-1aeb-f136-037c-64845940f92f-0f6422b0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-a60e15e1-6cca-c07e-b595-0a355e14698c-0f6422b0, #w-node-ceb94d65-9c75-363b-df77-0f8fc09402de-0f6422b0, #w-node-ceb94d65-9c75-363b-df77-0f8fc09402de-6db88c75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-ceb94d65-9c75-363b-df77-0f8fc09402de-0f6422b0, #w-node-ceb94d65-9c75-363b-df77-0f8fc09402de-6db88c75 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f0d5a54b-314a-a76f-f886-8819936b67d2-0f6422b0, #w-node-_1167841d-65e8-2184-b6c5-d5d46392ef93-0f6422b0, #w-node-eff5f1aa-ec62-5c9a-6bb4-92f4d0f473f3-0f6422b0 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f0d5a54b-314a-a76f-f886-8819936b67d2-0f6422b0, #w-node-_1167841d-65e8-2184-b6c5-d5d46392ef93-0f6422b0, #w-node-eff5f1aa-ec62-5c9a-6bb4-92f4d0f473f3-0f6422b0 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }
}


@font-face {
  font-family: 'Nord';
  src: url('../fonts/NORD-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nord Book';
  src: url('../fonts/NORD-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nord';
  src: url('../fonts/NORD-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nord';
  src: url('../fonts/NORD-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nord';
  src: url('../fonts/NORD-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nord';
  src: url('../fonts/NORD-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}