:root {
  --dark-brown-bg: #615b55;
  --light-beige: #efebe5;
  --btn-hover: #bfbab3;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  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;
}

@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 {
  background-color: var(--dark-brown-bg);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: fixed;
}

.brand {
  margin-top: 20px;
}

.brand.w--current {
  margin-bottom: 30px;
}

.container {
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  color: var(--light-beige);
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.nav-link:hover {
  color: var(--btn-hover);
  font-weight: 300;
}

.heading {
  color: var(--light-beige);
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 49px;
}

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

.button {
  background-color: var(--dark-brown-bg);
  color: var(--light-beige);
  text-align: center;
  border-radius: 6px;
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button.header {
  background-color: var(--light-beige);
  color: var(--dark-brown-bg);
  padding-left: 30px;
  padding-right: 30px;
}

.button.header:hover {
  background-color: var(--btn-hover);
  color: var(--dark-brown-bg);
}

.background-video {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  min-height: 720px;
}

.container-2 {
  flex-flow: column;
  align-items: center;
  margin-top: 450px;
  margin-bottom: 100px;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

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

.body {
  background-color: var(--light-beige);
}

.heading-2 {
  color: #bfbab359;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 400;
  line-height: 115px;
}

.div-block-2 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 40px;
  overflow: hidden;
}

.div-block-2.hello {
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.heading-3 {
  color: var(--dark-brown-bg);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 49px;
  overflow: visible;
}

.heading-3.about-arcade {
  margin-top: 40px;
  overflow: visible;
}

.paragraph {
  color: var(--dark-brown-bg);
  text-align: center;
  max-width: 725px;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}

.container-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.container-3.profesional-design-consultation {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.about-matea {
  background-image: url('../images/Conceptual-interior-design-project-BG-min.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph-2 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-2.mision {
  max-width: 880px;
}

.vision {
  background-image: url('../images/Vision-parallax.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 405px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.vision.goals {
  background-image: url('../images/Goals-parallax.png'), url('../images/Goals-BG-min.avif');
  background-position: 50%, 50%;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.flex-block-2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.paragraf-text {
  margin-top: 30px;
  margin-bottom: 0;
  overflow: hidden;
}

.paragraf-text.paragraph-animation-text-light {
  margin-top: 30px;
  margin-bottom: 0;
}

.paragraf-text.paragraph-animation-text-light.second-row, .paragraf-text.second-row {
  margin-top: 0;
}

.paragraph-3 {
  color: var(--light-beige);
  text-align: left;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  overflow: visible;
}

.heading-4 {
  color: var(--light-beige);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 49px;
  overflow: visible;
}

.container-4 {
  text-align: center;
  max-width: 1100px;
  overflow: hidden;
}

.section-3 {
  min-height: 405px;
  padding-left: 0;
}

.container-5 {
  margin-top: 100px;
}

.flex-block-3 {
  margin-left: 0;
}

.text-block {
  color: var(--dark-brown-bg);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-4 {
  color: var(--dark-brown-bg);
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.container-6 {
  margin-top: 100px;
}

.image-2 {
  max-width: 320px;
}

.column {
  padding-left: 140px;
}

.matea-2 {
  max-width: 1100px;
  margin-top: 100px;
}

.matea-2._2._3 {
  margin-top: 60px;
}

.paragraph-5 {
  color: var(--dark-brown-bg);
  max-width: 570px;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  overflow: hidden;
}

.paragraph-5._2 {
  margin-top: 0;
  padding-bottom: 0;
}

.paragraph-5._2.about-matea-text-3 {
  max-width: 550px;
}

.paragraph-5._2.about-matea-text-2 {
  max-width: 555px;
  padding-bottom: 0;
}

.image-3 {
  flex: 0 auto;
  max-width: 30%;
  margin-right: 0;
}

.image-3.matea-image-2 {
  flex: 1;
  max-width: 30%;
  margin-right: 0;
}

.image-3.matea-image-2:lang(hr) {
  flex: 1;
  max-width: 30%;
}

.image-3.matea-image-2.matea-image-3 {
  max-width: 30%;
  margin-top: -300px;
  padding-top: 0;
}

.image-3.matea-image-2.matea-image-3:lang(hr) {
  max-width: 30%;
}

.image-3.matea-image-1, .image-3.matea-image-1:lang(hr) {
  flex: 1;
  max-width: 30%;
}

.div-block-5 {
  overflow: hidden;
}

.div-block-5.matea-sec-2 {
  padding-left: 0;
  padding-right: 100px;
}

.div-block-5.matea-sec-2.matea-sec-3 {
  padding-left: 100px;
  padding-right: 0;
}

.text-block-2 {
  color: var(--dark-brown-bg);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  overflow: hidden;
}

.flex-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.flex-block-4.matea-vueta-flex-1 {
  margin-bottom: 0;
}

.section-4 {
  margin-top: 100px;
}

.paragraph-6 {
  color: var(--dark-brown-bg);
  max-width: 338px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.container-8 {
  margin-top: 100px;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

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

.container-9 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  max-width: 338px;
}

.paragraph-8 {
  color: var(--dark-brown-bg);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-8, .div-block-9 {
  padding-left: 60px;
}

.heading-5 {
  color: var(--dark-brown-bg);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 49px;
  overflow: hidden;
}

.section-5 {
  padding-left: 60px;
  padding-right: 60px;
}

.section-6 {
  background-image: url('../images/Services-min.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-left: 60px;
  padding-right: 60px;
}

.section-6.services-test {
  background-image: url('../images/Services-min.avif');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.heading-6 {
  color: var(--light-beige);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 49px;
}

.flex-block-5 {
  margin-top: 80px;
  margin-bottom: 100px;
}

.div-block-11 {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 60px;
  display: block;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.card-1 {
  border-radius: 6px;
  transition: all .2s;
}

.card-1:hover {
  box-shadow: 0 0 20px 1px var(--light-beige);
  outline-offset: 0px;
  outline: 3px solid #efebe5a6;
}

.container-11 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-6 {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 40px;
}

.light-text {
  color: var(--dark-brown-bg);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 49px;
}

.paragraph-light-text {
  color: var(--dark-brown-bg);
  text-align: center;
  max-width: 840px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-3 {
  color: var(--dark-brown-bg);
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 49px;
}

.button-2 {
  margin-top: 60px;
}

.conceptual-interior:hover {
  box-shadow: 0 0 20px 0 var(--light-beige);
  outline-color: var(--light-beige);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.button-copy {
  background-color: var(--dark-brown-bg);
  color: var(--light-beige);
  text-align: center;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button-copy:hover {
  background-color: var(--btn-hover);
  color: var(--dark-brown-bg);
}

.button-copy.header {
  background-color: var(--light-beige);
  color: var(--dark-brown-bg);
  padding-left: 30px;
  padding-right: 30px;
}

.button-copy.header:hover {
  background-color: var(--btn-hover);
  color: var(--dark-brown-bg);
}

.button-copy.light {
  background-color: var(--light-beige);
  color: var(--dark-brown-bg);
}

.button-copy.light:hover {
  background-color: var(--btn-hover);
}

.button-copy.subscribe {
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.button-copy.subscribe.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.button-copy.subscribe.new {
  margin-top: 60px;
}

.offer-includes-light-text {
  color: var(--dark-brown-bg);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.flex-block-7 {
  justify-content: space-between;
  align-self: stretch;
  margin-top: 30px;
}

.image-6, .image-7 {
  margin-right: 30px;
}

.offer-includes-light {
  align-self: stretch;
  width: auto;
  margin-bottom: 100px;
}

.about-m {
  background-image: url('../images/Conceptual-interior-design-project-BG-min.png');
  background-position: 0 0;
  background-size: cover;
  padding-left: 60px;
  padding-right: 60px;
}

.flex-block-9 {
  align-items: center;
  margin: 80px auto 40px;
}

.heading-9 {
  color: var(--light-beige);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 49px;
}

.paragraph-10 {
  color: var(--light-beige);
  text-align: center;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-4 {
  color: var(--light-beige);
  text-align: center;
  margin-top: 50px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  line-height: 49px;
}

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

.light-btn {
  background-color: var(--dark-brown-bg);
  color: var(--light-beige);
  text-align: center;
  border-radius: 6px;
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.light-btn:hover {
  background-color: var(--btn-hover);
  color: var(--dark-brown-bg);
}

.light-btn.header {
  background-color: var(--light-beige);
  color: var(--dark-brown-bg);
  padding-left: 30px;
  padding-right: 30px;
}

.light-btn.header:hover {
  background-color: var(--btn-hover);
  color: var(--dark-brown-bg);
}

.heading-10 {
  color: var(--light-beige);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.light-offer-includes {
  margin-top: 20px;
}

.image-8, .image-9 {
  margin-right: 40px;
}

.flex-block-11 {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-12 {
  align-items: center;
  margin: 100px auto 40px;
}

.heading-11 {
  color: var(--dark-brown-bg);
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 49px;
}

.paragraph-11 {
  color: var(--dark-brown-bg);
  text-align: center;
  max-width: 800px;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-5 {
  color: var(--dark-brown-bg);
  margin-top: 50px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 49px;
}

.button-4 {
  margin-top: 60px;
}

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

.heading-12 {
  color: var(--dark-brown-bg);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.flex-block-13 {
  margin-top: 20px;
}

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

.image-11 {
  margin-right: 10px;
}

.image-12 {
  margin-right: 30px;
}

.flex-block-14 {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.section-9 {
  background-image: url('../images/Turnkey-interior-styling-parallax-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-left: 60px;
  padding-right: 60px;
}

.flex-block-15 {
  align-items: center;
  margin: 80px auto 100px;
}

.heading-13 {
  color: var(--light-beige);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 49px;
}

.paragraph-12 {
  color: var(--light-beige);
  text-align: center;
  max-width: 600px;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-6 {
  color: var(--light-beige);
  text-align: center;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  line-height: 49px;
}

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

.flex-block-16 {
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  max-width: 940px;
  margin-top: 80px;
  margin-bottom: 60px;
}

.heading-14 {
  color: var(--dark-brown-bg);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 49px;
}

.heading-15 {
  color: var(--dark-brown-bg);
  text-align: left;
  text-transform: uppercase;
  margin-top: 50px;
  padding-left: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 49px;
}

.portfolio-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-items: stretch;
  margin-top: 50px;
  position: static;
}

.section-10 {
  background-image: url('../images/Portfolio-BG-min.png');
  background-position: 0 0;
  background-size: cover;
}

.portfolio-card {
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.portfolio-section-block {
  background-image: url('../images/Portfolio-BG-min.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.flex-block-17 {
  align-self: stretch;
  align-items: stretch;
  max-width: 940px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.heading-16 {
  color: var(--dark-brown-bg);
  text-align: left;
  text-transform: uppercase;
  padding-left: 4px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 49px;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  place-items: stretch stretch;
  margin-top: 50px;
}

.popup {
  background-color: var(--dark-brown-bg);
  justify-content: center;
  align-items: center;
  margin-top: -645px;
  display: flex;
  position: relative;
  inset: 0%;
}

.slider {
  justify-content: center;
  display: flex;
}

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

.galery-slider:hover {
  opacity: 1;
}

.mask {
  transition: all .5s;
}

.mask:hover {
  transform: scale(1.05);
}

.icon, .icon-2 {
  font-size: 30px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12 {
  max-width: 600px;
  margin: 10px 180px 20px;
}

.section-12 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-13 {
  position: relative;
  top: -300px;
}

.section-13 {
  padding-left: 60px;
  padding-right: 60px;
}

.container-12 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.section-14 {
  padding-left: 60px;
  padding-right: 60px;
}

.text-block-7 {
  color: var(--dark-brown-bg);
  text-align: left;
  max-width: 350px;
  margin-top: 30px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-7.finishes-furnishings-selection {
  max-width: 320px;
  margin-right: 0;
}

.text-block-7.space-organisation {
  max-width: 333px;
  margin-right: 40px;
}

.text-block-7.interior-design-ideas {
  max-width: 345px;
  margin-right: 40px;
}

.text-block-8 {
  color: var(--dark-brown-bg);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.light_flex-box-offer-includes {
  justify-content: space-between;
  align-self: stretch;
  margin-top: 20px;
  overflow: hidden;
}

.offer-includes-light-copy {
  align-self: stretch;
  width: auto;
  margin-bottom: 100px;
}

.flex-block-19 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-9 {
  color: var(--light-beige);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.new-floor-plan-and-furniture-layout {
  color: var(--light-beige);
  max-width: 400px;
  margin-top: 30px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-11 {
  color: var(--light-beige);
  font-family: Montserrat, sans-serif;
}

._3d-realistic-visualizations {
  color: var(--light-beige);
  max-width: 400px;
  margin-top: 30px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
}

.container-14, .container-15 {
  margin-left: auto;
  margin-right: auto;
}

.about-matea-copy {
  padding-left: 60px;
  padding-right: 60px;
}

.light-tet {
  color: var(--light-beige);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 49px;
}

.body-light-text {
  color: var(--light-beige);
  max-width: 880px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-light-text {
  color: var(--light-beige);
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  line-height: 49px;
}

.offer-includes-dark-bg {
  align-self: stretch;
  width: auto;
  margin-bottom: 100px;
}

.heading-17 {
  color: var(--light-beige);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-12 {
  color: var(--light-beige);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-12.dark {
  color: var(--dark-brown-bg);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-12.dark.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-13 {
  color: var(--light-beige);
  text-align: left;
  letter-spacing: -.3px;
  max-width: 380px;
  margin-top: 30px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-13:lang(hr) {
  max-width: 360px;
}

.text-block-14 {
  color: var(--light-beige);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-14:lang(hr) {
  max-width: 184.75px;
}

.text-block-15 {
  color: var(--light-beige);
  text-align: left;
  letter-spacing: -.3px;
  max-width: 385px;
  margin-top: 30px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-16 {
  color: var(--light-beige);
  text-align: left;
  letter-spacing: -.5px;
  max-width: 385px;
  margin-top: 30px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-16:lang(hr) {
  max-width: 360px;
}

.text-block-17 {
  color: var(--light-beige);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-18 {
  color: var(--dark-brown-bg);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.flex-block-20 {
  margin-right: 40px;
}

.flex-block-20.last {
  margin-right: 0;
}

.text-block-19 {
  color: var(--dark-brown-bg);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-20 {
  color: var(--dark-brown-bg);
  text-align: left;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.flex-block-21 {
  justify-content: space-between;
  align-self: stretch;
  margin-top: 20px;
  overflow: hidden;
}

.text-block-21, .text-block-22, .text-block-23 {
  color: var(--dark-brown-bg);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-24, .text-block-25, .text-block-26 {
  color: var(--dark-brown-bg);
  text-align: left;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.container-16 {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.portfolio-image {
  border-radius: 6px;
  width: 450px;
  min-width: 0;
  height: 300px;
  min-height: 0;
  transition: all .5s;
}

.portfolio-image:hover {
  transform: scale(1.03);
}

.container-17 {
  margin-left: auto;
  margin-right: auto;
}

.section-15 {
  background-image: url('../images/Portfolio-BG-min.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.container-18 {
  margin-right: auto;
  padding-left: 0;
}

.section-16 {
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph-12-copy {
  color: var(--light-beige);
  text-align: center;
  max-width: 650px;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.container-19 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.videos {
  background-image: url('../images/Videos_10-parallax-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-left: 60px;
  padding-right: 60px;
}

.flex-block-22 {
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 100px;
}

.background-video-2 {
  max-width: 100%;
  max-height: 100%;
}

.div-block-14 {
  width: 392px;
}

.container-3-copy {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3-copy.profesional-design-consultation {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.background-video-3 {
  min-width: 400px;
  min-height: 800px;
}

.div-block-15 {
  width: 400px;
}

.video {
  max-width: 395px;
  margin-right: 60px;
}

.video-2 {
  max-width: 395px;
}

.contact-section {
  background-image: url('../images/Videos_10-light-parallax-min.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-left: 60px;
  padding-right: 60px;
}

.contact-section.contact {
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.flex-block-23 {
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  margin-top: 80px;
  transition: all .3s;
}

.heading-18 {
  color: var(--dark-brown-bg);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-18.small {
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 49px;
}

.grid-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 50px;
}

.flex-block-24 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.link {
  color: var(--dark-brown-bg);
  text-align: left;
  margin-top: 3px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
}

.link:hover {
  text-decoration: underline;
}

.link.map:hover {
  text-decoration: none;
}

.image-15 {
  max-width: 28px;
}

.flex-block-25 {
  align-items: center;
  margin-bottom: 100px;
}

.paragraph-13 {
  color: var(--dark-brown-bg);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.flex-block-26 {
  align-items: center;
  margin-top: 20px;
}

.image-17 {
  margin-right: 10px;
}

.section-19 {
  background-color: var(--dark-brown-bg);
  padding-left: 60px;
  padding-right: 60px;
}

.flex-block-27 {
  align-items: center;
  margin-right: 40px;
}

.flex-block-28 {
  margin-right: 40px;
}

.paragraph-14, .paragraph-15, .paragraph-16 {
  text-align: left;
}

.flex-block-29 {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 100px;
}

.heading-19 {
  color: var(--btn-hover);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 400;
  line-height: 100px;
}

.heading-19.fs-numbercount_number {
  font-size: 100px;
  line-height: 100px;
}

.paragraph-17 {
  color: var(--light-beige);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.section-20 {
  padding-left: 60px;
  padding-right: 60px;
}

.flex-block-30 {
  align-items: center;
  margin-top: 80px;
}

.heading-20 {
  color: var(--dark-brown-bg);
  max-width: 510px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 49px;
  overflow: hidden;
}

.flex-block-31 {
  justify-content: space-around;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 100px;
  overflow: hidden;
}

.image-18 {
  mix-blend-mode: multiply;
  max-width: 25%;
  margin-right: 60px;
}

.image-19 {
  max-width: 40%;
}

.section-21 {
  background-color: var(--dark-brown-bg);
  padding-left: 60px;
  padding-right: 60px;
}

.container-20 {
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 140px;
  padding-right: 140px;
}

.flex-block-32 {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 20px;
}

.heading-21 {
  color: var(--light-beige);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.link-block, .link-block-2 {
  margin-right: 10px;
}

.flex-block-33 {
  align-items: center;
}

.heading-21-copy {
  color: var(--light-beige);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 20px;
}

.image-21 {
  margin-top: 0;
}

.link-block-3 {
  align-self: stretch;
  margin-top: 30px;
}

.link-block-4 {
  margin-right: 10px;
}

.image-22 {
  overflow: hidden;
}

.container-21 {
  margin-left: 0;
  margin-right: 0;
}

.fs-numbercount_number {
  font-size: 4rem;
  line-height: 1;
}

.fs-numbercount-1_number {
  color: var(--btn-hover);
  text-align: left;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-style: italic;
  line-height: 100px;
}

.flex-block-35 {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 100px;
}

.flex-block-36 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
}

.fs-numbercount-1_number-2 {
  color: var(--btn-hover);
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-style: italic;
  line-height: 100px;
}

.fs-numbercount-1_number-2:lang(hr) {
  margin-bottom: 10px;
}

.heading-22 {
  color: var(--btn-hover);
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-style: italic;
  line-height: 100px;
}

.heading-22.plus {
  margin-top: 10px;
}

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

.collection-list.portfolio-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

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

.popup-subsciption {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-beige);
  border-radius: 6px;
  flex-flow: column;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

.subsciption-from {
  flex-flow: column;
  display: flex;
}

.text-field {
  color: var(--dark-brown-bg);
}

.div-block-18 {
  cursor: pointer;
  position: absolute;
  inset: 3% 3% auto auto;
}

.close-icon {
  width: 12px;
  height: 12px;
}

.error-message {
  background-color: #da4e4e;
}

.div-block-19, .div-block-20 {
  overflow: hidden;
}

.animated-paragraph-text {
  margin-top: 30px;
  overflow: hidden;
}

.animated-paragraph-text.second-row {
  margin-top: 0;
}

.title-text {
  margin-top: 0;
  overflow: hidden;
}

.div-block-21 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-22, .flex-block-38 {
  margin-top: 100px;
}

.mision-paragraph {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 770px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.mision-paragraph.mision {
  max-width: 880px;
}

.mision-paragraph.first-mission-paragraph {
  max-width: 750px;
}

.mision-paragraph.second-mission-paragraph {
  max-width: 790px;
}

.flex-block-39 {
  margin-left: 100px;
}

.paragraph-3-copy {
  color: var(--light-beige);
  text-align: left;
  max-width: 615px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  overflow: visible;
}

.flex-block-4-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.flex-block-4-copy.matea-vueta-flex-1 {
  margin-bottom: 0;
}

.div-block-5-copy.matea-sec-2 {
  padding-left: 0;
  padding-right: 100px;
}

.div-block-5-copy.matea-sec-2.matea-sec-3 {
  padding-left: 100px;
  padding-right: 0;
}

.paragraf-text-copy {
  margin-top: 30px;
  margin-bottom: 0;
  overflow: hidden;
}

.paragraf-text-copy.paragraph-animation-text-light {
  margin-top: 30px;
  margin-bottom: 0;
}

.paragraf-text-copy.paragraph-animation-text-light.second-row, .paragraf-text-copy.second-row {
  margin-top: 0;
}

.div-block-23, .div-block-24 {
  overflow: hidden;
}

.div-block-25 {
  margin-top: 50px;
  margin-bottom: 40px;
  overflow: hidden;
}

.div-block-26 {
  overflow: hidden;
}

.div-block-27 {
  overflow: hidden;
}

.div-block-28 {
  margin-top: 50px;
  margin-bottom: 40px;
  overflow: hidden;
}

.div-block-29 {
  overflow: hidden;
}

.body-light-text-copy {
  color: var(--light-beige);
  max-width: 740px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-30, .div-block-31, .div-block-32 {
  overflow: hidden;
}

.paragraph-light-text-copy {
  color: var(--dark-brown-bg);
  text-align: center;
  max-width: 750px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-light-text-copy-copy {
  color: var(--dark-brown-bg);
  text-align: center;
  max-width: 800px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-33, .div-block-34 {
  overflow: hidden;
}

.paragraph-12-copy-copy, .paragraph-12-copy-copy-copy {
  color: var(--light-beige);
  text-align: center;
  max-width: 540px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-12-copy-copy-copy.second {
  max-width: 460px;
}

.paragraph-12-copy-copy-copy.third {
  max-width: 540px;
}

.paragraph-12-copy-copy-copy {
  color: var(--light-beige);
  text-align: center;
  max-width: 560px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-12-copy-copy-copy.five {
  max-width: 546px;
}

.div-block-35 {
  margin-top: 50px;
  margin-bottom: 40px;
  overflow: hidden;
}

.div-block-36 {
  overflow: hidden;
}

.div-block-37 {
  text-align: center;
  justify-content: center;
  margin: 80px auto 90px;
  display: flex;
  overflow: hidden;
}

.heading-5-copy {
  color: var(--dark-brown-bg);
  text-align: center;
  max-width: 600px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 49px;
  overflow: hidden;
}

.paragraph-2-copy {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 630px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-2-copy.mision {
  max-width: 880px;
}

.icon-4 {
  z-index: 0;
  color: var(--light-beige);
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.locales-wrapper {
  background-color: var(--dark-brown-bg);
  border-radius: 6px;
}

.link-2, .link-2.w--current {
  color: var(--light-beige);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.locale {
  margin-top: 0;
  padding-bottom: 10px;
}

.locale.hr {
  padding-bottom: 20px;
}

.locale.hr-copy {
  padding-bottom: 10px;
}

.text-block-27 {
  color: var(--light-beige);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-27:hover {
  color: var(--btn-hover);
}

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

.image-26 {
  margin-top: 0;
  margin-right: 10px;
}

.flex-block-40 {
  min-width: 100px;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--dark-brown-bg);
    text-align: center;
  }

  .nav-link:hover {
    color: var(--btn-hover);
    font-weight: 300;
  }

  .background-video {
    min-height: auto;
    max-height: 450px;
  }

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

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

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

  .vision {
    min-height: 360px;
  }

  .vision.goals {
    min-height: 330px;
  }

  .paragraf-text {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .section-3 {
    min-height: 330px;
  }

  .matea-2, .matea-2._2.matea-vuleta-flex-2 {
    margin-top: 60px;
  }

  .image-3.matea-image-2.matea-image-3 {
    margin-top: 0;
  }

  .div-block-5 {
    padding-left: 40px;
  }

  .heading-5 {
    margin-top: 40px;
  }

  .flex-block-5 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .flex-block-6 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .button-copy.subscribe {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .flex-block-12 {
    margin-top: 40px;
  }

  .flex-block-15 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .flex-block-16 {
    margin-top: 40px;
  }

  .popup {
    min-width: 730px;
  }

  .nav-menu {
    background-color: var(--light-beige);
  }

  .portfolio-image {
    height: 280px;
  }

  .flex-block-22 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .flex-block-23 {
    margin-top: 40px;
  }

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

  .flex-block-25 {
    margin-bottom: 60px;
  }

  .heading-19 {
    font-size: 80px;
  }

  .image-19 {
    min-width: 20px;
  }

  .icon-3 {
    color: var(--light-beige);
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .section-22 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--dark-brown-bg);
  }

  .paragraph-3-copy {
    margin-bottom: 0;
  }

  .div-block-5-copy {
    padding-left: 40px;
  }

  .paragraf-text-copy {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .heading-5-copy {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .popup {
    min-width: 560px;
  }

  .section-12 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .flex-block-23 {
    flex-flow: column;
    align-items: stretch;
  }

  .grid-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }

  .flex-block-29 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .heading-19 {
    font-size: 60px;
  }

  .flex-block-30 {
    margin-top: 40px;
  }

  .flex-block-31 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .brand.w--current {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .nav-link {
    text-align: left;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .nav-link.navlink-last-in-column {
    margin-bottom: 10px;
  }

  .heading {
    text-align: center;
    max-width: 200px;
    font-size: 22px;
    line-height: 28px;
  }

  .button.header {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .container-2 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    overflow: hidden;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 80px;
  }

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

  .div-block-2.hello {
    margin-top: 20px;
    margin-bottom: 40px;
  }

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

  .heading-3.about-arcade {
    margin-top: 20px;
  }

  .container-3 {
    overflow: hidden;
  }

  .about-matea {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-2:lang(hr) {
    max-width: 98%;
  }

  .paragraph-2.mision {
    margin-top: 20px;
  }

  .vision {
    min-height: 290px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .vision.goals {
    min-height: 280px;
  }

  .paragraf-text, .paragraf-text.paragraph-animation-text-light {
    margin-top: 20px;
  }

  .paragraph-3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 20px;
  }

  .container-4 {
    overflow: hidden;
  }

  .section-3 {
    min-height: 280px;
  }

  .matea-2 {
    margin-top: 40px;
    overflow: hidden;
  }

  .matea-2._2._3.matea-vuleta-flex-3 {
    margin-top: 0;
  }

  .matea-2._2.matea-vuleta-flex-2 {
    margin-top: 20px;
  }

  .paragraph-5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-5._2.about-matea-text-3 {
    margin-top: 10px;
  }

  .paragraph-5._2.about-matea-text-2 {
    margin-top: 20px;
  }

  .image-3 {
    max-width: 100%;
  }

  .image-3.matea-image-2 {
    max-width: 100%;
    margin-top: 20px;
  }

  .image-3.matea-image-2:lang(hr), .image-3.matea-image-2.matea-image-3, .image-3.matea-image-2.matea-image-3:lang(hr), .image-3.matea-image-1, .image-3.matea-image-1:lang(hr) {
    max-width: 100%;
  }

  .div-block-5 {
    margin-top: 10px;
    padding-left: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-5.matea-sec-2 {
    margin-top: 10px;
    padding-right: 0;
  }

  .div-block-5.matea-sec-2.matea-sec-3 {
    margin-top: 20px;
    padding-left: 0;
  }

  .text-block-2 {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .flex-block-4 {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .flex-block-4.matea-vueta-flex-1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .section-5, .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 20px;
  }

  .flex-block-5 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .div-block-11 {
    align-items: flex-start;
    margin-top: 20px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .flex-block-6 {
    margin-top: 40px;
  }

  .light-text {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-light-text {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-3 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .button-copy {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 4px 40px;
    font-size: 12px;
    line-height: 20px;
  }

  .button-copy.light {
    margin-top: 0;
  }

  .offer-includes-light-text {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .offer-includes-light {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .flex-block-12 {
    margin-bottom: 0;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-11 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-5 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-12 {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .section-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-15 {
    margin-bottom: 40px;
  }

  .heading-13 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-6 {
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-14 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 24px;
  }

  .heading-15 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 24px;
  }

  .portfolio-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .portfolio-section-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 24px;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .popup {
    min-width: 310px;
  }

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

  .image-14 {
    max-width: 50%;
  }

  .section-12 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7.finishes-furnishings-selection, .text-block-7.space-organisation, .text-block-7.interior-design-ideas {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-8 {
    font-size: 12px;
    line-height: 16px;
  }

  .light_flex-box-offer-includes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 10px;
  }

  .about-matea-copy.dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .light-tet {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .body-light-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-light-text {
    font-size: 22px;
    line-height: 28px;
  }

  .offer-includes-dark-bg {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-17 {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-12 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-13 {
    margin-top: 10px;
    margin-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-14 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-15 {
    margin-top: 10px;
    margin-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-16 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-17, .flex-block-20, .text-block-19 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-20 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .flex-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 10px;
  }

  .text-block-21 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-24 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-25, .text-block-26 {
    margin-top: 10px;
  }

  .portfolio-image {
    height: 250px;
  }

  .section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-16 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .paragraph-12-copy {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .videos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-22 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .video {
    margin-right: 0;
  }

  .contact-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .grid-5 {
    grid-template-areas: ".";
    margin-top: 20px;
  }

  .link {
    font-size: 14px;
    line-height: 18px;
  }

  .image-15.mappin {
    max-width: 25px;
  }

  .paragraph-13 {
    font-size: 14px;
    line-height: 16px;
  }

  .flex-block-26 {
    align-items: center;
    margin-top: 10px;
  }

  .image-16 {
    max-width: 80%;
  }

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

  .section-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-27 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .flex-block-29 {
    flex-flow: column;
    align-self: center;
    margin-bottom: 20px;
  }

  .heading-19 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-17 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .section-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-20 {
    max-width: 300px;
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .flex-block-31 {
    margin-top: 40px;
  }

  .image-18 {
    mix-blend-mode: multiply;
    max-width: 35%;
  }

  .section-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-21 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
  }

  .image-20 {
    max-width: 80%;
  }

  .link-block, .link-block-2 {
    margin-right: 5px;
  }

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

  .heading-21-copy {
    font-size: 6px;
  }

  .image-21 {
    max-width: 60%;
  }

  .link-block-3 {
    text-align: right;
    margin-top: 19px;
  }

  .section-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-22 {
    max-width: 70%;
  }

  .image-23 {
    max-width: 80%;
  }

  .flex-block-34 {
    align-items: flex-end;
  }

  .image-24, .image-25 {
    max-width: 80%;
  }

  .fs-numbercount-1_number {
    font-size: 60px;
    line-height: 80px;
  }

  .flex-block-35 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-self: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .flex-block-36 {
    align-self: center;
    margin-right: 0;
  }

  .fs-numbercount-1_number-2 {
    font-size: 60px;
    line-height: 80px;
  }

  .heading-22.plus {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 80px;
  }

  .flex-block-37 {
    align-self: center;
  }

  .div-block-21, .div-block-22, .flex-block-38 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mision-paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .mision-paragraph.mision {
    margin-top: 20px;
  }

  .flex-block-39 {
    margin-left: 0;
  }

  .paragraph-3-copy {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .flex-block-4-copy {
    flex-flow: wrap-reverse;
    align-items: flex-start;
  }

  .flex-block-4-copy.matea-vueta-flex-1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-5-copy {
    margin-top: 20px;
    padding-left: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-5-copy.matea-sec-2 {
    margin-top: 10px;
    padding-right: 0;
  }

  .div-block-5-copy.matea-sec-2.matea-sec-3 {
    margin-top: 20px;
    padding-left: 0;
  }

  .paragraf-text-copy, .paragraf-text-copy.paragraph-animation-text-light {
    margin-top: 0;
  }

  .div-block-25 {
    margin-top: 0;
    margin-bottom: 20px;
  }

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

  .body-light-text-copy {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-light-text-copy, .paragraph-light-text-copy-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-34 {
    max-width: 93%;
  }

  .paragraph-12-copy-copy, .paragraph-12-copy-copy-copy {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-12-copy-copy-copy.second {
    margin-top: 10px;
  }

  .paragraph-12-copy-copy-copy.third {
    margin-top: 10px;
  }

  .paragraph-12-copy-copy-copy {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-12-copy-copy-copy.five {
    max-width: 95%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .div-block-35 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .div-block-37 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .heading-5-copy {
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-2-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-2-copy.mision {
    margin-top: 20px;
  }

  .icon-4 {
    z-index: auto;
    color: var(--dark-brown-bg);
    text-align: center;
    margin-top: 5px;
    inset: 0%;
  }

  .locales-wrapper {
    background-color: var(--light-beige);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .link-2, .link-2.w--current {
    color: var(--dark-brown-bg);
    font-size: 14px;
    line-height: 24px;
  }

  .locale {
    text-align: left;
    margin-bottom: 0;
    margin-left: 45px;
    padding-bottom: 10px;
  }

  .text-block-27 {
    color: var(--dark-brown-bg);
    font-size: 14px;
    line-height: 24px;
  }

  .dropdown-toggle {
    text-align: center;
    vertical-align: baseline;
    justify-content: center;
    width: auto;
    padding-top: 0;
    padding-right: 20px;
    display: inline-block;
  }

  .dropdown-toggle.w--open {
    padding-bottom: 10px;
  }

  .dropdown {
    float: left;
    text-align: center;
    vertical-align: middle;
    margin-left: 11px;
  }

  .image-26 {
    filter: invert();
    min-width: 15%;
    max-width: 15%;
    margin-top: 5px;
  }
}

#w-node-_48b45805-6105-60e4-4605-0bfba9040e46-f39cc790 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-fd99fbd8-212c-a53d-74cb-350643e1db8d-f39cc790 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_48b45805-6105-60e4-4605-0bfba9040e46-f39cc790 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_891246e6-8b19-2899-1292-8f081038a172-f39cc790 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


