@charset "UTF-8";
/* Colors */
.hero {
  padding: 1rem 2rem;
}
@media (min-width: 48em) {
  .hero {
    padding: 3rem 2rem;
  }
}
@media (min-width: 81.25em) {
  .hero {
    padding: 3rem 2rem;
  }
}
@media (min-width: 112.5em) {
  .hero {
    padding: 4rem 1rem;
  }
}

.hero-headline {
  font-family: "IBM Plex Serif", serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 0.9;
}
@media (min-width: 48em) {
  .hero-headline {
    font-size: 3rem;
  }
}
@media (min-width: 81.25em) {
  .hero-headline {
    font-size: 3.5rem;
  }
}
@media (min-width: 100em) {
  .hero-headline {
    font-size: 4rem;
  }
}
@media (min-width: 112.5em) {
  .hero-headline {
    font-size: 4.5rem;
  }
}

.hero-headline-pre {
  font-family: "IBM Plex Serif", serif;
  font-size: 1.25rem !important;
  font-weight: 400;
}
@media (min-width: 48em) {
  .hero-headline-pre {
    font-size: 1.1rem !important;
  }
}
@media (min-width: 81.25em) {
  .hero-headline-pre {
    font-size: 1.35rem !important;
  }
}
@media (min-width: 100em) {
  .hero-headline-pre {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 112.5em) {
  .hero-headline-pre {
    font-size: 1.5rem !important;
  }
}

.hero {
  position: relative;
  color: #fff;
  z-index: 101;
  margin: 0 auto;
}
.hero:after {
  background: #fff;
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
@media (min-width: 48em) {
  .hero:after {
    width: 100%;
    height: 120%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  }
}
@media (min-width: 81.25em) {
  .hero:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 65%, 0% 100%);
  }
}
.hero-grid {
  width: 100%;
  max-width: 81.25em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  .hero-grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.hero-text {
  text-align: center;
  position: relative;
  z-index: 100;
  margin: 0 auto 0 0;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 48em) {
  .hero-text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 50%;
    padding: 1rem;
    padding-right: 2rem;
    text-align: left;
  }
}
.hero-headline {
  margin-bottom: 1rem;
  color: #231F20;
}
.hero-headline-pre {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  color: #981C25;
  letter-spacing: 0.2rem;
}
.hero-teaser {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 300;
  color: #231F20;
  margin-bottom: 1.5rem;
}
@media (min-width: 81.25em) {
  .hero-teaser {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.hero-cta {
  display: inline-block;
  text-align: center;
}
.hero .button {
  display: inline-block;
}
.hero-or {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  color: #231F20;
  margin: 1rem auto;
  display: table;
  position: relative;
  padding: 0 0.5rem;
}
@media (min-width: 48em) {
  .hero-or {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 81.25em) {
  .hero-or {
    margin: 1.5rem auto;
  }
}
.hero-or:before, .hero-or:after {
  background: #D6D2C4;
  width: 3rem;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero-or:before {
  right: 100%;
}
.hero-or:after {
  left: 100%;
}
.hero-find {
  color: #981C25;
}
.hero-find:hover {
  color: #009681;
}
.hero-photo {
  position: relative;
  z-index: 101;
}
.hero-photo-container {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .hero-photo-container {
    width: 50%;
    margin-left: 1rem;
    margin-bottom: 0;
  }
}
.hero-photo-aspect {
  padding-top: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  position: relative;
  z-index: 102;
}
.hero-photo-img {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 1s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 100;
}
.hero-photo-solid {
  background-color: #D6D2C4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.hero-photo-dots {
  width: 100%;
  height: 100%;
  z-index: 98;
  position: absolute;
  top: 1rem;
  left: 1rem;
  left: 1rem;
}
@media (min-width: 48em) {
  .hero-photo-dots {
    position: absolute;
    top: 1rem;
    left: 2rem;
  }
}
@media (min-width: 81.25em) {
  .hero-photo-dots {
    position: absolute;
    top: 3rem;
    left: 2rem;
  }
}
@media (min-width: 100em) {
  .hero-photo-dots {
    position: absolute;
    top: 3rem;
    left: 4rem;
  }
}
.hero-photo.reveal .hero-photo-img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hero-breadcrumb {
  display: none;
}