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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --black-85: #000000d9;
  --white-smoke\<deleted\|variable-c42e6f1c-d48f-9129-dc31-c78b314aef65\>: #f5f5f5;
  --black-50: #00000080;
  --white-100: whitesmoke;
  --white-50: #fff;
  --black-10: #0000001a;
  --white-smoke: whitesmoke;
  --relume-library-lite--rl-black: #0000009e;
  --transparent: #fff0;
  --relume-library-lite--rl-white: white;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: #fff0;
  --elements-webflow-library--neutral--300: #fff0;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --beige: #edede982;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Archivo, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}

h5 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
}

h6 {
  color: var(--black-85);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

p {
  color: var(--black-85);
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

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

ul {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

ol {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

img {
  box-sizing: border-box;
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--black-85);
  margin-bottom: .5rem;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

blockquote {
  background-color: var(--white-smoke\<deleted\|variable-c42e6f1c-d48f-9129-dc31-c78b314aef65\>);
  color: var(--black-85);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 1rem;
  font-family: Inter Tight;
  font-size: 1.2rem;
  line-height: 140%;
}

figure {
  margin-bottom: 4rem;
}

figcaption {
  color: var(--black-50);
  text-align: center;
  margin-top: .5rem;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.submit-button {
  color: #fff;
  background-color: #171718;
  border-radius: 100px;
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.submit-button:hover {
  background-color: #00000080;
}

.large-text {
  color: var(--black-85);
  font-family: Mosvita, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 110%;
}

._0-5-rem-gap-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.typo-list {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field {
  color: var(--black-85);
  background-color: #f5f5f5;
  border: 1px #000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .75rem;
  font-family: Mosvita, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.select-field {
  color: #000000e6;
  border: 1px #000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .75rem;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.style-guide-item {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

._12-column-grip {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
  position: relative;
}

._12-column-grip.big-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  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: stretch;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 39px;
  display: grid;
}

._12-column-grip.medium-gap {
  grid-row-gap: 2rem;
}

.info-page-content {
  grid-row-gap: 7rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rich-text h1 {
  margin-bottom: 2rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
}

.rich-text p {
  color: var(--black-50);
  margin-bottom: 4rem;
}

.rich-text h3 {
  margin-bottom: 1.5rem;
}

.rich-text h4, .rich-text h5 {
  margin-bottom: 1rem;
}

.rich-text ol, .rich-text ul {
  margin-bottom: 2rem;
}

.rich-text blockquote {
  background-color: #f5f5f5;
  margin-bottom: 4rem;
  font-family: Archivo, sans-serif;
}

.error-message {
  margin-top: 2rem;
  padding: .75rem 1rem;
  font-family: Inter Tight;
  font-size: 1rem;
}

.contactar {
  color: var(--black-85);
  text-align: left;
  font-family: Mosvita, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.contactar.black-50 {
  color: #00000080;
  font-family: Mosvita, sans-serif;
  font-weight: 400;
  display: block;
}

.contactar.white-100 {
  color: var(--white-100);
  text-decoration: underline;
}

.contactar.white-50 {
  color: var(--white-50);
}

.medium-text {
  color: var(--black-85);
  text-align: left;
  text-transform: none;
  font-family: Mosvita, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.medium-text.white-100 {
  color: var(--white-100);
  text-transform: uppercase;
}

.medium-text.align-mid {
  text-align: center;
}

.success-message {
  color: #000000e6;
  background-color: #f5f5f5;
  padding: .75rem 1rem;
  font-family: Inter Tight;
  font-size: 1rem;
}

.color-swatch {
  width: 100%;
  height: 10rem;
}

.color-swatch.white-100 {
  background-color: var(--white-100);
  border: 1px solid #0000001a;
}

.color-swatch.whitesmoke {
  background-color: var(--white-smoke\<deleted\|variable-c42e6f1c-d48f-9129-dc31-c78b314aef65\>);
}

.color-swatch.black-100 {
  background-color: var(--black-85);
}

.color-swatch.black-50 {
  background-color: var(--black-50);
}

.color-swatch.white-85 {
  background-color: var(--white-50);
  border: 1px solid #0000001a;
}

.color-swatch.black-10 {
  background-color: var(--black-10);
}

.container {
  box-sizing: border-box;
  opacity: .84;
  background-color: #edede9;
  width: 100%;
  margin-bottom: 0;
  padding: 8.9rem 2rem 1.1rem;
  overflow: hidden;
}

.container.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: block;
  position: static;
}

.container.nav {
  opacity: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.container.footer {
  background-color: #000;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.container.page-heading {
  background-color: #edede9;
  padding-top: 6rem;
  padding-bottom: 0;
}

.container.project-detail {
  padding-top: 6rem;
}

.text-area {
  color: #171718;
  background-color: #f5f5f5;
  border: 1px #000;
  min-height: 6rem;
  margin-bottom: 2rem;
  padding: .75rem;
  font-family: Mosvita, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.info-page-heading-wrapper {
  margin-bottom: 5rem;
}

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

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

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

.form-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.big-logo-wrapper {
  z-index: 10;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-bottom: 8rem;
  display: flex;
  overflow: hidden;
}

.divider {
  background-color: var(--black-10);
  width: 100%;
  height: 1px;
}

.divider.hero-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.divider.margin-top {
  margin-top: 3rem;
}

.image-list {
  grid-column-gap: .5vw;
  object-fit: fill;
  align-items: stretch;
  display: flex;
  position: static;
}

.loop-image {
  height: 17vw;
}

.loop-image.standard {
  aspect-ratio: auto;
  object-fit: cover;
  width: 14vw;
}

.loop-image.small {
  object-fit: cover;
  width: 17vw;
}

.image-loop-wrapper {
  grid-column-gap: .5vw;
  flex-direction: row;
  align-items: stretch;
  width: 200vw;
  display: flex;
  position: sticky;
}

.image-loop-block {
  width: 100%;
  position: static;
  overflow: hidden;
}

.black-big-logo {
  text-align: left;
  width: 20%;
  margin-top: 81px;
  margin-left: 940px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero-heading {
  color: var(--black-85);
  letter-spacing: 0;
  text-indent: 0;
  font-family: Mosvita, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 0%;
}

.nav-link {
  height: 24px;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
  overflow: hidden;
}

.nav-menu {
  grid-column-gap: 1.5rem;
  display: flex;
}

.logo-link {
  text-decoration: none;
}

.nav-menu-wrapper-desktop {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.mobile-menu-button, .nav-menu-wrapper-mobile {
  display: none;
}

.nav-link-mobile-text {
  font-family: Archivo, sans-serif;
}

.hero-description-text-wrapper {
  display: flex;
}

.section-title {
  font-family: Nord, sans-serif;
  font-size: 1rem;
  line-height: 120%;
  position: relative;
}

.bot-n-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--black-10);
  background-color: var(--white-100);
  color: var(--relume-library-lite--rl-black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem .25rem .25rem 1rem;
  text-decoration: none;
  display: flex;
}

.bot-n-2:hover {
  background-color: var(--white-smoke);
  color: #fff9;
}

.button-arrow-wrapper {
  border: 1px solid var(--black-10);
  background-color: var(--white-100);
  border-radius: 24px;
  padding: .5rem;
  display: flex;
  overflow: hidden;
}

.button-arrow-icon {
  width: 12px;
  height: 12px;
}

.section-title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--black-10);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  display: flex;
}

.dot {
  background-color: var(--black-85);
  border-radius: 8px;
  width: 4px;
  height: 4px;
}

.section-heading {
  border-bottom: 1px solid var(--black-10);
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}

.statistic-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-left: 1px solid var(--black-10);
  flex-flow: column;
  padding-left: 1.5rem;
  display: flex;
}

.statistic-big-text {
  font-family: Archivo, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 100%;
}

.statistic-text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.fullwidth-text-wrapper {
  margin-bottom: 8rem;
}

.service-intro-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.service-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-item {
  display: flex;
}

.extra-large-text {
  color: var(--black-85);
  font-family: Mosvita, sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 100%;
}

.service-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -40px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.empty-state {
  background-color: var(--white-smoke);
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.work-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.thumbnail-wrapper {
  overflow: hidden;
}

.project-name-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.button-block {
  margin-top: 5rem;
}

.image-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.parallax-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: 200%;
  height: 200%;
  margin-top: -135px;
  padding-top: 108px;
  position: absolute;
  top: -60px;
  bottom: 0;
  overflow: hidden;
}

.testimonial-image {
  width: 72px;
  height: 72px;
}

.testimonial-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.testimonial-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.client-logo-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: ". ." 2.25fr
                 ". Area"
                 ". ." 130px
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -8px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.client-logo {
  vertical-align: baseline;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  width: auto;
  max-width: 150%;
  height: 4vw;
  padding-left: 0;
}

.background-color {
  background-color: var(--black-85);
}

.footer-contact-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
}

.social-link {
  text-decoration: none;
}

.social-link-wrapper {
  grid-column-gap: .5rem;
  opacity: .5;
  align-items: center;
  display: flex;
}

.social-link-wrapper:hover {
  opacity: 1;
}

.link-arrow-mask {
  flex-direction: column;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.social-link-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-info-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.email-link {
  text-decoration: none;
}

.footer-logo {
  width: 30%;
}

.footer-bottom-bar {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
}

.back-to-top {
  opacity: .5;
  text-decoration: none;
}

.back-to-top:hover {
  opacity: 1;
}

.minor-link-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.minor-link {
  opacity: .5;
}

.minor-link:hover {
  opacity: 1;
}

.logo-image {
  object-fit: scale-down;
  width: 100px;
  max-width: 150%;
  height: 2rem;
  display: block;
}

.page-heading-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.value-item {
  padding-top: 3rem;
}

.team-member-info {
  margin-top: 1rem;
}

.team-member-ava {
  vertical-align: baseline;
  object-fit: contain;
  width: 100%;
}

.award-item {
  padding-top: 1rem;
}

.join-our-team-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--black-10);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.service-detail---list {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  display: flex;
}

.service-detail---item {
  border-top: 1px solid var(--black-10);
  padding-top: 5.1rem;
  padding-bottom: 0;
}

.service-included-block {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  border-top: 1px solid var(--black-10);
  padding-top: 2rem;
  display: flex;
}

.contact-content-wrapper {
  border-top: 1px solid var(--black-10);
  padding-top: 4rem;
}

.project-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.project-name {
  letter-spacing: 0;
  font-family: Mosvita, sans-serif;
  font-size: 5rem;
}

.project-detail-content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  margin-bottom: 6rem;
  display: flex;
}

.gallery-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.next-project-link {
  text-decoration: none;
}

.client-logo-item {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 12vw;
  margin-top: -35px;
  margin-left: -73px;
  padding-top: 9px;
  padding-left: 0;
  display: flex;
}

.value-number-wrapper {
  padding-top: 1rem;
}

.body-2 {
  background-color: #edede9;
  display: block;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  border-left-color: var(--relume-library-lite--rl-black);
  opacity: 1;
  background-color: #0000;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout28 {
  background-color: var(--relume-library-lite--rl-white);
}

.background-video {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: contain;
  border: 0 #0000;
  justify-content: center;
  align-items: center;
  width: 565px;
  height: 150px;
  margin-bottom: 0;
  margin-left: 393px;
  padding: 0;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.rl_gallery10_image {
  aspect-ratio: auto;
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  display: inline-block;
}

.rl_gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.rl_gallery10_masonry-grid {
  column-count: 3;
  column-gap: 2rem;
  width: 100%;
}

.rl_gallery10_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery10_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery10_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_gallery10_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.rl-padding-global-2 {
  background-color: #edede9;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_gallery10 {
  background-color: var(--relume-library-lite--rl-white);
}

.paragraph {
  padding-top: 0;
  padding-bottom: 32px;
  font-family: Mosvita, sans-serif;
  line-height: 110%;
}

.image, .image-2 {
  padding-top: 19px;
}

.quick-stack {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  width: 847px;
  margin-left: 257px;
  padding-left: 0;
}

.section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #edede9;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.heading {
  letter-spacing: -2px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Mosvita, sans-serif;
  font-size: 3.5rem;
  line-height: 92%;
}

.image-3 {
  width: 35%;
}

.div-block {
  padding-right: 130px;
}

.section-2 {
  padding-bottom: 0;
}

.heading-2 {
  letter-spacing: -2px;
  font-family: Mosvita, sans-serif;
}

.section-3 {
  position: sticky;
}

.heading-3 {
  font-size: 3.2rem;
}

.reject-button {
  color: #000;
  background-color: #fff;
  padding: 12px 28px;
  font-weight: bold;
}

.accept-button {
  color: #fff;
  background-color: #000;
  padding: 12px 28px;
  font-weight: bold;
}

.cookie-buttons-group {
  column-gap: 20px;
  display: flex;
}

.cookie-description {
  color: #000;
  margin: 30px 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.cookie-heading {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  background-color: #fff;
  width: 350px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 2.5rem;
  position: fixed;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px #0000001a;
}

.text-block {
  font-family: Mosvita, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

.text-block-2 {
  font-family: Mosvita, sans-serif;
}

.image-4 {
  width: 80%;
  padding-top: 36px;
  padding-bottom: 0;
}

.client-logo-grid-home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: ". ." 2.25fr
                 ". Area"
                 ". ." 130px
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -8px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.client-logo-grid-home2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: ". ." 2.25fr
                 ". Area"
                 ". ." 130px
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -8px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.image-5 {
  width: 100%;
  margin-bottom: -356px;
  padding-bottom: 0;
}

.image-6 {
  box-sizing: border-box;
  width: 90%;
  margin-top: -308px;
  margin-left: -42px;
  padding-top: 0;
  padding-left: 0;
  overflow: visible;
}

.div-block-2 {
  width: 270px;
}

.image-7 {
  width: 80%;
  margin-top: 137px;
  margin-left: 60px;
  overflow: visible;
}

.image-8 {
  width: 80%;
  margin-top: 124px;
  margin-left: 26px;
  overflow: visible;
}

.div-block-3 {
  width: 200px;
  margin-top: -427px;
  margin-left: -181px;
}

.image-9 {
  width: 70%;
  margin-top: -33px;
  margin-left: 6px;
  padding-left: 0;
  overflow: visible;
}

.div-block-4 {
  width: 260px;
}

.image-10 {
  width: 90%;
  margin-top: -290px;
  margin-left: 258px;
  overflow: visible;
}

.div-block-5 {
  width: 260px;
  margin-top: -406px;
  margin-left: -254px;
}

.image-11 {
  width: 90%;
  margin-top: 129px;
  margin-left: -120px;
  overflow: visible;
}

.image-12 {
  width: 80%;
  margin-top: -278px;
  margin-left: 372px;
  overflow: visible;
}

.div-block-6 {
  width: 140px;
  margin-top: -275px;
  margin-bottom: -116px;
}

.image-13 {
  width: 80%;
  margin-top: -265px;
  margin-left: 593px;
  overflow: visible;
}

.div-block-7 {
  width: 120px;
  margin: -265px -90px -89px 171px;
  padding-left: 0;
}

.div-block-8 {
  width: 200px;
  margin-left: -29px;
  margin-right: -143px;
  padding-left: 0;
}

.image-14 {
  width: 80%;
  margin-top: -432px;
  margin-left: 280px;
  overflow: visible;
}

.div-block-9 {
  width: 120px;
  margin-left: 2px;
}

.heading-4 {
  text-align: left;
  text-transform: uppercase;
  width: 134%;
  margin-top: -46px;
  margin-left: 31px;
  padding-top: 0;
  padding-bottom: 33px;
  font-family: Mosvita, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.bold-text {
  letter-spacing: 2px;
  margin-left: 312px;
  font-size: 18px;
  font-weight: 400;
}

.background-video-2 {
  display: block;
  overflow: visible;
}

.background-video-3 {
  box-sizing: border-box;
  aspect-ratio: 2.39;
  object-fit: fill;
  top: -110px;
  left: 195px;
}

.accordion-item-wrapper {
  background-color: #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.accordion-trigger {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #1e1e1e;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.accordion-content-text {
  margin-left: 55px;
  margin-right: 119px;
  padding-top: 10px;
  font-family: Mosvita, sans-serif;
  font-size: .9rem;
}

.single-service-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-flow: row;
  margin-top: -89px;
  padding-top: 0;
}

.animated-grid-image {
  width: 200px;
  height: 100%;
  margin-top: -45px;
  margin-left: 439px;
}

.bullet-indicator {
  background-color: #747474;
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.number {
  color: #747474;
  margin-top: 50px;
  margin-left: -60px;
  font-weight: 400;
}

.services-list {
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 41px;
  display: flex;
  position: relative;
}

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

.accordion-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 0;
  padding-right: 0;
  transition: opacity .2s;
  overflow: hidden;
}

.accordion-content.first {
  height: auto;
}

.service-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
}

.accordion-grid-wrapper {
  grid-template-rows: auto;
  align-items: stretch;
  padding-top: 20px;
}

.service-bullet-point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #747474;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 8%;
  display: flex;
}

.servicios-grid {
  grid-template-rows: auto;
  align-items: stretch;
}

.expand-icon {
  transition: color .3s;
  display: flex;
}

.separator-line {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
  margin-left: 0;
  margin-right: auto;
}

.div-block-72 {
  flex-flow: column;
  justify-content: space-between;
  margin-left: -55px;
  display: flex;
}

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

.uppercase-small-heading {
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: .875rem;
}

.stats-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 50%;
  margin-bottom: 53px;
  margin-left: 393px;
  position: relative;
}

.stat {
  color: #1e1e1e;
  margin-bottom: 5px;
  font-size: 2.5rem;
  line-height: 100%;
}

.grey-text {
  color: #747474;
}

.grey-text.bottom-margin-60px {
  margin-bottom: 60px;
  font-family: Mosvita, sans-serif;
}

.section-4 {
  width: 100%;
}

.section-5 {
  margin-top: -58px;
}

.section-6 {
  margin-top: -131px;
}

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

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

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

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

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

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

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mosvita, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

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

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

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

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

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

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mosvita, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

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

.brix---accordion-item-wrapper-v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -53px;
  padding: 43px 0 56px;
  transition: transform .3s;
  display: flex;
}

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

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

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

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

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

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

.div-block-73 {
  margin-top: -21px;
  margin-left: 66px;
  margin-right: 90px;
  font-size: 10px;
}

.paragraph-2 {
  font-family: Mosvita, sans-serif;
  font-size: .9rem;
}

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

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

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

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

.brix---display-3 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.brix---paragraph-default-2 {
  margin-top: -18px;
  margin-bottom: 0;
  margin-left: -39px;
  font-family: Mosvita, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

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

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

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

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

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

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

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

.brix---container-default-2 {
  max-width: 1218px;
  margin-top: -7px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

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

.brix---opacity-20 {
  opacity: .2;
}

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

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

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

.brix---floating-image-hero-v6---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto -12% 41% auto;
  transform: rotate(140deg);
}

.brix---section-hero-top-small {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.heading-5 {
  width: 10px;
}

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

.background-video-4 {
  margin-top: 28px;
  overflow: visible;
}

.paragraph-3 {
  font-family: Mosvita, sans-serif;
}

.paragraph-4, .paragraph-5 {
  font-family: Mosvita, sans-serif;
  font-size: .9rem;
}

.bold-text-2, .paragraph-6 {
  font-size: .9rem;
}

.heading-7 {
  font-size: 2.8rem;
}

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

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

.brix---container-default-3 {
  max-width: 1218px;
  margin-top: 98px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

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

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

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 50%;
  margin-left: 281px;
  font-size: 14px;
  display: grid;
}

.brix---text-300-bold {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 41px;
  font-family: Archivo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.images-wrapper {
  min-height: 100vh;
}

.inner-images-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.top-left-image {
  z-index: 5;
  width: 100%;
  position: relative;
  top: 15px;
  left: 30px;
}

.gallery-image, .center-image {
  width: 100%;
}

.top-right-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: -30px;
}

.bottom-left-image {
  width: 100%;
  position: relative;
  left: 0;
}

.bottom-right-image {
  width: 100%;
  position: relative;
  top: 100px;
  left: 0;
}

.heading-8, .heading-9 {
  font-size: 2.8rem;
}

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

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

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

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

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

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

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

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

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

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

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

.brix---opacity-10 {
  opacity: .1;
}

.brix---opacity-20-2 {
  opacity: .2;
}

.brix---flex-card---image-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.brix---img-below-card {
  max-width: 976px;
  margin-left: auto;
}

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

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

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---card-over-image {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  max-width: 728px;
  padding: 80px 72px;
  position: absolute;
}

.brix---section-hero-short {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  overflow: hidden;
}

.heading-10 {
  margin-top: 0;
  padding-bottom: 40px;
  font-size: 2.8rem;
}

.floating-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 80%;
  margin-top: 112px;
  margin-bottom: -31px;
  padding-top: 55px;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.project-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  min-width: 250px;
  max-width: 20vw;
  padding: 30px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 15px #0003;
}

.project-content-box.left-aligned {
  left: 0;
  right: auto;
}

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

.project-label {
  color: #747474;
  font-size: .875rem;
}

.floating-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85vw;
  max-height: 85vh;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floating-image-wrapper.contact-section {
  max-width: 45vw;
  max-height: none;
}

.image-overlay {
  background-color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-overlay.reverse-direction {
  left: 0;
  right: auto;
}

.project-thumbnail {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.project-thumbnail.right-aligned {
  align-items: flex-end;
}

.project-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-11 {
  font-size: 1rem;
}

.paragraph-7 {
  text-align: justify;
  font-family: Mosvita, sans-serif;
  font-size: .9rem;
}

.heading-12, .heading-13 {
  font-size: 1rem;
}

.paragraph-8, .paragraph-9 {
  font-size: .9rem;
}

.paragraph-10 {
  text-align: justify;
  font-size: .9rem;
}

.heading-14, .heading-15 {
  font-size: 1rem;
}

.heading-16 {
  text-align: left;
  font-size: 1rem;
}

.paragraph-11, .paragraph-12 {
  font-size: .9rem;
}

.paragraph-13 {
  text-align: justify;
  font-size: .9rem;
}

.bottom-margin-20px {
  margin-bottom: 20px;
  font-size: 2rem;
}

.form-label-2 {
  color: #777;
  text-align: left;
  margin-bottom: 5px;
  font-size: .9rem;
}

.form-field-wrapper {
  margin-bottom: 10px;
}

.form-block-3 {
  max-width: 40vw;
  padding-top: 250px;
}

.work-with-us-block {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  position: relative;
}

.form-field {
  color: #848484;
  background-color: #f7f7f7;
  border: 1px #000;
}

.primary-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border-width: 1px;
  border-color: #fff;
  width: 100%;
  padding: 8px 30px;
  font-size: .75rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.primary-button:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #1e1e1e;
  background-color: #c1d0d8;
}

.image-15 {
  vertical-align: baseline;
  width: 29%;
  margin-top: 0;
  padding-top: 0;
  overflow: auto;
}

.image-16 {
  mix-blend-mode: luminosity;
  width: 23%;
  margin-bottom: -489px;
  margin-left: -19px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 19px;
}

.text-block-3 {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 474px;
  margin-left: 5px;
  font-family: Mosvita, sans-serif;
  font-size: 49px;
  font-weight: 500;
}

.heading-17 {
  text-transform: uppercase;
  font-family: Mosvita, sans-serif;
  font-size: 4.3rem;
  font-weight: 300;
}

.t-renov {
  margin-left: 103px;
}

.t-real {
  margin-top: -20px;
  margin-left: 338px;
  padding-top: 0;
}

.t-evento {
  margin-top: -20px;
  margin-left: 567px;
}

.t-industria {
  margin-top: -20px;
  margin-left: 836px;
}

.t-eventos {
  margin-top: -20px;
  margin-left: 1030px;
  padding-left: 0;
  overflow: visible;
}

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

.image-18, .image-19 {
  width: 105%;
  max-width: 105%;
}

.text-block-4 {
  text-align: center;
  font-family: Mosvita, sans-serif;
  font-size: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: Mosvita, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

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

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

.brix---cta-v9-section {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.brix---cta-v9-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  padding: 94px 62px;
}

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

.background-video-5 {
  margin-top: 17px;
  overflow: visible;
}

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

.brix---border-radius-24px-2 {
  z-index: -1;
  opacity: .98;
  mix-blend-mode: normal;
  border-radius: 24px;
  padding-left: 89px;
  overflow: hidden;
  transform: translate(0);
}

.brix---heading-h1-size-3 {
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 66px;
}

.brix---opacity-10-2 {
  opacity: .1;
}

.brix---opacity-20-3 {
  opacity: .2;
}

.brix---flex-card---image-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.brix---img-below-card-2 {
  max-width: 976px;
  margin-left: auto;
}

.brix---floating-image-hero-v1---3 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---floating-image-hero-v1---4 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---card-over-image-2 {
  z-index: 1;
  border: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--beige);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  mix-blend-mode: normal;
  border-radius: 24px;
  max-width: 728px;
  margin-left: -183px;
  padding: 80px 72px;
  position: absolute;
}

.brix---section-hero-short-2 {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 72px;
  padding-bottom: 72px;
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

.brix---accordion-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.brix---btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

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

.brix---accordion-v3-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  padding: 88px 74px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.brix---accordion-title-3 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.brix---btn-circle-accordion-btn-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn-2:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

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

.brix---accordion-v3-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  padding: 88px 74px;
}

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

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

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

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

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

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

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

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

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

.flowappz-cookie-consent-hide-cookie-button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  position: fixed;
  bottom: 2%;
  left: 2%;
  box-shadow: 0 2px 5px #0003;
}

.flowappz-cookie-consent-hide-cookie-button:hover {
  box-shadow: 0 5px 30px #0003;
}

.text-block-5 {
  margin-top: -1px;
  margin-left: 17px;
  padding-top: 0;
  font-family: Mosvita, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.dron-edici-n, .dron-edici-n.w--current {
  margin-top: -2px;
  text-decoration: none;
}

.text-block-6 {
  margin-left: 20px;
  font-family: Mosvita, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
}

.image-21 {
  width: 256%;
  max-width: 220%;
  margin-top: -443px;
  margin-left: 84px;
  padding-top: 0;
}

.container-2 {
  margin-top: 34px;
}

.form {
  overflow: visible;
}

.image-22 {
  width: 61%;
}

.code-embed {
  margin-left: -31px;
  margin-right: -37px;
  padding-left: 0;
  display: block;
}

@media screen and (min-width: 1440px) {
  .bold-text {
    margin-left: 598px;
  }

  .project-thumbnail {
    margin-top: -138px;
    padding-top: 0;
  }

  .t-renov {
    margin-left: 324px;
  }

  .t-real {
    margin-left: 545px;
  }

  .t-evento {
    margin-left: 769px;
  }

  .t-industria {
    margin-left: 1006px;
  }

  .t-eventos {
    margin-left: 1245px;
  }

  .brix---cta-v9-card {
    padding-left: 94px;
    padding-right: 94px;
  }
}

@media screen and (min-width: 1920px) {
  .container.nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .nav-link-mobile-text {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  .large-text {
    font-size: 2.2rem;
  }

  ._12-column-grip {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .medium-text {
    font-size: 1.2rem;
  }

  .container {
    padding: 4rem 1rem;
  }

  .container.page-heading, .container.project-detail {
    padding-top: 4rem;
  }

  .form-wrapper, .divider.margin-top {
    margin-top: 2rem;
  }

  .fullwidth-text-wrapper {
    margin-bottom: 4rem;
  }

  .extra-large-text {
    font-size: 10vw;
  }

  .client-logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .client-logo {
    height: 4vw;
  }

  .project-name {
    font-size: 4rem;
  }

  .project-detail-content-wrapper {
    margin-bottom: 4rem;
  }

  .value-number-wrapper {
    padding-top: .5rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

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

  .client-logo-grid-home, .client-logo-grid-home2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .separator-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .stats-block {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    max-width: none;
  }

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

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

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

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

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

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

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

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

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

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

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---floating-image-hero-v6---1 {
    top: 24%;
    right: -30%;
  }

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

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

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

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .inner-images-wrapper {
    max-width: none;
  }

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

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---flex-card---image-wrapper {
    display: block;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---card-over-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

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

  .project-content-box {
    box-shadow: none;
    min-width: auto;
    max-width: none;
    padding: 0;
    position: static;
    transform: translate(0);
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .floating-image-wrapper {
    max-width: none;
    max-height: none;
  }

  .floating-image-wrapper.contact-section {
    max-width: none;
  }

  .project-description {
    margin-bottom: 0;
  }

  .form-block-3 {
    max-width: none;
    padding-top: 0;
  }

  .work-with-us-block {
    flex-flow: column;
  }

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

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

  .brix---cta-v9-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---cta-v9-card {
    padding: 72px 92px;
  }

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

  .brix---heading-h1-size-3 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---flex-card---image-wrapper-2 {
    display: block;
  }

  .brix---floating-image-hero-v1---3 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---4 {
    top: 24%;
    right: -30%;
  }

  .brix---card-over-image-2 {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

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

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

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

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

  .brix---accordion-v3-card {
    padding: 64px 48px;
  }

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

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

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

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

  .brix---accordion-item-wrapper-v3-last {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

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

  .brix---accordion-v3-card-2 {
    padding: 64px 48px;
  }

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

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

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

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

  .brix---accordion-item-wrapper-v3-last-2 {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container.hero-section {
    padding-bottom: 2rem;
  }

  .utility-page-content {
    width: 80%;
  }

  .big-logo-wrapper {
    margin-bottom: 2rem;
  }

  .logo-link {
    z-index: 5;
    position: relative;
  }

  .nav-menu-wrapper-desktop {
    display: none;
  }

  .mobile-menu-button {
    z-index: 5;
    height: 1.4rem;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .nav-menu-wrapper-mobile {
    z-index: 4;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-color: var(--white-smoke);
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-link-mobile-text {
    flex-direction: column;
    font-family: Inter Tight;
    font-size: 4rem;
    font-weight: 500;
    line-height: 120%;
  }

  .nav-link-mobile {
    grid-row-gap: .5rem;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    display: flex;
    overflow: hidden;
  }

  .nav-link-wrapper-mobile {
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .social-link---nav {
    font-family: Inter Tight;
    font-size: 1rem;
    line-height: 140%;
    text-decoration: none;
  }

  .social-link-wrapper---nav {
    grid-column-gap: 1rem;
    display: flex;
  }

  .statistic-item {
    padding-left: 1rem;
  }

  .collection-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .button-block {
    margin-top: 3rem;
  }

  .client-logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .client-logo {
    height: 5vw;
  }

  .project-name {
    font-size: 3rem;
  }

  .project-detail-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .value-number-wrapper {
    padding-top: 0;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_gallery10_masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_gallery10_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

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

  .client-logo-grid-home, .client-logo-grid-home2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-bullet-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .stats-block {
    justify-content: space-between;
  }

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

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

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

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

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

  .brix---accordion-item-wrapper-v2 {
    padding: 48px 0;
  }

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

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

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

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

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

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .brix---floating-image-hero-v6---1 {
    max-width: 480px;
  }

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

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

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

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .images-wrapper {
    min-height: auto;
  }

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

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

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

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---card-over-image {
    padding: 45px 32px;
  }

  .brix---section-hero-short {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .work-with-us-block {
    flex-flow: column;
  }

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

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

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

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

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

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

  .brix---cta-v9-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---cta-v9-card {
    padding: 50px 32px;
  }

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

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---floating-image-hero-v1---3 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---4 {
    max-width: 480px;
  }

  .brix---card-over-image-2 {
    padding: 45px 32px;
  }

  .brix---section-hero-short-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-v3-card {
    padding: 40px 32px;
  }

  .brix---accordion-item-wrapper-v3, .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

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

  .brix---accordion-item-wrapper-v3-last {
    padding: 36px 0;
  }

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

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

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

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

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

  .brix---btn-circle-accordion-btn-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-v3-card-2 {
    padding: 40px 32px;
  }

  .brix---accordion-item-wrapper-v3-2, .brix---accordion-item-wrapper-v3-first-2 {
    padding: 36px 0;
  }

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

  .brix---accordion-item-wrapper-v3-last-2 {
    padding: 36px 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.8rem;
  }

  h2, h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .9rem;
  }

  .large-text {
    font-size: 1.5rem;
  }

  ._12-column-grip {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center stretch;
  }

  ._12-column-grip.big-gap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .rich-text h1, .rich-text h2 {
    margin-bottom: 1rem;
  }

  .rich-text p {
    margin-bottom: 3rem;
  }

  .rich-text h3, .rich-text h4, .rich-text h5 {
    margin-bottom: .75rem;
  }

  .rich-text blockquote {
    margin-bottom: 3rem;
  }

  .contactar {
    width: 71.5143%;
    margin-right: 40px;
  }

  .contactar.black-50 {
    width: 96%;
    margin-top: 7px;
  }

  .contactar.white-100 {
    padding-top: 0;
  }

  .color-swatch {
    height: 5rem;
  }

  .container {
    margin-bottom: -2px;
    padding-top: 3rem;
    padding-left: .75rem;
    padding-right: .75rem;
    display: block;
  }

  .container.hero-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 65svh;
    display: flex;
  }

  .container.page-heading, .container.project-detail {
    padding-top: 3rem;
  }

  .utility-page-content {
    width: 90%;
  }

  .big-logo-wrapper {
    z-index: 1;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
    position: relative;
  }

  .divider.margin-top {
    margin-top: 1rem;
  }

  .image-list {
    grid-column-gap: 1vw;
    padding-top: 26px;
  }

  .loop-image {
    height: 37vw;
  }

  .loop-image.standard {
    width: 60vw;
  }

  .loop-image.small {
    width: 37vw;
  }

  .image-loop-wrapper {
    grid-column-gap: 1vw;
    width: 500vw;
  }

  .image-loop-block {
    margin-top: -300px;
    overflow: hidden;
  }

  .hero-heading {
    margin-top: 67px;
    line-height: 130%;
  }

  .nav-menu-wrapper-mobile {
    z-index: 4;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 1.5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    display: none;
  }

  .nav-link-mobile-text {
    font-family: Archivo, sans-serif;
    font-size: 2.7rem;
    display: flex;
  }

  .nav-link-mobile {
    grid-row-gap: .25rem;
  }

  .nav-link-wrapper-mobile {
    display: flex;
  }

  .social-link---nav {
    font-family: Archivo, sans-serif;
    font-size: .9rem;
  }

  .menu-button-text-wrapper {
    display: block;
  }

  .section-title {
    font-size: .9rem;
  }

  .section-heading {
    margin-top: 68px;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 2.9rem;
  }

  .statistic-item {
    object-fit: fill;
    position: relative;
  }

  .statistic-big-text {
    font-size: 4rem;
  }

  .statistic-block {
    object-fit: fill;
    display: block;
  }

  .fullwidth-text-wrapper {
    margin-bottom: 3rem;
  }

  .service-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .service-item {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .service-list {
    margin-left: 5px;
  }

  .testimonial-image {
    width: 56px;
    height: 56px;
  }

  .testimonial-block {
    flex-flow: column;
    margin-top: 2rem;
  }

  .client-logo-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .client-logo {
    height: 7vw;
  }

  .footer-contact-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .footer-bottom-bar {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    align-items: start;
    margin-top: 1rem;
  }

  .minor-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    width: 100%;
    display: grid;
  }

  .page-heading-text-wrapper {
    padding-top: 44px;
  }

  .service-included-block {
    padding-top: 2.1rem;
    padding-bottom: 14px;
  }

  .contact-content-wrapper {
    padding-top: 2rem;
  }

  .project-detail-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-bottom: 3rem;
  }

  .client-logo-item {
    height: 20vw;
  }

  .fade-in-animation-block {
    overflow: hidden;
  }

  .scroll-down-wrapper {
    display: none;
  }

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

  .quick-stack {
    width: 300px;
    margin-left: 0;
  }

  .image-3 {
    width: 723%;
  }

  .div-block {
    margin-top: 28px;
    margin-bottom: 33px;
  }

  .heading-2 {
    letter-spacing: 0;
    font-family: Archivo, sans-serif;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
  }

  .client-logo-grid-home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100px;
    display: none;
  }

  .client-logo-grid-home2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-6 {
    width: 40%;
    margin-top: 126px;
    margin-left: -193px;
  }

  .image-7 {
    width: 50%;
    margin-top: 176px;
    margin-bottom: -9px;
    margin-left: -318px;
  }

  .image-8 {
    width: 50%;
    margin-top: 234px;
    margin-left: 198px;
  }

  .image-9 {
    width: 50%;
    margin-top: 153px;
    margin-left: 56px;
  }

  .image-10 {
    width: 50%;
    margin-top: -330px;
    margin-left: -52px;
  }

  .image-11 {
    width: 50%;
    margin-top: 177px;
    margin-left: -69px;
  }

  .image-12 {
    width: 50%;
    margin-top: 296px;
    margin-left: -326px;
  }

  .image-13 {
    width: 50%;
    margin-top: 169px;
    margin-left: -469px;
  }

  .image-14 {
    width: 50%;
    margin-top: -1px;
    margin-left: -162px;
  }

  .heading-4 {
    width: 138%;
    margin-top: -35px;
    margin-left: -11px;
    font-size: 32px;
  }

  .bold-text {
    margin-left: -4px;
    font-size: 16px;
  }

  .accordion-item-wrapper {
    background-color: #f0f0ed;
    align-items: flex-start;
  }

  .accordion-trigger {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--transparent);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-bottom: 0;
  }

  .open-close-box {
    right: 5%;
  }

  .accordion-content-text {
    font-size: .7rem;
  }

  .single-service-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: -301px;
    padding-top: 3px;
  }

  .services-list {
    align-items: flex-start;
    margin-top: 103px;
    display: block;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .service-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .accordion-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-72 {
    margin-left: -34px;
    line-height: 20px;
  }

  .container-2---numeros {
    max-width: none;
  }

  .stat {
    font-size: 2rem;
  }

  .grey-text.bottom-margin-60px {
    font-size: .8rem;
  }

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

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

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

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

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

  .brix---accordion-icon-wrapper {
    margin-top: -32px;
    margin-left: 240px;
    padding-top: 0;
    padding-bottom: 6px;
    font-size: 9px;
    display: none;
  }

  .brix---accordion-title {
    text-align: left;
    margin-top: 13px;
    margin-left: 22px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    position: static;
  }

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

  .brix---accordion-item-wrapper-v2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: -256px;
    margin-left: 1px;
    padding-top: 416px;
    padding-bottom: 100px;
    display: flex;
  }

  .brix---accordion-btn-vertical-line-v2 {
    width: 1px;
    height: 12px;
  }

  .brix---accordion-btn-horizontal-line-v2 {
    width: 12px;
    height: 1px;
    font-size: 4px;
    line-height: 11px;
  }

  .brix---accordion-content-wrapper-v2 {
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .brix---accordion-right-side {
    margin-right: 0;
    font-size: 10px;
  }

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

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

  .brix---display-3 {
    font-size: 26px;
    line-height: 39px;
  }

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

  .brix---mg-top-80px {
    margin-top: 56px;
  }

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

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

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

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

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

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

  .brix---floating-image-hero-v6---1 {
    display: none;
  }

  .brix---section-hero-top-small {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .heading-7 {
    font-size: 2.4rem;
  }

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

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

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

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .inner-images-wrapper {
    position: relative;
  }

  .top-left-image {
    width: 35vw;
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .center-image {
    width: 50vw;
    position: static;
  }

  .top-right-image {
    width: 35vw;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bottom-left-image {
    width: 30vw;
    position: absolute;
    inset: auto auto -20px 0%;
  }

  .bottom-right-image {
    width: 40vw;
    position: absolute;
    inset: auto 0% -40px auto;
  }

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

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

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

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

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

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

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---card-over-image {
    padding: 34px 24px;
  }

  .brix---section-hero-short {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .heading-10 {
    padding-top: 114px;
    padding-bottom: 25px;
    font-size: 2.5rem;
  }

  .floating-image {
    width: 91%;
    max-width: 115%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-content-box {
    background-color: #ffffff7d;
    border: 0 solid #000;
    border-radius: 9px;
    width: 321px;
    min-width: 0;
    max-width: 321px;
    height: 280px;
    margin-top: -32px;
    margin-left: 9px;
    padding-bottom: 0;
  }

  .project-content-box.left-aligned {
    margin-right: 5px;
  }

  .flex-block-2 {
    margin-left: 21px;
  }

  .project-thumbnail {
    margin-top: -126px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-11 {
    margin-left: 22px;
  }

  .paragraph-7 {
    padding-left: 20px;
    padding-right: 28px;
    font-size: .8rem;
  }

  .heading-13 {
    margin-left: 22px;
  }

  .paragraph-10 {
    padding-left: 20px;
    padding-right: 28px;
    font-size: .8rem;
  }

  .heading-16 {
    margin-left: 22px;
  }

  .paragraph-13 {
    padding-left: 20px;
    padding-right: 28px;
    font-size: .8rem;
  }

  .bottom-margin-20px {
    font-size: 1.7rem;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-16 {
    width: 66%;
    margin-top: 33px;
    margin-bottom: -346px;
    margin-left: 114px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-3 {
    margin-top: 396px;
    font-size: 38px;
    line-height: 34px;
  }

  .heading-17 {
    text-align: center;
    font-size: 1.3rem;
  }

  .t-renov {
    margin-top: -11px;
    margin-left: 39px;
  }

  .t-real {
    margin-top: -20px;
    margin-left: 188px;
  }

  .t-evento {
    margin-top: 7px;
    margin-left: 11px;
  }

  .t-industria {
    margin-top: -20px;
    margin-left: 141px;
  }

  .t-eventos {
    margin-top: -21px;
    margin-left: 239px;
  }

  .image-17 {
    width: 174%;
    max-width: 175%;
    margin-top: -86px;
    margin-left: -294px;
  }

  .image-18 {
    width: 125%;
    max-width: 125%;
    margin-left: -598px;
  }

  .image-19 {
    width: 120%;
    max-width: 120%;
    margin-left: -597px;
  }

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

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

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

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

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

  .brix---paragraph-default-5 {
    font-size: 15px;
    line-height: 20px;
  }

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

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

  .brix---cta-v9-card {
    padding: 40px 32px;
  }

  .brix---border-radius-24px-2 {
    width: 121%;
    max-width: 121%;
    margin-top: -60px;
    margin-left: -29px;
    padding-left: 0;
  }

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---floating-image-hero-v1---3 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---4 {
    display: none;
  }

  .brix---card-over-image-2 {
    text-align: center;
    margin-left: 0;
    padding: 34px 24px;
  }

  .brix---section-hero-short-2 {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .image-20 {
    width: 120%;
    max-width: 120%;
    margin-top: -88px;
    margin-left: -269px;
  }

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

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

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

  .brix---btn-circle-accordion-btn {
    box-shadow: none;
    border-radius: 98%;
    width: 12px;
    min-width: 44px;
    height: 12px;
    min-height: 40px;
  }

  .brix---accordion-v3-card {
    padding: 16px 22px;
  }

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

  .brix---accordion-arrow-icon {
    width: 48%;
  }

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

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

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

  .brix---section-3 {
    margin-top: -159px;
    padding-top: 0;
    display: flex;
  }

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

  .brix---accordion-title-3 {
    font-family: Mosvita, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .brix---paragraph-default-7 {
    text-align: left;
    font-family: Mosvita, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
  }

  .brix---btn-circle-accordion-btn-2 {
    box-shadow: none;
    opacity: 1;
    border-radius: 72%;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-v3-card-2 {
    padding: 16px 22px;
  }

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

  .brix---accordion-arrow-icon-2 {
    width: 39%;
  }

  .image-21 {
    width: 59%;
    margin-top: -278px;
    margin-left: 20px;
  }

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

  .image-22 {
    width: 52%;
    margin-top: -99px;
    margin-left: -214px;
  }
}

#w-node-_896bf0d5-6129-1f76-7967-c42ec0e82411-7ff5270d {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_7da3fae7-96c7-7b19-6cad-7899f0efa7a3-7ff5270d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e0b78af8-78f7-e64c-ec58-c74e9943fe4c-7ff5270d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_131b34f5-a360-65c3-870f-d87c0ebc8fed-7ff5270d {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_96524f3b-deb0-3a1e-b6c8-75dbca8d765c-7ff5270d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7d635e94-355e-f443-a37c-a1326f5c03e3-7ff5270d {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_74360eb2-19aa-a3e5-6fc4-caa28acf8a4a-7ff5270d {
  grid-area: 2 / 11 / 3 / 13;
  place-self: end;
}

#w-node-_87c68099-69bb-cf65-97a4-5905a41d1c8e-7ff5270d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_117a3aa7-d167-f0a6-d03f-e60904b1b5b4-7ff5270d {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_81286c0b-97e5-d463-2769-34394d568763-7ff5270d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
}

#w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6b9ed-82b6b9e9 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6b9f1-82b6b9e9 {
  grid-area: 2 / 8 / 3 / 10;
}

#w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6ba0a-82b6b9e9 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6ba15-82b6b9e9 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-d0c2a59c-0214-b7bc-7490-ccccf3b69e1d-f3b69e1b {
  grid-area: 1 / 1 / 2 / 4;
  place-self: end start;
}

#w-node-d0c2a59c-0214-b7bc-7490-ccccf3b69e21-f3b69e1b {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_1db9821e-189b-eda9-c492-521a3a0a8c54-3a0a8c51 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_1db9821e-189b-eda9-c492-521a3a0a8c56-3a0a8c51 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-f1572b4c-3030-524b-a2fa-5a87508055f4-7ff52713 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1572b4c-3030-524b-a2fa-5a87508055f6-7ff52713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1572b4c-3030-524b-a2fa-5a87508055f8-7ff52713 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1572b4c-3030-524b-a2fa-5a87508055fa-7ff52713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6262bcd7-e62a-4c1b-2b7c-c8551c9bd677-7ff52713 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6262bcd7-e62a-4c1b-2b7c-c8551c9bd679-7ff52713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1572b4c-3030-524b-a2fa-5a8750805600-7ff52713 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1572b4c-3030-524b-a2fa-5a8750805602-7ff52713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1572b4c-3030-524b-a2fa-5a8750805604-7ff52713 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f1572b4c-3030-524b-a2fa-5a8750805606-7ff52713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d578a0f-9704-ff8e-d725-b1f3474f6f46-7ff52713 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d578a0f-9704-ff8e-d725-b1f3474f6f48-7ff52713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b753c1ee-7943-f34c-eeb4-ff618fa1dcfd-7ff52714 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_88c2b45b-6735-2f00-ba52-d12e2fbdfad8-7ff52714 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_0afefcbd-0f23-5873-b307-69a78a69b41c-7ff52714 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_70936bbb-a176-b309-c09f-188df747431d-7ff52714 {
  grid-area: 3 / 4 / 4 / 7;
}

#w-node-_3da5e8e8-412f-aefd-b711-4c7e999a728c-7ff52714 {
  grid-area: 3 / 7 / 4 / 10;
}

#w-node-_8105bd81-c8df-8add-2ea7-9ffd27a5b57b-7ff52714 {
  grid-area: 3 / 10 / 4 / 13;
  place-self: end;
}

#w-node-_76c9f6c7-2e5a-40df-5660-7b09c3b692b4-7ff52714 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: start;
}

#w-node-f966bd8a-256f-eac0-798d-dc9778b52d2b-7ff52714 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-da3d545b-dda9-beb6-dc82-54f0c01b0607-7ff52715 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-e795a1e6-fc5d-7a3c-3fb5-0cd9bc609714-7ff52715 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e2972373-b0ba-49e4-5350-efadb6fa2920-7ff52715 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_6548a04f-49ee-3e78-3756-4273491894c2-7ff52715 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_5ded1ac7-03af-b3ab-acaa-dfeadbe35022-7ff52715 {
  grid-area: 1 / 5 / 2 / 8;
  align-self: start;
}

#w-node-_7373a47b-dd66-b65b-48fa-f334c9b51933-7ff52715 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-_3ab91e62-7885-4cb6-15f3-e00a241be025-7ff52715 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-c791e537-1c26-53d5-2312-1dbd6ecc91cc-7ff52715 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-c791e537-1c26-53d5-2312-1dbd6ecc91ce-7ff52715 {
  grid-area: 1 / 5 / 2 / 8;
  align-self: start;
}

#w-node-c791e537-1c26-53d5-2312-1dbd6ecc91d0-7ff52715 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-_9b1687d3-5997-d8b4-1d98-2d4ecdcdd0e3-7ff52715 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-_59b0e4bf-909d-f5b2-51ce-b89967869f57-7ff52715 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_59b0e4bf-909d-f5b2-51ce-b89967869f59-7ff52715 {
  grid-area: 1 / 5 / 2 / 8;
  align-self: start;
}

#w-node-_59b0e4bf-909d-f5b2-51ce-b89967869f5b-7ff52715 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-a1a611fa-8345-8493-73f5-508b35c76e2b-7ff52715, #w-node-_467eebcb-9a13-98f4-106c-ada5575b96e8-7ff52715, #w-node-_31238b15-8d9d-0d27-52f8-7908ea5856cb-7ff52715, #w-node-c30b9ee2-8d60-a645-44f4-5d98a36900b0-7ff52715 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ae36853e-f5db-e16e-0057-580842f8edca-7ff52715 {
  grid-area: 2 / 10 / 3 / 13;
  place-self: stretch center;
}

#w-node-_4a598271-9240-4101-1e4b-2759fd68836d-7ff52715 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-b3d1a2ca-c869-e800-ffd7-2ed94a93c687-7ff52715 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_3551f20e-b494-8a6a-c2dc-b4718093ca0f-7ff52715 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-_225f0dcf-7acb-b8a4-0357-1e95dc1a2ed4-7ff52715 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_225f0dcf-7acb-b8a4-0357-1e95dc1a2ed8-7ff52715 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_225f0dcf-7acb-b8a4-0357-1e95dc1a2eda-7ff52715 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-c9d1a89f-34a5-274c-5084-5f3beac3f1c2-7ff52715 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-c9d1a89f-34a5-274c-5084-5f3beac3f1c6-7ff52715 {
  grid-area: 1 / 9 / 2 / 13;
  justify-self: end;
}

#w-node-c9d1a89f-34a5-274c-5084-5f3beac3f1c8-7ff52715 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-da3d545b-dda9-beb6-dc82-54f0c01b0607-7ff52716 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_8d7fb535-e5cf-ed53-cc8e-40d6d5c57ae1-7ff52716 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_18dd9506-ed14-078e-1a23-d24f58b690cd-7ff52716 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_0858927b-86a4-19a4-dc46-2769255f3bb7-7ff52716 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-f93729d7-779c-40ee-104f-b34843a89970-7ff52716 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_3e17ba22-752a-45e2-47bf-25ba45eed893-7ff52716 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_3e17ba22-752a-45e2-47bf-25ba45eed898-7ff52716 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_3e17ba22-752a-45e2-47bf-25ba45eed89a-7ff52716 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_3e17ba22-752a-45e2-47bf-25ba45eed89d-7ff52716 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-b0d57405-7832-2683-f36a-408218669151-7ff52716 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-b0d57405-7832-2683-f36a-408218669156-7ff52716 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-b0d57405-7832-2683-f36a-408218669158-7ff52716 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-b0d57405-7832-2683-f36a-40821866915a-7ff52716 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_1fc8b7b3-6439-5097-b764-e7de89ba8d67-7ff52716 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_1fc8b7b3-6439-5097-b764-e7de89ba8d6c-7ff52716 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_1fc8b7b3-6439-5097-b764-e7de89ba8d6e-7ff52716 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_1fc8b7b3-6439-5097-b764-e7de89ba8d70-7ff52716 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_963f78c5-7044-c71c-1ea7-cf1acc178428-7ff52716 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_963f78c5-7044-c71c-1ea7-cf1acc17842e-7ff52716 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_963f78c5-7044-c71c-1ea7-cf1acc178430-7ff52716 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_963f78c5-7044-c71c-1ea7-cf1acc178436-7ff52716 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_44f925ff-c3f3-8567-446e-42a4b5849e58-7ff52716 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_44f925ff-c3f3-8567-446e-42a4b5849e5e-7ff52716 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_44f925ff-c3f3-8567-446e-42a4b5849e60-7ff52716 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_44f925ff-c3f3-8567-446e-42a4b5849e64-7ff52716 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_76155c4e-1208-6dd1-0973-619ed6d6212a-7ff52716 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_76155c4e-1208-6dd1-0973-619ed6d62131-7ff52716 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_76155c4e-1208-6dd1-0973-619ed6d62133-7ff52716 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_76155c4e-1208-6dd1-0973-619ed6d62137-7ff52716 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_81ea7882-1243-4a14-9b63-103c5ad50739-7ff52716 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_81ea7882-1243-4a14-9b63-103c5ad5073f-7ff52716 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_81ea7882-1243-4a14-9b63-103c5ad50741-7ff52716 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_81ea7882-1243-4a14-9b63-103c5ad50745-7ff52716 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_46f4e146-03dc-330c-9141-652371107127-7ff52716 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_7f535360-85fa-8595-39b2-f8ab82ff86f6-7ff52716 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-da3d545b-dda9-beb6-dc82-54f0c01b0607-7ff52717 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_568f70da-ea4d-8b77-a70d-69bd12d50895-7ff52717 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_225af91e-4c36-cbd2-a8dc-cb108d7bd8fa-7ff52717 {
  grid-area: 1 / 7 / 2 / 10;
  align-self: start;
}

#w-node-d74bfd81-8cdf-9cea-bd31-f5ae17fb1acb-7ff52717 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: start;
}

#w-node-_316d4413-3817-5c21-d47d-01481b51160a-7ff52718, #w-node-d79f5fb9-dbb3-773e-547c-7c0ec36931aa-7ff52718, #w-node-_389af172-65ce-6c9f-9978-8f26fe053f7f-7ff52718 {
  align-self: auto;
}

#w-node-_2a89d799-b967-eb2e-2be8-db1f097aaa4b-7ff52718 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a89d799-b967-eb2e-2be8-db1f097aaa4d-7ff52718 {
  align-self: auto;
}

#w-node-_97029f01-fb8c-9e2b-aee2-f64402a14c7b-7ff52718 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97029f01-fb8c-9e2b-aee2-f64402a14c7d-7ff52718 {
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_896bf0d5-6129-1f76-7967-c42ec0e82411-7ff5270d {
    grid-column: 5 / 9;
  }

  #w-node-e0b78af8-78f7-e64c-ec58-c74e9943fe4c-7ff5270d {
    grid-column-end: 5;
  }

  #w-node-_131b34f5-a360-65c3-870f-d87c0ebc8fed-7ff5270d {
    grid-column: 5 / 9;
  }

  #w-node-_96524f3b-deb0-3a1e-b6c8-75dbca8d765c-7ff5270d {
    grid-column-end: 5;
  }

  #w-node-_7d635e94-355e-f443-a37c-a1326f5c03e3-7ff5270d {
    grid-column: 5 / 9;
  }

  #w-node-_74360eb2-19aa-a3e5-6fc4-caa28acf8a4a-7ff5270d {
    grid-area: 3 / 1 / 4 / 9;
    justify-self: start;
  }

  #w-node-_87c68099-69bb-cf65-97a4-5905a41d1c8e-7ff5270d {
    grid-column-end: 5;
  }

  #w-node-_117a3aa7-d167-f0a6-d03f-e60904b1b5b4-7ff5270d {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6b9f1-82b6b9e9 {
    grid-column: 4 / 6;
  }

  #w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6ba0a-82b6b9e9 {
    grid-column: 6 / 9;
  }

  #w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6ba15-82b6b9e9 {
    grid-column-end: 9;
  }

  #w-node-d0c2a59c-0214-b7bc-7490-ccccf3b69e1d-f3b69e1b {
    align-self: end;
  }

  #w-node-d0c2a59c-0214-b7bc-7490-ccccf3b69e21-f3b69e1b, #w-node-_1db9821e-189b-eda9-c492-521a3a0a8c56-3a0a8c51 {
    grid-column: 4 / 9;
  }

  #w-node-f1572b4c-3030-524b-a2fa-5a87508055f4-7ff52713, #w-node-f1572b4c-3030-524b-a2fa-5a87508055f8-7ff52713, #w-node-_6262bcd7-e62a-4c1b-2b7c-c8551c9bd677-7ff52713, #w-node-f1572b4c-3030-524b-a2fa-5a8750805600-7ff52713, #w-node-f1572b4c-3030-524b-a2fa-5a8750805604-7ff52713, #w-node-_4d578a0f-9704-ff8e-d725-b1f3474f6f46-7ff52713 {
    grid-column: span 4 / span 4;
  }

  #w-node-_8105bd81-c8df-8add-2ea7-9ffd27a5b57b-7ff52714 {
    grid-column-start: 10;
  }

  #w-node-_76c9f6c7-2e5a-40df-5660-7b09c3b692b4-7ff52714 {
    grid-column: 1 / 3;
  }

  #w-node-f966bd8a-256f-eac0-798d-dc9778b52d2b-7ff52714 {
    grid-column: 4 / 9;
  }

  #w-node-da3d545b-dda9-beb6-dc82-54f0c01b0607-7ff52715 {
    grid-column: 1 / 5;
  }

  #w-node-e2972373-b0ba-49e4-5350-efadb6fa2920-7ff52715 {
    grid-column: 1 / 2;
    align-self: start;
  }

  #w-node-_6548a04f-49ee-3e78-3756-4273491894c2-7ff52715 {
    grid-column: 6 / 9;
  }

  #w-node-_5ded1ac7-03af-b3ab-acaa-dfeadbe35022-7ff52715 {
    grid-column: 2 / 6;
  }

  #w-node-_7373a47b-dd66-b65b-48fa-f334c9b51933-7ff52715 {
    grid-column: 1 / 9;
  }

  #w-node-_3ab91e62-7885-4cb6-15f3-e00a241be025-7ff52715 {
    grid-column: 1 / 2;
    align-self: start;
  }

  #w-node-c791e537-1c26-53d5-2312-1dbd6ecc91cc-7ff52715 {
    grid-column: 6 / 9;
  }

  #w-node-c791e537-1c26-53d5-2312-1dbd6ecc91ce-7ff52715 {
    grid-column: 2 / 6;
  }

  #w-node-c791e537-1c26-53d5-2312-1dbd6ecc91d0-7ff52715 {
    grid-column: 1 / 9;
  }

  #w-node-_9b1687d3-5997-d8b4-1d98-2d4ecdcdd0e3-7ff52715 {
    grid-column: 1 / 2;
    align-self: start;
  }

  #w-node-_59b0e4bf-909d-f5b2-51ce-b89967869f57-7ff52715 {
    grid-column: 6 / 9;
  }

  #w-node-_59b0e4bf-909d-f5b2-51ce-b89967869f59-7ff52715 {
    grid-column: 2 / 6;
  }

  #w-node-_59b0e4bf-909d-f5b2-51ce-b89967869f5b-7ff52715 {
    grid-column: 1 / 9;
  }

  #w-node-ae36853e-f5db-e16e-0057-580842f8edca-7ff52715 {
    grid-column-start: 7;
  }

  #w-node-_4a598271-9240-4101-1e4b-2759fd68836d-7ff52715 {
    grid-column: 1 / 5;
  }

  #w-node-b3d1a2ca-c869-e800-ffd7-2ed94a93c687-7ff52715 {
    grid-column: 7 / 9;
  }

  #w-node-_3551f20e-b494-8a6a-c2dc-b4718093ca0f-7ff52715 {
    grid-column: 1 / 9;
  }

  #w-node-_225f0dcf-7acb-b8a4-0357-1e95dc1a2ed4-7ff52715 {
    grid-column: 1 / 5;
  }

  #w-node-_225f0dcf-7acb-b8a4-0357-1e95dc1a2ed8-7ff52715 {
    grid-column: 7 / 9;
  }

  #w-node-_225f0dcf-7acb-b8a4-0357-1e95dc1a2eda-7ff52715 {
    grid-column: 1 / 9;
  }

  #w-node-c9d1a89f-34a5-274c-5084-5f3beac3f1c2-7ff52715 {
    grid-column: 1 / 5;
  }

  #w-node-c9d1a89f-34a5-274c-5084-5f3beac3f1c6-7ff52715 {
    grid-column: 7 / 9;
  }

  #w-node-c9d1a89f-34a5-274c-5084-5f3beac3f1c8-7ff52715 {
    grid-column: 1 / 9;
  }

  #w-node-da3d545b-dda9-beb6-dc82-54f0c01b0607-7ff52716 {
    grid-column: 1 / 7;
  }

  #w-node-_8d7fb535-e5cf-ed53-cc8e-40d6d5c57ae1-7ff52716 {
    grid-column-end: 9;
  }

  #w-node-_18dd9506-ed14-078e-1a23-d24f58b690cd-7ff52716 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_0858927b-86a4-19a4-dc46-2769255f3bb7-7ff52716 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-f93729d7-779c-40ee-104f-b34843a89970-7ff52716 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_3e17ba22-752a-45e2-47bf-25ba45eed893-7ff52716 {
    grid-column-end: 9;
  }

  #w-node-_3e17ba22-752a-45e2-47bf-25ba45eed898-7ff52716 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3e17ba22-752a-45e2-47bf-25ba45eed89a-7ff52716 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_3e17ba22-752a-45e2-47bf-25ba45eed89d-7ff52716 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-b0d57405-7832-2683-f36a-408218669151-7ff52716 {
    grid-column-end: 9;
  }

  #w-node-b0d57405-7832-2683-f36a-408218669156-7ff52716 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-b0d57405-7832-2683-f36a-408218669158-7ff52716 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-b0d57405-7832-2683-f36a-40821866915a-7ff52716 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_1fc8b7b3-6439-5097-b764-e7de89ba8d67-7ff52716 {
    grid-column-end: 9;
  }

  #w-node-_1fc8b7b3-6439-5097-b764-e7de89ba8d6c-7ff52716 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_1fc8b7b3-6439-5097-b764-e7de89ba8d6e-7ff52716 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_1fc8b7b3-6439-5097-b764-e7de89ba8d70-7ff52716 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_963f78c5-7044-c71c-1ea7-cf1acc178428-7ff52716 {
    grid-column-end: 9;
  }

  #w-node-_963f78c5-7044-c71c-1ea7-cf1acc17842e-7ff52716 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_963f78c5-7044-c71c-1ea7-cf1acc178430-7ff52716 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_963f78c5-7044-c71c-1ea7-cf1acc178436-7ff52716 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_44f925ff-c3f3-8567-446e-42a4b5849e58-7ff52716 {
    grid-column-end: 9;
  }

  #w-node-_44f925ff-c3f3-8567-446e-42a4b5849e5e-7ff52716 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_44f925ff-c3f3-8567-446e-42a4b5849e60-7ff52716 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_44f925ff-c3f3-8567-446e-42a4b5849e64-7ff52716 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_76155c4e-1208-6dd1-0973-619ed6d6212a-7ff52716 {
    grid-column-end: 9;
  }

  #w-node-_76155c4e-1208-6dd1-0973-619ed6d62131-7ff52716 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_76155c4e-1208-6dd1-0973-619ed6d62133-7ff52716 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_76155c4e-1208-6dd1-0973-619ed6d62137-7ff52716 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_81ea7882-1243-4a14-9b63-103c5ad50739-7ff52716 {
    grid-column-end: 9;
  }

  #w-node-_81ea7882-1243-4a14-9b63-103c5ad5073f-7ff52716 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_81ea7882-1243-4a14-9b63-103c5ad50741-7ff52716 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_81ea7882-1243-4a14-9b63-103c5ad50745-7ff52716 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_46f4e146-03dc-330c-9141-652371107127-7ff52716 {
    grid-column-end: 4;
  }

  #w-node-_7f535360-85fa-8595-39b2-f8ab82ff86f6-7ff52716 {
    grid-column: 5 / 9;
  }

  #w-node-da3d545b-dda9-beb6-dc82-54f0c01b0607-7ff52717 {
    grid-column: 1 / 7;
  }

  #w-node-_568f70da-ea4d-8b77-a70d-69bd12d50895-7ff52717 {
    grid-row: 2 / 3;
    grid-column-end: 9;
  }

  #w-node-_225af91e-4c36-cbd2-a8dc-cb108d7bd8fa-7ff52717 {
    grid-column: 5 / 9;
  }

  #w-node-d74bfd81-8cdf-9cea-bd31-f5ae17fb1acb-7ff52717 {
    grid-column: 1 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_896bf0d5-6129-1f76-7967-c42ec0e82411-7ff5270d {
    grid-column-start: 5;
  }

  #w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6b9ed-82b6b9e9 {
    grid-column-end: 5;
  }

  #w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6b9f1-82b6b9e9 {
    grid-column: 1 / 5;
  }

  #w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6ba0a-82b6b9e9 {
    grid-column-start: 5;
  }

  #w-node-d0c2a59c-0214-b7bc-7490-ccccf3b69e1d-f3b69e1b {
    grid-column-end: 9;
  }

  #w-node-d0c2a59c-0214-b7bc-7490-ccccf3b69e21-f3b69e1b {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_1db9821e-189b-eda9-c492-521a3a0a8c6f-3a0a8c51 {
    grid-area: 1 / 8 / 2 / 9;
    justify-self: end;
  }

  #w-node-_1db9821e-189b-eda9-c492-521a3a0a8c75-3a0a8c51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1572b4c-3030-524b-a2fa-5a87508055f4-7ff52713, #w-node-f1572b4c-3030-524b-a2fa-5a87508055f8-7ff52713, #w-node-_6262bcd7-e62a-4c1b-2b7c-c8551c9bd677-7ff52713, #w-node-f1572b4c-3030-524b-a2fa-5a8750805600-7ff52713, #w-node-f1572b4c-3030-524b-a2fa-5a8750805604-7ff52713, #w-node-_4d578a0f-9704-ff8e-d725-b1f3474f6f46-7ff52713 {
    grid-column: span 4 / span 4;
  }

  #w-node-b753c1ee-7943-f34c-eeb4-ff618fa1dcfd-7ff52714 {
    grid-column: 1 / 9;
  }

  #w-node-_88c2b45b-6735-2f00-ba52-d12e2fbdfad8-7ff52714 {
    grid-column-end: 9;
  }

  #w-node-_0afefcbd-0f23-5873-b307-69a78a69b41c-7ff52714 {
    grid-column-end: 5;
  }

  #w-node-_70936bbb-a176-b309-c09f-188df747431d-7ff52714 {
    grid-column: 5 / 9;
  }

  #w-node-_3da5e8e8-412f-aefd-b711-4c7e999a728c-7ff52714 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_8105bd81-c8df-8add-2ea7-9ffd27a5b57b-7ff52714 {
    grid-area: 4 / 5 / 5 / 9;
    justify-self: start;
  }

  #w-node-_76c9f6c7-2e5a-40df-5660-7b09c3b692b4-7ff52714 {
    grid-column-end: 9;
  }

  #w-node-f966bd8a-256f-eac0-798d-dc9778b52d2b-7ff52714 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-da3d545b-dda9-beb6-dc82-54f0c01b0607-7ff52715 {
    grid-column-end: 7;
  }

  #w-node-e2972373-b0ba-49e4-5350-efadb6fa2920-7ff52715 {
    grid-column-end: 9;
  }

  #w-node-_6548a04f-49ee-3e78-3756-4273491894c2-7ff52715 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_5ded1ac7-03af-b3ab-acaa-dfeadbe35022-7ff52715 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_7373a47b-dd66-b65b-48fa-f334c9b51933-7ff52715 {
    grid-row: 4 / 5;
  }

  #w-node-_3ab91e62-7885-4cb6-15f3-e00a241be025-7ff52715 {
    grid-column-end: 9;
  }

  #w-node-c791e537-1c26-53d5-2312-1dbd6ecc91cc-7ff52715 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-c791e537-1c26-53d5-2312-1dbd6ecc91ce-7ff52715 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-c791e537-1c26-53d5-2312-1dbd6ecc91d0-7ff52715 {
    grid-row: 4 / 5;
  }

  #w-node-_9b1687d3-5997-d8b4-1d98-2d4ecdcdd0e3-7ff52715 {
    grid-column-end: 9;
  }

  #w-node-_59b0e4bf-909d-f5b2-51ce-b89967869f57-7ff52715 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_59b0e4bf-909d-f5b2-51ce-b89967869f59-7ff52715 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_59b0e4bf-909d-f5b2-51ce-b89967869f5b-7ff52715 {
    grid-row: 4 / 5;
  }

  #w-node-a1a611fa-8345-8493-73f5-508b35c76e2b-7ff52715, #w-node-_467eebcb-9a13-98f4-106c-ada5575b96e8-7ff52715, #w-node-_31238b15-8d9d-0d27-52f8-7908ea5856cb-7ff52715, #w-node-c30b9ee2-8d60-a645-44f4-5d98a36900b0-7ff52715 {
    grid-column: span 4 / span 4;
  }

  #w-node-ae36853e-f5db-e16e-0057-580842f8edca-7ff52715 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: stretch;
  }

  #w-node-_4a598271-9240-4101-1e4b-2759fd68836d-7ff52715, #w-node-_225f0dcf-7acb-b8a4-0357-1e95dc1a2ed4-7ff52715, #w-node-c9d1a89f-34a5-274c-5084-5f3beac3f1c2-7ff52715 {
    grid-column-end: 4;
  }

  #w-node-_46f4e146-03dc-330c-9141-652371107127-7ff52716 {
    grid-column-end: 9;
  }

  #w-node-_7f535360-85fa-8595-39b2-f8ab82ff86f6-7ff52716 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_225af91e-4c36-cbd2-a8dc-cb108d7bd8fa-7ff52717 {
    grid-column-start: 5;
  }

  #w-node-d74bfd81-8cdf-9cea-bd31-f5ae17fb1acb-7ff52717 {
    grid-column: 1 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_896bf0d5-6129-1f76-7967-c42ec0e82411-7ff5270d {
    grid-column: 1 / 5;
  }

  #w-node-e0b78af8-78f7-e64c-ec58-c74e9943fe4c-7ff5270d, #w-node-_131b34f5-a360-65c3-870f-d87c0ebc8fed-7ff5270d, #w-node-_96524f3b-deb0-3a1e-b6c8-75dbca8d765c-7ff5270d, #w-node-_7d635e94-355e-f443-a37c-a1326f5c03e3-7ff5270d, #w-node-_74360eb2-19aa-a3e5-6fc4-caa28acf8a4a-7ff5270d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_117a3aa7-d167-f0a6-d03f-e60904b1b5b4-7ff5270d {
    grid-column-end: 5;
  }

  #w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6ba0a-82b6b9e9 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6ba15-82b6b9e9 {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }

  #w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6ba17-82b6b9e9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6ba19-82b6b9e9 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-baa6c7f8-6e9d-d9d0-0970-84dd82b6ba26-82b6b9e9 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-d0c2a59c-0214-b7bc-7490-ccccf3b69e1d-f3b69e1b {
    grid-column-end: 5;
  }

  #w-node-d0c2a59c-0214-b7bc-7490-ccccf3b69e21-f3b69e1b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_1db9821e-189b-eda9-c492-521a3a0a8c54-3a0a8c51 {
    grid-column-end: 4;
    justify-self: start;
  }

  #w-node-_1db9821e-189b-eda9-c492-521a3a0a8c6f-3a0a8c51 {
    grid-column: 3 / 5;
  }

  #w-node-_8105bd81-c8df-8add-2ea7-9ffd27a5b57b-7ff52714 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-da3d545b-dda9-beb6-dc82-54f0c01b0607-7ff52715 {
    grid-column: 1 / 5;
  }

  #w-node-a1a611fa-8345-8493-73f5-508b35c76e2b-7ff52715, #w-node-_467eebcb-9a13-98f4-106c-ada5575b96e8-7ff52715, #w-node-_31238b15-8d9d-0d27-52f8-7908ea5856cb-7ff52715, #w-node-c30b9ee2-8d60-a645-44f4-5d98a36900b0-7ff52715 {
    grid-column: span 4 / span 4;
  }

  #w-node-ae36853e-f5db-e16e-0057-580842f8edca-7ff52715 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4a598271-9240-4101-1e4b-2759fd68836d-7ff52715 {
    grid-column-end: 5;
  }

  #w-node-b3d1a2ca-c869-e800-ffd7-2ed94a93c687-7ff52715 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-_3551f20e-b494-8a6a-c2dc-b4718093ca0f-7ff52715 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_225f0dcf-7acb-b8a4-0357-1e95dc1a2ed4-7ff52715 {
    grid-column-end: 5;
  }

  #w-node-_225f0dcf-7acb-b8a4-0357-1e95dc1a2ed8-7ff52715 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-_225f0dcf-7acb-b8a4-0357-1e95dc1a2eda-7ff52715 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-c9d1a89f-34a5-274c-5084-5f3beac3f1c2-7ff52715 {
    grid-column-end: 5;
  }

  #w-node-c9d1a89f-34a5-274c-5084-5f3beac3f1c6-7ff52715 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-c9d1a89f-34a5-274c-5084-5f3beac3f1c8-7ff52715 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-da3d545b-dda9-beb6-dc82-54f0c01b0607-7ff52716 {
    grid-column: 1 / 5;
  }

  #w-node-_8d7fb535-e5cf-ed53-cc8e-40d6d5c57ae1-7ff52716, #w-node-_0858927b-86a4-19a4-dc46-2769255f3bb7-7ff52716, #w-node-f93729d7-779c-40ee-104f-b34843a89970-7ff52716, #w-node-_3e17ba22-752a-45e2-47bf-25ba45eed893-7ff52716, #w-node-_3e17ba22-752a-45e2-47bf-25ba45eed89a-7ff52716, #w-node-_3e17ba22-752a-45e2-47bf-25ba45eed89d-7ff52716, #w-node-b0d57405-7832-2683-f36a-408218669151-7ff52716, #w-node-b0d57405-7832-2683-f36a-408218669158-7ff52716, #w-node-b0d57405-7832-2683-f36a-40821866915a-7ff52716, #w-node-_1fc8b7b3-6439-5097-b764-e7de89ba8d67-7ff52716, #w-node-_1fc8b7b3-6439-5097-b764-e7de89ba8d6e-7ff52716, #w-node-_1fc8b7b3-6439-5097-b764-e7de89ba8d70-7ff52716, #w-node-_963f78c5-7044-c71c-1ea7-cf1acc178428-7ff52716, #w-node-_963f78c5-7044-c71c-1ea7-cf1acc178430-7ff52716, #w-node-_963f78c5-7044-c71c-1ea7-cf1acc178436-7ff52716, #w-node-_44f925ff-c3f3-8567-446e-42a4b5849e58-7ff52716, #w-node-_44f925ff-c3f3-8567-446e-42a4b5849e60-7ff52716, #w-node-_44f925ff-c3f3-8567-446e-42a4b5849e64-7ff52716, #w-node-_76155c4e-1208-6dd1-0973-619ed6d6212a-7ff52716, #w-node-_76155c4e-1208-6dd1-0973-619ed6d62133-7ff52716, #w-node-_76155c4e-1208-6dd1-0973-619ed6d62137-7ff52716, #w-node-_81ea7882-1243-4a14-9b63-103c5ad50739-7ff52716, #w-node-_81ea7882-1243-4a14-9b63-103c5ad50741-7ff52716, #w-node-_81ea7882-1243-4a14-9b63-103c5ad50745-7ff52716 {
    grid-column-end: 5;
  }

  #w-node-da3d545b-dda9-beb6-dc82-54f0c01b0607-7ff52717 {
    grid-column: 1 / 5;
  }

  #w-node-_568f70da-ea4d-8b77-a70d-69bd12d50895-7ff52717 {
    grid-row: 3 / 4;
  }

  #w-node-_225af91e-4c36-cbd2-a8dc-cb108d7bd8fa-7ff52717 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-d74bfd81-8cdf-9cea-bd31-f5ae17fb1acb-7ff52717 {
    grid-row: 1 / 2;
    grid-column-end: 9;
  }

  #w-node-_316d4413-3817-5c21-d47d-01481b51160a-7ff52718 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Nord';
  src: url('../fonts/NORD-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nord';
  src: url('../fonts/NORD-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nord';
  src: url('../fonts/NORD-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nord';
  src: url('../fonts/NORD-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nord';
  src: url('../fonts/NORD-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosvita';
  src: url('../fonts/Mosvita-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosvita';
  src: url('../fonts/Mosvita-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosvita';
  src: url('../fonts/Mosvita-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosvita';
  src: url('../fonts/Mosvita-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mosvita';
  src: url('../fonts/Mosvita-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}