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

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format("woff2"), url('../fonts/EudoxusSans-ExtraLight.woff') format("woff"), url('../fonts/EudoxusSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Eudoxussans;
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format("woff2"), url('../fonts/EudoxusSans-ExtraBold.woff') format("woff"), url('../fonts/EudoxusSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --dark-outline: #e2e7f1;
  --body-display: #6e7488;
  --dark: #090b19;
  --pin-stripe: #f3f6fc;
  --naranja: #da882b;
  --black: #0d0d0d;
}

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

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 3px solid var(--dark-outline);
  color: var(--body-display);
  background-color: #ffffffa6;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 1.6em;
}

.section {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section.no-verticle-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.video-section {
  z-index: 10;
  color: #fff;
  padding-top: 240px;
  padding-bottom: 160px;
}

.section.no-top-padding {
  padding-top: 0;
}

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

.section.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.section._60-top {
  padding-top: 60px;
}

.background-cover {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image {
  z-index: 1;
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image.puerta {
  background-image: url('../images/4.jpg');
}

.background-image.escalera {
  background-image: url('../images/2.jpg');
}

.background-image.revestimientos {
  background-image: url('../images/act-madera.jpg');
}

.background-image.muebles {
  background-image: url('../images/muebles.jpg');
}

.background-image.closet {
  background-image: url('../images/closet3.jpg');
}

.background-image.caoba {
  background-image: url('../images/caoba.jpg');
}

.background-image.cedro {
  background-image: url('../images/cedro.jpg');
}

.background-image.partoa {
  background-image: url('../images/parota.jpg');
}

.background-image.encino {
  background-image: url('../images/encino.jpg');
}

.background-image.varias {
  background-image: url('../images/varias.jpg');
}

.background-image.lightbox {
  background-image: none;
}

.image-overlay {
  z-index: 1;
  background-color: #090b194d;
  position: absolute;
  inset: 0%;
}

.image-overlay.dark-overylay {
  background-color: #090b1973;
}

.image-overlay.home {
  background-color: #0000008c;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  color: var(--dark);
}

.body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
}

.stripe-wrapper {
  z-index: 5;
  justify-content: center;
  width: 100vw;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.stripe-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.pin-stripe {
  background-color: var(--pin-stripe);
  width: 1px;
}

.pin-stripe.white {
  background-color: #ffffff1f;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.xxl-heading {
  letter-spacing: -.05em;
  margin-right: 1px;
  font-size: 78px;
}

.xxl-heading.one {
  font-size: 65px;
}

.xxl-heading.two.paragrapgh {
  letter-spacing: 0;
  width: 60%;
}

.clip {
  position: relative;
  overflow: hidden;
}

.clip._2 {
  margin-top: 20px;
}

.clip.bottom {
  margin-bottom: 10px;
}

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

.page-wrapper {
  z-index: 15;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  position: relative;
}

.banner-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.large-heading {
  line-height: 1.15em;
}

.large-heading.home {
  letter-spacing: 0;
  font-size: 44px;
  font-weight: 500;
}

.large-heading.xl {
  font-size: 44px;
}

.large-heading.h3 {
  max-width: 65%;
  font-size: 19px;
  font-weight: 400;
}

.body-display {
  color: var(--body-display);
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.white.full {
  text-align: justify;
}

.body-display.large {
  font-size: 18px;
}

.body-display.center {
  text-align: center;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 30vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-item.inner {
  text-align: center;
  min-height: 260px;
  max-height: 260px;
}

.project-item.portfolio {
  height: 34vw;
}

.horizontal-line {
  background-color: var(--dark-outline);
  flex: 1;
  height: 1px;
  margin-left: 18px;
}

.horizontal-line.white {
  background-color: #ffffff1f;
}

.button {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: var(--dark-outline);
  background-color: var(--dark-outline);
  color: var(--dark);
}

.button.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button.solid-white {
  color: var(--dark);
  background-color: #fff;
  border-color: #fff;
}

.button.solid-white:hover {
  background-color: var(--dark-outline);
}

.button.white-outline {
  border-style: solid;
  border-color: var(--naranja);
  background-color: #090b1900;
  font-family: Inter, sans-serif;
}

.button.white-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.button.grey-outline {
  border-color: var(--dark-outline);
  color: var(--dark);
  background-color: #090b1900;
}

.button.grey-outline:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.page-info-ribbon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px none var(--pin-stripe);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-hover-item.no-top-border {
  border-top-style: none;
}

.subtitle-wrapper {
  margin-bottom: 18px;
  overflow: hidden;
}

.subtitle {
  z-index: 10;
  color: var(--dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.subtitle.small {
  font-size: 12px;
}

.subtitle.white {
  color: #fff;
}

.subtitle.grey {
  color: var(--body-display);
}

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

.section-bottom-cover {
  z-index: 20;
  background-color: #fff;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.intro-wrapper.hero {
  margin-bottom: 40px;
}

.services-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid var(--pin-stripe);
  border-right: 1px solid var(--pin-stripe);
  border-left: 1px solid var(--pin-stripe);
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-circle {
  background-color: var(--pin-stripe);
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.white {
  background-color: #fff;
}

.card-circle.overlay {
  background-color: #090b1959;
}

.heading {
  z-index: 10;
  position: relative;
}

.heading.orange {
  color: var(--naranja);
}

.logos-headline {
  color: var(--body-display);
  align-items: center;
  display: flex;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.hover-link.home {
  opacity: .43;
  font-size: 18px;
}

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

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.project-categories-wrapper {
  z-index: 20;
  justify-content: center;
  width: 100%;
  min-height: 156px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

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

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 24px;
  display: flex;
  position: relative;
}

.project-card-info.inner {
  justify-content: center;
  align-items: center;
}

.project-hover-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-social-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.post-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
  display: grid;
}

.inner-page-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-bottom: 24px;
  display: grid;
}

.banner-items {
  background-color: var(--pin-stripe);
  white-space: nowrap;
  align-items: center;
  height: 120px;
  display: flex;
  overflow: hidden;
}

.sticky-services-menu {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: var(--body-display);
  letter-spacing: -.03em;
  white-space: normal;
  border-top: 1px #dadada;
  border-bottom: 1px solid #dadada;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: var(--dark);
}

.menu-list-item.w--current {
  color: var(--dark);
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: #ffffff26;
  border-bottom-color: #ffffff26;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.small {
  color: var(--black);
  border-top-color: #dadada;
  border-bottom-color: #dadada;
  padding-top: 19px;
  padding-bottom: 19px;
}

.menu-list-item.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  border-top-color: #ffffff26;
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.list-heading-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 24px;
  display: grid;
}

.scrolling-text {
  align-items: center;
  height: 100%;
  display: flex;
}

.dark-dot {
  background-color: var(--dark);
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
  margin-left: 6px;
  margin-right: 10px;
}

.blog-card-image-wrapper {
  z-index: 1;
  width: 100%;
  min-height: 225px;
  position: relative;
  overflow: hidden;
}

.blog-card-image-wrapper.services {
  min-height: 180px;
}

.post-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  color: var(--dark);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  padding: 36px 36px 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.post-card-description.services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 20px;
}

.post-card-description.acabados {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f4f6fc;
  padding: 20px;
}

.post-card-info {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
  width: 100vw;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.left-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.middle-preloader {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-preloader {
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 100%;
}

.stripe-preloader {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  background-color: #fff;
  width: 33.33%;
}

.stripe-preloader.left {
  border-left: 1px solid var(--pin-stripe);
}

.grid-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: minmax(5vw, 1fr);
  grid-auto-flow: row;
  place-content: space-between;
  place-items: stretch start;
  width: 100%;
  display: grid;
  position: relative;
}

.card-button-wrapper {
  display: flex;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 100px;
  grid-template-rows: minmax(44px, auto) minmax(102px, auto) minmax(103px, auto) minmax(103px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-background-image {
  position: absolute;
  inset: 0%;
}

.hero-background-image.services-background {
  background-image: url('../images/act-madera.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-background-image.contact-background {
  background-image: url('../images/Space023.jpeg');
  background-size: cover;
}

.hero-background-image._404-background {
  background-image: url('../images/Space012.jpeg');
}

.hero-background-image.password-background {
  background-image: url('../images/Space007.jpeg');
}

.project-description-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  background-color: var(--pin-stripe);
  color: var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  border-top: 1px solid var(--dark-outline);
}

.project-features, .general-collection-wrapper {
  padding-top: 80px;
}

.large-search-wrapper {
  background-color: #fff;
  border-radius: 100px;
  width: 50%;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.large-search-input {
  background-color: #fff0;
  border: 1px #000;
  border-radius: 100px;
  min-height: 48px;
  margin-bottom: 0;
  padding-left: 24px;
}

.large-search-button {
  background-color: var(--dark);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 11px;
}

.search-results-info {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.search-result-item {
  width: 100%;
  padding: 0;
}

.search-results-link {
  border-right: 1px solid var(--pin-stripe);
  border-bottom: 1px solid var(--dark-outline);
  border-left: 1px solid var(--pin-stripe);
  color: var(--dark);
  padding: 48px 36px 48px 24px;
  text-decoration: none;
  transition: background-color .4s linear;
}

.search-results-link:hover {
  background-color: #fff;
}

.search-result-wrapper {
  border-top: 1px solid var(--dark-outline);
  background-color: var(--pin-stripe);
  padding-top: 0;
}

.results-help-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: var(--dark);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: grid;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

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

.field-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 1px solid var(--dark-outline);
  background-color: #ffffffa6;
  border-radius: 2px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #fff;
  border-color: #d4ddee;
}

.text-field::placeholder {
  color: var(--body-display);
}

.text-field.light {
  color: #fff;
  background-color: #ffffff14;
  border-color: #ffffff29;
}

.text-field.light:focus {
  background-color: #fff0;
  border-color: #fff;
}

.text-field.light::placeholder {
  color: #ffffffd9;
}

.submit-button {
  background-color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  min-width: 160px;
  padding: 16px 32px;
  font-size: 12px;
}

.submit-button.white {
  color: var(--dark);
  background-color: #fff;
}

.utility-message {
  background-color: #0000;
  height: 100%;
  margin-top: auto;
  padding: 0;
}

.success-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark-outline);
  background-color: #ffffffd9;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 340px;
  padding: 60px;
  display: grid;
}

.success-wrapper.dark {
  color: #fff;
  background-color: #fff0;
  border-style: none;
  align-content: center;
  height: 100%;
}

.error-message {
  background-color: var(--dark-outline);
  color: var(--dark);
  margin-top: 0;
  padding: 12px 18px;
}

.services-wrapper {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

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

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

.services-info.intro {
  grid-template-rows: auto;
}

.image-cover {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  width: 0%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-cover-wrapper {
  z-index: 15;
  width: 66.66%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.image-cover-wrapper.right-side {
  justify-content: flex-end;
  display: flex;
  inset: 0% 0% 0% auto;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120px;
  display: grid;
  overflow: hidden;
}

.page-info.no-clip {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: visible;
}

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

.background-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  inset: auto 0%;
}

.background-banner.video-banner {
  background-image: url('../images/sala2.jpg');
  background-position: 0 0;
}

.background-banner.projects-banner, .background-banner.service-2-banner {
  background-image: url('../images/Act-madera-hero-2.jpg');
}

.background-banner.service-3-banner {
  background-image: url('../images/mueble-act-madera.jpg');
}

.background-banner.service-3-banner.acabados {
  background-position: 50% 90%;
}

.background-banner.service-3-banner.maderas {
  background-image: url('../images/ewewee.png');
}

.background-banner.newsletter-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 0%;
}

.newsletter-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.dark-cover {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-form-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.newsletter-intro {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  background-color: var(--pin-stripe);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 36px;
  display: grid;
  position: relative;
}

.form-block {
  z-index: 20;
  margin-bottom: 0;
  position: relative;
}

.form-column {
  flex-direction: row;
  display: flex;
}

.form-column.right {
  padding-left: 24px;
  padding-right: 24px;
}

.radio-button {
  border-color: #fff;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  background-color: #fff;
  border-color: #fff;
  transform: scale(1.3);
}

.field-label {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

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

.checklist-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.checklist-icon {
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
}

.radio-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 16px;
  display: flex;
}

.button-text {
  z-index: 10;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}

.empty-search-results {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: grid;
}

.sticky-section {
  z-index: 200;
  justify-content: center;
  align-items: stretch;
  height: 0;
  margin-bottom: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 75px;
}

.page-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.password-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 100vh;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-hero {
  z-index: 10;
  color: #fff;
  justify-content: center;
  min-height: 650px;
  padding-top: 36px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-description {
  padding-right: 24px;
}

.service-description.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.category-description {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 250px;
  display: grid;
}

.services-card {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 36px;
  display: grid;
}

.banner-categories {
  width: 100%;
  height: 100%;
  padding-top: 36px;
  overflow: hidden;
}

.minimal-card {
  z-index: 10;
  border-top: 1px none var(--pin-stripe);
  border-bottom: 1px solid var(--pin-stripe);
  align-items: center;
  height: 100%;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.anchor-link {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.banner-items-wrapper {
  height: 120px;
  overflow: hidden;
}

.home-hero {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-section {
  z-index: 10;
  color: #000;
  background-color: #f8f8f800;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw 36px;
  display: flex;
  position: relative;
}

.newsletter-overlay {
  background-color: #090b19e6;
  position: absolute;
  inset: 0%;
}

.banner-scrolling-wrapper {
  background-color: var(--pin-stripe);
  width: 100%;
  height: 100%;
}

.transparent-fill {
  width: 100%;
}

.hero-block {
  width: 70%;
}

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

.service-heading {
  letter-spacing: 0;
  font-size: 26px;
  font-weight: 600;
}

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

.image-2 {
  width: 20%;
}

.slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.left-arrow, .right-arrow-2, .slide-nav {
  display: none;
}

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

.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;
  display: grid;
}

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

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

.intro-text-wrapper {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  padding-top: 0;
  display: grid;
}

.lightbox {
  z-index: 20;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.image-4 {
  opacity: .86;
  mix-blend-mode: darken;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.code-embed {
  width: 100%;
}

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

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

.brix---header-logo-link.w--current {
  z-index: 2;
  width: 40%;
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

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

.brix---link-text {
  color: #393939;
  font-size: 14px;
  transition: color .3s;
  display: inline-block;
}

.brix---header-logo {
  object-fit: contain;
  width: 100%;
  max-width: 350px;
}

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

.brix---header-nav-link {
  color: #000;
  text-transform: uppercase;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--naranja);
}

.brix---header-nav-link:active {
  color: #007a99;
}

.brix---header-nav-link.w--current {
  color: var(--naranja);
}

.brix---link-icon-left {
  filter: hue-rotate(180deg);
  color: #007a99;
  margin-right: 6px;
}

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

.brix---top-header-right-col.inner {
  display: none;
}

.navbar24 {
  background-color: #ddd0;
  width: 100%;
  padding: 0 4.7vw;
  position: fixed;
}

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

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---hamburger-menu-bar-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

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

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

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

.brix---header-content-wrapper-v9 {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar-containr {
  background-color: #fff;
  width: 100%;
  min-width: 100%;
  padding: 10px 20px;
}

.logo-back-color {
  background-color: #fff;
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 4.7vw;
}

.container {
  border: 2px solid var(--naranja);
  width: 100%;
  padding: 20px;
}

.footer-link {
  color: #c2c2c2;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.image-5 {
  width: 150px;
}

.div-block-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

@media screen and (min-width: 1280px) {
  .background-image.puerta {
    background-image: url('../images/4.jpg');
  }

  .background-image.escalera {
    background-image: url('../images/2.jpg');
  }

  .background-image.revestimientos {
    background-image: url('../images/act-madera.jpg');
  }

  .background-image.muebles {
    background-image: url('../images/closets.jpg');
  }

  .background-image.closet {
    background-image: url('../images/closet3.jpg');
  }

  .image-overlay.home {
    background-color: #00000080;
  }

  .large-heading.home {
    font-size: 40px;
  }

  .card-hover-item {
    min-height: 60px;
    padding: 0;
  }

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

  .newsletter-form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-intro {
    padding: 80px 48px;
  }

  .sticky-section {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .image-overlay {
    background-color: #090b197d;
  }

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

  .video-info._1 {
    grid-row-gap: 20px;
    width: 60%;
  }

  .services-card {
    padding: 48px;
  }
}

@media screen and (min-width: 1920px) {
  .menu-list-item.white.small {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .nav-link {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link.w--current {
    color: var(--dark);
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

  .hero-content-wrapper {
    max-width: none;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .xxl-heading.one {
    font-size: 55px;
  }

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .large-heading.home {
    font-size: 36px;
  }

  .large-heading.xl {
    font-size: 32px;
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .page-info-ribbon, .card-hover-item {
    grid-template-columns: 1fr;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .project-categories-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .inner-page-hero-wrapper {
    grid-template-columns: 1fr;
  }

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .project-description {
    padding: 36px 24px;
  }

  .project-features {
    padding-top: 0;
  }

  .large-search-wrapper {
    width: 100%;
  }

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

  .dropdown {
    border-bottom: 1px solid var(--dark-outline);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .page-info {
    overflow: auto;
  }

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

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

  .services-card {
    padding: 36px 24px;
  }

  .banner-categories {
    padding-top: 0;
  }

  .minimal-card {
    padding: 24px;
  }

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

  .hero-block {
    width: 100%;
  }

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

  .grid-4-columns._2-col-mbp {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-left: 0;
  }

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

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

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
    font-weight: 500;
  }

  .brix---header-nav-link {
    font-size: 18px;
  }

  .brix---header-menu-wrapper {
    background-color: #e4e4e4;
    border-top: 1px #eff0f6;
    border-bottom: 1px #eff0f6;
    margin-left: 4.7vw;
    margin-right: 4.7vw;
    padding: 24px;
  }

  .brix---top-header-right-col {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar24 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

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

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

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

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

  .logo-back-color {
    display: none;
  }
}

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

  blockquote {
    padding-left: 18px;
    padding-right: 12px;
  }

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

  .nav-link {
    border-bottom: 1px solid var(--pin-stripe);
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 18px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .project-item {
    width: 100%;
    height: auto;
    min-height: 250px;
  }

  .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .hover-link-wrapper {
    width: 130px;
    height: 130px;
  }

  .hover-link-wrapper.project-view-link {
    width: 120px;
    height: 120px;
    display: flex;
  }

  .collection-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .project-card-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

  .banner-items {
    height: 80px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .results-help-wrapper {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

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

  .services-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .services-info {
    grid-template-columns: 1fr;
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .page-info {
    height: auto;
  }

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

  .dark-cover {
    background-color: #0000;
  }

  .newsletter-form-wrapper {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .newsletter-intro {
    padding: 36px 24px;
  }

  .form-column.right {
    flex-direction: column;
  }

  .sticky-section {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .page-hero {
    min-height: 550px;
  }

  ._404-hero {
    min-height: 450px;
  }

  .anchor-link {
    border-bottom: 1px solid var(--dark-outline);
    min-height: 80px;
  }

  .anchor-link.bottom {
    border-bottom-style: none;
  }

  .banner-items-wrapper {
    height: 80px;
  }

  .footer-section {
    padding-bottom: 72px;
  }

  .intro-text-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 36px;
  }

  .brix---header-logo-link.w--current {
    width: 70%;
  }

  .brix---link-text {
    font-size: 12px;
  }

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

  .brix---top-header-right-col {
    justify-content: center;
  }

  .navbar24 {
    padding-top: 10px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-content-wrapper-v9 {
    padding-bottom: 0;
  }

  .container {
    margin-top: 10%;
  }
}

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

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding-left: 18px;
    padding-right: 0;
    font-size: 16px;
  }

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

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

  .hero-content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .xxl-heading.one {
    font-size: 38px;
    line-height: 1.2em;
  }

  .xxl-heading.two {
    font-size: 37px;
    line-height: 1.1em;
  }

  .xxl-heading.two.paragrapgh {
    width: 100%;
  }

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .large-heading {
    font-size: 36px;
  }

  .large-heading.home {
    font-size: 25px;
    line-height: 1.2em;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0;
  }

  .stacked-description {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .tripple-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 36px;
  }

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

  .logos-headline {
    flex-direction: row;
    align-items: center;
  }

  .hover-link-wrapper {
    width: 120px;
    height: 120px;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 30px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .list-heading-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    padding-left: 18px;
  }

  .post-card-description {
    padding: 24px;
  }

  .grid-wrapper {
    grid-row-gap: 100px;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .search-result-list, .search-result-item {
    flex-direction: column;
    display: flex;
  }

  .search-results-link {
    padding: 36px 18px;
  }

  .search-result-wrapper {
    flex-direction: column;
  }

  .results-help-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .radio-item {
    padding-left: 18px;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .password-hero {
    min-height: 93vh;
  }

  .service-description.intro {
    padding-right: 0;
  }

  .services-card {
    padding: 36px 18px;
  }

  .minimal-card {
    padding: 24px;
  }

  .anchor-link {
    min-height: 60px;
  }

  .home-hero {
    min-height: auto;
    padding-top: 0;
  }

  .footer-section {
    padding-top: 80px;
  }

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

  .grid-4-columns._2-col-mbp {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

  .image-3 {
    height: 200px;
  }

  .brix---header-logo-link.w--current {
    width: 85%;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-top: 6px;
    margin-left: 0;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

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

  .brix---header-menu-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---top-header-right-col {
    flex-direction: column;
    display: none;
  }

  .brix---top-header-right-col.inner {
    display: block;
  }

  .navbar24 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---hamburger-menu-bar-top {
    width: 30px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 30px;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 6px;
  }

  .navbar-containr {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-back-color {
    width: 80%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    left: 0;
  }

  .container {
    padding-top: 2%;
  }
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-9d5d2579 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-9d5d2579 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_9b56a7a8-db3c-9b84-80fd-3db17f5946be-9d5d2579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-9d5d2579 {
  justify-self: start;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-9d5d2579 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-9d5d2579 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-a3a4f159-ea67-3905-f7a9-aa3ded249dc4-9d5d2579 {
  align-self: auto;
}

#w-node-d0e2b0a4-4d6d-c101-268b-7bed264f5fd0-9d5d2579 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-d56ca079-049b-55b7-0bb4-65c2201bf821-9d5d2579 {
  justify-self: start;
}

#w-node-be149a0b-6298-faa0-2b2f-e4e9152cb286-9d5d2579 {
  place-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
  grid-area: 3 / 3 / 6 / 4;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
  grid-area: 2 / 2 / 5 / 3;
  place-self: start stretch;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93c-c426b91d {
  place-self: center start;
}

#w-node-eaf30d13-d8b4-446b-d7d2-d527e95fa99a-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93f-c426b91d {
  place-self: center start;
}

#w-node-_6e84a20c-5fdf-34ef-f5da-11af0219cea5-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b942-c426b91d {
  place-self: center start;
}

#w-node-_800e5816-2ed2-cae5-269d-04a046bc20b0-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b945-c426b91d {
  place-self: center start;
}

#w-node-_47bab92c-8f85-cc70-5380-573db90b0da1-c426b91d {
  place-self: center end;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
  grid-area: 2 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_20647188-9c33-d937-bbf2-b2678e9d4df6-8e9d4df2 {
  place-self: center start;
}

#w-node-_20647188-9c33-d937-bbf2-b2678e9d4df8-8e9d4df2 {
  place-self: center end;
}

#w-node-_20647188-9c33-d937-bbf2-b2678e9d4dfc-8e9d4df2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_20647188-9c33-d937-bbf2-b2678e9d4dfe-8e9d4df2 {
  place-self: center end;
}

#w-node-_20647188-9c33-d937-bbf2-b2678e9d4e02-8e9d4df2 {
  place-self: center start;
}

#w-node-_20647188-9c33-d937-bbf2-b2678e9d4e04-8e9d4df2 {
  place-self: center end;
}

#w-node-_20647188-9c33-d937-bbf2-b2678e9d4e08-8e9d4df2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-_20647188-9c33-d937-bbf2-b2678e9d4e0a-8e9d4df2 {
  place-self: center end;
}

#w-node-_20647188-9c33-d937-bbf2-b2678e9d4e14-8e9d4df2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_20647188-9c33-d937-bbf2-b2678e9d4e16-8e9d4df2 {
  place-self: center end;
}

#w-node-_0171bdcf-60a0-a7d6-f402-01b762068a5f-62068a59, #w-node-_0171bdcf-60a0-a7d6-f402-01b762068a70-62068a59, #w-node-_0171bdcf-60a0-a7d6-f402-01b762068a81-62068a59 {
  align-self: stretch;
}

#w-node-_0171bdcf-60a0-a7d6-f402-01b762068a8d-62068a59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0171bdcf-60a0-a7d6-f402-01b762068a92-62068a59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0171bdcf-60a0-a7d6-f402-01b762068aa3-62068a59 {
  align-self: stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7bf-9d5d257a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-9d5d257a {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-9d5d257a {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a81f-9d5d257a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a803-9d5d257a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_26839ce7-6d80-da5b-5e89-56d12f47a617-9d5d257b {
  align-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-9d5d257b {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-9d5d257b {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bf1-9d5d257b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bd2-9d5d257b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-9d5d257c {
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-9d5d257c {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_78588d14-247f-5076-34c1-c503a9ab4918-9d5d257c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08abb744-5a25-175e-8602-d4c23b82483b-9d5d257c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-9d5d257c {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4d5fdeb9-4972-748c-38a1-cbb6c8f2381c-9d5d257c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-9d5d257c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-9d5d2584 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_7ef492e0-61b6-effc-52c5-5ff870eda438-9d5d2584 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_7ef492e0-61b6-effc-52c5-5ff870eda439-9d5d2584 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-9d5d2585, #w-node-ba34e9c2-df0a-57da-3430-f5bf64771393-9d5d2585 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf6477139a-9d5d2585 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d59e9609-7efc-4afd-8f71-7d2c1f85a44c-9d5d2585 {
  place-self: end center;
}

#w-node-_605cd59d40ef8e036e3d508d00000000001a-9d5d2585 {
  place-self: start center;
}

#w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-9d5d2585 {
  justify-self: end;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-9d5d2586 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-9d5d2586 {
  justify-self: start;
}

#w-node-e1bbc23b-cc52-041b-ca98-e15d9e779207-9d5d2586 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-9d5d2586 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-9d5d2586 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-9d5d2586 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-9d5d2586 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-9d5d2586 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-9d5d2586 {
  place-self: center start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-9d5d2586 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-9d5d2586 {
  place-self: center start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-9d5d2586 {
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-9d5d2586 {
  place-self: center start;
}

#w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-9d5d2586 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_35f9338b-030e-b869-a945-da95e8964f3a-9d5d2586, #w-node-_35f9338b-030e-b869-a945-da95e8964f4b-9d5d2586, #w-node-_35f9338b-030e-b869-a945-da95e8964f5c-9d5d2586 {
  align-self: stretch;
}

#w-node-_35f9338b-030e-b869-a945-da95e8964f68-9d5d2586 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35f9338b-030e-b869-a945-da95e8964f6d-9d5d2586 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_35f9338b-030e-b869-a945-da95e8964f7e-9d5d2586 {
  align-self: stretch;
}

#w-node-a8b932e6-6aa0-9c11-6fa2-a1433858ebb3-9d5d2586, #w-node-_6cff9ef3-f966-9161-34a0-9f71be583ad3-9d5d2586, #w-node-e71f5e92-e2ff-bd8b-1897-4dca1020cfe6-9d5d2586, #w-node-e4d1d985-06a9-427e-dad9-a296ac95426f-9d5d2586, #w-node-_0ce60d66-785b-c48f-21f3-cd1e619cb3b7-9d5d2586, #w-node-_926fd083-3392-5ad2-3d71-d328fdcc2082-9d5d2586, #w-node-_926fd083-3392-5ad2-3d71-d328fdcc2087-9d5d2586, #w-node-c42f94ab-b8e8-e239-a2c1-bdac38fd0e38-9d5d2586, #w-node-c42f94ab-b8e8-e239-a2c1-bdac38fd0e40-9d5d2586, #w-node-c42f94ab-b8e8-e239-a2c1-bdac38fd0e4a-9d5d2586, #w-node-c42f94ab-b8e8-e239-a2c1-bdac38fd0e54-9d5d2586, #w-node-c42f94ab-b8e8-e239-a2c1-bdac38fd0e5e-9d5d2586 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c4cf0476-4082-035c-c0a4-232016967a98-9d5d2586 {
  place-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_0130d6c3-c29b-71c8-b033-38622ddbd8bc-9d5d2579 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d5e1dfb-85ab-ba7b-2cef-489c7f7308b0-9d5d2579, #w-node-_0171bdcf-60a0-a7d6-f402-01b762068a8d-62068a59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0171bdcf-60a0-a7d6-f402-01b762068a92-62068a59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_35f9338b-030e-b869-a945-da95e8964f68-9d5d2586 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_35f9338b-030e-b869-a945-da95e8964f6d-9d5d2586 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-9d5d2579 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_740c604e-5a91-f71f-7b54-c6974b436c83-9d5d2579 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_706d37a9-a0ad-62b8-fad5-71e20c4ab6a6-9d5d2579 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc9bc2c3-441c-49e9-3161-c6e9cd50542d-9d5d2579 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d0e2b0a4-4d6d-c101-268b-7bed264f5fc8-9d5d2579 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    grid-row-end: 3;
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-9d5d257a {
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-9d5d257a, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-9d5d257b, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-9d5d257c {
    grid-column-end: 3;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-9d5d257c {
    grid-column-end: 2;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-9d5d257c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-9d5d2584 {
    grid-column-end: 3;
  }

  #w-node-_7ef492e0-61b6-effc-52c5-5ff870eda438-9d5d2584 {
    grid-column: span 2 / span 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-9d5d2586 {
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-9d5d2586 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-9d5d2586 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-9d5d2579 {
    grid-column: span 1 / span 1;
  }

  #w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-9d5d2579 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-d0e2b0a4-4d6d-c101-268b-7bed264f5fc8-9d5d2579 {
    grid-column: span 1 / span 1;
  }

  #w-node-d0e2b0a4-4d6d-c101-268b-7bed264f5fd0-9d5d2579 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-9d5d257a, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-9d5d257b, #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-9d5d257b, #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-9d5d257c {
    grid-column-end: 2;
  }

  #w-node-_7ef492e0-61b6-effc-52c5-5ff870eda438-9d5d2584 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7ef492e0-61b6-effc-52c5-5ff870eda439-9d5d2584 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-9d5d2585 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-9d5d2585 {
    justify-self: center;
  }

  #w-node-bf268399-4001-455f-2109-2c2bf6a721e7-9d5d2586 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7ccce7ec-88ce-6aba-e5aa-d09c7b6c987b-9d5d2586 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2b7c1bd8-fa21-aec1-85fb-d93364305335-9d5d2586 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_0ad88449-9407-b8cd-cf6d-dd5bbb9a86b9-9d5d2586 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-9d5d2586 {
    grid-column: span 1 / span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-9d5d2586, #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-9d5d2586 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c70667e-4d4d-f9ed-b4d0-11f34399cc57-9d5d2586 {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-add0cfbe-0c4a-389c-c3f5-27f6e2ab6182-9d5d2579 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_740c604e-5a91-f71f-7b54-c6974b436c83-9d5d2579 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fc9bc2c3-441c-49e9-3161-c6e9cd50542d-9d5d2579 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76c75131-03ce-e5c1-d5fc-dfc7cc85b35e-9d5d2584 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-9d5d2585 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff2') format('woff2'), url('../fonts/EudoxusSans-Regular.woff') format('woff'), url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraLight.woff') format('woff'), url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Bold.woff2') format('woff2'), url('../fonts/EudoxusSans-Bold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff2') format('woff2'), url('../fonts/EudoxusSans-Light.woff') format('woff'), url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff2') format('woff2'), url('../fonts/EudoxusSans-Medium.woff') format('woff'), url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}