@font-face {
  font-family: Coolvetica Hv Comp;
  src: url('../fonts/Coolvetica-Hv-Comp.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Rg Cram;
  src: url('../fonts/Coolvetica-Rg-Cram.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Rg Cond;
  src: url('../fonts/Coolvetica-Rg-Cond.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--first-color: #000;
  --font--primary-font: Inter, sans-serif;
  --colors--second-color: white;
  --button--font-size: 14px;
  --line-height--page-line-height: 1.1;
  --font-weight--500: 500;
  --font--h1: 9rem;
  --font--h2: 4rem;
  --font--h3: 1.7rem;
  --font--h4: 1.4rem;
  --font--h5: 1.2rem;
  --font--h6: .9rem;
  --font--work-title: 1rem;
  --line-height--paragraph-line-height: 1.3;
  --button--button-color: white;
  --colors--fourth-color: #fff;
  --font-weight--400: 400;
  --font--second-font: "Coolvetica Rg Cond", Arial, sans-serif;
  --page-container--width: 100%;
  --page-container--container-large: 1400px;
  --blue: #0c2f62;
  --amarelo: #d4540b;
  --font-weight--600: 600;
  --page-margin--margin-30px\<deleted\|variable-6c1e3925-07e9-8131-6edf-36a407b4761d\>: 30px;
  --page-margin--divider-small: 20px;
  --backdrop-filter--backdrop-size: 40px;
  --button--nav-text: 15px;
  --line-height--page-line-height-2: .85;
  --page-margin--divider-medium: 50px;
  --color--first-color: white;
  --page-margin--margin-100px\<deleted\|variable-cf05ab6e-af2d-3706-c5d9-acfd3ea83e39\>: 100px;
  --font-weight--700: 700;
  --font-weight--300: 300;
  --work-title: 11vw;
  --button--round-corners: 2.6rem;
  --page-margin--divider-x-large: 120px;
  --font-weight--800: 800;
  --blog-title: 8rem;
  --button--circle-round-corners: 10rem;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --colors--third-color: #ffffffb3;
  --colors--footer-color: #c9c7c2;
  --button--cta-title: 24vw;
  --backdrop-filter--blur-color: #f8f8f31a;
  --backdrop-filter--backdrop-size-second: 15px;
  --page-container--round-corners: .6rem;
  --page-margin--divider-extra-small: 10px;
  --page-margin--divider-large: 60px;
  --font--third-font: Caveat;
  --section--padding-top-bottom: 250px;
  --section--padding-left-right: 2%;
  --color--second-color: #000;
}

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

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

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

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

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

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

body {
  background-color: var(--colors--first-color);
  font-family: var(--font--primary-font);
  color: var(--colors--second-color);
  font-size: var(--button--font-size);
  line-height: var(--line-height--page-line-height);
  font-weight: var(--font-weight--500);
}

h1 {
  font-size: var(--font--h1);
  line-height: var(--line-height--page-line-height);
  font-weight: var(--font-weight--500);
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-size: var(--font--h2);
  line-height: var(--line-height--page-line-height);
  font-weight: var(--font-weight--500);
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-size: var(--font--h3);
  font-weight: var(--font-weight--500);
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: var(--font--h4);
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  font-size: var(--font--h5);
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-size: var(--font--h6);
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  opacity: .7;
  font-size: var(--font--work-title);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--500);
  letter-spacing: -.2px;
  margin-bottom: 10px;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 1px solid var(--button--button-color);
  color: var(--colors--fourth-color);
  font-size: 28px;
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--400);
  margin-bottom: 10px;
  padding: 0 20px;
}

.page-wrapper {
  z-index: 20;
  position: relative;
}

.button-with-animation {
  color: #0c0c1d;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button {
  background-color: var(--colors--fourth-color);
  font-family: var(--font--second-font);
  color: var(--colors--first-color);
  font-size: var(--font--h5);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: .85rem 1.4rem;
  text-decoration: none;
  overflow: visible;
}

.button:hover {
  opacity: .76;
}

.container {
  z-index: 30;
  width: var(--page-container--width);
  max-width: var(--page-container--container-large);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.down {
  top: 25.6vh;
}

.container.down.nm {
  top: 26.9vh;
}

.container.color {
  background-color: var(--blue);
  border-radius: 30px;
  padding: 2% 5% 10%;
}

.container.color.move {
  padding-top: 5%;
  padding-bottom: 5%;
}

.container.color.move.producoes {
  background-color: var(--amarelo);
}

.container.at {
  margin-top: 100px;
}

.container.footer {
  padding-bottom: 8%;
}

.container.sponsores {
  background-color: #151515;
  border-radius: 30px;
  padding: 2% 5%;
}

.container.sponsores.move {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section {
  z-index: 10;
  background-color: var(--colors--first-color);
  padding: 5% 2%;
  position: relative;
}

.section.with-work-page {
  z-index: 20;
  padding-bottom: 14%;
}

.section.with-work-page.video {
  padding-bottom: 6%;
}

.section.with-work-page.video.orange {
  background-color: var(--amarelo);
}

.section.with-work-page.video.orange.mestreandre {
  padding-top: 10%;
  padding-bottom: 62%;
}

.section.with-utility {
  background-color: var(--colors--first-color);
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.more-space {
  padding-top: 7%;
  padding-bottom: 7%;
}

.section.add-bottom {
  background-color: var(--colors--second-color);
  padding-bottom: 10%;
}

.section.add-bottom.integrantes {
  background-color: var(--blue);
}

.section.for-logo {
  padding: 0%;
}

.section.double, .section.add-top {
  padding-top: 10%;
}

.section.add-both {
  padding-bottom: 10%;
}

.section.add-both.integranteslisting {
  background-color: var(--amarelo);
}

.section.add-top-device.inverted {
  background-color: #151515;
}

.section.add-top-device.companyaternate {
  background-color: var(--colors--second-color);
}

.section.premios {
  background-color: var(--amarelo);
}

.section.members {
  background-color: var(--blue);
  padding-top: 7%;
  padding-bottom: 7%;
}

.section.description2, .section.repertorio {
  background-color: var(--amarelo);
}

.section.company {
  background-color: var(--blue);
}

.section.company._1 {
  background-color: var(--colors--second-color);
}

.section.sponsors {
  background-color: var(--colors--second-color);
  padding-top: 12px;
  padding-bottom: 12px;
}

.section.contentshows {
  z-index: 20;
  background-color: var(--amarelo);
  padding-top: 10%;
  padding-bottom: 86%;
}

.section.contentshows.video {
  padding-bottom: 6%;
}

.section.contentshows.devolucao, .section.contentshows.ovo {
  padding-top: 10%;
  padding-bottom: 52%;
}

.section.contentshows.lixaranga {
  padding-top: 10%;
  padding-bottom: 34%;
}

.section.contentshows.parque {
  padding-top: 10%;
  padding-bottom: 10%;
}

.section.contentshows.buuum {
  padding-bottom: 60%;
}

.section.contentshows.conserto {
  padding-bottom: 72%;
}

.section.biografias {
  background-color: var(--colors--second-color);
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.showlisting {
  background-color: var(--amarelo);
}

.section.maisproducoes {
  background-color: var(--blue);
  padding-top: 10%;
  padding-bottom: 10%;
}

.display-1 {
  opacity: 100;
  line-height: var(--line-height--page-line-height);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.display-1.second {
  font-weight: var(--font-weight--600);
  letter-spacing: -.05rem;
}

.margin-30 {
  margin-top: var(--page-margin--margin-30px\<deleted\|variable-6c1e3925-07e9-8131-6edf-36a407b4761d\>);
}

.margin-30.make-flex {
  display: flex;
}

.margin-30.make-flex.c {
  justify-content: center;
  align-items: center;
}

.project-circle {
  z-index: 999;
  opacity: 1;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.margin-20 {
  margin-top: var(--page-margin--divider-small);
}

.margin-20.flx-ft {
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.margin-20.spacebelow {
  margin-bottom: 38px;
}

.hero_pricing-link {
  color: #fff;
  text-align: center;
  background-color: #2a2a2d;
  border: 1px solid #414141;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.hero_pricing-link:hover {
  box-shadow: 0 0 5px 2px #ffffffbf;
}

.hero_pricing-features-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.faq-item-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #ffffff1f;
  border-left: 1px #ffffff1f;
  border-right: 1px #ffffff1f;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  display: grid;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ddd0;
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #ffffff1f;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.utility-page-wrap {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.input-first {
  min-height: 53px;
  -webkit-backdrop-filter: blur(var(--backdrop-filter--backdrop-size));
  backdrop-filter: blur(var(--backdrop-filter--backdrop-size));
  color: var(--colors--second-color);
  font-size: var(--button--nav-text);
  line-height: var(--line-height--page-line-height-2);
  font-weight: var(--font-weight--600);
  background-color: #242424;
  border: 1px #000;
  border-radius: 7px;
  margin-bottom: 0;
  padding: 16px 24px 16px 14px;
}

.input-first:hover {
  border-color: var(--colors--first-color);
}

.input-first:focus {
  border-color: var(--colors--first-color);
  color: #555;
}

.input-first::placeholder {
  color: #ffffff85;
  font-size: var(--button--nav-text);
  font-weight: var(--font-weight--500);
  letter-spacing: -.3px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: .4rem;
  font-size: 15px;
  font-weight: 500;
}

.white-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  opacity: .74;
  color: var(--colors--second-color);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  opacity: 100;
  font-size: var(--font--h6);
  font-weight: var(--font-weight--600);
  text-transform: none;
}

.color-block {
  background-color: var(--colors--first-color);
  border: 1px solid #ffffff59;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block._2 {
  background-color: var(--colors--second-color);
  color: var(--colors--second-color);
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.licensing-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

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

.subhead {
  color: var(--colors--second-color);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.margin-50 {
  margin-top: var(--page-margin--divider-medium);
}

.licensing-title {
  font-size: 30px;
}

.licensing-link {
  color: var(--colors--second-color);
  text-decoration: underline;
}

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

.button-first-line {
  color: var(--colors--first-color);
  font-size: var(--button--font-size);
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
}

.navlinks {
  z-index: 5;
  height: 71px;
  color: var(--colors--first-color);
  font-size: 76px;
  font-weight: 400;
  line-height: .9;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.social-icon-wrapper {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-main {
  font-size: var(--button--font-size);
  letter-spacing: 0;
  white-space: nowrap;
  filter: url('../images/');
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition-property: all;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
}

.blog-link {
  width: 100%;
  height: 100%;
  color: var(--color--first-color);
  text-decoration: none;
}

.top-hero {
  z-index: 3;
  background-color: var(--colors--first-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.top-hero.for-inner {
  min-height: auto;
  padding-top: 130px;
  padding-bottom: 40px;
}

.top-hero.for-inner.work-page {
  background-color: var(--colors--first-color);
  perspective: 100vw;
  perspective-origin: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  position: sticky;
  top: 0;
}

.work-wrapper-first {
  color: var(--colors--first-color);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-overlay {
  z-index: 1;
  opacity: .28;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.work-overlay.first {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff0;
  -webkit-mask-image: linear-gradient(to top, #000 10%, #0000 100%);
  mask-image: linear-gradient(to top, #000 10%, #0000 100%);
}

.work-overlay.first.half {
  background-color: #fff0;
  height: 30%;
  inset: auto 0% 0%;
}

.work-photo-first {
  object-fit: cover;
  width: 100vw;
  min-height: 100%;
  transform: scale(1);
}

.work-photo-first.emaemparis {
  object-position: 69% 50%;
}

.work-photo-first.lona {
  object-position: 60% 50%;
}

.work-photo-first.reincencao {
  object-position: 37% 50%;
}

.work-photo-first.alcanceglobal {
  object-position: 48% 50%;
}

.photo-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-wrapper.add-px {
  aspect-ratio: 2;
  border-radius: 0;
}

.photo-wrapper.add-percent {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.photo-wrapper.b {
  height: 100%;
}

.photo-wrapper.circleframe {
  border-radius: 400px;
  height: 100%;
}

.project-bottom-line {
  max-width: 95%;
}

.case-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.photo-interaction {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.case-sticky {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-height: 100vh;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.case-sticky.nospavetop {
  padding-top: 0;
}

.line-flex {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.case-picture {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.grid-2-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.grid-2-column.center {
  place-items: center stretch;
}

.grid-2-column.rv {
  grid-template-columns: 1fr;
  justify-items: center;
}

.wrok-card-wrapper {
  width: 100%;
}

.work-wrapper {
  width: 100%;
  min-height: 40vw;
  color: var(--colors--fourth-color);
  background-color: #222;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-100 {
  margin-top: var(--page-margin--margin-100px\<deleted\|variable-cf05ab6e-af2d-3706-c5d9-acfd3ea83e39\>);
}

.button-text {
  height: 48px;
}

.button-text-wrapper {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
}

.button-text-wrapper.small-3 {
  height: 20px;
  line-height: 25px;
}

.button-line-first {
  background-color: #ffffff1a;
  width: 100%;
  height: 2px;
  position: relative;
  top: 7px;
}

.button-flex {
  grid-column-gap: 20px;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.button-line-overlay {
  z-index: 1;
  background-color: var(--colors--second-color);
  width: 100%;
  height: 1px;
  position: absolute;
}

.button-with-line {
  font-family: var(--font--second-font);
  color: var(--colors--second-color);
  font-size: var(--font--h2);
  font-weight: var(--font-weight--500);
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.button-with-line.invert {
  text-transform: uppercase;
}

.max-w-left {
  max-width: 85%;
  margin-right: auto;
}

.service-item {
  cursor: pointer;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: -1px;
}

.blog-main-wrapper {
  color: #121212;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.social-wrapper {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-main {
  color: var(--color--first-color);
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hero {
  z-index: 10;
  background-color: var(--colors--first-color);
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  overflow: hidden;
}

.hero.for-inner {
  min-height: 79vh;
  padding-top: 5%;
  position: relative;
}

.hero.for-inner.conserto {
  background-image: radial-gradient(circle at 100% 100%, #0000004a, #000), url('../images/ConSerto.jpg');
  background-position: 0 0, 50% 22%;
  background-size: auto, cover;
}

.hero.for-inner.ovo {
  background-image: radial-gradient(circle, #00000075 41%, #000), url('../images/Ovo-byMilaPetrrillo5.jpg');
  background-position: 0 0, 50% 22%;
  background-size: auto, cover;
}

.hero.for-inner.o-cano {
  background-image: radial-gradient(circle at 50% 100%, #0000005c 20%, #000), url('../images/O-Cano1.jpg');
  background-position: 0 0, 50% 33%;
  background-size: auto, cover;
}

.hero.for-inner.devolucaoindustrial {
  background-image: radial-gradient(circle, #00000075 41%, #000), url('../images/DevolucaoIndustrial-byMarceloDischinger3.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.hero.for-inner.lixaranga {
  background-image: radial-gradient(circle, #00000038 41%, #00000082), url('../images/Lixaranga4.jpg');
  background-position: 0 0, 50% 31%;
  background-size: auto, auto;
}

.hero.for-inner.mestreandre {
  background-image: radial-gradient(circle, #00000075 41%, #000), url('../images/MestreAndre1.jpg');
  background-position: 0 0, 50% -23%;
  background-size: auto, cover;
}

.hero.for-inner.parquediversom {
  background-image: radial-gradient(circle, #00000075 88%, #000000fa 100%, #000), url('../images/ParqueDiverson-escorregatom.jpg');
  background-position: 0 0, 50% 12%;
  background-size: auto, cover;
}

.hero.for-inner.companhia {
  background-image: radial-gradient(circle, #00000030, #000), url('../images/Cia-headerBkg.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
}

.hero.for-inner.blue {
  background-color: var(--blue);
}

.hero.for-inner.buuum {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: radial-gradient(circle, #0000005c 20%, #0000), url('../images/foto-buuum-filter4.jpg');
  background-position: 0 0, 50% 18%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero.for-about {
  justify-content: center;
  align-items: center;
  padding-top: 5%;
}

.hero.contato {
  background-color: var(--blue);
  min-height: 37vh;
  padding-top: 13%;
  position: relative;
}

.hero.contato.conserto {
  background-image: radial-gradient(circle at 100% 100%, #0000004a, #000), url('../images/ConSerto.jpg');
  background-position: 0 0, 50% 51%;
  background-size: auto, cover;
}

.hero.contato.ovo {
  background-image: radial-gradient(circle, #00000075 41%, #000), url('../images/Ovo-byMilaPetrrillo5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.contato.o-cano {
  background-image: radial-gradient(circle at 50% 100%, #0000005c 20%, #000), url('../images/O-Cano1.jpg');
  background-position: 0 0, 50% 48%;
  background-size: auto, cover;
}

.hero.contato.devolucaoindustrial {
  background-image: radial-gradient(circle, #00000075 41%, #000), url('../images/DevolucaoIndustrial-byMarceloDischinger3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.contato.lixaranga {
  background-image: radial-gradient(circle, #00000038 41%, #00000082), url('../images/Lixaranga4.jpg');
  background-position: 0 0, 50% 42%;
  background-size: auto, auto;
}

.hero.contato.mestreandre {
  background-image: radial-gradient(circle, #00000075 41%, #000), url('../images/MestreAndre1.jpg');
  background-position: 0 0, 50% 86%;
  background-size: auto, cover;
}

.hero.contato.parquediversom {
  background-image: radial-gradient(circle, #00000075 41%, #000), url('../images/ParqueDiverson-escorregatom.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.contato.companhia {
  background-image: radial-gradient(circle, #00000030, #000), url('../images/Cia-headerBkg.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
}

.container-bottom {
  z-index: 2;
  width: var(--page-container--width);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 30px;
}

.bottom-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.location-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.top-text {
  opacity: 100;
  font-family: var(--font--second-font);
  font-size: var(--font--work-title);
  font-weight: var(--font-weight--500);
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.top-text.logo {
  color: var(--amarelo);
  font-size: 1.7rem;
  font-weight: var(--font-weight--700);
  letter-spacing: 2px;
}

.top-text.logo.orange {
  color: var(--amarelo);
}

.top-text.big {
  font-size: var(--font--h5);
  font-weight: var(--font-weight--300);
  letter-spacing: .7px;
}

.top-text.big.gray {
  opacity: .43;
}

.top-text.color {
  opacity: 100;
  font-family: var(--font--primary-font);
  font-size: var(--font--h6);
  font-weight: var(--font-weight--500);
  letter-spacing: 0;
  text-transform: none;
  background-color: #333;
  border-radius: 0;
  padding: 5px 9px;
  text-decoration: none;
  transition: all .425s;
  display: inline-block;
}

.top-text.color:hover {
  background-color: var(--colors--second-color);
  color: var(--colors--first-color);
}

.top-text.color.white {
  background-color: var(--blue);
  font-family: var(--font--second-font);
  color: var(--colors--second-color);
  font-size: var(--font--h5);
  font-weight: var(--font-weight--600);
  padding: 3px 8px;
}

.social-icon-main {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
  position: relative;
}

.work-card-link {
  cursor: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.item-wrapper {
  flex-flow: column;
  width: 100%;
  margin-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.navigation-link {
  color: #212121;
  letter-spacing: -.3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.grid-2-columns.flex {
  justify-items: stretch;
}

.navigation-text-main {
  z-index: 1;
  color: var(--colors--second-color);
  font-size: var(--font--h5);
  font-weight: var(--font-weight--600);
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.navigation-text-main:where(.w-variant-b1bb63d0-0274-8c16-baad-8061fa201eb5) {
  color: var(--colors--first-color);
}

.last-part {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  display: flex;
}

.nav-menu.first {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.nav-arrow-move {
  justify-content: center;
  align-items: center;
  width: 11px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.logo-first {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-first.w--current {
  color: var(--amarelo);
}

.logo-first.cn {
  justify-content: center;
  align-items: center;
}

.social-circle-small {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  width: var(--page-container--width);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000000c2;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  min-height: 11vh;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 2%;
  display: grid;
}

.button-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  font-family: var(--font--second-font);
  color: var(--amarelo);
  background-color: #f0f0f000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link:where(.w-variant-b1bb63d0-0274-8c16-baad-8061fa201eb5) {
  color: var(--colors--first-color);
}

.last-item {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  order: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.make-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.make-grid.hide-mobile {
  display: block;
}

.social-icon-wrapper-2 {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-title {
  font-family: var(--font--second-font);
  color: var(--colors--first-color);
  font-size: var(--work-title);
  line-height: var(--line-height--page-line-height-2);
  font-weight: var(--font-weight--400);
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-title.on-page {
  color: var(--colors--second-color);
  font-size: var(--work-title);
  line-height: var(--line-height--page-line-height-2);
}

.button-rounded-tooltip {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: var(--colors--second-color);
  pointer-events: auto;
  width: 150px;
  min-height: 2.7px;
  font-family: var(--font--second-font);
  color: var(--button--button-color);
  font-size: var(--font--h5);
  letter-spacing: .6px;
  text-transform: uppercase;
  border: 1px solid #00000075;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: .6em 1.25em;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-rounded-tooltip:hover {
  background-color: #ebe4e4;
}

.button-text-main.button-text-pre.email {
  font-size: 1.1rem;
}

.button-text-main.button-text-pre {
  color: #000;
}

.button-transition-wrapper {
  pointer-events: none;
  border-radius: 50rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-transition {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--color--first-color);
  background-color: #2b2b2b;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.button-transition.button-transition-rounded {
  color: var(--colors--first-color);
  background-color: #e6e3e3;
  border-radius: 50rem;
}

._w-logo {
  color: #d4d4d100;
  background-image: url('../images/Mark_Logo_Blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 20px;
  display: inline-block;
}

._w-logo.arrow {
  background-image: url('../images/arrow-down_1arrow-down.webp');
}

.collection-item-main {
  height: 100%;
}

.work-text-wrapper {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.work-text-wrapper.flx-c.rl {
  padding: 20px 0;
  position: relative;
}

.work-text-wrapper.mp {
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.work-text {
  font-family: var(--font--second-font);
  color: var(--colors--second-color);
  font-size: var(--font--h2);
  line-height: var(--line-height--page-line-height-2);
  font-weight: var(--font-weight--400);
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.work-text.other-font {
  font-family: var(--font--primary-font);
  font-size: var(--font--h4);
  font-weight: var(--font-weight--500);
}

.work-text.other-font.dk {
  font-style: normal;
  font-weight: var(--font-weight--400);
}

.work-text.second {
  font-size: var(--button--round-corners);
  letter-spacing: 1px;
}

.work-text.second.sml {
  font-size: var(--font--h3);
}

.work-text.second.sml.gr {
  opacity: .5;
}

.about-title {
  font-size: var(--font--h3);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--600);
  text-align: center;
}

.about-title.second {
  font-family: var(--font--second-font);
  font-size: var(--page-margin--divider-x-large);
  line-height: var(--line-height--page-line-height-2);
  font-weight: var(--font-weight--500);
  text-transform: uppercase;
}

.about-title.no-top {
  margin-top: 0;
}

.about-title.no-top.small {
  font-size: var(--font--h5);
}

.about-title.no-top.small.no-bottom {
  margin-bottom: 0;
}

.about-title.no-top.repertoriolistinghometitle {
  color: var(--blue);
  font-weight: var(--font-weight--800);
  text-align: left;
}

.about-title.no-top.repertoriolistinghometitle.branco {
  color: var(--colors--second-color);
}

.about-title.small {
  opacity: 1;
  font-size: var(--font--h5);
  text-align: right;
}

.about-title.small._1rem {
  font-size: var(--font--work-title);
  text-align: right;
}

.about-title.small.center {
  text-align: center;
}

.about-title.small.intro1 {
  text-align: center;
  font-size: 1.7rem;
}

.about-title.spacebelow {
  margin-bottom: 51px;
}

.about-title.sinopse {
  font-size: 1.7rem;
  font-weight: var(--font-weight--400);
  text-align: left;
  margin-bottom: 41px;
}

.about-title.itempremio {
  text-align: left;
}

.about-title.sectiontext {
  color: var(--colors--first-color);
  text-align: left;
}

.about-title.sectiontext.white {
  color: var(--colors--second-color);
}

.about-title.black {
  color: var(--colors--first-color);
}

.cta-flex {
  cursor: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.top-main {
  z-index: 4;
  position: relative;
}

.main-hero {
  z-index: 333;
  background-color: var(--colors--first-color);
  position: relative;
  overflow: clip;
}

.main-hero.orange {
  background-color: var(--amarelo);
}

.effect-absolute {
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: var(--colors--second-color);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

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

.work-wrapper-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-wrapper-main.rnd {
  border-radius: 30px;
}

.circle-center {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.project-circle-text {
  z-index: 10;
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.logo-image {
  width: 100%;
  max-width: 150px;
  height: 100%;
}

.logo-image.sec {
  max-width: 120px;
}

.collection-item {
  position: relative;
}

.txt-flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.section-content, .section-content.cano, .section-content.ovo {
  margin-bottom: 0;
}

.section-content.integranteslisting {
  background-color: var(--amarelo);
}

.section-content.mestre-andre {
  padding-bottom: 15%;
}

.section-scroll {
  z-index: 50;
  background-color: var(--colors--first-color);
  padding: 150px 5%;
  position: relative;
}

.section-scroll.for-services {
  background-color: var(--amarelo);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 0 0%;
  display: flex;
  overflow: hidden;
}

.section-scroll.for-services.on-inner {
  min-height: 80vh;
  padding-top: 91px;
  padding-bottom: 100px;
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator-big {
  opacity: 1;
  font-family: var(--font--second-font);
  color: var(--colors--second-color);
  font-size: var(--work-title);
  line-height: var(--line-height--page-line-height-2);
  font-weight: var(--font-weight--500);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}

.text-rotator-big.for-services {
  color: var(--blue);
  font-weight: var(--font-weight--700);
  margin-bottom: 39px;
}

.dot {
  background-color: var(--blue);
  border-radius: 100%;
  width: 4vw;
  height: 4vw;
  margin-left: 60px;
  margin-right: 60px;
}

.dot._130px {
  background-color: var(--blue);
  border-radius: 100%;
}

.max-w-center {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-center.second {
  max-width: 100%;
}

.max-w-center._300 {
  max-width: 300px;
}

.max-w-center.left {
  text-align: left;
  margin-left: 0;
}

.max-w-center.left._600 {
  max-width: 500px;
}

.max-w-center.lf {
  text-align: left;
}

.max-w-center.fa {
  max-width: 550px;
}

.max-w-center.premios {
  max-width: none;
}

.max-w-center.membersmobiletitle {
  max-width: none;
  display: none;
}

.sticky-element {
  z-index: 999;
  position: absolute;
  inset: 0% 0% auto;
}

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

.circle-menu {
  background-color: var(--colors--second-color);
  cursor: pointer;
  border-radius: 100%;
  min-width: 20px;
  min-height: 20px;
  padding: 11px;
}

.menu-wrapper {
  z-index: 222;
  background-color: #222;
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/menu-bkg.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fixed-close-button {
  z-index: 500;
  background-color: var(--colors--second-color);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  position: fixed;
  inset: auto 23% 50% auto;
  transform: scale(0);
}

.navigation-wrapper {
  width: 100%;
  max-width: 22%;
  margin-right: 1.5%;
}

.navigation-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 400px;
  padding-left: 50px;
  display: flex;
}

.menu-item, .menu-item._01 {
  color: var(--amarelo);
}

.lottie-x {
  width: 30px;
  height: 30px;
}

.absolute-main {
  z-index: 9999;
  display: none;
  position: absolute;
  inset: 0%;
}

.social-content {
  grid-column-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

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

.social-icon {
  z-index: 1;
  width: 20px;
  position: relative;
}

.social-icon.second {
  width: 18px;
}

.lighter-color {
  opacity: .5;
  text-align: center;
}

.project-full-item {
  height: 100vh;
  position: relative;
}

.menu-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .5;
  font-size: var(--font--h5);
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.menu-link-block:hover {
  opacity: .8;
}

.menu-link-block.w--current {
  opacity: 1;
}

.work-banner {
  background-color: #000;
  height: 100vh;
  position: relative;
}

.work-banner.style-3 {
  height: auto;
  margin-top: -111vh;
}

.project-big-parallax {
  z-index: 2;
  background-color: #3a3a3a;
  width: 100%;
  height: 100%;
  position: relative;
}

.menu-line {
  background-color: var(--colors--second-color);
  transform-origin: 50%;
  flex: 0 auto;
  width: 50px;
  height: 1.5px;
}

.menu-line:hover {
  flex: 0 auto;
}

.menu-item-text {
  font-family: var(--font--second-font);
  font-size: var(--font--h5);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-item-text:hover {
  flex: 0 auto;
}

.line-left-wrapper {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 100%;
  min-height: 100vh;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: 0 0% 0% auto;
}

.view-more {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  white-space: nowrap;
  word-break: break-all;
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.service-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--amarelo);
  border-bottom: 1px solid #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
  position: sticky;
  top: 80px;
}

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

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

.flex-category {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  display: flex;
}

.testimonials-block {
  background-color: var(--amarelo);
}

.testimonials-section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.h1 {
  font-family: var(--font--second-font);
  color: var(--amarelo);
  font-size: var(--work-title);
  line-height: var(--line-height--page-line-height-2);
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.h1.second {
  font-size: var(--font--h1);
}

.h1.third {
  font-size: var(--font--h2);
}

.h1.effect.second {
  color: var(--amarelo);
  text-align: left;
  margin-top: 0;
  font-size: 13.9rem;
}

.h1.effect.second.rt {
  text-align: right;
}

.h1.effect.imprensa {
  color: var(--amarelo);
}

.h1.effect.imprensa.home {
  color: var(--blue);
  padding-right: 0;
  font-size: 21vw;
}

.h1.effect.title-a-lona-tradicao {
  color: var(--colors--second-color);
  font-size: 5vw;
  line-height: 1;
  font-weight: var(--font-weight--700);
  text-align: left;
}

.h1.effect.title-a-lona-tradicao.inverted {
  color: var(--amarelo);
  word-break: normal;
}

.h1.effect.title-a-lona-tradicao.white {
  color: var(--colors--second-color);
}

.h1.effect.awards {
  color: var(--amarelo);
  text-align: center;
  margin-top: 0;
  margin-bottom: 93px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13.9rem;
}

.h1.effect.awards.rt {
  text-align: right;
}

.h1.effect.awards.branco {
  color: var(--colors--second-color);
}

.h1.effect.integranteshome {
  text-align: left;
  margin-top: 0;
  font-size: 13.9rem;
}

.h1.effect.integranteshome.rt {
  text-align: right;
}

.h1.for-blog {
  font-size: var(--blog-title);
}

.h1.shows {
  opacity: .78;
  color: var(--colors--second-color);
  font-weight: var(--font-weight--800);
  padding-right: 0;
}

.h1.grudi {
  text-align: right;
  padding-right: 0;
}

.h1.word2 {
  padding-left: 172px;
}

.h1.headingcompanyhero {
  color: var(--amarelo);
  padding-right: 0;
}

.h1.headerdetailmembers {
  color: var(--amarelo);
  font-weight: var(--font-weight--800);
  padding-right: 0;
}

.h1.contato {
  align-self: center;
  padding-right: 0;
}

.h1.contactperson {
  font-size: var(--font--h2);
  text-align: left;
  padding-right: 0;
}

.testimonails-grid {
  z-index: 2;
  position: relative;
}

.testi-card {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #171717b0;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 320px;
  padding: 35px 35px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials-card {
  grid-column-gap: 0px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.line-gradient {
  background-image: linear-gradient(#ffffff1a, #fff3 96%, #ffffff08 102%);
  width: .7px;
  height: 100%;
  position: relative;
}

.line-gradient.horizontal {
  z-index: 3;
  background-image: linear-gradient(45deg, #ffffff1a, #fff3 96%, #ffffff08 102%);
  width: 100%;
  height: .7px;
  position: absolute;
  inset: 0% 0% auto;
}

.line-gradient.horizontal.rl {
  background-color: #fff3;
  background-image: none;
  margin-bottom: 30px;
  position: relative;
}

.logo-spb {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logo-spb.down {
  grid-row-gap: 2px;
  flex-flow: column;
}

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

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

.grdi-3-columns.opaciy {
  opacity: .7;
}

.client-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 9fr;
  grid-auto-columns: 1fr;
  padding-top: 51px;
  display: grid;
}

.client-grid._2-column {
  grid-template-columns: 1.1fr 1fr;
}

.first-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
}

.thumb-title-wrapper {
  perspective: 2000px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.thumb-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -5px;
}

.thumb-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  transition: all .4s cubic-bezier(.6, .04, .98, .335);
  display: grid;
  position: relative;
}

.thumb-link-wrapper:hover {
  color: var(--amarelo);
}

.thumb-image-wrap {
  z-index: 9999;
  pointer-events: none;
  border-radius: 10px;
  width: 15vh;
  height: 15vh;
  display: none;
  position: fixed;
  top: 25vh;
  bottom: auto;
  overflow: hidden;
}

.thumb-image-mask {
  background-color: #191919;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.thumb-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.integrantes-title-home {
  position: relative;
}

.max-w-testi {
  max-width: 500px;
}

.max-w-testi.sec {
  max-width: 430px;
}

.ceo-photo {
  background-image: url('../images/Serene-Man-in-Profile_1Serene-Man-in-Profile.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}

.ceo-photo._01 {
  background-image: url('../images/blog-3_1blog-3.webp');
}

.video-wrapper {
  background-color: #222;
  min-height: 90vh;
  position: sticky;
  top: 0;
}

.video-wrapper._100vh {
  min-height: 100vh;
}

.video-main {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-main.seco {
  justify-content: flex-start;
}

.photo-overlay {
  z-index: 3;
  background-image: linear-gradient(#0006, #0006);
  position: absolute;
  inset: 0%;
}

.photo-overlay.sec {
  background-image: linear-gradient(#000000b3, #000000b3);
}

.top-flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.top-flex.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-w-right {
  max-width: 79%;
}

.main-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.team-card {
  border-bottom: 1px solid #fff6;
  padding-bottom: 4%;
}

.title-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.smaller-light {
  opacity: .6;
  font-size: var(--font--h6);
  margin-top: 3px;
  display: inline-block;
}

.margin-70 {
  text-align: center;
  margin-top: 70px;
}

.pricing-big-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #151515;
  border-radius: 30px;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 1%;
  display: flex;
}

.pricing-card {
  border-radius: 30px;
  width: 50%;
  height: 100%;
  padding: 40px 50px;
}

.pricing-card.dark {
  background-color: var(--colors--first-color);
}

.small-font {
  opacity: 100;
  font-family: var(--font--primary-font);
  font-size: var(--font--h6);
  font-weight: var(--font-weight--600);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.add-max-w {
  max-width: 55%;
}

.add-max-w.full-color {
  opacity: 100;
  margin-bottom: 0;
}

.flex-btw {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.line-divider {
  background-color: var(--colors--second-color);
  opacity: .12;
  width: 100%;
  height: 1px;
  margin-top: 150px;
  margin-bottom: 150px;
}

.line-divider.sec {
  margin-top: 70px;
  margin-bottom: 70px;
}

.line-divider.sec.ml {
  opacity: .15;
}

.item-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.check {
  width: 20px;
}

.p-no-bottom {
  opacity: 100;
  margin-bottom: 0;
}

.flex-pricing {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.lighter-text {
  opacity: .7;
}

.client-logo {
  border: 1px solid #202020;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  margin-left: -1px;
  display: flex;
}

.grid-goals {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .85fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.goal-card {
  grid-row-gap: 10px;
  background-color: #171717;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 25px;
  display: flex;
}

.goal-card.white {
  background-color: #17171700;
}

.time-top {
  text-align: center;
}

.time-top.add-top {
  margin-top: 20px;
}

.p-chat {
  opacity: .35;
  font-size: var(--font--h6);
  margin-bottom: 10px;
}

.p-chat.white {
  opacity: 100;
  font-size: var(--button--font-size);
  margin-bottom: 0;
}

.flex-chat {
  align-items: stretch;
  display: flex;
}

.flex-chat.right {
  justify-content: flex-end;
  align-items: stretch;
}

.bubble-first {
  z-index: 2;
  background-color: #666;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.bubble-first.green {
  background-color: #44cd2b;
}

.bubble-first.absolute {
  z-index: 1;
  position: absolute;
}

.bubble-first._03 {
  min-width: 0;
}

.our-porcess-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.process-number {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  width: 60px;
  height: 60px;
  font-family: var(--font--second-font);
  font-size: var(--font--h4);
  background-color: #ffffff0f;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  padding-right: 2px;
  display: flex;
}

.other-font {
  font-family: Playfair Display;
  font-style: italic;
  font-weight: 400;
}

.work-process-card {
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #151515;
  border-radius: 20px;
  flex-flow: column;
  margin-bottom: 20px;
  padding: 20px 130px 25px 25px;
  display: flex;
  position: sticky;
  top: 50px;
}

.process-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-div {
  position: sticky;
  top: 50px;
}

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

.p-fun {
  margin-top: 10px;
}

.button-rounded-tooltip-2 {
  z-index: 10;
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  pointer-events: auto;
  color: #000;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 2.8rem;
  padding: .8em 1em;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.journey-number-overflow {
  height: 110px;
  overflow: hidden;
}

.journey-number-all {
  display: flex;
}

.journey-number {
  font-family: var(--font--second-font);
  font-size: var(--page-margin--divider-x-large);
  line-height: var(--line-height--page-line-height-2);
}

.line-1 {
  background-color: #fff;
  width: 100%;
  height: 1.5px;
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.toggle-space {
  padding: 15px 20px 20px;
}

.toggle-top {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.toggle-content {
  overflow: hidden;
}

.toggle-wrapper {
  text-align: left;
  background-color: #151515;
  border-radius: 20px;
  margin-bottom: 10px;
  position: relative;
}

.toggle-header {
  color: #fff;
  text-align: left;
  letter-spacing: -.3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.line-2 {
  background-color: #fff;
  width: 100%;
  height: 1.5px;
  position: absolute;
  transform: rotate(90deg);
}

.text-block-sec {
  background-color: var(--colors--second-color);
  min-width: 42px;
  min-height: 42px;
  font-family: var(--font--second-font);
  color: var(--colors--first-color);
  font-size: var(--font--h4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta {
  z-index: 0;
  background-color: #171717;
  justify-content: center;
  align-items: center;
  padding: 100px 2% 50px;
  display: flex;
  position: relative;
  top: 0;
}

.card-1.for-contact {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #3333338c;
  border-radius: 30px;
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  padding: 20px;
}

.card-1.for-contact.sec {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.p-smaller-2 {
  opacity: .5;
  font-size: .8rem;
}

.hero-form {
  z-index: 50;
  flex-flow: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.hero-form-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #212121;
  border-radius: 8px;
  width: 100%;
  padding-bottom: 38px;
  font-size: 1rem;
  font-weight: 600;
}

.primary-button {
  background-color: var(--colors--second-color);
  font-family: var(--font--second-font);
  color: var(--colors--first-color);
  font-size: var(--font--h5);
  line-height: 20px;
  font-weight: var(--font-weight--500);
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 17px 24px;
  text-decoration: none;
  transition: transform .25s;
  display: flex;
  box-shadow: 0 8px 30px #ffffff1a;
}

.primary-button:hover {
  transform: translate(0, -3px);
}

.field-main {
  min-height: 50px;
  color: var(--colors--second-color);
  background-color: #444;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 18px 22px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.field-main:focus {
  background-color: #121212;
  border-color: #ffffff40;
  padding-left: 26px;
}

.field-main::placeholder {
  color: #ffffff80;
}

.field-main.large {
  min-height: 160px;
}

.feild-block-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.privacy-space {
  margin-bottom: 10px;
}

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

.blog-main-block {
  width: 100%;
  color: var(--button--button-color);
  font-size: var(--font--h4);
  font-weight: var(--font-weight--500);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.data-text {
  opacity: .7;
  margin-bottom: 0;
  font-size: 14px;
}

.data-text.ab {
  margin-bottom: 15px;
}

.button-icon-main {
  z-index: 5;
  background-color: var(--blue);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

.button-icon-main.sec {
  top: 15px;
  right: 15px;
}

.paralax-image {
  object-fit: cover;
  width: 100%;
  height: 105%;
  position: absolute;
  bottom: 0;
}

.buton-icon-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.buton-icon-svg.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.image-wrap {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.image-wrap.auto {
  aspect-ratio: 3 / 2;
  border-radius: 15px;
  height: auto;
}

.image-wrap.auto.for-team {
  aspect-ratio: 1;
}

.data-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.data-inside {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tv-dots {
  z-index: 4;
  opacity: .05;
  pointer-events: none;
  background-image: url('../images/dots.gif');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.udigrudi-logo {
  display: none;
}

.logo-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.add-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .52;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.top-text-img {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #333;
  border: 1px solid #ffffff1f;
  border-radius: 30px;
  align-items: center;
  max-width: 258px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  display: flex;
}

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

.inner-flex.ag {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.inner-flex.sb {
  justify-content: space-between;
  align-items: stretch;
}

.inner-flex.fb {
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.featured-work-grid {
  grid-column-gap: 16px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: stretch stretch;
  display: grid;
}

.wrapper {
  width: 100%;
}

.small-txt {
  opacity: .5;
  font-size: var(--button--circle-round-corners);
  margin-left: 5px;
  display: inline-block;
}

.collection-list-full {
  height: 100%;
}

.work-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 10vh;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.work-card.card-1 {
  border-radius: 30px;
  justify-content: flex-start;
}

.wrok-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.collection-item-second, .collection-list-wrapper {
  height: 100%;
}

.blog-card {
  width: 100%;
  min-height: 500px;
  font-size: var(--font--h3);
  margin-bottom: 30px;
  text-decoration: none;
  transition: opacity .45s cubic-bezier(.95, .05, .795, .035);
}

.blog-card:hover {
  opacity: .61;
}

.collection-item-2 {
  position: sticky;
  top: 50px;
}

.card-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

._50 {
  width: 50%;
  position: relative;
}

.blof-card-2 {
  background-color: var(--amarelo);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  padding-right: 96px;
  display: flex;
}

.testimonials-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  min-width: 150px;
  min-height: 180px;
  position: absolute;
  inset: 17px auto auto 17px;
  overflow: hidden;
}

.overlay {
  z-index: 1;
  opacity: .28;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.overlay.first {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff0;
  -webkit-mask-image: linear-gradient(to top, #000 10%, #0000 100%);
  mask-image: linear-gradient(to top, #000 10%, #0000 100%);
}

.overlay.first.half {
  height: 20%;
  inset: auto 0% 0%;
}

.blog-wrapper {
  width: 100%;
  height: 100%;
  color: var(--colors--second-color);
  font-size: var(--font--h5);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--600);
  background-color: #222;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 35px 50px 20px 17px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-wrapper.first {
  min-height: 350px;
}

.blog-size-wrapper {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.footer {
  background-color: var(--colors--first-color);
  padding: 50px 2% 0%;
  position: relative;
}

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

.footer-left {
  max-width: 300px;
}

.p-footer {
  margin-bottom: 0;
}

.flex-lft {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.hero-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 100px;
  height: 100%;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -11.2vh;
  right: 85px;
  transform: rotateX(0)rotateY(1deg)rotateZ(0);
}

.hero-image {
  object-fit: cover;
  min-width: 20vw;
  max-width: 20vw;
  min-height: 35vh;
  max-height: 35vh;
  transform-style: preserve-3d;
  border-radius: 30px;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.hero-image._02, .hero-image._04 {
  z-index: 1;
}

.award-content {
  margin-left: auto;
  margin-right: auto;
}

.award-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: invert();
  min-width: 8rem;
  color: var(--colors--first-color);
  font-size: var(--font--h5);
  font-weight: var(--font-weight--600);
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  padding: 20px 21px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.award-wrapper:hover {
  text-decoration: none;
}

.button-overlay {
  background-color: #000;
  border-radius: 100%;
  width: 200%;
  height: 300%;
  display: none;
  position: absolute;
  inset: auto auto auto -82px;
}

.award-text {
  z-index: 1;
  font-weight: var(--font-weight--400);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  position: relative;
}

.flex-team-social {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.team-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.coolvertica {
  font-family: var(--font--second-font);
  text-transform: uppercase;
}

.template-navigator-dropdowns {
  display: flex;
}

.button-line-first-2 {
  background-color: #ffffff4d;
  width: 100%;
  height: 2px;
  position: relative;
  top: 3px;
}

.button-line-first-2.small-6 {
  height: 1px;
  top: 2px;
}

.button-with-line-2 {
  color: #f5f5f5;
  letter-spacing: -2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.button-with-line-2.small-2 {
  letter-spacing: 0;
  font-size: .9rem;
}

.button-line-overlay-2 {
  z-index: 1;
  background-color: #f5f5f5;
  width: 100%;
  height: 1px;
  position: absolute;
}

.template-navigator-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  color: #fff;
  letter-spacing: -.6px;
  border: 1px solid #ffffff45;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 9px;
  font-weight: 500;
  display: flex;
}

.template-navigator-dropdown-toggle:hover {
  background-color: #222;
}

.template-navigator {
  z-index: 9997;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--colors--second-color);
  background-color: #222;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 8px 8px;
  display: flex;
  position: fixed;
  inset: auto auto 15px 15px;
}

.button-text-2 {
  text-transform: capitalize;
  height: 48px;
}

.button-text-2.small-5 {
  height: 20px;
  line-height: 20px;
}

.template-image {
  object-fit: cover;
  border: 1px solid #00000012;
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.template-slide {
  grid-row-gap: 10px;
  color: var(--colors--first-color);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.template-slide.w--current {
  grid-row-gap: 10px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.top-text-3 {
  opacity: 100;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.top-text-3.for-slide {
  font-size: .9rem;
}

.template-navigator-dropdown-list {
  background-color: #ddd0;
  bottom: 100%;
}

.arrow-dd {
  margin-left: 4px;
  position: relative;
  top: -2px;
  left: -3px;
}

.showcase-grid {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-navigator-pages-wrap {
  background-color: var(--colors--fourth-color);
  border-radius: 5px;
  width: 1200px;
  min-height: 516px;
  padding: 15px;
  position: relative;
  bottom: 13px;
  left: -6px;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.badge-content {
  z-index: 9999;
  display: none;
  position: fixed;
  inset: auto 15px 15px auto;
}

.photo-badge {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.code-embed {
  color: #000;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fffffff7;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  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: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.circle-badge-hover {
  background-color: #4353ff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.repertoriotitlehome {
  font-family: var(--font--second-font);
  color: var(--colors--second-color);
  margin-bottom: 42px;
  font-size: 11.7rem;
}

.dreationdate {
  text-align: center;
  margin-top: 27px;
  font-size: 21px;
  display: block;
}

.copyrightstext {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.showlistingdescription {
  opacity: 1;
  margin-bottom: 26px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.showlistingtitle {
  font-size: var(--font--h3);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--600);
}

.showlistingtitle.second {
  font-family: var(--font--second-font);
  font-size: var(--page-margin--divider-x-large);
  line-height: var(--line-height--page-line-height-2);
  font-weight: var(--font-weight--500);
  text-transform: uppercase;
}

.showlistingtitle.no-top {
  text-transform: uppercase;
  margin-top: 0;
}

.showlistingtitle.no-top.small {
  font-size: var(--font--h5);
}

.showlistingtitle.no-top.small.no-bottom {
  margin-bottom: 0;
}

.showlistingtitle.small {
  opacity: 1;
  font-size: var(--font--h5);
  text-align: right;
}

.showlistingtitle.small._1rem {
  font-size: var(--font--work-title);
}

.showlistingtitle.small.center {
  text-align: center;
}

.textpremios {
  font-size: 1.7rem;
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--400);
}

.textpremios.second {
  font-family: var(--font--second-font);
  font-size: var(--page-margin--divider-x-large);
  line-height: var(--line-height--page-line-height-2);
  font-weight: var(--font-weight--500);
  text-transform: uppercase;
}

.textpremios.no-top {
  margin-top: 0;
}

.textpremios.no-top.small {
  font-size: var(--font--h5);
}

.textpremios.no-top.small.no-bottom {
  margin-bottom: 0;
}

.textpremios.small {
  opacity: 1;
  font-size: var(--font--h5);
  text-align: right;
}

.textpremios.small._1rem {
  font-size: var(--font--work-title);
}

.textpremios.small.center {
  text-align: center;
}

.criadoem {
  opacity: .58;
  color: var(--colors--second-color);
  font-family: Coolvetica Rg Cond, Arial, sans-serif;
  font-size: var(--font--h2);
  line-height: var(--line-height--page-line-height-2);
  font-weight: var(--font-weight--400);
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 7px;
}

.criadoem.other-font {
  font-family: var(--font--primary-font);
  font-size: var(--font--h4);
  font-weight: var(--font-weight--500);
}

.criadoem.other-font.dk {
  font-style: normal;
  font-weight: var(--font-weight--400);
}

.criadoem.second {
  font-size: var(--button--round-corners);
  letter-spacing: 1px;
}

.criadoem.second.sml {
  font-size: var(--font--h3);
}

.criadoem.second.sml.gr {
  opacity: .5;
}

.display-1-copy {
  opacity: 100;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.display-1-copy.second {
  font-weight: var(--font-weight--600);
  letter-spacing: -.05rem;
}

.biopic {
  border: 3px solid #fff;
  border-radius: 500px;
  margin-bottom: 57px;
}

.function {
  color: var(--colors--first-color);
  font-size: 2.3rem;
  font-weight: var(--font-weight--800);
  margin-bottom: 31px;
}

.bold-text {
  font-size: 1.9rem;
}

.work-photo {
  width: 100vw;
  min-height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
}

.integranteslistingtitle {
  font-size: 4.3rem;
  font-weight: var(--font-weight--800);
  text-transform: uppercase;
}

.chacelavertical {
  flex-flow: column;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 500;
  display: inline-flex;
}

.logovertical {
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 28px;
  display: inline-flex;
}

.sponsors {
  border: 1px #202020;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  margin-left: -1px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.em-turn {
  opacity: 1;
  color: var(--colors--second-color);
  text-transform: uppercase;
  line-height: 1.9;
}

.text-block {
  font-family: var(--font--second-font);
  color: var(--colors--first-color);
  font-size: 29px;
}

.rt-black-icon.rt-in-active {
  opacity: 0;
}

.rt-blue-icon {
  opacity: 0;
  position: absolute;
}

.rt-blue-icon.rt-active {
  opacity: 1;
}

.rt-text-block {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-nav-one {
  z-index: 999;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-bottom: 1px solid #d5d5d5;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 30px #11254226;
}

.rt-nav-one-container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-nav-one-wrap {
  justify-content: space-between;
  align-items: center;
}

.rt-nav-one-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.rt-nav-one-dropdown-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.rt-nav-one-dropdown-list {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 30px #0000001a;
}

.rt-nav-one-dropdown-list-wrap {
  border-radius: 10px;
  width: 100%;
  max-width: 730px;
  position: relative;
  overflow: hidden;
}

.rt-nav-one-dropdown-list-wrap.rt-utility-pages {
  max-width: 1290px;
}

.rt-nav-one-dropdown-upper-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-nav-top-wrap-contain {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-right: 1px solid #0000000d;
  height: 100%;
  padding: 70px 25px 70px 15px;
}

.rt-nav-top-wrap-contain.rt-border-off {
  border-right-style: none;
}

.rt-nav-top-wrap-contain.rt-flex-horaizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right-style: none;
  flex-flow: row;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.rt-nav-top-wrap-contain.rt-right-gap {
  padding-left: 25px;
}

.rt-nav-top-link-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.rt-nav-top-link-wrap.rt-free {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border-radius: 20px;
  padding: 5px 15px;
}

.rt-text-icon-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.rt-text-icon-wrap.rt-icon-gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.rt-icon-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-nav-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-weight: 400;
}

.rt-nav-text.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-nav-one-arrow {
  margin-top: 4px;
}

.container-mobile {
  z-index: 30;
  width: var(--page-container--width);
  max-width: var(--page-container--container-large);
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.container-mobile.down {
  top: 25.6vh;
}

.container-mobile.down.nm {
  top: 26.9vh;
}

.container-mobile.color {
  background-color: #151515;
  border-radius: 30px;
  padding: 2% 5% 10%;
}

.container-mobile.color.move {
  padding-top: 5%;
  padding-bottom: 5%;
}

.container-mobile.at {
  margin-top: 100px;
}

.container-mobile.footer {
  padding-bottom: 8%;
}

.container-words {
  z-index: 30;
  width: var(--page-container--width);
  max-width: var(--page-container--container-large);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-words.down {
  top: 25.6vh;
}

.container-words.down.nm {
  top: 26.9vh;
}

.container-words.color {
  background-color: #151515;
  border-radius: 30px;
  padding: 2% 5% 10%;
}

.container-words.color.move {
  padding-top: 5%;
  padding-bottom: 5%;
}

.container-words.at {
  margin-top: 100px;
}

.container-words.footer {
  padding-bottom: 8%;
}

.hero-center-pics {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 100px;
  height: 100%;
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -11.2vh;
  right: 85px;
  transform: rotateX(0)rotateY(1deg)rotateZ(0);
}

.maincompanytext {
  opacity: .35;
  font-size: var(--font--h6);
  margin-bottom: 10px;
}

.maincompanytext.white {
  opacity: 100;
  font-size: var(--button--font-size);
  margin-bottom: 0;
}

.bold-text-2 {
  font-size: 5vw;
  line-height: .4rem;
}

.bold-text-3 {
  font-size: 5vw;
  line-height: .8;
}

.bold-text-4 {
  font-size: 6vw;
}

.sponsorsgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 9fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.sponsorsgrid._2-column {
  grid-template-columns: 1.1fr 1fr;
}

.textquotes {
  font-size: var(--font--h3);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--600);
}

.textquotes.second {
  font-family: var(--font--second-font);
  font-size: var(--page-margin--divider-x-large);
  line-height: var(--line-height--page-line-height-2);
  font-weight: var(--font-weight--500);
  text-transform: uppercase;
}

.textquotes.no-top {
  margin-top: 0;
}

.textquotes.no-top.small {
  font-size: var(--font--h5);
  text-align: left;
}

.textquotes.no-top.small.no-bottom {
  margin-bottom: 0;
}

.textquotes.small {
  opacity: 1;
  font-size: var(--font--h5);
  text-align: right;
}

.textquotes.small._1rem {
  font-size: var(--font--work-title);
  text-align: right;
}

.textquotes.small.center {
  text-align: center;
}

.textquotes.small.intro1 {
  text-align: center;
  font-size: 1.7rem;
}

.textquotes.spacebelow {
  margin-bottom: 51px;
}

.sponsoresv {
  display: none;
}

.udigrudifooter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-introcontact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-2-introcontact.center {
  place-items: center stretch;
}

.contactinfo {
  font-size: var(--font--h3);
  line-height: var(--line-height--paragraph-line-height);
  font-weight: var(--font-weight--600);
  text-align: center;
}

.contactinfo.second {
  font-family: var(--font--second-font);
  font-size: var(--page-margin--divider-x-large);
  line-height: var(--line-height--page-line-height-2);
  font-weight: var(--font-weight--500);
  text-transform: uppercase;
}

.contactinfo.no-top {
  margin-top: 0;
}

.contactinfo.no-top.small {
  font-size: var(--font--h5);
}

.contactinfo.no-top.small.no-bottom {
  margin-bottom: 0;
}

.contactinfo.small {
  opacity: 1;
  font-size: var(--font--h5);
  text-align: right;
}

.contactinfo.small._1rem {
  font-size: var(--font--work-title);
  text-align: right;
}

.contactinfo.small.center {
  text-align: center;
}

.contactinfo.small.intro1 {
  text-align: center;
  font-size: 1.7rem;
}

.contactinfo.spacebelow {
  margin-bottom: 51px;
}

.bold-text-5 {
  color: var(--colors--second-color);
}

.integrantebigcard {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--amarelo);
  border-radius: 30px;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 1%;
  display: flex;
}

.paragraph-2 {
  opacity: 1;
}

.integrantefunction {
  opacity: 1;
  font-weight: var(--font-weight--600);
}

.biotext {
  opacity: 100;
  color: var(--colors--first-color);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.biotext.second {
  font-weight: var(--font-weight--600);
  letter-spacing: -.05rem;
}

.italic {
  opacity: 1;
  padding-left: 0;
  padding-right: 23px;
  font-style: italic;
}

.linkhotsite {
  text-transform: uppercase;
  font-size: 1.4rem;
  text-decoration: none;
}

.linkhotsite:hover {
  color: var(--blue);
  text-decoration: none;
}

.button-email {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: var(--colors--second-color);
  pointer-events: auto;
  width: auto;
  min-height: 2.7px;
  font-family: var(--font--second-font);
  color: var(--button--button-color);
  font-size: var(--font--h5);
  letter-spacing: .6px;
  text-transform: uppercase;
  border: 1px solid #00000075;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: .6em 1.25em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-101 {
  margin-top: 30px;
}

.button-rounded-tooltip-3 {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  pointer-events: auto;
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  min-height: 2.7rem;
  padding: .6em 1.25em;
  font-family: Coolvetica Rg Cond, Arial, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-flex-2 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.button-transition-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.button-transition-2.button-transition-rounded {
  color: #000;
  background-color: #e6e3e3;
  border-radius: 50rem;
}

.white {
  color: var(--colors--second-color);
}

.sponsorsgrid-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 9fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.sponsorsgrid-vertical._2-column {
  grid-template-columns: 1.1fr 1fr;
}

.button-rounded-tooltip-email {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: var(--colors--second-color);
  pointer-events: auto;
  width: 184px;
  min-height: 2.7px;
  font-family: var(--font--second-font);
  color: var(--button--button-color);
  font-size: var(--font--h5);
  letter-spacing: .6px;
  text-transform: uppercase;
  border: 1px solid #00000075;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: .6em 1.25em;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-rounded-tooltip-email:hover {
  background-color: #ebe4e4;
}

@media screen and (min-width: 1920px) {
  .section.add-top-device {
    font-size: 1.9rem;
  }

  .section.add-top-device.inverted {
    background-color: #242222;
  }

  .case-details {
    grid-template-columns: minmax(35rem, 1fr) 3fr;
  }

  .top-text.color.white {
    font-size: 2.2rem;
  }

  .hero-title.on-page {
    font-size: var(--work-title);
  }

  .max-w-center.fa {
    max-width: 631px;
  }

  .fixed-close-button {
    right: 24%;
  }

  .h1.effect.title-a-lona-tradicao {
    text-align: left;
    font-size: 5vw;
    font-weight: 500;
  }

  .goal-card.white {
    padding-top: 0;
  }

  .flex-chat {
    font-size: 2rem;
  }

  .rt-nav-one-wrap {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .maincompanytext {
    opacity: 100;
    font-size: 2.6rem;
  }

  .bold-text-2 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 991px) {
  body {
    --colors--first-color: #000;
    --font--primary-font: Inter, sans-serif;
    --colors--second-color: white;
    --button--font-size: 14px;
    --line-height--page-line-height: 1.1;
    --font-weight--500: 500;
    --font--h1: 5.5rem;
    --font--h2: 2rem;
    --font--h3: 1.7rem;
    --font--h4: 1.4rem;
    --font--h5: 1.2rem;
    --font--h6: .9rem;
    --font--work-title: 1rem;
    --line-height--paragraph-line-height: 1.3;
    --button--button-color: white;
    --colors--fourth-color: #fff;
    --font-weight--400: 400;
    --font--second-font: "Coolvetica Rg Cond", Arial, sans-serif;
    --page-container--width: 100%;
    --page-container--container-large: 1400px;
    --blue: #0c2f62;
    --amarelo: #d4540b;
    --font-weight--600: 600;
    --page-margin--margin-30px\<deleted\|variable-6c1e3925-07e9-8131-6edf-36a407b4761d\>: 30px;
    --page-margin--divider-small: 20px;
    --backdrop-filter--backdrop-size: 40px;
    --button--nav-text: 15px;
    --line-height--page-line-height-2: .85;
    --page-margin--divider-medium: 50px;
    --color--first-color: white;
    --page-margin--margin-100px\<deleted\|variable-cf05ab6e-af2d-3706-c5d9-acfd3ea83e39\>: 100px;
    --font-weight--700: 700;
    --font-weight--300: 300;
    --work-title: 20vw;
    --button--round-corners: 2.6rem;
    --page-margin--divider-x-large: 120px;
    --font-weight--800: 800;
    --blog-title: 5rem;
    --button--circle-round-corners: 10rem;
    --radiant-ui-components-library-marketplace--color--white: white;
    --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
    --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
    --colors--third-color: #ffffffb3;
    --colors--footer-color: #c9c7c2;
    --button--cta-title: 24vw;
    --backdrop-filter--blur-color: #f8f8f31a;
    --backdrop-filter--backdrop-size-second: 15px;
    --page-container--round-corners: .6rem;
    --page-margin--divider-extra-small: 10px;
    --page-margin--divider-large: 60px;
    --font--third-font: Caveat;
    --section--padding-top-bottom: 100px;
    --section--padding-left-right: 2%;
    --color--second-color: #000;
  }

  .container.color, .container.sponsores {
    padding-bottom: 5%;
  }

  .section.with-utility {
    padding-top: 100px;
  }

  .section.double {
    padding-bottom: 10%;
  }

  .section.add-top {
    padding-top: 15%;
  }

  .section.biografias {
    padding-top: 100px;
  }

  .display-1, .display-1.second {
    letter-spacing: -.05rem;
  }

  .faq-item-top {
    grid-template-columns: 2rem 1fr auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .utility-page-wrap {
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .utility-page-wrap._01 {
    padding-bottom: 297px;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .subhead {
    font-size: 19px;
  }

  .margin-50.voltar {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navlinks {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 60px;
    line-height: .9;
  }

  .top-hero {
    min-height: auto;
    padding-top: 120px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .top-hero.for-inner {
    padding-top: 116px;
  }

  .top-hero.for-inner.work-page {
    min-height: 40vh;
    position: relative;
  }

  .photo-wrapper.add-px {
    border-radius: 10px;
  }

  .project-bottom-line {
    max-width: 100%;
  }

  .case-details {
    grid-row-gap: 1.4rem;
    flex-flow: column;
    display: flex;
  }

  .case-sticky {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .case-sticky.nospavetop {
    margin-bottom: 68px;
  }

  .case-picture {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-2-column {
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-2-column.rv {
    flex-flow: column;
    align-items: center;
  }

  .work-wrapper {
    aspect-ratio: 3 / 2;
    min-height: auto;
  }

  .margin-100 {
    margin-top: 50px;
  }

  .button-flex {
    justify-content: center;
  }

  .max-w-left {
    max-width: 100%;
  }

  .hero {
    min-height: 700px;
    padding: 0 2% 309px;
  }

  .hero.for-inner {
    min-height: 350px;
    padding-bottom: 10%;
  }

  .hero.for-inner.conserto {
    background-position: 0 0, 50% -34%;
    padding-top: 23%;
  }

  .hero.for-inner.ovo {
    background-position: 0 0, 50% 0;
    padding-top: 18%;
  }

  .hero.for-inner.o-cano {
    background-position: 0 0, 50% -18%;
    padding-top: 18%;
  }

  .hero.for-inner.devolucaoindustrial {
    background-image: radial-gradient(circle, #00000075 41%, #000), url('../images/DevolucaoIndustrial-byMarceloDischinger3.jpg');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
    padding-top: 18%;
  }

  .hero.for-inner.lixaranga {
    background-position: 0 0, 50% 27%;
    padding-top: 18%;
  }

  .hero.for-inner.mestreandre {
    background-image: radial-gradient(circle, #00000075 41%, #000), url('../images/MestreAndre1.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-top: 21%;
  }

  .hero.for-inner.parquediversom {
    background-position: 0 0, 50% -9%;
    padding-top: 18%;
  }

  .hero.for-inner.companhia {
    padding-bottom: 3%;
  }

  .hero.for-inner.blue {
    padding-top: 13%;
  }

  .hero.for-inner.buuum {
    background-position: 0 0, 50% -18%;
    padding-top: 18%;
  }

  .hero.for-about {
    padding-bottom: 10%;
  }

  .hero.contato {
    min-height: 350px;
    padding-top: 16%;
    padding-bottom: 14%;
  }

  .container-bottom {
    width: 95%;
  }

  .bottom-grid {
    padding-left: 0%;
    padding-right: 0%;
  }

  .top-text.logo {
    font-size: 1.2rem;
  }

  .top-text.awardeye {
    text-align: center;
  }

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

  .navigation-link {
    justify-content: center;
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .grid-2-columns {
    flex-flow: column-reverse;
  }

  .grid-2-columns.flex {
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .last-part {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu {
    grid-row-gap: 15px;
    background-color: #171717;
    padding: 20px;
  }

  .nav-menu.first {
    z-index: 3;
    background-color: #141414;
    order: 0;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }

  .lottie-white {
    width: 30px;
  }

  .menu-button {
    order: 1;
    padding: 15px 12px 12px;
  }

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

  .navbar {
    grid-template-columns: 2.25fr .5fr .75fr;
    justify-content: space-between;
    align-items: center;
    padding: 1% 2%;
  }

  .button-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .last-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .make-grid.hide-mobile {
    display: none;
  }

  .hero-title {
    letter-spacing: -2px;
  }

  .button-rounded-tooltip {
    transition: all .45s;
  }

  .button-rounded-tooltip:hover {
    background-color: #ebe4e4;
  }

  .about-title {
    font-size: var(--font--h4);
    padding-left: 0;
    padding-right: 0;
  }

  .about-title.second {
    font-size: var(--font--h2);
  }

  .about-title.no-top {
    font-size: var(--font--h4);
  }

  .about-title.sinopse {
    text-align: center;
    font-size: 1.6rem;
  }

  .about-title.itempremio {
    text-align: center;
  }

  .effect-absolute {
    display: none;
  }

  .project-circle-text {
    width: 115px;
    height: 115px;
  }

  .section-scroll.for-services {
    min-height: auto;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .section-scroll.for-services.on-inner {
    min-height: auto;
    padding-top: 99px;
    padding-bottom: 119px;
  }

  .dot {
    margin-left: 40px;
    margin-right: 40px;
  }

  .max-w-center {
    align-self: flex-start;
  }

  .max-w-center._300 {
    margin-bottom: 84px;
  }

  .circle-menu, .menu-wrapper, .fixed-close-button {
    display: none;
  }

  .project-full-item {
    height: auto;
  }

  .work-banner.style-3 {
    margin-top: -1011px;
  }

  .line-left-wrapper {
    inset: 0% 0% 0% auto;
  }

  .service-grid {
    grid-template-columns: .3fr 4fr;
  }

  .item-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonials-section {
    background-color: var(--amarelo);
  }

  .h1.third {
    font-size: var(--font--h1);
  }

  .h1.effect.second {
    text-align: left;
    font-size: 9.9rem;
  }

  .h1.effect.third {
    font-size: var(--page-margin--divider-medium);
  }

  .h1.effect.title-a-lona-tradicao {
    padding-left: 27px;
    font-size: 9vw;
  }

  .h1.effect.awards {
    text-align: center;
    font-size: 7.6rem;
  }

  .h1.effect.integranteshome {
    text-align: left;
    font-size: 9.9rem;
  }

  .h1.shows {
    font-size: 11vw;
  }

  .h1.contactperson {
    font-size: var(--font--h1);
    padding-right: 0;
  }

  .right-studio-text {
    flex-flow: column;
  }

  .thumb-title {
    font-size: var(--page-margin--divider-medium);
  }

  .max-w-testi {
    max-width: 250px;
  }

  .video-wrapper {
    min-height: 800px;
    position: relative;
  }

  .video-wrapper._100vh {
    min-height: 180vh;
  }

  .top-flex.grid._1-column {
    display: block;
  }

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

  .pricing-big-card {
    min-height: 400px;
  }

  .pricing-card {
    padding-left: 30px;
  }

  .add-max-w {
    max-width: 100%;
  }

  .line-divider {
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

  .flex-pricing {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .client-logo {
    min-height: 120px;
    padding: 26px;
  }

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

  .work-process-card {
    padding-right: 25px;
  }

  .snapshot-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-1.for-contact {
    max-width: 100%;
  }

  .hero-form {
    padding-bottom: 60px;
  }

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

  .image-wrap {
    height: 450px;
  }

  .image-wrap.auto {
    min-height: auto;
  }

  .udigrudi-logo {
    margin-top: -119px;
    display: block;
  }

  .logo-wrapper {
    max-width: 100%;
  }

  .featured-work-grid {
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .wrapper {
    width: auto;
  }

  .work-card {
    height: auto;
    margin-bottom: 4vh;
  }

  .blog-card {
    min-height: 400px;
  }

  .blof-card-2 {
    padding-right: 40px;
  }

  .testimonials-photo {
    min-height: 160px;
  }

  .blog-wrapper {
    padding-right: 10px;
  }

  .blog-wrapper.first {
    min-height: 340px;
  }

  .hero-center {
    top: -8.6vh;
  }

  .hero-image {
    min-height: 23vh;
    max-height: 23vh;
  }

  .award-content {
    max-width: 100%;
  }

  .template-navigator {
    display: none;
  }

  .repertoriotitlehome {
    font-size: 7.5rem;
  }

  .showlistingtitle {
    font-size: var(--font--h4);
  }

  .showlistingtitle.second {
    font-size: var(--font--h2);
  }

  .showlistingtitle.no-top {
    font-size: var(--font--h4);
  }

  .textpremios {
    font-size: var(--font--h4);
    text-align: center;
  }

  .textpremios.second {
    font-size: var(--font--h2);
  }

  .textpremios.no-top {
    font-size: var(--font--h4);
  }

  .display-1-copy, .display-1-copy.second {
    letter-spacing: -.05rem;
  }

  .logovertical {
    display: block;
  }

  .sponsors {
    min-height: 120px;
    padding: 26px;
  }

  .sponsors.desktop, .rt-nav-one {
    display: none;
  }

  .container-mobile.color, .container-words.color {
    padding-bottom: 5%;
  }

  .hero-center-pics {
    top: -8.6vh;
  }

  .textquotes {
    font-size: var(--font--h4);
    padding-left: 0;
    padding-right: 0;
  }

  .textquotes.second {
    font-size: var(--font--h2);
  }

  .textquotes.no-top {
    font-size: var(--font--h4);
  }

  .sponsoresv {
    display: block;
  }

  .grid-2-introcontact {
    text-align: center;
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-2-introcontact.rv {
    flex-flow: column;
  }

  .contactinfo {
    font-size: var(--font--h4);
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contactinfo.second {
    font-size: var(--font--h2);
  }

  .contactinfo.no-top {
    font-size: var(--font--h4);
  }

  .integrantebigcard {
    min-height: 400px;
  }

  .biotext, .biotext.second {
    letter-spacing: -.05rem;
  }

  .sponsorsgrid-vertical {
    display: none;
  }

  .button-rounded-tooltip-email {
    transition: all .45s;
  }

  .button-rounded-tooltip-email:hover {
    background-color: #ebe4e4;
  }
}

@media screen and (max-width: 767px) {
  body {
    --colors--first-color: #000;
    --font--primary-font: Inter, sans-serif;
    --colors--second-color: white;
    --button--font-size: 14px;
    --line-height--page-line-height: 1.1;
    --font-weight--500: 500;
    --font--h1: 4rem;
    --font--h2: 2rem;
    --font--h3: 1.7rem;
    --font--h4: 1.4rem;
    --font--h5: 1.2rem;
    --font--h6: .9rem;
    --font--work-title: 1rem;
    --line-height--paragraph-line-height: 1.3;
    --button--button-color: white;
    --colors--fourth-color: #fff;
    --font-weight--400: 400;
    --font--second-font: "Coolvetica Rg Cond", Arial, sans-serif;
    --page-container--width: 100%;
    --page-container--container-large: 1400px;
    --blue: #0c2f62;
    --amarelo: #d4540b;
    --font-weight--600: 600;
    --page-margin--margin-30px\<deleted\|variable-6c1e3925-07e9-8131-6edf-36a407b4761d\>: 30px;
    --page-margin--divider-small: 20px;
    --backdrop-filter--backdrop-size: 40px;
    --button--nav-text: 15px;
    --line-height--page-line-height-2: .85;
    --page-margin--divider-medium: 50px;
    --color--first-color: white;
    --page-margin--margin-100px\<deleted\|variable-cf05ab6e-af2d-3706-c5d9-acfd3ea83e39\>: 100px;
    --font-weight--700: 700;
    --font-weight--300: 300;
    --work-title: 15vw;
    --button--round-corners: 2.6rem;
    --page-margin--divider-x-large: 100px;
    --font-weight--800: 800;
    --blog-title: 4rem;
    --button--circle-round-corners: 10rem;
    --radiant-ui-components-library-marketplace--color--white: white;
    --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
    --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
    --colors--third-color: #ffffffb3;
    --colors--footer-color: #c9c7c2;
    --button--cta-title: 24vw;
    --backdrop-filter--blur-color: #f8f8f31a;
    --backdrop-filter--backdrop-size-second: 15px;
    --page-container--round-corners: .4rem;
    --page-margin--divider-extra-small: 10px;
    --page-margin--divider-large: 60px;
    --font--third-font: Caveat;
    --section--padding-top-bottom: 60px;
    --section--padding-left-right: 2%;
    --color--second-color: #000;
  }

  .container.color, .container.sponsores {
    padding-bottom: 15%;
  }

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

  .section.add-top {
    padding-top: 20%;
  }

  .display-1.second {
    font-size: 2rem;
  }

  .project-circle {
    width: 90px;
    height: 90px;
  }

  .faq-item-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .utility-page-wrap {
    padding-top: 175px;
    padding-bottom: 155px;
  }

  .top-hero {
    padding-top: 105px;
  }

  .top-hero.for-inner {
    padding-top: 110px;
  }

  .work-wrapper {
    aspect-ratio: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .margin-100 {
    margin-top: 60px;
  }

  .hero {
    padding-bottom: 362px;
  }

  .hero.for-inner {
    min-height: 250px;
  }

  .hero.for-inner.bp {
    padding-top: 14%;
  }

  .hero.for-inner.conserto {
    background-position: 0 0, 50% -95%;
    padding-top: 18%;
  }

  .hero.for-inner.ovo {
    background-position: 0 0, 50% -108%;
    padding-top: 18%;
  }

  .hero.for-inner.mestreandre {
    padding-top: 10%;
  }

  .hero.for-inner.parquediversom {
    background-position: 0 0, 50% -74%;
  }

  .hero.for-about {
    min-height: 400px;
  }

  .hero.contato {
    min-height: 250px;
    padding-top: 21%;
  }

  .hero.contato.bp {
    padding-top: 14%;
  }

  .hero.contato.ovo {
    padding-top: 24%;
  }

  .container-bottom {
    bottom: 10px;
  }

  .bottom-grid {
    flex-flow: column;
  }

  .top-text.logo {
    font-size: 1.1rem;
  }

  .last-part {
    order: 1;
  }

  .logo-first {
    order: -1;
  }

  .navbar {
    align-items: center;
    display: flex;
  }

  .last-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .hero-title.on-page {
    letter-spacing: 0;
  }

  .work-text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .about-title.sinopse {
    text-align: center;
    font-size: 1.5rem;
  }

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

  .section-scroll {
    padding-left: 3%;
    padding-right: 3%;
  }

  .main-service-effect {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

  .dot {
    width: 3vw;
    height: 3vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .work-banner {
    height: 900px;
  }

  .work-banner.style-3 {
    margin-top: 0;
  }

  .testimonials-section {
    min-height: 30vh;
    position: relative;
  }

  .h1.effect {
    font-size: 18vw;
  }

  .h1.effect.second {
    font-size: 7.5rem;
  }

  .h1.effect.imprensa {
    text-align: center;
    padding-right: 0;
    font-size: 26vw;
  }

  .h1.effect.title-a-lona-tradicao {
    font-size: 11vw;
  }

  .h1.effect.awards {
    text-align: center;
    font-size: 5.5rem;
  }

  .h1.effect.integranteshome {
    font-size: 7.5rem;
  }

  .h1.shows {
    margin-top: 97px;
    padding-top: 0;
    padding-right: 0;
    font-size: 11vw;
  }

  .testi-card {
    min-height: 340px;
    padding: 20px;
  }

  .testimonials-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 2%;
    padding-right: 2%;
  }

  .logo-spb {
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .thumb-title {
    font-size: 36px;
  }

  .max-w-testi {
    max-width: 194px;
  }

  .video-wrapper._100vh {
    min-height: 175vh;
  }

  .video-wrapper.make-600 {
    min-height: 500px;
  }

  .margin-70.make-30 {
    margin-top: 30px;
  }

  .pricing-big-card {
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .pricing-card {
    width: 100%;
  }

  .our-porcess-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .sticky-div {
    position: relative;
    top: 0;
  }

  .snapshot-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-rounded-tooltip-2 {
    font-size: .9rem;
  }

  .journey-number-overflow {
    height: 88px;
  }

  .cta {
    padding-top: 50px;
  }

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

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

  .image-wrap {
    height: 320px;
  }

  .udigrudi-logo {
    margin-top: -57px;
  }

  .featured-work-grid {
    grid-row-gap: 30px;
  }

  .small-txt {
    font-size: var(--work-title);
    margin-left: 3px;
    display: inline-block;
  }

  .work-card {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 400px;
    margin-bottom: 0;
    position: relative;
    top: 0%;
  }

  .wrok-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .collection-item-2 {
    position: relative;
    top: 0;
  }

  ._50 {
    width: 100%;
  }

  .blof-card-2 {
    width: 100%;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-wrapper {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .blog-wrapper.first {
    min-height: 340px;
  }

  .footer {
    height: auto;
  }

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

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

  .hero-center {
    top: -5.1vh;
  }

  .hero-image {
    min-width: 26vw;
    max-width: 26vw;
    min-height: 20vh;
    max-height: 20vh;
  }

  .display-1-copy.second {
    font-size: 2rem;
  }

  .container-mobile {
    display: block;
  }

  .container-words {
    display: none;
  }

  .hero-center-pics {
    display: none;
    top: -5.1vh;
  }

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

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

  .biotext.second {
    font-size: 2rem;
  }

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

@media screen and (max-width: 479px) {
  body {
    --colors--first-color: #000;
    --font--primary-font: Inter, sans-serif;
    --colors--second-color: white;
    --button--font-size: 14px;
    --line-height--page-line-height: 1.1;
    --font-weight--500: 500;
    --font--h1: 2.5rem;
    --font--h2: 1.9rem;
    --font--h3: 1.1rem;
    --font--h4: 1.4rem;
    --font--h5: 1rem;
    --font--h6: 1rem;
    --font--work-title: 1.1rem;
    --line-height--paragraph-line-height: 1.3;
    --button--button-color: white;
    --colors--fourth-color: #fff;
    --font-weight--400: 400;
    --font--second-font: "Coolvetica Rg Cond", Arial, sans-serif;
    --page-container--width: 100%;
    --page-container--container-large: 1400px;
    --blue: #0c2f62;
    --amarelo: #d4540b;
    --font-weight--600: 600;
    --page-margin--margin-30px\<deleted\|variable-6c1e3925-07e9-8131-6edf-36a407b4761d\>: 30px;
    --page-margin--divider-small: 20px;
    --backdrop-filter--backdrop-size: 40px;
    --button--nav-text: 15px;
    --line-height--page-line-height-2: .85;
    --page-margin--divider-medium: 50px;
    --color--first-color: white;
    --page-margin--margin-100px\<deleted\|variable-cf05ab6e-af2d-3706-c5d9-acfd3ea83e39\>: 100px;
    --font-weight--700: 700;
    --font-weight--300: 300;
    --work-title: 10vw;
    --button--round-corners: 2.6rem;
    --page-margin--divider-x-large: 60px;
    --font-weight--800: 800;
    --blog-title: 2.2rem;
    --button--circle-round-corners: 10rem;
    --radiant-ui-components-library-marketplace--color--white: white;
    --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
    --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
    --colors--third-color: #ffffffb3;
    --colors--footer-color: #c9c7c2;
    --button--cta-title: 24vw;
    --backdrop-filter--blur-color: #f8f8f31a;
    --backdrop-filter--backdrop-size-second: 15px;
    --page-container--round-corners: .4rem;
    --page-margin--divider-extra-small: 10px;
    --page-margin--divider-large: 60px;
    --font--third-font: Caveat;
    --section--padding-top-bottom: 60px;
    --section--padding-left-right: 2%;
    --color--second-color: #000;
  }

  p {
    font-size: var(--font--h6);
  }

  .container.down.nm {
    top: 10.2vh;
  }

  .section.with-utility {
    padding-top: 80px;
  }

  .section.more-space {
    padding-top: 28%;
    padding-bottom: 15%;
  }

  .section.add-bottom.integrantes {
    text-align: center;
  }

  .section.add-top {
    padding-top: 80px;
  }

  .section.add-top-device {
    padding-top: 15%;
  }

  .section.premios {
    padding-top: 16%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.members {
    padding-top: 28%;
    padding-bottom: 15%;
  }

  .section.biografias {
    padding-top: 80px;
  }

  .section.maisproducoes {
    padding-top: 16%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .display-1.second {
    font-size: 1.6rem;
  }

  .project-circle {
    width: 70px;
    height: 70px;
  }

  .hero_pricing-link {
    width: 100%;
  }

  .utility-page-wrap {
    padding-top: 111px;
    padding-bottom: 54px;
  }

  .utility-page-wrap._01 {
    padding-bottom: 326px;
  }

  .input-first {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input-first::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .color-row {
    flex-direction: column;
  }

  .subhead {
    font-size: 16px;
  }

  .licensing-title {
    font-size: 29px;
  }

  .licensing-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .navlinks {
    font-size: 50px;
  }

  .top-hero {
    padding-top: 100px;
  }

  .top-hero.for-inner {
    padding-top: 89px;
  }

  .top-hero.for-inner.work-page {
    min-height: 200px;
    padding-top: 12%;
    padding-bottom: 25px;
  }

  .work-wrapper-first {
    justify-content: center;
  }

  .case-sticky {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .work-wrapper {
    padding-top: 29px;
    padding-bottom: 79px;
  }

  .button-flex {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero {
    justify-content: flex-start;
    align-items: center;
    min-height: 359px;
    padding-top: 0;
    padding-bottom: 239px;
  }

  .hero.for-inner {
    min-height: 200px;
    padding-top: 13%;
  }

  .hero.for-inner.bp {
    min-height: 400px;
  }

  .hero.for-inner.conserto {
    padding-top: 28%;
  }

  .hero.for-inner.ovo {
    background-size: auto, cover;
    padding-top: 28%;
  }

  .hero.for-inner.o-cano {
    background-position: 0 0, 50% -171%;
    padding-top: 28%;
  }

  .hero.for-inner.devolucaoindustrial {
    background-position: 0 0, 50% -32%;
    padding-top: 30%;
  }

  .hero.for-inner.lixaranga {
    padding-top: 27%;
    padding-bottom: 18%;
  }

  .hero.for-inner.mestreandre {
    background-image: radial-gradient(circle, #00000075 41%, #000), url('../images/MestreAndre1.jpg');
    background-position: 0 0, 50% -52%;
    background-size: auto, cover;
    padding-top: 28%;
    padding-bottom: 15%;
  }

  .hero.for-inner.parquediversom {
    background-position: 0 0, 50% -137%;
    padding-top: 28%;
  }

  .hero.for-inner.buuum {
    background-position: 0 0, 50% -171%;
    padding-top: 36%;
  }

  .hero.for-about {
    min-height: 300px;
    padding-top: 12%;
  }

  .hero.contato {
    min-height: 200px;
    padding-top: 35%;
  }

  .hero.contato.bp {
    min-height: 400px;
  }

  .hero.contato.ovo {
    background-size: auto, cover;
    padding-top: 14%;
  }

  .hero.contato.mestreandre {
    padding-bottom: 21%;
  }

  .bottom-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: center;
    align-items: center;
  }

  .bottom-grid._2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    display: flex;
  }

  .top-text {
    font-size: var(--font--h6);
  }

  .top-text.logo {
    text-align: center;
    font-size: 1.2rem;
  }

  .grid-2-columns {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .last-part {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo-first {
    flex: none;
  }

  .navbar {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    min-height: 8vh;
  }

  .last-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: none;
  }

  .hide-mobile {
    display: none;
  }

  .hero-title {
    letter-spacing: .3px;
    font-size: 30vw;
  }

  .work-text-wrapper {
    padding-bottom: 16px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .work-text-wrapper.mp {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .work-text {
    font-size: 1.4rem;
  }

  .work-text.second {
    font-size: var(--work-title);
  }

  .about-title {
    padding-left: 0;
    font-size: 1.2rem;
  }

  .about-title.effect {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-title.no-top, .about-title.no-top.repertoriolistinghometitle {
    text-align: center;
  }

  .about-title.small {
    font-size: .9rem;
    line-height: 1.4;
  }

  .about-title.sinopse {
    text-align: center;
    font-size: 1.3rem;
  }

  .about-title.sectiontext, .about-title.black {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .effect-absolute {
    top: -24%;
  }

  .work-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .logo-image {
    width: 100px;
    height: 100px;
  }

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

  .section-scroll.for-services {
    padding-bottom: 30px;
  }

  .section-scroll.for-services.on-inner {
    padding-top: 96px;
    padding-bottom: 72px;
  }

  .main-service-effect {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-rotator-big {
    font-size: 100px;
    line-height: 1;
  }

  .text-rotator-big.for-services {
    font-size: 24vw;
  }

  .dot {
    width: 6vw;
    height: 6vw;
  }

  .max-w-center.membersmobiletitle {
    display: block;
  }

  .social-content {
    display: none;
  }

  .work-banner {
    height: 650px;
  }

  .view-more {
    display: none;
  }

  .service-grid, .item-grid {
    flex-flow: column;
    display: flex;
  }

  .testimonials-section {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h1.third {
    font-size: var(--button--round-corners);
  }

  .h1.effect.second {
    text-align: center;
    margin-top: -16px;
    padding-left: 0;
    padding-right: 0;
    font-size: 7.5rem;
  }

  .h1.effect.imprensa {
    text-align: right;
  }

  .h1.effect.title-a-lona-tradicao {
    text-align: center;
    padding-left: 8px;
    padding-right: 0;
    font-size: 14vw;
  }

  .h1.effect.awards {
    margin-top: 42px;
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    font-size: 3.2rem;
  }

  .h1.effect.integranteshome {
    margin-top: -16px;
    padding-left: 0;
    padding-right: 93px;
    font-size: 5.7rem;
  }

  .h1.shows {
    margin-top: 7px;
  }

  .h1.contactperson {
    text-align: center;
    font-size: 1.8rem;
  }

  .testi-card {
    min-height: 280px;
  }

  .testimonials-card {
    flex-flow: column;
    padding-bottom: 20px;
    display: flex;
  }

  .logo-spb {
    justify-content: space-between;
    align-items: center;
  }

  .right-studio-text {
    justify-content: center;
    align-items: center;
  }

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

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

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

  .client-grid._2-column {
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .thumb-title-wrapper {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .thumb-title {
    font-size: 30px;
  }

  .thumb-link-wrapper {
    text-align: left;
    grid-template-columns: 1fr;
  }

  .thumb-title-wrap {
    text-align: center;
    align-self: center;
  }

  .integrantes-title-home {
    text-align: center;
    order: 0;
    align-self: center;
    position: relative;
  }

  .max-w-testi {
    max-width: none;
    display: none;
  }

  .video-wrapper {
    min-height: 850px;
  }

  .video-wrapper._100vh {
    min-height: 146vh;
  }

  .photo-overlay.sec {
    height: 100%;
  }

  .team-grid {
    grid-template-columns: 1fr;
    padding-right: 27px;
  }

  .pricing-big-card {
    grid-row-gap: 20px;
    padding: 4%;
  }

  .line-divider {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .p-no-bottom {
    font-size: .8rem;
  }

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

  .goal-card.white {
    text-align: left;
    padding-top: 0;
    padding-left: 4px;
    padding-right: 0;
  }

  .work-process-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .process-top {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .snapshot-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .button-rounded-tooltip-2 {
    width: 100%;
  }

  .journey-number-overflow {
    height: 55px;
  }

  .toogle-icon {
    flex: none;
  }

  .toggle-space {
    padding-right: 0;
  }

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

  .toggle-header {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 10px;
    line-height: 1.1;
  }

  .card-1.for-contact, .card-1.for-contact.sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-form {
    grid-row-gap: 80px;
    padding-bottom: 0;
  }

  .field-block, .field-block.invert {
    flex-direction: column;
    display: flex;
  }

  .primary-button {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    font-size: .9rem;
  }

  .image-wrap {
    height: 240px;
    min-height: 240px;
  }

  .image-wrap.auto {
    min-height: auto;
  }

  .data-flex {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .udigrudi-logo {
    margin-top: 5px;
  }

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

  .inner-flex.fb {
    grid-row-gap: 10px;
  }

  .featured-work-grid {
    grid-row-gap: 15px;
  }

  .work-card {
    min-height: auto;
  }

  ._50 {
    width: 100%;
  }

  .blof-card-2 {
    width: 100%;
    margin-top: 0;
    padding: 27px 30px;
  }

  .testimonials-photo {
    min-width: 80px;
    min-height: 90px;
  }

  .blog-wrapper.first {
    min-height: 250px;
  }

  .footer-grid {
    grid-row-gap: 25px;
  }

  .hero-center {
    top: -2vh;
  }

  .hero-image {
    border-radius: 15px;
    min-height: 14vh;
    max-height: 14vh;
  }

  .award-wrapper {
    flex-flow: column;
    display: flex;
  }

  .team-wrapper {
    margin-bottom: 30px;
  }

  .top-text-3 {
    font-size: .9rem;
  }

  .repertoriotitlehome {
    text-align: center;
    font-size: 4.9rem;
  }

  .dreationdate {
    margin-top: 17px;
    font-size: 18px;
  }

  .showlistingdescription, .showlistingtitle.no-top.repertoriolistinghometitle {
    text-align: center;
  }

  .showlistingtitle.small, .textpremios.small {
    font-size: var(--font--work-title);
  }

  .criadoem {
    font-size: 1.1rem;
  }

  .criadoem.second {
    font-size: var(--work-title);
  }

  .display-1-copy.second {
    font-size: 1.6rem;
  }

  .rt-nav-one {
    display: none;
  }

  .hero-center-pics {
    top: -2vh;
  }

  .sponsorsgrid {
    grid-template-columns: 1fr;
    display: none;
  }

  .sponsorsgrid._2-column {
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .textquotes {
    padding-left: 0;
    font-size: 1.2rem;
  }

  .textquotes.effect {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .textquotes.no-top {
    text-align: center;
  }

  .textquotes.small {
    font-size: .9rem;
    line-height: 1.4;
  }

  .contactinfo {
    padding-left: 0;
    font-size: 1.2rem;
  }

  .contactinfo.effect {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .contactinfo.no-top {
    text-align: center;
  }

  .contactinfo.small {
    font-size: .9rem;
    line-height: 1.4;
  }

  .integrantebigcard {
    grid-row-gap: 20px;
    padding: 4%;
  }

  .biotext.second {
    font-size: 1.6rem;
  }

  .button-flex-2 {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .sponsorsgrid-vertical._2-column {
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    display: flex;
  }
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-a8622c7a {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-fa34d70a-0972-fc85-5e22-95a787cde49d-a8622c7a {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622c7a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-f655bec8-b346-af7f-0530-d558df1199ab-a8622c7a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f655bec8-b346-af7f-0530-d558df1199c8-a8622c7a, #w-node-f655bec8-b346-af7f-0530-d558df1199b0-a8622c7a, #w-node-f655bec8-b346-af7f-0530-d558df1199b8-a8622c7a, #w-node-f655bec8-b346-af7f-0530-d558df1199c0-a8622c7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f655bec8-b346-af7f-0530-d558df1199cc-a8622c7a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end;
}

#w-node-fafc21fb-e849-7337-8fdf-c5a702efd1f3-a8622c7a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fafc21fb-e849-7337-8fdf-c5a702efd203-a8622c7a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fafc21fb-e849-7337-8fdf-c5a702efd213-a8622c7a {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-fafc21fb-e849-7337-8fdf-c5a702efd223-a8622c7a {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-fafc21fb-e849-7337-8fdf-c5a702efd233-a8622c7a {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_00cdae18-38ec-1b3e-ec88-656f2336553e-2336553d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_00cdae18-38ec-1b3e-ec88-656f23365540-2336553d {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_00cdae18-38ec-1b3e-ec88-656f23365547-2336553d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3fd50e42-7253-dc79-12b1-36520b3e4c71-a8622d2e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_3fd50e42-7253-dc79-12b1-36520b3e4c77-a8622d2e {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_5fbc8c97-5248-f982-f692-feeec2a0b197-a8622d57 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_10c9a100-3517-d227-b678-4fbef79e77a4-a8622d57 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_10c9a100-3517-d227-b678-4fbef79e77aa-a8622d57 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d9040dba-a6ad-cc03-63b4-fa9ff8849f02-a8622d97 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-d9040dba-a6ad-cc03-63b4-fa9ff8849f09-a8622d97 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_239060e3-d032-391a-66d7-8c096441e613-a8622d97 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_239060e3-d032-391a-66d7-8c096441e617-a8622d97 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0e01c721-0d26-bad3-7132-85fe3cae5cc0-3cae5ca4 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_0e01c721-0d26-bad3-7132-85fe3cae5cc5-3cae5ca4 {
  justify-self: center;
}

#w-node-fcf3caea-6e82-2441-000c-650868288820-a8622d98 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-fcf3caea-6e82-2441-000c-650868288824-a8622d98 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304352-a8622d98 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304354-a8622d98 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304356-a8622d98 {
  justify-self: end;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30435a-a8622d98 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30435c-a8622d98 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30435e-a8622d98 {
  justify-self: end;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304362-a8622d98 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304364-a8622d98 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304366-a8622d98 {
  justify-self: end;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30436a-a8622d98 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30436c-a8622d98 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30436e-a8622d98 {
  justify-self: end;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304372-a8622d98 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304374-a8622d98 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304376-a8622d98 {
  justify-self: end;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30437a-a8622d98 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30437c-a8622d98 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30437e-a8622d98 {
  justify-self: end;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304382-a8622d98 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304384-a8622d98 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304386-a8622d98 {
  justify-self: end;
}

#w-node-_45b28c1e-7d21-82ce-abb0-238eeff022c7-a8622d98 {
  justify-self: start;
}

#w-node-_45b28c1e-7d21-82ce-abb0-238eeff022c9-a8622d98 {
  justify-self: center;
}

#w-node-_45b28c1e-7d21-82ce-abb0-238eeff022cb-a8622d98 {
  justify-self: end;
}

#w-node-be1e7fc9-cf32-9920-2219-bebbe900e0ef-a8622d98 {
  justify-self: start;
}

#w-node-be1e7fc9-cf32-9920-2219-bebbe900e0f1-a8622d98 {
  justify-self: center;
}

#w-node-be1e7fc9-cf32-9920-2219-bebbe900e0f3-a8622d98 {
  justify-self: end;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0be9-a8622d98 {
  justify-self: start;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0beb-a8622d98 {
  justify-self: center;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0bed-a8622d98 {
  justify-self: end;
}

#w-node-f3ad6bdb-4655-7bef-114b-2dd153baaa61-a8622d98 {
  justify-self: start;
}

#w-node-f3ad6bdb-4655-7bef-114b-2dd153baaa64-a8622d98 {
  justify-self: center;
}

#w-node-f3ad6bdb-4655-7bef-114b-2dd153baaa68-a8622d98 {
  justify-self: end;
}

#w-node-a75b9ad7-7399-50c7-2ecd-3cf539d817bf-a8622d98 {
  justify-self: start;
}

#w-node-a75b9ad7-7399-50c7-2ecd-3cf539d817c2-a8622d98 {
  justify-self: center;
}

#w-node-a75b9ad7-7399-50c7-2ecd-3cf539d817c4-a8622d98 {
  justify-self: end;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0bf2-a8622d98 {
  justify-self: start;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0bf5-a8622d98 {
  justify-self: center;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0bf7-a8622d98 {
  justify-self: end;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0bfb-a8622d98 {
  justify-self: start;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0bfd-a8622d98 {
  justify-self: center;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0bff-a8622d98 {
  justify-self: end;
}

#w-node-_52343404-56e0-e79c-9928-93ebcc68b87d-a8622d98 {
  justify-self: start;
}

#w-node-_52343404-56e0-e79c-9928-93ebcc68b880-a8622d98 {
  justify-self: center;
}

#w-node-_52343404-56e0-e79c-9928-93ebcc68b884-a8622d98 {
  justify-self: end;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0c03-a8622d98 {
  justify-self: start;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0c05-a8622d98 {
  justify-self: center;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0c07-a8622d98 {
  justify-self: end;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0c0b-a8622d98 {
  justify-self: start;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0c0e-a8622d98 {
  justify-self: center;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0c10-a8622d98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_06f2edce-c2a7-2492-d3cc-826002e2d092-a8622d98 {
  justify-self: start;
}

#w-node-_06f2edce-c2a7-2492-d3cc-826002e2d095-a8622d98 {
  justify-self: center;
}

#w-node-_06f2edce-c2a7-2492-d3cc-826002e2d097-a8622d98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0c14-a8622d98 {
  justify-self: start;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0c16-a8622d98 {
  justify-self: center;
}

#w-node-dc5f18a0-c578-8ad4-48d0-4fd3212d0c18-a8622d98 {
  justify-self: end;
}

#w-node-_9f349d1a-6e0d-0507-13f6-db1e1172850d-a8622d98 {
  justify-self: start;
}

#w-node-_9f349d1a-6e0d-0507-13f6-db1e11728510-a8622d98 {
  justify-self: center;
}

#w-node-_9f349d1a-6e0d-0507-13f6-db1e11728513-a8622d98 {
  justify-self: end;
}

#w-node-_9f349d1a-6e0d-0507-13f6-db1e11728517-a8622d98 {
  justify-self: start;
}

#w-node-_9f349d1a-6e0d-0507-13f6-db1e1172851a-a8622d98 {
  justify-self: center;
}

#w-node-_9f349d1a-6e0d-0507-13f6-db1e1172851e-a8622d98 {
  justify-self: end;
}

#w-node-_9f349d1a-6e0d-0507-13f6-db1e11728523-a8622d98 {
  justify-self: start;
}

#w-node-_9f349d1a-6e0d-0507-13f6-db1e11728526-a8622d98 {
  justify-self: center;
}

#w-node-_9f349d1a-6e0d-0507-13f6-db1e11728528-a8622d98 {
  justify-self: end;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-a8622d9c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622d9c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-a8622d9d {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622d9d {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_8cb86431-b895-5578-7c33-4b39e098c856-a8622d9d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_8cb86431-b895-5578-7c33-4b39e098c85c-a8622d9d {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_8cb86431-b895-5578-7c33-4b39e098c862-a8622d9d {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_8cb86431-b895-5578-7c33-4b39e098c868-a8622d9d {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_8cb86431-b895-5578-7c33-4b39e098c86e-a8622d9d {
  grid-area: 4 / 6 / 5 / 13;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-a8622d9e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622d9e {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-a8622d9f {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622d9f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-a8622db2 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622db2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-a8622db3 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622db3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-a8622db4 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622db4 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-a8622db5 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622db5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#email-form.w-node-_47db8320-11a5-628a-7e8f-2daccdfad836-a8622db5 {
  place-self: start center;
}

#w-node-_47db8320-11a5-628a-7e8f-2daccdfad839-a8622db5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name-2.w-node-_47db8320-11a5-628a-7e8f-2daccdfad83b-a8622db5, #Last-Name-2.w-node-_47db8320-11a5-628a-7e8f-2daccdfad83c-a8622db5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47db8320-11a5-628a-7e8f-2daccdfad83e-a8622db5, #name-4.w-node-_47db8320-11a5-628a-7e8f-2daccdfad840-a8622db5, #w-node-_47db8320-11a5-628a-7e8f-2daccdfad842-a8622db5, #field-2.w-node-_47db8320-11a5-628a-7e8f-2daccdfad844-a8622db5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_47db8320-11a5-628a-7e8f-2daccdfad848-a8622db5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb35571-1fd1-6734-7109-c9c6521ee2f7-a8622db5 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_8eb35571-1fd1-6734-7109-c9c6521ee2fc-a8622db5 {
  justify-self: center;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-a8622db6 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622db6 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_02c5c0d1-273d-2346-4451-7c43852227f8-a8622db7 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_02c5c0d1-273d-2346-4451-7c43852227fc-a8622db7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#email-form.w-node-_3fc89d49-d5cf-a02d-e3ca-84ff3c103479-a8622db7 {
  place-self: start center;
}

#w-node-_3fc89d49-d5cf-a02d-e3ca-84ff3c10347c-a8622db7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-Name-2.w-node-_3fc89d49-d5cf-a02d-e3ca-84ff3c10347e-a8622db7, #Last-Name-2.w-node-_3fc89d49-d5cf-a02d-e3ca-84ff3c10347f-a8622db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fc89d49-d5cf-a02d-e3ca-84ff3c103481-a8622db7, #name-4.w-node-_3fc89d49-d5cf-a02d-e3ca-84ff3c103483-a8622db7, #w-node-_3fc89d49-d5cf-a02d-e3ca-84ff3c103485-a8622db7, #field-2.w-node-_3fc89d49-d5cf-a02d-e3ca-84ff3c103487-a8622db7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3fc89d49-d5cf-a02d-e3ca-84ff3c10348b-a8622db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-f94c5f17 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-f94c5f17 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-b12791da {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-b12791da {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-100e4066 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-100e4066 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-945e6966 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-945e6966 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-334daa61 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-334daa61 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-30a38f59 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-30a38f59 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-3390be91 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-3390be91 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_3fd50e42-7253-dc79-12b1-36520b3e4c71-7c8f9a9c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_3fd50e42-7253-dc79-12b1-36520b3e4c77-7c8f9a9c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_3fd50e42-7253-dc79-12b1-36520b3e4c71-d9c658a2 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_3fd50e42-7253-dc79-12b1-36520b3e4c77-d9c658a2 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_3fd50e42-7253-dc79-12b1-36520b3e4c71-132e83c8 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_3fd50e42-7253-dc79-12b1-36520b3e4c77-132e83c8 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-eeba9b59 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-eeba9b59 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-032f0340 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-032f0340 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_4a83dd03-10f4-2af8-5361-68e8b4a14080-032f0340 {
  justify-self: start;
}

#w-node-_4a83dd03-10f4-2af8-5361-68e8b4a14083-032f0340 {
  justify-self: center;
}

#w-node-_4a83dd03-10f4-2af8-5361-68e8b4a14086-032f0340 {
  justify-self: end;
}

#w-node-_4a83dd03-10f4-2af8-5361-68e8b4a1408a-032f0340 {
  justify-self: start;
}

#w-node-_4a83dd03-10f4-2af8-5361-68e8b4a1408d-032f0340 {
  justify-self: center;
}

#w-node-_4a83dd03-10f4-2af8-5361-68e8b4a1408f-032f0340 {
  justify-self: end;
}

#w-node-_4a83dd03-10f4-2af8-5361-68e8b4a14094-032f0340 {
  justify-self: start;
}

#w-node-_4a83dd03-10f4-2af8-5361-68e8b4a14097-032f0340 {
  justify-self: center;
}

#w-node-_4a83dd03-10f4-2af8-5361-68e8b4a14099-032f0340 {
  justify-self: end;
}

#w-node-_16211a05-e8b8-8919-a1b5-2dcbeaca8b4e-032f0340 {
  justify-self: start;
}

#w-node-_16211a05-e8b8-8919-a1b5-2dcbeaca8b51-032f0340 {
  justify-self: center;
}

#w-node-_16211a05-e8b8-8919-a1b5-2dcbeaca8b53-032f0340 {
  justify-self: end;
}

#w-node-_951a88ac-1b32-fd63-46cf-fbb333e14a6a-032f0340 {
  justify-self: start;
}

#w-node-_951a88ac-1b32-fd63-46cf-fbb333e14a6d-032f0340 {
  justify-self: center;
}

#w-node-_951a88ac-1b32-fd63-46cf-fbb333e14a6f-032f0340 {
  justify-self: end;
}

#w-node-_540c1bf7-ed0b-82d0-c5ff-6ac4a2edcfac-032f0340 {
  justify-self: start;
}

#w-node-_540c1bf7-ed0b-82d0-c5ff-6ac4a2edcfaf-032f0340 {
  justify-self: center;
}

#w-node-_540c1bf7-ed0b-82d0-c5ff-6ac4a2edcfb1-032f0340 {
  justify-self: end;
}

#w-node-_25a5ab32-9b52-888a-dd87-c6bb2400b1cc-032f0340 {
  justify-self: start;
}

#w-node-_25a5ab32-9b52-888a-dd87-c6bb2400b1cf-032f0340 {
  justify-self: center;
}

#w-node-_25a5ab32-9b52-888a-dd87-c6bb2400b1d1-032f0340 {
  justify-self: end;
}

#w-node-_5b0811b0-a6a8-dad3-6ab7-ea0a1de636fc-032f0340 {
  justify-self: start;
}

#w-node-_5b0811b0-a6a8-dad3-6ab7-ea0a1de636ff-032f0340 {
  justify-self: center;
}

#w-node-_5b0811b0-a6a8-dad3-6ab7-ea0a1de63701-032f0340 {
  justify-self: end;
}

#w-node-_9658f958-edf6-55cb-db30-a49a486d7e98-032f0340 {
  justify-self: start;
}

#w-node-_9658f958-edf6-55cb-db30-a49a486d7e9b-032f0340 {
  justify-self: center;
}

#w-node-_9658f958-edf6-55cb-db30-a49a486d7e9d-032f0340 {
  justify-self: end;
}

#w-node-f5cb7ebe-7752-556e-0c42-85678c8a2ba7-032f0340 {
  justify-self: start;
}

#w-node-f5cb7ebe-7752-556e-0c42-85678c8a2baa-032f0340 {
  justify-self: center;
}

#w-node-f5cb7ebe-7752-556e-0c42-85678c8a2bac-032f0340 {
  justify-self: end;
}

#w-node-e6ab3a74-ba8e-8e7c-efa9-db02eefbfe97-032f0340 {
  justify-self: start;
}

#w-node-e6ab3a74-ba8e-8e7c-efa9-db02eefbfe9a-032f0340 {
  justify-self: center;
}

#w-node-e6ab3a74-ba8e-8e7c-efa9-db02eefbfe9c-032f0340 {
  justify-self: end;
}

#w-node-_81114052-28f4-a4a1-1c15-7690e0bcd025-032f0340 {
  justify-self: start;
}

#w-node-_81114052-28f4-a4a1-1c15-7690e0bcd028-032f0340 {
  justify-self: center;
}

#w-node-_81114052-28f4-a4a1-1c15-7690e0bcd02a-032f0340 {
  justify-self: end;
}

#w-node-_13ddea3e-93d8-4ac3-c239-4caf3f1ac8e1-032f0340 {
  justify-self: start;
}

#w-node-_13ddea3e-93d8-4ac3-c239-4caf3f1ac8e4-032f0340 {
  justify-self: center;
}

#w-node-_13ddea3e-93d8-4ac3-c239-4caf3f1ac8e6-032f0340 {
  justify-self: end;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-d98187b5 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-fa34d70a-0972-fc85-5e22-95a787cde49d-d98187b5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-d98187b5 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-f655bec8-b346-af7f-0530-d558df1199ab-d98187b5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f655bec8-b346-af7f-0530-d558df1199c8-d98187b5, #w-node-f655bec8-b346-af7f-0530-d558df1199b0-d98187b5, #w-node-f655bec8-b346-af7f-0530-d558df1199b8-d98187b5, #w-node-f655bec8-b346-af7f-0530-d558df1199c0-d98187b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f655bec8-b346-af7f-0530-d558df1199cc-d98187b5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end;
}

#w-node-fafc21fb-e849-7337-8fdf-c5a702efd1f3-d98187b5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fafc21fb-e849-7337-8fdf-c5a702efd203-d98187b5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fafc21fb-e849-7337-8fdf-c5a702efd213-d98187b5 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-fafc21fb-e849-7337-8fdf-c5a702efd223-d98187b5 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-fafc21fb-e849-7337-8fdf-c5a702efd233-d98187b5 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-fafc21fb-e849-7337-8fdf-c5a702efd243-d98187b5 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_63bf7bcb-21aa-ea2e-575b-55e55167b62e-a7630ea0 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_63bf7bcb-21aa-ea2e-575b-55e55167b634-a7630ea0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_825be221-5a17-377a-0811-efedf71d678e-a7630ea0 {
  justify-self: center;
}

#w-node-_825be221-5a17-377a-0811-efedf71d6790-a7630ea0 {
  justify-self: end;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304352-a7630ea0 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304354-a7630ea0 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304356-a7630ea0 {
  justify-self: end;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30435a-a7630ea0 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30435c-a7630ea0 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30435e-a7630ea0 {
  justify-self: end;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304362-a7630ea0 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304364-a7630ea0 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304366-a7630ea0 {
  justify-self: end;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30436a-a7630ea0 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30436c-a7630ea0 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30436e-a7630ea0 {
  justify-self: end;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304372-a7630ea0 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304374-a7630ea0 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304376-a7630ea0 {
  justify-self: end;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30437a-a7630ea0 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30437c-a7630ea0 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e30437e-a7630ea0 {
  justify-self: end;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304382-a7630ea0 {
  justify-self: start;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304384-a7630ea0 {
  justify-self: center;
}

#w-node-_22a7289d-d9bb-91c3-d730-68313e304386-a7630ea0 {
  justify-self: end;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-dcf6e257 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-dcf6e257 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_00bfeab6-765b-29fd-be56-e5a7f1043c12-b4e402a7 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-b4e402a7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd1f3-a8622c7a {
    grid-column-end: 3;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd203-a8622c7a {
    grid-column-end: 4;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd213-a8622c7a {
    grid-column: 2 / 4;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd223-a8622c7a {
    grid-column-start: 1;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd233-a8622c7a {
    grid-column-end: 3;
  }

  #w-node-_00cdae18-38ec-1b3e-ec88-656f23365547-2336553d {
    grid-column-start: 3;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd1f3-d98187b5 {
    grid-column-end: 3;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd203-d98187b5 {
    grid-column-end: 4;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd213-d98187b5 {
    grid-column: 2 / 4;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd223-d98187b5 {
    grid-column-start: 1;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd233-d98187b5 {
    grid-column-end: 3;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd243-d98187b5 {
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd1f3-a8622c7a {
    grid-column-end: 3;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd203-a8622c7a {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd213-a8622c7a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd223-a8622c7a {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd233-a8622c7a {
    grid-row: 3 / 4;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd1f3-d98187b5 {
    grid-column-end: 3;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd203-d98187b5 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd213-d98187b5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd223-d98187b5 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd233-d98187b5 {
    grid-row: 3 / 4;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd243-d98187b5 {
    grid-area: 3 / 3 / 4 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622c7a {
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd1f3-a8622c7a {
    grid-column-end: 3;
  }

  #w-node-_3fd50e42-7253-dc79-12b1-36520b3e4c77-a8622d2e, #w-node-_10c9a100-3517-d227-b678-4fbef79e77aa-a8622d57, #w-node-d9040dba-a6ad-cc03-63b4-fa9ff8849f09-a8622d97 {
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_0e01c721-0d26-bad3-7132-85fe3cae5cc0-3cae5ca4 {
    grid-column: 1 / 5;
  }

  #w-node-_0e01c721-0d26-bad3-7132-85fe3cae5cc8-3cae5ca4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fcf3caea-6e82-2441-000c-650868288824-a8622d98, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622d9c, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622d9d, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622d9e, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622d9f, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622db2, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622db3, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622db4, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622db5 {
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_8eb35571-1fd1-6734-7109-c9c6521ee2f7-a8622db5 {
    grid-column: 1 / 5;
  }

  #w-node-_8eb35571-1fd1-6734-7109-c9c6521ee2ff-a8622db5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-a8622db6, #w-node-_02c5c0d1-273d-2346-4451-7c43852227fc-a8622db7, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-f94c5f17, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-b12791da, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-100e4066, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-945e6966, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-334daa61, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-30a38f59, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-3390be91, #w-node-_3fd50e42-7253-dc79-12b1-36520b3e4c77-7c8f9a9c, #w-node-_3fd50e42-7253-dc79-12b1-36520b3e4c77-d9c658a2, #w-node-_3fd50e42-7253-dc79-12b1-36520b3e4c77-132e83c8, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-eeba9b59, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-032f0340, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-d98187b5 {
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-fafc21fb-e849-7337-8fdf-c5a702efd1f3-d98187b5 {
    grid-column-end: 3;
  }

  #w-node-_63bf7bcb-21aa-ea2e-575b-55e55167b634-a7630ea0, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-dcf6e257, #w-node-_035bf225-78a0-b289-1586-9a8fd9c74b9f-b4e402a7 {
    grid-column-start: 1;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Coolvetica Hv Comp';
  src: url('../fonts/Coolvetica-Hv-Comp.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Rg Cram';
  src: url('../fonts/Coolvetica-Rg-Cram.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Rg Cond';
  src: url('../fonts/Coolvetica-Rg-Cond.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}