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

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: courier-std, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: courier-std, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: courier-std, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: courier-std, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: courier-std, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: courier-std, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: meno-text, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

a {
  color: #fff;
  font-family: courier-std, sans-serif;
  text-decoration: none;
}

.slide-nav {
  display: none;
}

.mask {
  width: 100%;
  height: 100%;
}

.hero-slider {
  width: 100%;
  height: 100%;
  flex: 1;
}

.slide {
  width: 100%;
  height: 100%;
}

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

.herosectionslider {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.image-44 {
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: inline-block;
}

.introduction_section {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.herov2contentwrapper {
  padding-top: 0;
  display: flex;
}

.image-hero-background {
  width: 40%;
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-end;
  display: flex;
}

.image-hero {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/roro.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 0;
}

.hero-text-wrapper {
  width: 60%;
  height: 100vh;
  color: #fff;
  background-color: #6e7985;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-text-container {
  max-width: 60%;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-text-container__text {
  text-align: center;
  font-family: meno-text, sans-serif;
  font-size: 81px;
  line-height: 1.5;
}

.galeryheading {
  font-size: 60px;
}

.galeryheading.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.galerycontentwrapper {
  height: 100%;
  object-fit: cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.galerycontain {
  flex: 1;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.home_gallery_section {
  padding: 40px;
}

.gallery-grid {
  grid-column-gap: 40px;
  grid-row-gap: 42px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.galeryheaderimage {
  object-fit: cover;
  overflow: hidden;
}

.galeryoverlaytextwrapper {
  height: 104px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.galeryoverlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, .52);
  justify-content: center;
  align-items: center;
  transition: opacity .25s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.galeryoverlay:hover {
  opacity: 1;
}

.footer-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 100px;
  display: flex;
}

.grid {
  width: 100%;
  max-width: 1300px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2.75fr 1fr 1fr;
  grid-auto-flow: row dense;
  margin-top: 160px;
}

.footer-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-heading {
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
}

.footer-link {
  max-height: none;
  color: #646464;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .3s, color .3s ease-in-out;
}

.footer-link:hover {
  color: rgba(0, 0, 0, .6);
  transform: translate(2px);
}

.footer-link:focus {
  color: #b22222;
}

.footer-link:visited {
  color: #646464;
}

.footer-link.w--current {
  font-size: 16px;
  text-decoration: underline;
}

.nav1-menu-wrap {
  z-index: 100;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brand {
  z-index: 100;
  padding-left: 0;
  display: flex;
}

.brand:hover {
  opacity: .7;
}

.menu-icon {
  display: inline-block;
  position: relative;
}

.nav-link {
  border: 2px solid rgba(255, 255, 255, 0);
  border-left: 1px #000;
  border-right: 1px #000;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 0;
  font-size: 24px;
}

.nav-link:hover {
  opacity: 1;
  color: #6e7985;
}

.nav-link.w--current {
  opacity: .3;
  color: #18181d;
}

.nav-link.white {
  color: #fff;
}

.nav-link.white:hover {
  color: #c9002b;
}

.nav-link.white.hover-black {
  letter-spacing: 2px;
  transition: all .25s;
}

.nav-link.white.hover-black:hover {
  color: rgba(255, 255, 255, .6);
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-link.white.hover-black.w--current {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-link.gallery {
  padding: 25px;
  transition: all .25s;
  display: flex;
}

.nav-link.gallery:hover {
  color: #fff;
  transform: translate(-3px);
}

.brand__image {
  width: 200px;
}

.brand__image.black {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  z-index: auto;
  width: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #ebedee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar.activenav {
  z-index: 100;
  position: fixed;
  top: 0;
}

.navbar.activenav.transparent {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: none;
  padding: 0;
}

.navbar.activenav.transparent.black {
  background-color: #000;
}

.nav1-menu {
  align-items: center;
  display: flex;
}

.nav1-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 22px 36px;
  display: flex;
  position: relative;
}

.style-guide-hero-wrapper {
  z-index: -1;
  height: 70vh;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 25vh;
  display: flex;
  position: relative;
}

.style-guide-text-container {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 44.1vh;
  left: auto;
  right: auto;
}

.style-guide-heading {
  color: #333;
  font-size: 13vw;
  line-height: 1;
}

.section-stylguide {
  height: auto;
  color: #f4f4f4;
  background-color: #f4f4f4;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.style-guide-wrapper {
  width: 20%;
  height: 100%;
  align-self: stretch;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.section-styleguide__container {
  width: 60%;
  max-width: 900px;
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 10px 0;
  padding: 60px 50px;
  display: flex;
  box-shadow: 1px 1px 12px #ccc;
}

.section-styleguide__container.flrx {
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-6 {
  color: #333;
  margin-top: 60px;
  font-size: 26px;
}

.main-button {
  width: auto;
  min-height: 50px;
  color: #333;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
}

.main-button:hover {
  color: #fff;
  background-color: #333;
  transform: translate(0, -2px);
}

.card__button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 14px;
  transition: border-color .2s ease-in;
  overflow: hidden;
}

.card__button:hover {
  border-color: #fff;
}

.card__button.m-s {
  width: 47px;
  height: 47px;
  color: #888;
  background-color: #333;
  border-style: none;
  border-color: #333;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

.button__image.gallery {
  transform: rotate(-180deg);
}

.link-block--secondary__line {
  width: 30px;
  height: 2px;
  color: #000;
  background-color: #000;
  margin-right: 0;
}

.col-first__link-menu {
  height: auto;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.col-first__link-menu.m-s {
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 15px;
  margin-bottom: 0;
}

.link-menu__title {
  color: #000;
  text-transform: none;
  margin-left: 0;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.slide__link {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: static;
  bottom: auto;
}

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

.container-gallery {
  padding: 30px;
}

.lightbox-link {
  width: 100%;
  height: 100vh;
}

.gallery-main-image.products {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0%;
  overflow: hidden;
}

.collection-list-wrapper {
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-container {
  width: 100%;
  height: 100vh;
  position: fixed;
}

.slide__image-contain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.hero-slider__img {
  max-width: none;
}

.preloader {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-preloader {
  margin-bottom: -30px;
}

.lottie-animation-2 {
  width: 60px;
  height: 60px;
}

.location {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 200;
  line-height: 2;
}

.wrapper-location {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.form-contact {
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  display: block;
}

.error {
  background-color: #f85151;
  padding: 20px;
}

.success {
  background-color: #318570;
}

.logo-contact {
  margin-bottom: 20px;
}

.contact-paragraph-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
}

.empty-text {
  color: #fff;
  line-height: 1.2;
}

.wprapper-contact {
  width: 500px;
  max-width: 1200px;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.heading-contact {
  color: #fff;
  font-size: 65px;
  line-height: 1;
}

.wrapper-contact {
  width: 1300px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.textarea-contact {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

.text-field-contact {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #8b6d4b;
  border-bottom: 1px solid #fff;
}

.text-field-contact:focus {
  color: #fff;
}

.contact-us {
  width: 100%;
  height: 100vh;
  background-image: url('../images/konzept_11.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  margin-top: 0;
  margin-right: 0;
}

.right-button {
  color: #fff;
  background-color: #000;
  background-image: url('../images/next-1.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 0;
  margin-top: 10px;
  margin-right: 10px;
  padding: 20px 45px 20px 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
}

.right-button:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
  transform: translate(3px);
}

.wrapper-social-icon {
  margin-top: 20px;
  padding-right: 10px;
  display: flex;
}

.form-contact-us {
  width: 500px;
  max-width: 600px;
  align-self: flex-start;
  margin-top: 0;
}

.email-link {
  text-decoration: none;
  transition: color .2s;
}

.email-link:hover {
  color: #000;
  text-decoration: underline;
}

.nav-wrap__white-bg {
  z-index: 50;
  opacity: 0;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-gallery-wrapper {
  z-index: 100;
  max-width: 1100px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block {
  padding: 15px;
}

.nav-link-gallery__text {
  margin-left: 15px;
}

.social-link {
  width: 35px;
  justify-content: flex-start;
  margin-right: 10px;
  display: flex;
}

.info-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.terms-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.terms-head {
  margin-bottom: 40px;
  font-size: 55px;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_button {
  min-width: 8.75rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 2px solid #d5d5d5;
  border-radius: 999rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #000;
  background-color: #f5f5f5;
  border-color: #000;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: -.75rem;
  bottom: auto;
  left: auto;
  right: -.75rem;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #000;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  width: 2.75rem;
  height: 1.5rem;
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 36rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  width: 1rem;
  height: 1rem;
  color: #021a7c;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 999px;
}

.cookie_icon {
  background-color: #fff;
  border-radius: 50%;
  padding: 7px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  z-index: 150;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.related-galleries-wrapper {
  width: 100%;
  height: 130px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.related-galleries-links {
  max-width: 1100px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  display: flex;
}

.collection-list {
  display: flex;
}

.related-galleries__name {
  color: #000;
  font-size: 30px;
}

.related-galleries-link {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 30px;
  margin-right: 30px;
  padding: 15px 16px;
  transition: border-color .2s;
}

.related-galleries-link:hover {
  border-bottom-color: #000;
}

.related-galleries-link.w--current {
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

@media screen and (max-width: 991px) {
  .mask, .slide {
    object-fit: cover;
  }

  .herosectionslider {
    height: 800px;
  }

  .introduction_section {
    height: auto;
    flex-direction: column;
  }

  .image-hero-background, .image-hero {
    width: 100%;
    height: 700px;
    display: block;
  }

  .hero-text-wrapper {
    width: 100%;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-text-container {
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-text-container__text {
    font-size: 30px;
  }

  .galeryheading.white {
    font-size: 40px;
  }

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

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

  .galeryoverlaytextwrapper {
    height: auto;
  }

  .footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .footer-link {
    max-height: 20px;
    text-align: left;
    font-size: 15px;
  }

  .nav1-menu-wrap {
    height: 120px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
  }

  .menu-button {
    margin-left: 24px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brand {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    position: absolute;
  }

  .menu-icon.second-color {
    opacity: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-link {
    width: 100%;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px;
  }

  .nav-link:hover {
    color: #000;
    display: block;
  }

  .nav-link.w--current, .nav-link.white.hover-black {
    color: #fff;
  }

  .nav-link.white.hover-black:hover {
    width: 100%;
    color: #fff;
  }

  .nav-link.gallery {
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
  }

  .brand__image.black {
    margin-right: 3px;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar.activenav.transparent {
    background-color: #000;
  }

  .nav1-menu {
    z-index: 15;
    background-color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav1-wrap {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    display: flex;
  }

  .style-guide-hero-wrapper {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .style-guide-text-container {
    position: static;
  }

  .style-guide-heading {
    font-size: 26vw;
    line-height: 1;
  }

  .section-stylguide {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-wrapper {
    width: auto;
    position: static;
  }

  .section-styleguide__container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button__image.gallery {
    display: inline-block;
  }

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

  .link-menu__title {
    font-size: 4vw;
  }

  .lightbox-link {
    height: 800px;
    overflow: hidden;
  }

  .gallery-main-image.products {
    height: 800px;
  }

  .gallery-container {
    height: 800px;
    overflow: hidden;
  }

  .slide__image-contain {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .preloader {
    z-index: 2147483647;
  }

  .wrapper-location {
    margin-top: 60px;
  }

  .heading-contact {
    font-size: 65px;
  }

  .wrapper-contact {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-us {
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .right-button {
    width: auto;
    max-width: none;
    display: inline-block;
  }

  .nav-gallery-wrapper {
    width: 100%;
    max-width: none;
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
  }

  .nav-link-gallery__text {
    margin-left: 16px;
    display: inline;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .related-galleries-wrapper {
    width: 100%;
    height: 60px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .related-galleries-links {
    max-width: none;
    flex: 0 auto;
  }

  .related-galleries__name {
    font-size: 20px;
  }

  .related-galleries-link {
    margin-left: 15px;
    margin-right: 15px;
  }

  .menu-icon-second-color {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .herosectionslider {
    height: 400px;
  }

  .introduction_section, .image-hero-background {
    height: auto;
  }

  .image-hero {
    height: 100%;
  }

  .hero-text-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-text-container__text {
    font-size: 20px;
  }

  .home_gallery_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .footer-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-flow: row;
    margin-top: 60px;
  }

  .menu-button {
    margin-left: 20px;
  }

  .nav-link, .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav1-menu {
    margin-top: 0;
  }

  .nav1-wrap {
    grid-column-gap: 20px;
  }

  .style-guide-hero-wrapper {
    height: auto;
    margin-top: 0;
    padding: 70px 0;
  }

  .style-guide-text-container {
    position: static;
  }

  .style-guide-heading {
    font-size: 25vw;
    line-height: 1;
  }

  .link-menu__title {
    font-size: 5vw;
  }

  .slide__link {
    flex-direction: row;
  }

  .lightbox-link, .gallery-main-image.products {
    height: 600px;
  }

  .gallery-container {
    height: 600px;
    overflow: hidden;
  }

  .heading-contact {
    font-size: 45px;
  }

  .terms-head {
    line-height: 1;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .herosectionslider {
    height: 400px;
  }

  .herov2contentwrapper {
    flex-direction: column;
  }

  .image-hero-background {
    height: 300px;
    justify-content: center;
    display: flex;
  }

  .image-hero {
    width: 70%;
  }

  .hero-text-wrapper {
    height: auto;
    padding: 60px 20px;
  }

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

  .hero-text-container__text {
    font-size: 23px;
  }

  .galeryheading.white {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1;
  }

  .galerycontentwrapper {
    width: 100%;
    height: 260px;
    object-position: 50% 50%;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
  }

  .galeryheaderimage {
    flex: 1;
  }

  .footer-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .footer-link {
    font-size: 14px;
  }

  .menu-button {
    margin-left: 16px;
  }

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

  .nav-link.white.hover-black {
    width: 100%;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav1-wrap {
    grid-column-gap: 16px;
  }

  .style-guide-hero-wrapper {
    height: auto;
    padding: 50px 0;
  }

  .style-guide-text-container {
    position: static;
  }

  .style-guide-heading {
    font-size: 28vw;
  }

  .link-menu__title {
    font-size: 8vw;
  }

  .lightbox-link {
    height: 400px;
  }

  .gallery-main-image.products {
    height: 400px;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .gallery-container {
    height: 600px;
    overflow: hidden;
  }

  .slide__image-contain {
    flex-direction: row;
  }

  .wrapper-location {
    width: 90%;
  }

  .form-contact {
    width: 100%;
  }

  .wprapper-contact {
    width: 90%;
  }

  .heading-contact {
    font-size: 32px;
  }

  .wrapper-contact {
    width: 100%;
    align-items: center;
  }

  .contact-us {
    height: auto;
  }

  .right-button {
    display: inline-block;
  }

  .form-contact-us {
    width: 100%;
  }

  .terms-container {
    padding: 25px;
  }

  .terms-head {
    font-size: 35px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .related-galleries-wrapper {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
  }
}

#w-node-_1856d03a-cb0a-edb2-e340-06cda325e3b9-6766e922 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1856d03a-cb0a-edb2-e340-06cda325e3bb-6766e922 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f7288133-1c79-1a3b-217c-56d710d34b91-6766e922 {
  align-self: center;
  justify-self: start;
}

#w-node-f7288133-1c79-1a3b-217c-56d710d34b93-6766e922 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-f7288133-1c79-1a3b-217c-56d710d34b95-6766e922 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-f7288133-1c79-1a3b-217c-56d710d34b97-6766e922 {
  align-self: center;
  justify-self: start;
}

#w-node-f7288133-1c79-1a3b-217c-56d710d34b99-6766e922 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-f7288133-1c79-1a3b-217c-56d710d34b9f-6766e922 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-f7288133-1c79-1a3b-217c-56d710d34ba1-6766e922 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-b687b6c6-5182-3c5d-7d96-6d0eb8d1e7a3-94244ca4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b687b6c6-5182-3c5d-7d96-6d0eb8d1e7a6-94244ca4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_73d1480d-be46-8dcf-c60b-cc75a131dde2-94244ca4 {
  align-self: center;
  justify-self: start;
}

#w-node-_73d1480d-be46-8dcf-c60b-cc75a131dde4-94244ca4 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-_73d1480d-be46-8dcf-c60b-cc75a131dde6-94244ca4 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_73d1480d-be46-8dcf-c60b-cc75a131dde8-94244ca4 {
  align-self: center;
  justify-self: start;
}

#w-node-_73d1480d-be46-8dcf-c60b-cc75a131ddea-94244ca4 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_73d1480d-be46-8dcf-c60b-cc75a131ddf0-94244ca4 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-_73d1480d-be46-8dcf-c60b-cc75a131ddf2-94244ca4 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-b0eb99bc-bd9a-2074-b166-68a7ab08c038-ceb79544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b0eb99bc-bd9a-2074-b166-68a7ab08c03b-ceb79544 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f27c4ba6-07b1-2b50-53d1-0b469ee66483-ceb79544 {
  align-self: center;
  justify-self: start;
}

#w-node-f27c4ba6-07b1-2b50-53d1-0b469ee66485-ceb79544 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-f27c4ba6-07b1-2b50-53d1-0b469ee66487-ceb79544 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-f27c4ba6-07b1-2b50-53d1-0b469ee66489-ceb79544 {
  align-self: center;
  justify-self: start;
}

#w-node-f27c4ba6-07b1-2b50-53d1-0b469ee6648b-ceb79544 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-f27c4ba6-07b1-2b50-53d1-0b469ee6648d-ceb79544 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-f27c4ba6-07b1-2b50-53d1-0b469ee6648f-ceb79544 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-f7288133-1c79-1a3b-217c-56d710d34b93-6766e922 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f7288133-1c79-1a3b-217c-56d710d34b95-6766e922 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f7288133-1c79-1a3b-217c-56d710d34b97-6766e922 {
    grid-column-end: 1.99432;
    grid-column-start: 1;
    grid-row-end: 2.99432;
    grid-row-start: 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-f7288133-1c79-1a3b-217c-56d710d34b99-6766e922 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f7288133-1c79-1a3b-217c-56d710d34b9f-6766e922 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-f7288133-1c79-1a3b-217c-56d710d34ba1-6766e922 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_73d1480d-be46-8dcf-c60b-cc75a131dde4-94244ca4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_73d1480d-be46-8dcf-c60b-cc75a131dde6-94244ca4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_73d1480d-be46-8dcf-c60b-cc75a131dde8-94244ca4 {
    grid-column-end: 1.99432;
    grid-column-start: 1;
    grid-row-end: 2.99432;
    grid-row-start: 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_73d1480d-be46-8dcf-c60b-cc75a131ddea-94244ca4 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_73d1480d-be46-8dcf-c60b-cc75a131ddf0-94244ca4 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_73d1480d-be46-8dcf-c60b-cc75a131ddf2-94244ca4 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-f27c4ba6-07b1-2b50-53d1-0b469ee66485-ceb79544 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f27c4ba6-07b1-2b50-53d1-0b469ee66487-ceb79544 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f27c4ba6-07b1-2b50-53d1-0b469ee66489-ceb79544 {
    grid-column-end: 1.99432;
    grid-column-start: 1;
    grid-row-end: 2.99432;
    grid-row-start: 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-f27c4ba6-07b1-2b50-53d1-0b469ee6648b-ceb79544 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f27c4ba6-07b1-2b50-53d1-0b469ee6648d-ceb79544 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-f27c4ba6-07b1-2b50-53d1-0b469ee6648f-ceb79544 {
    grid-area: 4 / 2 / 5 / 3;
  }
}


