@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-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; }

.custom-file-container {
  box-sizing: border-box;
  position: relative;
  display: block; }
  .custom-file-container__custom-file {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
    margin-top: 5px; }
    .custom-file-container__custom-file:hover {
      cursor: pointer; }
    .custom-file-container__custom-file__custom-file-input {
      box-sizing: border-box;
      min-width: 14rem;
      max-width: 100%;
      height: calc(2.25rem + 2px);
      margin: 0;
      opacity: 0; }
    .custom-file-container__custom-file__custom-file-control {
      box-sizing: border-box;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 5;
      height: calc(2.25rem + 2px);
      padding: .5rem .75rem;
      overflow: hidden;
      line-height: 1.5;
      color: #333;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #c0c0af;
      border-radius: .25rem; }
    .custom-file-container__custom-file__custom-file-control:empty::after {
      box-sizing: border-box;
      content: "Choose file..."; }
    .custom-file-container__custom-file__custom-file-control::before {
      box-sizing: border-box;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 6;
      display: block;
      height: calc(2.25rem + 2px);
      padding: .5rem .75rem;
      line-height: 1.25;
      color: #333;
      background-color: #EDEDE8;
      border-left: 1px solid #c0c0af; }
    .custom-file-container__custom-file__custom-file-control::before {
      box-sizing: border-box;
      content: "Browse"; }
  .custom-file-container__image-preview {
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 20px;
    margin-bottom: 40px;
    height: 250px;
    width: 100%;
    border-radius: 4px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: scroll; }
  .custom-file-container__image-multi-preview {
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-radius: 6px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin: 1.858736059%;
    width: 29.615861214%;
    height: 90px;
    box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.25); }

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Molde", sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  line-height: 1;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #fff;
    outline: none; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3); }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3); }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3); }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: rgba(0, 0, 0, 0.3); }

textarea {
  resize: vertical; }

[type='checkbox'],
[type='radio'] {
  display: inline;
  margin-right: 0.375em; }
  [type='checkbox'] ~ label,
  [type='radio'] ~ label {
    color: rgba(0, 0, 0, 0.6); }
  [type='checkbox']:checked ~ label,
  [type='radio']:checked ~ label {
    color: #000; }
    [type='checkbox']:checked ~ label::after,
    [type='radio']:checked ~ label::after {
      display: block; }

[type='file'] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

button {
  background: #da1415;
  border: 0;
  color: #fff;
  display: block;
  font-family: "Molde", sans-serif, sans-serif;
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  padding: 0.6em 2rem;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  width: 100%; }

.control-checkbox {
  margin-bottom: 1rem;
  position: relative; }
  .control-checkbox input {
    left: 0;
    opacity: 0.0001;
    position: absolute;
    top: 0.3rem; }
  .control-checkbox label {
    padding-left: 1.5rem;
    position: relative; }
    .control-checkbox label::before {
      background: rgba(255, 255, 255, 0.3);
      content: '';
      height: 1rem;
      left: 0;
      position: absolute;
      top: 0.2rem;
      width: 1rem; }
    .control-checkbox label::after {
      content: '✔';
      display: none;
      font-size: 1.25rem;
      height: 0.8rem;
      left: 0.1rem;
      line-height: 1;
      position: absolute;
      top: -0.05rem;
      width: 0.8rem; }

.uniform__potty {
  left: -9999px;
  position: absolute; }

.form {
  max-width: 36em;
  margin: 0 auto; }
  .form--processing .form__processing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .form--error .form__error {
    display: block; }
  .form__processing {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 2em;
    top: 0;
    background: #fff;
    z-index: 100; }
  .form__error {
    margin-bottom: 2em;
    color: #da1415;
    font-weight: 700;
    display: none; }
  .form__control {
    margin-bottom: 1em;
    position: relative;
    clear: both; }
    @media (min-width: 48em) {
      .form__control--half {
        clear: none;
        float: left;
        width: 50%; }
        .form__control--half:nth-child(odd) {
          padding-right: 3rem; } }
    .form__control--recaptcha .g-recaptcha {
      display: inline-block; }
    .form__control--submit .btn {
      font-weight: 900;
      text-transform: uppercase; }
    .form__control--checkbox {
      text-align: left; }
      .form__control--checkbox input {
        left: 0;
        opacity: 0.0001;
        position: absolute;
        top: 0.3rem; }
      .form__control--checkbox label {
        padding-left: 2em;
        position: relative; }
        .form__control--checkbox label::before {
          background: #fff;
          content: '';
          height: 1em;
          left: 0;
          position: absolute;
          top: 0.2rem;
          width: 1em; }
        .form__control--checkbox label::after {
          content: '✔';
          display: none;
          color: #000;
          font-size: 1em;
          height: 0.8rem;
          left: 0.2rem;
          line-height: 1;
          position: absolute;
          top: 0.2rem;
          width: 0.8rem; }
    .form__control__radio {
      display: inline-block;
      position: relative; }
      .form__control__radio input {
        left: 0;
        opacity: 0.0001;
        position: absolute;
        top: 0.3rem; }
        .form__control__radio input:checked ~ label {
          background: #da1415;
          border-color: #da1415;
          color: #fff; }
          .form__control__radio input:checked ~ label:after {
            background: #000;
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1); }
      .form__control__radio label {
        border-radius: 0.2rem;
        border: 0.2rem solid #ddd;
        background: #ddd;
        padding: 0.5em 1em 0.5em 2.5em;
        -webkit-transition: border-color 150ms ease, background-color 150ms ease;
        transition: border-color 150ms ease, background-color 150ms ease; }
        .form__control__radio label:before {
          content: '';
          position: absolute;
          top: calc(50% - 1.1rem);
          left: 1.3rem;
          border-radius: 50%;
          background: #fff;
          width: 1.6rem;
          height: 1.6rem; }
        .form__control__radio label:after {
          content: '';
          position: absolute;
          top: calc(50% - 0.8rem);
          left: 1.6rem;
          border-radius: 50%;
          background: #fff;
          width: 1rem;
          height: 1rem;
          -webkit-transform: scale(0.25);
              -ms-transform: scale(0.25);
                  transform: scale(0.25);
          -webkit-transition: -webkit-transform 150ms ease;
          transition: -webkit-transform 150ms ease;
          transition: transform 150ms ease;
          transition: transform 150ms ease, -webkit-transform 150ms ease; }
  .form__label {
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Molde", sans-serif;
    margin: 0 auto 0.5em;
    text-transform: uppercase; }
  .form__input {
    margin: 0 auto;
    position: relative; }
    .form__input--small {
      max-width: 10rem; }
    .form__input--medium {
      max-width: 22rem; }
    .form__input--statement {
      font-size: 2em !important;
      color: #da1415;
      height: 30rem; }
    .form__input--help ~ .form__input__help {
      display: block; }
    .form__input--select::after {
      background: url("/assets/images/arrow.svg") no-repeat;
      color: #000;
      content: '';
      height: 1em;
      pointer-events: none;
      position: absolute;
      right: 0.7em;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      top: 0.6em;
      width: 1em; }
      @media (min-width: 80em) {
        .form__input--select::after {
          top: 0.55em; } }
    .form__input__appendix {
      margin-left: 0.5em; }
    .form__input__help {
      display: none;
      color: #000;
      font-weight: 700; }
  .form__portrait {
    position: relative;
    height: 16em;
    width: 16em;
    margin: 0 auto;
    padding: 2rem;
    background: #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .form__portrait__placeholder {
      color: rgba(0, 0, 0, 0.3); }
    .form__portrait input {
      position: absolute;
      opacity: 0.001;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .form .custom-file-container {
    width: 10em;
    height: 10em;
    margin: 0 0 2em;
    position: relative;
    background: #ddd; }
    @media (min-width: 48em) {
      .form .custom-file-container {
        width: 14em;
        height: 14em; } }
  .form .custom-file-container__image-clear {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(35%, -35%);
        -ms-transform: translate(35%, -35%);
            transform: translate(35%, -35%);
    background: #da1415;
    color: #fff;
    padding: 0;
    text-align: center;
    text-decoration: none;
    line-height: 1.3em;
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    font-size: 1.5em;
    box-shadow: none;
    border: 0; }
  .form .custom-file-container__image-preview {
    height: 100%;
    width: 100%;
    border-radius: 1px;
    margin: 0 auto;
    opacity: 1;
    pointer-events: none; }
    .form .custom-file-container__image-preview__active {
      opacity: 1; }
      .form .custom-file-container__image-preview__active ~ .custom-file-container__image-clear {
        display: block; }
  .form .custom-file-container__custom-file {
    height: 100%;
    position: absolute;
    left: 0; }
  .form .custom-file-container__custom-file__custom-file-control {
    opacity: 0.001;
    height: 100%;
    z-index: initial; }

html {
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

.page {
  margin: 0 auto;
  max-width: 40em;
  padding: 8rem 1rem 5rem; }
  @media (min-width: 48em) {
    .page {
      padding: 10rem 1rem 2rem; }
      .page ~ .page {
        padding-top: 2rem; } }
  .page__logo {
    border: 0;
    display: block;
    height: auto;
    margin-bottom: 2rem;
    width: 5rem; }
  .page__site {
    border: 0;
    border-radius: 0.05em;
    color: #da1415;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1em;
    padding: 0.25em 0; }
  .page__title {
    font-size: 3em;
    font-weight: 900;
    text-transform: uppercase; }
  @media (min-width: 48em) {
    .page__content {
      margin-left: 0.3rem;
      margin-right: 0.3rem; } }
  .page__back {
    border: 0;
    display: inline-block;
    font-size: 2em;
    font-weight: 900;
    margin-top: 5rem;
    padding-left: 1em;
    position: relative;
    text-transform: uppercase; }
    .page__back::before {
      border-bottom: 0.5em solid transparent;
      border-right: 0.5em solid #000;
      border-top: 0.5em solid transparent;
      content: '';
      height: 0;
      left: 0;
      position: absolute;
      top: 0.3em;
      width: 0; }
  .page__notification {
    z-index: 5000;
    background: black;
    color: white;
    padding: 0.5em;
    position: relative;
    width: 100%;
    text-align: center; }

ul,
ol {
  padding-left: 1.1rem; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

@font-face {
  font-family: 'Molde';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/molde-heavy.woff2") format("woff2"), url("../fonts/molde-heavy.woff") format("woff"); }

@font-face {
  font-family: 'Molde';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/molde-regular.woff2") format("woff2"), url("../fonts/molde-regular.woff") format("woff"); }

@font-face {
  font-family: 'Molde';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/molde-medium.woff2") format("woff2"), url("../fonts/molde-medium.woff") format("woff"); }

html {
  color: #000;
  font-family: "Molde", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

body {
  font-size: 160%; }
  @media (min-width: 48em) {
    body {
      font-size: 200%; } }
  @media (min-width: 80em) {
    body {
      font-size: 250%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Molde", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 0.75em; }

h1 {
  font-size: 4em; }

h2 {
  font-size: 2.5em;
  font-weight: 400; }
  @media (min-width: 48em) {
    h2 {
      font-size: 3em; } }

h3 {
  font-size: 1.75em;
  font-weight: 400; }

p {
  margin: 0 0 0.75em; }
  p + h2,
  p + h3 {
    margin-top: 2rem; }
  p:last-child {
    margin-bottom: 0; }
  p.center {
    text-align: center; }

a {
  border-bottom: 1px solid currentColor;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }

strong {
  font-weight: 900;
  text-transform: uppercase; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.home {
  background: #fff; }
  .home__text {
    margin-bottom: 3rem; }
  .home__donate {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    background: #000;
    margin: 0 auto;
    width: 100%;
    max-width: 1090px;
    padding: 2em;
    text-align: center; }
  @media (min-width: 48em) {
    .home__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .home__footer__links {
    margin: 0 0 1rem; }

.btn {
  background: #da1415;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1;
  margin: 0 0.25rem 0.5rem 0;
  padding: 0.5em 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  width: auto;
  cursor: pointer; }
  .btn--secondary {
    background: #000; }
  @media (min-width: 48em) {
    .btn {
      padding: 0.45em 0.8em 0.4em; } }
  @media print {
    .btn {
      display: none; } }
  .btn:hover, .btn:focus {
    background: #ab1011; }

.header {
  background-color: #da1415;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media print {
    .header {
      display: none; } }
  .header__language, .header__navigation {
    padding: 0; }
    @media (min-width: 48em) {
      .header__language, .header__navigation {
        padding-right: 0.5rem; } }
  .header__language {
    position: relative;
    -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
            transform: translateY(-5%); }
    @media (max-width: 47.99em) {
      .header__language {
        position: absolute;
        top: .5rem;
        right: 1rem;
        z-index: 999; } }
    .header__language a {
      border-color: transparent;
      display: inline-block;
      font-size: 1.5rem;
      font-weight: 500;
      text-decoration: none;
      color: #fff;
      opacity: .5;
      -webkit-transition: .3s ease all;
      transition: .3s ease all; }
      @media (min-width: 48em) {
        .header__language a {
          font-size: 2rem;
          padding: 0 0.25em; } }
      @media (min-width: 80em) {
        .header__language a {
          padding: 1.5rem 1rem 0 0; } }
      .header__language a::first-letter {
        text-transform: uppercase; }
      .header__language a:hover {
        color: #fff;
        opacity: 1; }
      .header__language a.current {
        color: #fff;
        opacity: 1; }
  .header__sitelink {
    border: 0;
    display: inline-block;
    position: relative;
    width: 100%; }
    @media (min-width: 48em) {
      .header__sitelink {
        width: auto; } }
    @media (min-width: 80em) {
      .header__sitelink {
        padding: 1rem 0;
        margin-left: 1rem; } }
  .header__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
    padding: 0 0 0 1em; }
  .header__logo {
    display: block;
    height: 3.4rem;
    position: relative;
    width: 12rem; }
  .header__eye {
    height: 3.3rem;
    left: 5.75rem;
    position: absolute;
    top: 0.05rem;
    width: 3.3rem; }
    @media (min-width: 80em) {
      .header__eye {
        margin-top: 1rem; } }
  .header__pupil {
    background: #000;
    border-radius: 50%;
    height: 1.3rem;
    left: calc(50% - 0.65rem);
    position: absolute;
    top: calc(50% - 0.65rem);
    width: 1.3rem; }
  .header__point {
    background: #da1415;
    border-radius: 50%;
    height: 0.4rem;
    left: calc(50% - 0.2rem);
    position: absolute;
    top: calc(50% - 0.2rem);
    width: 0.4rem; }
  .header .ctas {
    position: relative;
    -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
            transform: translateY(-5%); }
    .header .ctas a {
      color: #fff;
      font-weight: 500;
      border: none;
      -webkit-transition: .3s ease all;
      transition: .3s ease all;
      margin: 0 .5rem 0 0; }
      .header .ctas a:first-of-type {
        margin-left: 0; }
      .header .ctas a:last-of-type {
        margin-right: 0; }
      .header .ctas a:hover {
        opacity: .6; }
    @media (min-width: 80em) {
      .header .ctas {
        padding: 1rem 0;
        margin: 0 1.5rem; } }

.navigation {
  -webkit-transition: .3s ease transform;
  transition: .3s ease transform; }
  .navigation.scroll {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

.mobile--hidden {
  display: none; }
  @media (min-width: 48em) {
    .mobile--hidden {
      display: inline-block; } }

.hero {
  color: #fff;
  height: 100%;
  position: relative; }
  .hero::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10; }
  @media print {
    .hero {
      padding: 5rem 0; } }
  .hero__cover {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .hero .slick-dots {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0.5rem; }
    @media (min-width: 48em) {
      .hero .slick-dots {
        bottom: 2rem;
        right: 2.5rem; } }
    .hero .slick-dots li {
      list-style-type: none;
      opacity: 0.5; }
      .hero .slick-dots li.slick-active {
        opacity: 1; }
    .hero .slick-dots button {
      background: transparent;
      color: transparent;
      display: block;
      height: 2rem;
      overflow: hidden;
      padding: 0;
      position: relative;
      width: 2rem;
      z-index: 20; }
      .hero .slick-dots button::before {
        background: #fff;
        border-radius: 0.4rem;
        content: '';
        height: 0.8rem;
        left: 0.6rem;
        position: absolute;
        top: 0.6rem;
        width: 0.8rem; }

.subscribe {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  background-color: #000;
  color: #fff;
  margin: 0 auto 2rem;
  max-width: 1090px;
  padding: 1em 1.45em; }
  .subscribe--success .subscribe__form {
    display: none; }
  .subscribe--success .subscribe__success {
    display: block; }
  @media print {
    .subscribe {
      display: none; } }
  .subscribe__status {
    padding: 1rem 0; }
    .subscribe__status_bar {
      background: rgba(255, 255, 255, 0.45);
      border-radius: 0.05em;
      margin-bottom: 0.5rem;
      overflow: hidden; }
    .subscribe__status_count {
      background: #fff;
      height: 2rem;
      padding: 0.2rem; }
  .subscribe__message {
    border: 2px solid #fff;
    border-radius: 0.05em;
    display: none;
    font-weight: 500;
    margin-bottom: 1rem;
    padding: 0.5rem 0.7rem; }
    .subscribe__message--visible {
      display: block; }
  .subscribe__js_message {
    background: #000;
    color: #fff;
    display: none;
    margin-bottom: 1rem;
    padding: 0.5rem 0.7rem; }
    .no-js .subscribe__js_message {
      display: block; }
  .subscribe__success {
    background: #fff;
    border-radius: 0.05em;
    color: #000;
    display: none;
    margin-bottom: 1rem;
    padding: 1em; }
    .subscribe__success a {
      color: #da1415; }
    .subscribe__success h2:first-child {
      margin-top: 0; }
  .subscribe__submit {
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
  @media (min-width: 48em) {
    .subscribe__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .subscribe__form--send .subscribe__submit {
    opacity: 0.25;
    pointer-events: none; }
  .subscribe__control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 1rem; }
    .subscribe__control--submit {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .subscribe .btn {
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    text-align: center; }

.updateblock {
  background: #e6e6e6;
  border-radius: 0.1em;
  margin: 1rem 0 2rem;
  padding: 1.5rem; }
  @media print {
    .updateblock {
      display: none; } }

.sponsorship__title {
  margin-bottom: 2rem; }

.sponsorship__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -0.5rem;
  padding: 0;
  width: 100%; }

.sponsorship__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  list-style-type: none;
  margin: 0 0.5rem 1rem;
  padding: 0;
  position: relative; }

.sponsorship__link {
  border: 0;
  position: relative; }

.sponsorship__image {
  max-height: 5rem;
  max-width: 10rem; }

.supporter {
  margin-bottom: 2rem; }
  .supporter__title {
    margin-bottom: 2rem; }
  .supporter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.5rem;
    padding: 0;
    width: 100%; }
  .supporter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 1rem);
            flex: 0 0 calc(100% - 1rem);
    list-style-type: none;
    margin: 0 0.5rem 2rem;
    padding: 0;
    position: relative; }
    @media (min-width: 80em) {
      .supporter__item {
        margin-bottom: 3rem; } }
  .supporter__link {
    border: 0;
    height: 0;
    margin: 0;
    padding-top: 100%;
    position: relative; }
  .supporter__imagecontainer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem; }
    @media (min-width: 48em) {
      .supporter__imagecontainer {
        -ms-flex-preferred-size: 7rem;
            flex-basis: 7rem; } }
    @media (min-width: 80em) {
      .supporter__imagecontainer {
        -ms-flex-preferred-size: 10rem;
            flex-basis: 10rem; } }
  .supporter__image {
    height: auto;
    width: 100%; }
  .supporter__label {
    bottom: 0;
    font-size: 1rem;
    opacity: 1;
    overflow: hidden;
    padding: 0 1em;
    text-overflow: ellipsis; }
    @media (min-width: 48em) {
      .supporter__label {
        font-size: 16px; } }
    @media (min-width: 90em) {
      .supporter__label {
        font-size: 1rem; } }
  .supporter__quote {
    color: #da1415;
    font-size: 1.2em;
    font-weight: 700; }
    .supporter__quote::before {
      content: '«'; }
    .supporter__quote::after {
      content: '»'; }
  .supporter__name::before {
    content: '— '; }

.credits {
  color: #666;
  font-size: 0.75rem;
  margin: 5rem 0;
  max-width: 30rem; }

.share {
  position: relative;
  padding: 0;
  max-width: 1090px;
  margin: 0 auto; }
  .share__container {
    color: #000;
    margin: 0 5vw;
    max-width: 100%;
    padding: 1.5em;
    text-align: center;
    position: relative; }
    @media (min-width: 80em) {
      .share__container {
        margin: 0; } }
    .share__container h3 {
      font-size: 2.5rem;
      text-transform: uppercase;
      opacity: .3;
      padding-bottom: 2rem; }
  .share__icon {
    display: inline-block;
    height: 2.4em;
    margin: 0.2em 0;
    padding: 0.45em;
    width: 2.4em; }
  .share__link {
    background: #da1415;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 2.8em;
    margin: 0 0.5em;
    width: 2.8em; }

.donate {
  margin: 2rem 0; }
  .donate__form {
    display: inline-block; }
  .donate__label {
    display: inline-block;
    padding-right: 0.5rem; }
  .donate__input {
    background: #eee;
    color: #000;
    display: inline-block;
    vertical-align: top;
    width: 6em; }
    @media (min-width: 48em) {
      .donate__input {
        width: 11em; } }
    .donate__input--error {
      border-color: #da1415; }
    .donate__input:hover, .donate__input:focus {
      border-color: #999; }
  .donate__custom {
    margin: 1rem 0; }

.collapsible {
  margin-bottom: 2rem; }
  @media (min-width: 48em) {
    .collapsible {
      margin-left: 11rem; } }
  .collapsible__items {
    padding: 0; }
  .collapsible__item {
    list-style-type: none;
    margin-bottom: 1rem;
    overflow: hidden; }
    .collapsible__item:target .collapsible__content, .collapsible__item--expanded .collapsible__content {
      display: block; }
    .collapsible__item:target .collapsible__label, .collapsible__item--expanded .collapsible__label {
      background: #fff;
      color: #000; }
  .collapsible__label {
    background: #000;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0;
    padding: 0.2em 1em 0.3em;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }
    .collapsible__label:hover, .collapsible__label:focus {
      background: #fff;
      color: #000; }
  .collapsible__content {
    display: none;
    margin-left: 2rem;
    padding: 2rem 0 5rem; }
    @media print {
      .collapsible__content {
        display: block; } }
    @media (min-width: 48em) {
      .collapsible__content {
        margin-left: 11rem; } }
  .collapsible__print {
    display: inline-block;
    margin-bottom: 2rem; }
    @media print {
      .collapsible__print {
        display: none; } }

.section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  position: relative;
  width: 100%; }
  .section__anchor {
    color: #da1415;
    font-weight: 900; }
    @media (min-width: 48em) {
      .section__anchor {
        max-width: 60%; } }
  .section__headline, .section__label {
    padding: 0 5vw;
    text-align: left;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 48em) {
      .section__headline, .section__label {
        max-width: 1090px;
        padding: 0 200px 0 0; } }
  .section__headline {
    font-weight: 900; }
  .section__label {
    font-size: 2.5rem;
    opacity: 0.5; }
  .section--special {
    background: black;
    color: white; }
    .section--special .section__content {
      display: block;
      height: auto;
      min-height: 100vh; }
    .section--special a {
      color: white; }
    .section--special .video {
      display: block;
      height: 0;
      padding-top: 56.25%;
      position: relative;
      width: 100%;
      margin-top: 5em;
      margin-bottom: 2em; }
      @media (min-width: 48em) {
        .section--special .video {
          margin-top: 4em; } }
      .section--special .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .section--action {
    background: #da1415;
    color: #fff; }
    .section--action a {
      color: #fff; }
    .section--action .section__anchor {
      color: #fff; }
    .section--action .section__headline {
      color: #000; }
    .section--action .section__next {
      border-top-color: #fff; }
  .section--hero {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 4.4rem); }
    @media (min-width: 48em) {
      .section--hero {
        min-height: 100vh; } }
    @media (max-width: 31.25em) {
      .section--hero .section__next {
        bottom: 8.5rem; } }
  .section--donate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap; }
  .section--variable {
    min-height: 0;
    padding: 5rem 0 10rem; }
  .section--footer {
    min-height: 0;
    padding: 0; }
  .section__container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%; }
  .section__header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    width: 100%; }
  .section__content {
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 135.2rem;
    padding: 2rem 2rem 6rem;
    position: relative;
    text-align: center;
    z-index: 20; }
  .section__next {
    border-bottom: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: 1em solid #fff;
    bottom: 2rem;
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: border-color 250ms ease;
    transition: border-color 250ms ease;
    width: 1em;
    z-index: 20; }
    .section__next:hover {
      border-top-color: #000; }
  .section__eye {
    bottom: 4em;
    height: 4em;
    position: absolute;
    width: 10em; }
    .section__eye--left {
      left: 0; }
    .section__eye--right {
      right: 0; }
    .section__eye__pupil {
      background: #000;
      border-radius: 50%;
      height: 3.4em;
      left: calc(50% - 1.7em);
      position: absolute;
      top: calc(50% - 1.7em);
      width: 3.4em; }
    .section__eye__point {
      background: #da1415;
      border-radius: 50%;
      height: 1em;
      left: calc(50% - 0.5em);
      position: absolute;
      top: calc(50% - 0.5em);
      width: 1em; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1090px;
  margin: 0 auto 10rem auto;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .footer a {
    border: 0;
    text-decoration: underline; }
  .footer p {
    margin: 0; }
  .footer__group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 2rem; }
    @media (min-width: 48em) {
      .footer__group {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        padding: 0; } }

.button, .button_counter, .button_readmore {
  display: inline-block; }
  .button.section__next, .button_counter.section__next, .button_readmore.section__next {
    position: relative;
    border: none;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 0;
    width: auto; }
  .button span, .button_counter span, .button_readmore span {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-bottom: none;
    font-weight: 900;
    text-transform: uppercase;
    padding: 1rem 2rem; }

.button span {
  background: #da1415; }

#subscribe {
  padding: 15vh 0; }

.section--donate .section__headline {
  color: #fff;
  padding-right: 0; }

.section--donate,
.section--arguments {
  padding: 15vh 0; }
  .section--donate.page--section,
  .section--arguments.page--section {
    padding-bottom: 30vh;
    margin-bottom: 15vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .section--donate.page--section .page__title,
    .section--arguments.page--section .page__title {
      margin-bottom: 15vh; }

.title--spenden {
  text-transform: uppercase;
  font-weight: 900; }

.section--arguments ol {
  counter-reset: numb;
  max-width: 1090px;
  margin: 4rem auto 0 auto; }

.section--arguments li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 5%;
  margin-bottom: 6vh; }
  @media (min-width: 48em) {
    .section--arguments li {
      padding-left: 20%;
      margin-bottom: 8vh; } }
  @media (min-width: 80em) {
    .section--arguments li {
      padding-left: 25%;
      margin-bottom: 10vh; } }
  .section--arguments li h3 {
    text-align: left;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1rem; }
    @media (min-width: 48em) {
      .section--arguments li h3 {
        font-size: 4rem;
        margin-bottom: 1.5rem; } }
    @media (min-width: 80em) {
      .section--arguments li h3 {
        font-size: 6rem;
        margin-bottom: 2rem; } }
  .section--arguments li p {
    text-align: left;
    padding-right: 5vw; }
  .section--arguments li:before {
    counter-increment: numb;
    content: counter(numb);
    color: #da1415;
    text-align: center;
    font-weight: 900;
    font-size: 8rem;
    line-height: 6rem;
    display: inline-block;
    width: 10%;
    position: relative;
    margin-bottom: 1.5rem; }
    @media (min-width: 48em) {
      .section--arguments li:before {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 20rem;
        line-height: 14rem;
        width: 15%; } }
    @media (min-width: 80em) {
      .section--arguments li:before {
        font-size: 28rem;
        line-height: 18rem;
        width: 20%; } }

.home .section--news {
  background-color: #da1415; }

.section--news {
  padding: 15vh 0;
  overflow-x: hidden; }
  .section--news .section__headline {
    color: #fff; }
  .section--news article {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 1090px;
    height: 400px;
    margin: 0 auto 4rem auto;
    position: relative; }
    @media (max-width: 47.99em) {
      .section--news article {
        height: 300px;
        width: 100%; } }
    .section--news article:after {
      content: '';
      position: absolute;
      display: block;
      z-index: 1;
      background-color: rgba(218, 20, 21, 0.5);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: .225s ease all;
      transition: .225s ease all;
      opacity: 0;
      pointer-events: none; }
    .section--news article:hover:after, .section--news article:focus:after {
      opacity: 1; }
    .section--news article a {
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #fff;
      width: 100%;
      height: 100%; }
    .section--news article header, .section--news article .article--img {
      position: relative;
      width: 50%;
      height: 100%;
      margin: 0;
      padding: 0; }
      @media (max-width: 47.99em) {
        .section--news article header, .section--news article .article--img {
          width: 100%; } }
    .section--news article .article--img {
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 47.99em) {
        .section--news article .article--img {
          position: absolute;
          top: 0;
          left: 0; } }
    .section--news article header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left;
      padding: 2rem 2rem 2rem 5rem;
      z-index: 200;
      height: 100%;
      background-color: #fff; }
      @media (max-width: 47.99em) {
        .section--news article header {
          background-color: rgba(255, 255, 255, 0.75); } }
    .section--news article span {
      display: block; }
    .section--news article h3 {
      color: #da1415;
      width: 100%;
      font-weight: 500;
      padding: 0;
      margin: 0 0 2rem 0; }
    .section--news article:nth-of-type(even) .header__eye {
      position: absolute;
      top: 15%;
      left: -10%;
      -webkit-transform: scale(3);
          -ms-transform: scale(3);
              transform: scale(3); }
      .section--news article:nth-of-type(even) .header__eye img {
        -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
                transform: translateY(-40%); }
    .section--news article:nth-of-type(odd) .header__eye {
      position: absolute;
      top: 75%;
      left: 105%;
      -webkit-transform: scale(3);
          -ms-transform: scale(3);
              transform: scale(3); }
      .section--news article:nth-of-type(odd) .header__eye img {
        -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
                transform: translateY(-40%); }

.section__article {
  position: relative;
  width: 100%;
  height: 68vh;
  min-height: inherit;
  margin: 0;
  padding: 0;
  background-color: #da1415; }
  .section__article .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover; }
    .section__article .background:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(218, 20, 21, 0.5);
      display: block;
      z-index: 10; }
  .section__article .section__content h1 {
    font-size: 3rem;
    max-width: 1090px;
    color: #fff;
    font-weight: 900; }
    @media (min-width: 48em) {
      .section__article .section__content h1 {
        font-size: 5rem; } }
    @media (min-width: 80em) {
      .section__article .section__content h1 {
        font-size: 6rem; } }

.content__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  max-width: 1090px;
  position: relative;
  padding: 10vh 0 15vh 0;
  margin: 0 auto; }
  .content__article p, .content__article h4, .content__article .infos {
    padding: 0 10vw; }
  .content__article h4 {
    color: #da1415; }
  .content__article .infos {
    margin-bottom: 3rem; }
    .content__article .infos .author {
      opacity: .5; }
  .content__article .main__subscribe {
    margin-top: 0vh; }

.pagination {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 10rem auto; }
  .pagination img {
    width: 60px; }
  .pagination .is-inactive {
    opacity: .4; }
  .pagination .pagination-item {
    margin: 0 1rem;
    text-decoration: none;
    border: 2px solid #000;
    width: 60px;
    height: 60px;
    border-radius: 4px; }
    .pagination .pagination-item.left:not(.is-inactive) {
      -webkit-transition: .2s ease all;
      transition: .2s ease all; }
      .pagination .pagination-item.left:not(.is-inactive):hover {
        -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
                transform: translateX(-10px); }
    .pagination .pagination-item.right:not(.is-inactive) {
      -webkit-transition: .2s ease all;
      transition: .2s ease all; }
      .pagination .pagination-item.right:not(.is-inactive):hover {
        -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
                transform: translateX(10px); }

.visible {
  opacity: 0;
  -webkit-transition: .5s .2s ease opacity;
  transition: .5s .2s ease opacity;
  will-change: transition, opacity; }
  .visible.show {
    opacity: 1; }

.home__donate {
  padding-bottom: 1.5em; }
  .home__donate .dropdown {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    overflow: scroll;
    height: auto;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .home__donate .dropdown:hover p strong {
      color: #da1415; }
    .home__donate .dropdown p {
      text-align: left;
      color: #fff;
      -webkit-transition: .3s ease all;
      transition: .3s ease all; }
      .home__donate .dropdown p strong {
        -webkit-transition: .2s ease color;
        transition: .2s ease color;
        margin-bottom: 2rem;
        display: block;
        color: #fff;
        cursor: pointer;
        position: relative; }
        .home__donate .dropdown p strong:after {
          content: '';
          display: block;
          width: 4rem;
          height: 4rem;
          position: absolute;
          right: 0;
          top: -20%;
          background: url(../svg/arrow-left.svg) center no-repeat;
          background-size: contain;
          -webkit-filter: invert(1);
                  filter: invert(1);
          -webkit-transform: rotate(90deg) scale(1);
              -ms-transform: rotate(90deg) scale(1);
                  transform: rotate(90deg) scale(1);
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          -webkit-transition: .3s ease all;
          transition: .3s ease all; }
    .home__donate .dropdown.close {
      height: 6.5rem !important;
      overflow: hidden; }
      .home__donate .dropdown.close p {
        color: transparent; }
        .home__donate .dropdown.close p strong:after {
          -webkit-transform: rotate(90deg) scale(-1);
              -ms-transform: rotate(90deg) scale(-1);
                  transform: rotate(90deg) scale(-1); }
    .home__donate .dropdown.notransition {
      -webkit-transition: 0s ease all !important;
      transition: 0s ease all !important; }
      .home__donate .dropdown.notransition p {
        color: transparent;
        -webkit-transition: 0s ease all !important;
        transition: 0s ease all !important; }

.st-sticky-share-buttons.st-left.st-toggleable.st-has-labels,
.sharethis-inline-share-buttons {
  margin-bottom: 2rem; }
  @media (min-width: 48em) {
    .st-sticky-share-buttons.st-left.st-toggleable.st-has-labels,
    .sharethis-inline-share-buttons {
      -webkit-transform: translateY(-25%);
          -ms-transform: translateY(-25%);
              transform: translateY(-25%); } }
  .st-sticky-share-buttons.st-left.st-toggleable.st-has-labels .stn-button,
  .sharethis-inline-share-buttons .stn-button {
    font-size: 20px !important; }

#shop .section__content {
  margin-top: 15vh;
  margin-bottom: 15vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start; }
  #shop .section__content .product {
    width: 100%;
    padding: 0 16px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: none;
    margin-bottom: 32px; }
    @media (min-width: 48em) {
      #shop .section__content .product {
        width: 50%; } }
    @media (min-width: 80em) {
      #shop .section__content .product {
        width: 33%; } }
    #shop .section__content .product img {
      position: relative;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: 5s ease transform;
      transition: 5s ease transform; }
    #shop .section__content .product .img--container {
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 300px; }
    #shop .section__content .product .infos {
      margin-top: 1rem;
      text-align: left;
      position: relative; }
      #shop .section__content .product .infos .price {
        position: relative; }
        #shop .section__content .product .infos .price:after {
          content: '';
          position: absolute;
          top: 0;
          right: -4rem;
          width: 32px;
          height: 32px;
          background: url(../svg/arrow-right.svg) center no-repeat;
          background-size: contain;
          opacity: .5;
          -webkit-transition: .3s ease all;
          transition: .3s ease all; }
    #shop .section__content .product .hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(218, 20, 21, 0.5);
      z-index: 9;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      font-weight: 500;
      text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
      opacity: 0;
      -webkit-transition: .3s ease opacity;
      transition: .3s ease opacity; }
    #shop .section__content .product:hover img {
      -webkit-transform: scale(1.1) rotate(2deg);
          -ms-transform: scale(1.1) rotate(2deg);
              transform: scale(1.1) rotate(2deg); }
    #shop .section__content .product:hover .hover {
      opacity: 1; }
    #shop .section__content .product:hover .infos .price:after {
      right: -5rem;
      opacity: 1; }

#shop.home--shop {
  height: 75vh;
  min-height: inherit;
  margin-bottom: 15vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  #shop.home--shop .section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap; }
  #shop.home--shop h2 {
    text-align: center;
    color: #fff;
    padding: 0.5rem 1.5rem;
    margin: 0 auto;
    width: auto;
    background-color: #da1415;
    display: block;
    margin-bottom: 4rem; }
  #shop.home--shop .button {
    display: block;
    background-color: #000;
    color: #fff;
    border: none;
    font-weight: 900;
    padding: 1rem 2rem;
    text-transform: uppercase; }

.counter {
  background-color: #da1415;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4rem;
  font-weight: 900;
  margin: 0 0 2rem;
  padding: 0 1rem; }
  .counter div {
    background-color: #da1415;
    color: #fff;
    font-size: 4rem;
    font-weight: 900;
    margin: 0 0 0.5rem;
    width: 30px; }
    @media (min-width: 48em) {
      .counter div {
        font-size: 11rem;
        width: 80px; } }
    @media (min-width: 80em) {
      .counter div {
        font-size: 18rem;
        width: 130px; } }
  @media (min-width: 48em) {
    .counter {
      font-size: 10rem; } }
  @media (min-width: 80em) {
    .counter {
      font-size: 16rem; } }
  .counter__intro {
    display: inline;
    padding: 0 5vw; }
    .counter__intro span {
      background-color: #fff;
      color: #000;
      font-size: 2.5rem;
      font-weight: 500;
      line-height: 3.5rem;
      padding: 0 1rem; }
    @media (min-width: 48em) {
      .counter__intro span {
        font-size: 3.8rem;
        line-height: 5.3rem; } }
    @media (min-width: 80em) {
      .counter__intro {
        padding: 0 10vw; }
        .counter__intro span {
          font-size: 4.2rem;
          line-height: 6rem; } }

.calendar {
  width: 100%;
  max-width: 1090px;
  margin-bottom: 4em; }
  .calendar__group {
    color: #da1415;
    font-size: 5em;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0.4em; }
    .calendar__group span {
      font-weight: 400; }
  .calendar__list {
    margin: 0 0 2em;
    padding: 0; }
  .calendar__entry {
    list-style-type: none;
    text-align: left; }
    .calendar__entry__date, .calendar__entry__location {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding-top: 0.25em; }
    .calendar__entry__title {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.5em; }
      @media (min-width: 31.25em) {
        .calendar__entry__title {
          padding-left: 1em; } }
  @media (min-width: 31.25em) {
    .calendar__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      border: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.community {
  margin: 4rem -1rem 4em;
  padding: 1em; }
  .community .section__headline {
    padding: 0 1rem; }
  .community__grid {
    max-width: 1440px;
    margin: 0 auto 2em;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .community__grid__cover {
      position: relative; }
    .community__grid__portrait {
      display: block; }
    .community__grid__statement {
      background: rgba(218, 20, 21, 0.9);
      color: white;
      height: 100%;
      left: 0;
      line-height: 1.3;
      opacity: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0.6em 0.8em;
      position: absolute;
      top: 0;
      -webkit-transition: opacity 250ms ease;
      transition: opacity 250ms ease;
      width: 100%; }
    .community__grid__link {
      width: 100%;
      border: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .community__grid__link:hover .community__grid__statement, .community__grid__link:focus .community__grid__statement {
        opacity: 1; }
    .community__grid__location {
      color: #da1415; }
    .community__grid__entry {
      list-style-type: none;
      text-align: left;
      padding: 1rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      @media (min-width: 48em) {
        .community__grid__entry {
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%; } }
      .community__grid__entry__date, .community__grid__entry__location {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        padding-top: 0.25em; }
      .community__grid__entry__title {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-weight: 700;
        text-transform: uppercase;
        padding-left: 1em;
        font-size: 1.5em; }
  .community__portrait {
    max-width: 10em;
    margin: 2em auto 5em;
    display: block; }
  .community__entry {
    max-width: 80em; }
    @media (min-width: 48em) {
      .community__entry {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .community__entry .community__grid__link {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%;
      max-width: 36rem;
      margin-bottom: 2em; }
    .community__entry__statement {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%;
      font-size: 1.5em;
      line-height: 1.2;
      text-transform: uppercase; }
      @media (min-width: 48em) {
        .community__entry__statement {
          padding-left: 4em; } }
  .community__form {
    display: none;
    margin: 0; }
    .community__form__fields {
      background: #ccc;
      max-width: 30em;
      margin: 0 0 1em;
      padding: 1em; }
    .community__form--visible {
      display: block; }
  .community__notification {
    margin-bottom: 2rem;
    background: #ccc;
    padding: 1em; }
    .community__notification strong {
      font-size: 1.25em; }
