*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

@font-face {
  font-family: "Soehne";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/soehne-halbfett.woff2") format("woff2");
}
body {
  font-family: "Soehne";
}

.container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  align-content: center;
}
.container .background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120vw;
  height: 120vh;
}
.container .background svg {
  width: 100%;
  height: 100%;
  background-color: #CCCABB;
  filter: blur(4vw);
}
.container .background svg g:not(:first-child) {
  opacity: 0;
}
.container .content {
  width: 100%;
  color: white;
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 30px;
}
@media all and (min-width: 960px) {
  .container .content {
    padding: 30px 8.33333334vw;
  }
}
.container .content .text {
  width: 100%;
  margin-top: 48px;
}
@media all and (min-width: 960px) {
  .container .content .text {
    width: 45.83333337vw;
  }
}
.container .content p.txt-24 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24rem */
  margin-bottom: 16px;
}
.container .content p.txt-16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6rem */
}
.container .content .ctas {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}
.container .content .ctas a {
  color: black;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 6px;
  overflow: hidden;
  box-shadow: inset 0 0 1px #212121;
  transition: all 0.3s ease-out;
  padding: 15px 24px;
  transform-origin: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 20.48rem */
}
.container .content .ctas a:first-child {
  background-color: #212121;
  color: white;
}
.container .content .ctas a:nth-child(2) {
  background-color: white;
}
.container .content h1 {
  font-size: 0;
}
.container .content h1 svg {
  width: clamp(250px, 40vw, 980px);
}

.noise {
  height: 100%;
  left: 0;
  opacity: 0.08;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
}

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