:root {
  --dark-slate-grey: #1f3b34;
  --ivory: #f9f7e8;
  --white-smoke: #f4f4f4;
  --text-grey: #767676;
  --night-color: #02161b;
}

body {
  color: var(--dark-slate-grey);
  background-color: #f4f4f4;
  font-family: Cabinetgrotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.75em;
  font-weight: 500;
  line-height: .9;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2em;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2em;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  line-height: 1.3;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.copy-large {
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.3;
}

.button {
  background-color: var(--dark-slate-grey);
  color: var(--ivory);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 1.7em 4em;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button:active {
  transform: scale(.96);
}

.button.is-bright {
  background-color: var(--ivory);
  color: var(--dark-slate-grey);
}

.p-sm-end {
  padding-bottom: 3em;
}

.p-md-end {
  padding-bottom: 5.5em;
}

.p-xxs-start {
  padding-top: 1.1em;
}

.container-w2 {
  width: 100%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.title1 {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-size: 6.75em;
  font-weight: 500;
  line-height: .9;
}

.container-w3 {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.left-align {
  margin-left: 0;
}

.title2 {
  object-fit: fill;
  font-size: 3.375em;
  font-weight: 500;
  line-height: 1.1em;
}

.text-grey {
  color: var(--text-grey);
}

.gutter-outside {
  padding-left: 4em;
  padding-right: 4em;
}

.title4 {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.2em;
}

.copy-medium {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.p-sm-start {
  padding-top: 3em;
}

.p-xl-start {
  padding-top: 8.5em;
}

.title3 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.2em;
}

.title5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 160em;
}

.section-tutorial {
  padding-top: 8.3em;
  padding-bottom: 8.3em;
}

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

.full-width {
  width: 100%;
}

.section-start {
  overflow: hidden;
}

.intro-image {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  object-position: 50% 50%;
  width: auto;
  height: 100%;
  margin-bottom: 59px;
  padding-bottom: 0;
  overflow: visible;
}

.intro-content-wrapper {
  background-color: #f4f6fd;
  position: relative;
}

.intro-image-gradient-top {
  background-image: linear-gradient(#f4f6fd, #d1d8e700);
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.intro-text-wrapper {
  z-index: 1;
  position: absolute;
  inset: 15% 0% auto;
}

.overview-1-wrapper {
  z-index: 1;
  grid-column-gap: 8em;
  align-items: center;
  width: 75%;
  margin-top: -24em;
  margin-left: auto;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.overview-2-wrapper {
  z-index: 1;
  grid-column-gap: 8em;
  align-items: flex-end;
  width: 72%;
  margin-left: 7%;
  display: flex;
  position: relative;
}

.sauna-grid-wrapper {
  z-index: 1;
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.sauna-grid-item-right {
  flex: 1;
}

.sauna-grid-right-inner {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-direction: column;
  padding-top: 10em;
  display: flex;
}

.image-caption-wrapper {
  width: 50%;
  margin-top: 1em;
}

.image-caption-wrapper.is-right {
  flex: 1;
  width: auto;
  max-width: 22em;
  margin-top: 0;
  margin-left: 3em;
}

.sauna-big-image-wrapper {
  flex: none;
  width: 75%;
}

.sauna-big-image-inner {
  flex-wrap: wrap;
  margin-top: 10em;
  display: flex;
}

.interior-intro-text {
  z-index: 0;
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
}

.interior-grid-wrapper {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  align-items: flex-start;
  display: flex;
}

.interior-grid-item-left {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.interior-grid-item-right {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8em;
  display: flex;
}

.interior-grid-left-last-image {
  width: 65%;
}

.interior-grid-right-first-image {
  width: 50%;
}

.interior-grid-right-second-image {
  align-self: flex-end;
  width: 70%;
}

.section-night {
  color: var(--dark-slate-grey);
}

.night-image-gradient {
  background-image: linear-gradient(180deg, var(--dark-slate-grey) 8%, #212a3100);
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
}

.night-content-wrapper {
  background-color: var(--dark-slate-grey);
  color: var(--ivory);
  position: relative;
}

.end-text-sticky {
  z-index: 1;
  margin-bottom: 9em;
  padding-top: 9em;
  padding-bottom: 9em;
  position: sticky;
  inset: 7em 0% auto;
}

.body {
  background-color: var(--white-smoke);
}

.overview-2-item-small {
  flex: 1;
}

.overview-2-item-big {
  width: 50%;
  padding-bottom: 14em;
}

.intro-content-image-wrapper {
  justify-content: center;
  height: 100vh;
  min-height: 63em;
  max-height: 83em;
  display: flex;
  position: relative;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.line-drawing {
  z-index: 0;
  color: var(--dark-slate-grey);
  width: 100%;
  max-width: 70em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 5em 0% 0%;
}

.overview-intro-text {
  position: relative;
}

.text-background-blur {
  z-index: 0;
  background-color: var(--white-smoke);
  filter: blur(3.7em);
  position: absolute;
  inset: 0%;
}

.overview-intro-text-wrapper, .position-relative {
  position: relative;
}

.night-pre-content-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.night-image-wrapper {
  background-color: var(--night-color);
  color: var(--ivory);
  height: 0%;
  padding-bottom: 100%;
  position: relative;
}

.night-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.intro-image-gradient-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, #02161b99, #d1d8e700);
  height: 45%;
  position: absolute;
  inset: auto 0% 0%;
}

.overview-1-item-small {
  width: 30%;
}

.overview-1-item-big {
  flex: 1;
}

.line-drawing-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.aspect-ratio-portrait {
  box-sizing: content-box;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: relative;
}

.aspect-ratio-portrait.headerbild2 {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  object-position: 20% 50%;
  overflow: clip;
}

.aspect-ratio-portrait.bildfass {
  object-fit: contain;
  object-position: 50% 50%;
}

.aspect-ratio-portrait.bild-jurte {
  object-position: 50% 50%;
}

.fit-cover-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sauna-grid-item-big {
  width: 45%;
}

.aspec-ratio-landscape {
  aspect-ratio: 3 / 2;
  width: 60%;
  position: relative;
}

.section-has-line {
  position: relative;
}

.nav {
  z-index: 2;
  border-bottom: 0 solid #d3d3d3;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.header-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.header-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.header-button {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 999em;
  padding: 1em 1.6em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  position: static;
  inset: 20% 5% auto auto;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.secondary {
  color: #000;
  background-color: #0000;
  border-width: 1px;
}

.header-button.white-button {
  background-color: var(--white-smoke);
  color: #000;
  border-color: #fff;
}

.header-button.email-buchen, .header-button.anrufen-button {
  color: #000;
  background-color: #fff;
  border-style: none;
}

.infotext {
  color: #707070;
  font-size: .9em;
}

.tutorial-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image {
  width: 100%;
}

.image-2 {
  width: 40%;
  max-width: 40%;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-3 {
  width: 50%;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-subscribe.blackfooter {
  background-color: #1f3b34;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-4, .image-5 {
  filter: invert();
}

.container-2 {
  z-index: 1000;
  aspect-ratio: auto;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: none;
  height: 150px;
  display: flex;
  position: sticky;
  inset: 20% 0% 0%;
}

.container-2.buchungsbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: sticky;
  overflow: visible;
}

.div-block {
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: 3% 2% auto auto;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 20px;
  height: auto;
  padding-left: 16px;
  display: inline-block;
}

.button-block {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

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

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

.rich-text-block, .paragraph, .heading, .paragraph-2 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .title1 {
    font-size: 4.4em;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-tutorial {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section-start {
    height: auto;
  }

  .intro-image {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: fill;
    object-position: 50% 50%;
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .intro-content-wrapper {
    overflow: hidden;
  }

  .overview-1-wrapper {
    grid-column-gap: 6vw;
    width: 100%;
    margin-top: -30vw;
    padding-right: 0;
  }

  .overview-2-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    align-items: center;
    width: 100%;
    margin-left: 0%;
  }

  .sauna-grid-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
  }

  .sauna-grid-item-right {
    width: 100%;
  }

  .sauna-grid-right-inner {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: row;
    width: 100%;
    padding-top: 0;
  }

  .image-caption-wrapper {
    width: 80%;
  }

  .image-caption-wrapper.is-right {
    max-width: 29em;
    margin-top: 1em;
    margin-left: 0;
  }

  .sauna-big-image-wrapper {
    width: 80%;
  }

  .sauna-big-image-inner {
    flex-direction: column;
    margin-top: 5em;
  }

  .interior-grid-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
  }

  .interior-grid-item-left {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    width: 100%;
  }

  .interior-grid-item-right {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    width: 100%;
    padding-top: 0;
  }

  .interior-grid-left-last-image, .interior-grid-right-first-image, .interior-grid-right-second-image {
    width: 100%;
  }

  .overview-2-item-small {
    order: 1;
  }

  .overview-2-item-big {
    padding-bottom: 0;
  }

  .intro-content-image-wrapper {
    min-height: 58em;
  }

  .line-drawing {
    padding-left: 15vw;
    padding-right: 15vw;
    top: 0;
  }

  .night-image-wrapper {
    overflow: hidden;
  }

  .night-image {
    width: 140%;
    max-width: none;
  }

  .sauna-grid-item-big {
    width: 100%;
  }

  .header-inner {
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 2em;
  }

  .header-button {
    position: static;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .75rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .p-md-end {
    padding-bottom: 4em;
  }

  .title1 {
    font-size: 3.2em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .title4 {
    font-size: 1.5em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .title3 {
    font-size: 2em;
  }

  .title5 {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .intro-text-wrapper {
    top: 22%;
  }

  .sauna-grid-right-inner {
    flex-direction: column;
  }

  .sauna-big-image-wrapper {
    width: 100%;
  }

  .intro-content-image-wrapper {
    height: 66em;
    min-height: auto;
    max-height: none;
  }

  .header-left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-inner {
    justify-content: center;
  }

  .header-right {
    margin-top: 1em;
  }

  .header-button {
    font-size: 1.5em;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-2 {
    padding-left: 7px;
  }

  .button-block {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 0;
  }

  .title1 {
    font-size: 3em;
  }

  .intro-image {
    aspect-ratio: 16 / 9;
  }

  .intro-content-wrapper {
    padding-top: 60px;
  }

  .overview-2-wrapper {
    flex-wrap: wrap;
  }

  .image-caption-wrapper, .overview-2-item-small {
    width: 100%;
  }

  .intro-content-image-wrapper {
    height: 47em;
    position: relative;
  }

  .header-left {
    flex-flow: row;
    font-size: .8em;
  }

  .header-inner {
    flex-flow: row;
    padding-top: 1em;
  }

  .header-right {
    margin-top: 0;
  }

  .header-button {
    font-size: 1.2em;
  }

  .image-2 {
    width: 250px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }
}


@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extrabold.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Extrabold.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Bold.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Extrabold.woff') format('woff'), url('../fonts/CabinetGrotesk-Bold.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Extrabold.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Bold.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Extralight.woff') format('woff'), url('../fonts/CabinetGrotesk-Extralight.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Black.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Black.woff') format('woff'), url('../fonts/CabinetGrotesk-Black.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Light.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Light.woff') format('woff'), url('../fonts/CabinetGrotesk-Light.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Thin.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Thin.woff') format('woff'), url('../fonts/CabinetGrotesk-Thin.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk variable';
  src: url('../fonts/CabinetGrotesk-Variable.eot') format('embedded-opentype'), url('../fonts/CabinetGrotesk-Variable.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.woff') format('woff'), url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.woff') format('woff'), url('../fonts/CabinetGrotesk-Regular.ttf') format('truetype'), url('../fonts/CabinetGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}