@font-face {
  font-family: Cocogoose pro trial;
  src: url('../fonts/Cocogoose-Pro-trial.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

:root {
  --black: #202020;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

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

.navbar-logo-center {
  background-color: #000;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  background-color: #fff;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: #a3a3a3bf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.link-tx-contact {
  color: #000;
  font-weight: 300;
}

.nav-link.link-tx-contact:hover {
  color: #fff;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 60px;
  display: flex;
}

.logo {
  width: 100%;
  max-width: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo.logothanks {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 343px;
  display: block;
}

.div-block-2 {
  background-color: #fff;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.list-item {
  color: #fff;
}

.mask {
  max-height: 80vh;
}

.image {
  width: 100%;
}

.heading {
  color: #fff;
  margin-bottom: 34px;
  font-family: Gotham, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 75px;
}

.heading.slide-2 {
  font-size: 74px;
  line-height: 36px;
}

.heading.slide-2.shades {
  margin-top: 46px;
  line-height: 60px;
}

.heading.slide-2.hupostery {
  text-shadow: 0 5px 4px #0003;
  margin-top: 45px;
  font-size: 70px;
  line-height: 74px;
}

.heading.slide-2.flooring {
  text-shadow: 0 5px 4px #0003;
  margin-top: 47px;
  line-height: 80px;
}

.heading.slide-2.flooring.furniture {
  margin-top: 0;
}

.heading.slide-drapes {
  text-shadow: 0 5px 4px #00000075;
  margin-top: 48px;
}

.slider {
  height: auto;
  max-height: 550px;
}

.text-span {
  font-size: 44px;
}

.image-2 {
  width: 100%;
}

.div-block-4 {
  padding-top: 142px;
  padding-left: 116px;
  position: absolute;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 150px;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-weight: 700;
  transition: all .3s;
}

.button:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 90px;
  margin-bottom: 90px;
  display: grid;
}

.heading-2 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.paragraph {
  color: #fff;
  text-align: left;
  padding-top: 70px;
  padding-bottom: 69px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.section {
  background-color: #1e1e1e;
  margin-top: 90px;
  display: none;
}

.heading-3 {
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.section-2 {
  background-image: url('../images/Indigoff-Walls-AkebiaSet-089_003-2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.heading-4 {
  color: #fff;
  text-align: left;
  text-shadow: 2px 3px 1px #0003;
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  border-radius: 1px;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 100;
  line-height: 40px;
}

.paragraph-2.btn-indigoff {
  text-align: center;
  border: 1px solid #fcfcfc;
  border-radius: 40px;
  margin-bottom: 60px;
  margin-left: 0;
  padding: 10px 30px;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.heading-5 {
  text-align: center;
  padding-top: 70px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 67px;
  padding-bottom: 70px;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.footer {
  background-color: #1e1e1e;
  display: block;
}

.image-3 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.menu {
  z-index: 5;
  width: 100%;
  display: block;
  position: fixed;
}

.header-2 {
  background-image: url('../images/Vandor-Color-GraySet-068-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 71vh;
}

.header-2.helm {
  background-image: url('../images/10_Carjen-Oak-TaupenSet-32_1-1.webp');
}

.header-2.sunx {
  background-image: url('../images/hassman_1.avif');
  height: 91vh;
}

.header-2.indigoff {
  background-image: url('../images/ceiling_--2.webp');
}

.header-2.drapery {
  background-image: url('../images/freidemberg_1.avif');
}

.header-2.drapery.drapes {
  background-image: url('../images/Group-647.webp');
}

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

.header-2.montauk {
  background-image: url('../images/Vandor-Color-GraySet-068-1_1.webp');
}

.header-2.hassman {
  background-image: url('../images/hassman.jpg');
  height: 100vh;
}

.header-2.finishes {
  background-image: url('../images/Noir-Etude-1.jpg');
}

.image-4 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 161px;
  padding-bottom: 169px;
  display: block;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.image-5 {
  width: 200px;
}

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

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #c7c7c7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  place-items: center;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.paragraph-4 {
  padding-top: 15px;
  font-size: 25px;
}

.icon-4 {
  font-size: 40px;
}

.image-6 {
  width: 30px;
}

.heading-6 {
  font-size: 50px;
  font-weight: 500;
}

.dropdown-list {
  display: block;
}

.dropdown-2 {
  background-color: #dadada;
  width: 100%;
}

.div-block-9 {
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-7 {
  padding-right: 40px;
  font-size: 50px;
}

.text-block-2 {
  margin-top: 10px;
  padding-right: 40px;
  font-size: 20px;
}

.image-7 {
  width: 30px;
  margin-top: 13px;
}

.dropdown-toggle-2 {
  margin-left: auto;
}

.dropdown-toggle-2.w--open {
  margin-left: 0;
}

.tab-link-tab-1, .tab-link-tab-2, .tab-link-tab-3 {
  display: block;
}

.acordeon {
  height: 100%;
  margin-top: 20px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.acordeon.close.st-acordion, .acordeon.close.alis-acor {
  display: none;
}

.click {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ebebeb;
  cursor: pointer;
  background-color: #1b1b1b;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2fr .25fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: center start;
  margin-top: 22px;
  padding-left: 35px;
  font-size: 1px;
  display: grid;
}

.click.click-acor-f {
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-radius: 0;
  grid-template-columns: 1.75fr .25fr .25fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.content, .content.hide {
  display: block;
}

.image-8 {
  text-align: right;
  width: 20px;
  padding-top: 0;
}

.image-8.arrow-furniture {
  width: 30px;
}

.text-block-3 {
  font-size: 15px;
  line-height: 22px;
}

.heading-8 {
  margin-bottom: 17px;
  font-size: 45px;
  font-weight: 400;
}

.heading-8.forniture-title {
  color: #000;
  font-size: 40px;
  font-weight: 600;
}

.heading-8.mabmbo-d {
  font-size: 38px;
}

.tab-link-tab-1-2, .tab-link-tab-1-2.w--current {
  background-color: #fff;
  width: 145px;
  height: 155px;
  padding: 5px;
}

.text-block-4 {
  text-align: center;
  background-color: #fff;
  font-size: 12px;
}

.image-9 {
  width: 145px;
  height: 135px;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 45%;
  margin-top: 9px;
  display: grid;
}

.tabs-menu.con-scroll {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  place-items: center;
  height: 406px;
  overflow: scroll;
}

.heading-9 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: underline;
}

.space {
  height: 500px;
}

.click-2 {
  color: #fff;
  cursor: pointer;
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.heading-10 {
  text-align: center;
  padding-top: 150px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.button-2 {
  text-align: center;
  background-color: #000;
  width: 250px;
  margin: 30px auto 196px;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: block;
}

.image-10 {
  width: 100%;
}

.image-11 {
  width: 300px;
  padding-top: 20px;
}

.link-block {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Gotham, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-block.montauk {
  display: none;
}

.div-block-10 {
  text-align: center;
  background-color: #1a428a;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-10.padding-bts {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-11 {
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-11:hover {
  background-color: #661a8a;
}

.div-block-11.teko-btn:hover {
  background-color: #375544;
}

.div-block-12 {
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-12:hover {
  background-color: #0b2f70;
}

.div-block-13 {
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-13:hover {
  background-color: #303030;
}

.div-block-14 {
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-14:hover {
  background-color: #41738c;
}

.div-block-14._15:hover {
  background-color: #888;
}

.div-block-14._16:hover {
  background-color: #16273c;
}

.div-block-14._16._17:hover {
  background-color: #adbdd1;
}

.div-block-15 {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-15:hover {
  background-image: url('../images/Group-405.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-16 {
  justify-content: space-around;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
  display: grid;
}

.heading-11 {
  color: #fff;
  font-family: Gotham, sans-serif;
}

.link {
  color: #fff;
  margin-bottom: 5px;
  font-family: Gotham, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.link.download-anresurces {
  margin-top: 56px;
  font-size: 13px;
}

.link.dwn-resurc {
  text-align: center;
  margin-top: -30px;
  padding-top: 0;
  padding-bottom: 100px;
  font-weight: 700;
}

.link.adress {
  font-size: 13px;
  font-weight: 300;
}

.link.adress.mx {
  margin-top: 25px;
}

.link.adress.hide-adress {
  display: none;
}

.div-block-18.mexico-direction {
  display: block;
}

.div-block-19 {
  z-index: 2;
  background-color: #fff;
  padding: 15px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-12 {
  width: 170px;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.tabs-content {
  width: 60%;
}

.heading-12 {
  padding-top: 40px;
}

.section-1 {
  background-color: #21145f;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #21145f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.div-block-20.ceilings {
  cursor: pointer;
  margin-top: 115px;
}

.heading-13 {
  color: #fff;
  font-family: Cocogoose pro trial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.text-block-6 {
  color: #fff;
  font-size: 19px;
  line-height: 26px;
}

.sec-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.tab-link-tab-1-3 {
  background-color: #fff;
  width: 112px;
  height: 113px;
  padding: 0;
}

.tab-link-tab-1-3.w--current {
  background-color: #fff;
  width: 112px;
  height: 113px;
  padding-right: 0;
}

.image-13 {
  width: 113px;
  height: 112px;
  padding: 3px;
}

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

.tabs-menu-2 {
  text-align: center;
  padding-top: 30px;
}

.div-block-22 {
  z-index: 0;
  background-color: #d2d2d4;
  width: 100%;
  max-width: 800px;
  height: 245px;
  margin-top: 37px;
  position: absolute;
  top: auto;
}

.div-block-22.helm {
  background-color: #41738c;
}

.body-indigoff {
  font-family: Montserrat, sans-serif;
}

.heading-14 {
  margin-top: 0;
}

.heading-14.helm {
  color: #41738c;
  text-align: left;
}

.heading-14.titl-marginacustic {
  margin-top: 80px;
}

.clouds {
  margin-top: 70px;
}

.clouds.stryn {
  margin-top: 150px;
  margin-bottom: 150px;
}

.frames {
  margin-top: 70px;
}

.frames.rug {
  margin-top: 0;
  margin-bottom: 65px;
}

.walls {
  margin-top: 70px;
}

.button-3 {
  text-align: center;
  background-color: #21145f;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 159px auto 69px;
  font-weight: 700;
  display: block;
}

.button-3.helm-btn {
  background-color: #000;
}

.image-15 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.div-block-23 {
  display: none;
}

.heading-15 {
  color: #fff;
  text-align: right;
  padding-top: 132px;
  padding-bottom: 100px;
  padding-right: 10px;
  font-family: Gotham, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

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

.tabs-content.tab-montauk {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.div-block-24 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-bottom: 10px;
  display: flex;
}

.text-block-7 {
  margin-left: 3px;
  padding-right: 20px;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.image-16 {
  width: 20px;
  margin-right: 10px;
}

.tab-link-tab-1-4 {
  padding-left: 30px;
}

.tab-link-tab-1-4.w--current {
  width: 35px;
  height: 35px;
  padding: 0;
}

.tab-link-tab-1-4.tab-link-tab-2-2 {
  background-color: #bd4c4c;
}

.tab-link-tab-1-4.tab-link-tab-2-2.w--current {
  height: 30px;
}

.tab-link-tab-2-2 {
  background-color: #fff0;
  width: 45px;
  height: 45px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
}

.tab-link-tab-2-2.w--current {
  background-color: #14121200;
  width: 45px;
  height: 45px;
}

.tab-link-tab-3-2 {
  background-color: #b4353500;
  width: 25px;
  height: 24px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
}

.tabs-menu-3 {
  grid-column-gap: 0px;
  grid-row-gap: 1px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  overflow: scroll;
}

.tabs-menu-3.scroll-tabuph {
  grid-column-gap: 0px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 320px;
  max-width: 100%;
  display: grid;
}

.image-17 {
  width: 100%;
}

.columna {
  padding-top: 40px;
}

.div-block-26 {
  padding-left: 35px;
}

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

.heading-16 {
  color: #313131;
  text-align: right;
  margin-top: 41px;
  padding-top: 0;
  font-size: 21px;
  line-height: 26px;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 9% 3% 0% auto;
}

.link-block-2 {
  text-align: left;
  text-decoration: none;
}

.link-block-4.thanks-btn {
  display: block;
}

.div-block-27 {
  width: 100%;
  display: flex;
}

.footer-responsive {
  background-color: #202020;
  display: none;
}

.heading-17, .section-4 {
  display: none;
}

.sec-xplore {
  background-image: url('../images/Centurionpersiana.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

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

.tabhelm {
  background-color: #fff;
  padding: 0;
}

.tabhelm.w--current {
  background-color: #fff;
}

.tabs-content-2 {
  text-align: center;
  width: 60%;
}

.tabs-menu-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.75fr 1.75fr;
  grid-auto-columns: 1fr;
  align-self: center;
  height: 340px;
  display: grid;
  overflow: scroll;
}

.image-19 {
  width: 100%;
  max-width: 600px;
}

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

.div-block-30 {
  background-color: #41738c;
  width: 565px;
  height: 300px;
  margin-top: 60px;
  position: absolute;
}

.heading-19 {
  color: #41738c;
  padding-left: 56px;
}

.heading-19.stryn-h1 {
  margin-top: 116px;
}

.ceilings-tab {
  background-color: #21145f;
  margin-top: 60px;
  padding: 30px;
}

.heading-20 {
  color: #fff;
  width: 50%;
  display: inline-block;
  position: relative;
  top: -10px;
}

.paragraph-5 {
  color: #fff;
  width: 50%;
  display: inline-block;
}

.indigoff-colors {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 36px;
}

.colours {
  background-color: #fff;
  padding: 2px;
}

.colours.w--current, .image-21 {
  background-color: #fff;
}

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

.open-tab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 9px;
  display: grid;
}

.image-22 {
  padding-top: 20px;
}

.div-block-33 {
  text-align: center;
}

.image-23 {
  width: 41px;
  padding: 5px 2px;
}

.contenid-colors {
  padding-top: 35px;
}

.clik-open {
  background-color: #21145f;
  height: 200px;
  margin-top: 44px;
}

.heading-21 {
  color: #fff;
}

.image-24 {
  width: 100%;
}

.abrirtab.tab-cerrada {
  display: block;
}

.div-block-34 {
  background-image: url('../images/Texture-Wave-Jake-Edgemare-Color-Stone-21-T012Set-049_001-1.webp');
  background-position: 50%;
  background-size: cover;
}

.image-25, .tabs-content-3, .tab-pane-tab-2, .image-26 {
  width: 100%;
}

.div-block-36 {
  background-image: url('../images/Faux-Leather-Vandor-Hoover-Color-Beige-43-T009Set-157_002-1.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-37 {
  background-image: url('../images/Basket-Wave-Natura-Fisk-Color-Lemon-77-T005Set-055_003-1.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-38 {
  background-image: url('../images/Texture-brushed-wave-Titanium-The-Loop-Color-Sand-37-T005Set-055_001-1.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-39 {
  background-image: url('../images/Microfabrics-Noah-Mulford-Color-Sand-17-T007Set-150_002-1.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-40 {
  background-image: url('../images/Sophie-color-Rose-T002Set-041_005-4.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-41 {
  background-image: url('../images/Boucle-Andromeda-Hampton-Color-Silver-51-T010Set-162_002-1.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-42 {
  display: none;
}

.div-block-43 {
  height: 151px;
}

.image-27 {
  text-align: right;
  display: none;
}

.heading-22 {
  display: none;
}

.text-block-13 {
  text-align: center;
  font-size: 12px;
}

.image-28 {
  float: right;
  text-align: right;
  width: 100%;
  max-width: 40px;
  display: none;
  transform: rotate(270deg);
}

.div-block-49 {
  height: 100px;
}

.heading-24 {
  color: #ffffffb0;
  text-align: center;
  margin-top: -7px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  margin-top: 26px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 200;
}

.div-block-50 {
  text-align: right;
  flex: 1;
  order: 1;
}

.verde {
  display: block;
}

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

.text-block-15 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-16 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.div-block-51 {
  justify-content: flex-end;
}

.div-block-52 {
  flex-direction: column;
}

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

.image-29 {
  width: 100%;
  padding-bottom: 11px;
}

.image-30 {
  padding-left: 8px;
  padding-right: 2px;
}

.morado, .amarillo, .azul, .naranja {
  display: block;
}

.scroll-upholstery {
  height: 500px;
  overflow: scroll;
}

.div-block-54 {
  height: 300px;
}

.image-31 {
  width: 50px;
  position: absolute;
  inset: auto 1% -98% auto;
}

.slide-nav {
  display: none;
}

.link-block-5 {
  text-align: right;
}

.link-2 {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: none;
  position: absolute;
  left: auto;
  right: 0;
}

.textarea {
  padding-bottom: 36px;
}

.text-field-3 {
  border: 1px solid #000;
}

.form-block {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.text-field {
  width: 49%;
  margin-left: 20px;
}

.text-field-2 {
  width: 49%;
}

.div-block-55 {
  display: flex;
}

.heading-25 {
  text-align: center;
  width: 100%;
  padding-bottom: 80px;
  font-family: Gotham, sans-serif;
  font-size: 55px;
  font-weight: 600;
  transition: all .4s cubic-bezier(.6, -.28, .735, .045);
}

.div-block-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: inline-block;
}

.submit-button {
  text-align: center;
  background-color: #424242;
  width: 50%;
  margin: auto;
  font-family: Montserrat, sans-serif;
  display: inline;
}

.content-form {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.content-form.wrks-a {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 256px;
  padding-bottom: 100px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: block;
}

.div-block-57 {
  text-align: center;
  padding-top: 40px;
}

.btn-contact {
  background-color: #fff;
  align-self: stretch;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 2px;
}

.btn-contact:hover {
  color: #fff;
  background-color: #1a428a;
}

.image-32 {
  width: 50px;
}

.link-block-6 {
  z-index: 16;
  text-decoration: none;
  position: fixed;
  top: 55%;
  right: -39px;
}

.contact-bar {
  z-index: 10;
  text-align: center;
  background-color: #000;
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
}

.heading-26 {
  color: #fff;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0 5px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
}

.link-block-7 {
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.text-block-17 {
  color: #eee;
}

.paragraph-6 {
  z-index: 15;
  font-family: Gotham, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 13px;
}

.div-block-58 {
  color: #fff;
  background-color: #01aa00;
  padding-left: 20px;
  text-decoration: none;
  transform: rotate(-90deg);
}

.whats-app {
  z-index: 11;
  position: fixed;
  bottom: 58px;
  right: 8px;
}

.heading-27 {
  margin-top: -24px;
  font-size: 20px;
  font-weight: 300;
}

.heading-28 {
  text-align: center;
  padding-bottom: 140px;
  font-family: Gotham, sans-serif;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #2c4bff;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

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

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer {
  margin-bottom: 24px;
}

.heading-29 {
  text-align: center;
  margin-top: 0;
  padding-top: 231px;
  font-family: Gotham, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.text-block-18 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.div-block-60 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-bottom: 140px;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.logos-marcas-down {
  text-align: center;
  width: 200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.div-block-61 {
  margin-top: 60px;
  padding-bottom: 17px;
}

.bg-img-botton {
  background-image: url('../images/Frame-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 170px;
  width: 100%;
  height: 75px;
  transition: all .525s;
}

.bg-img-botton:hover {
  background-image: url('../images/Frame-2.webp');
}

.div-block-62 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #919191;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.text-block-19 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.html-embed {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-63 {
  align-self: center;
  width: 100%;
  max-width: 1000px;
}

.nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1e1e1e;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.image-33 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-30 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

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

.div-block-65 {
  padding-left: 60px;
  padding-right: 60px;
}

.image-34 {
  width: 100%;
  height: 100%;
}

.heading-31 {
  margin-bottom: 40px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.text-block-20 {
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.scroll-content {
  background-color: var(--black);
  color: #fff;
  width: 90%;
  max-height: 320px;
  padding-left: 65px;
  padding-right: 65px;
  overflow: auto;
}

.text-block-21 {
  width: 90%;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.heading-32 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.body {
  font-family: Montserrat, sans-serif;
}

.paragraph-7 {
  color: #ccc;
  padding-top: 10px;
  font-family: Gotham, sans-serif;
}

.bold-text {
  margin-top: -13px;
  padding-top: 0;
  display: block;
}

.hospitality-bg {
  background-image: url('../images/background-wrks-h.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  max-height: 800px;
}

.image-35 {
  width: 170px;
  padding-bottom: 100px;
}

.div-block-67 {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

.image-36 {
  width: 85%;
  padding-bottom: 50px;
}

.form-block-2 {
  border: 1px solid #fff;
  margin-top: 20px;
  padding: 10px;
}

.submit-button-2 {
  color: #000;
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-field-4, .text-field-5, .text-field-6, .text-field-7 {
  color: #fff;
  background-color: #ffffff26;
}

.text-block-22 {
  color: #fff;
  padding-top: 40px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.image-37 {
  display: none;
}

.image-38 {
  padding-bottom: 40px;
}

.paragraph-8 {
  text-align: center;
  padding-top: 60px;
  font-family: Gotham, sans-serif;
  font-size: 20px;
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: grid;
}

.heading-33 {
  text-align: center;
  font-weight: 600;
}

.heading-34 {
  padding-bottom: 20px;
}

.div-block-70 {
  display: flex;
}

.link-block-8 {
  margin: 10px 5px;
}

.link-block-9 {
  margin: 10px;
}

.image-39 {
  width: 30px;
  max-width: 50px;
}

.image-40 {
  width: 30px;
}

.text-block-23 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.heading-35 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  color: #dadada;
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2.w--current {
  color: #8a8a8a;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-block-24 {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.image-43 {
  width: 100px;
}

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

.slider-2 {
  background-color: #fff;
  height: auto;
}

.image-44 {
  width: 100%;
}

.button-4 {
  text-align: center;
  background-color: #000;
  width: 100%;
}

.image-45, .image-46 {
  width: 30px;
}

.navbar-logo-center-3 {
  background-color: #fff;
}

.navbar-logo-center-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-3 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-3 {
  width: 100%;
}

.nav-menu-three-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-menu-block-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-4:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.image-47 {
  width: 150px;
}

.heading-39 {
  font-family: Lato, sans-serif;
  font-size: 70px;
  line-height: 65px;
  position: relative;
}

.button-5 {
  color: #4d4d4d;
  background-color: #d1d0f9;
  border-radius: 20px;
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.button-5.whatmakes {
  margin-bottom: 60px;
}

.button-5.whatmakes.purple {
  background-color: #fff;
}

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

.iniciativa {
  background-color: #f8f5ef;
}

.background-video {
  height: 110vh;
}

.section-5 {
  padding-top: 220px;
}

.heading-40 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
}

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

.image-48 {
  width: 65%;
  margin-top: -200px;
}

.section-6 {
  background-image: url('../images/Group-8.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.heading-41 {
  width: 80%;
  padding-top: 70px;
  font-family: Lato, sans-serif;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  flex: 1;
}

.footer-block-two {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  text-align: right;
  flex: 1;
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-family: Lato, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-49 {
  width: 150px;
}

.image-50 {
  max-width: 300px;
  margin-top: -74px;
}

.paragraph-9 {
  font-family: Lato, sans-serif;
}

.image-51, .image-52 {
  width: 30px;
}

.div-block-75 {
  display: none;
}

.heading-42 {
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
}

.div-block-77 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  padding-bottom: 20px;
  display: grid;
}

.heading-43 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.div-block-78 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: grid;
}

.image-53 {
  margin-top: 35px;
}

.heading-44 {
  text-align: center;
  padding-top: 220px;
  font-family: Gotham, sans-serif;
}

.paragraph-10 {
  text-align: center;
  font-family: Gotham, sans-serif;
}

.div-block-79 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-80 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -49px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .heading-4 {
    text-shadow: 3px 4px #00000096;
  }

  .div-block-22 {
    height: 260px;
  }

  .heading-19 {
    padding-left: 93px;
  }

  .image-23 {
    width: 45px;
  }

  .image-31 {
    bottom: -89%;
  }

  .slider-2 {
    background-color: #fff;
    height: auto;
  }

  .image-44 {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .mask {
    max-height: 650px;
  }

  .heading {
    margin-top: 59px;
  }

  .heading.slide-2.shades {
    margin-top: 84px;
    font-size: 96px;
    line-height: 79px;
  }

  .heading.slide-2.hupostery {
    margin-top: 98px;
  }

  .heading.slide-2.flooring {
    margin-top: 105px;
    font-size: 80px;
  }

  .heading.slide-drapes {
    margin-top: 100px;
  }

  .slider {
    max-height: 650px;
  }

  .div-block-22 {
    height: 260px;
  }

  .image-23 {
    width: 45px;
  }

  .image-31 {
    bottom: -74%;
  }
}

@media screen and (min-width: 1920px) {
  .mask {
    max-height: 1000px;
  }

  .heading {
    margin-top: 189px;
    font-size: 100px;
    line-height: 107px;
  }

  .heading.slide-2 {
    margin-top: 315px;
    font-size: 130px;
  }

  .heading.slide-2.shades {
    margin-top: 228px;
    font-size: 150px;
    line-height: 100px;
  }

  .heading.slide-2.hupostery {
    margin-top: 241px;
    font-size: 100px;
    line-height: 120px;
  }

  .heading.slide-2.flooring {
    margin-top: 267px;
    font-size: 136px;
    line-height: 132px;
  }

  .heading.slide-drapes {
    margin-top: 251px;
  }

  .slider {
    max-height: 1000px;
  }

  .image-2 {
    width: 100%;
  }

  .button {
    width: 231px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 29px;
  }

  .div-block-22 {
    height: 260px;
  }

  .image-31 {
    bottom: -50%;
  }

  .heading-30, .body {
    font-family: Montserrat, sans-serif;
  }
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #000;
    top: 0;
  }

  .nav-menu-three {
    background-color: #030303;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 0;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .logo {
    text-align: center;
  }

  .div-block-2 {
    flex-direction: row-reverse;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 50px;
    line-height: 50px;
  }

  .heading.slide-2.hupostery {
    margin-top: -51px;
  }

  .heading.slide-2.flooring.furniture {
    font-size: 52px;
    line-height: 65px;
  }

  .div-block-4 {
    padding-top: 91px;
    padding-left: 85px;
  }

  .tabs-menu {
    width: 100%;
  }

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

  .tabs-content {
    width: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

  .div-block-21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-flow: column;
  }

  .div-block-22 {
    width: 100%;
    display: none;
  }

  .clouds.stryn {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs-content.tab-montauk {
    grid-template-columns: 1fr 1fr;
  }

  .tab-link-tab-2-2 {
    margin-bottom: 5px;
  }

  .heading-16 {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    position: static;
  }

  .link-block-3 {
    text-align: center;
    align-self: center;
    text-decoration: none;
  }

  .link-block-4 {
    align-self: center;
  }

  .tabs-2 {
    display: block;
  }

  .tabhelm {
    text-align: center;
    width: 150px;
  }

  .tabs-content-2 {
    text-align: left;
    width: 100%;
  }

  .tabs-menu-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: grid;
    position: relative;
    overflow: scroll;
  }

  .image-19 {
    text-align: left;
    width: 100%;
    max-width: 100%;
  }

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

  .div-block-30 {
    display: none;
  }

  .heading-19 {
    padding-left: 0;
  }

  .image-28 {
    max-width: 20px;
    display: block;
  }

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

  .div-block-54 {
    height: 100px;
  }

  .image-31 {
    bottom: -98%;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .bg-img-botton {
    background-size: 125px;
  }

  .div-block-62 {
    grid-template-columns: 1.5fr 1.25fr;
  }

  .heading-30 {
    margin-top: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-64 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .scroll-content {
    width: 65%;
    max-height: 100%;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-4 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-5 {
    max-width: 728px;
  }

  .navbar-wrapper-three-3 {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand-three-3 {
    position: relative;
  }

  .nav-menu-wrapper-three-3 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .container-6 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    text-align: center;
    flex-wrap: wrap;
    display: block;
  }

  .footer-block-two {
    display: block;
  }

  .footer-form {
    width: 100%;
    margin-top: 0;
  }

  .footer-form-container {
    text-align: center;
    max-width: 100%;
  }

  .footer-bottom {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-top: -60px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    display: block;
  }

  .footer-social-block-two {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

@media screen and (max-width: 767px) {
  .container {
    max-width: 781px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    object-fit: contain;
    border-radius: 20px;
    flex-direction: column;
    width: 100%;
    padding-bottom: 0;
    overflow: scroll;
  }

  .nav-menu-block {
    flex-direction: row;
    width: 100%;
    padding-left: 439px;
  }

  .nav-link {
    text-align: center;
    width: 100px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-weight: 300;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .list-item {
    list-style-type: none;
  }

  .slide, .image {
    height: 55vh;
  }

  .heading {
    margin-top: 41px;
  }

  .heading.slide-2.hupostery {
    margin-top: 86px;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .heading.slide-2.flooring {
    margin-top: 55px;
    margin-bottom: 15px;
    font-size: 55px;
    line-height: 60px;
  }

  .heading.slide-2.flooring.furniture {
    font-size: 46px;
  }

  .heading.slide-drapes {
    margin-top: 74px;
  }

  .icon, .icon-2 {
    display: none;
  }

  .icon-3 {
    color: #fff;
  }

  .image-2 {
    height: 55vh;
  }

  .div-block-4 {
    padding-top: 85px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
    display: block;
  }

  .footer {
    display: none;
  }

  .click {
    padding-left: 5px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .heading-8 {
    font-size: 25px;
  }

  .div-block-17 {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-bottom: 10px;
    display: block;
  }

  .heading-11 {
    text-align: left;
    width: 100%;
    font-family: Gotham, sans-serif;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
  }

  .heading-11.contact-heding {
    width: 100%;
    font-weight: 300;
  }

  .link {
    text-align: left;
    margin-top: 14px;
  }

  .link.w--current {
    text-align: left;
  }

  .link.download-text {
    margin-top: 20px;
  }

  .link.adress {
    font-weight: 300;
  }

  .link.adress.mx-direc {
    display: none;
  }

  .link.donwloads {
    text-align: center;
    font-weight: 700;
  }

  .div-block-18 {
    border-top: 1px solid #ffffff38;
    border-bottom: 1px #ffffff38;
    display: none;
  }

  .div-block-20.ceilings {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sec-2.helm {
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-table {
    padding: 60px 15px;
  }

  .div-block-21 {
    display: block;
  }

  .heading-14 {
    margin-top: 0;
  }

  .clouds {
    margin-top: 40px;
  }

  .button-3 {
    margin-top: 80px;
  }

  .heading-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tabs-content {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .tabs-content.tab-montauk {
    grid-column-gap: 16px;
    grid-row-gap: 3px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .div-block-24 {
    display: block;
  }

  .text-block-7 {
    margin-left: 0;
    padding-right: 0;
  }

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

  .tabs-menu-3.scroll-tabuph {
    grid-column-gap: 0px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 200px;
    display: grid;
  }

  .div-block-26 {
    padding-left: 0;
  }

  .footer-responsive {
    background-color: var(--black);
    width: 100%;
    padding-bottom: 158px;
    display: block;
  }

  .heading-18 {
    color: #272727;
    background-color: #fff;
    height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 23px;
    font-weight: 400;
    line-height: 23px;
    position: absolute;
    top: 3619.39px;
    right: 173px;
  }

  .image-18 {
    width: 15px;
    margin-top: -28px;
    position: relative;
  }

  .content-hide-1 {
    display: none;
  }

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

  .hide-2 {
    display: none;
  }

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

  .open-tab {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .image-22 {
    width: 364px;
    max-width: 900px;
    position: relative;
  }

  .div-block-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    display: flex;
    overflow: scroll;
  }

  .image-23 {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    padding: 1px;
  }

  .contenid-colors {
    flex-direction: column;
    width: 50%;
    padding: 10px;
    display: inline-block;
  }

  .div-block-42 {
    width: 1px;
    height: 22px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-43 {
    height: 175px;
  }

  .div-block-44 {
    text-align: left;
  }

  .mas {
    color: #fff;
    text-align: right;
    width: 9%;
    font-family: Gotham, sans-serif;
    font-weight: 100;
    text-decoration: none;
    display: inline;
  }

  .image-27 {
    background-color: #fff;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: block;
    position: absolute;
    top: 1519px;
    right: 10px;
  }

  .div-block-48 {
    height: 60px;
  }

  .div-block-49 {
    height: 100px;
  }

  .image-30 {
    width: 26px;
  }

  .form-block {
    width: 95%;
  }

  .submit-button {
    margin-left: 10px;
  }

  .form {
    display: block;
  }

  .btn-contact {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-32 {
    margin-top: -101px;
  }

  .contact-bar {
    z-index: 132;
    display: block;
  }

  .heading-26 {
    font-size: 20px;
    line-height: 31px;
  }

  .div-block-59 {
    text-align: left;
    border-top: 1px solid #4b4b4b;
  }

  .show-3 {
    text-align: left;
    text-decoration: none;
  }

  .hide-3 {
    display: block;
  }

  .faq-p {
    z-index: 0;
    background-color: var(--black);
    margin-bottom: 0;
  }

  .faq-p.mexico-direc {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    display: inline-block;
  }

  .faq {
    background-color: var(--black);
    padding-left: 5px;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

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

  .faq-body-cont {
    background-color: var(--black);
    padding: 0 0 0 10px;
  }

  .heading-29 {
    font-size: 35px;
  }

  .div-block-60 {
    grid-template-columns: 1fr;
  }

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

  .div-block-65 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-content {
    width: 80%;
  }

  .image-35 {
    padding-bottom: 20px;
  }

  .div-block-68 {
    display: block;
  }

  .image-36 {
    width: 80%;
  }

  .image-37 {
    width: 50%;
    display: inline-block;
  }

  .image-38 {
    display: none;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .hide-adress {
    display: inline;
  }

  .navbar-brand-three-3 {
    padding-left: 0;
  }

  .nav-menu-three-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-3 {
    flex-direction: column;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-4 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .heading-39 {
    padding-top: 234px;
    font-size: 30px;
    line-height: 34px;
  }

  .button-5.whatmakes, .button-5.whatmakes.purple {
    margin-left: 10px;
  }

  .background-video {
    height: 46vh;
  }

  .section-5 {
    padding-top: 124px;
  }

  .heading-40 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 35px;
  }

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

  .image-48 {
    margin-top: -128px;
  }

  .heading-41 {
    padding-top: 9px;
    padding-left: 10px;
    font-size: 30px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .paragraph-9, .div-block-74 {
    padding-left: 10px;
  }

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

@media screen and (max-width: 479px) {
  .navbar-logo-center-container.shadow-three {
    margin-top: -3px;
    padding: 0;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-menu-block {
    padding-left: 462px;
  }

  .nav-link {
    text-align: center;
    width: 100px;
  }

  .nav-link.link-tx-contact {
    width: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .logo {
    width: 120px;
  }

  .logo.logothanks {
    padding-top: 220px;
  }

  .div-block-2 {
    margin-top: -7px;
  }

  .header {
    margin-top: -3px;
  }

  .slide, .image {
    height: 55vh;
  }

  .heading {
    margin-top: 59px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 38px;
  }

  .heading.slide-2 {
    margin-top: 10px;
    margin-bottom: 19px;
    line-height: 25px;
  }

  .heading.slide-2.shades {
    margin-top: 49px;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 30px;
  }

  .heading.slide-2.hupostery {
    margin-top: 28px;
    font-size: 35px;
    font-weight: 900;
    line-height: 36px;
  }

  .heading.slide-2.flooring {
    margin-top: 43px;
    margin-bottom: -1px;
    font-size: 37px;
    line-height: 40px;
  }

  .heading.slide-2.flooring.furniture {
    font-size: 39px;
    line-height: 45px;
  }

  .heading.slide-drapes {
    margin-top: 40px;
    font-size: 33px;
  }

  .icon, .icon-2 {
    display: none;
  }

  .icon-3 {
    color: #fff;
  }

  .text-span {
    font-size: 25px;
    line-height: 51px;
  }

  .image-2 {
    height: 55vh;
  }

  .div-block-4 {
    height: 55vh;
    padding-top: 131px;
    padding-left: 15px;
  }

  .button {
    width: 107px;
    margin-top: 12px;
    padding: 3px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 36px;
  }

  .paragraph {
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 77px;
    font-size: 39px;
    line-height: 40px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
  }

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

  .heading-4 {
    text-align: left;
    font-size: 39px;
    line-height: 42px;
  }

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

  .paragraph-2.btn-indigoff {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }

  .heading-5 {
    padding-top: 14px;
  }

  .div-block-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 31px;
  }

  .header-2 {
    height: 25vh;
  }

  .header-2.helm {
    height: 45vh;
  }

  .header-2.sunx {
    background-position: 59% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45vh;
  }

  .header-2.indigoff {
    height: 45vh;
    margin-top: -5px;
  }

  .header-2.drapery {
    height: 45vh;
  }

  .header-2.montauk {
    height: 46vh;
  }

  .image-4 {
    width: 200px;
    padding-top: 141px;
    padding-bottom: 130px;
  }

  .div-block-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .image-5 {
    width: 100px;
  }

  .section-3, .acordeon {
    padding-bottom: 0;
  }

  .click {
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .content.hide {
    display: none;
  }

  .image-8 {
    width: 15px;
    padding-bottom: 11px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 12px;
  }

  .heading-8 {
    margin-bottom: -20px;
  }

  .heading-8.mabmbo-d {
    font-size: 27px;
  }

  .tab-link-tab-1-2 {
    width: 100%;
    height: 100%;
  }

  .tab-link-tab-1-2.w--current {
    width: 100%;
    height: 150px;
  }

  .image-9 {
    width: 100%;
    height: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    text-align: center;
    flex-direction: row;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: start center;
    width: auto;
    height: 300px;
    padding-top: 0;
    padding-bottom: 28px;
    display: grid;
    overflow: scroll;
  }

  .heading-10 {
    padding-top: 76px;
  }

  .link-block {
    width: 200px;
    font-size: 12px;
    font-weight: 300;
  }

  .div-block-11, .div-block-12, .div-block-13, .div-block-14 {
    width: 120px;
  }

  .div-block-15 {
    width: 100px;
    margin-right: 25px;
  }

  .div-block-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-position: 50% 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    display: inline-block;
    overflow: scroll;
  }

  .div-block-17 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .link.download-text {
    font-weight: 700;
  }

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

  .div-block-18 {
    text-align: center;
  }

  .image-12 {
    width: 130px;
  }

  .tabs {
    padding-top: 0;
    display: block;
  }

  .tabs-content {
    width: 100%;
  }

  .heading-12 {
    padding-top: 0;
  }

  .div-block-20 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: start;
    padding-top: 0;
  }

  .div-block-20.ceilings {
    margin-top: 50px;
  }

  .text-block-6 {
    font-size: 15px;
    line-height: 20px;
  }

  .sec-2 {
    padding-top: 0;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .tab-link-tab-1-3, .tab-link-tab-1-3.w--current, .image-13 {
    width: 100%;
    height: 100%;
  }

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

  .div-block-22 {
    margin-top: 0;
  }

  .heading-14.helm {
    margin-top: 21px;
  }

  .frames.rug {
    margin-bottom: 70px;
  }

  .button-3 {
    margin-top: 50px;
  }

  .heading-15 {
    font-size: 36px;
    line-height: 40px;
  }

  .tabs-content.tab-montauk {
    grid-column-gap: 8px;
  }

  .text-block-7 {
    flex-direction: row;
    width: 50%;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
  }

  .image-16 {
    width: 16px;
    margin-right: 5px;
  }

  .tabs-menu-3 {
    grid-column-gap: 2px;
    grid-auto-columns: 1fr;
    width: 143px;
  }

  .tabs-menu-3.scroll-tabuph {
    grid-column-gap: 2px;
    width: 143px;
  }

  .heading-16 {
    margin-top: 13px;
    font-family: Gotham, sans-serif;
    font-size: 12px;
    line-height: 15px;
  }

  .link-block-2 {
    text-align: left;
    width: 60%;
  }

  .div-block-27 {
    padding-left: 0;
    display: flex;
  }

  .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
    font-weight: 700;
  }

  .footer-responsive {
    padding-bottom: 60px;
  }

  .div-block-28 {
    z-index: 7;
    background-color: #000;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .heading-17 {
    color: #fff;
    background-color: #000;
    height: 28px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 6px 0 7px;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 31px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .heading-17.icon-dos {
    margin-top: 6px;
  }

  .tabhelm {
    width: 120px;
  }

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

  .heading-19.stryn-h1 {
    margin-top: 30px;
  }

  .image-23 {
    height: 47px;
  }

  .contenid-colors {
    text-align: center;
    width: 48%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-42 {
    display: none;
  }

  .div-block-43 {
    height: 140px;
  }

  .mas {
    font-size: 25px;
  }

  .div-block-45 {
    height: 60px;
  }

  .div-block-46 {
    height: 70px;
  }

  .div-block-47 {
    background-color: #858585;
    width: 18px;
    height: 18px;
    font-family: Droid Serif, serif;
    font-size: 7px;
    line-height: 8px;
    position: absolute;
  }

  .heading-22 {
    background-color: #fff;
    width: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: Droid Serif, serif;
    font-size: 30px;
    line-height: 18px;
    display: block;
    position: absolute;
    top: 1100.47px;
    right: 5px;
  }

  .heading-23 {
    background-color: #fff;
    width: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: Droid Serif, serif;
    font-size: 30px;
    line-height: 18px;
    position: relative;
    top: auto;
    left: 5px;
  }

  .div-block-49 {
    height: 50px;
  }

  .heading-24 {
    text-align: center;
    width: 44%;
  }

  .text-block-14 {
    text-align: left;
    margin-top: 14px;
  }

  .div-block-50 {
    width: 50%;
    display: inline-block;
  }

  .grid-upho {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: visible;
  }

  .text-block-15 {
    font-size: 11px;
    font-weight: 500;
  }

  .text-block-16 {
    font-size: 8px;
  }

  .div-block-52 {
    font-size: 11px;
    line-height: 14px;
  }

  .div-block-53 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: start;
  }

  .image-30 {
    width: 11px;
    margin-top: -8px;
    padding-left: 1px;
    padding-right: 0;
  }

  .scroll-upholstery {
    height: 400px;
  }

  .div-block-54 {
    height: 100px;
  }

  .image-31 {
    display: none;
    bottom: -59%;
  }

  .form-block {
    padding-bottom: 40px;
  }

  .heading-25 {
    margin-top: -53px;
    padding-bottom: 0;
    font-size: 41px;
    line-height: 60px;
  }

  .content-form {
    padding-top: 40px;
  }

  .btn-contact {
    margin-right: 10px;
  }

  .image-32 {
    margin-top: -39px;
  }

  .heading-26 {
    font-size: 13px;
    line-height: 22px;
  }

  .heading-28 {
    padding-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
  }

  .faq-img {
    display: none;
  }

  .heading-29 {
    padding-top: 189px;
    line-height: 35px;
  }

  .text-block-18 {
    font-size: 16px;
    line-height: 17px;
  }

  .logos-marcas-down, .div-block-61 {
    margin-top: 0;
  }

  .bg-img-botton {
    background-size: 117px;
  }

  .div-block-62 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .75fr .5fr;
  }

  .nav {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: .75fr 1fr;
  }

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

  .heading-30 {
    font-size: 11px;
    line-height: 15px;
  }

  .div-block-65 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-31 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 34px;
  }

  .text-block-20 {
    padding-bottom: 24px;
  }

  .scroll-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hospitality-bg {
    background-image: url('../images/Registro-Hospitality-móvil-1.jpg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
  }

  .image-35 {
    width: 120px;
    padding-bottom: 10px;
  }

  .image-36 {
    width: 100%;
    padding-bottom: 10px;
  }

  .text-block-22 {
    padding-top: 20px;
    font-family: Montserrat, sans-serif;
  }

  .image-37 {
    width: 70%;
    padding-bottom: 20px;
  }

  .link-block-10, .link-block-11 {
    padding: 10px;
  }

  .image-41, .image-42 {
    width: 35px;
  }

  .div-block-71 {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-link-2 {
    font-size: 12px;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #181818;
  }

  .nav-menu-three-2 {
    background-color: #181818;
    flex-direction: column;
  }

  .nav-menu-block-2 {
    color: #fff;
    background-color: #181818;
  }

  .nav-link-3 {
    color: #fff;
  }

  .heading-36 {
    text-align: left;
    font-family: Gotham, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .body-2 {
    font-family: Montserrat, sans-serif;
  }

  .heading-37 {
    z-index: 9;
    font-size: 25px;
    position: relative;
    top: 25px;
  }

  .heading-37.contact-landing {
    text-align: center;
    padding-bottom: 20px;
  }

  .heading-38 {
    font-size: 20px;
  }

  .slider-2 {
    background-color: #fff;
  }

  .image-44 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon-5, .icon-6 {
    margin-top: 400px;
  }

  .button-4 {
    text-align: center;
    background-color: #000;
    width: 100%;
    margin-top: 25px;
  }

  .image-45, .image-46 {
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-three-3 {
    flex-direction: column;
  }

  .heading-39 {
    color: #fff;
    text-align: center;
    -webkit-text-stroke-width: 0px;
    text-shadow: 3px 1px 2px #00000075, 1px 4px 3px #00000057;
    padding-top: 249px;
    font-size: 32px;
    font-weight: 300;
    line-height: 33px;
  }

  .button-5 {
    margin-top: 0;
  }

  .button-5.whatmakes.purple {
    margin-top: 0;
    padding: 10px 20px;
    font-size: 14px;
  }

  .div-block-72 {
    grid-template-columns: 1fr;
  }

  .background-video {
    display: none;
  }

  .section-5 {
    padding-top: 130px;
  }

  .heading-40 {
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-73 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-48 {
    width: 100%;
    margin-top: 16px;
  }

  .section-6 {
    height: 56vh;
  }

  .heading-41 {
    width: 100%;
    margin-top: 7px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 26px;
  }

  .footer-light {
    padding-top: 20px;
  }

  .container-6 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image-49 {
    width: 100px;
  }

  .image-50 {
    margin-top: -82px;
  }

  .div-block-74 {
    padding-right: 10px;
  }

  .div-block-75 {
    display: block;
  }

  .div-block-76 {
    text-align: center;
  }

  .heading-42 {
    padding-left: 10px;
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-77 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-43 {
    font-size: 20px;
  }

  .div-block-78 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding-bottom: 20px;
  }

  .image-53 {
    width: 200px;
    margin-top: -20px;
  }

  .heading-44 {
    padding-top: 151px;
    font-size: 28px;
    line-height: 34px;
  }

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

  .div-block-79 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: center;
  }

  .div-block-80 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    margin-top: 10px;
  }
}

#w-node-_19e68e34-19d9-b90e-b60f-ff00ed4b93bf-d1a24cb0, #w-node-a378d2e1-5210-4e43-a066-0bcb08f52bc8-d1a24cb0 {
  align-self: center;
}

#w-node-_243b4794-32fe-de3e-eede-cb4847153000-072300b2 {
  place-self: start center;
}

#w-node-_48b0efc3-898c-05ee-8a1e-ba205d35dfdc-5d35dfd9 {
  place-self: center;
}

#w-node-ea67d693-1579-6ed7-1868-b60bcb7cfaa5-ecaaf7dc, #w-node-_0e0c7962-bcd1-775b-9015-3b6d8d4db41b-ecaaf7dc, #w-node-d172219b-96a8-75f3-02f4-505a336db89a-ecaaf7dc, #w-node-_8a313b54-bdf3-01b5-6925-e2983bc5fe3c-ecaaf7dc, #w-node-ac870661-eb97-0ea1-e5fa-44bf6661d163-ecaaf7dc, #w-node-_45cc6dd7-63e7-8b2a-9bed-baa8c21dedd7-ecaaf7dc, #w-node-dbbefacb-7cee-167f-f2ee-bc663bf59e4c-4c08a657, #w-node-_1f07d36b-eec7-5f18-8eed-ffb35d178cb7-4c08a657, #w-node-_09a4c0af-69d9-d853-73a4-f05a3b76a170-4c08a657 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a91c2249-7b10-58a1-e6be-324f49dca7d9-fc9b84dc, #w-node-d76fd46a-a967-8f8a-c864-df003dbfca65-fc9b84dc, #w-node-aa19c729-d9c5-7fda-ac01-135d0299e7f1-fc9b84dc, #w-node-_1f80ee34-776d-bff7-a2d4-4d90fd78640c-fc9b84dc, #w-node-fd556430-f207-8953-7ce0-786f8fc5ab23-fc9b84dc, #w-node-_518a34be-4e4c-27d6-74af-46f850022f99-fc9b84dc, #w-node-f70307e0-77c1-147b-9e54-03c11312ac8c-fc9b84dc, #w-node-_954bc80e-8637-9d6f-be13-e66f0a220b4b-fc9b84dc, #w-node-_6e845655-1465-a8af-00af-31f83ed9af69-fc9b84dc, #w-node-_9299c251-14cb-77f7-f9d0-2de2be12e7ce-fc9b84dc, #w-node-a658ab5e-4ac0-898a-ffae-bb9d73d01a4c-fc9b84dc, #w-node-_4fe687a2-fd7e-8b49-5c17-80c35b2bd19a-fc9b84dc, #w-node-c8de4b8e-d59b-b86f-534a-fdbd16ae324b-fc9b84dc, #w-node-_90ec41a1-bf5a-c4a5-c536-e3b7168d58fd-fc9b84dc, #w-node-_96f1a9f5-080c-3e42-c66a-299750d6e808-fc9b84dc, #w-node-_4da961e6-eb8a-5e6f-ad83-86e8897ad735-fc9b84dc, #w-node-_4bbb9515-f1d0-14fe-47ec-90481d0e3e4e-fc9b84dc, #w-node-_5eb01b5b-058b-c89d-943b-3ba389ba4cb4-fc9b84dc, #w-node-bf562d08-009a-873c-e0aa-8dfe032018d2-fc9b84dc, #w-node-_0f88943b-732c-04c7-7da4-93d43c20b019-fc9b84dc, #w-node-f3f0a60e-d8db-d1b7-0a8a-567105cf4b2e-fc9b84dc, #w-node-_82e742b2-263f-3386-d71a-ac1dfd930002-fc9b84dc, #w-node-_58185cf3-fc7f-b64c-334b-1815c69c7990-fc9b84dc, #w-node-cabece78-d0a6-c30e-83ab-b6dbe862909e-fc9b84dc, #w-node-bb82fd83-5926-a95f-6466-ed0cf87dc40d-fc9b84dc, #w-node-_820ce9aa-4c00-b708-1d7a-7076d62e301e-fc9b84dc, #w-node-becdcace-9313-c2d8-f5fe-43343b642d56-fc9b84dc, #w-node-c4c11ae7-7400-92a6-59ec-95e2aefb4d01-fc9b84dc, #w-node-da7e3262-47df-0890-04fa-1122fec847df-fc9b84dc, #w-node-ed73777d-ea0b-7d74-4867-a21bea9e3e41-fc9b84dc, #w-node-_8b5fdb8c-abb5-bee2-a579-b1fda0bf304e-fc9b84dc, #w-node-_1fd08f69-7007-9ef9-45f0-c7e94bb0ccb4-fc9b84dc, #w-node-b7790bc1-38ef-5891-5867-ac97bea5186c-fc9b84dc, #w-node-a6b60b9d-557b-0e6a-e69a-cb79e1a2acf3-fc9b84dc, #w-node-c0cd991f-4788-c869-3c11-6ced4c062399-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c40796-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c407a1-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c407ac-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c407b7-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c407c2-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c407cd-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c407d8-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c407e3-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c407ee-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c407fa-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c40805-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c40810-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c4081b-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c40827-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c40832-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c4083e-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c4084a-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c40855-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c40860-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c4086b-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c40877-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c40882-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c4088e-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c40898-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c408a3-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c408ae-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c408ba-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c408c4-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c408d0-fc9b84dc, #w-node-e4d5f8a2-a951-bad0-3cc3-8d9930c408dc-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d8a4-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d8b0-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d8bb-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d8c6-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d8d2-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d8dc-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d8e7-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d8f3-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d8fe-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d909-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d914-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d91f-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d92a-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d936-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d941-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d94d-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d958-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d963-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d96e-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d979-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d985-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d98f-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d99b-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d9a7-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d9b2-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d9be-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d9c9-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d9d5-fc9b84dc, #w-node-_8a5265df-ee3f-2ad7-17b0-d58fbca5d9e0-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0300-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f030b-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0316-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0321-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f032c-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0337-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0342-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f034d-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0358-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0364-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f036f-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f037a-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0385-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0391-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f039c-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f03e1-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f03ec-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f03f8-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0402-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f040d-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0418-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0424-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f042e-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f043a-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0446-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0452-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f045c-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0468-fc9b84dc, #w-node-f1fb2156-30c7-bb6f-7993-436f348f0473-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b448-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b453-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b45e-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b469-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b475-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b480-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b48b-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b497-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b4a2-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b4ad-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b4b8-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b4c3-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b4ce-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b4da-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b4e5-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b4f0-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b4fb-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b506-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b511-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b51c-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b527-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b532-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b53e-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b549-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b554-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b560-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b56b-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b576-fc9b84dc, #w-node-_2198fe0f-079e-623b-94d2-3bf77000b581-fc9b84dc, #w-node-fa5edb43-400c-ac32-6e44-e22313fb8dbf-fc9b84dc, #w-node-_9cb07db5-7a64-2612-2078-8e46ed645594-fc9b84dc, #w-node-eb75ddc3-cfa2-1267-a670-a3dd1403d720-fc9b84dc, #w-node-fcaef206-9255-dbe7-62ab-9ee1305d4b3a-fc9b84dc, #w-node-a8587543-ad4a-309e-89f4-647f2b9e27e6-fc9b84dc, #w-node-_51452ecc-269a-41f0-5b7b-d36b8a10d83b-fc9b84dc {
  justify-self: end;
}

#w-node-df520098-9341-8a8a-ebff-c9528561fe4d-9742d41f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-f222dc5c-de53-7cfb-1fd2-cdf23e560886-9acb0c46, #w-node-_991b311e-eed0-8db5-d125-42f00467ba2e-9acb0c46, #w-node-_972cbf33-d541-7949-17c6-3b70be3ec3bd-9acb0c46, #w-node-_5bde11a5-2a13-f4c9-bd76-e673ced2f42f-9acb0c46, #w-node-_7984dd41-a6e3-7a61-de59-8b864c121b27-9acb0c46, #w-node-f6e301d1-b9a1-13df-4e83-11d6a078fd2f-9acb0c46, #w-node-ecddbf6d-a1b2-7d03-efd2-2cd791afc101-9acb0c46, #w-node-ff3986d5-71f5-5245-5b33-e26c718a4fb3-9acb0c46, #w-node-ff3986d5-71f5-5245-5b33-e26c718a4fb8-9acb0c46, #w-node-ff3986d5-71f5-5245-5b33-e26c718a4fbd-9acb0c46, #w-node-ff3986d5-71f5-5245-5b33-e26c718a4fc2-9acb0c46, #w-node-_733d8ea6-2416-e207-2ca7-f9e525bbdfa3-9acb0c46, #w-node-_733d8ea6-2416-e207-2ca7-f9e525bbdfa8-9acb0c46, #w-node-_733d8ea6-2416-e207-2ca7-f9e525bbdfad-9acb0c46, #w-node-_733d8ea6-2416-e207-2ca7-f9e525bbdfb2-9acb0c46, #w-node-caa394e9-26e8-76d0-394d-181ec7612eb7-9acb0c46, #w-node-caa394e9-26e8-76d0-394d-181ec7612ebc-9acb0c46, #w-node-caa394e9-26e8-76d0-394d-181ec7612ec1-9acb0c46, #w-node-caa394e9-26e8-76d0-394d-181ec7612ec6-9acb0c46, #w-node-_93b96121-663d-bdde-4e1c-cfc78aa0bbfe-362e99fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93b96121-663d-bdde-4e1c-cfc78aa0bbff-362e99fc {
  align-self: center;
}

#w-node-ad0a6153-b4b5-00ab-cdfe-e17dc0df6ba0-55cd5590, #w-node-_8b212355-d7de-ee20-ab2f-847749acd8d2-55cd5590, #w-node-_1ff3742e-4f54-092a-fec9-83492047b4db-55cd5590, #w-node-fedccc71-4214-4483-9393-05cba4ca4e5c-55cd5590, #w-node-c63fec4c-c602-1b0b-52ae-d2eb46d725a9-55cd5590, #w-node-_56dfb9f8-8ff0-95f6-57a5-7dd97fb28da0-55cd5590 {
  justify-self: end;
}

#w-node-e06fd814-dcb6-970e-bc79-a7233d1debd0-39a19b37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_6eaf1128-8cab-d732-0cbc-1d6f86b9fbc9-1b0a50d8 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-dbbefacb-7cee-167f-f2ee-bc663bf59e4e-4c08a657, #w-node-_1f07d36b-eec7-5f18-8eed-ffb35d178cce-4c08a657, #w-node-_09a4c0af-69d9-d853-73a4-f05a3b76a18b-4c08a657 {
    place-self: start center;
  }

  #w-node-_93b96121-663d-bdde-4e1c-cfc78aa0bbff-362e99fc {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_243b4794-32fe-de3e-eede-cb4847153000-072300b2, #w-node-_48b0efc3-898c-05ee-8a1e-ba205d35dfdc-5d35dfd9 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_243b4794-32fe-de3e-eede-cb4847153000-072300b2, #w-node-_48b0efc3-898c-05ee-8a1e-ba205d35dfdc-5d35dfd9 {
    justify-self: center;
  }

  #w-node-_6e845655-1465-a8af-00af-31f83ed9af69-fc9b84dc {
    place-self: start end;
  }

  #w-node-_3c34ae72-fffa-e6c0-8dde-25bbbebc32a8-362e99fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5bff7510-b422-d600-74fc-2bb61e39c3f0-a9d1efa6 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Cocogoose pro trial';
  src: url('../fonts/Cocogoose-Pro-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}