:root {
  --text-100-main: #2b2525;
  --white-100: #fafafa;
  --white: white;
  --secondary-100: #c7bdab;
  --secondary-300: #82a5a9;
  --black-100: #1a1616;
  --text-100-white: whitesmoke;
  --primary-200: #c39999;
  --text-200: #4d4a4a;
  --secondary-200: #638e94;
  --primary-default: #917372;
  --secondary-default: #a1a197;
  --background-200: #ede1d4;
  --background-300: #e0ccb7;
  --text-300: #8e8989;
  --white-101: white;
  --background-100: #ece6e1;
  --size: 1340px;
  --black-101: black;
}

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

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

body {
  color: var(--text-100-main);
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  color: var(--text-100-main);
  text-decoration: none;
}

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

.section {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 115px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.section.footer {
  color: var(--text-100-main);
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 17px;
  line-height: 140%;
  display: flex;
}

.body {
  background-color: var(--white-100);
  flex-direction: column;
  align-items: center;
  font-family: Montserrat Variablefont Wght, sans-serif;
  display: flex;
}

.header {
  z-index: 5;
  background-color: var(--white-100);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-logo {
  z-index: 7;
  flex-direction: column;
  align-items: center;
  width: 77.31px;
  height: 99px;
  display: flex;
}

.menu-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-h1 {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  font-family: Sweetgothic, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.text-h1.hero-h1.text-start {
  text-align: left;
}

.text-h1.pb-60 {
  margin-bottom: 60px;
}

.section-background {
  background-color: var(--white-100);
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-background.menu {
  z-index: 5;
  background-color: var(--white);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-background._4 {
  background-color: var(--secondary-100);
}

.section-background.start {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white-100);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.section-background.start.mobile {
  display: none;
}

.section-background.secondary-300_bg {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--secondary-300);
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-background.partners-style_section {
  margin-top: 54px;
}

.section-background.black {
  background-color: var(--black-100);
  color: var(--text-100-white);
}

.section-background.black.padding200y {
  padding-top: 300px;
  padding-bottom: 200px;
}

.section-background.bg-text-100 {
  background-color: var(--white-100);
}

.section-background.strech {
  z-index: 6;
  align-items: stretch;
  position: -webkit-sticky;
  position: sticky;
  top: -40px;
}

.section-background.margin-top {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-bottom: 100px;
  padding-top: 60px;
}

.section-background.gap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.section-background.secondary {
  background-color: var(--secondary-300);
}

.section-background.secondary.mt-40 {
  margin-top: 40px;
}

.section-background.secondary-100 {
  background-color: var(--secondary-100);
}

.section-background.secondary-100.mt-100 {
  margin-top: 100px;
}

.section-background.secondary-100.p-100 {
  padding-top: 200px;
  padding-bottom: 100px;
}

.section-background.overflow-show {
  overflow: visible;
}

.section-background.background-grey {
  background-color: var(--text-100-white);
}

.sevices-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: 786px;
  height: 100%;
  max-height: 786px;
}

.text-xl {
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 36px;
  line-height: 140%;
}

.text-xl.text-center.max-width {
  max-width: 1289px;
}

.text-xl.sweetgothic.laptop-small {
  font-size: 28px;
  line-height: 150%;
}

.text-xl.hero-h2.text-center.max-683 {
  max-width: 683px;
}

.text-xl.hero-h2.max-600 {
  max-width: 600px;
}

.text-xl.mb-20 {
  margin-bottom: 20px;
}

.text-xl.semi-bold {
  font-weight: 600;
}

.text-xl.semi-bold.min-400 {
  min-width: 400px;
}

.hero-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.hero-block.home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 600px;
  height: auto;
  margin-top: 140px;
  margin-bottom: 40px;
  margin-left: 10%;
  padding-bottom: 20px;
  position: relative;
}

.hero-block.home.card {
  background-color: var(--white-100);
  max-width: 760px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 80px;
}

.hero-block.home.white-text.mobile-black {
  z-index: 2;
}

.hero-block.home.white-text._2 {
  margin-left: 5%;
}

.hero-block.start {
  align-items: flex-start;
}

.hero-block._100 {
  height: 100%;
  margin-right: 0;
}

.hero-block._100.portfolio {
  justify-content: flex-start;
  height: 40%;
  margin-top: 300px;
  margin-left: 40px;
  margin-right: 40px;
}

.text-md {
  font-size: 23px;
  line-height: 145%;
}

.text-md.black {
  color: var(--text-100-main);
}

.text-md.text-center.max-533 {
  max-width: 533px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.text-md.sweetgothic.white-text.menu-photo-text {
  min-width: 240px;
}

.text-md.max-600 {
  max-width: 600px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.text-md.padding {
  padding-top: 20px;
  padding-bottom: 60px;
}

.text-md.max-180 {
  max-width: 180px;
}

.text-md.mb-20 {
  margin-bottom: 20px;
}

.text-md.max-628 {
  max-width: 628px;
}

.text-md.max-342 {
  max-width: 250px;
}

.text-md.statement {
  flex: 1;
  min-width: 400px;
  max-width: 100%;
}

.text-md.ml-10 {
  margin-left: 20px;
}

.text-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sweetgothic, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 140%;
}

.text-h3.montserrat {
  line-height: 130%;
}

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

.text-h3.montserrat._80 {
  width: 80%;
}

.text-h3.montserrat._80.max-500 {
  max-width: 900px;
  font-size: 36px;
}

.text-h3.montserrat.max-912.white-text {
  max-width: 1000px;
}

.text-h3.align-center {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.text-h3.smaller {
  font-size: 40px;
}

.text-lg {
  font-size: 28px;
  line-height: 140%;
}

.text-lg.footer-quote {
  max-width: 693px;
}

.text-lg.number-mobile {
  display: none;
}

.text-lg.statment {
  flex: 1;
  min-width: 400px;
  max-width: 100%;
}

.text-lg.statment-2 {
  flex: 0 auto;
  min-width: 400px;
  max-width: 510px;
  margin-bottom: 0;
}

.text-lg.semibold {
  white-space: nowrap;
  font-weight: 600;
  display: inline-block;
}

.text-lg.semibold.procces_block_lg-text {
  white-space: normal;
}

.text-lg.semibold.procces_block_lg-text.max-400lgscreen {
  max-width: 400px;
}

.text-lg.semibold.procces_block_lg-text.max-500 {
  white-space: normal;
  max-width: 500px;
}

.text-lg.max-700 {
  max-width: 700px;
}

.text-lg.pt-20 {
  padding-top: 20px;
}

.text-lg.text-center.hero-h2.max-683 {
  max-width: 663px;
}

.text-lg.hero-h2._653 {
  max-width: 653px;
}

.text-lg.sweetgothic.padding {
  flex: none;
  padding-top: 20px;
}

.text-lg.mt-10 {
  margin-top: 10px;
}

.text-lg.mt-10.medium-bold {
  font-weight: 500;
}

.offer-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 55vh;
  margin-bottom: 20px;
  display: flex;
}

.image {
  width: 127px;
  min-width: 127px;
  height: 53.09px;
}

.image-2 {
  width: 110.87px;
  min-width: 110.87px;
  height: 109.53px;
}

.body-text-17px-main {
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
}

.body-text-17px-main.left-align {
  text-align: left;
}

.heading-36px-h4 {
  color: #2b2525;
  max-width: 1400px;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
}

.divider {
  background-color: var(--text-100-main);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.background-load {
  z-index: 99;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-load-mobile {
  z-index: 6;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-wrapper {
  margin-top: 50px;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.03);
}

.accordion-item.transparent {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.grid {
  grid-template-columns: 1fr minmax(200px, 1.75fr) 1fr minmax(200px, 0.25fr);
}

.white-text {
  color: var(--text-100-white);
}

.body-2 {
  background-color: #f8f8f8;
  flex-direction: column;
  display: flex;
}

.nav-menu {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white-100);
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 75vw;
  max-height: 100vh;
  padding-left: 4%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(100%);
}

.menu-link-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav-menu-button {
  z-index: 11;
  color: var(--text-100-white);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  top: 33.34px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.sticky-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.image-column-end {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-end;
  height: 40vw;
  display: flex;
}

.image-6 {
  aspect-ratio: 600 / 874;
  height: 40vw;
}

.image-6.absolute {
  position: absolute;
}

.image-7 {
  aspect-ratio: 755 / 352;
  height: 40%;
}

.image-7.absolute {
  position: absolute;
}

.image-8 {
  aspect-ratio: 600 / 440;
  height: 55%;
}

.image-8.absolute {
  position: absolute;
}

.div-block-10 {
  height: 200vw;
  display: block;
  position: relative;
}

.scroll_hide {
  z-index: 1;
  position: absolute;
}

.scroll_hide2 {
  z-index: 2;
  position: absolute;
}

.offer-text-block {
  text-align: left;
  width: 100%;
}

.div-block-11 {
  width: 30%;
  overflow: hidden;
}

.hero-background {
  object-fit: cover;
  width: 100%;
  height: 120vh;
  position: relative;
}

.hero-background.products {
  background-image: url("../images/ProductsHeroSection.jpg");
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-background.about {
  background-image: none;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
}

.hero-background.contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url("../images/contactHero-min.jpg");
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 40vh;
  min-height: 360px;
  max-height: 650px;
  display: flex;
}

.hero-background.contact.zavjese {
  background-image: url("../images/zavjeseIDekoriHero.jpg");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  display: flex;
}

.hero-background.contact.sjenila {
  background-image: url("../images/sjenilaHeroMin.jpg");
  background-position: 50%;
  background-size: cover;
}

.hero-background.contact.tekstilni-dodaci {
  background-image: url("../images/tekstilnidodaciHeromin.jpg");
  background-position: 50%;
  background-size: cover;
}

.hero-background.contact.sistemi-za-vjesanje-zavjesa {
  background-image: url("../images/sestemiZaVjesanjeZavjesaHero.jpg");
  background-position: 0 0;
  background-size: cover;
}

.hero-background.contact.hotelska-ponuda {
  background-image: url("../images/hotelskaPonudaHero.jpg");
  background-position: 50%;
  background-size: cover;
}

.hero-background.contact.jahte-i-eksterijeri {
  background-image: url("../images/jahteIBrodoviHero.jpg");
  background-position: 50%;
  background-size: cover;
}

.hero-background.contact.proizvodi {
  background-image: url("../images/productsHeroSecionMin.jpg");
  background-position: 50% 100%;
}

.hero-background.contact.poslovna-suradnja {
  background-image: url("../images/poslovnaSuranjdaHero.jpg");
}

.hero-background.contact.portoflio,
.hero-background.contact.portoflio2 {
  background-image: url("../images/portoflioHeroSection-min.jpg");
}

.hero-background.contact.nasa-prica {
  background-image: url("../images/IMG_7982-2-min.jpg");
  background-position: 100%;
}

.hero-background.catalogue {
  background-image: none;
  display: flex;
}

.hero-background.homepage {
  height: auto;
  min-height: 100vh;
}

.hero-background.homepage._2 {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  display: flex;
}

.hero-background.portoflio {
  background-image: url("../images/portfolioHero-min.jpg");
  background-position: 50%;
  background-size: cover;
  max-height: 1200px;
}

.link-block_hero {
  z-index: 7;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block_hero.w--current {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header_hero {
  z-index: 21;
  color: var(--text-100-main);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header_hero.black {
  color: var(--text-100-main);
}

.circle {
  background-color: var(--primary-200);
  border-radius: 100px;
  width: 27px;
  height: 27px;
}

.circle.black {
  background-color: var(--text-200);
}

.circle._32 {
  cursor: pointer;
  flex: none;
  width: 32px;
  height: 32px;
  position: relative;
}

.circle._32._1.mobile,
.circle._32._2.mobile,
.circle._32._3.mobile,
.circle._32._4.mobile {
  display: none;
}

.circle._34 {
  background-color: var(--secondary-300);
  cursor: pointer;
  width: 34px;
  height: 34px;
}

.circle._60 {
  background-color: var(--secondary-200);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.circle._60.absolute {
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 40px;
}

.menu-btn {
  z-index: 6;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-btn_close {
  z-index: 99;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-btn_close.absolute {
  cursor: pointer;
  margin-top: 33.34px;
  margin-right: 44px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-btn_close.absolute._2 {
  display: flex;
  position: absolute;
}

.background-corner-fill-menu {
  z-index: 9;
  background-color: var(--white-100);
  width: 40vw;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(100%);
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 7774px;
  height: 150px;
  display: flex;
}

.logo_component-slider._2 {
  transform: translate(-83%);
}

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

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo-slider-img {
  object-fit: contain;
  height: 100%;
}

.page-padding {
  padding-top: 5em;
  padding-bottom: 5em;
}

.page-padding.s0 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.page-padding.s1 {
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 60px;
  overflow: hidden;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.offer-card {
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.2s;
  display: flex;
}

.offer-card:hover {
  transform: scale(1.02);
}

.offer-card._2 {
  flex-direction: row;
  min-width: auto;
  max-width: none;
  transition: transform 0.2s;
}

.offer-card-section {
  background-color: var(--secondary-200);
  height: 200px;
  padding-top: 20px;
  padding-left: 10px;
  position: relative;
}

.offer-card-section.primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-default);
  flex-direction: column;
  flex: 1;
  height: auto;
  padding-bottom: 20px;
  padding-right: 80px;
  display: flex;
}

.offer-card-section.primary._2 {
  width: 50%;
  height: auto;
}

.offer-card-section.primary._2.color-1 {
  background-color: var(--secondary-300);
}

.offer-card-section.primary._2.color-1.en {
  padding-right: 60px;
}

.offer-card-section.primary._2.color-2 {
  background-color: #e0d2b7;
}

.offer-card-section.primary.color-3 {
  background-color: var(--secondary-default);
}

.offer-card-section.primary.color-4 {
  background-color: var(--secondary-100);
}

.offer-card-section.primary.color-5 {
  background-color: #b8c6c7;
}

.offer-card-section.primary.color-6 {
  background-color: var(--background-200);
}

.offer-card-section.secondary {
  background-color: var(--secondary-default);
}

.offer-card-text {
  font-family: Sweetgothic, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 140%;
}

.round_btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-200);
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.round_btn.menu {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 8px;
  position: static;
}

.offer-card-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.offer-breaker {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.offer-breaker.max-1000 {
  max-width: 1000px;
}

.find-more_link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #000;
  border-radius: 8px;
  align-items: center;
  padding: 10px 36px;
  transition: background-color 0.5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.find-more_link-block:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.find-more_link-block.end {
  justify-content: flex-end;
}

.find-more_link-block.end.pt-40 {
  padding-top: 20px;
}

.find-more_link-block.gap-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 6px 18px;
}

.arrow {
  width: 32px;
}

.arrow._24 {
  width: 24px;
  height: 24px;
}

.arrow._90-mobile._250 {
  margin-top: 250px;
}

.arrow.full {
  width: 100%;
}

.arrow._90 {
  width: 38.25px;
  transform: rotate(90deg);
}

.block-start {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.block-start.tablet-background {
  background-color: var(--secondary-300);
  margin-top: 60px;
  margin-bottom: 60px;
}

.contact_arrow {
  width: 24px;
  height: 24px;
}

.vertical-divider {
  background-color: var(--text-200);
  width: 1px;
  height: 260px;
  margin-bottom: 40px;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  width: 77%;
}

.cta-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--text-100-main);
  color: var(--text-100-main);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  transition: background-color 0.5s;
  display: flex;
}

.cta-btn:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.cta-btn.white {
  border-color: var(--text-100-white);
  color: var(--text-100-white);
}

.cta-btn.white:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.cta-btn.primary {
  background-color: var(--primary-200);
  color: var(--text-100-white);
  border-style: none;
}

.cta-btn.primary:hover {
  background-color: #cea4a4;
}

.flex-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  width: 77%;
  margin-top: 40px;
  position: relative;
}

.div-block-13 {
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  padding-left: 40px;
}

.filter-style-btn {
  color: var(--text-100-main);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #000;
  border-radius: 8px;
  padding: 6px 10px;
  transition: background-color 0.3s;
  display: inline-block;
}

.filter-style-btn:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.filters-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  align-items: stretch;
  width: 189px;
  display: flex;
}

.filter-btn-wrap.right {
  justify-content: flex-end;
  display: flex;
}

.style-block-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.style-frame_1 {
  aspect-ratio: 1;
  object-fit: contain;
  width: 30%;
  position: relative;
  overflow: hidden;
}

.style-frame_2 {
  aspect-ratio: 755 / 458;
  width: 64%;
  min-width: auto;
  position: relative;
}

.style-frame_3 {
  aspect-ratio: 909 / 436;
  width: 80%;
  min-width: auto;
  position: relative;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 82px;
  overflow: hidden;
}

.filter_modern {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.filter_boho {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.filter_eklectic,
.filter_indus,
.filter_klasik,
.filter_rustik,
.filter_child {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-14 {
  flex: 1;
  display: inline-block;
}

.first-btn-circle-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  min-width: 150px;
  margin-top: 168px;
  padding-right: 20px;
}

.first-btn-circle-block._2 {
  margin-top: 4%;
  padding-left: 40px;
}

.first-btn-circle-block._3 {
  margin-top: 4%;
  padding-left: 20px;
  padding-right: 40px;
}

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

.line.absolute {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-100%);
}

.div-block-15 {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 20%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.services-container_1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--secondary-300);
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 650px;
  min-height: 458px;
  margin-top: 153px;
  padding: 20px;
  display: flex;
  position: relative;
}

.service-container-paragraph {
  max-width: 350px;
  margin-bottom: 0;
  padding-right: 20px;
}

.service-container-paragraph._2 {
  flex: 1;
  min-width: 300px;
  max-width: none;
}

.frame-109 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.frame-107 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-anchor-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #82a5a9;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.service-anchor-btn_2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f5f5f5;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 30px 60px;
  display: flex;
}

.services-text-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 180px;
  padding-bottom: 72px;
  display: flex;
}

.services-text-block.max-w-900 {
  max-width: 900px;
}

.services-photo_1 {
  aspect-ratio: 16 / 9;
  background-image: url("../images/servicesPhoto.jpg");
  background-position: 0 100%;
  background-size: cover;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.circle-popup {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.popup-dialog {
  z-index: 30;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--text-100-white);
  flex-direction: column;
  width: 180px;
  padding: 20px;
  font-size: 14px;
  line-height: 165%;
  display: none;
  position: absolute;
  left: 100%;
}

.inner-circle {
  opacity: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 9px 6px rgba(0, 0, 0, 0.2);
}

.absolute-btn {
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 31%;
  left: 31%;
  right: auto;
}

.absolute-btn._2 {
  bottom: 15%;
  left: 61%;
}

.absolute-btn._3 {
  bottom: 63%;
  left: 73%;
}

.absolute-btn._1 {
  bottom: 37%;
}

.absolute-btn._4 {
  bottom: 35%;
  left: 17%;
}

.absolute-btn._5 {
  bottom: 58%;
  left: 62%;
}

.absolute-btn._6 {
  bottom: 3%;
  left: 22%;
}

.absolute-btn._7 {
  bottom: 74%;
  left: 12%;
}

.absolute-btn._8 {
  bottom: 5%;
  left: 28%;
}

.absolute-btn._9 {
  bottom: 30%;
  left: 69%;
}

.absolute-btn._10 {
  bottom: 76%;
  left: 20%;
}

.absolute-btn._11 {
  bottom: 58%;
  left: 71%;
}

.absolute-btn._12 {
  bottom: 50%;
  left: 20%;
}

.absolute-btn._13 {
  bottom: 92%;
  left: 14%;
}

.absolute-btn._14 {
  bottom: 83%;
  left: 74%;
}

.absolute-btn._15 {
  bottom: 22%;
  left: 47%;
}

.absolute-btn._16 {
  bottom: 67%;
  left: 19%;
}

.absolute-btn._17 {
  bottom: 28%;
  left: 36%;
}

.absolute-btn._18 {
  bottom: 6%;
  left: 69%;
}

.absolute-btn._19 {
  bottom: 53%;
  left: 65%;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-photo_2 {
  aspect-ratio: 905 / 728;
  background-image: url("../images/Rectangle-15.jpg");
  background-position: 50%;
  background-size: cover;
  width: 50%;
  position: relative;
}

.services-photo_3 {
  aspect-ratio: 600 / 900;
  background-image: url("../images/Rectangle-18.jpg");
  background-position: 50%;
  background-size: cover;
  width: 30%;
  position: relative;
}

.service-breaker {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 700px;
  margin-top: 54px;
  margin-bottom: 60px;
  display: flex;
}

.service-breaker.about {
  align-items: flex-start;
  max-width: 600px;
  margin-top: 200px;
  margin-left: 10%;
  padding-right: 40px;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.services-photo_4 {
  aspect-ratio: 910 / 488;
  background-image: url("../images/Rectangle-49.jpg");
  background-position: 50%;
  background-size: cover;
  width: 75%;
  position: relative;
}

.services-photo_5 {
  aspect-ratio: 910 / 392;
  background-image: url("../images/services2-1.jpg");
  background-position: 50%;
  background-size: cover;
  width: 81%;
  position: relative;
}

.div-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.services-photo_6 {
  aspect-ratio: 600 / 900;
  background-image: url("../images/services2-2.jpg");
  background-position: 50%;
  background-size: cover;
  flex: 1;
  position: relative;
}

.div-block-19 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-15-copy {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  padding: 40px 40px 124px;
  display: flex;
  position: relative;
}

.services-container_2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--secondary-300);
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 458px;
  padding: 20px;
  display: flex;
  position: relative;
}

.services-container_3 {
  background-color: var(--secondary-300);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 445px;
  min-height: 570px;
  padding: 20px;
  display: flex;
  position: relative;
}

.services-container_3.mobile {
  display: none;
}

.second-btn-circle-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  width: 50%;
  min-width: 300px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: 102%;
}

.div-block-21 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  min-width: 450px;
  max-width: 650px;
  display: flex;
  position: relative;
}

.div-block-22 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 30%;
  max-width: 250px;
  height: 550px;
  padding-top: 20px;
  display: flex;
}

.vertial-line {
  background-color: var(--text-100-main);
  width: 1px;
  height: 40px;
  position: absolute;
  top: 16px;
}

.services-container_4 {
  background-color: var(--secondary-300);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 445px;
  min-height: 570px;
  padding: 20px;
  display: flex;
  position: relative;
}

.lottie-animation {
  cursor: pointer;
  width: 170px;
  height: 170px;
  position: absolute;
  top: -70px;
  left: -70px;
}

.line_2,
.line_3 {
  background-color: var(--text-200);
  width: 100%;
  height: 1px;
}

.service-container-first-section {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.service-container-first-section._2 {
  flex: 1;
  min-width: 250px;
}

.service-container-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-weight: 500;
}

.service-container-second-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 72px;
  display: flex;
}

.anchor_point_thirdstep {
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 0%;
  right: 0%;
}

.text-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sweetgothic, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 140%;
}

.text-h2.hero-h1,
.text-h2.smaller {
  font-size: 60px;
}

.text-xs.max-500 {
  flex: 0 auto;
  min-width: 200px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.text-xs.underline {
  text-decoration: underline;
}

.sweetgothic {
  font-family: Sweetgothic, sans-serif;
}

.background-blur-menu {
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.77);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.padding-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-section.horizontal {
  z-index: 2;
  background-color: var(--white-100);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 47px;
  margin-bottom: 47px;
}

.padding-section.horizontal.photos {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
}

.padding-section.center-align {
  align-items: flex-start;
}

.padding-section.center-align.video {
  z-index: 3;
  max-width: 1769px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.padding-section.center-align.video.secondary-100 {
  background-color: var(--secondary-100);
}

.padding-section.start {
  align-items: flex-start;
}

.padding-section.start._1849.h-100 {
  z-index: 20;
  background-color: var(--white-100);
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  max-height: 1000px;
  padding-top: 100px;
  padding-bottom: 40px;
}

.padding-section.start._1849.h-100.about {
  z-index: 2;
  justify-content: flex-start;
  height: auto;
  max-height: 100vh;
}

.padding-section.my-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.padding-section.my-180.horizontal-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.padding-section._1849.gap-140 {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  margin-bottom: 100px;
}

.padding-section._1849.gap-140.pt-100 {
  padding-top: 100px;
}

.padding-section._1849.background-grey {
  background-color: var(--text-100-white);
}

.home-statement {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  padding-top: 47px;
  display: flex;
}

.home-statement._2 {
  padding-bottom: 40px;
}

.montserrat {
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-weight: 400;
}

.div-block-23 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1769px;
  padding-top: 40px;
  padding-bottom: 116px;
  display: flex;
}

.service-section_photo {
  aspect-ratio: 741 / 891;
  object-fit: cover;
  width: 39%;
  max-width: 741px;
}

.div-block-24 {
  flex: 1;
  justify-content: center;
  padding-top: 60px;
  display: flex;
}

.service-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.service-block.padding-removed {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}

.product-section_photo {
  object-fit: cover;
  background-image: url("../images/Home-ProductSection1.jpg");
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  transition: transform 0.2s;
  display: flex;
  position: relative;
}

.product-section_photo:hover {
  transform: scale(1.02);
}

.product-section_photo._2 {
  background-image: url("../images/sjenilaProizvodi.jpg");
  flex: 0 auto;
  width: auto;
  min-width: 300px;
}

.product-section_photo._1 {
  background-image: url("../images/Home-ProductSection1.jpg");
  background-position: 50%;
  background-size: cover;
  flex: 1;
  min-width: 400px;
}

.product-section_photo._3 {
  background-image: url("../images/tekstilniDodaciProizvodi.jpg");
}

.product-section_photo._4 {
  background-image: url("../images/sistemeZaVjesanjeProizvodi.jpg");
}

.product-section_photo._5 {
  background-image: url("../images/jahteieksterijeriProizvodi.jpg");
}

.background-secondary {
  z-index: 0;
  background-color: var(--secondary-100);
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-26 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.image-11 {
  z-index: 0;
  opacity: 0.06;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.flex-block-9 {
  position: relative;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 158px;
  margin-bottom: 82px;
  display: flex;
}

.div-block-28 {
  aspect-ratio: 16 / 9;
  cursor: none;
  height: 35vw;
}

.lottie-animation-2 {
  margin-top: 115px;
  margin-bottom: 248px;
  transform: rotate(-9deg);
}

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

.offer_process_block {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.offer_process_block._1 {
  top: 2%;
  right: 64%;
}

.offer_process_block._2 {
  bottom: 46%;
  left: 66%;
}

.offer_process_block._3 {
  top: 46%;
  right: 59%;
}

.offer_process_block._4 {
  bottom: 10%;
  left: 61%;
}

.div-block-30 {
  flex-direction: column;
  justify-content: flex-end;
  width: 30%;
  display: flex;
  position: relative;
}

.max-342 {
  max-width: 342px;
}

.d {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1300px;
  padding-top: 40px;
  padding-bottom: 120px;
  display: flex;
}

.horizontal-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 80vh;
  max-height: 900px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.image-12 {
  aspect-ratio: 910 / 450;
  object-fit: cover;
  max-width: none;
  height: 49%;
}

.div-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  margin-left: 40px;
  display: flex;
}

.image-13 {
  aspect-ratio: 534 / 430;
  object-fit: cover;
  max-width: none;
  height: 49%;
}

.image-14 {
  aspect-ratio: 752 / 900;
  object-fit: cover;
  max-width: none;
  height: 100%;
}

.image-14._2 {
  height: auto;
}

.div-block-32 {
  width: 100%;
  height: 300vh;
}

.div-block-32._2 {
  height: auto;
}

.image-15 {
  aspect-ratio: 910 / 488;
  object-fit: cover;
  max-width: none;
  height: 49%;
}

.image-16 {
  aspect-ratio: 910 / 392;
  object-fit: cover;
  max-width: none;
  height: 49%;
  margin-right: 200px;
}

.image-16._2 {
  margin-right: 0;
}

.image-17 {
  aspect-ratio: 600 / 900;
  object-fit: cover;
  max-width: none;
  height: 100%;
}

.image-18 {
  aspect-ratio: 905 / 900;
  object-fit: cover;
  max-width: none;
  height: 100%;
}

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-34 {
  width: 100%;
  margin-bottom: 188px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.div-block-34._2 {
  overflow: hidden;
}

.div-block-35 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.div-block-36 {
  width: 25%;
  margin-top: 22%;
}

.div-block-37 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.image-19 {
  width: 49%;
  max-width: none;
}

.image-20 {
  width: 50%;
  max-width: none;
  transform: translate(129px);
}

.image-21 {
  width: 60%;
  max-width: none;
  margin-left: 8%;
}

.image-22 {
  aspect-ratio: 445 / 566;
  width: 50%;
  max-width: none;
  margin-left: 17%;
  padding-bottom: 83px;
}

.image-23 {
  aspect-ratio: 290 / 416;
  width: 30%;
  max-width: none;
  position: relative;
  left: 11%;
}

.div-block-39 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.video-text_block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1153px;
  margin-bottom: 20px;
}

.text-h4 {
  font-size: 36px;
  line-height: 140%;
}

.aboutus-text_block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 60px;
  margin-bottom: 200px;
}

.services-container_5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--text-100-white);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.flex-block-10 {
  width: 100%;
}

.flex-block-11 {
  flex: 1;
  justify-content: space-between;
}

.flex-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  margin-top: 100px;
  margin-left: 20px;
}

.div-block-40 {
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 0%;
  right: auto;
}

.div-block-41 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-42 {
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  margin-top: 60px;
  margin-bottom: 120px;
  display: flex;
}

.div-block-43 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-17-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 220px;
  display: flex;
}

.div-block-23-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1769px;
  padding-top: 40px;
  padding-bottom: 70px;
  display: flex;
}

.menu-routes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 95px;
  display: flex;
}

.menu-photos-routes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 260px;
  margin-bottom: 4%;
  display: none;
}

.menu-photo-link {
  max-width: 360px;
  max-height: 260px;
  position: relative;
  overflow: hidden;
}

.menu-photo-link._1 {
  background-image: url("../images/Frame-101.jpg");
  background-position: 50%;
  background-size: cover;
}

.menu-photo-link._2 {
  background-image: url("../images/Frame-101-1.jpg");
  background-position: 50% 100%;
  background-size: cover;
}

.menu-photo-link._3 {
  background-image: url("../images/Rectangle-52.jpg");
  background-position: 50%;
  background-size: cover;
}

.div-block-44 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lang-choice {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 29.34px;
  margin-right: 210px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

._4pa {
  padding: 4px;
}

._4pa.inactive {
  opacity: 0.3;
}

.smooth-scroll {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.menu-photo-link_mobile {
  display: none;
}

.hero-video_homepage {
  z-index: 0;
  background-color: var(--background-300);
  object-fit: cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-end;
  height: 100%;
  min-height: 100vh;
}

.contact-hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 2560px;
  padding-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-breaker {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-breaker.center {
  align-items: center;
}

.section-breaker.py-40 {
  max-width: 546px;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-section-_contact {
  background-color: var(--secondary-300);
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 1615px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.forms-block_flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  height: 950px;
  display: flex;
}

.contact-form {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 820px;
  padding: 40px;
  display: flex;
}

.contact-form.secondary-100 {
  background-color: var(--white-100);
  align-items: flex-end;
  height: auto;
  margin-top: 62px;
}

.input-field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0)
    var(--text-100-main);
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  max-width: 450px;
  padding-left: 0;
  padding-right: 0;
}

.input-field.note {
  align-items: flex-end;
  max-width: 600px;
  padding-left: 0;
  padding-right: 0;
}

.input-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.e-mail_form {
  flex: 1;
  max-width: 700px;
}

.hero-breadcrumbs {
  position: absolute;
  top: 37%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-breadcrumbs.higher {
  top: 8%;
}

.gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.gallery-section1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.gallery-section2,
.gallery-section3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.circle_scroll-font {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  border: 1px solid #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19%;
  min-width: 150px;
  max-width: 273px;
  margin-top: 30vw;
  display: flex;
}

.vertical-line2 {
  background-color: var(--text-300);
  width: 2px;
  height: 535px;
}

.vertical-line2.small {
  background-color: var(--text-300);
  height: 300px;
}

.vertical-line2.big {
  height: 1000px;
}

.image-about1 {
  width: 25%;
  max-width: none;
  position: absolute;
  top: 14%;
  bottom: 0%;
  left: 7%;
  right: auto;
}

.image-about2 {
  width: 40%;
  max-width: none;
  position: absolute;
  bottom: auto;
  left: 37%;
  right: auto;
}

.image-about3 {
  width: 33%;
  max-width: none;
  position: absolute;
  bottom: 600px;
  left: auto;
  right: 2%;
}

.mobile-video {
  display: none;
}

.hero-video_mobile {
  z-index: 2;
  width: 100%;
  display: none;
}

.vertical-line_wrapper {
  margin-top: 30px;
  margin-bottom: 42px;
  overflow: hidden;
}

.vertical-line_wrapper.absolute {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.about-us_text-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 100px;
  display: flex;
}

.about-section_img {
  aspect-ratio: 755 / 918;
  object-fit: cover;
  width: 45%;
  max-width: 918px;
}

.about-section_img._2 {
  margin-top: 8%;
}

.aboutus-photo_block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  width: 100%;
}

.about-last-section {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 320px;
  display: flex;
}

.about-last-section_block {
  width: 50%;
}

.about-last-section_card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 90%;
  margin-top: 200px;
  display: flex;
}

.about-last-section_card.ml-10p {
  margin-left: 10%;
}

.about-last-section_card.pt-500 {
  margin-top: 450px;
}

.image-24 {
  width: 70%;
  max-width: none;
}

.image-24-copy {
  width: 100%;
  max-width: none;
}

.about-last-section_mobile {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 320px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.padding-contactinfo {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.contact-info_block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline-wrapper {
  display: none;
}

.progress-bar-overlay {
  z-index: 2;
  background-color: var(--white-100);
  transform-origin: 0%;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  position: absolute;
  top: -1em;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.progress-bar-circle-inner {
  background-color: var(--primary-default);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.button-inner {
  background-color: #000;
  border-radius: 0.83em;
  padding: 1.11em 3.89em;
  position: relative;
  overflow: hidden;
}

.button-inner.smaller {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.progress-bar-wrapper {
  background-image: linear-gradient(
    to right,
    var(--white-100),
    var(--primary-default) 14%,
    var(--primary-200) 78%,
    var(--background-300) 94%
  );
  flex-direction: row;
  align-items: center;
  width: 152%;
  height: 2px;
  display: flex;
  position: relative;
}

.progress-bar-p {
  max-width: 400px;
}

.h3-small {
  color: #151414;
  font-size: 1.94em;
}

.stages-wrapper {
  width: 100%;
  display: flex;
}

.stage-description-column {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  max-width: 29.5em;
  display: flex;
}

.progress-bar-circle {
  background-image: linear-gradient(
    to bottom,
    var(--primary-default),
    var(--primary-200)
  );
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.08em;
  height: 2.08em;
  display: flex;
  position: absolute;
  top: -1em;
  bottom: auto;
  left: 0%;
  right: auto;
}

.progress-bar-circle.is-2 {
  background-image: linear-gradient(to right, #496abd, #738bb9);
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.progress-bar-circle.is-1 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.progress-bar-circle.is-4 {
  background-image: linear-gradient(to right, #6884ac 100%, #000);
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.progress-bar-circle.is-3 {
  background-image: linear-gradient(to right, #9dafcc, #6798d3);
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.small-button-wrapper {
  border-radius: 0.83em;
  margin-top: 0;
  display: none;
  position: relative;
}

.glow-border {
  filter: blur(16px);
  background-color: #e0cbe0;
  border-radius: 50%;
  width: 20%;
  height: 80%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(120deg, #205dbe, #000);
  border-radius: 0.83em;
  padding: 0.1em;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}

.button.is-smaller {
  margin-top: 0;
  font-size: 0.8em;
}

.button-glow {
  z-index: 1;
  opacity: 0.5;
  filter: blur(2em);
  background-color: #205dbe;
  border-radius: 0.83em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_half {
  flex: 1;
  height: 100%;
}

.hero_half.background {
  background-image: url("../images/HeroInspiration.jpg");
  background-position: 0 0;
  background-size: cover;
}

.mix-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 2560px;
  margin-bottom: 370px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.product-card {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.image-25 {
  aspect-ratio: 1;
  flex: 1;
}

.product-card-desc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 10px 30px 40px;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.filters-dekstop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 2560px;
  margin: 60px 40px 0;
  padding: 20px 10px;
  display: flex;
}

.group-filters-flex_horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-left: 30px;
  padding-right: 10px;
  font-size: 14px;
}

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

.filter-title {
  margin-bottom: 10px;
  font-size: 17px;
}

.flex-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
}

.flex-block-16 {
  align-items: flex-start;
  width: 100px;
}

.filter-button {
  cursor: pointer;
}

.filter-mobile-modal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

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

.filter-reset {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  align-items: center;
}

._17px {
  width: 20px;
  height: 20px;
}

.group-filters-flex_verical {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-left: 30px;
  padding-right: 10px;
  display: none;
}

.filter-text_block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--text-100-white);
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  overflow: hidden;
}

.filter-text_block.proizvodi {
  background-color: rgba(255, 255, 255, 0);
  display: flex;
}

.max-500 {
  max-width: 500px;
}

.div-block-50 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 2560px;
  padding: 20px 40px 40px;
  display: flex;
}

.div-block-18copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.services-photo_8 {
  aspect-ratio: 910 / 450;
  background-image: url("../images/katalog3.jpg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: relative;
}

.services-photo_7 {
  aspect-ratio: 905 / 900;
  background-image: url("../images/Homepage3.jpg");
  background-position: 50%;
  background-size: cover;
  width: 60%;
  position: relative;
}

.inspiration-text {
  max-width: 900px;
  margin: 140px 40px 100px;
}

.slider {
  height: 80vh;
}

.mask {
  width: 100vw;
}

.hero-button {
  background-color: var(--secondary-300);
  color: var(--white-101);
  white-space: nowrap;
  border-radius: 12px;
  margin-top: 40px;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 145%;
  transition: background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-button:hover {
  background-color: var(--text-100-main);
}

.flex-hero {
  align-items: center;
  width: 100%;
  display: flex;
}

.html-embed-2 {
  height: 100vh;
}

.vertical-separator {
  background-color: var(--text-300);
  width: 1px;
  height: 100%;
}

.flex-block-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  width: 100%;
}

.flex-block-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
}

.flex-block-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  width: 100%;
}

.flex-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 63%;
  min-width: 800px;
}

.flex-block-22 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.flex-block-23 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  width: 100%;
  height: 45vh;
  min-height: 600px;
  overflow: hidden;
}

.flex-block-24 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 1;
  justify-content: space-between;
  width: 60%;
  min-width: 500px;
  max-width: 1000px;
  height: 100%;
}

.image-26 {
  aspect-ratio: auto;
  object-fit: cover;
  flex: 0 2 auto;
  width: 40%;
  height: 100%;
}

.flex-block-25 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-27 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.flex-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-block-27 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.image-28 {
  height: 73%;
}

.image-29 {
  height: 35%;
  margin-top: -20px;
}

.flex-block-28 {
  z-index: 99;
  aspect-ratio: 94 / 111;
  background-color: var(--white);
  align-items: center;
  height: 20vh;
  max-height: 222px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), -1px 15px 15px rgba(0, 0, 0, 0.09),
    -3px 35px 21px rgba(0, 0, 0, 0.05), -5px 61px 25px rgba(0, 0, 0, 0.01);
}

.homepage-image {
  background-color: var(--white-100);
  background-image: url("../images/hero50-minFlip.jpg");
  background-position: 0%;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-30 {
  width: 100%;
}

.flex-block-29 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
}

.flex-block-30 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

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

.image-31 {
  object-fit: cover;
  width: 50%;
}

.image-32 {
  object-fit: cover;
  object-fit: cover;
  height: 244px;
}

.div-block-54 {
  justify-content: flex-end;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

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

.div-block-55 {
  z-index: 2;
  background-color: var(--white-100);
  height: 30%;
  min-height: 450px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--primary-default);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 115px;
  margin-bottom: 248px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-hover-50 {
  z-index: 5;
  cursor: w-resize;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-hover-50 {
  z-index: 5;
  cursor: e-resize;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
}

.tricks-slider_slide {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42%;
  height: 65vh;
  margin-right: 2em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
}

.tricks-slider {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-parallax-scroll {
  z-index: 1;
  object-fit: cover;
  width: 150%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.progress_fill {
  background-color: var(--white-100);
  width: 0%;
  height: 100%;
  position: relative;
}

.progress {
  background-color: rgba(255, 255, 255, 0.09);
  width: 90%;
  height: 1.5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tricks-slider_text {
  z-index: 2;
  letter-spacing: -0.08em;
  font-size: 9.3em;
  font-weight: 400;
  display: none;
  position: relative;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-block-4 {
  margin-bottom: -20px;
}

.div-block-56 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-top: 170px;
  margin-bottom: 116px;
  display: flex;
}

.image-33 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 40%;
}

.flex-block-31 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 60px;
}

.project-solutions {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-solutions.center {
  align-items: center;
}

.flex-block-18-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
}

.vertical-separator-copy {
  background-color: var(--text-300);
  width: 1px;
  height: 100px;
}

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

.collab-container {
  border: 1px solid var(--text-300);
  padding: 60px 40px;
}

.collab-container._2 {
  margin-top: 113px;
  margin-bottom: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.collab-container._2.text-xl {
  max-width: 1077px;
}

.flex-block-32 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  margin-bottom: 100px;
  padding-top: 100px;
}

.flex-block-32.py-0 {
  margin-bottom: 0;
  padding-top: 0;
}

.div-block-58 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-bottom: 100px;
  display: flex;
}

.image-34 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 40%;
}

.div-block-59 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-block-59.mt-140 {
  margin-top: 140px;
}

.flex-block-33 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.flex-block-34 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  flex: 1;
}

.flex-block-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-width: 400px;
}

.flex-block-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 474px;
}

.text-block-5,
.text-block-6 {
  font-weight: 500;
}

.text-block-7 {
  flex: none;
  font-weight: 500;
}

.text-block-8 {
  min-width: 400px;
}

.slider-2 {
  object-fit: cover;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  max-height: 900px;
}

.slider-2.tall {
  height: 85vh;
  max-height: 1080px;
}

.slider-2.dialog {
  height: auto;
  min-height: 0;
  max-height: none;
}

.mask-2 {
  width: 100%;
}

.slide-2.dialog {
  margin-bottom: 0;
}

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

.image-35.bottom-frame,
.image-35.bottom-frame.left-frame2 {
  object-position: 50% 65%;
}

.image-35.left-frame {
  object-position: 15% 50%;
}

.image-35.top-frame {
  object-position: 50% 0%;
}

.image-35.right-align {
  object-position: 100% 50%;
}

.image-35.dialog {
  object-fit: contain;
  width: auto;
  height: auto;
  overflow: visible;
}

.div-block-60 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 140px;
  display: flex;
}

.div-block-60.mt-0 {
  margin-top: 0px;
}

.flex-block-33-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
}

.flex-block-34-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  flex: 0 auto;
}

.flex-block-34-copy._2 {
  flex-wrap: wrap;
}

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

.flex-block-25-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: none;
}

.image-27-copy {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.div-block-61 {
  min-width: 500px;
  max-width: none;
  height: 60vh;
  width: 100% !important;
}

.menu-logo {
  mix-blend-mode: normal;
  width: 40%;
  max-width: 800px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 18%;
}

.div-block-51-copy {
  background-color: var(--white-100);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.initial-fake-progress {
  background-color: var(--white-100);
  width: 10%;
  height: 1.5px;
  margin-top: 20px;
}

.flex-block-37 {
  width: 100%;
}

.semi-bold {
  font-weight: 600;
}

.services-photo_9 {
  aspect-ratio: 534 / 430;
  background-image: url("../images/katalog2.jpg");
  background-position: 50%;
  background-size: cover;
  width: 70%;
  position: relative;
}

.logo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.logo-grid-img {
  object-fit: contain;
  max-width: 150px;
  max-height: 50px;
}

.logo-grid-img.jab {
  max-width: 180px;
  max-height: 80px;
}

.service-anchor {
  position: absolute;
  top: -120px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.rotate90 {
  margin-bottom: 10px;
  display: inline-block;
  transform: rotate(90deg);
}

._w-100 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-38 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 10px;
  font-weight: 200;
  overflow: hidden;
}

.absolute-100 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.scroll-top-btn {
  border: 2px solid var(--text-300);
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 80px;
  left: auto;
  right: 0%;
  transform: rotate(-90deg);
}

.scroll-top-btn:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.image-38 {
  opacity: 0.47;
}

.link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

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

.filter_luksuz {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.filter_luksuz._1 {
  object-position: 80% 50%;
}

.filter_luksuz._2 {
  object-position: 50% 80%;
}

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

.openfullscreenbtn {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.left-chevron {
  height: 24px;
  transform: rotate(90deg);
}

.lightbox-imagebox {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 16px;
  margin-right: 16px;
  display: inline-flex;
  position: relative;
}

.exit-btn {
  z-index: 99;
  color: #141b19;
  cursor: pointer;
  background-color: #fafafa;
  border-radius: 24px;
  margin: 12px;
  padding: 4px 8px;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
}

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

.fixed-lightbox {
  z-index: 99;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.51);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.right-chevron {
  height: 24px;
  transform: rotate(270deg);
}

.lightbox-img {
  z-index: 1;
  cursor: default;
  object-fit: contain;
  border-radius: 24px;
  width: 100%;
  position: relative;
}

.chevron-btn {
  z-index: 1;
  color: #141b19;
  cursor: pointer;
  background-color: #fafafa;
  border-radius: 24px;
  margin: 12px;
  padding: 8px;
  font-weight: 700;
  display: inline-flex;
  position: static;
  left: 10px;
}

.chevron-btn.left {
  position: absolute;
}

.chevron-btn.right {
  position: absolute;
  left: auto;
  right: 10px;
}

.slide-3 {
  vertical-align: middle;
}

.div-block-63 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.carousel {
  width: 100%;
  height: 70vh;
  min-height: 500px;
  max-height: 900px;
  /* padding-bottom: 20px; */
}

.carousel._2 {
  width: auto;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.carousel-cell {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 900px;
  display: flex;
}

.carousel-cell-image {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  display: block;
  height: 100%;
}

.carousel-cell-image.bottom-frame,
.carousel-cell-image.bottom-frame.left-frame2 {
  object-position: 50% 65%;
}

.carousel-cell-image.left-frame {
  object-position: 15% 50%;
}

.carousel-cell-image.top-frame {
  object-position: 50% 0%;
}

.carousel-cell-image.right-align {
  object-position: 100% 50%;
}

.carousel-cell-image.dialog {
  object-fit: contain;
  width: auto;
  height: auto;
  overflow: visible;
}

@media screen and (min-width: 1440px) {
  .text-h1 {
    font-size: 116px;
  }

  .text-h1.hero-h1._72 {
    font-size: 72px;
  }

  .section-background {
    flex-direction: column;
  }

  .section-background.start {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-around;
  }

  .section-background.no-overflow {
    overflow: hidden;
  }

  .text-xl.sweetgothic.laptop-small {
    font-size: 36px;
    line-height: 150%;
  }

  .text-md.max-180 {
    max-width: 232px;
  }

  .text-h3 {
    font-size: 60px;
    line-height: 140%;
  }

  .text-h3.montserrat._80.max-500 {
    font-size: 45px;
  }

  .text-h3.montserrat.max-912.white-text.text-center {
    max-width: 1200px;
  }

  .text-h3.smaller {
    font-size: 50px;
  }

  .text-h3.fixed {
    font-size: 45px;
  }

  .text-lg.statment {
    max-width: 500px;
  }

  .text-lg.semibold.procces_block_lg-text.max-400lgscreen {
    max-width: none;
  }

  .text-lg.sweetgothic.padding.bigger {
    font-size: 36px;
  }

  .offer-block {
    margin-top: 80vh;
  }

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

  .nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-column-end {
    height: 75vh;
  }

  .image-6 {
    height: 67vh;
  }

  .image-7 {
    height: 35%;
  }

  .image-8 {
    height: 45%;
  }

  .div-block-10 {
    margin-left: 40px;
  }

  .offer-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .hero-background.products {
    background-size: cover;
  }

  .hero-background.about {
    justify-content: center;
    height: 100vh;
  }

  .hero-background.homepage._2 {
    justify-content: center;
  }

  .logo_component-slider._2 {
    padding-right: 0;
    transform: translate(-77%);
  }

  .offer-card {
    justify-content: flex-start;
  }

  .offer-card-section {
    padding-left: 40px;
  }

  .offer-card-section.primary {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 40px;
    display: flex;
  }

  .offer-card-section.primary._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .offer-breaker {
    width: 80%;
  }

  .find-more_link-block {
    align-items: center;
  }

  .block-start {
    max-width: 1849px;
  }

  .block-start.tablet-background {
    background-color: rgba(255, 255, 255, 0);
  }

  .filter-style-btn {
    padding: 10px 20px;
  }

  .filters-wrap {
    width: 217px;
  }

  .style-block-wrap {
    width: 65%;
  }

  .style-frame_1 {
    min-width: 460px;
  }

  .style-frame_2 {
    min-width: 650px;
  }

  .style-frame_3 {
    width: 65%;
    min-width: 730px;
  }

  .flex-block-6 {
    max-width: 2000px;
  }

  .filter_modern {
    display: inline-block;
  }

  .div-block-14 {
    flex: 0 auto;
  }

  .first-btn-circle-block {
    min-width: 250px;
    margin-top: 238px;
  }

  .div-block-15 {
    justify-content: center;
  }

  .services-container_1 {
    flex: 1;
    max-width: 650px;
    margin-top: 220px;
    position: relative;
  }

  .services-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-bottom: 72px;
    display: flex;
  }

  .service-breaker {
    width: 80%;
    margin-left: 7%;
  }

  .div-block-15-copy {
    justify-content: center;
  }

  .services-container_2 {
    max-width: 700px;
  }

  .services-container_3 {
    min-height: 600px;
  }

  .second-btn-circle-block {
    width: 75%;
  }

  .div-block-21 {
    max-width: 700px;
  }

  .div-block-22 {
    flex: 1;
    height: 580px;
  }

  .services-container_4 {
    flex: 1;
    min-height: 600px;
  }

  .service-container-first-section {
    min-width: 200px;
  }

  .text-h2 {
    font-size: 96px;
    line-height: 110%;
  }

  .text-h2.hero-h1._72 {
    font-size: 72px;
  }

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

  .padding-section.horizontal.photos,
  .padding-section.center-align.video,
  .padding-section.start._1849 {
    max-width: 1849px;
  }

  .padding-section.start._1849.h-100 {
    max-width: none;
    max-height: none;
  }

  .padding-section.my-180.horizontal-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1849px;
  }

  .padding-section._1849 {
    max-width: 1849px;
  }

  .home-statement {
    max-width: 910px;
  }

  .montserrat {
    font-family: Montserrat Variablefont Wght, sans-serif;
  }

  .service-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-block.padding-removed {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-section_photo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .background-secondary {
    z-index: 0;
  }

  .div-block-28 {
    max-height: 750px;
  }

  .offer_process_block._1 {
    top: 13%;
    right: 64%;
  }

  .offer_process_block._2 {
    bottom: 63%;
    left: 66%;
  }

  .offer_process_block._3 {
    top: 55%;
    right: 65%;
  }

  .offer_process_block._4 {
    bottom: 12%;
    left: 63%;
  }

  .d.eng {
    max-width: 1500px;
  }

  .div-block-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .image-13,
  .image-14,
  .image-16,
  .image-17,
  .image-18 {
    object-fit: cover;
  }

  .div-block-39 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-h4 {
    font-size: 45px;
    line-height: 150%;
  }

  .aboutus-text_block {
    max-width: 1554px;
  }

  .services-container_5 {
    flex-wrap: wrap;
    max-width: 624.6px;
  }

  .flex-block-11 {
    flex: 0 auto;
  }

  .menu-photos-routes {
    max-width: 1120px;
  }

  .padding-section-_contact {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .e-mail_form {
    max-width: 680px;
  }

  .gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 156px;
    padding-bottom: 156px;
    display: flex;
    overflow: hidden;
  }

  .gallery-section1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .gallery-section2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .gallery-section3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .vertical-line2.big {
    height: 1200px;
  }

  .image-about3 {
    bottom: 450px;
  }

  .progress-bar-p {
    max-width: none;
  }

  .stages-wrapper {
    grid-column-gap: 11.11em;
    grid-row-gap: 11.11em;
  }

  .progress-bar-circle.is-2 {
    background-image: linear-gradient(to right, #2077be, #4c6a99);
    left: 40.5em;
  }

  .progress-bar-circle.is-3 {
    left: 81em;
  }

  .mix-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .product-card-desc {
    padding-left: 8%;
  }

  .group-filters-flex_horizontal {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    margin-left: 180px;
  }

  .filter-reset {
    align-items: center;
  }

  .group-filters-flex_verical {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    margin-left: 180px;
  }

  .inspiration-text {
    max-width: 1220px;
  }

  .flex-block-18 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
  }

  .flex-block-19,
  .flex-block-20,
  .flex-block-21,
  .flex-block-22 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .flex-block-23 {
    justify-content: space-between;
    max-width: 1849px;
    height: 60vh;
  }

  .flex-block-24 {
    max-width: none;
  }

  .image-26 {
    aspect-ratio: 755 / 763;
    width: auto;
  }

  .bold {
    font-weight: 700;
  }

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

  .image-31,
  .image-32 {
    object-fit: cover;
  }

  .text-block-3 {
    justify-content: center;
    align-items: center;
  }

  .project-solutions {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .flex-block-18-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-block-32 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    justify-content: center;
    width: 100%;
  }

  .image-34 {
    max-width: 470px;
  }

  .flex-block-34 {
    flex-wrap: wrap;
  }

  .div-block-60 {
    height: 80vh;
    min-height: 800px;
    max-height: 1500px;
  }

  .flex-block-33-copy {
    flex-direction: column;
    min-height: 80vh;
  }

  .flex-block-34-copy._2 {
    flex: 1;
  }

  .flex-block-25-copy {
    display: flex;
  }

  .image-27-copy {
    aspect-ratio: auto;
    width: 50%;
    height: 100%;
  }

  .div-block-61 {
    width: 40%;
    min-width: auto;
    max-width: 700px;
    height: 80vh;
    min-height: 800px;
    max-height: none;
  }

  .div-block-51-copy {
    aspect-ratio: 16 / 9;
    width: auto;
    overflow: hidden;
  }

  .logo-grid {
    grid-auto-columns: 1fr;
  }

  .logo-grid-img {
    max-width: 200px;
    max-height: 80px;
  }

  .filter_luksuz {
    display: none;
  }

  .div-block-63 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .header {
    justify-content: space-between;
  }

  .menu-links {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .text-h1 {
    font-size: 60px;
    line-height: 140%;
  }

  .section-background.start {
    display: none;
  }

  .section-background.start.mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .section-background.secondary-100.p-100 {
    padding-top: 100px;
  }

  .text-xl {
    font-size: 28px;
  }

  .text-xl.text-center.max-width {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-xl.semi-bold.min-400 {
    min-width: auto;
    margin-bottom: 20px;
  }

  .hero-block {
    margin-left: 40px;
  }

  .hero-block.home {
    z-index: 1;
    margin-left: 40px;
  }

  .hero-block._100 {
    margin-right: 40px;
  }

  .hero-block._100.portfolio {
    margin-top: 41%;
    margin-right: 40px;
  }

  .text-md {
    font-size: 17px;
    line-height: 150%;
  }

  .text-h3 {
    font-size: 36px;
    line-height: 140%;
  }

  .text-h3.montserrat._80.max-500 {
    font-size: 30px;
  }

  .text-h3.smaller {
    font-size: 36px;
  }

  .text-lg,
  .text-lg.footer-quote {
    font-size: 23px;
  }

  .text-lg.statment-2 {
    max-width: 100%;
  }

  .text-lg.semibold.procces_block_lg-text {
    font-size: 17px;
  }

  .text-lg.semibold.mobile-no {
    font-size: 20px;
    line-height: 150%;
  }

  .text-lg.sweetgothic.padding {
    max-width: 250px;
  }

  .text-lg.mobile-small {
    font-size: 20px;
  }

  .heading-36px-h4 {
    font-size: 23px;
  }

  .flex-block-2 {
    position: static;
  }

  .nav-menu {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-6 {
    width: 40%;
    height: auto;
  }

  .hero-background.contact.portoflio2 {
    background-image: url("../images/portoflioHeroSection-min.jpg");
  }

  .hero-background.portoflio {
    height: 100vh;
  }

  .header_hero {
    justify-content: space-between;
  }

  .circle._32._1 {
    display: none;
  }

  .circle._32._1.mobile,
  .circle._32._2.mobile,
  .circle._32._3.mobile,
  .circle._32._4.mobile {
    display: block;
  }

  .circle._34,
  .circle._27 {
    width: 24px;
    height: 24px;
  }

  .circle._60 {
    width: 40px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .circle._60.absolute {
    margin-top: 32%;
    display: flex;
  }

  .circle._60.absolute.product {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }

  .menu-btn,
  .menu-btn_close {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    min-width: auto;
  }

  .menu-btn_close.absolute {
    margin-top: 37px;
    margin-right: 31px;
  }

  .background-corner-fill-menu {
    width: 60vw;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo_component-slider._2 {
    transform: translate(-80%);
  }

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

  .page-padding.s0 {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-padding.s1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .offer-card:hover {
    transform: scale(1);
  }

  .offer-card-section {
    height: 160px;
  }

  .offer-card-section.primary {
    padding-right: 50px;
  }

  .round_btn {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .offer-card-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .find-more_link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .find-more_link-block:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .arrow._90-mobile {
    transform: rotate(90deg);
  }

  .arrow._90-mobile._250 {
    margin-top: 20px;
  }

  .block-start {
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-start.tablet-background {
    background-color: var(--secondary-300);
  }

  .flex-block-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .cta-btn:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .cta-btn.white:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .flex-block-5 {
    width: 100%;
  }

  .filter-style-btn:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .style-block-wrap {
    justify-content: center;
    width: 100%;
  }

  .style-frame_1 {
    display: none;
  }

  .style-frame_2 {
    width: 60%;
    min-width: 400px;
  }

  .first-btn-circle-block {
    flex-direction: column;
    margin-top: 10px;
    padding-right: 0;
  }

  .line {
    display: none;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: center;
  }

  .services-container_1 {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }

  .frame-109 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .frame-107 {
    align-items: center;
  }

  .services-text-block {
    padding-top: 140px;
  }

  .div-block-16 {
    justify-content: flex-start;
  }

  .services-photo_2 {
    width: 60%;
  }

  .services-photo_3 {
    width: 40%;
  }

  .div-block-15-copy {
    flex-direction: column;
    padding-top: 40px;
  }

  .services-container_2 {
    width: 100%;
  }

  .services-container_3 {
    display: none;
  }

  .services-container_3.mobile {
    display: flex;
  }

  .second-btn-circle-block {
    justify-content: flex-end;
    display: none;
    bottom: -110px;
    left: auto;
    right: auto;
  }

  .div-block-21 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .div-block-22,
  .vertial-line {
    display: none;
  }

  .services-container_4 {
    max-width: none;
  }

  .line_2 {
    display: none;
  }

  .text-h2 {
    font-size: 60px;
    line-height: 140%;
  }

  .text-h2.smaller {
    font-size: 45px;
  }

  .padding-section.horizontal.photos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-end;
    padding-bottom: 20px;
  }

  .padding-section.start._1849.h-100 {
    height: 90vh;
  }

  .padding-section.start._1849.h-100.about {
    justify-content: flex-start;
    height: 60vh;
    max-height: 600px;
  }

  .padding-section._1849._16-tablet {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-23 {
    padding-bottom: 60px;
  }

  .service-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-right: 0;
  }

  .product-section_photo:hover {
    transform: scale(1);
  }

  .product-section_photo._2 {
    flex: 1;
    min-width: auto;
  }

  .div-block-26 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .offer_process_block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .offer_process_block._1 {
    margin-left: 16px;
  }

  .offer_process_block._2 {
    margin-right: 16px;
    bottom: 55%;
  }

  .offer_process_block._3 {
    margin-left: 16px;
  }

  .offer_process_block._4 {
    margin-right: 16px;
    top: 55%;
    bottom: auto;
  }

  .max-342.proces_block-text {
    font-size: 14px;
  }

  .d {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 60px;
  }

  .div-block-35 {
    width: 60%;
  }

  .div-block-36 {
    width: 35%;
  }

  .image-20 {
    transform: translate(52px, -25px);
  }

  .div-block-39 {
    flex-wrap: wrap;
    display: none;
  }

  .text-h4.sweetgothic {
    font-size: 20px;
  }

  .services-container_5 {
    width: 100%;
    margin-left: 0;
  }

  .flex-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-42 {
    width: auto;
  }

  .div-block-23-copy {
    padding-bottom: 60px;
  }

  .lang-choice {
    margin-top: 33px;
    margin-right: 185px;
  }

  .hero-video_homepage {
    position: absolute;
  }

  .padding-section-_contact {
    flex-direction: column;
  }

  .forms-block_flex {
    flex-direction: column;
    flex: 0 auto;
    height: auto;
    padding-bottom: 40px;
  }

  .contact-form {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    height: 700px;
  }

  .contact-form.secondary-100 {
    height: auto;
  }

  .vertical-line2 {
    height: 400px;
  }

  .vertical-line2.big {
    height: 900px;
  }

  .vertical-line2.xs-small {
    height: 200px;
  }

  .image-about1 {
    width: 30%;
  }

  .image-about2 {
    width: 45%;
    margin-left: 10px;
  }

  .image-about3 {
    width: 37%;
    bottom: 370px;
  }

  .mobile-video {
    display: block;
  }

  .about-last-section_card.ml-10p {
    margin-left: 10px;
  }

  .flex-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .timeline-wrapper {
    align-items: flex-start;
    margin-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .progress-bar-overlay {
    padding: 0 2em;
    top: auto;
    bottom: 0%;
    right: 0%;
  }

  .progress-bar-wrapper {
    width: 2px;
    height: 100%;
    position: absolute;
  }

  .stages-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 60px;
  }

  .stage-description-column {
    max-width: 100%;
  }

  .progress-bar-circle {
    transform: translate(-50%);
  }

  .button-glow {
    display: none;
  }

  .hero_half {
    background-image: url("../images/HeroInspiration.jpg");
    background-position: 0%;
    background-size: auto;
    width: 100%;
  }

  .hero_half.background {
    display: none;
  }

  .mix-container {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 250px;
  }

  .product-card-desc {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 10px;
  }

  .div-block-48 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .filters-dekstop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .group-filters-flex_horizontal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-around;
    margin-left: 0;
    padding-right: 0;
  }

  .flex-block-16 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .group-filters-flex_verical {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-around;
    margin-left: 0;
    padding-right: 0;
  }

  .filter-text_block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-button:hover {
    background-color: var(--secondary-300);
  }

  .flex-hero {
    height: 100vh;
  }

  .flex-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    min-width: auto;
  }

  .flex-block-22 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-block-23 {
    flex-wrap: wrap-reverse;
    height: auto;
    min-height: auto;
  }

  .flex-block-24 {
    min-width: auto;
  }

  .image-26,
  .flex-block-25 {
    display: none;
  }

  .flex-block-28 {
    height: 15vh;
  }

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

  .text-block-2.text-h4 {
    width: 80%;
  }

  .container {
    padding-left: 0;
    padding-right: 4em;
  }

  .tricks-slider_slide {
    width: 48%;
    margin-right: 2em;
  }

  .page-wrapper {
    min-height: auto;
  }

  .progress {
    margin-top: 30px;
  }

  .project-solutions {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-right: 0;
  }

  .div-block-57 {
    margin-bottom: 80px;
  }

  .collab-container {
    padding: 40px 20px;
  }

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

  .flex-block-33 {
    flex-wrap: wrap;
  }

  .flex-block-34 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .image-35.bottom-frame.left-frame2 {
    object-position: 10% 65%;
  }

  .flex-block-33-copy,
  .flex-block-34-copy {
    flex-wrap: wrap;
  }

  .flex-block-34-copy._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .slider-3 {
    width: 100%;
  }

  .flex-block-25-copy {
    display: none;
  }

  .div-block-61 {
    max-width: none;
  }

  .div-block-51-copy {
    height: auto;
    max-height: none;
  }

  .initial-fake-progress {
    margin-top: 30px;
  }

  .logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .scroll-top-btn {
    width: 40px;
    height: 40px;
  }

  .scroll-top-btn:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .lightbox-imagebox {
    max-width: 90%;
  }

  .carousel._2 {
    width: 100%;
  }

  .carousel-cell-image.bottom-frame.left-frame2 {
    object-position: 10% 65%;
  }
}

@media screen and (max-width: 767px) {
  .section.footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header {
    height: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-logo {
    z-index: 5;
    display: none;
  }

  .header-logo.mobile {
    aspect-ratio: 1 / 1.28;
    width: 77.31vw;
    height: auto;
  }

  .text-h1 {
    font-size: 45px;
    line-height: 140%;
  }

  .text-h1.pb-60 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .section-background.menu {
    display: none;
  }

  .section-background.partners-style_section {
    margin-top: 20px;
  }

  .section-background.strech {
    z-index: 6;
    top: 55px;
  }

  .section-background.margin-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .section-background.gap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .text-xl {
    font-size: 23px;
    line-height: 145%;
  }

  .text-xl.text-center.max-width {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-xl.sweetgothic.laptop-small {
    font-size: 23px;
    line-height: 145%;
  }

  .text-xl.mb-20 {
    margin-bottom: 10px;
  }

  .hero-block {
    margin-bottom: 20px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-block.home {
    min-width: auto;
    margin-left: 16px;
  }

  .hero-block._100 {
    margin-right: 16px;
  }

  .hero-block._100.portfolio {
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-md.text-center.max-533 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .text-md.max-600,
  .text-md.padding {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .text-md.textcenter-mobile {
    text-align: center;
  }

  .text-md.statement {
    min-width: auto;
  }

  .text-h3.montserrat._80 {
    width: 100%;
  }

  .text-h3.montserrat._80.max-500 {
    font-size: 28px;
  }

  .text-h3.montserrat.mobile-bold {
    font-weight: 600;
  }

  .text-h3.align-center {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h3.smaller {
    font-size: 28px;
  }

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

  .text-lg {
    font-size: 23px;
    line-height: 145%;
  }

  .text-lg.statment,
  .text-lg.statment-2 {
    min-width: auto;
  }

  .text-lg.semibold.mobile-no,
  .text-lg.smaler {
    font-size: 17px;
  }

  .text-lg.sweetgothic.padding {
    max-width: none;
  }

  .text-lg.mobile-small {
    font-size: 17px;
  }

  .background-load-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-4 {
    object-fit: contain;
    width: 100%;
    height: 32vw;
  }

  .image-5 {
    object-fit: contain;
    width: 100%;
    height: 67vw;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .nav-menu {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .nav-menu-button {
    right: 16px;
  }

  .image-6 {
    height: auto;
  }

  .div-block-10 {
    flex: 1;
  }

  .div-block-11 {
    width: 48%;
  }

  .hero-background {
    height: 100vh;
  }

  .hero-background.portoflio {
    max-height: 800px;
  }

  .link-block_hero {
    z-index: 5;
  }

  .header_hero {
    height: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .circle._27 {
    width: 20px;
    height: 20px;
  }

  .menu-btn_close.absolute {
    margin-top: 15px;
    margin-right: 19px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 3887px;
    height: 85px;
  }

  .logo_component-slider._2 {
    transform: translate(-86%);
  }

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

  .logo-slider-img {
    width: 150px;
  }

  .offer-card._2 {
    flex-direction: column;
  }

  .offer-card-section.primary {
    padding-bottom: 80px;
  }

  .offer-card-section.primary._2 {
    width: 100%;
  }

  .offer-card-list {
    flex-wrap: wrap;
    display: none;
  }

  .offer-breaker.max-1000 {
    margin-top: 40px;
  }

  .arrow {
    width: 24px;
  }

  .arrow._90 {
    width: 28px;
  }

  .block-start {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact_arrow {
    width: 20px;
    height: 20px;
  }

  .div-block-13 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .filters-wrap {
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
  }

  .style-frame_1 {
    width: 100%;
    min-width: auto;
    display: block;
  }

  .style-frame_2 {
    width: 100%;
    min-width: auto;
  }

  .style-frame_3 {
    width: 100%;
    min-width: auto;
    display: none;
  }

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

  .div-block-15 {
    margin-top: 140px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .frame-109 {
    display: none;
  }

  .services-text-block {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-photo_1 {
    margin-bottom: 10px;
  }

  .popup-dialog {
    bottom: 120%;
    left: -100%;
    right: auto;
  }

  .div-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-breaker.about {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 100px;
    margin-left: 0%;
  }

  .services-photo_4,
  .services-photo_5 {
    width: 100%;
  }

  .div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .services-photo_6 {
    display: none;
  }

  .div-block-20 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .div-block-15-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h2 {
    font-size: 45px;
    line-height: 140%;
  }

  .text-h2.hero-h1._72 {
    font-size: 36px;
  }

  .text-xs {
    font-size: 14px;
    line-height: 150%;
  }

  .text-xs.max-500 {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .padding-section.horizontal.photos {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .padding-section.start._1849.h-100.about {
    display: none;
  }

  .padding-section.my-180.horizontal-flex {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 60px;
    display: flex;
  }

  .padding-section._1849.gap-140 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .home-statement {
    padding-top: 20px;
  }

  .home-statement._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 10px;
  }

  .div-block-23 {
    padding-bottom: 20px;
  }

  .service-section_photo {
    width: 80%;
    margin-top: 60px;
  }

  .div-block-24 {
    padding-top: 20px;
  }

  .service-block {
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
  }

  .service-block.padding-removed {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .product-section_photo {
    width: 100%;
    height: 300px;
  }

  .product-section_photo._1 {
    flex: 0 auto;
    min-width: auto;
  }

  .background-secondary {
    z-index: 3;
    height: 60%;
    bottom: 400px;
  }

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

  .div-block-27 {
    margin: 60px 16px 40px;
  }

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

  .d {
    padding-bottom: 20px;
  }

  .horizontal-gallery {
    height: 80vh;
  }

  .div-block-32 {
    height: 100vh;
  }

  .div-block-34 {
    overflow: scroll;
  }

  .div-block-35 {
    width: 90%;
  }

  .div-block-36 {
    margin-top: 0%;
    display: none;
  }

  .div-block-37 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-19 {
    width: 48%;
  }

  .image-20 {
    transform: translate(0, -25px);
  }

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

  .text-h4.smaller {
    font-size: 28px;
  }

  .aboutus-text_block {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .div-block-17-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .div-block-23-copy {
    padding-bottom: 20px;
  }

  .menu-photos-routes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .lang-choice {
    margin-top: 11px;
    margin-right: 128px;
  }

  .lang-choice.no-mobile {
    display: none;
  }

  .menu-photo-link_mobile {
    text-align: center;
    padding-bottom: 23px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 600;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .contact-hero {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-breaker.py-40 {
    margin-top: 40px;
  }

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

  .forms-block_flex {
    height: 800px;
  }

  .contact-form {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-form.secondary-100 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-breadcrumbs {
    display: none;
  }

  .circle_scroll-font {
    min-width: 50px;
    margin-top: 40vw;
  }

  .vertical-line2 {
    width: 1px;
  }

  .vertical-line2.big {
    height: 500px;
  }

  .image-about2 {
    width: 50%;
  }

  .image-about3 {
    width: 38%;
  }

  .mobile-video {
    width: 100%;
    display: block;
  }

  .hero-video_mobile {
    height: auto;
    margin-top: 56px;
    display: block;
    position: relative;
  }

  .vertical-line_wrapper.absolute {
    display: none;
  }

  .about-us_text-block {
    margin: 20px 16px 40px;
  }

  .about-last-section {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .about-last-section_card {
    width: 100%;
    margin-top: 60px;
  }

  .about-last-section_card.ml-10p {
    width: 100%;
    margin-top: 60px;
    margin-left: 0%;
  }

  .about-last-section_card.pt-500 {
    width: 100%;
    margin-top: 100px;
  }

  .image-24 {
    width: 100%;
  }

  .about-last-section_mobile {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .padding-contactinfo {
    padding-top: 60px;
  }

  .timeline-wrapper {
    display: flex;
  }

  .progress-bar-overlay {
    left: -2em;
  }

  .progress-bar-wrapper {
    background-image: linear-gradient(
      to bottom,
      var(--background-300),
      var(--primary-default) 18%,
      var(--primary-200) 68%,
      var(--white-100) 94%
    );
    left: 30px;
  }

  .stages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .stage-description-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 260px;
  }

  .progress-bar-circle.is-2 {
    top: 610px;
  }

  .progress-bar-circle.is-1 {
    width: 2em;
    height: 2em;
  }

  .progress-bar-circle.is-4 {
    top: 905px;
  }

  .progress-bar-circle.is-3 {
    top: 305px;
  }

  .mix-container {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 160px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .filters-dekstop {
    z-index: 80;
    background-color: var(--background-300);
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .group-filters-flex_horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    max-height: 80vh;
    display: flex;
    overflow: auto;
  }

  .filters-flex_vertical {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .filter-title {
    margin-bottom: 0;
  }

  .flex-block-16 {
    z-index: 80;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .filter-mobile-modal {
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }

  .div-block-49 {
    justify-content: space-between;
    margin: 20px 16px;
    display: flex;
  }

  .group-filters-flex_verical {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    width: 100%;
    overflow: scroll;
  }

  .filter-text_block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-50 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-18copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .services-photo_7 {
    width: 100%;
  }

  .inspiration-text {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .hero-button {
    padding: 16px 20px;
    font-size: 14px;
  }

  .flex-block-19 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-block-21 {
    min-width: auto;
  }

  .flex-block-22 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .flex-block-23 {
    min-height: auto;
  }

  .image-26 {
    display: none;
  }

  .flex-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: none;
  }

  .flex-block-27.text-xs {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .flex-block-28 {
    max-height: 150px;
  }

  .image-30 {
    width: 60%;
  }

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

  .image-31 {
    width: 100%;
    height: 300px;
  }

  .image-32 {
    height: 300px;
  }

  .div-block-54 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-block-2.text-h4 {
    width: 90%;
  }

  .tricks-slider_slide {
    max-height: 600px;
  }

  .tricks-slider_text {
    font-size: 9.9em;
  }

  .div-block-56 {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .div-block-56.reverse {
    flex-direction: column-reverse;
  }

  .image-33 {
    width: 80%;
  }

  .project-solutions {
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .div-block-58 {
    padding-bottom: 50px;
  }

  .image-34 {
    width: 80%;
  }

  .flex-block-33 {
    flex-direction: column;
  }

  .flex-block-34 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-35 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-width: auto;
  }

  .text-block-8 {
    min-width: auto;
  }

  .slider-2 {
    height: 25vh;
    min-height: auto;
  }

  .slider-2.tall {
    height: 70vh;
  }

  .flex-block-34-copy._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-25-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-61 {
    min-width: auto;
  }

  .menu-logo {
    width: 50%;
    top: 68px;
    right: 23px;
  }

  .services-photo_9 {
    width: 100%;
  }

  .logo-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 60px;
  }

  .service-anchor {
    top: -80px;
  }

  ._w-100 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .scroll-top-btn {
    bottom: 0;
  }

  .carousel {
    height: 25vh;
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.footer {
    margin-top: 40px;
  }

  .header-logo.w--current {
    display: none;
  }

  .text-h1 {
    font-size: 36px;
    line-height: 140%;
  }

  .text-h1.hero-h1._72.mobile-small,
  .text-h1.pb-60 {
    font-size: 28px;
  }

  .section-background.secondary-300_bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-background.margin-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .text-xl.sweetgothic.laptop-small {
    font-size: 20px;
    line-height: 145%;
  }

  .text-xl.hero-h2 {
    margin-bottom: 0;
  }

  .hero-block {
    margin-left: 16px;
  }

  .hero-block.home {
    margin-top: 35vh;
  }

  .text-md {
    font-size: 17px;
  }

  .text-md.mb-20.max-500 {
    font-size: 14px;
  }

  .text-md.max-342 {
    text-align: center;
  }

  .text-h3 {
    font-size: 28px;
    line-height: 140%;
  }

  .text-h3.montserrat {
    font-size: 23px;
  }

  .text-h3.montserrat._80.max-500,
  .text-h3.smaller,
  .text-lg {
    font-size: 20px;
  }

  .text-lg.footer-quote {
    font-size: 17px;
    font-weight: 500;
  }

  .text-lg.number-dekstop {
    display: none;
  }

  .text-lg.number-mobile {
    display: block;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 20px;
    right: auto;
  }

  .text-lg.text-center.hero-h2.max-683.smaller-mobile,
  .text-lg.hero-h2._653 {
    font-size: 17px;
  }

  .offer-block {
    margin-bottom: 20px;
  }

  .body-text-17px-main.left-align {
    font-size: 14px;
  }

  .heading-36px-h4 {
    text-align: left;
    font-size: 28px;
    line-height: 140%;
  }

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

  .section-faq {
    padding: 100px 15px;
  }

  .grid {
    overflow: auto;
  }

  .link-block_hero,
  .link-block_hero.w--current {
    display: none;
  }

  .circle._34 {
    width: 20px;
    height: 20px;
  }

  .circle._60 {
    width: 32px;
    height: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .circle._60.absolute.product {
    width: 50px;
    height: 50px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo_component-slider._2 {
    transform: translate(-59%);
  }

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

  .logo-slider-img {
    width: 100px;
  }

  .offer-card-section {
    height: 100px;
  }

  .offer-card-section.primary {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .round_btn {
    width: 32px;
    height: 32px;
  }

  .find-more_link-block {
    padding-left: 18px;
    padding-right: 18px;
  }

  .arrow._90 {
    width: 24px;
  }

  .contact_arrow.no-mobile {
    display: none;
  }

  .flex-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

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

  .services-container_1 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .service-container-paragraph._2 {
    min-width: auto;
  }

  .service-container-paragraph.text-xs {
    margin-bottom: 30px;
  }

  .div-block-15-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-container_2 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .services-container_3.mobile,
  .services-container_4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-container-first-section._2 {
    min-width: auto;
  }

  .service-container-second-section {
    margin-top: 0;
  }

  .text-h2 {
    font-size: 36px;
    line-height: 140%;
  }

  .text-h2.smaller {
    font-size: 36px;
  }

  .text-xs.no-mobile {
    display: none;
  }

  .text-xs.underline.comma-wrap {
    flex-flow: row;
  }

  .btn-arrow {
    width: 20px;
  }

  .padding-section.my-180.horizontal-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-end;
  }

  .service-section_photo {
    margin-top: 40px;
  }

  .service-block {
    margin-left: 0;
    margin-right: 0;
  }

  .text-h4.smaller {
    font-size: 23px;
  }

  .services-container_5 {
    flex-direction: column;
  }

  .menu-routes {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .forms-block_flex {
    height: auto;
  }

  .contact-form {
    height: 600px;
  }

  .vertical-line2 {
    height: 270px;
  }

  .vertical-line2.big {
    height: 400px;
  }

  .vertical-line2.xs-small {
    height: 100px;
  }

  .image-about3 {
    bottom: 270px;
  }

  .vertical-line_wrapper.mobile {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .progress-bar-p {
    font-size: 0.9em;
  }

  .stages-wrapper {
    margin-left: 5em;
  }

  .progress-bar-circle {
    transform: translate(-45%);
  }

  .progress-bar-circle.is-4 {
    margin-bottom: 0;
  }

  .small-button-wrapper {
    font-size: 3vw;
  }

  .mix-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-button {
    margin-top: 0;
  }

  .vertical-separator {
    width: 70%;
    min-width: 200px;
    height: 1px;
  }

  .flex-block-18 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  .flex-block-23 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex-block-29 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-block-30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-31,
  .image-32 {
    height: 200px;
  }

  .text-block-2.text-h4 {
    width: 100%;
    font-size: 23px;
  }

  .tricks-slider_slide {
    width: 100%;
    max-height: 500px;
    margin-right: 3em;
  }

  .tricks-slider_text {
    font-size: 20em;
  }

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

  .project-solutions {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-block-18-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  .vertical-separator-copy {
    width: 70%;
    min-width: 200px;
    height: 1px;
  }

  .div-block-57 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .logo-grid-img {
    max-width: 100px;
    max-height: 40px;
  }

  .logo-grid-img.jab {
    max-width: 150px;
    max-height: 60px;
  }

  .scroll-top-btn {
    width: 36px;
    height: 36px;
    margin-right: 16px;
  }

  .lightbox-imagebox {
    max-width: 90%;
  }
}

#w-node-be1d6973-223a-988e-ab57-1337fa06dfda-c5597142,
#w-node-_947d7e6b-a943-dd1f-4398-892fee48af4d-c5597142,
#w-node-cc524507-e7c8-b58b-d4f5-04fadc367343-c5597142,
#w-node-_507130cb-ae1e-fda9-7f0a-7e091e2543ef-4bae5a05,
#w-node-_46015157-cb10-01e5-4ae9-e8a3947c1b4e-682f3f18,
#w-node-f6796631-c2b9-df34-32ed-80d592fe1866-682f3f18,
#w-node-ad7e2eea-c76a-340f-c779-5b9df044018f-682f3f18,
#w-node-_6a52d13a-772d-3e46-5655-209142e52c63-682f3f18,
#w-node-_25ab2381-2efa-e663-df32-53b3ab4320db-682f3f18,
#w-node-_487d5b17-b38e-44f2-c34c-56358f30c44a-682f3f18,
#w-node-_8ceb07a6-30ad-ad5f-fe14-5d0870cb1f59-682f3f18,
#w-node-_342f4f80-2a29-8e65-b2af-c631604bc878-682f3f18,
#w-node-_6b9bd51c-14dc-d62b-04f8-d606ba699c64-682f3f18,
#w-node-_46015157-cb10-01e5-4ae9-e8a3947c1b4e-d3467ad4,
#w-node-_46015157-cb10-01e5-4ae9-e8a3947c1b4e-64433d56,
#w-node-_46015157-cb10-01e5-4ae9-e8a3947c1b4e-d9071d97,
#w-node-_46015157-cb10-01e5-4ae9-e8a3947c1b4e-67f4e935,
#w-node-f6796631-c2b9-df34-32ed-80d592fe1866-67f4e935,
#w-node-ad7e2eea-c76a-340f-c779-5b9df044018f-67f4e935,
#w-node-_6a52d13a-772d-3e46-5655-209142e52c63-67f4e935,
#w-node-_25ab2381-2efa-e663-df32-53b3ab4320db-67f4e935,
#w-node-_487d5b17-b38e-44f2-c34c-56358f30c44a-67f4e935,
#w-node-_8ceb07a6-30ad-ad5f-fe14-5d0870cb1f59-67f4e935,
#w-node-_342f4f80-2a29-8e65-b2af-c631604bc878-67f4e935,
#w-node-_6b9bd51c-14dc-d62b-04f8-d606ba699c64-67f4e935 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fc40571-14f1-0d11-2a2c-8975a028d86a-9d0ebd51,
#w-node-_5751a5e3-3998-9107-de8f-b043d14ba9ad-9d0ebd51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98c77f74-3ffb-1f66-e975-204459aab243-9d0ebd51,
#w-node-_73de4cb2-f712-c49b-eb5d-cce8f88b9e18-9d0ebd51,
#w-node-_8484905a-31a1-a3ee-08fe-7ee76e00ffd0-9d0ebd51,
#w-node-_71a58d06-51b1-69f2-025a-dcc2c6de1500-9d0ebd51,
#w-node-_2106d83f-40cf-3044-6449-cb4d38a0c2fd-9d0ebd51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-cf110862-6703-c9e2-04f6-bc4d665df4a4-9d0ebd51 {
  align-self: center;
  justify-self: center;
}

#w-node-e97521bf-0c90-d147-3322-4aa1583192b0-9d0ebd51 {
  align-self: center;
}

#w-node-_813e6ae4-2ad2-692b-954f-1c2f301bbff6-9d0ebd51,
#w-node-_303fced1-0536-9d15-8806-d38ca4711c7e-9d0ebd51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-eed428e9-ee60-f32a-5b34-58370b9fb502-9d0ebd51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0489cb3c-4afc-5b92-c1da-480d2fd253a2-9d0ebd51,
#w-node-_2a27cb9f-8fd7-ed81-194b-5899721b9174-9d0ebd51,
#w-node-b626af0f-7ebd-0d8e-1ade-b82bdb14729d-9d0ebd51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_78f8ba2e-fe16-5461-d893-e939871fa968-9d0ebd51 {
  align-self: center;
}

#w-node-aa718615-fd9e-bc54-be53-558594067cfa-9d0ebd51,
#w-node-f7e5a3a1-7a83-d869-661b-045d231748f5-9d0ebd51,
#w-node-d044139b-a4b4-c5ad-0a07-f0caa71ae485-9d0ebd51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_0f6ea819-aeb6-2afd-179a-bb1527508852-9d0ebd51 {
  align-self: center;
  justify-self: center;
}

#w-node-_78f766fb-c904-4944-4b9c-79ac05b9137b-9d0ebd51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_1e72af00-aeec-70f4-73c2-688abb9b919d-9d0ebd51 {
  align-self: center;
  justify-self: center;
}

#w-node-_0742f083-f88e-d9f4-e5fa-b13bb73564b2-9d0ebd51,
#w-node-a71c69fd-6c55-837b-80c3-698066f6231b-9d0ebd51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-c78b3efd-0428-5358-ec9d-b580d27b86f0-b8f18383,
#w-node-_8700bd7e-0543-6ad6-d5b2-2359fc732711-b8f18383 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fc40571-14f1-0d11-2a2c-8975a028d86a-9f7e0dce,
#w-node-_5751a5e3-3998-9107-de8f-b043d14ba9ad-9f7e0dce {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5142024c-f81c-97dc-a5b0-f90d200d010d-9f7e0dce,
#w-node-_5142024c-f81c-97dc-a5b0-f90d200d010f-9f7e0dce,
#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0111-9f7e0dce,
#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0113-9f7e0dce,
#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0115-9f7e0dce {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0117-9f7e0dce {
  align-self: center;
  justify-self: center;
}

#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0119-9f7e0dce {
  align-self: center;
}

#w-node-_5142024c-f81c-97dc-a5b0-f90d200d011b-9f7e0dce,
#w-node-_5142024c-f81c-97dc-a5b0-f90d200d011d-9f7e0dce {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_5142024c-f81c-97dc-a5b0-f90d200d011f-9f7e0dce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0121-9f7e0dce,
#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0123-9f7e0dce,
#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0125-9f7e0dce {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0127-9f7e0dce {
  align-self: center;
}

#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0129-9f7e0dce,
#w-node-_5142024c-f81c-97dc-a5b0-f90d200d012b-9f7e0dce,
#w-node-_5142024c-f81c-97dc-a5b0-f90d200d012d-9f7e0dce {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_5142024c-f81c-97dc-a5b0-f90d200d012f-9f7e0dce {
  align-self: center;
  justify-self: center;
}

#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0131-9f7e0dce {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0133-9f7e0dce {
  align-self: center;
  justify-self: center;
}

#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0135-9f7e0dce,
#w-node-_5142024c-f81c-97dc-a5b0-f90d200d0137-9f7e0dce {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-c78b3efd-0428-5358-ec9d-b580d27b86f0-0a61c9fe,
#w-node-_8700bd7e-0543-6ad6-d5b2-2359fc732711-0a61c9fe,
#w-node-_46015157-cb10-01e5-4ae9-e8a3947c1b4e-bc28efcb,
#w-node-_46015157-cb10-01e5-4ae9-e8a3947c1b4e-111c4af2,
#w-node-_46015157-cb10-01e5-4ae9-e8a3947c1b4e-66481b92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_98c77f74-3ffb-1f66-e975-204459aab243-9d0ebd51,
  #w-node-_73de4cb2-f712-c49b-eb5d-cce8f88b9e18-9d0ebd51,
  #w-node-_8484905a-31a1-a3ee-08fe-7ee76e00ffd0-9d0ebd51,
  #w-node-_71a58d06-51b1-69f2-025a-dcc2c6de1500-9d0ebd51,
  #w-node-_2106d83f-40cf-3044-6449-cb4d38a0c2fd-9d0ebd51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cf110862-6703-c9e2-04f6-bc4d665df4a4-9d0ebd51,
  #w-node-e97521bf-0c90-d147-3322-4aa1583192b0-9d0ebd51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_813e6ae4-2ad2-692b-954f-1c2f301bbff6-9d0ebd51,
  #w-node-_303fced1-0536-9d15-8806-d38ca4711c7e-9d0ebd51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eed428e9-ee60-f32a-5b34-58370b9fb502-9d0ebd51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0489cb3c-4afc-5b92-c1da-480d2fd253a2-9d0ebd51,
  #w-node-_2a27cb9f-8fd7-ed81-194b-5899721b9174-9d0ebd51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b626af0f-7ebd-0d8e-1ade-b82bdb14729d-9d0ebd51,
  #w-node-_78f8ba2e-fe16-5461-d893-e939871fa968-9d0ebd51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aa718615-fd9e-bc54-be53-558594067cfa-9d0ebd51,
  #w-node-f7e5a3a1-7a83-d869-661b-045d231748f5-9d0ebd51,
  #w-node-d044139b-a4b4-c5ad-0a07-f0caa71ae485-9d0ebd51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f6ea819-aeb6-2afd-179a-bb1527508852-9d0ebd51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78f766fb-c904-4944-4b9c-79ac05b9137b-9d0ebd51 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e72af00-aeec-70f4-73c2-688abb9b919d-9d0ebd51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0742f083-f88e-d9f4-e5fa-b13bb73564b2-9d0ebd51,
  #w-node-a71c69fd-6c55-837b-80c3-698066f6231b-9d0ebd51,
  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d010d-9f7e0dce,
  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d010f-9f7e0dce,
  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0111-9f7e0dce,
  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0113-9f7e0dce,
  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0115-9f7e0dce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0117-9f7e0dce,
  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0119-9f7e0dce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d011b-9f7e0dce,
  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d011d-9f7e0dce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d011f-9f7e0dce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0121-9f7e0dce,
  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0123-9f7e0dce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0125-9f7e0dce,
  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0127-9f7e0dce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0129-9f7e0dce,
  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d012b-9f7e0dce,
  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d012d-9f7e0dce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d012f-9f7e0dce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0131-9f7e0dce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0133-9f7e0dce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0135-9f7e0dce,
  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d0137-9f7e0dce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0f6ea819-aeb6-2afd-179a-bb1527508852-9d0ebd51,
  #w-node-_5142024c-f81c-97dc-a5b0-f90d200d012f-9f7e0dce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6fc40571-14f1-0d11-2a2c-8975a028d86a-9d0ebd51,
  #w-node-_5751a5e3-3998-9107-de8f-b043d14ba9ad-9d0ebd51,
  #w-node-_6fc40571-14f1-0d11-2a2c-8975a028d86a-9f7e0dce,
  #w-node-_5751a5e3-3998-9107-de8f-b043d14ba9ad-9f7e0dce {
    grid-column: span 1 / span 1;
  }
}

@font-face {
  font-family: "Montserrat Variablefont Wght";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sweetgothic";
  src: url("../fonts/Sweet---SweetGothic-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
