@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #ccc;
  text-shadow: none;
}

::selection {
  background: #ccc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

.clearfix {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ANIMATIONS */
/* outfit-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/outfit-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/outfit-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/outfit-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/outfit-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.progress {
  text-align: center;
}

.progress__bar,
.progress__bar-fill-wrap {
  position: relative;
}

.progress__bar {
  border-radius: 1em;
  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.2) inset, 0 -0.5em 0.5em rgba(0, 0, 0, 0.2666666667) inset;
  margin: 0 auto 1.5em auto;
  padding: 0.25em;
  width: 16em;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.progress__bar-fill-wrap,
.progress__bar-fill {
  border-radius: 0.75em;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.progress__bar-fill-wrap,
.progress__bar-fill:before {
  z-index: -1;
}

.progress__bar-fill {
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.5s ease-in-out;
}

.progress__bar:before,
.progress__bar-fill:before {
  content: "";
  display: block;
  position: absolute;
}

.progress__bar:before {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.15em;
  filter: blur(0.1em);
  top: 0.7em;
  left: 0.75em;
  width: 14.5em;
  height: 0.3em;
}

.progress__bar-fill:before {
  animation: bg 2s linear infinite;
  background: linear-gradient(rgba(0, 0, 0, 0.2666666667), rgba(0, 0, 0, 0) 0.25em 1em, rgba(0, 0, 0, 0.3333333333) 1.5em), repeating-linear-gradient(135deg, #c30031 0 0.98em, #fff 1em 1.78em, #c30031 1.8em 1.88em, #fff 1.9em 1.98em, #c30031 2em 2.08em, #fff 2.1em 2.18em, #c30031 2.2em 2.28em, #fff 2.3em 3.08em, #c30031 3.1em) 0 0/4.375em 100%;
  top: 0;
  left: 0;
  width: 20em;
  height: 100%;
}

/* Animations */
@keyframes bg {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-4.375em);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html,
body,
* {
  box-sizing: border-box;
}

h1 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  h1 {
    font-size: calc(24px + (32 - 24) * (100vw - 320px) / 1600);
  }
}

h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1920px) {
  h2 {
    font-size: calc(24px + (30 - 24) * (100vw - 320px) / 1600);
  }
}

body {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 50px 20px;
  background-color: #a66061;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg-app.jpg");
  font-family: "Outfit", sans-serif;
}
body.content-shown {
  overflow: hidden;
}
@media (min-width: 576px) {
  body {
    background-image: url("../img/bg-desktop.jpg");
    background-position: bottom center;
    width: 100vw;
    height: 100vh;
    background-attachment: fixed;
  }
}
body.day-1 {
  background-image: none;
  background-color: #657D69;
}
@media (min-width: 576px) {
  body.day-1 {
    background-color: #a66061;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-2 {
  background-image: none;
  background-color: #75A6A9;
}
@media (min-width: 576px) {
  body.day-2 {
    background-color: #a66061;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-3 {
  background-image: none;
  background-color: #A66061;
}
@media (min-width: 576px) {
  body.day-3 {
    background-color: #a66061;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-4 {
  background-image: none;
  background-color: #657D69;
}
@media (min-width: 576px) {
  body.day-4 {
    background-color: #657D69;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-4 h1 {
  text-align: center;
  color: #FFF;
}
body.day-4 img {
  width: 80%;
  display: block;
  margin: 8vh auto 0;
}
body.day-5 {
  background-image: none;
  background-color: #657D69;
}
@media (min-width: 576px) {
  body.day-5 {
    background-color: #a66061;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-5 .details {
  color: #FFF;
}
body.day-5 .details h2 {
  text-align: center;
  color: #FFF;
}
body.day-5 .details p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}
body.day-5 .details strong {
  display: inline-block;
  margin-bottom: 10px;
}
body.day-5 .details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.day-5 .details ul li {
  text-align: center;
}
body.day-5 .details ul li a {
  width: 100%;
  margin-top: 15px;
  display: inline-block;
  border-radius: 100px;
  background: #D9D9D9;
  padding: 15px 25px;
  color: #000;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
body.day-6 {
  background-image: none;
  background-color: #657D69;
}
@media (min-width: 576px) {
  body.day-6 {
    background-color: #a66061;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-6 .details {
  color: #FFF;
}
body.day-6 .details h1 {
  text-align: left;
  color: #FFF;
}
body.day-6 .details p {
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}
body.day-6 .details p.link {
  text-align: right;
  margin-top: 60px;
}
body.day-6 .details p.link a {
  display: inline-block;
  border-radius: 100px;
  background: #D9D9D9;
  padding: 15px 25px;
  color: #000;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
body.day-7 {
  background-image: none;
  background-color: #86A087;
}
@media (min-width: 576px) {
  body.day-7 {
    background-color: #a66061;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-7 .details {
  text-align: center;
}
body.day-7 .details img {
  width: 80%;
  max-height: 60vh;
  object-fit: contain;
  display: block;
  margin: -3vh auto -3vh;
}
body.day-7 .details h1 {
  color: #FFF;
}
body.day-7 .details p.link {
  text-align: right;
  margin-top: 60px;
}
body.day-7 .details p.link a {
  display: inline-block;
  border-radius: 100px;
  background: #D9D9D9;
  padding: 15px 25px;
  color: #000;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
body.day-8 {
  background-image: none;
  background-color: #86A087;
}
@media (min-width: 576px) {
  body.day-8 {
    background-color: #a66061;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-8 .details p.link {
  text-align: right;
  margin-top: 60px;
}
body.day-8 .details p.link a {
  display: inline-block;
  border-radius: 100px;
  background: #D9D9D9;
  padding: 15px 25px;
  color: #000;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
body.day-9 {
  background-image: none;
  background-color: #6B302F;
  padding: 0 !important;
}
@media (min-width: 576px) {
  body.day-9 {
    background-color: #6B302F;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-9 .details {
  padding: 0 !important;
}
body.day-10 {
  background-image: none;
  background-color: #D8C2B3;
}
@media (min-width: 576px) {
  body.day-10 {
    background-color: #D8C2B3;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-10 .details {
  text-align: center;
}
body.day-10 .details svg {
  width: 80%;
  max-height: 60vh;
  object-fit: contain;
  display: block;
  margin: -3vh auto -3vh;
}
body.day-10 .details h1 {
  color: #FFF;
}
body.day-11 {
  background-image: none;
  background-color: #A66061;
}
@media (min-width: 576px) {
  body.day-11 {
    background-color: #a66061;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-11 .details {
  color: #FFF;
}
body.day-11 .details .grid.grid-2-cols {
  grid-gap: 30px;
  column-gap: 30px;
}
body.day-11 .details .grid .grid-element a {
  display: block;
}
body.day-11 .details .page {
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.day-11 .details .page .inner {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 60px;
  transform: translate(-50%, -50%);
}
body.day-11 .details .page p {
  font-size: 22px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
}
body.day-12 {
  background-image: none;
  background-color: #86a087;
  padding: 0 !important;
}
@media (min-width: 576px) {
  body.day-12 {
    background-color: #86a087;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-12 .slick-dots {
  bottom: initial;
  top: 35px;
}
body.day-12 .details {
  margin: 0;
  padding: 0 !important;
}
body.day-13 {
  background-image: none;
  background-color: #6B302F;
}
@media (min-width: 576px) {
  body.day-13 {
    background-color: #6B302F;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-13 .details {
  text-align: center;
}
body.day-13 .details img {
  width: 80%;
  max-height: 60vh;
  object-fit: contain;
  display: block;
  margin: -3vh auto -3vh;
}
body.day-13 .details h1 {
  color: #FFF;
}
body.day-14 {
  color: #fff;
  background-image: none;
  background-color: #75A6A9;
}
@media (min-width: 576px) {
  body.day-14 {
    background-color: #75A6A9;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-14 h2 {
  text-align: left;
  text-transform: uppercase;
}
body.day-15 {
  color: #fff;
  background-image: none;
  background-color: #75A6A9;
}
@media (min-width: 576px) {
  body.day-15 {
    background-color: #75A6A9;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-15 h2 {
  text-align: left;
  text-transform: uppercase;
}
body.day-16 {
  color: #fff;
  background-image: none;
  background-color: #D8C2B3;
}
@media (min-width: 576px) {
  body.day-16 {
    background-color: #D8C2B3;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-17 {
  color: #fff;
  background-image: none;
  background-color: #A66061;
  hyphens: auto;
}
@media (min-width: 576px) {
  body.day-17 {
    background-color: #A66061;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-17 h2 {
  text-align: left;
  text-transform: uppercase;
}
body.day-18 {
  color: #fff;
  background-image: none;
  background-color: #D8C2B3;
}
@media (min-width: 576px) {
  body.day-18 {
    background-color: #D8C2B3;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-19 {
  color: #fff;
  background-image: none;
  background-color: #86A087;
}
@media (min-width: 576px) {
  body.day-19 {
    background-color: #86A087;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-19 h2 {
  text-align: left;
  text-transform: uppercase;
}
body.day-20 {
  color: #fff;
  background-image: none;
  background-color: #A66061;
}
@media (min-width: 576px) {
  body.day-20 {
    background-color: #A66061;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-20 h2 {
  text-transform: uppercase;
  text-align: left;
}
body.day-21 {
  color: #fff;
  background-image: none;
  background-color: #D8C2B3;
}
@media (min-width: 576px) {
  body.day-21 {
    background-color: #D8C2B3;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-21 h2 {
  text-transform: uppercase;
}
body.day-22 {
  color: #fff;
  background-image: none;
  background-color: #6B302F;
  padding: 0;
}
@media (min-width: 576px) {
  body.day-22 {
    background-color: #6B302F;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-22 .details {
  padding: 0;
}
body.day-22 h2 {
  text-transform: uppercase;
}
body.day-23 {
  color: #fff;
  background-image: none;
  background-color: #6B302F;
}
@media (min-width: 576px) {
  body.day-23 {
    background-color: #6B302F;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-24 {
  background-image: none;
  background-color: #75A6A9;
}
@media (min-width: 576px) {
  body.day-24 {
    background-color: #a66061;
    background-image: url("../img/bg-desktop.jpg");
  }
}
body.day-24 .details {
  color: #fff;
  text-align: center;
}
body.day-24 .details ul {
  list-style: none;
  margin: 60px 0;
  padding: 0;
}
body.day-24 .details ul li {
  margin: 20px 0;
}
body.day-24 .details ul li a {
  display: block;
  border-radius: 100px;
  background: #D9D9D9;
  padding: 20px;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}
body.day-24 .details p {
  font-size: 26px;
  line-height: 34px;
  font-style: normal;
  font-weight: 700;
  padding: 0 20px;
}

h1,
h2,
h3 {
  text-align: center;
  margin: 0 0 15px;
}

.container {
  max-width: 600px;
  margin: 0 auto;
}

a {
  color: #222222;
}

p {
  margin: 0 0 15px;
}
.grid {
  display: grid;
  column-gap: 0;
  row-gap: 10px;
}
.grid.grid-2-cols {
  grid-template-columns: 1fr 1fr;
}
.grid.logo .grid-element {
  padding: 0 20px;
  margin-bottom: 15px;
}
.grid.logo a {
  display: block;
  width: 140px;
}
.grid.logo a svg {
  width: 100%;
  height: auto;
}
.grid.logo .bgg {
  top: -13px;
  position: relative;
}
.grid.claim {
  padding-left: 15px;
}

video,
img {
  max-width: 100%;
  height: auto;
}

#app {
  display: block;
}
@media (min-width: 576px) {
  #app {
    display: none;
  }
}
#app a.day {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: transparent;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%) blur(2px);
  opacity: 0.5;
}
#app a.active-1 {
  filter: grayscale(0%) blur(0px);
  opacity: 1;
}
#app a.day-1 {
  background-image: url("../img/Mitarbeiter_01.png");
}
#app a.day-2 {
  background-image: url("../img/Mitarbeiter_02.png");
}
#app a.day-3 {
  background-image: url("../img/Mitarbeiter_03.png");
}
#app a.day-4 {
  background-image: url("../img/Mitarbeiter_04.png");
}
#app a.day-5 {
  background-image: url("../img/Mitarbeiter_05.png");
}
#app a.day-6 {
  background-image: url("../img/Mitarbeiter_06.png");
}
#app a.day-7 {
  background-image: url("../img/Mitarbeiter_07.png");
}
#app a.day-8 {
  background-image: url("../img/Mitarbeiter_08.png");
}
#app a.day-9 {
  background-image: url("../img/Mitarbeiter_09.png");
}
#app a.day-10 {
  background-image: url("../img/Mitarbeiter_10.png");
}
#app a.day-11 {
  background-image: url("../img/Mitarbeiter_11.png");
}
#app a.day-12 {
  background-image: url("../img/Mitarbeiter_12.png");
}
#app a.day-13 {
  background-image: url("../img/Mitarbeiter_13.png");
}
#app a.day-14 {
  background-image: url("../img/Mitarbeiter_14.png");
}
#app a.day-15 {
  background-image: url("../img/Mitarbeiter_15.png");
}
#app a.day-16 {
  background-image: url("../img/Mitarbeiter_16.png");
}
#app a.day-17 {
  background-image: url("../img/Mitarbeiter_17.png");
}
#app a.day-18 {
  background-image: url("../img/Mitarbeiter_18.png");
}
#app a.day-19 {
  background-image: url("../img/Mitarbeiter_19.png");
}
#app a.day-20 {
  background-image: url("../img/Mitarbeiter_20.png");
}
#app a.day-21 {
  background-image: url("../img/Mitarbeiter_21.png");
}
#app a.day-22 {
  background-image: url("../img/Mitarbeiter_22.png");
}
#app a.day-23 {
  background-image: url("../img/Mitarbeiter_23.png");
}
#app a.day-24 {
  background-image: url("../img/Mitarbeiter_24.png");
}
#app .details {
  padding: 60px 0 0 0;
}
#app .content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: #222;
  visibility: hidden;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  overflow-y: scroll;
  transform: translate(0, 100%);
}
#app .content.show {
  visibility: visible;
  transform: translate(0);
}
#app .content.content-6 {
  background-color: #657D69;
}
#app .content.content-7 {
  background-color: #86A087;
}
#app .content.content-8 {
  background-color: #86A087;
}
#app .content.content-11 {
  background-color: #A66061;
}
#app .content.content-24 {
  background-color: #75A6A9;
}
#app .content video {
  z-index: 5;
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease-out;
}
#app a.btn {
  display: block;
  color: #000;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
#app a.btn svg {
  width: 100%;
  height: 100%;
}
#app a.btn.close-content {
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-image: url("../img/home.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  text-indent: -9999px;
}
#app a.btn.next-step, #app a.btn.btn-back, #app a.btn.btn-play {
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  background: #D9D9D9;
  padding: 15px 20px;
  font-weight: bold;
}
#app a.btn.btn2 {
  position: relative;
  border-radius: 50px;
  background: #D9D9D9;
  padding: 15px 20px;
  font-weight: bold;
  margin: 10px 0;
  display: inline-block;
  float: right;
}

#desktop {
  display: none;
}
@media (min-width: 576px) {
  #desktop {
    color: #FFF;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 120px 50px 50px 50px;
    width: 100%;
  }
  #desktop p {
    line-height: 32px;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 25px;
  }
  #desktop a.logo {
    display: block;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 5;
    width: 230px;
    height: 26px;
  }
  #desktop a.logo svg {
    width: 100%;
    height: auto;
  }
  #desktop a.logo .bgg {
    top: -5px;
    position: relative;
  }
}
@media (min-width: 768px) {
  #desktop p {
    line-height: 40px;
    font-size: 30px;
  }
}

/* LOADER */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #d10404;
  background: radial-gradient(circle, rgb(209, 4, 4) 0%, rgb(0, 0, 0) 100%);
}

/* LOADER */
.snowflake-area {
  position: fixed;
  width: 100vw;
  height: 50%;
  z-index: -1;
  top: 0;
  left: 0;
  /*bottom: 0;*/
  /*right: 0;*/
}

.snowflake {
  position: absolute;
  top: -20%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: snow;
  animation: snowfall 10s linear infinite;
  z-index: 10;
}

@keyframes snowfall {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(110vh) rotate(360deg);
  }
}
@keyframes sway {
  0%, 100% {
    transform: translateX(calc(-1 * var(--sway-amplitude))); /* Sways left */
  }
  50% {
    transform: translateX(var(--sway-amplitude)); /* Sways right */
  }
}
html .slick-dotted.slick-slider {
  margin-bottom: 0;
}
html .slick-dots li {
  margin: 0;
}
html .slick-dots li {
  width: 15px;
}
html .slick-dots li button {
  width: 10px;
}
html .slick-dots li button:before {
  width: 10px;
  font-size: 35px;
}
html .slick-dots li.slick-active button:before {
  opacity: 1;
}

#loadinginfo {
  position: fixed;
  top: 0;
  left: 0;
  padding: 25%;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

#waiting_overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  color: #fff;
}
#waiting_overlay svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
}

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