:root {
  --white-smoke: #f2f2f2;
  --dark-goldenrod: #aa9151;
  --black: #111;
  --goldenrod: #eec668;
}

.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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana;
  font-size: 150px;
  font-weight: 400;
  line-height: 130px;
}

p {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 30px;
}

.hero-section {
  min-height: 100vh;
  background-image: url('../images/hero_bg.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.hero-section.hero-proizvodi {
  background-image: url('../images/ezgif-1-9875c0a9fb.webp');
  background-position: 50%;
  background-size: cover;
}

.header {
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-link-wrapper {
  cursor: pointer;
  display: flex;
}

.menu-icon-wrapper {
  width: 32px;
  height: 32px;
  border: 1px none var(--white-smoke);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.menu-icon-bar-top {
  width: 32px;
  height: 2px;
  background-color: var(--dark-goldenrod);
  margin-top: 3px;
  margin-bottom: 3px;
}

.ths13-menu-link-text-wrapper {
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arimo;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.link {
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arimo;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.overlay {
  background-color: rgba(0, 0, 0, .65);
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ths13-heading-h1 {
  color: var(--white-smoke);
  text-align: center;
}

.hero-section-footer {
  z-index: 7;
  width: 66.6667%;
  height: 90px;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ths13-social-links-wrapper {
  width: 50%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.ths13-social-link {
  opacity: .65;
  margin-right: 45px;
  transition: opacity .2s ease-in-out;
}

.ths13-social-link:hover {
  opacity: 1;
}

.ths13-social-icon {
  width: 22px;
}

.ths13-social-links-divider {
  color: #ffc000;
  font-family: Arimo;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(20deg);
}

.hero-footer-scroll-wrapper {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.scroll-line-wrapper {
  opacity: .8;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.hero-footer-scroll-text-wrapper {
  opacity: .8;
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arimo;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
}

.ths13-hero-slider {
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}

.ths13-hero-slider-arrow {
  display: none;
}

.ths13-hero-slider-nav {
  width: 50px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ths13-hero-slide-content {
  height: 100%;
  max-width: 1234px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ths13-heading-h1-wrapper {
  overflow: hidden;
}

.ths13-slide-number-wrapper {
  width: 90px;
  height: 90px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ths13-hero-slide-number {
  color: var(--white-smoke);
  font-family: Italiana;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.ths13-hero-slide-number-divider {
  color: #ffc000;
  margin-top: 7px;
  font-family: Arimo;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  transform: rotate(20deg);
}

.ths13-silde-number-inner-wrapper {
  overflow: hidden;
}

.scroll-line {
  width: 2px;
  height: 50px;
  background-color: var(--dark-goldenrod);
}

.ths13-nav-link-hover-text, .ths13-menu-link-hover-text {
  position: absolute;
}

.menu {
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .95);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: -100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-nav-link-1 {
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Italiana;
  font-size: 100px;
  font-weight: 400;
  line-height: 125px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-nav-link-text {
  color: var(--white-smoke);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 90px;
  font-weight: 400;
}

.menu-nav-link-2, .menu-nav-link-3, .menu-nav-link-4 {
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Italiana;
  font-size: 100px;
  font-weight: 400;
  line-height: 125px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-icon-bar-bottom {
  width: 32px;
  height: 2px;
  background-color: var(--dark-goldenrod);
  margin-top: 3px;
  margin-bottom: 3px;
}

.ths13-hero-slide-total-number {
  color: var(--white-smoke);
  font-family: Italiana;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.ths13-menu-footer {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ths13-menu-contact-info {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
}

.ths13-contact-address {
  color: var(--white-smoke);
  text-align: right;
  margin-bottom: 10px;
  font-family: Arimo;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.ths13-menu-contact-link {
  color: rgba(242, 242, 242, .65);
  margin-bottom: 10px;
  font-family: Arimo;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.ths13-menu-contact-link:hover {
  color: var(--white-smoke);
}

.ths13-menu-contact-link.ths13-no-margin-bottom {
  margin-bottom: 0;
}

.ths13-menu-contact-info-inner-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.social-wrapper {
  width: 65px;
  justify-content: flex-end;
  display: flex;
}

.image {
  margin-left: 10px;
}

.text-block {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: none;
}

.body {
  background-color: var(--black);
  color: var(--white-smoke);
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 21px;
}

.container {
  z-index: 1;
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading {
  color: var(--white-smoke);
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 92px;
  font-weight: 500;
  line-height: 100%;
}

.heading.other-pages-heading {
  font-size: 70px;
  font-weight: 400;
}

.heading.other-pages-heading.blog-heading {
  margin-bottom: 20px;
}

.heading.other-pages-heading.product-heading {
  padding-left: 10px;
  padding-right: 10px;
}

.heading.other-pages-heading.gallery-heading {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 70px;
}

.heading.main-heading {
  text-align: left;
  margin-top: 5px;
  font-size: 48px;
}

.button {
  border: 1px solid var(--dark-goldenrod);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 12px;
  padding: 5px 35px;
  font-size: 17px;
  font-weight: 400;
}

.button:hover {
  border-color: var(--white-smoke);
  color: var(--dark-goldenrod);
  transform: translate(0, -5px);
}

.button.other-section-button {
  border-top-style: solid;
  border-left-style: none;
  border-right-style: none;
  font-weight: 300;
}

.button.form-btn {
  position: relative;
  left: 190px;
}

.div-block {
  width: 64px;
  height: 1px;
  background-color: var(--dark-goldenrod);
}

.all-sections {
  padding-top: 160px;
  padding-bottom: 160px;
}

.all-sections.galery {
  min-height: 100vh;
  background-image: url('../images/granit.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.small-heading {
  color: var(--goldenrod);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-goldenrod);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 300;
  line-height: 22px;
}

.small-heading.main-small-heading {
  text-align: left;
  font-size: 18px;
  line-height: 19px;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
}

.slide-item {
  max-width: 25vw;
  text-align: center;
  left: -210px;
}

.img-slider-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
}

.slider-3 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 140px;
}

.slide-img {
  padding-left: 0;
  padding-right: 0;
}

.slide-nav {
  margin-bottom: 0;
  top: 350px;
}

.right-arrow, .left-arrow {
  display: none;
  overflow: visible;
}

.mask {
  max-width: 100%;
}

.heading-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.main-page-content-wrapper {
  max-width: 1440px;
}

.grid {
  grid-template-rows: minmax(556px, 1fr) minmax(556px, 1fr) minmax(556px, 1fr);
  justify-items: center;
}

.collection-item {
  min-height: 556px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: repeat(auto-fit, minmax(34.75rem, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(36.75rem, 1fr)) minmax(36.75rem, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.content {
  min-width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vectors-wrapper-2 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-regular-semi-bold {
  color: var(--white-smoke);
  text-align: left;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.vectors-wrapper {
  object-fit: cover;
  display: flex;
}

.link-za-footer {
  min-width: 67px;
  margin-right: 130px;
  text-decoration: none;
}

.footer-form {
  background-image: url('../images/granit.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 40px;
  display: flex;
}

.logo-2 {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-right: 220px;
  padding-top: 5px;
  padding-bottom: 30px;
  padding-right: 62px;
  display: flex;
}

.credits {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid var(--dark-goldenrod);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 10px;
  display: flex;
}

.social-links {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-small-link {
  color: var(--white-smoke);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.links-2 {
  flex-direction: column;
  display: flex;
}

.row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-for-links {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 400;
}

.text-block-2 {
  font-size: 31px;
  line-height: 133%;
}

.button-2 {
  color: var(--dark-goldenrod);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 47px;
  line-height: 80%;
}

.button-2._404-subtext._404-btn {
  font-size: 25px;
}

.title-for-adress {
  color: var(--dark-goldenrod);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 37px;
}

.footer-text-wrapper {
  margin-bottom: 12px;
}

.text-block-3 {
  color: rgba(242, 242, 242, .8);
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.social {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  display: flex;
}

.right-side-footer.contact-text {
  color: var(--white-smoke);
  border-style: none;
  border-width: 0;
  font-family: Open Sans, sans-serif;
  position: relative;
  bottom: 180px;
  left: 390px;
}

.link-block {
  min-height: 100%;
  min-width: 100%;
}

.link-block-pages {
  min-height: 100%;
  min-width: 100%;
  background-image: url('../images/kuhinja_početna-1.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.link-block-pages.link2 {
  background-image: url('../images/3D_vizualizacija_početna-1.webp');
}

.link-block-pages.link3 {
  background-image: url('../images/Uredski_početna-1.webp');
}

.link-block-pages.link4 {
  background-image: url('../images/Stepeništa_početna-1.webp');
}

.link-block-pages.link5 {
  background-image: url('../images/Ormari_početna-1.webp');
}

.link-block-pages.link6 {
  background-image: url('../images/Kupaonski_početna-1.webp');
}

.proizvodi-hero {
  min-height: 60vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.blog-hero {
  min-height: 80vh;
  background-image: url('../images/3D_vizualizacija_početna_velika.webp');
  background-position: 50% 26%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.blog-hero.ur-hero {
  background-image: url('../images/Uredski_početna_velika.webp');
  background-position: 50% 57%;
}

.blog-hero.kuh-hero {
  background-image: url('../images/kuhinja_početna_velika.webp');
}

.blog-hero.step-hero {
  background-image: url('../images/Stepeništa_početna_velika.webp');
  background-position: 50%;
}

.blog-hero.ug-hero {
  background-image: url('../images/Ormari_početna_velika.webp');
}

.blog-hero.kup-hero {
  background-image: url('../images/Kupaonski_početna_velika.webp');
  background-position: 50%;
}

.blog-img-overlay {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(255, 255, 255, .1) 90%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-container {
  max-width: 1440px;
  min-height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-page-heading {
  color: #fff;
  font-size: 30px;
}

.date {
  font-size: 16px;
  font-weight: 500;
}

.about-materials {
  padding-top: 160px;
  padding-bottom: 160px;
}

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

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

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

.image-wrapper.second-image {
  text-align: right;
}

.title-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.text-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: center;
}

.info-heading {
  color: var(--dark-goldenrod);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 60px;
  line-height: 51px;
}

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

.paragraph {
  border-left: 1px solid var(--dark-goldenrod);
  text-align: left;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 39px;
}

.info-text {
  border-left: 1px solid var(--dark-goldenrod);
  padding-top: 0;
  padding-left: 5px;
  padding-right: 145px;
}

.info-text.other-text {
  padding-right: 155px;
}

.info-text.first-text {
  padding-right: 60px;
  font-size: 26px;
}

.columns-2 {
  padding-left: 70px;
  padding-right: 70px;
}

.info-text-wrapper {
  border-left: 1px solid var(--dark-goldenrod);
  padding-left: 10px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: 0%;
  right: 0%;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  padding-left: 2em;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.checkbox-label.open {
  font-weight: 400;
  display: block;
}

.span-text.footer-2 {
  font-weight: 300;
}

.span-text.footer-1 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.span-text.footer-2 {
  color: #eec668;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 400;
}

.grid-2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid-2.is--footer {
  z-index: 3;
}

.grid_item {
  z-index: 1;
  width: 100%;
  padding: 1.04em;
  display: block;
  position: relative;
}

.grid_item.footer-form {
  width: 0%;
  min-width: 100%;
  background-image: none;
}

.grid_item.is--50 {
  width: 50%;
  justify-content: center;
  display: flex;
  position: relative;
}

.grid_item.is--50.footer-1 {
  width: 0%;
  min-width: 60%;
  justify-content: flex-start;
}

.gradient-top {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #00000b, rgba(0, 0, 11, .3) 50%, #00000b);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  z-index: 10;
  max-width: 100%;
  background-color: #fff;
  position: relative;
}

.section.is--footer {
  z-index: 1;
  z-index: 1;
  min-height: 100vh;
  background-color: #111;
  position: relative;
  bottom: 0;
  overflow: visible;
}

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

.is--white.is--69px {
  white-space: nowrap;
  flex-direction: column;
  font-size: 69px;
  line-height: 1.4;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-field {
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding: 1.5em 0;
}

.text-field:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.text-field::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.contact-text-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.div-block-12 {
  padding-bottom: 10em;
  position: relative;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 25px;
  min-width: 25px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #5581da;
}

.form-block {
  position: relative;
}

.container-2 {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15em 6.25em;
}

.container-2.footer {
  width: 0;
  min-width: 1560px;
  padding: 4em 12em 0;
}

.submit-button {
  z-index: 10;
  width: 260px;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: auto;
  right: 0%;
}

.text-span-8 {
  border-bottom: 1px solid #f8f8f8;
}

.gradient-top-2 {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.submit-button-2 {
  z-index: 10;
  width: 260px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eec668;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: auto;
  right: 0%;
}

.submit-button-2:hover {
  color: #eec668;
  border-color: #fff;
}

.heading-h2-3 {
  color: var(--white-smoke);
  letter-spacing: 0;
  padding-bottom: 11px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 42px;
}

.heading-h2-3.other-header {
  color: var(--dark-goldenrod);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 57px;
}

.content-7 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular-link {
  color: var(--white-smoke);
  text-align: left;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.section-title-2 {
  width: 100%;
  max-width: 768px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.field-label {
  color: var(--white-smoke);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.contact-info {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.btn-design {
  background-color: #be1d2c;
  border-radius: 50px;
  padding: 11px 59px;
  font-size: 25px;
  line-height: 44px;
  text-decoration: none;
  transition: all .4s;
}

.btn-design:hover {
  background-color: #9f1a26;
  position: relative;
  bottom: 2px;
  box-shadow: 0 2px 7px 1px #000;
}

.btn-design.submit-btn {
  padding: 3px 22px;
  font-size: 10px;
  line-height: 14px;
}

.kontakt-div {
  width: 100%;
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular-normal-6 {
  color: var(--white-smoke);
  text-align: left;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.container-3 {
  max-width: 1440px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.container-3.kontakt-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-h6 {
  color: var(--white-smoke);
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.vectors-wrapper-6 {
  width: 32px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact {
  padding-top: 200px;
  padding-bottom: 140px;
}

.kontakt {
  margin-bottom: 50px;
}

.message-area {
  min-height: 40px;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 35px;
  padding-top: 5px;
  padding-bottom: 0;
}

.message-area:focus {
  color: #fff;
  border-color: #9e9e9e;
}

.content-3 {
  width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.contact-text {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-text:focus {
  color: #fff;
  border-color: #9e9e9e;
}

.contact-text::-ms-input-placeholder {
  color: #fff;
}

.contact-text::placeholder {
  color: #fff;
}

.info-div {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-2 {
  width: 100%;
  max-width: 616px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.content-8 {
  width: 100%;
  max-width: 240px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.row-3 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-block-2 {
  min-width: 100%;
  position: absolute;
}

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

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

.page-wrapper {
  overflow: hidden;
}

.section-2.is-hero {
  width: 100%;
  min-height: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

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

.marquee_track {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee_list, .marquee_flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee_item {
  width: 34em;
  flex: none;
  margin-right: 2em;
}

.marquee_img-wrap {
  width: 100%;
  padding-top: 62%;
  position: relative;
}

.marquee_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.gallery-section.is-hero {
  width: 100%;
  min-height: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.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 {
  color: var(--white-smoke);
  font-family: Open Sans, sans-serif;
  font-size: 21px;
}

.animated-line {
  min-height: 2px;
  background-color: var(--dark-goldenrod);
  margin-top: 8px;
  padding-right: 0;
}

.success-message {
  background-color: var(--black);
  color: var(--white-smoke);
}

.text-block-5 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.error-message {
  background-color: var(--black);
  color: var(--dark-goldenrod);
  font-family: Open Sans, sans-serif;
}

.padding-global {
  padding-left: 5vw;
  padding-right: 5vw;
}

.next_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

.next_image {
  width: 100%;
  height: 60vh;
  max-height: 32rem;
  object-fit: contain;
  object-position: 50% 50%;
}

.next_content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 4rem;
  display: flex;
}

.section_next.other-section {
  margin-top: 200px;
}

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

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

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

.body-3 {
  background-image: url('../images/granit.png');
  background-position: 50%;
  background-size: cover;
}

._404-text {
  color: var(--dark-goldenrod);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

._404-subtext {
  color: var(--white-smoke);
  margin-top: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

._404-subtext._404-link {
  font-size: 23px;
}

._404-link-hover {
  min-height: 2px;
  background-color: var(--dark-goldenrod);
}

.section--gallery {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.slide-wrap {
  width: 5000px;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  margin-right: 200px;
}

.section-gallery {
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.horizontal-marquee {
  width: 200vw;
  justify-content: space-around;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.inner-marguee {
  width: 100vw;
  justify-content: space-around;
  display: flex;
}

.gallery-img {
  min-height: 341px;
  min-width: 546px;
  border-radius: 20px;
  margin-left: 16px;
  margin-right: 16px;
}

.marquee_wrapper {
  color: #dfdfdf;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.marquee-content_wrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.marquee_content {
  justify-content: flex-start;
  display: flex;
}

.marquee-content-contaier {
  flex-wrap: nowrap;
  margin-left: 9px;
  margin-right: 9px;
  display: flex;
}

.marquee_image {
  width: 36vw;
  height: 22vw;
  max-width: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
}

.div-block-13 {
  max-width: 100%;
}

.img--overlay {
  min-height: 100%;
  min-width: 100%;
  background-color: rgba(0, 0, 0, .4);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.grid-layout {
  grid-template-rows: 200px;
  grid-template-columns: repeat(auto-fit, minmax(34.875rem, 1fr));
  grid-template-areas: ".";
  grid-auto-rows: minmax(auto, 1fr);
}

.grid_layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: repeat(auto-fit, minmax(34.62rem, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(34.75rem, 1fr)) minmax(34.75rem, 1fr);
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.gallery-warpper {
  width: 91%;
  margin-top: 170px;
}

.gallery {
  height: 510px;
  background-color: rgba(221, 221, 221, 0);
}

.slide-1 {
  background-image: url('../images/kuhinja21_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2 {
  background-image: url('../images/kuhinja10.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/kuhinja_početna-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.image-4 {
  max-height: 100%;
}

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

.icon, .icon-2 {
  color: var(--dark-goldenrod);
}

html.w-mod-js [data-ix="ths13-scroll-line-move"] {
  opacity: 1;
  transform: translate(0, -100%);
}

@media screen and (max-width: 991px) {
  .heading.other-pages-heading {
    margin-top: 10px;
    font-size: 45px;
  }

  .heading.other-pages-heading.blog-heading {
    margin-bottom: 15px;
    font-size: 39px;
  }

  .heading.other-pages-heading.product-heading {
    font-size: 44px;
    line-height: 99%;
  }

  .all-sections {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .all-sections.galery {
    padding-bottom: 0;
  }

  .small-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .small-heading.blog-small-heading {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .small-heading.small-product-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px;
    line-height: 21px;
  }

  .collection-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(34.875rem, 1fr));
  }

  .content {
    flex-direction: column;
  }

  .logo-2 {
    margin-right: 129px;
  }

  .text-block-2 {
    font-size: 25px;
  }

  .button-2 {
    font-size: 35px;
  }

  .title-for-adress {
    font-size: 20px;
    line-height: 29px;
  }

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

  .right-side-footer.contact-text {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 60px;
    top: 350px;
    bottom: 0;
    left: 0;
  }

  .blog-container {
    max-width: 668px;
  }

  .info-heading {
    font-size: 59px;
    line-height: 57px;
  }

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

  .info-text {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .info-text.first-text {
    padding-top: 0;
    padding-right: 0;
  }

  .columns-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .is--white.is--69px {
    font-size: 50px;
  }

  .container-2 {
    padding: 0 3em 10em;
  }

  .submit-button, .submit-button-2 {
    bottom: -63%;
    left: 0%;
    right: auto;
  }

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

  .btn-design {
    padding: 10px 35px;
    font-size: 20px;
    line-height: 26px;
  }

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

  .container-3.kontakt-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-h6 {
    font-size: 22px;
  }

  .contact {
    padding-top: 170px;
  }

  .content-3 {
    padding-bottom: 40px;
  }

  .marquee_item {
    width: 42vw;
    margin-right: 3vw;
  }

  .gallery-section.is-hero {
    min-height: 70vh;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .next_image {
    max-height: 29.6rem;
  }

  .next_content-wrap {
    text-align: center;
    padding-left: 0;
  }

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

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

  .marquee_image {
    height: 35vh;
  }

  .grid_layout {
    min-height: 554px;
    grid-template-columns: repeat(auto-fit, minmax(34.75rem, 1fr));
  }

  .gallery-warpper {
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 68px;
  }

  .heading.other-pages-heading {
    font-size: 33px;
  }

  .heading.other-pages-heading.product-heading {
    font-size: 42px;
  }

  .small-heading, .small-heading.small-product-heading {
    font-size: 17px;
  }

  .slide-nav {
    top: 0;
  }

  .collection-item {
    min-height: 488px;
  }

  .collection-list {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
  }

  .content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .vectors-wrapper-2 {
    justify-content: flex-start;
  }

  .text-regular-semi-bold {
    width: 62px;
    font-size: 12px;
    line-height: 80%;
  }

  .vectors-wrapper {
    margin-right: 30px;
    padding-right: 0;
  }

  .link-za-footer {
    margin-right: 40px;
  }

  .logo-2 {
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: 140px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .social-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
  }

  .links-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    justify-content: center;
  }

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

  .blog-container {
    max-width: 460px;
  }

  .about-materials {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .info-heading {
    font-size: 56px;
  }

  .heading-h2-3 {
    font-size: 45px;
  }

  .btn-design {
    font-size: 15px;
    line-height: 10px;
  }

  .kontakt-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

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

  .heading-h6 {
    font-size: 21px;
  }

  .contact {
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 230px;
  }

  .info-div {
    margin-bottom: 20px;
  }

  .content-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .marquee_item {
    width: 58vw;
    margin-right: 4vw;
  }

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

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

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

  .grid_layout {
    grid-template-rows: repeat(auto-fit, minmax(29rem, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  }

  .gallery {
    height: 330px;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .menu-nav-link-text {
    font-size: 50px;
    line-height: 80px;
  }

  .text-block {
    text-align: center;
    font-size: 10px;
    line-height: 18px;
  }

  .heading.other-pages-heading {
    margin-top: 0;
    font-size: 37px;
    line-height: 25px;
  }

  .heading.other-pages-heading.blog-heading {
    text-align: center;
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 37px;
    line-height: 40px;
  }

  .heading.other-pages-heading.product-heading {
    font-size: 39px;
    line-height: 40px;
  }

  .heading.main-heading {
    font-size: 34px;
  }

  .button {
    font-size: 16px;
    line-height: 16px;
    left: 55px;
  }

  .button.form-btn {
    left: 72px;
  }

  .all-sections.galery {
    min-height: 30vh;
  }

  .small-heading {
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 23px;
  }

  .small-heading.blog-small-heading {
    font-size: 17px;
    line-height: 19px;
  }

  .small-heading.small-product-heading {
    font-size: 17px;
    line-height: 23px;
  }

  .slide-nav {
    margin-top: 180px;
    top: 0;
  }

  .collection-item {
    min-height: 290px;
  }

  .collection-list {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  }

  .content {
    align-items: center;
  }

  .text-regular-semi-bold {
    width: 46px;
  }

  .vectors-wrapper {
    margin-bottom: 10px;
    margin-right: 0;
    padding-bottom: 2px;
  }

  .link-za-footer {
    margin-left: 35px;
  }

  .footer-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-2 {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .social-links {
    justify-content: flex-end;
  }

  .text-small-link {
    font-size: 9px;
  }

  .links-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-direction: row;
  }

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

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

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

  .right-side-footer {
    text-align: center;
  }

  .blog-container {
    max-width: 300px;
  }

  .info-heading {
    font-size: 53px;
    line-height: 48px;
  }

  .info-text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 27px;
  }

  .checkbox-field {
    bottom: -15%;
  }

  .checkbox-label {
    color: #acabab;
    padding-left: .8em;
    font-size: 10px;
    display: none;
  }

  .checkbox-label.open {
    display: block;
  }

  .grid_item.is--50.footer-1 {
    width: 100%;
  }

  .gradient-top {
    background-image: none;
  }

  .is--white {
    font-size: 9em;
  }

  .is--white.is--69px {
    font-size: 10.4em;
  }

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

  .container-2.footer {
    padding-top: 15em;
    padding-bottom: 10em;
  }

  .submit-button {
    bottom: -35%;
  }

  .text-span-8 {
    border-bottom-width: .5px;
  }

  .gradient-top-2 {
    background-image: none;
  }

  .submit-button-2 {
    bottom: -35%;
  }

  .heading-h2-3 {
    text-align: center;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-h2-3.other-header {
    font-size: 36px;
    line-height: 45px;
  }

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

  .kontakt {
    margin-bottom: 0;
  }

  .content-3 {
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .info-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .row-3 {
    flex-direction: column;
  }

  .marquee_item {
    width: 80vw;
    margin-right: 6vw;
  }

  .gallery-section.is-hero {
    min-height: 40vh;
    align-items: center;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .next_image {
    max-height: 22rem;
  }

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

  .marquee_image {
    width: 80vw;
    height: 20vh;
  }

  .grid_layout {
    grid-template-rows: repeat(auto-fit, minmax(18.5rem, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-warpper {
    width: 94%;
    margin-top: 130px;
  }

  .gallery {
    height: 233px;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }
}

#w-node-_4d8da583-c698-a115-d584-7f5816f7323f-16f73235, #w-node-_4d8da583-c698-a115-d584-7f5816f73245-16f73235, #w-node-_4d8da583-c698-a115-d584-7f5816f7324b-16f73235, #w-node-_4d8da583-c698-a115-d584-7f5816f73251-16f73235, #w-node-_4d8da583-c698-a115-d584-7f5816f73257-16f73235, #w-node-_4d8da583-c698-a115-d584-7f5816f7325d-16f73235, #w-node-_142bde82-9931-4898-abfb-22edcd7689f5-a05365e4, #w-node-_142bde82-9931-4898-abfb-22edcd7689f7-a05365e4, #w-node-_142bde82-9931-4898-abfb-22edcd768a01-a05365e4, #w-node-_142bde82-9931-4898-abfb-22edcd768a06-a05365e4, #w-node-_577a3ba4-f91b-4031-7cdb-53bedfec5707-a05365eb, #w-node-_577a3ba4-f91b-4031-7cdb-53bedfec5709-a05365eb, #w-node-_577a3ba4-f91b-4031-7cdb-53bedfec5713-a05365eb, #w-node-_577a3ba4-f91b-4031-7cdb-53bedfec5718-a05365eb, #w-node-be997e70-bcee-5111-fd4b-c2570b5f8790-a05365ec, #w-node-be997e70-bcee-5111-fd4b-c2570b5f8792-a05365ec, #w-node-be997e70-bcee-5111-fd4b-c2570b5f879c-a05365ec, #w-node-be997e70-bcee-5111-fd4b-c2570b5f87a1-a05365ec, #w-node-a141e769-084a-a4ae-1165-888933950ecc-a05365ef, #w-node-a141e769-084a-a4ae-1165-888933950ece-a05365ef, #w-node-a141e769-084a-a4ae-1165-888933950ed8-a05365ef, #w-node-a141e769-084a-a4ae-1165-888933950edd-a05365ef, #w-node-_37444140-dcde-0af1-351a-e4a01452a6c9-a05365f0, #w-node-_37444140-dcde-0af1-351a-e4a01452a6cb-a05365f0, #w-node-_37444140-dcde-0af1-351a-e4a01452a6d5-a05365f0, #w-node-_37444140-dcde-0af1-351a-e4a01452a6da-a05365f0, #w-node-_2ad6352b-6cb5-af0e-bca5-8b545d9dd307-a05365f1, #w-node-_2ad6352b-6cb5-af0e-bca5-8b545d9dd309-a05365f1, #w-node-_2ad6352b-6cb5-af0e-bca5-8b545d9dd313-a05365f1, #w-node-_2ad6352b-6cb5-af0e-bca5-8b545d9dd318-a05365f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_142bde82-9931-4898-abfb-22edcd7689f7-a05365e4, #w-node-_142bde82-9931-4898-abfb-22edcd768a06-a05365e4, #w-node-_577a3ba4-f91b-4031-7cdb-53bedfec5709-a05365eb, #w-node-_577a3ba4-f91b-4031-7cdb-53bedfec5718-a05365eb, #w-node-be997e70-bcee-5111-fd4b-c2570b5f8792-a05365ec, #w-node-be997e70-bcee-5111-fd4b-c2570b5f87a1-a05365ec, #w-node-a141e769-084a-a4ae-1165-888933950ece-a05365ef, #w-node-a141e769-084a-a4ae-1165-888933950edd-a05365ef, #w-node-_37444140-dcde-0af1-351a-e4a01452a6cb-a05365f0, #w-node-_37444140-dcde-0af1-351a-e4a01452a6da-a05365f0, #w-node-_2ad6352b-6cb5-af0e-bca5-8b545d9dd309-a05365f1, #w-node-_2ad6352b-6cb5-af0e-bca5-8b545d9dd318-a05365f1 {
    order: -9999;
  }
}


