/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
/* scss/base/_containers.scss */
.o-imageStage__content {
  width: 100%;
  max-width: calc(102.5rem + (1.25rem * 2));
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .o-imageStage__content {
    max-width: calc(102.5rem + 65px * 2);
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
}

.o-imageStage__bgImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.o-imageStage__content {
  position: absolute;
  inset: 0;
  z-index: 3;
}
@media only screen and (min-width: 544px) {
  .o-imageStage__content {
    top: 50%;
    transform: translateY(-50%);
  }
}
.o-imageStage__header {
  font-size: 2.5rem;
  font-size: clamp(2.125rem, 1.6784351145rem + 0.0198473282 * 100vw, 3.75rem);
  line-height: 1.1;
  font-weight: 300;
  width: 100%;
  width: clamp(48rem, 7.74vw + 44.29rem, 51.25rem);
  max-width: 100%;
  text-transform: uppercase;
  margin: 2rem 0;
}
@media only screen and (min-width: 1200px) {
  .o-imageStage__header {
    font-size: 3.75rem;
  }
}
.o-imageStage.-hasTeaser .o-imageStage__content {
  top: 2rem;
  transform: none;
}
@media only screen and (min-width: 1440px) {
  .o-imageStage.-hasTeaser .o-imageStage__content {
    top: 50%;
    transform: translateY(-50%);
  }
}

/*# sourceMappingURL=imageStage.css.map */