:root {
  --white-smoke: #f7f6f1;
  --black: #191919;
  --light-grey: #f1f0ec;
  --dark-grey: #afafaf;
  --white: white;
  --sec: #d0a86e;
  --color: #55554d;
  --color-2: #c39c6e;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--white-smoke);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: .8rem;
  line-height: 1.4;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.0625rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

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

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.nospace-right {
  padding-right: 0;
}

.padding-global.white_bg {
  background-color: #fff;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.img-wrapper {
  text-align: center;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-link.text-color-white {
  color: var(--white-smoke);
}

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

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6em 1.5em;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.styled {
  justify-content: center;
  align-items: center;
  display: block;
}

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

.text-size-medium {
  color: var(--black);
  font-size: 1.25rem;
  line-height: 1.45;
}

.text-size-medium.centered {
  text-align: center;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.section.is-hero {
  padding-top: 3rem;
  padding-bottom: 2em;
}

.section.is-fullscreen {
  position: relative;
}

.section.background-color-grey {
  background-color: var(--light-grey);
}

.section.case-study {
  padding-top: 11.25rem;
  padding-bottom: 8.25rem;
}

.section.case-study.promo-style {
  background-color: #fff9e8;
}

.section.is-info {
  background-color: var(--black);
}

.section.is-footer {
  background-color: #d0a86e;
}

.section.hidden {
  display: none;
}

.wrapper.is-hero-content {
  grid-column-gap: 3.15em;
  grid-row-gap: 3.15em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.wrapper.is-hero-image {
  width: 100%;
  min-height: 50rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wrapper.is-intro {
  background-color: var(--white-smoke);
  position: relative;
}

.wrapper.is-product-teaser {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.wrapper.is-wood-intro {
  padding-top: 17.75rem;
  padding-bottom: 6.25rem;
}

.wrapper.is-wood-image {
  justify-content: center;
  align-items: flex-end;
  min-height: 50rem;
  display: flex;
}

.wrapper.is-awards {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper.is-explore, .wrapper.is-horizontal-scroll {
  position: relative;
}

.grid.is-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr .55fr;
  place-items: start;
}

.grid.is-intro {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.grid.is-product, .grid.is-wood {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  place-items: start;
}

.grid.is-awards {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.grid.is-casestudy {
  grid-column-gap: 1.56rem;
  grid-row-gap: 1.56rem;
  grid-template-rows: auto;
  grid-template-columns: .95fr .85fr .85fr;
}

.grid.is-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid.is-credit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr .9fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.navbar {
  background-color: #0000;
  padding: 1rem 2.5rem;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-brand.w--current {
  padding-left: 0;
}

.icon-1x1-tiny {
  z-index: 5;
  flex: none;
  width: .8rem;
  height: .8rem;
  position: relative;
}

.image-badge {
  max-width: 4rem;
  height: auto;
}

.image-hero {
  object-fit: cover;
  width: 115%;
  max-width: none;
  height: 115%;
  position: absolute;
}

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

.column.intro-left {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.column.intro-right {
  width: 100%;
  max-width: 38rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.column.hero-middle {
  max-width: 38rem;
  display: block;
}

.column.hero-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.column.product-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: flex;
  position: relative;
}

.column.product-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.column.product-teaser-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-left: 2.375rem;
  display: flex;
  position: relative;
}

.column.wood-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-right: 3.25rem;
  display: flex;
  position: relative;
}

.column.wood-right {
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  padding-left: 2.375rem;
  display: flex;
}

.column.casestudy-intro {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  padding-bottom: 5.25rem;
  display: flex;
}

.column.is-explore-info {
  background-color: var(--white-smoke);
  border-radius: .625rem;
  max-width: 25rem;
  height: auto;
  padding: .625rem;
  position: absolute;
  inset: auto auto 5rem 2.5rem;
}

.column.explore-intro {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 37rem;
  height: auto;
  display: flex;
}

.column.credit-left {
  display: flex;
}

.column.footer-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.column.footer-nav {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column.is-explore-info-right {
  background-color: var(--white-smoke);
  border-radius: .625rem;
  max-width: 25rem;
  height: auto;
  padding: .625rem;
  position: absolute;
  inset: auto 2.5rem 5rem auto;
}

.intro-number-text {
  letter-spacing: -.25rem;
  font-size: 5.7rem;
  line-height: 1;
}

.text-capitalize {
  text-transform: uppercase;
}

.text-capitalize.is-spaced-top {
  margin-top: 1rem;
}

.text-capitalize.is-spaced-top.centered {
  text-align: center;
}

.divider-line {
  z-index: 100;
  background-color: var(--dark-grey);
  width: 100%;
  height: 1px;
  position: relative;
}

.divider-line.vertical {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-subtitle {
  color: #0009;
  text-transform: uppercase;
  flex: 0 auto;
}

.link.is-product-teaser {
  border-right: 1px solid var(--dark-grey);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 50vh;
  max-height: 60vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.link.is-social {
  border: 1px solid var(--dark-grey);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.link.is-contact {
  color: var(--white-smoke);
  font-size: 1.25rem;
  text-decoration: none;
}

.link.is-credit {
  color: var(--black);
  justify-content: space-between;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link.is-footer {
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
}

.wood-component-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 19.375rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.wood-component-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.wood-component-image {
  max-width: 19.375rem;
}

.wood-component-title {
  justify-content: space-between;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  display: flex;
}

.wood-component-icon {
  border: 1px solid var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  transition: transform .35s cubic-bezier(.165, .84, .44, 1), opacity .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.wood-component-icon:hover {
  border-color: var(--black);
  opacity: .5;
  color: var(--black);
  transform: rotate(-45deg);
}

.wood-component-text {
  max-width: 27rem;
  font-size: .9rem;
}

.wood-component-item {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  width: 100%;
  display: flex;
}

.section-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.section-title._0-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.product-image.is-bed {
  object-fit: contain;
  max-width: 80%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.product-image.is-teaser {
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.wood-component-icon_arrow {
  width: 1rem;
  height: 1rem;
}

.wood-component-link {
  color: var(--black);
}

.image-wood {
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  position: static;
  transform: translate(0, 1px);
}

.image-award {
  width: auto;
  max-height: 6rem;
}

.image-award.edited {
  width: auto;
  max-height: 4rem;
}

.explore-info-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.explore-info-image {
  border-radius: .625rem;
  overflow: hidden;
}

.explore-info-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: auto;
  padding-bottom: 1rem;
  padding-left: .7rem;
  display: flex;
}

.image-explore {
  object-fit: cover;
  position: absolute;
}

.explore-image-wrapper {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}

.button-author {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-author.is-text-link {
  z-index: 1;
  background-color: #0000;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.social-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-size: .875rem;
  display: flex;
}

.social-wrapper.left-aligned {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  align-items: flex-start;
  font-size: 1rem;
}

.button-arrow-wrapper {
  position: relative;
  overflow: hidden;
}

.image-author {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 4.125rem;
  height: 4.125rem;
}

.icon-1x1-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.button-underline-progress {
  background-color: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-link-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.button-underline {
  background-color: #ffffff40;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: .25rem;
  display: block;
  position: relative;
}

.social-author {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: space-between;
  max-width: 59%;
  line-height: 1.5;
  display: flex;
}

.icon-1x1-small-second {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.wrapper-info {
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

.wrapper-info.bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: grid;
}

.button-text {
  z-index: 5;
  position: relative;
}

.button-bg {
  z-index: 0;
  background-color: var(--black);
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-button {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: .8rem;
  display: block;
}

.navbar-button.w--open {
  background-color: #fff0;
}

.navbar-overlay {
  background-color: #191919b3;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar-button-container {
  flex-direction: column;
  justify-content: space-between;
  width: 2rem;
  height: .7rem;
  display: flex;
  position: relative;
}

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

.navbar-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.navbar-menu {
  background-color: var(--sec);
  color: var(--white-smoke);
  width: 40vw;
  height: 100vh;
  padding: 2rem 2.5rem 2.5rem;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.navbar-link {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 5px 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.navbar-social {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.text-credit-number {
  min-width: 7rem;
}

.credit-component-icon_arrow {
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg);
}

.credit-component {
  position: relative;
}

.text-info {
  color: gray;
  font-size: .75rem;
}

.footer-component {
  padding-top: 2rem;
  padding-bottom: 1.875rem;
}

.spacer-footer {
  padding-top: 5rem;
}

.image-overlay {
  background-color: var(--white-smoke);
  display: none;
  position: absolute;
  inset: 0%;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper.wood {
  max-width: 19.375rem;
}

.image-fill._1-projects {
  height: 50%;
}

.credit-component-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.credit-component-image-wrapper {
  z-index: 200;
  width: 18rem;
  padding-top: 11.25rem;
  position: absolute;
  inset: auto 8% -150% auto;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  color: var(--white-smoke);
  padding-left: 0;
  font-size: 2rem;
}

.text-block {
  margin-right: 20px;
}

.heading, .heading-2 {
  font-family: Inter, sans-serif;
}

.product-div-wrapper {
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.product-card {
  padding: 1.6rem 0;
}

.img-product-div {
  height: auto;
  margin-bottom: 1rem;
}

.info-product-div {
  padding-right: 2rem;
}

.title-product-div {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.product-description-div {
  margin-top: 1rem;
}

.product-description-div.top-border-line {
  border-top: 1px solid var(--dark-grey);
  padding-top: 1rem;
}

.btn-wrapper {
  margin-top: 1.5rem;
}

.btn-style-2 {
  color: var(--black);
  background-color: #3898ec00;
  border-bottom: 1px solid #000;
  padding-bottom: .2rem;
  padding-left: 0;
  padding-right: 0;
}

.hero-section-product {
  background-image: url('../images/Portada-Sofas---Web-Butaqueria.jpg');
  background-position: 50% 88%;
  background-size: cover;
  height: 60vh;
}

.hero-section-product.puffs {
  background-image: url('../images/Portada-PUFF-2.jpg');
  background-position: 50% 35%;
}

.hero-section-product.butacas {
  background-image: url('../images/portada-butacas-final12332.jpg');
}

.hero-section-product.comedor {
  background-image: url('../images/mc-comedor1223.jpg');
}

.hero-section-product.sillas {
  background-image: url('../images/sillas.jpg');
}

.hero-section-product.mesas-aux {
  background-image: url('../images/mc-auxliar-1245.jpg');
  background-position: 50% 44%;
}

.hero-section-product.mesa-centro {
  background-image: url('../images/mc-centro-p12.jpg');
}

.cta-btn-wrapper {
  margin-top: 1.5rem;
  padding-right: 3rem;
}

.faqs-div-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.q-a-div-wrapper {
  max-width: 1350px;
}

.map-link {
  text-transform: uppercase;
  margin-top: 1rem;
}

.terms-condition-div-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 4rem;
  display: flex;
}

.text-wrapper {
  max-width: 1250px;
}

.text-wrapper-content-terms {
  margin-top: 3rem;
}

.text-block-2, .text-block-3 {
  font-size: 1.1rem;
}

.btn-comprar-div {
  margin-top: 1.4rem;
}

.image {
  width: 65%;
}

.gallery-scroll {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  margin-bottom: 15px;
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.slider {
  height: 65vh;
}

.slide {
  background-image: url('../images/bmd1.jpg');
  background-position: 50% 94%;
  background-size: cover;
}

.slide.ch1 {
  background-image: url('../images/hc1.jpg');
  background-position: 50%;
}

.slide-2 {
  background-image: url('../images/Proyecto-1---3---copia_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-3, .slide-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/bmd2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5.ch2 {
  background-image: url('../images/hc2.jpg');
}

.slide-6 {
  background-image: url('../images/Proyecto-1---2---copia_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/bmd3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7.ch3 {
  background-image: url('../images/hc3.jpg');
}

.slide-8 {
  background-image: url('../images/bmd4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8.ch4 {
  background-image: url('../images/hc4.jpg');
}

.slide-8.ch5 {
  background-image: url('../images/hc5.jpg');
}

.slider-2 {
  height: 65vh;
}

.slide-9 {
  background-image: url('../images/IMG_20241108_110917.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/IMG_20241108_111457.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/IMG_20241108_111512.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-3 {
  height: 60vh;
}

.slide-12 {
  background-image: url('../images/ik-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/ik-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-4 {
  height: 65vh;
}

.slide-14 {
  background-image: url('../images/1_2.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-14.ucsm1 {
  background-image: url('../images/WhatsApp-Image-2024-11-21-at-9.26.44-AM.jpeg');
}

.slide-15 {
  background-image: url('../images/2_3.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-15.ucsm2 {
  background-image: url('../images/WhatsApp-Image-2024-11-11-at-11.32.38-AM.jpeg');
}

.slide-16 {
  background-image: url('../images/3_2.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-16.ucsm3 {
  background-image: url('../images/WhatsApp-Image-2024-11-21-at-9.26.44-AM-2.jpeg');
}

.map-wrapper {
  border-radius: 2rem;
}

.code-embed {
  border-radius: 7.8rem;
}

.h4_spaced_d {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.slide-17 {
  background-image: url('../images/IMG_20241108_110905.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/IMG_20241108_111151.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/ik-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/ik-4.jpg');
  background-position: 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .section.is-hero {
    padding-top: 12rem;
    padding-bottom: 6em;
  }

  .wrapper.is-wood-intro {
    padding-top: 14rem;
    padding-bottom: 4rem;
  }

  .wrapper.is-wood-image {
    min-height: 40vh;
  }

  .grid.is-hero {
    grid-template-columns: .55fr 1fr;
  }

  .grid.is-product {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .55fr 1fr;
  }

  .grid.is-wood {
    grid-template-columns: .55fr 1fr;
  }

  .grid.is-awards {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .image-hero {
    object-fit: cover;
  }

  .column.product-teaser-right {
    padding-left: 2rem;
  }

  .column.is-explore-info {
    max-width: 20rem;
    bottom: 2.5rem;
  }

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

  .image-wood {
    max-width: 80vw;
  }

  .explore-info-text {
    min-height: 11rem;
  }

  .social-author {
    max-width: none;
  }

  .wrapper-info.bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .credit-component-image-wrapper {
    display: none;
  }

  .container {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.nospace-right {
    padding-right: 1rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 4rem;
  }

  .section.is-hero {
    padding-top: 8rem;
    padding-bottom: 4em;
  }

  .section.case-study {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .wrapper.is-product-teaser {
    flex-direction: column;
  }

  .wrapper.is-wood-intro {
    padding-top: 8rem;
  }

  .wrapper.is-wood-image {
    min-height: 30vh;
  }

  .wrapper.is-awards {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid.is-intro {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .grid.is-product, .grid.is-wood {
    grid-template-columns: 1fr;
  }

  .grid.is-awards {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .grid.is-casestudy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1.2fr;
  }

  .grid.is-credit {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 24px .25fr 1fr 24px;
  }

  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .column.product-teaser-right {
    order: 1;
    width: 100%;
  }

  .column.wood-right {
    padding-left: 0;
  }

  .column.is-explore-info {
    left: 1rem;
  }

  .column.footer-right {
    flex-direction: column;
    justify-content: flex-start;
  }

  .link.is-product-teaser {
    width: 100%;
  }

  .wood-component-title {
    align-items: center;
    margin-bottom: .5rem;
  }

  .wood-component-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .social-wrapper {
    align-items: flex-start;
  }

  .social-wrapper.left-aligned {
    align-items: center;
  }

  .social-author {
    max-width: none;
  }

  .wrapper-info.bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .spacer-footer {
    padding-top: 8rem;
  }

  .image-wrapper.wood {
    max-width: 12rem;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }
}

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

  h3 {
    font-size: 1.35rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .button.styled {
    width: 100%;
  }

  .section.is-hero {
    padding-top: 8rem;
  }

  .section.case-study {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .wrapper.is-hero-image {
    min-height: 30rem;
  }

  .wrapper.is-wood-intro {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .wrapper.is-wood-image {
    min-height: 18vh;
  }

  .grid.is-hero, .grid.is-product, .grid.is-wood {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .grid.is-awards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

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

  .column.product-left {
    border-right: 0 #000;
  }

  .column.product-teaser-right {
    padding-left: 0;
  }

  .column.wood-left {
    padding-bottom: 0;
    padding-right: 0;
  }

  .column.wood-right {
    padding-top: 0;
  }

  .column.is-explore-info {
    max-width: 17rem;
  }

  .column.footer-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .wood-component-title {
    margin-top: 1.5rem;
  }

  .wood-component-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .image-wood {
    max-width: 90vw;
  }

  .image-award {
    max-height: 3rem;
  }

  .image-award.edited {
    max-height: 2rem;
  }

  .explore-info-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .explore-info-text {
    min-height: 9rem;
  }

  .social-wrapper.left-aligned {
    align-items: flex-start;
  }

  .social-author {
    max-width: none;
  }

  .navbar-menu {
    width: 75vw;
  }

  .spacer-footer {
    padding-top: 2rem;
  }

  .image-wrapper.wood {
    max-width: 100%;
  }

  .product-div-wrapper {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .hero-section-product, .hero-section-product.butacas {
    height: 45vh;
  }

  .terms-condition-div-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image {
    width: 90%;
  }

  .container {
    max-width: none;
  }

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

  .map-wrapper {
    width: 100%;
  }
}

#w-node-_8292dae6-5021-f25d-97a3-0a771a496c22-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f399962-1c65-d84c-5a3f-8e3fbe7d77fa-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_84fe3906-dd2f-edfa-7223-5e848712c3b3-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-bb8a6e2c-4b97-520f-66c5-393611ae1db7-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d35f092a-d88c-8d83-4412-b111fa9f1a9f-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-d35f092a-d88c-8d83-4412-b111fa9f1aab-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7739c21e-a5b1-36b5-322d-620134f0e001-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_7739c21e-a5b1-36b5-322d-620134f0e00d-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccbf3b9e-bf4d-f98c-d22d-cbb807e8afff-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ccbf3b9e-bf4d-f98c-d22d-cbb807e8b00b-04587ef1, #w-node-ef8d0aee-0bf7-e3b5-660c-423e73737af9-04587ef1, #w-node-ef8d0aee-0bf7-e3b5-660c-423e73737b01-04587ef1, #w-node-ef8d0aee-0bf7-e3b5-660c-423e73737b0b-04587ef1, #w-node-ef8d0aee-0bf7-e3b5-660c-423e73737b0e-04587ef1, #w-node-ef8d0aee-0bf7-e3b5-660c-423e73737b11-04587ef1, #w-node-_17502089-a26e-8b00-c23d-03081f42b3af-04587ef1, #w-node-_97449641-c5ba-9793-ad4c-37e3d01856e2-04587ef1, #w-node-bfdfcfa3-a944-d8fe-25a8-ac66d46d23f1-04587ef1, #w-node-_367151bc-bc6d-3153-e0e8-f97a134663dd-04587ef1, #w-node-_84c60382-c8e5-1138-969e-6aaf2f790c45-04587ef1, #w-node-b4bd340e-7c9b-afc6-69d9-89ce3e904511-04587ef1, #w-node-b4bd340e-7c9b-afc6-69d9-89ce3e904519-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cb07b43-fe60-4c8c-adc5-e0af9e2e5129-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_9cb07b43-fe60-4c8c-adc5-e0af9e2e512c-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_475cdd72-ea07-a028-2b96-2283bcf0c9fd-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b45005eb-20b5-dcc7-7a2c-905c65f20c37-04587ef1, #w-node-cf8643ca-1306-604c-ffc7-45055590bb2e-04587ef1, #w-node-edacd64c-8b3e-1f73-bc60-5c5d637a9a3c-04587ef1, #w-node-bc94f771-484c-0ec3-321b-613ee3084e6b-04587ef1, #w-node-bc94f771-484c-0ec3-321b-613ee3084e6c-04587ef1, #w-node-bc94f771-484c-0ec3-321b-613ee3084e6d-04587ef1 {
  place-self: center;
}

#w-node-deb07a96-2dea-01da-893a-3035ee160905-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-deb07a96-2dea-01da-893a-3035ee160913-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4faa1d6c-627f-dec7-2e13-414bc28444f7-04587ef1, #w-node-ab4906f4-9b39-d0bd-cf9b-a6acf274e8b5-04587ef1, #w-node-_468f2691-b356-d439-3f13-66925988ca4c-04587ef1, #w-node-aeb28892-0aea-9914-57f6-258fe826786a-04587ef1, #w-node-e7f4440d-01cb-2e51-2488-26c1ab283786-04587ef1, #w-node-d8e72c06-102e-bb7d-2f7f-38d7633c4046-04587ef1, #w-node-_8ee6e78e-7ac6-cc87-635f-3a84ae36511e-04587ef1, #w-node-_7aa871c5-4b9a-833b-119e-170f0b40aa10-04587ef1, #w-node-_88baf716-d886-b572-6622-61db781c08a7-04587ef1, #w-node-fbfee5fa-216c-b373-7eae-e98b7712163c-04587ef1, #w-node-d5f2fae0-d3d8-a5e5-271c-c567c7b70b6c-04587ef1, #w-node-_364c1637-d237-c840-f789-d28036c50843-04587ef1 {
  justify-self: end;
}

#w-node-dde939a1-2cfd-2b0e-7a58-32164561e53f-04587ef1, #w-node-ed4255df-8343-d4eb-451f-996f763938d9-04587ef1, #w-node-_76112cf5-a3fc-4226-c2c9-ba5dd3ed62ea-04587ef1, #w-node-c7fe8e1d-c3ff-13b1-56f4-733cc0c687c9-04587ef1, #w-node-_77422254-aa9f-865e-16e3-1bc067ae4656-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7fe8e1d-c3ff-13b1-56f4-733cc0c687cd-04587ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_54830eb8-bef3-b3f7-783f-be595b9e64d5-5b9e64d5, #w-node-_7db522e6-ec44-21a3-9107-5afbcbb8b5c3-cbb8b5b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-04587ef4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-04587ef4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-04587ef4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-04587ef4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-04587ef4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-04587ef4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-04587ef4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-04587ef4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-04587ef4 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-04587ef4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-04587ef4, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-04587ef4, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-04587ef4, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-04587ef4, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-04587ef4, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-04587ef4, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-04587ef4, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-04587ef4, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-04587ef4, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-04587ef4, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-04587ef4 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-04587ef4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-04587ef4 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-04587ef4, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-04587ef4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-04587ef4 {
  justify-self: start;
}

#w-node-_47d26ba3-bf9f-0e1b-3b8a-4ce7a05e92ae-b5248615 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_47d26ba3-bf9f-0e1b-3b8a-4ce7a05e92ba-b5248615, #w-node-efb17d31-7b37-39be-112e-cfd517fdb48f-b5248615, #w-node-efb17d31-7b37-39be-112e-cfd517fdb4ae-b5248615, #w-node-efb17d31-7b37-39be-112e-cfd517fdb4c8-b5248615, #w-node-efb17d31-7b37-39be-112e-cfd517fdb4cd-b5248615, #w-node-efb17d31-7b37-39be-112e-cfd517fdb4cf-b5248615 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb17d31-7b37-39be-112e-cfd517fdb4d2-b5248615 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc2c36d3-a5ae-63a3-f9e1-b85f8735e289-5bac5b83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-cc2c36d3-a5ae-63a3-f9e1-b85f8735e295-5bac5b83, #w-node-_8158677d-6732-ed9c-c6a1-256774440062-5bac5b83, #w-node-_8158677d-6732-ed9c-c6a1-256774440081-5bac5b83, #w-node-_8158677d-6732-ed9c-c6a1-25677444009b-5bac5b83, #w-node-_8158677d-6732-ed9c-c6a1-2567744400a0-5bac5b83, #w-node-_8158677d-6732-ed9c-c6a1-2567744400a2-5bac5b83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8158677d-6732-ed9c-c6a1-2567744400a5-5bac5b83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_259861c8-face-f86a-5d91-27bcb3a42bee-586b59cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_259861c8-face-f86a-5d91-27bcb3a42bfa-586b59cb, #w-node-_18e70ce9-a4bb-8944-93e5-da90a0872acd-586b59cb, #w-node-_18e70ce9-a4bb-8944-93e5-da90a0872aec-586b59cb, #w-node-_18e70ce9-a4bb-8944-93e5-da90a0872b06-586b59cb, #w-node-_18e70ce9-a4bb-8944-93e5-da90a0872b0b-586b59cb, #w-node-_18e70ce9-a4bb-8944-93e5-da90a0872b0d-586b59cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18e70ce9-a4bb-8944-93e5-da90a0872b10-586b59cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-db15475d-d0de-aa37-59c4-947290f91a08-4f10af43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-db15475d-d0de-aa37-59c4-947290f91a14-4f10af43, #w-node-_37863685-1c98-c2c6-e206-150494eda94b-4f10af43, #w-node-_37863685-1c98-c2c6-e206-150494eda96a-4f10af43, #w-node-_37863685-1c98-c2c6-e206-150494eda984-4f10af43, #w-node-_37863685-1c98-c2c6-e206-150494eda989-4f10af43, #w-node-_37863685-1c98-c2c6-e206-150494eda98b-4f10af43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37863685-1c98-c2c6-e206-150494eda98e-4f10af43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5f1f2287-70fc-c793-04be-587ea4ec919e-d2927ef7, #w-node-_5f1f2287-70fc-c793-04be-587ea4ec91b3-d2927ef7, #w-node-_5f1f2287-70fc-c793-04be-587ea4ec91c7-d2927ef7, #w-node-_5f1f2287-70fc-c793-04be-587ea4ec91cc-d2927ef7, #w-node-_5f1f2287-70fc-c793-04be-587ea4ec91ce-d2927ef7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f1f2287-70fc-c793-04be-587ea4ec91d1-d2927ef7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_576f77d0-b7e1-488d-b60a-3c0f091e7566-ee9245ba, #w-node-_576f77d0-b7e1-488d-b60a-3c0f091e7585-ee9245ba, #w-node-_576f77d0-b7e1-488d-b60a-3c0f091e759f-ee9245ba, #w-node-_576f77d0-b7e1-488d-b60a-3c0f091e75a4-ee9245ba, #w-node-_576f77d0-b7e1-488d-b60a-3c0f091e75a6-ee9245ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_576f77d0-b7e1-488d-b60a-3c0f091e75a9-ee9245ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cfc00737-ddc9-64aa-0010-203db57f8185-7eb4a410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-cfc00737-ddc9-64aa-0010-203db57f8191-7eb4a410, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d840c6-7eb4a410, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d840e5-7eb4a410, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d840ff-7eb4a410, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d84104-7eb4a410, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d84106-7eb4a410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_532dc7f2-079b-fb3b-2a89-f0c679d84109-7eb4a410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ed861d1b-9827-aaf6-e5a4-ff86d9a26658-6549cee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ed861d1b-9827-aaf6-e5a4-ff86d9a26664-6549cee3, #w-node-_3d6c6622-e326-75e4-4154-ac0a00803c9e-6549cee3, #w-node-_3d6c6622-e326-75e4-4154-ac0a00803cbd-6549cee3, #w-node-_3d6c6622-e326-75e4-4154-ac0a00803cd7-6549cee3, #w-node-_3d6c6622-e326-75e4-4154-ac0a00803cdc-6549cee3, #w-node-_3d6c6622-e326-75e4-4154-ac0a00803cde-6549cee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d6c6622-e326-75e4-4154-ac0a00803ce1-6549cee3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_40f6f2f8-1447-1223-cb1a-99e3e91705b1-4e249462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40f6f2f8-1447-1223-cb1a-99e3e91705c1-4e249462 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#belmond.w-node-_40f6f2f8-1447-1223-cb1a-99e3e91705c2-4e249462, #home-cayma.w-node-_7114b98b-9e63-cd34-0225-0c29707d60c6-4e249462, #los-sauces.w-node-_40f6f2f8-1447-1223-cb1a-99e3e91705c6-4e249462, #ikiga-cayma.w-node-_40f6f2f8-1447-1223-cb1a-99e3e91705ca-4e249462, #lead-scoring.w-node-_40f6f2f8-1447-1223-cb1a-99e3e91705ce-4e249462, #proyecto-ucsm.w-node-d59f1da0-c8bf-8581-c622-3b15f1b1a879-4e249462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47d26ba3-bf9f-0e1b-3b8a-4ce7a05e92ae-4e249462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_47d26ba3-bf9f-0e1b-3b8a-4ce7a05e92ba-4e249462, #w-node-_848c7c1b-f93f-ff8d-d4c0-df5831bf3f53-4e249462, #w-node-_848c7c1b-f93f-ff8d-d4c0-df5831bf3f72-4e249462, #w-node-_848c7c1b-f93f-ff8d-d4c0-df5831bf3f8c-4e249462, #w-node-_848c7c1b-f93f-ff8d-d4c0-df5831bf3f91-4e249462, #w-node-_848c7c1b-f93f-ff8d-d4c0-df5831bf3f93-4e249462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_848c7c1b-f93f-ff8d-d4c0-df5831bf3f96-4e249462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cfc00737-ddc9-64aa-0010-203db57f8185-ae2bcec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-cfc00737-ddc9-64aa-0010-203db57f8191-ae2bcec5, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d840c6-ae2bcec5, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d840e5-ae2bcec5, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d840ff-ae2bcec5, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d84104-ae2bcec5, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d84106-ae2bcec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_532dc7f2-079b-fb3b-2a89-f0c679d84109-ae2bcec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cfc00737-ddc9-64aa-0010-203db57f8185-3c4ee8f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-cfc00737-ddc9-64aa-0010-203db57f8191-3c4ee8f8, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d840c6-3c4ee8f8, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d840e5-3c4ee8f8, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d840ff-3c4ee8f8, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d84104-3c4ee8f8, #w-node-_532dc7f2-079b-fb3b-2a89-f0c679d84106-3c4ee8f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_532dc7f2-079b-fb3b-2a89-f0c679d84109-3c4ee8f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_1f399962-1c65-d84c-5a3f-8e3fbe7d77fa-04587ef1 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
  }

  #w-node-_84fe3906-dd2f-edfa-7223-5e848712c3b3-04587ef1, #w-node-d35f092a-d88c-8d83-4412-b111fa9f1a9f-04587ef1, #w-node-_7739c21e-a5b1-36b5-322d-620134f0e001-04587ef1, #w-node-ccbf3b9e-bf4d-f98c-d22d-cbb807e8afff-04587ef1, #w-node-_9cb07b43-fe60-4c8c-adc5-e0af9e2e5129-04587ef1, #w-node-deb07a96-2dea-01da-893a-3035ee160905-04587ef1, #w-node-_47d26ba3-bf9f-0e1b-3b8a-4ce7a05e92ae-b5248615, #w-node-cc2c36d3-a5ae-63a3-f9e1-b85f8735e289-5bac5b83, #w-node-_259861c8-face-f86a-5d91-27bcb3a42bee-586b59cb, #w-node-db15475d-d0de-aa37-59c4-947290f91a08-4f10af43, #w-node-cfc00737-ddc9-64aa-0010-203db57f8185-7eb4a410, #w-node-ed861d1b-9827-aaf6-e5a4-ff86d9a26658-6549cee3 {
    justify-self: auto;
  }

  #w-node-_40f6f2f8-1447-1223-cb1a-99e3e91705b1-4e249462 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_47d26ba3-bf9f-0e1b-3b8a-4ce7a05e92ae-4e249462, #w-node-cfc00737-ddc9-64aa-0010-203db57f8185-ae2bcec5, #w-node-cfc00737-ddc9-64aa-0010-203db57f8185-3c4ee8f8 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f399962-1c65-d84c-5a3f-8e3fbe7d77fa-04587ef1 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f399962-1c65-d84c-5a3f-8e3fbe7d77fa-04587ef1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_40f6f2f8-1447-1223-cb1a-99e3e91705b1-4e249462, #w-node-_40f6f2f8-1447-1223-cb1a-99e3e91705c1-4e249462 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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