/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

* {
  margin: 0;
  padding: 0;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  line-height: var(--step-6);
  margin: var(--space-l) 0;
}

h3 {
  line-height: var(--step-8);
  margin: var(--space-m) 0;
}

h4 {
  line-height: var(--step-2);
  margin: var(--space-m) 0;
}

p {
  line-height: var(--space-m);
  font-weight: 400;
  font-size: var(--step-0);
  margin: var(--space-s) 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Reset margin for figure tag
 */
figure {
  margin: 0;
}

:root {
  --space-3xs: clamp(0.25rem, calc(0.20rem + 0.25vw), 0.38rem);
  --space-2xs: clamp(0.50rem, calc(0.43rem + 0.38vw), 0.69rem);
  --space-xs: clamp(0.75rem, calc(0.63rem + 0.63vw), 1.06rem);
  --space-s: clamp(1.00rem, calc(0.85rem + 0.75vw), 1.38rem);
  --space-m: clamp(1.50rem, calc(1.28rem + 1.13vw), 2.06rem);
  --space-l: clamp(2.00rem, calc(1.70rem + 1.50vw), 2.75rem);
  --space-xl: clamp(3.00rem, calc(2.55rem + 2.25vw), 4.13rem);
  --space-2xl: clamp(4.00rem, calc(3.40rem + 3.00vw), 5.50rem);
  --space-3xl: clamp(6.00rem, calc(5.10rem + 4.50vw), 8.25rem);
  --space-4xl: clamp(8.00rem, calc(6.80rem + 6.00vw), 11.00rem);
  --space-5xl: clamp(10.00rem, calc(8.50rem + 7.50vw), 13.75rem);
  --space-6xl: clamp(15.625rem, 13.352rem + 11.36vw, 21.875rem);
  /* One-up pairs */
  --space-3xs-2xs: clamp(0.25rem, calc(0.08rem + 0.88vw), 0.69rem);
  --space-2xs-xs: clamp(0.50rem, calc(0.28rem + 1.13vw), 1.06rem);
  --space-xs-s: clamp(0.75rem, calc(0.50rem + 1.25vw), 1.38rem);
  --space-s-m: clamp(1.00rem, calc(0.58rem + 2.13vw), 2.06rem);
  --space-m-l: clamp(1.50rem, calc(1.00rem + 2.50vw), 2.75rem);
  --space-l-xl: clamp(2.00rem, calc(1.15rem + 4.25vw), 4.13rem);
  --space-xl-2xl: clamp(3.00rem, calc(2.00rem + 5.00vw), 5.50rem);
  --space-2xl-3xl: clamp(4.00rem, calc(2.30rem + 8.50vw), 8.25rem);
  --space-3xl-4xl: clamp(6.00rem, calc(4.00rem + 10.00vw), 11.00rem);
  --space-4xl-5xl: clamp(8.00rem, calc(5.70rem + 11.50vw), 13.75rem);
  /* Custom pairs */
  --space-s-l: clamp(1.00rem, calc(0.30rem + 3.50vw), 2.75rem);
}

:root {
  --step-0: clamp(1.00rem, calc(0.85rem + 0.75vw), 1.38rem);
  --step-1: clamp(1.25rem, calc(1.02rem + 1.17vw), 1.83rem);
  --step-2: clamp(1.56rem, calc(1.21rem + 1.76vw), 2.44rem);
  --step-3: clamp(1.95rem, calc(1.43rem + 2.61vw), 3.26rem);
  --step-4: clamp(2.44rem, calc(1.68rem + 3.80vw), 4.34rem);
  --step-5: clamp(3.05rem, calc(1.96rem + 5.47vw), 5.79rem);
  --step-6: clamp(3.82rem, calc(2.26rem + 7.80vw), 7.71rem);
  --step-7: clamp(4.77rem, calc(2.56rem + 11.03vw), 10.28rem);
  --step-8: clamp(5.96rem, calc(2.86rem + 15.49vw), 13.71rem);
}

:root {
  --multiplier: calc((var(--centerflex-threshold, 38rem) - 100%) * 666);
}

@font-face {
  font-family: "bebas_neue";
  src: url("/fonts/bebas_neue/BebasNeue-Regular.eot");
  src: url("/fonts/bebas_neue/BebasNeue-Regular.woff") format("woff"), url("/fonts/bebas_neue/BebasNeue-Regular.otf") format("opentype");
}

@font-face {
  font-family: "gallardo";
  src: url("/fonts/Gallardo-qZYlq.otf") format("opentype");
}

body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("/images/other/background.jpg") no-repeat center center;
  background-size: cover;
}

html {
  background-color: black;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100vw;
  overflow-x: hidden;
}

.main-container {
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a,
a:visited,
a:active {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

header {
  background-color: white;
  color: black;
  padding-bottom: 25px;
  padding-top: 25px;
}

header .nav-container {
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: calc(var(--centerflex-gap, 1rem) / 2 * -1) 10vw;
}

header .nav-container:before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  -ms-flex-preferred-size: Max(0px, var(--multiplier));
      flex-basis: Max(0px, var(--multiplier));
}

header .nav-container > * {
  margin: calc(var(--centerflex-gap, 1rem) / 2) auto;
}

header .nav-container > *:first-child {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

header .nav-container .header-logo {
  width: 180px;
  margin: 0 auto;
  fill: black;
}

header .nav-container nav {
  -webkit-box-flex: 100000;
      -ms-flex-positive: 100000;
          flex-grow: 100000;
}

@media only screen and (max-width: 47.5rem) {
  header .nav-container nav {
    width: 100%;
  }
}

header .nav-container ul {
  padding: 0;
  list-style: none;
  font-family: 'bebas_neue';
  font-size: var(--step-1);
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

header .nav-container ul .instagram-logo {
  display: block;
  line-height: 0;
}

header .nav-container ul .instagram-logo img {
  height: calc(1.15rem + var(--step-1));
}

header .nav-container ul .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .nav-container ul .nav-item__instagram {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

header .nav-container ul .nav-item__home {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .nav-container ul .nav-item__sorten {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

header .nav-container ul .nav-item__team {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .nav-container ul .nav-item__button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 47.5rem) {
  header .nav-container ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .nav-container ul .nav-item {
    display: block;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  header .nav-container ul .nav-item__home {
    display: none;
  }
}

.top-section .top-section-container {
  padding-top: var(--space-3xl);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 56.5625rem) {
  .top-section .top-section-container {
    margin-left: 10%;
    margin-right: 15%;
  }
}

@media only screen and (max-width: 56.5625rem) {
  .top-section .top-section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 10%;
  }
}

.top-section .top-section-container .bottles-container {
  position: relative;
  max-width: 100%;
}

@media only screen and (min-width: 56.5625rem) {
  .top-section .top-section-container .bottles-container {
    width: 60%;
  }
}

.top-section .top-section-container .bottles-container__bottles {
  z-index: 2;
  position: absolute;
  width: 100%;
  margin-top: 22%;
}

.top-section .top-section-container .bottles-container__background {
  position: relative;
  width: 100%;
  opacity: 60%;
}

.top-section .top-section-container .logo-container {
  margin: 40% auto 0 auto;
  width: 40%;
}

@media only screen and (min-width: 56.5625rem) {
  .top-section .top-section-container .logo-container {
    width: 30%;
    margin: 0 auto;
    position: relative;
  }
}

.top-section .top-section-container .logo-container__logo {
  position: relative;
  width: 100%;
}

.top-section .top-section-container .logo-container__bio-logos {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-section .top-section-container .logo-container__bio-logos img {
  position: relative;
  width: 30%;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -o-object-fit: contain;
     object-fit: contain;
}

.sorten {
  margin-top: var(--space-5xl);
}

@media only screen and (min-width: 56.5625rem) {
  .sorten {
    margin-top: var(--space-6xl);
  }
}

.sorten h2 {
  font-family: 'bebas_neue';
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--step-6);
  text-align: center;
}

.sorten__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: var(--space-5xl);
}

@media only screen and (max-width: 56.5625rem) {
  .sorten__container--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 var(--space-m);
  }
}

@media only screen and (max-width: 56.5625rem) {
  .sorten__container--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 var(--space-m);
  }
}

.sorten__bottle-container {
  position: relative;
  margin: auto 0;
}

@media only screen and (min-width: 56.5625rem) {
  .sorten__bottle-container {
    width: 50%;
  }
}

.sorten__bottle-container--bottle {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.sorten__bottle-container:before {
  content: "";
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: white;
  mix-blend-mode: overlay;
  position: absolute;
  z-index: -10;
  width: 100%;
  top: 10%;
  right: 22%;
}

@media only screen and (min-width: 56.5625rem) {
  .sorten__bottle-container:before {
    width: 120%;
    top: 12%;
    right: 12%;
  }
}

.sorten__bottle-container--right:before {
  left: 22%;
}

@media only screen and (min-width: 56.5625rem) {
  .sorten__bottle-container--right:before {
    left: 12%;
  }
}

.sorten__bottle-container--lemon:before {
  background: #E0C958;
}

.sorten__bottle-container--peach:before {
  background: #E99200;
}

.sorten__bottle-container--pomegranate:before {
  background: red;
}

.sorten__bottle-container--blackberry:before {
  background: purple;
}

.sorten__text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-top: 2rem;
}

@media only screen and (min-width: 56.5625rem) {
  .sorten__text-container--left div {
    padding-left: 15%;
  }
}

@media only screen and (min-width: 56.5625rem) {
  .sorten__text-container--right div {
    padding-right: 15%;
  }
}

.sorten__text-container h3 {
  font-family: 'gallardo';
  font-size: var(--step-8);
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 56.5625rem) {
  .sorten__text-container h3 {
    text-indent: -0.25em;
  }
}

.sorten__text-container h4 {
  font-weight: 656;
  font-size: var(--step-2);
}

.sorten__text-container p {
  font-size: var(--step-0);
}

.sorten__text-container p strong {
  line-height: 200%;
}

.primary-button {
  background-color: black;
  padding: 0.5rem var(--space-l);
  border-radius: 1.25rem;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  font-family: 'bebas_neue';
  font-size: var(--step-1);
}

footer {
  background-color: transparent;
  padding: var(--space-m) 0;
  font-size: var(--step-0);
}

footer p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

footer .imprint-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .imprint-container a {
  margin: 1rem var(--space-s) auto var(--space-s);
}

.team {
  margin: var(--space-5xl) var(--space-m) var(--space-2xl) var(--space-m);
}

.team__text-container {
  max-width: 50ch;
  margin: 0 auto;
}

@media only screen and (min-width: 56.5625rem) {
  .team__text-container {
    max-width: 70ch;
  }
}

.team__text-container h2 {
  font-family: 'bebas_neue';
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--step-6);
  text-align: center;
}

.team__text-container h3 {
  font-size: var(--step-2);
  font-weight: 656;
  text-transform: uppercase;
  line-height: var(--space-l);
}

.team__text-container p {
  font-size: var(--step-0);
}

.team__image-container {
  margin: 100px 10% auto 10%;
  font-size: var(--step-0);
  white-space: nowrap;
}

.team__image-container p {
  margin: 0;
}

.team__image-container a {
  line-height: var(--space-m);
  font-weight: 200;
}

@media only screen and (min-width: 56.5625rem) {
  .team__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: var(--space-4xl);
  }
}

.team__image-container--martin {
  text-align: right;
}

@media only screen and (max-width: 34.375rem) {
  .team__image-container--martin {
    text-align: center;
  }
}

.team__image-container--contact {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media only screen and (max-width: 56.5625rem) {
  .team__image-container--contact {
    display: none;
  }
}

.team__image-container--contact-mobile {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-bottom: var(--space-m);
}

@media only screen and (max-width: 34.375rem) {
  .team__image-container--contact-mobile {
    display: block;
    text-align: center;
  }
  .team__image-container--contact-mobile div {
    margin-top: var(--space-m);
  }
}

.team__image-container--contact-mobile div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

@media only screen and (min-width: 56.5625rem) {
  .team__image-container--contact-mobile {
    display: none;
  }
}

.team__image-container--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 56.5625rem) {
  .team__image-container--image {
    max-width: 50%;
  }
}

.team__image-container img {
  padding: 1%;
  background-color: white;
  max-width: 90%;
}

.only-sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.policy-container {
  margin: 10vh 10vw;
}

.policy-container h1 {
  font-family: 'bebas_neue';
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--step-4);
  text-align: center;
}

.policy-container h2 {
  font-family: 'bebas_neue';
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--step-3);
  line-height: var(--step-3);
  margin: 0;
  padding: var(--space-l) 0;
}

.policy-container h3 {
  font-family: 'bebas_neue';
  font-weight: 700;
  font-size: var(--step-2);
  line-height: var(--step-2);
  margin: 0;
  padding: var(--space-m) 0;
}

.policy-container h4 {
  font-family: 'bebas_neue';
  font-style: italic;
  font-size: var(--step-1);
  line-height: var(--step-1);
  margin: 0;
  padding: var(--space-s) 0;
}

.policy-container section {
  margin-top: var(--space-2xl);
}

.policy-container a {
  color: #fff090;
}

.policy-container ul, .policy-container ol {
  margin-left: var(--space-xl);
}

.policy-container li {
  font-weight: 400;
  line-height: var(--step-2);
  font-size: var(--step-0);
}
/*# sourceMappingURL=index.css.map */