:root {
  --dim-grey: #585858;
  --black: black;
  --white: white;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  background-image: url('../images/Hauss-alt.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  padding-bottom: 0;
}

.hero {
  z-index: 999999;
  background-color: rgba(0, 0, 0, .23);
  border: 1px #000;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  height: auto;
}

.nav-inner {
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
}

.body {
  font-family: Gothic A1, sans-serif;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 60vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.feature-content.wide {
  width: 75vw;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button {
  background-color: var(--dim-grey);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin-right: 0;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.form-button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-top: 10px;
  padding-left: 31px;
  padding-right: 31px;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.image-2 {
  border-radius: 10px;
  flex: none;
  width: 40vw;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-menu-wrap {
  justify-content: center;
}

.nav-link {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px rgba(255, 30, 0, .99);
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
}

.bottom-image-wrap {
  background-image: linear-gradient(to right, var(--black), #fcd9d9 50%, var(--black));
  text-align: center;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.footer {
  background-image: linear-gradient(#1b1b1b, #464646);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #a3a2a2;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.input.mail {
  height: 40px;
  margin-bottom: 10px;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-icon {
  margin-bottom: 45px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.nav-logo-wrap {
  flex: none;
}

.nav-menu-2 {
  justify-content: center;
  display: flex;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.div-block-13 {
  background-color: rgba(0, 0, 0, .33);
  padding: 15px 15px 15px 10%;
}

.image-5 {
  width: auto;
  height: 700px;
}

.paragraph-2 {
  color: #fff;
  text-align: justify;
}

.paragraph-3 {
  color: var(--black);
  text-align: justify;
  margin-top: 20px;
}

.paragraph-4 {
  color: var(--black);
}

.link-3 {
  font-size: 16px;
}

.image-7 {
  width: 75%;
  max-width: none;
}

.hidden-slider-data {
  display: block;
}

.slider-link {
  z-index: 1;
  color: #000;
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
}

.slider-link.white-text {
  color: #fff;
  flex-direction: column;
  display: flex;
}

.top-info {
  z-index: -1;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.insta-image-wrapper {
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.slider-wrapper {
  width: 100%;
  overflow: visible;
}

.section-insta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-insta.black-1f {
  background-color: #1f1f1f;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.collection-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.white-text {
  color: #fff;
  margin-bottom: 5px;
}

.container {
  width: 95%;
  max-width: 1350px;
  position: relative;
}

.container.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.insta-post-title {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.3em;
}

.next {
  background-color: rgba(250, 250, 250, 0);
  background-image: url('../images/→.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-style: none;
  width: 70px;
  height: 25px;
}

.previous {
  background-color: rgba(250, 250, 250, 0);
  background-image: url('../images/→-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  width: 70px;
  height: 25px;
}

.pagination {
  margin-top: 30px;
}

.link-4 {
  color: var(--white);
}

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

.collection-item {
  flex: 1;
  margin-left: 5px;
  margin-right: 5px;
}

.heading-4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .section.wide.img {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .feature-content.wide {
    width: 80vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .hero-content {
    margin-bottom: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    height: auto;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .image-5 {
    height: 550px;
  }

  .image-6 {
    display: none;
  }

  .slider-link.white-text {
    overflow: hidden;
  }

  .top-info {
    margin-bottom: 15px;
    position: relative;
    top: 0;
  }

  .section-insta, .section-insta.black-1f {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .white-text {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content {
    width: auto;
    max-width: none;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .image-2 {
    width: 80vw;
    max-width: none;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    display: grid;
  }

  .feature-wrap.reverse {
    flex-direction: column-reverse;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .quote-icon {
    margin-bottom: 20px;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .image-5 {
    height: 300px;
  }

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

  .section-insta.black-1f {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .collection-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .white-text {
    margin-bottom: 0;
  }

  .link-4 {
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-bottom: 5vh;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap {
    padding-bottom: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .div-block-13 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-5 {
    height: auto;
  }

  .top-info {
    flex-wrap: wrap;
  }

  .section-insta {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-insta.black-1f {
    padding-top: 10px;
  }
}

#w-node-_8ade60ff-4f38-fb62-1add-1e360e41e63c-f4819435 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9bc4fca3-d038-5965-d5c1-62932276a8b2-f4819435 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
  justify-self: end;
}

#w-node-_6e7b4c49-0478-318d-e8f6-82291dea20d4-f4819435, #w-node-_8ade60ff-4f38-fb62-1add-1e360e41e63e-f4819435 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}


