@font-face {
  font-family: Sora;
  src: url('../fonts/sora-v17-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/sora-v17-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/sora-v17-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ATP Premiero;
  src: url('../fonts/ATPPremieroRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.flex-block-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
}

.section {
  background-color: #a0a0a0;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(1rem, .428571rem + 2.85714vw, 3rem);
  padding-bottom: clamp(1rem, .428571rem + 2.85714vw, 3rem);
  display: flex;
  position: relative;
}

.section.u-divider-top {
  filter: drop-shadow(0 -20px 20px #00000052);
  color: #1f1d1e;
  ---mode--collection-f25616ad-251e-9565-fa56-447a0d6e7548: base;
  background-color: #1f1d1e;
  max-width: none;
  min-height: 150vh;
}

.u-container {
  grid-column-gap: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (90 - 20) * 20)) * 1rem + ((4 - 2.5) / (90 - 20)) * 100vw), 4 * 1rem);
  grid-row-gap: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (90 - 20) * 20)) * 1rem + ((4 - 2.5) / (90 - 20)) * 100vw), 4 * 1rem);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  container-type: inline-size;
}

.div-block-7 {
  background-color: #e4e4e4;
  width: 40%;
  padding: 35px;
}

.overla {
  z-index: 999;
  opacity: .7;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url('../images/Papiertextur-1.avif');
  background-repeat: repeat;
  background-size: 80%;
  background-attachment: scroll;
  flex: none;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  filter: drop-shadow(0 20px 20px #000000b3);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.u-heading {
  letter-spacing: 0;
  min-width: 100%;
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: pretty;
  justify-content: center;
  align-items: inherit;
  max-width: calc(var(--number) * 1ch);
  flex-flow: column;
  margin-bottom: clamp(1.25rem, 1.17857rem + .357143vw, 1.5rem);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: clamp(1rem, .964286rem + .178571vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.u-heading.h2 {
  ---mode--collection-b7222b48-79c4-934f-5073-fc41f016b656: mode-9194f0c6-c7b1-703e-a84c-14dafbdf93ff;
}

.heading-2 {
  transform-origin: 50%;
  color: #005944;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: text-bottom;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ATP Premiero, Impact, sans-serif;
  font-size: clamp(7rem, 21vmin, 13rem);
  font-weight: 400;
  line-height: .8;
  transform: rotate(-5deg)skew(-5deg);
}

.site-wrapper {
  position: relative;
  overflow: clip;
}

.body {
  background-color: #f1f2e5;
  background-image: url('../images/Raster-BG-Dark-1.avif');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.image {
  width: 8rem;
  position: absolute;
  top: 2rem;
}

.text-span {
  color: #faa200;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Sora, Verdana, sans-serif;
  font-size: 22px;
  line-height: 1.4;
  position: absolute;
  bottom: 2rem;
}

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

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

@media screen and (max-width: 991px) {
  .overla {
    background-size: 150%;
  }
}

@media screen and (max-width: 767px) {
  .overla {
    background-size: 250%;
  }

  .heading-2 {
    font-size: 21vmin;
  }
}

@media screen and (max-width: 479px) {
  .overla {
    background-size: 400%;
  }

  .image {
    width: 5rem;
    top: 1rem;
  }

  .paragraph {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 20px;
    bottom: 1rem;
  }
}


@font-face {
  font-family: 'Sora';
  src: url('../fonts/sora-v17-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/sora-v17-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/sora-v17-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ATP Premiero';
  src: url('../fonts/ATPPremieroRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}