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

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

:root {
  --tan: #ab9878;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .4s;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  transition: all .2s;
}

p {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0 0 0 1em;
}

ol {
  margin: 0;
  padding: 0 0 0 1.2em;
}

li {
  margin: 0;
  padding: 0;
}

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

label {
  margin-bottom: 0;
  display: block;
}

blockquote {
  border-left-style: solid;
  border-left-width: 5px;
  margin: 0;
  padding: 0 1em;
  font-size: 1.6rem;
  line-height: 1.3;
}

figure {
  margin-bottom: 10px;
}

.fs6--fw3--fc1 {
  text-align: left;
  font-size: 2vh;
}

.fs6--fw3--fc1.center {
  text-align: center;
}

.pvh--fs7 {
  font-size: 1vh;
}

.fs7-2--fw3--fc1 {
  text-align: left;
}

.navbar--bca--br2--fco {
  z-index: 3;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  position: relative;
  inset: 0% auto 0% 0%;
}

.navbar--bca--br2--fco.mobile {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.md2 {
  transition-duration: .8s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.pd1.hide {
  display: none;
}

.pd2.form {
  padding-top: 0;
}

.styleguide_spacing_visual--bca-br2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.styleguide_card_padding--pd2 {
  height: 100%;
}

.styleguide_grid_example--gd12-cd4-ct3-cl2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.styleguide_type_content-gv1-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.styleguide_layout_list {
  flex-direction: column;
  display: flex;
}

.styleguide_hero_img--ab1 {
  filter: blur(16px);
  object-position: 50% 0%;
}

.styleguide_color_mode_list--gv3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide_card_title-wrap--pb1, .styleguide_spacing_list--gp1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide_type_list--gv3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.styleguide_spacing_item--gp0-5-pb1-bw1b {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.styleguide_card_content--gp1-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.styleguide_spacing_content {
  text-align: center;
  min-width: 6em;
  padding: .4em .8em;
}

.styleguide_color_swatch_item--pt1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.styleguide_class_list-gp0-5 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.styleguide_card_wrap--bc2-br2 {
  align-items: flex-start;
  height: 100%;
  position: relative;
}

.styleguide_type_item--pb2-bw1b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.styleguide_grid_example-item {
  width: 100%;
  height: 100%;
  min-height: 5rem;
}

.styleguide_components_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.styleguide_grid_main--gd1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.styleguide_grid_main--gd1.is-cd3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.styleguide_grid_main--gd1.is-cd4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.styleguide_color_swatch_bg--br2-bw1 {
  width: 100%;
  padding-top: 60%;
}

.styleguide_class_item--bca-fcoa-br1-fw2-lh3 {
  text-align: center;
  min-width: 3.9em;
  padding: .4em .7em;
  line-height: 1;
  display: inline-block;
}

.styleguide_color_mode_item--bc2-br2 {
  width: 100%;
}

.styleguide_card_visual--bc1-oc1 {
  width: 100%;
  height: 100%;
  min-height: 5rem;
  position: relative;
}

.styleguide_card_text-stroke--fs1 {
  color: #0000;
}

.form_main_field-wrap {
  width: 100%;
}

.form_main_field-label--fw2-fs7-2 {
  z-index: 1;
  position: relative;
}

.form_main_radio-wrap {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.form_main_component {
  width: 100%;
  margin-bottom: 0;
}

.form_main_success--br1-bc2-bw1 {
  padding: 1.2rem;
}

.form_main_inner-gv2-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form_main_checkbox-wrap {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form_main_submit {
  display: inline-block;
}

.form_main_radio-list--gh1-5-gv1 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_main_error--br1-bca-ac3-fcoa {
  margin-top: 1.3rem;
  padding: .8rem 1.4rem;
}

.form_main_button--bw1-oc1 {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 .5rem 0 0;
}

.form_main_button--bw1-oc1.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.form_main_button--bw1-oc1.is-checkbox---br1.w--redirected-checked {
  background-image: url('../images/checkmark-dark.svg');
  background-size: 60%;
}

.form_main_field--fs7-2-fc1-bw1b {
  z-index: 2;
  background-color: #0000;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  height: 2.7em;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.form_main_field--fs7-2-fc1-bw1b.is-message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 5rem;
  max-height: 10rem;
  padding-top: .5rem;
}

.form_main_field--fs7-2-fc1-bw1b.center {
  text-align: center;
  width: 80%;
}

.style_type_rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: .8rem;
}

.style_type_rich-text p {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.style_type_rich-text h2, .style_type_rich-text h3, .style_type_rich-text h4, .style_type_rich-text h5, .style_type_rich-text h6 {
  margin-top: 1.5rem;
  margin-bottom: .8rem;
}

.style_type_rich-text figure {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.style_type_rich-text ul {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.style_type_rich-text li {
  margin-top: .2rem;
  margin-bottom: .2rem;
}

.style_type_rich-text blockquote {
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}

.style_display_none {
  display: none;
}

.button_main_icon {
  width: .8rem;
  height: 1rem;
}

.button_main_wrap--fw2--bw1--br1 {
  width: 100%;
  padding: .9rem 1.6rem;
  line-height: 1;
  display: inline-block;
}

.button_main_wrap--fw2--bw1--br1.bbca {
  width: 100%;
}

.button_main_layout {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button_main_text {
  font-size: .8rem;
}

.button_item_wrap--br2 {
  width: 48px;
  height: 48px;
  position: relative;
}

.button_play_bg--br1-bw1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page_wrap {
  width: 100vw;
  overflow: hidden;
}

.page_code_wrap {
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.bg_wrap--ab1 {
  z-index: 1;
}

.section_fg_wrap--ab1-pe0 {
  z-index: 3;
}

.container--bg2 {
  z-index: 2;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.container--bg2.is-small {
  max-width: 70rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.space_section_top, .space_section_bottom {
  width: 100%;
}

.styleguide_swatch--cb1-br2, .styleguide_swatch--cb2-br2, .styleguide_swatch--cb3-br2-oc1-bw1, .styleguide_swatch--cb4-br2-oc1-bw1 {
  width: 100%;
  padding-top: 75%;
}

.styleguide_swatch--ca1-br2, .styleguide_swatch--ca2-br2, .styleguide_swatch--ca3-br2 {
  width: 100%;
  padding-top: 60%;
}

.styleguide_color_swatch_item-cp2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.styleguide_color_swatch_outline--bw1-br1-oc1 {
  width: 100%;
  padding-top: 20%;
}

.section-home--pd1 {
  background-color: #0000;
  justify-content: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.list-main--fc4 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 72px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
  inset: auto;
}

.list-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: auto;
}

.navlink {
  opacity: .7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
}

.navlink.close {
  display: flex;
}

.logo-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 8rem;
  display: flex;
  position: relative;
}

.logo-wrap.artek {
  opacity: 0;
}

.owly--fc1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  width: auto;
  height: auto;
  padding: 0 16px;
  transition: all .4s;
  display: flex;
  position: relative;
}

.owly--fc1:hover {
  transform: scale(1.1);
}

.owly--fc1.mobile {
  position: absolute;
  inset: auto auto 16px;
}

.owly--fc1.hide {
  display: none;
}

.is-icon {
  text-align: center;
  font-family: ICONS-OUTLINED, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.is-icon.small {
  width: auto;
  padding: 0;
  font-size: 12px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.is-icon.fontasw {
  font-family: "Fa Brands 400", sans-serif;
}

.div-owl {
  height: 100%;
  position: relative;
}

.owly-svg {
  height: 2rem;
}

.owly-text {
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  margin-right: 5px;
  font-size: .5rem;
  font-weight: 700;
  line-height: 1;
}

.p-small--fs7-3--fw30--fc1 {
  text-align: center;
}

.list-companies {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.flex-block {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1vh;
}

.content-home-wrap--pd2--br2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.content-home-wrap--pd2--br2.center {
  justify-content: space-around;
  align-items: center;
}

.div-home-data {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 4.5rem 4.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
}

.div-data {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.div-data.hf {
  flex-direction: row;
}

.div-data.hf.center {
  justify-content: center;
}

.paragraph--fc1 {
  text-align: justify;
  font-size: 1.6vh;
}

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

.h4-vh--ff2--fc1 {
  font-size: 6vh;
  font-weight: 700;
  display: block;
}

.h4-vh--ff2--fc1.hide {
  display: none;
}

.h4-vh--ff2--fc1.center {
  text-align: center;
}

.img-banner--br2 {
  object-fit: cover;
  object-position: 50% 100%;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 620px;
}

.logo-main {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navmobile-button {
  display: none;
}

.content-wrap--bbc1--br2 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrap--bbc1--br2.detail-unit {
  width: auto;
  padding-top: 48px;
  position: absolute;
  top: 0;
}

.iframe-code-ab1 {
  width: 30%;
  height: 100%;
}

.nav-content {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 8px;
}

.nav-content.pb {
  position: absolute;
}

.nav-content.inner {
  transition: all .2s;
  top: 8px;
  bottom: auto;
  transform: translate(0, -100vh);
}

.nav-content.inner.show {
  transform: translate(0);
}

.nav-content.show {
  top: 8px;
  bottom: auto;
}

.div-submenu-title {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 1rem;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-subemnu-items--bbc1--br1--bw1--oc1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-link-content.main {
  width: auto;
}

.nav-link-content.main.md2--br1 {
  height: auto;
}

.nav-link-content.hide {
  display: none;
}

.nav-link-content.link-floor, .nav-link-content.link-typology {
  width: auto;
}

.nav-link-content.link-typology.show {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.nav-link-content.link-cover {
  width: auto;
}

.nav-link-content.link-cover.show {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.submenu-item-bg--br1 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.submenu-item-wrap {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.code-style-nav {
  position: absolute;
}

.main-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: absolute;
  transform: translate(0, 100vh);
}

.main-content.show {
  transform: translate(0);
}

.inner-content {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: absolute;
  transform: translate(0, 100vh);
}

.inner-content.show {
  opacity: 1;
  display: flex;
  transform: translate(0);
}

.inner-content.map.show {
  align-items: center;
}

.inner-content.photo {
  justify-content: center;
  align-items: center;
}

.inner-content.photo.show {
  object-fit: cover;
}

.inner-content.photo.item-photo.show {
  height: auto;
}

.navbar-mobile-background--br2--fcoa {
  z-index: 3;
  background-color: #000000d6;
  display: none;
  position: absolute;
  inset: 0%;
}

.close-navbar-mobile {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 8px auto auto;
}

.gallery-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.gallery-item--br1--bw1--oc1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.img-place-gallery {
  object-position: 50% 100%;
  height: 100%;
}

.img-place-gallery.contain {
  object-fit: contain;
  height: auto;
}

.img-inpho-project.item-image {
  object-fit: contain;
}

.floor-mask {
  z-index: 2;
  width: 11.9em;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.floor-mask.piso-19-20 {
  width: 11.9em;
  margin-top: 4.5em;
  margin-left: 16.1em;
  position: absolute;
}

.floor-mask.piso-6 {
  width: 28.4em;
  margin-top: 26.4em;
  margin-left: 39.9em;
}

.floor-mask.piso-18 {
  width: 28.1em;
  margin-top: 9.15em;
  margin-left: 40.1em;
}

.floor-mask.piso-17 {
  width: 28.4em;
  margin-top: 10.6em;
  margin-left: 39.9em;
}

.floor-mask.piso-16 {
  width: 28.4em;
  margin-top: 12.05em;
  margin-left: 39.9em;
}

.floor-mask.piso-15 {
  width: 28.4em;
  margin-top: 13.51em;
  margin-left: 39.9em;
}

.floor-mask.piso-14 {
  width: 28.4em;
  margin-top: 14.9em;
  margin-left: 39.9em;
}

.floor-mask.piso-13 {
  width: 28.4em;
  margin-top: 16.3em;
  margin-left: 39.9em;
}

.floor-mask.piso-12 {
  width: 28.4em;
  margin-top: 17.8em;
  margin-left: 39.9em;
}

.floor-mask.piso-11 {
  width: 28.4em;
  margin-top: 19.2em;
  margin-left: 39.9em;
}

.floor-mask.piso-10 {
  width: 28.4em;
  margin-top: 20.6em;
  margin-left: 39.9em;
}

.floor-mask.piso-9 {
  width: 28.4em;
  margin-top: 22em;
  margin-left: 39.9em;
}

.floor-mask.piso-8 {
  width: 28.4em;
  margin-top: 23.4em;
  margin-left: 39.9em;
}

.floor-mask.piso-7 {
  width: 28.4em;
  margin-top: 24.9em;
  margin-left: 39.9em;
}

.floor-mask.piso-5 {
  width: 28.4em;
  margin-top: 27.8em;
  margin-left: 39.9em;
}

.floor-mask.piso-4 {
  width: 28.4em;
  margin-top: 29.3em;
  margin-left: 39.9em;
}

.floor-mask.piso-3 {
  width: 28.4em;
  margin-top: 30.7em;
  margin-left: 39.9em;
}

.floor-mask.piso-2 {
  width: 28.4em;
  margin-top: 32.1em;
  margin-left: 39.9em;
}

.floor-mask.piso-1 {
  width: 28.4em;
  margin-top: 33.6em;
  margin-left: 39.9em;
}

.floor-mask.piso-19 {
  width: 28em;
  margin-top: 7.48em;
  margin-left: 40.2em;
}

.floor-mask.piso-20 {
  width: 27.9em;
  margin-top: 5.5em;
  margin-left: 40.3em;
}

.floor-mask.etapa-piso-20 {
  width: 32.5em;
  margin-top: 5.55em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-19 {
  width: 32.5em;
  margin-top: 7.1em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-18 {
  width: 32.5em;
  margin-top: 8.5em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-17 {
  width: 32.5em;
  margin-top: 9.9em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-16 {
  width: 32.5em;
  margin-top: 11.4em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-15 {
  width: 32.5em;
  margin-top: 12.9em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-14 {
  width: 32.5em;
  margin-top: 14.4em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-13 {
  width: 32.5em;
  margin-top: 15.8em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-12 {
  width: 32.5em;
  margin-top: 17.3em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-11 {
  width: 32.5em;
  margin-top: 18.7em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-10 {
  width: 32.5em;
  margin-top: 20.1em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-9 {
  width: 32.5em;
  margin-top: 21.7em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-8 {
  width: 32.5em;
  margin-top: 23.1em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-7 {
  width: 32.5em;
  margin-top: 24.7em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-6 {
  width: 32.5em;
  margin-top: 26.1em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-5 {
  width: 32.5em;
  margin-top: 27.5em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-4 {
  width: 32.5em;
  margin-top: 29em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-3 {
  width: 32.5em;
  margin-top: 30.5em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-2 {
  width: 32.5em;
  margin-top: 31.9em;
  margin-left: 5.8em;
}

.floor-mask.etapa-piso-1 {
  width: 32.5em;
  margin-top: 33.3em;
  margin-left: 5.8em;
}

.select-image {
  z-index: 1;
  opacity: 1;
  width: 26.5em;
  max-width: none;
  position: relative;
}

.select-image.stage {
  width: 43.6em;
}

.select-image.layout {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.html-svg {
  width: 100%;
}

.image-selector {
  z-index: 2;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  transition: font-size .4s cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.image-selector.show {
  font-size: 1em;
}

.container-selector {
  font-size: 1vw;
}

.tooltip {
  align-items: center;
}

.tooltip.show {
  height: 2.5em;
  margin-top: -.1em;
  font-size: 1.3em;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.container.is-small {
  max-width: 70rem;
}

.button_main_wrap--fw2-br3-bw1 {
  padding: .9rem 1.6rem;
  line-height: 1;
  display: inline-block;
}

.styleguide_card_padding--pd2-2--gra2 {
  width: 100%;
  height: 100%;
  display: block;
}

.styleguide_card_content--gp1-5-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.tooltip-content--bbca-br2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.iframe-isometric {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 80%;
}

.div-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-gif {
  cursor: none;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% auto auto;
}

.unit-detail {
  width: 246px;
  height: 0;
  padding-top: 0;
  transition: all .4s;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.unit-detail.show {
  height: auto;
  position: static;
}

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

.txt--fs7-2--fc1.font2 {
  font-family: Satoshi, sans-serif;
}

.icon-others {
  font-family: ICONS-OUTLINED, sans-serif;
}

.icon-others.fontasw {
  font-family: "Fa Brands 400", sans-serif;
}

.button-others {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.button-others.hide {
  display: none;
}

.div-block-3 {
  height: 2rem;
}

.close-unit-details {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.svg-logo--fc4 {
  width: 8em;
}

.svg-logo--fc4.logo-3 {
  width: 15em;
}

.svg-logo--fc4.logo-4 {
  width: 10em;
}

.img-layout {
  width: 80%;
}

.img-layout.img-apto {
  width: 100%;
  height: 100%;
}

.html-embed {
  position: static;
}

.close-round {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-form {
  width: 100%;
}

.submit--bca--fcoa--oc1--br2 {
  width: 7rem;
  display: inline-block;
}

.form--br2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.checkbox {
  margin-top: 0;
}

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

.companies {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.legal-text--fc2 {
  white-space: nowrap;
  font-size: .75rem;
}

.whatsapp {
  z-index: 4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 14px;
  font-size: 1.5rem;
  transition: all .4s;
  display: flex;
  position: fixed;
  inset: auto 1.5rem 1.5rem auto;
}

.whatsapp:hover {
  color: #a1a1a1;
  transform: scale(1.1);
}

.whatsapp.bc3--br3 {
  z-index: 5;
}

.legal {
  z-index: 5;
  width: 100%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.legal-div {
  display: flex;
}

.html-legal {
  position: absolute;
}

.terms {
  width: 100%;
  height: 1rem;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.typology-mask {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 13.2em;
  margin-top: 1em;
  margin-left: 1em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.typology-mask.lobby {
  justify-content: center;
  align-items: center;
  width: 11.8em;
  margin-top: 8.6em;
  margin-left: 22.9em;
  display: flex;
}

.typology-mask.bike {
  width: 3.1em;
  margin-top: 8.7em;
  margin-left: 43.7em;
}

.typology-mask._101 {
  width: 9.7em;
  margin-top: 10.9em;
  margin-left: 52.2em;
}

.typology-mask._102 {
  justify-content: center;
  align-items: center;
  width: 9.8em;
  margin-top: 10.9em;
  margin-left: 42.45em;
  display: flex;
}

.typology-mask._103 {
  width: 9.8em;
  margin-top: 10.9em;
  margin-left: 32.7em;
}

.typology-mask._104 {
  width: 9.6em;
  margin-top: 10.9em;
  margin-left: 22.95em;
}

.typology-mask._105 {
  width: 9.7em;
  margin-top: 10.8em;
  margin-left: 13.2em;
}

.typology-mask._106 {
  width: 9.9em;
  margin-top: 10.8em;
  margin-left: 3.5em;
}

.typology-mask.gimnasio {
  width: 7.4em;
  margin-top: 16.9em;
  margin-left: 46em;
}

.typology-mask.coworking {
  width: 21.2em;
  margin-top: 8.5em;
  margin-left: 32.5em;
}

.typology-mask.jardin {
  width: 19.1em;
  margin-top: 8.8em;
  margin-left: 20.8em;
}

.typology-mask.pisicina {
  width: 21.6em;
  margin-top: 9.6em;
  margin-left: 27.6em;
}

.typology-mask.position-typology-1 {
  width: 12.1em;
  margin-top: 13.3em;
  margin-left: 0;
}

.typology-mask.position-typology-2 {
  width: 12.1em;
  margin-top: 13.3em;
  margin-left: 12.2em;
}

.typology-mask.position-typology-3 {
  width: 12.1em;
  margin-top: 13.3em;
  margin-left: 24.3em;
}

.typology-mask.position-typology-4 {
  width: 12.1em;
  margin-top: 13.3em;
  margin-left: 36.3em;
}

.typology-mask.position-typology-5 {
  width: 12.1em;
  margin-top: 13.3em;
  margin-left: 48.4em;
}

.typology-mask.position-typology-6 {
  width: 13.6em;
  margin-top: 0;
  margin-left: 48.5em;
}

.typology-mask.position-typology-7 {
  width: 12.1em;
  margin-top: 0;
  margin-left: 36.4em;
}

.typology-mask.position-typology-8 {
  width: 12.1em;
  margin-top: 0;
  margin-left: 24.2em;
}

.typology-mask.position-typology-9 {
  width: 12.8em;
  margin-top: 0;
  margin-left: 11.4em;
}

.typology-mask.position-typology-10 {
  width: 11.3em;
  margin-top: 0;
  margin-left: 0;
}

.typology-mask.etapa-1 {
  width: 31.3em;
  margin-top: 6em;
  margin-left: 43.9em;
}

.typology-mask.etapa-2 {
  width: 36.6em;
  margin-top: 5.9em;
  margin-left: 6.2em;
}

.typology-mask._107 {
  width: 9.3em;
  margin-top: -.1em;
  margin-left: 4em;
}

.typology-mask._108 {
  width: 9.8em;
  margin-top: -.1em;
  margin-left: 13.2em;
}

.typology-mask._109 {
  width: 9.9em;
  margin-top: -.1em;
  margin-left: 22.9em;
}

.typology-mask._110 {
  width: 10.4em;
  margin-top: -.1em;
  margin-left: 32.7em;
}

.typology-mask._111 {
  width: 9.2em;
  margin-top: 0;
  margin-left: 43.1em;
}

.typology-mask._112 {
  width: 9.9em;
  margin-top: 0;
  margin-left: 52.1em;
}

.html-typology {
  opacity: .5;
  color: #ab9878cc;
  width: 100%;
  height: 100%;
}

.html-typology:hover {
  opacity: .7;
}

.html-typology.fc4 {
  color: #ab9878cc;
}

.text-html--fcoa {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: static;
  inset: auto;
}

.compass--oc1--bw1--br3 {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 8px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(16deg);
}

.compass-north--oca {
  border-top: 3px solid #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-right: 3px solid #000;
  border-top-right-radius: 1005px;
  width: 50%;
  height: 50%;
  position: absolute;
  inset: -1px -1px auto auto;
}

.text-block {
  font-size: .75rem;
  transform: rotate(-18deg);
}

.road {
  z-index: 3;
  position: absolute;
}

.road.top {
  inset: -16% auto auto 45%;
}

.road.button {
  inset: auto auto -16% 45%;
}

.road.left {
  inset: auto auto 45% -17%;
}

.road.right {
  inset: auto -17% 45% auto;
}

.tooltip-typology--bbca--br1 {
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
}

.tooltip-amenities--bbca--br3 {
  padding: 8px;
  position: absolute;
  left: 52.5156px;
}

.div-block-4 {
  height: 2rem;
}

.button-link {
  width: 100%;
}

.button-link.md2--br2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-link.main {
  width: auto;
}

.companies-groups {
  justify-content: center;
  align-items: center;
}

.content-home {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-5 {
  width: 100%;
  height: 48px;
  position: relative;
}

.cd-product-viewer-wrapper {
  text-align: center;
  padding: 32px 0;
  position: relative;
}

.cd-pv {
  display: inline-block;
}

.product-viewer {
  z-index: 1;
  width: 60em;
  height: 33em;
  font-size: 1vw;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cd-pv-img {
  z-index: 1;
  display: none;
  position: relative;
}

.product-sprite {
  z-index: 2;
  opacity: 0;
  background-image: url('../images/sprite.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1600%;
  height: 100%;
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.cd-product-viewer-handle {
  z-index: 2;
  background-color: #4d4d4d;
  width: 60%;
  max-width: 300px;
  height: 4px;
  margin: 16px auto 40px;
  position: relative;
}

.fill {
  z-index: 1;
  perspective-origin: 0%;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #616161;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale3d(0, 1, 1);
}

.handle {
  z-index: 20;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  overflow: hidden;
  box-shadow: 0 0 0 6px #ffffff4d;
}

.handle.bca {
  box-shadow: none;
  background-image: none;
  width: 2rem;
  height: 2rem;
  top: -14px;
}

.main-content-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  transform: translate(0, 100vh);
}

.main-content-2.show {
  transform: translate(0);
}

.tooltip-cover--bbca--br3 {
  padding: 8px 16px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tooltip-cover--bbca--br3.cover-1 {
  z-index: 10;
  margin-top: 10.2em;
  margin-left: 45.4em;
}

.tooltip-cover--bbca--br3.cover-2 {
  z-index: 11;
  margin-top: 10.2em;
  margin-left: 17.5em;
}

.nav-content--bbc1--br1--fc1 {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 8px;
}

.image-selector-2 {
  z-index: 2;
  object-fit: fill;
  justify-content: center;
  font-size: 1.3em;
  transition: font-size .4s cubic-bezier(.39, .575, .565, 1);
  position: relative;
  transform: translate(0);
}

.image-selector-2.show {
  transform: translate(0);
}

.tooltip-content--bbca-br1-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0 0;
  overflow: hidden;
}

.tooltip-2 {
  height: 0;
  margin-top: .6em;
  margin-right: -5.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tooltip-2.show {
  height: 2.5em;
  margin-top: -.1em;
}

.stage-image {
  z-index: 1;
  opacity: 1;
  width: 62.1em;
  max-width: none;
  position: relative;
}

.stage-image.etapa {
  width: 75em;
  font-size: 1.1em;
}

.stage-image.torre1 {
  width: 75em;
}

.content-wrap--bbc1--br2--bw1--oc1 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_main_wrap--fw2--bw1--br1-2 {
  padding: .9rem 1.6rem;
  line-height: 1;
  display: inline-block;
}

.div-subemnu-items--br1--bw1--oc1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.floor-mask-2 {
  z-index: 2;
  width: 10em;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.floor-mask-2.piso-19 {
  width: 24em;
  margin-top: 2.2em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-7 {
  width: 24em;
  margin-top: 16.6em;
  margin-left: 33.9em;
  position: absolute;
}

.floor-mask-2.piso-11 {
  width: 24em;
  margin-top: 11.8em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-6 {
  width: 24em;
  margin-top: 17.7em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-5 {
  width: 24em;
  margin-top: 18.9em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-1 {
  width: 24em;
  margin-top: 23.6em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-2 {
  width: 24em;
  margin-top: 22.4em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-15 {
  width: 24em;
  margin-top: 7em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-3 {
  width: 24em;
  margin-top: 21.3em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-17 {
  width: 24em;
  margin-top: 4.6em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-18 {
  width: 24em;
  margin-top: 3.4em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-20 {
  width: 24em;
  margin-top: 0;
  margin-left: 33.9em;
}

.floor-mask-2.piso-4 {
  width: 24em;
  margin-top: 20.1em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-12 {
  width: 24em;
  margin-top: 10.6em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-16 {
  width: 24em;
  margin-top: 5.8em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-9 {
  width: 24em;
  margin-top: 14.2em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-10 {
  width: 24em;
  margin-top: 13em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-13 {
  width: 24em;
  margin-top: 9.4em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-8 {
  width: 24em;
  margin-top: 15.4em;
  margin-left: 33.9em;
}

.floor-mask-2.piso-14 {
  width: 24em;
  margin-top: 8.2em;
  margin-left: 33.9em;
}

.tooltip-typology--bbc1--br3 {
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
}

.typology-type {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.typology-type.item-9 {
  width: 6em;
  margin-top: -7em;
  margin-left: 14.9em;
  display: none;
}

.typology-type.item-9.show {
  display: block;
}

.typology-type.item-10 {
  width: 6em;
  margin-top: -7em;
  margin-left: 2.9em;
  display: none;
}

.typology-type.item-10.show {
  display: block;
}

.typology-type.item-7 {
  width: 6em;
  margin-top: -7em;
  margin-left: 39.2em;
  display: none;
}

.typology-type.item-7.show {
  display: block;
}

.typology-type.item-3 {
  width: 6em;
  margin-top: 5em;
  margin-left: 26.9em;
  display: none;
}

.typology-type.item-3.show {
  display: block;
}

.typology-type.item-8 {
  width: 6em;
  margin-top: -7em;
  margin-left: 26.9em;
  display: none;
}

.typology-type.item-8.show {
  display: block;
}

.typology-type.item-1 {
  justify-content: center;
  align-items: center;
  width: 6em;
  margin-top: 5em;
  margin-left: 2.9em;
  display: none;
}

.typology-type.item-1.show {
  display: block;
}

.typology-type.item-2 {
  width: 6em;
  margin-top: 5em;
  margin-left: 14.9em;
  display: none;
}

.typology-type.item-2.show {
  display: block;
}

.typology-type.item-4 {
  width: 6em;
  margin-top: 5em;
  margin-left: 39.2em;
  display: none;
}

.typology-type.item-4.show {
  display: block;
}

.typology-type.item-6 {
  width: 6em;
  margin-top: -7em;
  margin-left: 51.1em;
  display: none;
}

.typology-type.item-6.show {
  display: block;
}

.typology-type.item-5 {
  width: 6em;
  margin-top: 5em;
  margin-left: 51.1em;
  display: none;
}

.typology-type.item-5.show {
  display: block;
}

.typology-mask-2 {
  z-index: 2;
  width: 12.1em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.typology-mask-2.position-typology-9 {
  justify-content: center;
  align-items: center;
  width: 12.8em;
  margin-left: 11.4em;
  display: flex;
}

.typology-mask-2.position-typology-8 {
  justify-content: center;
  align-items: center;
  margin-left: 24.2em;
  display: flex;
}

.typology-mask-2.position-typology-5 {
  justify-content: center;
  align-items: center;
  margin-top: 13.3em;
  margin-left: 48.4em;
  display: flex;
}

.typology-mask-2.position-typology-7 {
  justify-content: center;
  align-items: center;
  margin-left: 36.3em;
  display: flex;
}

.typology-mask-2.position-typology-3 {
  justify-content: center;
  align-items: center;
  margin-top: 13.3em;
  margin-left: 24.3em;
  display: flex;
}

.typology-mask-2.position-typology-6 {
  justify-content: center;
  align-items: center;
  width: 13.6em;
  margin-top: 0;
  margin-left: 48.5em;
  display: flex;
}

.typology-mask-2.position-typology-2 {
  justify-content: center;
  align-items: center;
  margin-top: 13.3em;
  margin-left: 12.2em;
  display: flex;
}

.typology-mask-2.position-typology-1 {
  justify-content: center;
  align-items: center;
  margin-top: 13.3em;
  display: flex;
}

.typology-mask-2.position-typology-10 {
  justify-content: center;
  align-items: center;
  width: 11.3em;
  display: flex;
}

.typology-mask-2.position-typology-4 {
  justify-content: center;
  align-items: center;
  margin-top: 13.3em;
  margin-left: 36.3em;
  display: flex;
}

.disponibility-item {
  background-color: #ab9878;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.disponibility {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 163px;
  padding: 10px;
  display: flex;
}

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

.text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #27335e;
  text-align: center;
  letter-spacing: .2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nodisponibility-item {
  background-color: #d93832;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.html-typology-2 {
  width: 100%;
}

.html-typology-2.fc4 {
  color: #ab98784d;
  cursor: pointer;
}

.html-typology-2.fc4:hover {
  color: #ab987875;
}

.container-disponibility {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1169px;
  padding: 10px;
  display: flex;
}

.text-html--fco1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: static;
  inset: auto;
}

.html-embed-6 {
  color: #fff;
}

.text-block-2 {
  font-size: .75rem;
  transform: rotate(-18deg);
}

.compass-north--oca-2 {
  border-top: 3px solid #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  border-right: 3px solid #000;
  border-top-right-radius: 1005px;
  width: 50%;
  height: 50%;
  position: absolute;
  inset: -1px -1px auto auto;
}

.image-2 {
  width: 60%;
}

.navbar--bca--br2--fcoa {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  position: relative;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/APTO-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/APTO-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/APTO-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav, .slide-nav-2, .slide-nav-3, .slide-nav-4 {
  display: none;
}

.link-block {
  width: 4%;
  position: absolute;
  inset: 55% auto auto 53%;
}

.icon {
  width: 4%;
  position: absolute;
  inset: 21% 13% auto auto;
}

.styleguide_hero_img--ab1-2 {
  opacity: .04;
  object-position: 50% 0%;
}

.slide-nav-5, .slide-nav-6, .slide-nav-7, .d-none--fs7-2 {
  display: none;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.slide-nav-8 {
  display: none;
}

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

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

.mask-svg.tooltip {
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.container-planta {
  grid-template-rows: auto;
  width: 100%;
  max-width: 1280px;
}

.item-imagen {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.datos {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.item-datos {
  width: 100%;
}

.grid, .grid-2, .grid-3 {
  grid-template-rows: auto;
}

.img-home {
  width: 100%;
}

.image-4 {
  height: 100%;
}

.gradient {
  background-image: linear-gradient(#11172c00 27%, #171c31f2 88%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.gradient.hide {
  display: none;
}

.layout_full_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 550px;
  height: 100%;
  max-height: 430px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 4%;
}

.svg {
  width: 8em;
  height: 5em;
}

.h4-vh--fc6-2 {
  text-align: center;
  font-size: 6vh;
  font-weight: 700;
  display: block;
}

.h4-vh--fc6-2.text-home {
  font-size: 9vh;
}

.ht--fc1--ff1--fw2--fs7-2.center, .text-hme-fs6--fw3--fc1.center, .p-small--fs7-2--fw30--fc1 {
  text-align: center;
}

.flex-block-3 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1vh;
}

.svg-logo--fc1 {
  width: 12em;
}

.svg-logo--fc1.logo-cuatro {
  width: 11em;
}

.tooltip-typology--bbc1--br1 {
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
}

.arrow--bbc1--br2--bw1--oc1 {
  background-color: #27335d1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: .6em;
  display: flex;
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slide-nav-9 {
  display: none;
}

.image-5 {
  height: 100%;
}

.slider-4 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slide-nav-10 {
  display: none;
}

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

.slide-6 {
  background-image: url('../images/APTO-4.webp');
  background-position: 50%;
  background-size: cover;
}

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

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

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

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

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

.slide-12 {
  background-image: url('../images/APTO-6.webp');
  background-position: 50%;
  background-size: cover;
}

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

.slide-14 {
  background-image: url('../images/APTO-4.webp');
  background-position: 50%;
  background-size: cover;
}

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

.slide-16 {
  background-image: url('../images/APTO-6.webp');
  background-position: 50%;
  background-size: cover;
}

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

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

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

.slide-20 {
  background-image: url('../images/APTO-6.webp');
  background-position: 50%;
  background-size: cover;
}

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

.home-mobile {
  display: none;
}

.slider-5 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .list-home {
    grid-auto-columns: 1fr;
  }

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

  .compass-north--oca {
    top: -2px;
    right: -2px;
  }

  .image-selector-2 {
    font-size: 1em;
  }

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

  .text {
    font-size: 12px;
  }

  .compass-north--oca-2 {
    top: -2px;
    right: -2px;
  }
}

@media screen and (min-width: 1920px) {
  .div-home-data {
    height: auto;
  }

  .iframe-code-ab1 {
    height: 100%;
  }
}

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

  .container--bg2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .list-main--fc4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 72px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .list-home {
    overflow: auto;
  }

  .content-home-wrap--pd2--br2 {
    width: 100%;
  }

  .paragraph--fc1 {
    font-size: 1.2vh;
  }

  .h4-vh--ff2--fc1 {
    font-size: 4vh;
  }

  .logo-main {
    justify-content: space-between;
  }

  .hide {
    display: none;
  }

  .div-subemnu-items--bbc1--br1--bw1--oc1 {
    flex-direction: row;
    align-items: center;
  }

  .inner-content.photo.item-photo.show {
    height: auto;
  }

  .img-place-gallery.contain {
    object-fit: contain;
    height: auto;
  }

  .image-selector.etapa-2 {
    margin-left: 29.6em;
    font-size: 2em;
  }

  .image-selector.etapa-1 {
    margin-right: 30.7em;
    font-size: 2em;
  }

  .tooltip.show {
    margin-right: -5.6em;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .product-viewer {
    font-size: 1.5vw;
  }

  .tooltip-cover--bbca--br3.cover-2 {
    width: auto;
  }

  .tooltip-content--bbca-br1-2 {
    width: auto;
    margin-right: -9.5em;
  }

  .floor-number--fs9-2--fw2--fcoa {
    width: auto;
  }

  .div-subemnu-items--br1--bw1--oc1 {
    flex-direction: row;
    align-items: center;
  }

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

  .text {
    font-size: 8px;
  }

  .layout_full_content {
    left: 2%;
  }

  .h4-vh--fc6-2 {
    font-size: 4vh;
  }
}

@media screen and (max-width: 767px) {
  .styleguide_type_item--pb2-bw1b {
    grid-template-columns: 100%;
  }

  .container--bg2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h4-vh--ff2--fc1 {
    font-size: 3vh;
  }

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

  .gallery-item--br1--bw1--oc1 {
    height: 500px;
  }

  .image-selector.etapa-2 {
    font-size: 2.1em;
  }

  .image-selector.etapa-1 {
    margin-right: 32.9em;
    font-size: 2.4em;
  }

  .tooltip {
    height: 3em;
  }

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

  .text-html--fcoa {
    font-size: .8rem;
  }

  .tooltip-content--bbca-br1-2 {
    height: 3em;
    margin-right: -10.5em;
  }

  .text-html--fco1 {
    font-size: .8rem;
  }

  .h4-vh--fc6-2 {
    font-size: 3vh;
  }
}

@media screen and (max-width: 479px) {
  .fs7-2--fw3--fc1.fw3 {
    white-space: nowrap;
  }

  .navbar--bca--br2--fco {
    display: none;
  }

  .navbar--bca--br2--fco.mobile {
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .styleguide_hero_img--ab1 {
    height: 100%;
  }

  .styleguide_spacing_content {
    width: 100%;
  }

  .button_main_wrap--fw2--bw1--br1 {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .button_main_text {
    font-size: .7rem;
  }

  .bg_wrap--ab1 {
    min-height: 100svh;
  }

  .container--bg2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-home--pd1 {
    height: auto;
    min-height: 100dvh;
    position: static;
  }

  .list-main--fc4 {
    grid-template-rows: 64px auto;
  }

  .list-home {
    grid-template-rows: auto auto 120px;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .navlink, .navlink.w--current {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-wrap {
    opacity: 1;
    justify-content: center;
    width: 80px;
    display: flex;
  }

  .logo-wrap.artek {
    opacity: 1;
    width: 5em;
  }

  .logo-wrap.logo-mobile {
    opacity: 0;
  }

  .owly--fc1 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .owly--fc1.mobile {
    width: 56px;
    height: 56px;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .is-icon {
    display: block;
  }

  .is-icon.small {
    font-size: 12px;
    display: block;
  }

  .is-icon.big {
    font-size: 1.8rem;
  }

  .owly-svg {
    height: 24px;
  }

  .list-companies {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-data {
    justify-content: flex-start;
  }

  .paragraph--fc1 {
    font-size: 1.5vh;
  }

  .h4-vh--ff2--fc1 {
    font-size: 5vh;
  }

  .main {
    overflow: hidden;
  }

  .img-banner--br2 {
    height: 16.7em;
  }

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

  .content-wrap--bbc1--br2 {
    margin-bottom: .5rem;
  }

  .div-submenu-title {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .inner-content.photo.show {
    overflow: hidden;
  }

  .navbar-mobile-background--br2--fcoa {
    z-index: 3;
    display: none;
    transform: translate(100vw);
  }

  .navbar-mobile-background--br2--fcoa.show {
    z-index: 6;
    display: block;
    transform: translate(0);
  }

  .navbar-mobile-background--br2--fcoa.pd1.show {
    position: absolute;
  }

  .close-navbar-mobile {
    position: absolute;
    inset: 0% 0% auto;
  }

  .img-place-gallery.contain {
    height: auto;
  }

  .img-inpho-project {
    object-position: 0% 50%;
  }

  .image-selector {
    font-size: 1.5em;
  }

  .image-selector.floor {
    font-size: 1.6em;
  }

  .image-selector.show {
    font-size: 1.35em;
  }

  .image-selector.etapa-2 {
    margin-left: 30.3em;
    font-size: 2.7em;
  }

  .image-selector.etapa-1 {
    font-size: 3.1em;
  }

  .tooltip {
    height: auto;
  }

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

  .iframe-isometric {
    width: 100%;
  }

  .div-block {
    flex-direction: column;
    height: 100%;
    position: relative;
  }

  .img-layout {
    width: 80%;
  }

  .whatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 5rem;
    right: 1rem;
  }

  .whatsapp:hover {
    color: #5fccc5;
  }

  .whatsapp.bc3--br3.navbar {
    z-index: 6;
  }

  .text-html--fcoa {
    font-size: .5rem;
  }

  .road.right {
    inset: auto -3.3rem 45% auto;
    transform: rotate(90deg);
  }

  .road.left {
    transform: rotate(270deg);
  }

  .div-block-5 {
    width: 100%;
    height: 48px;
    position: relative;
    bottom: 80px;
  }

  .product-viewer {
    font-size: 2vw;
  }

  .div-block-6 {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 100%;
    display: flex;
    position: relative;
  }

  .image-selector-2 {
    font-size: 1.5em;
  }

  .tooltip-content--bbca-br1-2 {
    height: 3.5em;
    margin-right: -14em;
  }

  .button_main_wrap--fw2--bw1--br1-2 {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .text-html--fco1 {
    font-size: .5rem;
  }

  .navbar--bca--br2--fcoa {
    display: none;
  }

  .styleguide_hero_img--ab1-2 {
    height: 100%;
  }

  .container-planta {
    grid-template-columns: 1fr;
    height: 100%;
    padding-top: 1em;
    overflow: auto;
  }

  .datos {
    width: 90%;
  }

  .image-4 {
    display: none;
  }

  .gradient {
    background-image: linear-gradient(#11172c00 19%, #171c31f2 64%);
  }

  .layout_full_content {
    padding-left: 1em;
    padding-right: 1em;
    bottom: -14%;
    left: 0%;
  }

  .svg.fc1 {
    width: 10em;
  }

  .h4-vh--fc6-2 {
    font-size: 4vh;
  }

  .h4-vh--fc6-2.text-home {
    font-size: 7vh;
  }

  .ht--fc1--ff1--fw2--fs7-2.center.text {
    display: none;
  }

  .text-hme-fs6--fw3--fc1.center {
    font-size: .9rem;
  }

  .whatsapp-nav {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 14px;
    font-size: 1.5rem;
    display: flex;
  }

  .home-mobile {
    height: 100%;
    display: block;
  }
}

#w-node-_153d20bd-a87a-2446-826f-9a623464f4c6-79f6d207, #w-node-_153d20bd-a87a-2446-826f-9a623464f4d5-79f6d207, #w-node-_153d20bd-a87a-2446-826f-9a623464f4da-79f6d207, #w-node-_153d20bd-a87a-2446-826f-9a623464f4df-79f6d207, #w-node-_153d20bd-a87a-2446-826f-9a623464f4e4-79f6d207, #w-node-_153d20bd-a87a-2446-826f-9a623464f4e9-79f6d207, #w-node-_153d20bd-a87a-2446-826f-9a623464f4ee-79f6d207, #w-node-c7be094d-d7de-7fef-9314-9735cf6fb7a4-cf6fb7a4, #w-node-c7be094d-d7de-7fef-9314-9735cf6fb7a5-cf6fb7a4, #w-node-c7be094d-d7de-7fef-9314-9735cf6fb7a7-cf6fb7a4, #w-node-_77697ffb-f981-94a8-bc0f-aec43c7c7079-79f6d212, #w-node-_77697ffb-f981-94a8-bc0f-aec43c7c7080-79f6d212, #w-node-da104012-320b-8446-fc4b-d6ee6068424d-79f6d212, #w-node-_617ea0a9-b218-9db7-5e81-d87819e5abce-79f6d212, #w-node-_0a4bd37c-b8eb-4db4-7aa8-9ae787ddfef5-79f6d212, #w-node-_0998b64e-fdfb-6b4e-df4c-7625cd5edadb-79f6d212, #w-node-_6703922b-0231-6950-6fe2-20f644e720bf-79f6d212, #w-node-_6703922b-0231-6950-6fe2-20f644e720bb-79f6d212, #w-node-_6703922b-0231-6950-6fe2-20f644e720c3-79f6d212, #w-node-_6703922b-0231-6950-6fe2-20f644e720c8-79f6d212, #w-node-_680792c2-1a79-a655-9c93-88456fba4299-79f6d212, #w-node-_680792c2-1a79-a655-9c93-88456fba429e-79f6d212, #w-node-_680792c2-1a79-a655-9c93-88456fba42a3-79f6d212, #w-node-_680792c2-1a79-a655-9c93-88456fba42a8-79f6d212, #w-node-_87db148f-2ca7-11ca-2866-8c645a083bb0-79f6d213, #w-node-_87db148f-2ca7-11ca-2866-8c645a083bb1-79f6d213, #w-node-_87db148f-2ca7-11ca-2866-8c645a083bdb-79f6d213, #w-node-_87db148f-2ca7-11ca-2866-8c645a083bdc-79f6d213, #w-node-c623e3b5-84fb-c112-f7cf-e323a5bd8d8f-79f6d213, #w-node-c623e3b5-84fb-c112-f7cf-e323a5bd8d90-79f6d213, #w-node-c623e3b5-84fb-c112-f7cf-e323a5bd8dae-79f6d213, #w-node-c623e3b5-84fb-c112-f7cf-e323a5bd8daf-79f6d213, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c0f-79f6d213, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c1a-79f6d213, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c2e-79f6d213, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c2f-79f6d213, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c5b-79f6d213, #w-node-_87db148f-2ca7-11ca-2866-8c645a083c5c-79f6d213, #w-node-_766ee846-48f0-bf23-b11c-0a7a586259d7-79f6d215 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d08-77fe7d08, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d09-77fe7d08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d272fbc-0819-89a7-d188-b75b59e21f26-77fe7d08, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d0a-77fe7d08, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d12-77fe7d08, #w-node-af2930ac-620b-279c-a3d2-547b9996b499-77fe7d08, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d0c-77fe7d08, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d17-77fe7d08, #w-node-d84f026c-77eb-be57-75ed-96873c7ce443-77fe7d08, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d0e-77fe7d08, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d1a-77fe7d08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c258e03-ae6c-9c5d-909b-73ac853d6fd3-77fe7d08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_89a9891d-3ee6-c5bd-a9b5-ff5a15c408d8-79f6d21d, #w-node-_340dd001-37d3-525b-ee43-941c446ac9da-79f6d21d, #w-node-_340dd001-37d3-525b-ee43-941c446ac9c0-79f6d21d, #w-node-_340dd001-37d3-525b-ee43-941c446ac9b3-79f6d21d, #w-node-_64ff30c5-aab8-db8f-a407-bd7dfbdf6603-79f6d21d, #w-node-_1a9c9243-fa5f-41a5-58f4-49463148ec1f-79f6d21d, #w-node-_0863400f-4363-f1e5-b59c-7540e3477ac3-79f6d21d, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c206-79f6d21d, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c208-79f6d21d, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20a-79f6d21d, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20c-79f6d21d, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c20e-79f6d21d, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c210-79f6d21d, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c212-79f6d21d, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c214-79f6d21d, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c216-79f6d21d, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c218-79f6d21d, #w-node-_3335d655-e2e6-a4df-fc7a-0f053409c21a-79f6d21d, #w-node-_43344b42-b113-c4ed-ec12-9ec3043ce278-79f6d221, #w-node-_43344b42-b113-c4ed-ec12-9ec3043ce27e-79f6d221, #w-node-_937b2962-17c8-0c11-eabf-5c793cd50e6a-79f6d223, #w-node-_8e9ae8ac-d1f5-0689-894d-55570ed8adca-79f6d223 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947e5c72-0eb9-b04d-4f29-380b18ab9746-79f6d225 {
  place-self: center;
}

#w-node-_862e949d-0961-5443-09ac-99461f752961-79f6d228, #w-node-f89bfa4b-4b27-ffc7-70f5-79e33afdd12b-79f6d228, #w-node-ded1dd03-52b3-a61e-b6a3-e41c3618546d-79f6d228, #w-node-_2f0482f4-d303-859b-6204-fd054a8fea9f-79f6d228, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf1b-79f6d228, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf22-79f6d228, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf29-79f6d228, #w-node-_6a81d4ea-5a0b-5b6c-1812-9298341abf30-79f6d228, #w-node-_14b7a568-df95-c57b-eb5c-49af6173b5ff-79f6d228, #w-node-_14b7a568-df95-c57b-eb5c-49af6173b614-79f6d228, #w-node-_851f311e-14b5-c3aa-41c1-cb354d76929c-79f6d228, #w-node-_851f311e-14b5-c3aa-41c1-cb354d7692a3-79f6d228, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada40827-79f6d228, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada4082e-79f6d228, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada40835-79f6d228, #w-node-_04d8d540-0b58-3ac8-315f-c0b5ada4083c-79f6d228, #w-node-b1d29cef-6398-ebf4-00fe-f0f20250a5fa-79f6d22a, #w-node-b1d29cef-6398-ebf4-00fe-f0f20250a601-79f6d22a, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23a9-79f6d22a, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23b1-79f6d22a, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23b9-79f6d22a, #w-node-d1f4c1ae-9e07-05da-1c84-35c7aece23c1-79f6d22a, #w-node-bcd96ef1-454d-6bee-d81e-43680c9805ff-79f6d22a, #w-node-db280d27-0a01-e8ea-abd3-542538337e3b-79f6d22a, #w-node-_588c267e-f78d-8e57-58fe-d9da276415b6-79f6d22a, #w-node-beab3c3a-bf67-45b9-7dbc-bb94e8e0897b-79f6d22a, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb458-79f6d22a, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb460-79f6d22a, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb468-79f6d22a, #w-node-_434ce385-babb-1e5e-75d9-0e309efeb470-79f6d22a, #w-node-_265b3891-2362-c7cd-a831-cdadbd211280-79f6d22a, #w-node-_265b3891-2362-c7cd-a831-cdadbd211288-79f6d22a, #w-node-_265b3891-2362-c7cd-a831-cdadbd211296-79f6d22a, #w-node-_265b3891-2362-c7cd-a831-cdadbd2112a4-79f6d22a, #w-node-ee03750d-98ba-9780-11c4-2594987e6758-79f6d22a, #w-node-ee03750d-98ba-9780-11c4-2594987e6760-79f6d22a, #w-node-ee03750d-98ba-9780-11c4-2594987e6768-79f6d22a, #w-node-ee03750d-98ba-9780-11c4-2594987e6770-79f6d22a, #w-node-c5e77e45-6330-3989-dff9-16d7860bd763-79f6d22a, #w-node-_9fcf89a7-81ae-0ec3-2a5a-c861701f3ca7-79f6d22a, #w-node-_15624a92-df93-70aa-62c5-63a4950beaa2-79f6d22a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c7be094d-d7de-7fef-9314-9735cf6fb7a4-cf6fb7a4, #w-node-_3d32820e-0da0-89d0-029f-2b7577fe7d09-77fe7d08 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_94866c23-e541-1a9f-aaf8-1fdd61922315-79f6d211, #w-node-_94866c23-e541-1a9f-aaf8-1fdd6192231d-79f6d211, #w-node-_94866c23-e541-1a9f-aaf8-1fdd6192231f-79f6d211, #w-node-_94866c23-e541-1a9f-aaf8-1fdd61922321-79f6d211, #w-node-_94866c23-e541-1a9f-aaf8-1fdd61922317-79f6d211, #w-node-_94866c23-e541-1a9f-aaf8-1fdd61922323-79f6d211, #w-node-_722f66ab-7e98-718a-9699-7a32d2380db6-79f6d215, #w-node-_722f66ab-7e98-718a-9699-7a32d2380de9-79f6d215, #w-node-f38c1308-8a64-fe75-e92d-4a8df4bed681-79f6d21e, #w-node-fe73c791-fddd-5f33-39db-0de108e68a25-79f6d21e, #w-node-ed48af3f-966a-c68c-e542-6448b4a4d68f-79f6d21e, #w-node-c0d4da93-d078-5a27-1c18-2132e575b494-79f6d21e, #w-node-d1f67152-c800-936c-d562-209ae630b60c-79f6d21e, #w-node-b0d65c26-c530-9a09-3182-68541e9b5517-79f6d21e, #w-node-_43344b42-b113-c4ed-ec12-9ec3043ce27a-79f6d221, #w-node-_43344b42-b113-c4ed-ec12-9ec3043ce272-79f6d221 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_43344b42-b113-c4ed-ec12-9ec3043ce278-79f6d221 {
    grid-column: span 3 / span 3;
  }

  #w-node-_43344b42-b113-c4ed-ec12-9ec3043ce27c-79f6d221 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_43344b42-b113-c4ed-ec12-9ec3043ce27e-79f6d221 {
    grid-column: span 3 / span 3;
  }

  #w-node-f578548a-fe99-d353-5387-ef61e36662f9-79f6d221 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_503c60a9-c11c-2d98-cbb6-ce4b5a6550f8-79f6d207 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_153d20bd-a87a-2446-826f-9a623464f4c7-79f6d207 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_153d20bd-a87a-2446-826f-9a623464f4d5-79f6d207, #w-node-_153d20bd-a87a-2446-826f-9a623464f4da-79f6d207, #w-node-_153d20bd-a87a-2446-826f-9a623464f4df-79f6d207, #w-node-_153d20bd-a87a-2446-826f-9a623464f4e4-79f6d207, #w-node-_153d20bd-a87a-2446-826f-9a623464f4e9-79f6d207, #w-node-_153d20bd-a87a-2446-826f-9a623464f4ee-79f6d207 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_153d20bd-a87a-2446-826f-9a623464f4f3-79f6d207 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c7be094d-d7de-7fef-9314-9735cf6fb7b0-cf6fb7a4, #w-node-_766ee846-48f0-bf23-b11c-0a7a586259d3-79f6d215 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_722f66ab-7e98-718a-9699-7a32d2380db6-79f6d215 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_722f66ab-7e98-718a-9699-7a32d2380de9-79f6d215 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_947d0e22-f36a-8956-0e8f-13f52d5b98e4-79f6d221 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler.woff2') format('woff2'), url('../fonts/Butler.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ICONS-REGULAR';
  src: url('../fonts/MaterialIcons-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ICONS-ROUND';
  src: url('../fonts/MaterialIconsRound-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ICONS-OUTLINED';
  src: url('../fonts/MaterialIconsOutlined-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aurea';
  src: url('../fonts/Aurea-V13-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}