@charset "UTF-8";
/* ==========================================================================
   MAIN
   ========================================================================== */
/* ==========================================================================
   MIXINS
   ========================================================================== */
:root {
  --color-primary: #00556f;
  --color-secondary: #75b94e;
  --color-primary-75: rgba(0, 85, 111, 0.75);
  --color-secondary-75: rgba(117, 185, 78, 0.75);
  --color-primary-50: rgba(0, 85, 111, 0.50);
  --color-secondary-50: rgba(117, 185, 78, 0.50);
  --color-primary-25: rgba(0, 85, 111, 0.25);
  --color-secondary-25: rgba(117, 185, 78, 0.25);
}

/* Fonts & Typo
   ========================================================================== */
/* Fluid scaling
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* ==========================================================================
   ALL TOOLS
   ========================================================================== */
/* ==========================================================================
   FUNCTIONS
   ========================================================================== */
.u-visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

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

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

/* ==========================================================================
   PLACEHOLDER
   ========================================================================== */
body#body .c-article #totalpoll.totalpoll-wrapper .totalpoll-container, .c-feature, .c-article__aside--comment-box,
.c-article__aside--cta, .c-hero__image-container::before {
  background-image: linear-gradient(135deg, var(--color-secondary-75) -10%, var(--color-primary-75) 45%);
}

/* ==========================================================================
   SPACING
   ========================================================================== */
.ml-0 {
  margin-left: 4px;
}
@media screen and (min-width: 320px) {
  .ml-0 {
    margin-left: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-0 {
    margin-left: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-0 {
    margin-left: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-0 {
    margin-left: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-0 {
    margin-left: 4.25px;
  }
}
.ml-1 {
  margin-left: 8px;
}
@media screen and (min-width: 320px) {
  .ml-1 {
    margin-left: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-1 {
    margin-left: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-1 {
    margin-left: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-1 {
    margin-left: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-1 {
    margin-left: 8.5px;
  }
}
.ml-2 {
  margin-left: 16px;
}
@media screen and (min-width: 320px) {
  .ml-2 {
    margin-left: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-2 {
    margin-left: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-2 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-2 {
    margin-left: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-2 {
    margin-left: 17px;
  }
}
.ml-3 {
  margin-left: 32px;
}
@media screen and (min-width: 320px) {
  .ml-3 {
    margin-left: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-3 {
    margin-left: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-3 {
    margin-left: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-3 {
    margin-left: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-3 {
    margin-left: 34px;
  }
}
.ml-4 {
  margin-left: 48px;
}
@media screen and (min-width: 320px) {
  .ml-4 {
    margin-left: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-4 {
    margin-left: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-4 {
    margin-left: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-4 {
    margin-left: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-4 {
    margin-left: 51px;
  }
}
.ml-5 {
  margin-left: 64px;
}
@media screen and (min-width: 320px) {
  .ml-5 {
    margin-left: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-5 {
    margin-left: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-5 {
    margin-left: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-5 {
    margin-left: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-5 {
    margin-left: 68px;
  }
}
.ml-6 {
  margin-left: 96px;
}
@media screen and (min-width: 320px) {
  .ml-6 {
    margin-left: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-6 {
    margin-left: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-6 {
    margin-left: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-6 {
    margin-left: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-6 {
    margin-left: 102px;
  }
}
.ml-7 {
  margin-left: 128px;
}
@media screen and (min-width: 320px) {
  .ml-7 {
    margin-left: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-7 {
    margin-left: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-7 {
    margin-left: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-7 {
    margin-left: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-7 {
    margin-left: 136px;
  }
}
.ml-8 {
  margin-left: 160px;
}
@media screen and (min-width: 320px) {
  .ml-8 {
    margin-left: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-8 {
    margin-left: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-8 {
    margin-left: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-8 {
    margin-left: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-8 {
    margin-left: 170px;
  }
}
.ml-9 {
  margin-left: 192px;
}
@media screen and (min-width: 320px) {
  .ml-9 {
    margin-left: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-9 {
    margin-left: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-9 {
    margin-left: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-9 {
    margin-left: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-9 {
    margin-left: 204px;
  }
}
.mt-0 {
  margin-top: 4px;
}
@media screen and (min-width: 320px) {
  .mt-0 {
    margin-top: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-0 {
    margin-top: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-0 {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-0 {
    margin-top: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-0 {
    margin-top: 4.25px;
  }
}
.mt-1 {
  margin-top: 8px;
}
@media screen and (min-width: 320px) {
  .mt-1 {
    margin-top: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-1 {
    margin-top: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-1 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-1 {
    margin-top: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-1 {
    margin-top: 8.5px;
  }
}
.mt-2 {
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  .mt-2 {
    margin-top: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-2 {
    margin-top: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-2 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-2 {
    margin-top: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-2 {
    margin-top: 17px;
  }
}
.mt-3, .facetwp-facet-load_more {
  margin-top: 32px;
}
@media screen and (min-width: 320px) {
  .mt-3, .facetwp-facet-load_more {
    margin-top: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-3, .facetwp-facet-load_more {
    margin-top: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-3 {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-3 {
    margin-top: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-3 {
    margin-top: 34px;
  }
}
.mt-4 {
  margin-top: 48px;
}
@media screen and (min-width: 320px) {
  .mt-4 {
    margin-top: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-4 {
    margin-top: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-4 {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-4 {
    margin-top: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-4 {
    margin-top: 51px;
  }
}
.mt-5 {
  margin-top: 64px;
}
@media screen and (min-width: 320px) {
  .mt-5 {
    margin-top: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-5 {
    margin-top: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-5 {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-5 {
    margin-top: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-5 {
    margin-top: 68px;
  }
}
.mt-6 {
  margin-top: 96px;
}
@media screen and (min-width: 320px) {
  .mt-6 {
    margin-top: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-6 {
    margin-top: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-6 {
    margin-top: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-6 {
    margin-top: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-6 {
    margin-top: 102px;
  }
}
.mt-7 {
  margin-top: 128px;
}
@media screen and (min-width: 320px) {
  .mt-7 {
    margin-top: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-7 {
    margin-top: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-7 {
    margin-top: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-7 {
    margin-top: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-7 {
    margin-top: 136px;
  }
}
.mt-8 {
  margin-top: 160px;
}
@media screen and (min-width: 320px) {
  .mt-8 {
    margin-top: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-8 {
    margin-top: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-8 {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-8 {
    margin-top: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-8 {
    margin-top: 170px;
  }
}
.mt-9 {
  margin-top: 192px;
}
@media screen and (min-width: 320px) {
  .mt-9 {
    margin-top: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-9 {
    margin-top: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-9 {
    margin-top: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-9 {
    margin-top: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-9 {
    margin-top: 204px;
  }
}
.mb-0 {
  margin-bottom: 4px;
}
@media screen and (min-width: 320px) {
  .mb-0 {
    margin-bottom: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-0 {
    margin-bottom: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-0 {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-0 {
    margin-bottom: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-0 {
    margin-bottom: 4.25px;
  }
}
.mb-1 {
  margin-bottom: 8px;
}
@media screen and (min-width: 320px) {
  .mb-1 {
    margin-bottom: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-1 {
    margin-bottom: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-1 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-1 {
    margin-bottom: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-1 {
    margin-bottom: 8.5px;
  }
}
.mb-2 {
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .mb-2 {
    margin-bottom: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-2 {
    margin-bottom: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-2 {
    margin-bottom: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-2 {
    margin-bottom: 17px;
  }
}
.mb-3 {
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) {
  .mb-3 {
    margin-bottom: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-3 {
    margin-bottom: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-3 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-3 {
    margin-bottom: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-3 {
    margin-bottom: 34px;
  }
}
.mb-4 {
  margin-bottom: 48px;
}
@media screen and (min-width: 320px) {
  .mb-4 {
    margin-bottom: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-4 {
    margin-bottom: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-4 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-4 {
    margin-bottom: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-4 {
    margin-bottom: 51px;
  }
}
.mb-5 {
  margin-bottom: 64px;
}
@media screen and (min-width: 320px) {
  .mb-5 {
    margin-bottom: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-5 {
    margin-bottom: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-5 {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-5 {
    margin-bottom: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-5 {
    margin-bottom: 68px;
  }
}
.mb-6 {
  margin-bottom: 96px;
}
@media screen and (min-width: 320px) {
  .mb-6 {
    margin-bottom: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-6 {
    margin-bottom: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-6 {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-6 {
    margin-bottom: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-6 {
    margin-bottom: 102px;
  }
}
.mb-7 {
  margin-bottom: 128px;
}
@media screen and (min-width: 320px) {
  .mb-7 {
    margin-bottom: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-7 {
    margin-bottom: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-7 {
    margin-bottom: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-7 {
    margin-bottom: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-7 {
    margin-bottom: 136px;
  }
}
.mb-8 {
  margin-bottom: 160px;
}
@media screen and (min-width: 320px) {
  .mb-8 {
    margin-bottom: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-8 {
    margin-bottom: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-8 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-8 {
    margin-bottom: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-8 {
    margin-bottom: 170px;
  }
}
.mb-9 {
  margin-bottom: 192px;
}
@media screen and (min-width: 320px) {
  .mb-9 {
    margin-bottom: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-9 {
    margin-bottom: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-9 {
    margin-bottom: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-9 {
    margin-bottom: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-9 {
    margin-bottom: 204px;
  }
}
.mr-0 {
  margin-right: 4px;
}
@media screen and (min-width: 320px) {
  .mr-0 {
    margin-right: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-0 {
    margin-right: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-0 {
    margin-right: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-0 {
    margin-right: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-0 {
    margin-right: 4.25px;
  }
}
.mr-1 {
  margin-right: 8px;
}
@media screen and (min-width: 320px) {
  .mr-1 {
    margin-right: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-1 {
    margin-right: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-1 {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-1 {
    margin-right: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-1 {
    margin-right: 8.5px;
  }
}
.mr-2 {
  margin-right: 16px;
}
@media screen and (min-width: 320px) {
  .mr-2 {
    margin-right: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-2 {
    margin-right: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-2 {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-2 {
    margin-right: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-2 {
    margin-right: 17px;
  }
}
.mr-3 {
  margin-right: 32px;
}
@media screen and (min-width: 320px) {
  .mr-3 {
    margin-right: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-3 {
    margin-right: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-3 {
    margin-right: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-3 {
    margin-right: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-3 {
    margin-right: 34px;
  }
}
.mr-4 {
  margin-right: 48px;
}
@media screen and (min-width: 320px) {
  .mr-4 {
    margin-right: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-4 {
    margin-right: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-4 {
    margin-right: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-4 {
    margin-right: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-4 {
    margin-right: 51px;
  }
}
.mr-5 {
  margin-right: 64px;
}
@media screen and (min-width: 320px) {
  .mr-5 {
    margin-right: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-5 {
    margin-right: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-5 {
    margin-right: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-5 {
    margin-right: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-5 {
    margin-right: 68px;
  }
}
.mr-6 {
  margin-right: 96px;
}
@media screen and (min-width: 320px) {
  .mr-6 {
    margin-right: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-6 {
    margin-right: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-6 {
    margin-right: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-6 {
    margin-right: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-6 {
    margin-right: 102px;
  }
}
.mr-7 {
  margin-right: 128px;
}
@media screen and (min-width: 320px) {
  .mr-7 {
    margin-right: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-7 {
    margin-right: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-7 {
    margin-right: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-7 {
    margin-right: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-7 {
    margin-right: 136px;
  }
}
.mr-8 {
  margin-right: 160px;
}
@media screen and (min-width: 320px) {
  .mr-8 {
    margin-right: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-8 {
    margin-right: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-8 {
    margin-right: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-8 {
    margin-right: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-8 {
    margin-right: 170px;
  }
}
.mr-9 {
  margin-right: 192px;
}
@media screen and (min-width: 320px) {
  .mr-9 {
    margin-right: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-9 {
    margin-right: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-9 {
    margin-right: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-9 {
    margin-right: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-9 {
    margin-right: 204px;
  }
}
.pl-0 {
  padding-left: 4px;
}
@media screen and (min-width: 320px) {
  .pl-0 {
    padding-left: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-0 {
    padding-left: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-0 {
    padding-left: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-0 {
    padding-left: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-0 {
    padding-left: 4.25px;
  }
}
.pl-1 {
  padding-left: 8px;
}
@media screen and (min-width: 320px) {
  .pl-1 {
    padding-left: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-1 {
    padding-left: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-1 {
    padding-left: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-1 {
    padding-left: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-1 {
    padding-left: 8.5px;
  }
}
.pl-2 {
  padding-left: 16px;
}
@media screen and (min-width: 320px) {
  .pl-2 {
    padding-left: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-2 {
    padding-left: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-2 {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-2 {
    padding-left: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-2 {
    padding-left: 17px;
  }
}
.pl-3 {
  padding-left: 32px;
}
@media screen and (min-width: 320px) {
  .pl-3 {
    padding-left: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-3 {
    padding-left: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-3 {
    padding-left: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-3 {
    padding-left: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-3 {
    padding-left: 34px;
  }
}
.pl-4 {
  padding-left: 48px;
}
@media screen and (min-width: 320px) {
  .pl-4 {
    padding-left: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-4 {
    padding-left: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-4 {
    padding-left: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-4 {
    padding-left: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-4 {
    padding-left: 51px;
  }
}
.pl-5 {
  padding-left: 64px;
}
@media screen and (min-width: 320px) {
  .pl-5 {
    padding-left: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-5 {
    padding-left: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-5 {
    padding-left: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-5 {
    padding-left: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-5 {
    padding-left: 68px;
  }
}
.pl-6 {
  padding-left: 96px;
}
@media screen and (min-width: 320px) {
  .pl-6 {
    padding-left: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-6 {
    padding-left: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-6 {
    padding-left: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-6 {
    padding-left: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-6 {
    padding-left: 102px;
  }
}
.pl-7 {
  padding-left: 128px;
}
@media screen and (min-width: 320px) {
  .pl-7 {
    padding-left: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-7 {
    padding-left: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-7 {
    padding-left: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-7 {
    padding-left: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-7 {
    padding-left: 136px;
  }
}
.pl-8 {
  padding-left: 160px;
}
@media screen and (min-width: 320px) {
  .pl-8 {
    padding-left: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-8 {
    padding-left: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-8 {
    padding-left: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-8 {
    padding-left: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-8 {
    padding-left: 170px;
  }
}
.pl-9 {
  padding-left: 192px;
}
@media screen and (min-width: 320px) {
  .pl-9 {
    padding-left: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-9 {
    padding-left: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-9 {
    padding-left: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-9 {
    padding-left: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-9 {
    padding-left: 204px;
  }
}
.pt-0 {
  padding-top: 4px;
}
@media screen and (min-width: 320px) {
  .pt-0 {
    padding-top: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-0 {
    padding-top: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-0 {
    padding-top: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-0 {
    padding-top: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-0 {
    padding-top: 4.25px;
  }
}
.pt-1 {
  padding-top: 8px;
}
@media screen and (min-width: 320px) {
  .pt-1 {
    padding-top: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-1 {
    padding-top: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-1 {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-1 {
    padding-top: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-1 {
    padding-top: 8.5px;
  }
}
.pt-2 {
  padding-top: 16px;
}
@media screen and (min-width: 320px) {
  .pt-2 {
    padding-top: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-2 {
    padding-top: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-2 {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-2 {
    padding-top: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-2 {
    padding-top: 17px;
  }
}
.pt-3 {
  padding-top: 32px;
}
@media screen and (min-width: 320px) {
  .pt-3 {
    padding-top: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-3 {
    padding-top: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-3 {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-3 {
    padding-top: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-3 {
    padding-top: 34px;
  }
}
.pt-4 {
  padding-top: 48px;
}
@media screen and (min-width: 320px) {
  .pt-4 {
    padding-top: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-4 {
    padding-top: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-4 {
    padding-top: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-4 {
    padding-top: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-4 {
    padding-top: 51px;
  }
}
.pt-5 {
  padding-top: 64px;
}
@media screen and (min-width: 320px) {
  .pt-5 {
    padding-top: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-5 {
    padding-top: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-5 {
    padding-top: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-5 {
    padding-top: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-5 {
    padding-top: 68px;
  }
}
.pt-6 {
  padding-top: 96px;
}
@media screen and (min-width: 320px) {
  .pt-6 {
    padding-top: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-6 {
    padding-top: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-6 {
    padding-top: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-6 {
    padding-top: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-6 {
    padding-top: 102px;
  }
}
.pt-7 {
  padding-top: 128px;
}
@media screen and (min-width: 320px) {
  .pt-7 {
    padding-top: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-7 {
    padding-top: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-7 {
    padding-top: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-7 {
    padding-top: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-7 {
    padding-top: 136px;
  }
}
.pt-8 {
  padding-top: 160px;
}
@media screen and (min-width: 320px) {
  .pt-8 {
    padding-top: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-8 {
    padding-top: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-8 {
    padding-top: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-8 {
    padding-top: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-8 {
    padding-top: 170px;
  }
}
.pt-9 {
  padding-top: 192px;
}
@media screen and (min-width: 320px) {
  .pt-9 {
    padding-top: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-9 {
    padding-top: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-9 {
    padding-top: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-9 {
    padding-top: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-9 {
    padding-top: 204px;
  }
}
.pb-0 {
  padding-bottom: 4px;
}
@media screen and (min-width: 320px) {
  .pb-0 {
    padding-bottom: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-0 {
    padding-bottom: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-0 {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-0 {
    padding-bottom: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-0 {
    padding-bottom: 4.25px;
  }
}
.pb-1 {
  padding-bottom: 8px;
}
@media screen and (min-width: 320px) {
  .pb-1 {
    padding-bottom: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-1 {
    padding-bottom: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-1 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-1 {
    padding-bottom: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-1 {
    padding-bottom: 8.5px;
  }
}
.pb-2 {
  padding-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .pb-2 {
    padding-bottom: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-2 {
    padding-bottom: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-2 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-2 {
    padding-bottom: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-2 {
    padding-bottom: 17px;
  }
}
.pb-3 {
  padding-bottom: 32px;
}
@media screen and (min-width: 320px) {
  .pb-3 {
    padding-bottom: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-3 {
    padding-bottom: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-3 {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-3 {
    padding-bottom: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-3 {
    padding-bottom: 34px;
  }
}
.pb-4 {
  padding-bottom: 48px;
}
@media screen and (min-width: 320px) {
  .pb-4 {
    padding-bottom: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-4 {
    padding-bottom: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-4 {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-4 {
    padding-bottom: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-4 {
    padding-bottom: 51px;
  }
}
.pb-5 {
  padding-bottom: 64px;
}
@media screen and (min-width: 320px) {
  .pb-5 {
    padding-bottom: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-5 {
    padding-bottom: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-5 {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-5 {
    padding-bottom: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-5 {
    padding-bottom: 68px;
  }
}
.pb-6 {
  padding-bottom: 96px;
}
@media screen and (min-width: 320px) {
  .pb-6 {
    padding-bottom: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-6 {
    padding-bottom: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-6 {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-6 {
    padding-bottom: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-6 {
    padding-bottom: 102px;
  }
}
.pb-7 {
  padding-bottom: 128px;
}
@media screen and (min-width: 320px) {
  .pb-7 {
    padding-bottom: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-7 {
    padding-bottom: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-7 {
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-7 {
    padding-bottom: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-7 {
    padding-bottom: 136px;
  }
}
.pb-8 {
  padding-bottom: 160px;
}
@media screen and (min-width: 320px) {
  .pb-8 {
    padding-bottom: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-8 {
    padding-bottom: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-8 {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-8 {
    padding-bottom: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-8 {
    padding-bottom: 170px;
  }
}
.pb-9 {
  padding-bottom: 192px;
}
@media screen and (min-width: 320px) {
  .pb-9 {
    padding-bottom: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-9 {
    padding-bottom: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-9 {
    padding-bottom: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-9 {
    padding-bottom: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-9 {
    padding-bottom: 204px;
  }
}
.pr-0 {
  padding-right: 4px;
}
@media screen and (min-width: 320px) {
  .pr-0 {
    padding-right: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-0 {
    padding-right: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-0 {
    padding-right: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-0 {
    padding-right: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-0 {
    padding-right: 4.25px;
  }
}
.pr-1 {
  padding-right: 8px;
}
@media screen and (min-width: 320px) {
  .pr-1 {
    padding-right: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-1 {
    padding-right: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-1 {
    padding-right: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-1 {
    padding-right: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-1 {
    padding-right: 8.5px;
  }
}
.pr-2 {
  padding-right: 16px;
}
@media screen and (min-width: 320px) {
  .pr-2 {
    padding-right: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-2 {
    padding-right: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-2 {
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-2 {
    padding-right: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-2 {
    padding-right: 17px;
  }
}
.pr-3 {
  padding-right: 32px;
}
@media screen and (min-width: 320px) {
  .pr-3 {
    padding-right: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-3 {
    padding-right: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-3 {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-3 {
    padding-right: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-3 {
    padding-right: 34px;
  }
}
.pr-4 {
  padding-right: 48px;
}
@media screen and (min-width: 320px) {
  .pr-4 {
    padding-right: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-4 {
    padding-right: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-4 {
    padding-right: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-4 {
    padding-right: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-4 {
    padding-right: 51px;
  }
}
.pr-5 {
  padding-right: 64px;
}
@media screen and (min-width: 320px) {
  .pr-5 {
    padding-right: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-5 {
    padding-right: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-5 {
    padding-right: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-5 {
    padding-right: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-5 {
    padding-right: 68px;
  }
}
.pr-6 {
  padding-right: 96px;
}
@media screen and (min-width: 320px) {
  .pr-6 {
    padding-right: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-6 {
    padding-right: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-6 {
    padding-right: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-6 {
    padding-right: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-6 {
    padding-right: 102px;
  }
}
.pr-7 {
  padding-right: 128px;
}
@media screen and (min-width: 320px) {
  .pr-7 {
    padding-right: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-7 {
    padding-right: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-7 {
    padding-right: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-7 {
    padding-right: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-7 {
    padding-right: 136px;
  }
}
.pr-8 {
  padding-right: 160px;
}
@media screen and (min-width: 320px) {
  .pr-8 {
    padding-right: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-8 {
    padding-right: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-8 {
    padding-right: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-8 {
    padding-right: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-8 {
    padding-right: 170px;
  }
}
.pr-9 {
  padding-right: 192px;
}
@media screen and (min-width: 320px) {
  .pr-9 {
    padding-right: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-9 {
    padding-right: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-9 {
    padding-right: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-9 {
    padding-right: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-9 {
    padding-right: 204px;
  }
}
/* ==========================================================================
   ALL GENERIC FILES
   ========================================================================== */
/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  border: 0;
  min-width: 0; /* [1] */
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

/* ==========================================================================
   FONT FACE
   ========================================================================== */
@font-face {
  font-family: "Akkurat Std";
  src: url("../fonts/AkkuratStd-Regular.woff2") format("woff2"), url("../fonts/AkkuratStd-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat Std";
  src: url("../fonts/AkkuratStd-Light.woff2") format("woff2"), url("../fonts/AkkuratStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat Std";
  src: url("../fonts/AkkuratStd-Bold.woff2") format("woff2"), url("../fonts/AkkuratStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
*:focus {
  outline: none;
}

address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 1rem;
}

/**
 * Consistent indentation for lists.
 */
dd,
ol,
ul {
  margin-left: 1rem;
}

/**
 * Same font weight for bold elements
 */
h1,
h2,
h3,
h4,
h5,
h6,
dt,
.c-nav__item--main {
  font-weight: 500;
}

.c-article__content > p,
.c-article__content > ul .c-quote {
  margin: 0;
}
.c-article__content > p:not(:last-child),
.c-article__content > ul .c-quote:not(:last-child) {
  margin-bottom: 2rem;
}

.c-article__content > h2,
.c-article__content > h3,
.c-article__content > h4 {
  margin: 0;
}
.c-article__content > h2:not(:last-child),
.c-article__content > h3:not(:last-child),
.c-article__content > h4:not(:last-child) {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}
.c-article__content > h2.c-metabox__headline,
.c-article__content > h3.c-metabox__headline,
.c-article__content > h4.c-metabox__headline {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-family: "Cambria", georgia, serif;
}

body,
html {
  height: 100%;
}

/* ==========================================================================
   ALL ELEMENTS
   ========================================================================== */
/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project.
 * 2. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 1rem; /* [1] */ /* 16px */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%; /* [2] */
  line-height: 1.5; /* [1] */
  text-rendering: optimizeLegibility;
  width: 100%;
}

/* ==========================================================================
   BODY
   ========================================================================== */
body {
  font-family: "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
  min-height: 100%;
  overflow-x: hidden;
}

#content {
  overflow-x: hidden;
  max-width: 100vw;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  word-wrap: break-word;
}

h1,
.h1,
.c-block__headline {
  font-size: 27.648px;
  margin-top: calc(1.25rem - 2rem + 1.25rem);
}
@media screen and (min-width: 320px) {
  h1,
  .h1,
  .c-block__headline {
    font-size: calc(27.648px + 13.824 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  h1,
  .h1,
  .c-block__headline {
    font-size: 41.472px;
  }
}

h2,
.h2,
.c-author__title {
  font-size: 19.2px;
  margin-top: calc(1.25rem - 1.75rem + 1.25rem);
}
@media screen and (min-width: 320px) {
  h2,
  .h2,
  .c-author__title {
    font-size: calc(19.2px + 9.6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  h2,
  .h2,
  .c-author__title {
    font-size: 28.8px;
  }
}
.c-article__abstract h2,
.c-article__abstract .h2,
.c-article__abstract .c-author__title {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .c-article__abstract h2,
  .c-article__abstract .h2,
  .c-article__abstract .c-author__title {
    font-size: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-article__abstract h2,
  .c-article__abstract .h2,
  .c-article__abstract .c-author__title {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 16px;
  margin-top: calc(1.25rem - 1.5rem + 1.25rem);
}
@media screen and (min-width: 320px) {
  h3,
  .h3 {
    font-size: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: 13.3333333333px;
  margin-top: calc(1.25rem - 1.25rem + 1.25rem);
}
@media screen and (min-width: 320px) {
  h4,
  .h4 {
    font-size: calc(13.3333333333px + 6.6666666667 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 11.1111111111px;
  margin-top: calc(1.25rem - 1.125rem + 1.25rem);
}
@media screen and (min-width: 320px) {
  h5,
  .h5 {
    font-size: calc(11.1111111111px + 5.5555555556 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  h5,
  .h5 {
    font-size: 16.6666666667px;
  }
}

h6,
.h6 {
  font-size: 9.2592592593px;
  margin-top: calc(1.25rem - 1rem + 1.25rem);
}
@media screen and (min-width: 320px) {
  h6,
  .h6 {
    font-size: calc(9.2592592593px + 4.6296296296 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  h6,
  .h6 {
    font-size: 13.8888888889px;
  }
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  color: #00556f;
  position: relative;
  text-decoration: none;
}
a:hover {
  color: #000;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
small {
  font-size: 0.75em;
}

a:hover u {
  text-decoration: none;
}

/* ==========================================================================
   TABLE
   ========================================================================== */
table {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid #f2f2f2;
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (min-width: 320px) {
  table {
    margin-top: calc(24px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  table {
    margin-top: 48px;
  }
}
@media screen and (min-width: 320px) {
  table {
    margin-bottom: calc(24px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  table {
    margin-bottom: 48px;
  }
}
.c-article__content .wp-block-table table {
  width: initial;
}

.is-style-regular thead {
  border-bottom: 3px solid hsl(0, 0%, 35%);
}

th, td {
  padding: 8px;
  text-align: left;
}
@media screen and (min-width: 320px) {
  th, td {
    padding: calc(8px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  th, td {
    padding: 12px;
  }
}
.is-style-regular th, .is-style-regular td {
  border: 1px solid hsl(0, 0%, 35%);
}

td {
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (min-width: 320px) {
  td {
    padding-top: calc(4px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  td {
    padding-top: 6px;
  }
}
@media screen and (min-width: 320px) {
  td {
    padding-bottom: calc(4px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  td {
    padding-bottom: 6px;
  }
}

/* ==========================================================================
   FIGURE
   ========================================================================== */
figure.c-slider__image {
  margin-bottom: 0;
}

/* ==========================================================================
   ALL OBJECTS
   ========================================================================== */
/* ==========================================================================
   WRAPPER
   ========================================================================== */
.o-wrapper {
  padding: 0 1rem;
}

.o-wrapper--hidden-overflow-x {
  overflow-x: hidden;
}

.o-wrapper__full-height {
  height: 100%;
}

/* ==========================================================================
   #LAYOUT
   [1] Since we did not get a Design for Tablet, we override bulma's layout logic
   ========================================================================== */
/* Simple flexbox layout system */
.o-cols.is-marginless {
  margin: 0;
}
.o-cols.is-bottom {
  align-items: flex-end;
}
.o-wrapper__full-height .o-cols {
  height: 100%;
}
.o-cols.is-multiline {
  flex-wrap: wrap;
}
.o-cols.is-spaced {
  justify-content: space-around;
}
.o-cols.is-centered-y {
  align-items: center;
}

.o-cols--variant {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .o-cols--variant {
    flex-direction: row;
  }
  .c-supporter:nth-of-type(even) .o-cols--variant {
    flex-direction: row-reverse;
  }
}

.o-col.is-first {
  order: -1;
}
.is-paddingless .o-col {
  padding: 0;
}

.o-container {
  display: block;
}
@media (min-width: 1800px) {
  .o-container {
    max-width: 1680px;
  }
}

/* ==========================================================================
   ALL COMPONENTS
   ========================================================================== */
/* ==========================================================================
   CUSTOM LINKS
   ========================================================================== */
.c-link {
  position: relative;
}

.c-link--light {
  color: #fff;
}

.c-link--cta {
  align-items: center;
  display: flex;
  font-weight: bold;
  line-height: 1.5;
}
.c-link--cta svg {
  transition: transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  display: block;
  fill: currentColor;
  height: 1rem;
  transform: translateY(0.125rem);
  width: 2rem;
}
.c-link--cta:hover {
  color: #75b94e;
}
.c-link--cta:hover svg {
  transform: translate(0.375em, 0.125rem);
}

.c-link--download svg {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  transform: none;
}
.c-link--download:hover svg {
  transform: none;
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
.c-btn, .facetwp-load-more {
  display: inline-block; /* [1] */
  vertical-align: middle; /* [2] */
  font: inherit; /* [3] */
  font-weight: 700;
  text-align: center; /* [4] */
  margin: 0; /* [4] */
  cursor: pointer; /* [5] */
  padding: 0.5rem 1rem;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
}

/* Style variants
   ========================================================================== */
.c-btn--primary, .facetwp-load-more {
  border: 4px solid #00556f;
  background-color: #00556f;
}
.c-btn--primary, .facetwp-load-more, .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
  text-decoration: none; /* [4] */
  color: #fff;
}
.c-btn--primary:hover, .facetwp-load-more:hover, .c-btn--primary:focus, .facetwp-load-more:focus {
  background-color: transparent;
  color: #000;
}

.c-btn--dropdown {
  transition: transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: absolute;
  top: 0.375rem;
  right: 0;
  padding: 0 0.575rem;
  color: currentColor;
}
.c-btn--dropdown svg {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}
.c-btn--dropdown.is-active, .c-nav__item:hover .c-btn--dropdown {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .c-btn--dropdown {
    position: relative;
    top: initial;
  }
  .c-btn--dropdown svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.c-btn--inline {
  display: inline-flex;
}

.c-btn--no-style {
  padding: 0;
}

.c-btn--invert {
  border: 4px solid #00556f;
}
.c-btn--invert, .c-btn--invert:hover, .c-btn--invert:active, .c-btn--invert:focus {
  text-decoration: none;
}
.c-btn--invert:hover, .c-btn--invert:focus, a:hover .c-btn--invert {
  color: #fff;
  background-color: #00556f;
}

.c-btn--is-icon {
  padding: 0.5rem;
  display: block;
}
.c-btn--is-icon > svg {
  fill: currentColor;
  display: block;
  height: 100%;
  width: 100%;
}

.c-btn--has-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-btn--has-icon.c-btn, .c-btn--has-icon.facetwp-load-more {
  padding: 0 1.5rem;
}
.c-btn--has-icon svg {
  display: block;
  width: 3rem;
  height: 3rem;
  fill: currentColor;
  margin-right: 0.25rem;
}
.c-btn--has-icon:hover {
  color: #00556f;
  background-color: #fff;
}

.c-btn--has-icon-arrow:hover svg {
  transform: translateX(0.25rem);
}

.c-btn--fixed {
  position: sticky;
  top: 0;
  z-index: 1;
}

.c-btn--is-absolute {
  position: absolute;
}

.c-btn--close {
  position: fixed;
  z-index: 1;
  right: 1rem;
  top: 1rem;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: currentcolor;
}
@media (min-width: 1024px) {
  .c-filter .c-btn--close {
    display: none;
  }
}

.c-btn--close-invert {
  color: #00556f;
}

.c-btn--center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.c-btn--transparent {
  border: 4px solid #fff;
}

.c-btn--filter {
  background-color: #00556f;
  color: #fff;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
}
.c-hero--has-archive .c-btn--filter {
  border: 2px solid #fff;
}
@media (min-width: 1024px) {
  .c-btn--filter {
    display: none;
  }
}

.c-btn--light {
  color: #fff;
}
.c-btn--light:hover {
  color: #75b94e;
}

.c-btn--white {
  background-color: #fff;
  color: #00556f;
}

.c-btn--full {
  width: 100%;
}

.c-btn--green,
.c-btn.c-btn--cookies,
.c-btn--cookies.facetwp-load-more {
  background-color: #75b94e;
  border: 4px solid #75b94e;
  color: #fff;
}
.c-btn--green:hover,
.c-btn.c-btn--cookies:hover,
.c-btn--cookies.facetwp-load-more:hover {
  background-color: transparent;
  color: #75b94e;
}

.c-btn.c-btn--cookies, .c-btn--cookies.facetwp-load-more {
  border-radius: 0;
}

/* Size variants
   ========================================================================== */
.c-btn--small {
  padding: 0.25rem 0.5rem;
}

.c-btn--large, .facetwp-load-more {
  padding: 0.75rem 1.5rem;
}

.c-btn__counter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal 700 10px/10px "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
  width: 0.75rem;
  height: 0.75rem;
  color: #fff;
  top: -2px;
  right: -2px;
  background-color: #75b94e;
  border-radius: 50%;
}

/* ==========================================================================
   IMAGE
   ========================================================================== */
img {
  height: auto;
}
@media (min-width: 1024px) {
  .c-metabox__text img.alignright {
    float: right;
    margin: 0 0 0 0.5rem;
  }
  .c-metabox__text img.alignleft {
    float: left;
    margin: 0 0.5rem 0 0;
  }
  .c-metabox__text img.aligncenter {
    display: block;
    margin: 0 auto 0.5rem;
  }
}

.c-img {
  position: relative;
}

.c-img--full-height {
  height: 100%;
}

.c-img--caption-outside {
  overflow: initial;
}

.c-img__wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.c-img__placeholder,
.c-img__full {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat 50% 50%/cover;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: inherit;
}

.c-img__full {
  opacity: 0;
}
.c-img__full.is-loaded {
  opacity: 1;
}

.c-img__placeholder {
  opacity: 1;
  filter: blur(1vw);
}
.is-loaded + .c-img__placeholder {
  opacity: 0;
}

.c-img__caption {
  z-index: initial;
}
.c-article__featured-image .c-img__caption {
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .c-article__featured-image .c-img__caption {
    padding: initial;
  }
}

.c-img__caption--outside {
  position: relative;
  bottom: initial;
  right: 0;
  margin-top: 0.5rem;
  padding: 0;
  text-align: right;
  color: #333;
}
.c-img__caption--outside::before {
  display: none;
}

.c-article .wp-block-image {
  margin: 0 0 1rem 0;
}
.c-article .wp-block-image figcaption {
  font-size: 0.85rem;
  text-align: center;
  font-style: italic;
}
@media (min-width: 1024px) {
  .c-article .wp-block-image {
    margin-bottom: 2rem;
  }
}

/* ==========================================================================
   SHARE
   ========================================================================== */
.c-share {
  margin: 0 0 3rem;
  z-index: 4;
}
.c-share.fixed {
  position: sticky;
  top: var(--header-height);
  z-index: 10;
}
@media (min-width: 1024px) {
  .c-share {
    margin-bottom: 0;
    z-index: 3;
  }
}

.c-share__inner {
  background-color: #CCD9DE;
  display: flex;
  padding: 0.5rem 1rem;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-share__inner {
    padding: 0.75rem 2rem;
  }
}

.c-share__title {
  transition: transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  align-self: center;
  transform: translateY(calc(-100% - 1rem));
  color: #00556f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fixed .c-share__title {
  transform: translateY(0);
}

.c-share__controls {
  display: flex;
}

.c-share__icon {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.c-share__group .c-share__icon {
  padding: 0.5rem;
}
.c-share__icon.is-active {
  background-color: #004156;
}
.c-share__icon.is-active svg,
.c-share__icon.is-active .c-share__text {
  position: relative;
  z-index: 1;
}
.c-share__icon.is-active::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -0.5rem;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  background-color: #004156;
}
.c-share__icon > svg {
  transition: fill 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  width: 100%;
  height: 100%;
  fill: #fff;
}
.c-share__icon:hover > svg {
  fill: #75b94e;
}

.c-share__group {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  display: none;
  padding: 0 0.25rem;
  background-color: #004156;
  margin: -0.5rem 0;
}
.c-share__group.is-active {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-share__group {
    top: 100%;
    left: 0;
    margin: -0.75rem 0;
  }
}

.c-share__group--download {
  position: absolute;
  padding: 1rem;
  top: 100%;
  left: initial;
  width: 100%;
  right: 0;
  z-index: 1;
  display: none;
  flex-direction: column;
  margin: 0;
}
.c-share__group--download.is-active {
  display: flex;
  align-items: flex-start;
  margin: 0;
}

.c-share__text {
  display: none;
  word-break: keep-all;
  white-space: nowrap;
  min-width: 8rem;
  font: normal 1rem "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
  text-transform: initial;
  position: absolute;
  background-color: #fff;
  border-radius: 0.125rem;
  padding: 0.5rem 0.75rem;
  top: 100%;
  left: 50%;
  box-shadow: 0 0 0.5rem -0.375rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0.25rem);
  text-align: left;
  z-index: 2;
}
.c-share__icon:hover .c-share__text {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .c-share__text {
    display: flex;
    align-items: center;
  }
}

.c-share__clipboard-indicator {
  display: none;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
}
.is-copied .c-share__clipboard-indicator {
  display: block;
}

.c-share__download-link {
  color: #fff;
}
.c-share__download-link span {
  white-space: nowrap;
}

/* ==========================================================================
   TEXT
   ========================================================================== */
.c-txt--center {
  text-align: center;
}

.c-txt--upper {
  text-transform: uppercase;
}

.c-txt--lead {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .c-txt--lead {
    font-size: calc(18px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-txt--lead {
    font-size: 20px;
  }
}

.c-txt--mark {
  box-shadow: -0.25rem 0 var(--color-primary-25), 0.25rem 0 0 var(--color-primary-25);
  padding: 0.25rem 0;
  background-color: var(--color-primary-25);
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.c-header {
  padding-top: 8px;
  padding-bottom: 24px;
  transition: background-color 0.15s cubic-bezier(0.7, 0.6, 0.1, 0.8), padding 0.3s 0.15s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  background-color: #fff;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 320px) {
  .c-header {
    padding-top: calc(8px + 40 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-header {
    padding-top: 48px;
  }
}
@media screen and (min-width: 320px) {
  .c-header {
    padding-bottom: calc(24px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-header {
    padding-bottom: 48px;
  }
}
.c-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.25rem;
  background-image: linear-gradient(to right, #00556f, #75b94e);
}
.c-header.is-light {
  background-color: transparent;
}
.c-header.is-light::after {
  display: none;
}
.c-header.is-scrolled {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
}
@media screen and (min-width: 320px) {
  .c-header.is-scrolled {
    padding-top: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-header.is-scrolled {
    padding-top: 24px;
  }
}
@media screen and (min-width: 320px) {
  .c-header.is-scrolled {
    padding-bottom: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-header.is-scrolled {
    padding-bottom: 24px;
  }
}

.single-post {
  --max_width: 1344px;
  --padding-left: calc(var(--max_width) * 0.25);
  --padding-right: 40px;
  /* Kapital-Letter am Anfang */
}
.single-post .post_content {
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
}
.single-post .c-article__excerpt::first-letter {
  float: left;
  font-size: 5em;
  line-height: 0.8em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  font-weight: bold;
}
.single-post .ctafull {
  display: flex;
  margin: 3rem 0;
  margin-left: calc(var(--padding-left) * -1);
  margin-right: calc(var(--padding-right) * -1);
}
.single-post .ctafull .content {
  flex: 0 0 50%;
  padding: 7rem 20px;
  background: #00556f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .ctafull .content .inner {
  max-width: 480px;
}
.single-post .ctafull .content .inner a.c-btn, .single-post .ctafull .content .inner a.facetwp-load-more {
  margin-top: 1.5rem;
}
.single-post .ctafull figure {
  flex: 1;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(135deg, var(--color-secondary-75) 0%, var(--color-primary-75) 55%);
}
.single-post .ctafull figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .post_content_bottom {
  margin-top: 2rem;
}
.single-post .post_content_bottom aside.c-article__aside {
  background: #CCD9DE;
  color: #00556f;
  margin: 3rem 0;
  margin-left: calc(var(--padding-left) * -1);
  margin-right: calc(var(--padding-right) * -1);
}
.single-post .post_content_bottom aside.c-article__aside a {
  color: #00556f;
  text-decoration: underline;
}
.single-post .post_content_bottom aside.c-article__aside a:hover {
  text-decoration: none;
}
.single-post .post_content_bottom .c-article__aside--buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.single-post .post_content_bottom .c-article__aside--buttons a {
  margin: 0;
}

@media (max-width: 1020px) {
  .single-post {
    --padding-left: 0px;
    --padding-right: 0px;
  }
}
@media (max-width: 630px) {
  .single-post .ctafull {
    flex-direction: column;
    margin-left: calc(var(--padding-left) * -1 - 1rem);
    margin-right: calc(var(--padding-right) * -1 - 1rem);
  }
  .single-post .ctafull .content {
    order: 2;
    padding: 40px 20px;
  }
  .single-post .ctafull figure {
    order: 1;
    min-height: 32vh;
  }
}
/*   NAV
   ========================================================================== */
.c-nav {
  background-color: transparent;
  min-height: initial;
}

.c-nav__brand {
  position: relative;
  z-index: 1;
  min-height: initial;
}

.c-nav__burger span {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  height: 2px;
}
@media (min-width: 1024px) {
  .c-nav__burger {
    display: none;
  }
}
.c-header.is-light .c-nav__burger {
  color: #fff;
}
.c-header.is-scrolled .c-nav__burger, .c-header.is-active .c-nav__burger {
  color: #000;
}

@media (max-width: 1023.98px) {
  .c-nav__end {
    display: flex;
    flex-flow: column wrap;
    height: 100%;
  }
}

.c-nav__menu {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  display: block;
  padding: 5rem 1rem;
  box-shadow: none;
}
.c-nav__menu.is-active {
  visibility: visible;
}
@media (min-width: 1024px) {
  .c-nav__menu {
    position: relative;
    visibility: visible;
    height: initial;
    width: initial;
    padding: 0;
    display: flex;
  }
}

.c-nav__list {
  margin: 0;
}

.c-nav__list--main {
  transition: all 150ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
  opacity: 0;
  transform: scale(1.125);
  list-style: none;
  width: 100%;
}
.c-nav__menu.is-active .c-nav__list--main {
  transform: scale(1);
  opacity: 1;
}
@media (min-width: 1024px) {
  .c-nav__list--main {
    display: flex;
    align-items: center;
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 1024px) {
  .c-nav__list--footer {
    margin-left: auto;
    display: flex;
  }
}

/* Nav items
   ========================================================================== */
.c-nav__item {
  position: relative;
  font-weight: 700;
  padding: 0;
  line-height: 1;
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .c-nav__item {
    font-size: calc(20px + -3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-nav__item {
    font-size: 17px;
  }
}
.c-header.is-light .c-nav__item {
  color: #fff;
}
.c-header.is-scrolled .c-nav__item, .c-header.is-active .c-nav__item {
  color: #000;
}

.c-nav__item--main {
  border-bottom: 1px solid #000;
  padding: 1rem 0 0.75rem;
  margin: 0;
}
.c-nav__item--main.menu-item-has-children {
  position: relative;
}
@media (min-width: 1024px) {
  .c-nav__item--main {
    border-bottom: 0;
  }
  .c-nav__item--main + .c-nav__item {
    margin-left: 1.5rem;
  }
  .c-nav__item--main.c-nav__item {
    padding: 0;
  }
}

.c-nav__item--footer {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .c-nav__item--footer {
    font-size: calc(16px + -2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-nav__item--footer {
    font-size: 14px;
  }
}
.c-nav__item--footer + .c-nav__item {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .c-nav__item--footer + .c-nav__item {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.c-nav__item--logo {
  padding: 0;
}

.c-nav__subitem {
  margin: 0;
}
.c-nav__subitem:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 1023.98px) {
  .c-nav__subitem {
    transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
    opacity: 0;
    transform: translateX(-1rem);
  }
  .c-nav__dropdown.is-active .c-nav__subitem, .c-nav__item:hover .c-nav__subitem {
    opacity: 1;
    transform: translateX(0);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(0), .c-nav__item:hover .c-nav__subitem:nth-child(0) {
    transition-delay: calc(0.1s * 0);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(1), .c-nav__item:hover .c-nav__subitem:nth-child(1) {
    transition-delay: calc(0.1s * 1);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(2), .c-nav__item:hover .c-nav__subitem:nth-child(2) {
    transition-delay: calc(0.1s * 2);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(3), .c-nav__item:hover .c-nav__subitem:nth-child(3) {
    transition-delay: calc(0.1s * 3);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(4), .c-nav__item:hover .c-nav__subitem:nth-child(4) {
    transition-delay: calc(0.1s * 4);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(5), .c-nav__item:hover .c-nav__subitem:nth-child(5) {
    transition-delay: calc(0.1s * 5);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(6), .c-nav__item:hover .c-nav__subitem:nth-child(6) {
    transition-delay: calc(0.1s * 6);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(7), .c-nav__item:hover .c-nav__subitem:nth-child(7) {
    transition-delay: calc(0.1s * 7);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(8), .c-nav__item:hover .c-nav__subitem:nth-child(8) {
    transition-delay: calc(0.1s * 8);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(9), .c-nav__item:hover .c-nav__subitem:nth-child(9) {
    transition-delay: calc(0.1s * 9);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(10), .c-nav__item:hover .c-nav__subitem:nth-child(10) {
    transition-delay: calc(0.1s * 10);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(11), .c-nav__item:hover .c-nav__subitem:nth-child(11) {
    transition-delay: calc(0.1s * 11);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(12), .c-nav__item:hover .c-nav__subitem:nth-child(12) {
    transition-delay: calc(0.1s * 12);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(13), .c-nav__item:hover .c-nav__subitem:nth-child(13) {
    transition-delay: calc(0.1s * 13);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(14), .c-nav__item:hover .c-nav__subitem:nth-child(14) {
    transition-delay: calc(0.1s * 14);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(15), .c-nav__item:hover .c-nav__subitem:nth-child(15) {
    transition-delay: calc(0.1s * 15);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(16), .c-nav__item:hover .c-nav__subitem:nth-child(16) {
    transition-delay: calc(0.1s * 16);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(17), .c-nav__item:hover .c-nav__subitem:nth-child(17) {
    transition-delay: calc(0.1s * 17);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(18), .c-nav__item:hover .c-nav__subitem:nth-child(18) {
    transition-delay: calc(0.1s * 18);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(19), .c-nav__item:hover .c-nav__subitem:nth-child(19) {
    transition-delay: calc(0.1s * 19);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(20), .c-nav__item:hover .c-nav__subitem:nth-child(20) {
    transition-delay: calc(0.1s * 20);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(21), .c-nav__item:hover .c-nav__subitem:nth-child(21) {
    transition-delay: calc(0.1s * 21);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(22), .c-nav__item:hover .c-nav__subitem:nth-child(22) {
    transition-delay: calc(0.1s * 22);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(23), .c-nav__item:hover .c-nav__subitem:nth-child(23) {
    transition-delay: calc(0.1s * 23);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(24), .c-nav__item:hover .c-nav__subitem:nth-child(24) {
    transition-delay: calc(0.1s * 24);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(25), .c-nav__item:hover .c-nav__subitem:nth-child(25) {
    transition-delay: calc(0.1s * 25);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(26), .c-nav__item:hover .c-nav__subitem:nth-child(26) {
    transition-delay: calc(0.1s * 26);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(27), .c-nav__item:hover .c-nav__subitem:nth-child(27) {
    transition-delay: calc(0.1s * 27);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(28), .c-nav__item:hover .c-nav__subitem:nth-child(28) {
    transition-delay: calc(0.1s * 28);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(29), .c-nav__item:hover .c-nav__subitem:nth-child(29) {
    transition-delay: calc(0.1s * 29);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(30), .c-nav__item:hover .c-nav__subitem:nth-child(30) {
    transition-delay: calc(0.1s * 30);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(31), .c-nav__item:hover .c-nav__subitem:nth-child(31) {
    transition-delay: calc(0.1s * 31);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(32), .c-nav__item:hover .c-nav__subitem:nth-child(32) {
    transition-delay: calc(0.1s * 32);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(33), .c-nav__item:hover .c-nav__subitem:nth-child(33) {
    transition-delay: calc(0.1s * 33);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(34), .c-nav__item:hover .c-nav__subitem:nth-child(34) {
    transition-delay: calc(0.1s * 34);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(35), .c-nav__item:hover .c-nav__subitem:nth-child(35) {
    transition-delay: calc(0.1s * 35);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(36), .c-nav__item:hover .c-nav__subitem:nth-child(36) {
    transition-delay: calc(0.1s * 36);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(37), .c-nav__item:hover .c-nav__subitem:nth-child(37) {
    transition-delay: calc(0.1s * 37);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(38), .c-nav__item:hover .c-nav__subitem:nth-child(38) {
    transition-delay: calc(0.1s * 38);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(39), .c-nav__item:hover .c-nav__subitem:nth-child(39) {
    transition-delay: calc(0.1s * 39);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(40), .c-nav__item:hover .c-nav__subitem:nth-child(40) {
    transition-delay: calc(0.1s * 40);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(41), .c-nav__item:hover .c-nav__subitem:nth-child(41) {
    transition-delay: calc(0.1s * 41);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(42), .c-nav__item:hover .c-nav__subitem:nth-child(42) {
    transition-delay: calc(0.1s * 42);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(43), .c-nav__item:hover .c-nav__subitem:nth-child(43) {
    transition-delay: calc(0.1s * 43);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(44), .c-nav__item:hover .c-nav__subitem:nth-child(44) {
    transition-delay: calc(0.1s * 44);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(45), .c-nav__item:hover .c-nav__subitem:nth-child(45) {
    transition-delay: calc(0.1s * 45);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(46), .c-nav__item:hover .c-nav__subitem:nth-child(46) {
    transition-delay: calc(0.1s * 46);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(47), .c-nav__item:hover .c-nav__subitem:nth-child(47) {
    transition-delay: calc(0.1s * 47);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(48), .c-nav__item:hover .c-nav__subitem:nth-child(48) {
    transition-delay: calc(0.1s * 48);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(49), .c-nav__item:hover .c-nav__subitem:nth-child(49) {
    transition-delay: calc(0.1s * 49);
  }
  .c-nav__dropdown.is-active .c-nav__subitem:nth-child(50), .c-nav__item:hover .c-nav__subitem:nth-child(50) {
    transition-delay: calc(0.1s * 50);
  }
}
@media (min-width: 1024px) {
  .c-nav__subitem {
    width: 40ch;
  }
}

/* Nav links
   ========================================================================== */
.c-nav__link {
  color: #000;
}
.is-light .c-nav__link {
  color: #fff;
}
.c-nav__item--footer .c-nav__link:hover {
  color: #00556f;
}

.c-header.is-scrolled .c-nav__link, .c-header.is-active .c-nav__link,
.c-header.is-scrolled .c-nav__sublink,
.c-header.is-active .c-nav__sublink {
  color: #000;
}
.current-menu-item > .c-nav__link, .current-menu-ancestor > .c-nav__link, .c-nav__link:hover,
.current-menu-item > .c-nav__sublink,
.current-menu-ancestor > .c-nav__sublink,
.c-nav__sublink:hover {
  color: #75b94e;
}

.c-nav__sublink {
  color: #000;
}

/* Nav Dropdown
   ========================================================================== */
@media (min-width: 1024px) {
  .c-nav__Dropdown-trigger {
    display: none;
  }
}

.c-nav__dropdown {
  font-size: 16px;
  width: 100%;
  margin: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
}
@media screen and (min-width: 320px) {
  .c-nav__dropdown {
    font-size: calc(16px + -6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-nav__dropdown {
    font-size: 10px;
  }
}
.c-nav__dropdown.is-active, .c-nav__item:hover .c-nav__dropdown {
  max-height: 100vh;
  padding: 1rem;
}
.c-nav__dropdown.has_searchbox {
  padding-top: 0 !important;
  overflow-y: scroll !important;
  scrollbar-color: var(--color-primary) #fff;
  scrollbar-width: thin;
}
.c-nav__dropdown.has_searchbox::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.c-nav__dropdown.has_searchbox::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}
.c-nav__dropdown.has_searchbox::-webkit-scrollbar-track {
  background: #fff;
}
.c-nav__dropdown .searchbox {
  position: sticky;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0 10px 0px;
  margin-bottom: 10px;
}
.c-nav__dropdown .searchbox input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #000;
  padding: 5px 10px;
  font-family: "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .c-nav__dropdown {
    transition-property: opacity, visibility, transform;
    will-change: visibility;
    transform: translateY(-1rem);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: auto;
    display: block;
    background-color: #fff;
    max-height: initial;
    padding: 1rem 1.5rem 1rem 1rem;
    top: 100%;
    right: 0;
    font-size: 0.75em;
  }
  .c-nav__dropdown.is-active, .c-nav__item:hover .c-nav__dropdown {
    transform: translateY(0);
    padding: 1rem 1.5rem 1rem 1rem;
    max-height: 20rem;
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
  }
  .c-nav__dropdown .searchbox {
    padding: 10px 0 10px 0px;
    width: 40ch;
  }
}

.c-nav__search {
  width: 1.5rem;
  height: 1.5rem;
  align-self: center;
  padding: 0;
}
.c-header.is-light .c-nav__search {
  color: #fff;
}
.c-header.is-scrolled .c-nav__search, .c-header.is-active .c-nav__search {
  color: #000;
}
@media (min-width: 1024px) {
  .c-nav__search {
    margin-right: 1.5rem;
  }
}

/* ==========================================================================
   LOGO
   [1] This is the Subtext "Impulse" which is regular text
   ========================================================================== */
.c-logo {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  font-weight: 700;
  overflow: hidden;
  flex-flow: row wrap;
  width: calc(100% - 2rem);
}
@media (min-width: 1024px) {
  .c-logo {
    width: initial;
    align-items: initial;
  }
}

.c-logo__text {
  transition: color 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #00556f;
}
.c-header.is-light .c-logo__text, .swiper-slide .c-logo__text {
  color: #fff;
}
.c-header.is-scrolled .c-logo__text, .c-header.is-active .c-logo__text {
  color: #00556f;
}
@media (min-width: 1024px) {
  .c-logo__text {
    display: flex;
    font-size: 1.25rem;
  }
  .home .c-logo__text {
    font-size: 1.5rem;
    line-height: 1.375;
  }
}

.c-logo__text-variant {
  transition: opacity 0.3s 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  text-transform: uppercase;
}
.c-header.is-scrolled .c-logo__text-variant, .c-header.is-active .c-logo__text-variant {
  opacity: 0;
}

.c-logo__graphic {
  transition: fill 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8), transform 0.3s 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  width: 4.5rem;
  height: 1.2rem;
  fill: #00556f;
  transform: translateY(-0.125rem);
}
.c-header.is-light .c-logo__graphic {
  fill: #fff;
}
.c-header.is-scrolled .c-logo__graphic, .c-header.is-active .c-logo__graphic {
  fill: #00556f;
}
.home .c-header.is-scrolled .c-logo__graphic, .home .c-header.is-active .c-logo__graphic {
  transform: translateX(calc(-100% - 1.375rem)) translateY(-0.125rem);
}
@media (min-width: 1024px) {
  .c-logo__graphic {
    width: 5.6rem;
    height: 1.35rem;
    margin-left: 0.5rem;
    transform: translateY(0.125rem);
  }
  .home .c-header.is-scrolled .c-logo__graphic, .home .c-header.is-active .c-logo__graphic {
    transform: translateX(calc(-100% - 1.375rem)) translateY(0.125rem);
  }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.c-hero {
  padding-top: 120px;
  position: relative;
}
@media screen and (min-width: 320px) {
  .c-hero {
    padding-top: calc(120px + 60 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-hero {
    padding-top: 180px;
  }
}

.c-hero--has-bg {
  padding-bottom: 96px;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #00556f;
  color: #fff;
}
@media screen and (min-width: 320px) {
  .c-hero--has-bg {
    padding-bottom: calc(96px + 64 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-hero--has-bg {
    padding-bottom: 160px;
  }
}

.c-hero--has-archive {
  margin-bottom: -112px;
  padding-bottom: 112px;
}
@media screen and (min-width: 320px) {
  .c-hero--has-archive {
    margin-bottom: calc(-112px + -68 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-hero--has-archive {
    margin-bottom: -180px;
  }
}
@media screen and (min-width: 320px) {
  .c-hero--has-archive {
    padding-bottom: calc(112px + 68 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-hero--has-archive {
    padding-bottom: 180px;
  }
}

.c-hero--has-single {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .c-hero--has-single {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) {
  .c-hero--has-single {
    padding-top: calc(160px + 80 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .c-hero--has-single {
    padding-top: 240px;
  }
}

.c-hero--full {
  position: relative;
  padding: 0;
  height: 100%;
}
@media screen and (min-height: 700px) {
  .home .c-hero--full {
    max-height: calc(var(--doc-height) / 3 * 2);
  }
}

.c-hero__title {
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .c-hero__title {
    margin-bottom: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-hero__title {
    margin-bottom: 24px;
  }
}

.c-hero__title--single {
  font-size: 24px;
  margin-bottom: 4rem;
  max-width: 48ch;
}
@media screen and (min-width: 320px) {
  .c-hero__title--single {
    font-size: calc(24px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-hero__title--single {
    font-size: 32px;
  }
}

.c-hero__intro {
  font-size: 20px;
  margin: 0;
}
@media screen and (min-width: 320px) {
  .c-hero__intro {
    font-size: calc(20px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-hero__intro {
    font-size: 24px;
  }
}

.c-hero__image-container {
  position: relative;
  z-index: -1;
}
.c-hero__image-container::before {
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-hero__image {
  position: relative;
  z-index: 0;
  filter: grayscale(1);
}
.c-hero__image .c-img__wrapper {
  height: calc(var(--doc-height) / 3 * 2);
}
@media screen and (min-height: 700px) {
  .c-hero__image .c-img__wrapper {
    max-height: calc(var(--doc-height) / 3 * 2);
  }
}
.c-hero__image .c-img__full,
.c-hero__image .c-img__placeholder {
  background-position: 50% 50%;
}
@media (min-width: 1024px) {
  .c-hero__image .c-img__wrapper {
    height: initial;
  }
}

.c-hero__authors {
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  .c-hero__authors {
    margin-top: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-hero__authors {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .c-hero__authors {
    display: flex;
    flex-flow: row wrap;
  }
}

.c-hero__scroll-btn {
  bottom: 16px;
  transition: transform, opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  opacity: 0;
  transform: translate(-50%, 1rem);
  width: 3rem;
  height: 3rem;
  position: absolute;
  display: block;
  left: 50%;
  z-index: 1;
  padding: 0;
}
@media screen and (min-width: 320px) {
  .c-hero__scroll-btn {
    bottom: calc(16px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-hero__scroll-btn {
    bottom: 40px;
  }
}
.c-hero__scroll-btn svg {
  fill: #fff;
}
.swiper-container-initialized .c-hero__scroll-btn {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translate(0, 0);
}

.c-hero__head {
  margin-top: calc(-1px * var(--hero-content-offset));
}

.c-hero__head-inner {
  background-color: #fff;
  box-shadow: 0 0 0.5rem -0.375rem;
  padding: 1rem;
}
.c-hero__head-inner .c-hero__meta {
  text-transform: uppercase;
  color: #00556f;
}
@media (min-width: 1024px) {
  .c-hero__head-inner {
    padding: 1.5rem 2rem;
  }
}

/* ==========================================================================
   ARTICLE
   ========================================================================== */
.c-article {
  -webkit-hyphens: unset;
          hyphens: unset;
}

.c-article__excerpt {
  padding-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .c-article__excerpt {
    padding-bottom: calc(40px + 40 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-article__excerpt {
    padding-bottom: 80px;
  }
}

.c-article__abstract {
  padding: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -16px;
  background-color: var(--color-primary-25);
}
@media screen and (min-width: 320px) {
  .c-article__abstract {
    padding: calc(20px + 20 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-article__abstract {
    padding: 40px;
  }
}
@media screen and (min-width: 320px) {
  .c-article__abstract {
    padding-bottom: calc(20px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-article__abstract {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 320px) {
  .c-article__abstract {
    margin-top: calc(20px + 20 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-article__abstract {
    margin-top: 40px;
  }
}
@media screen and (min-width: 320px) {
  .c-article__abstract {
    margin-bottom: calc(20px + 20 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-article__abstract {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 320px) {
  .c-article__abstract {
    margin-left: calc(-16px + -24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-article__abstract {
    margin-left: -40px;
  }
}

.c-article__aside {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  background-color: #00556f;
  color: #fff;
}
@media screen and (min-width: 320px) {
  .c-article__aside {
    padding-top: calc(40px + 16 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-article__aside {
    padding-top: 56px;
  }
}
@media screen and (min-width: 320px) {
  .c-article__aside {
    padding-left: calc(20px + 20 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-article__aside {
    padding-left: 40px;
  }
}
@media screen and (min-width: 320px) {
  .c-article__aside {
    padding-right: calc(20px + 20 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-article__aside {
    padding-right: 40px;
  }
}
@media screen and (min-width: 320px) {
  .c-article__aside {
    padding-bottom: calc(20px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-article__aside {
    padding-bottom: 32px;
  }
}
.c-article__aside + .c-article__aside {
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  .c-article__aside + .c-article__aside {
    margin-top: calc(16px + 16 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-article__aside + .c-article__aside {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .c-article__aside.is-fixed {
    animation: moveIn 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
    position: sticky;
    top: 8.375rem;
  }
}

@keyframes moveIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.c-article__aside-subhead:first-child {
  margin-top: 0;
}

.c-article__aside-box {
  margin-top: 32px;
}
@media screen and (min-width: 320px) {
  .c-article__aside-box {
    margin-top: calc(32px + 16 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-article__aside-box {
    margin-top: 48px;
  }
}

.c-article__aside--cta {
  background: #75b94e;
}

.c-article__aside--buttons {
  padding: 0;
  background: transparent;
}

.share_wrapper {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.share_wrapper button.u-trigger {
  position: relative;
  z-index: 5;
  gap: 0.3em;
}
.share_wrapper button.u-trigger svg {
  height: 1.2em;
  aspect-ratio: 1;
  width: auto;
}
.share_wrapper button.u-trigger:focus {
  background: #00556f;
  color: #fff;
}

.share_container {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.share_container a, .share_container button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  aspect-ratio: 1;
  background: #00556f;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: none;
  opacity: 0;
  z-index: 0;
  transform: translateX(-40px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.share_container a svg, .share_container a img, .share_container button svg, .share_container button img {
  height: 45%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.share_container a.mailto svg, .share_container button.mailto svg {
  height: 52%;
}
.share_container a.copy_link svg, .share_container button.copy_link svg {
  height: 65%;
}
.share_container a:hover, .share_container button:hover {
  background: #003a4b;
}
.share_container.is-active a, .share_container.is-active button {
  opacity: 1;
  transform: translateX(0);
}

/* ==========================================================================
   QUOTE
   ========================================================================== */
.c-quote {
  font-size: 20px;
  position: relative;
  font-weight: 700;
  color: #00556f;
}
@media screen and (min-width: 320px) {
  .c-quote {
    font-size: calc(20px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-quote {
    font-size: 22px;
  }
}
.c-quote svg {
  width: 32px;
  height: 24px;
  position: absolute;
  right: 98%;
  top: -10%;
  fill: currentColor;
  opacity: 0.25;
}
@media screen and (min-width: 320px) {
  .c-quote svg {
    width: calc(32px + 40 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-quote svg {
    width: 72px;
  }
}
@media screen and (min-width: 320px) {
  .c-quote svg {
    height: calc(24px + 40 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-quote svg {
    height: 64px;
  }
}
.c-quote.mirrored {
  text-align: right;
}
.c-quote.mirrored svg {
  right: auto;
  left: 98%;
}
.c-quote.mirrored .c-quote__author {
  text-align: left;
}

.c-quote.bullets {
  position: relative;
}
.c-quote.bullets::before {
  content: "";
  display: block;
  width: 3em;
  aspect-ratio: 1/1;
  background: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  top: -0.7em;
  left: -2.5em;
  opacity: 0.25;
}
.c-quote.bullets.mirrored::before {
  left: auto;
  right: -2.5em;
}

.c-quote.number {
  position: relative;
}
.c-quote.number .number {
  font-size: 4em;
  line-height: 1;
  position: absolute;
  top: -0.33em;
  right: calc(100% - 0em);
  color: var(--color-primary);
  opacity: 0.25;
}
.c-quote.number.mirrored .number {
  left: calc(100% - 0em);
  right: auto;
}

.c-quote__text {
  display: flex;
  flex-flow: column wrap;
}

.c-quote__author {
  font-size: 14px;
  color: #333;
  margin-top: 0.5rem;
  font-weight: 400;
  text-align: right;
}
@media screen and (min-width: 320px) {
  .c-quote__author {
    font-size: calc(14px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-quote__author {
    font-size: 16px;
  }
}
.c-quote__author::before {
  content: "- ";
}

/* ==========================================================================
   SLIDER
   ========================================================================== */
.c-slider {
  position: relative;
}

.c-slider--single {
  padding-top: 5rem;
}
@media (min-width: 1024px) {
  .c-slider--single {
    padding-top: 7.5rem;
    transform: translateX(-8.3333333333%);
    width: calc(100% + 25%);
  }
}
.c-slider--single::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  z-index: 1;
  height: 100%;
  background-image: linear-gradient(to right, transparent, #fff 90%);
}

.c-slider--with-content {
  overflow: visible;
  z-index: 0;
}
.c-slider--with-content::after {
  display: none;
}
@media (min-width: 1024px) {
  .c-slider--with-content {
    transform: none;
    width: 100%;
  }
  .c-slider--with-content::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0001), #fff 50%);
    z-index: 2;
  }
}

.c-slider--posts {
  background-color: #000;
  height: 100%;
}

.c-slider--gallery::before, .c-slider--gallery::after {
  display: none;
}
@media (min-width: 1024px) {
  .c-slider--gallery {
    padding-left: 8.3333333333%;
    width: calc(100% + 41.6666666667%);
  }
}

.c-slider--posts .c-slider__wrapper {
  height: 100%;
}

.c-slider__pagination {
  position: absolute;
  z-index: 1;
}
.c-slider .c-slider__pagination {
  top: 50%;
  right: 1rem;
}
@media (min-width: 1024px) {
  .c-slider .c-slider__pagination {
    right: 4rem;
  }
}

.swiper-pagination-bullet {
  transition: height 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  width: 0.5rem;
  height: 1.5rem;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  height: 80px;
}

.c-slider__item--gallery {
  transition: all 0.6s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: relative;
  opacity: 1;
  transform: scale(0.75);
  overflow: hidden;
}
.c-slider__item--gallery::before {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary-75);
  z-index: 1;
  opacity: 1;
}
.c-slider__item--gallery.swiper-slide-prev {
  transform: scale(0.75) translateX(10%);
}
.c-slider__item--gallery.swiper-slide-next {
  transform: scale(0.75) translateX(-10%);
}
.c-slider__item--gallery.swiper-slide-active {
  transform: scale(1);
}
.c-slider__item--gallery.swiper-slide-active::before {
  transition-delay: 0.3s;
  opacity: 0;
}

.c-slider__image--single {
  transition: transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  transform-origin: 100% 100%;
}
.swiper-slide-active .c-slider__image--single {
  transform: scale(1.5);
}
.c-slider--with-content .c-slider__image--single {
  margin-bottom: 0;
}
.c-slider--with-content .swiper-slide-active .c-slider__image--single {
  transform: none;
}

.c-slider__nav {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.c-slider--gallery .c-slider__nav {
  margin-top: 2rem;
}

.c-slider__nav-btn {
  width: 1rem;
  height: 1rem;
}
.c-slider__nav-btn svg {
  width: 100%;
  height: 100%;
}
.c-slider__nav-btn:hover svg {
  fill: #00556f;
}

.c-slider__nav-btn--prev {
  transform: rotate(180deg);
}

.c-slider__scrollbar {
  width: 80%;
  margin: 0 2rem;
  border-radius: 0.5rem;
  background-color: #f2f2f2;
  align-self: center;
  height: 0.25rem;
}
@media (min-width: 1024px) {
  .c-slider__scrollbar {
    width: 30rem;
  }
}

.c-slider__scrollbar-drag {
  background-color: #00556f;
  border-radius: 0.5rem;
  height: 100%;
}

.c-slider__content {
  position: relative;
  background-color: var(--color-primary-25);
  margin-bottom: 2rem;
  padding: 1rem;
}

.c-slider__caption {
  position: absolute;
  bottom: 100%;
  right: 0.5rem;
  font: normal 700 12px/1.5 "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
  color: #f2f2f2;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  display: block;
}

/* ==========================================================================
   FILTER
   ========================================================================== */
.c-filter-wrap {
  position: sticky;
  z-index: 2;
  top: var(--header-height);
}

.c-filter {
  margin-top: 56px;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .c-filter {
    margin-top: calc(56px + 64 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-filter {
    margin-top: 120px;
  }
}
.c-filter-in-hero .c-filter {
  margin-top: 40px;
}
@media screen and (min-width: 320px) {
  .c-filter-in-hero .c-filter {
    margin-top: calc(40px + 40 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-filter-in-hero .c-filter {
    margin-top: 80px;
  }
}
.c-filter-wrap .c-filter .c-filter__headline {
  display: none;
  font-size: 1.1rem;
}
.c-filter-wrap .c-filter select {
  width: 200px;
}
.c-filter-wrap .c-filter form input {
  font-family: "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
  border: 1px solid #000;
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-weight: 700;
  font-size: 0.8rem;
}
.c-filter-wrap .c-filter form input::-moz-placeholder {
  color: #aaa;
}
.c-filter-wrap .c-filter form input::placeholder {
  color: #aaa;
}
.c-filter #reset_facet_filters {
  all: unset;
  margin-left: 0;
  color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  width: 34px;
  height: 34px;
  display: none;
  align-items: center;
  justify-content: center;
}
.c-filter #reset_facet_filters svg {
  height: 25px;
  width: auto;
}
.c-filter #reset_facet_filters svg path {
  fill: var(--color-secondary);
  transition: all 0.2s ease-out;
}
.c-filter #reset_facet_filters:hover {
  color: var(--color-primary);
}
.c-filter #reset_facet_filters:hover svg path {
  fill: var(--color-primary);
}
@media (max-width: 1023.98px) {
  .c-filter {
    transition: transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    background-color: #00556f;
  }
  .c-filter.is-active {
    transform: translateY(0);
  }
}

.c-filter__headline {
  font-size: 1.5rem;
  margin: 0 2.5rem 0 0;
}
@media (max-width: 1023.98px) {
  .c-filter__headline {
    margin: 0 0 1rem 0;
    color: #fff;
  }
}

@media (max-width: 1023.98px) {
  .c-filter__group {
    padding: calc(5vh + 2rem) 5vw 5vh;
    height: 100%;
    overflow-y: auto;
  }
}

.c-filter__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .c-filter__inner {
    flex-direction: column;
    justify-content: center;
  }
}

.c-filter__type {
  margin-right: 1.5rem;
}
.c-filter__type:last-child {
  margin-right: 0;
}
@media (max-width: 1023.98px) {
  .c-filter__type {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .c-filter__type:last-child {
    margin-bottom: 0;
  }
}

/* ==========================================================================
   TEASE
   ========================================================================== */
.c-tease {
  transition: box-shadow 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  height: 100%;
  display: block;
  box-shadow: 0 0 1rem -0.75rem;
  background-color: #fff;
}
.c-tease:hover {
  box-shadow: 0 0.5rem 1rem -0.5rem #75b94e;
}
.o-col:not(:first-of-type) .c-tease {
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .o-col:not(:first-of-type) .c-tease {
    margin-top: 0;
  }
}

.c-tease--full {
  position: relative;
  box-shadow: none;
  background-color: transparent;
}
@media screen and (min-height: 700px) {
  .c-tease--full {
    max-height: calc(var(--doc-height) / 3 * 2);
  }
}

.c-tease--statement,
.c-tease--rebrand {
  background-color: #00556f;
}

.c-tease--rebrand {
  text-align: center;
}

.c-tease--has-bg {
  position: relative;
}
.c-tease--has-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 85, 111, 0.6);
}
.c-tease--has-bg.c-tease--rebrand::after {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  background-color: #00556f;
}
.c-tease--has-bg.c-tease--rebrand.is-complete::after {
  transition-delay: 1.5s;
  background-color: rgba(0, 85, 111, 0.6);
}

.c-tease--has-icon {
  overflow: hidden;
}
.c-tease--has-icon::after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 6rem;
  transform: rotate(45deg);
  top: -3rem;
  right: -4rem;
  background-color: #fff;
}

.c-tease--post:not(.c-tease--full) {
  display: flex;
  flex-direction: column;
}

.c-tease__inner {
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  padding-right: 3rem;
}
@media (min-width: 769px) {
  .c-tease__inner {
    padding: 0;
  }
}
.c-tease--has-bg .c-tease__inner {
  position: relative;
  z-index: 1;
}

.c-tease--full:not(.c-tease--rebrand) .c-tease__content,
.c-tease--full:not(.c-tease--rebrand) .c-tease__button {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  opacity: 0;
}
.swiper-slide-active .c-tease--full:not(.c-tease--rebrand) .c-tease__content,
.swiper-slide-active .c-tease--full:not(.c-tease--rebrand) .c-tease__button {
  transition-delay: 0.3s;
  opacity: 1;
}

.c-tease__content {
  padding: 2rem 1.5rem;
  color: #000;
}
.c-tease--full .c-tease__content {
  padding: 1rem 0 2.5rem;
  margin-top: auto;
  color: #fff;
}
.c-tease--full .c-tease__content:hover {
  color: #fff;
  opacity: 0.75;
}
@media (max-width: 1023.98px) {
  .c-tease--full .c-tease__content {
    padding-top: 4rem;
  }
}
.c-tease--post:not(.c-tease--full) .c-tease__content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.c-tease--fake .c-tease__content:hover {
  color: #fff;
  opacity: 1;
}
.c-tease--rebrand .c-tease__content, .c-tease--statement .c-tease__content {
  transform: translateY(100%);
  margin: 0;
  position: relative;
  top: 50%;
  align-self: center;
}
.swiper-slide-active .c-tease--rebrand .c-tease__content, .swiper-slide-active .c-tease--statement .c-tease__content {
  transform: translateY(-50%);
}
.c-tease--rebrand .c-tease__content {
  width: 100%;
}
.c-tease--featured .c-tease__content {
  background-color: rgba(0, 85, 111, 0.125);
  height: 100%;
}
@media (min-width: 769px) {
  .c-tease--full .c-tease__content {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .c-tease--full .c-tease__content {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) {
  .c-tease--full .c-tease__content {
    padding-bottom: calc(24px + 96 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .c-tease--full .c-tease__content {
    padding-bottom: 120px;
  }
}
@media (max-height: 599.98px) {
  .c-tease--full .c-tease__content {
    padding-bottom: 1rem;
  }
}

.c-tease__image-gradient {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

.c-tease__image-gradient--full {
  transition: all 0.6s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(1.02);
  opacity: 0;
}
.swiper-slide-active .c-tease__image-gradient--full {
  transition-delay: 0.3s;
  transform: scale(1);
  opacity: 1;
}

.c-tease__image {
  transition: transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: relative;
  padding-bottom: 71.4285714286%;
  background: no-repeat 50% 50%/cover;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  transition: all 0.2s ease-out;
}
.c-tease:hover .c-tease__image {
  filter: grayscale(30%);
}

.c-tease__image--full {
  position: relative;
  height: 100%;
  padding: 0;
}

.c-tease--full .c-tease__content:hover .c-tease__button {
  color: #75b94e;
}

.c-tease__button {
  font-size: 16px;
  margin-top: 16px;
  display: inline-block;
}
@media screen and (min-width: 320px) {
  .c-tease__button {
    font-size: calc(16px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-tease__button {
    font-size: 20px;
  }
}
@media screen and (min-width: 320px) {
  .c-tease__button {
    margin-top: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-tease__button {
    margin-top: 24px;
  }
}
.swiper-slide-active .c-tease__button {
  transition-delay: 0.4s;
}
.c-tease--rebrand .c-tease__button {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  margin-top: 3rem;
  transform: translateY(1rem);
  opacity: 0;
}
.c-tease--rebrand.is-complete .c-tease__button {
  transition-delay: 1s;
  transform: translateY(0);
  opacity: 1;
}

.c-tease__title {
  font-size: 16px;
  margin: 0;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 320px) {
  .c-tease__title {
    font-size: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-tease__title {
    font-size: 24px;
  }
}
.c-tease--full .c-tease__title {
  font-size: 22px;
  margin: 0.25rem 0 0.5rem;
}
@media screen and (min-width: 320px) {
  .c-tease--full .c-tease__title {
    font-size: calc(22px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-tease--full .c-tease__title {
    font-size: 32px;
  }
}

.c-tease__meta--tax {
  text-transform: uppercase;
  color: #75b94e;
}
.c-tease--full .c-tease__meta--tax {
  color: #fff;
}

.c-tease__meta--spaced {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .c-tease__meta--spaced {
    font-size: calc(12px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-tease__meta--spaced {
    font-size: 14px;
  }
}

.c-tease__tax {
  flex: 1 0 calc(70% - 1rem);
}

.c-tease__date {
  flex: 1 0 calc(30% + 1rem);
}
.c-tease__tax + .c-tease__date {
  padding-left: 1rem;
}

.c-tease__bg-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%/cover;
}

.c-tease__cat {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  z-index: 1;
}
.c-tease__cat svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #00556f;
}

.c-tease__link {
  margin-top: auto;
}
.c-tease__link .duration {
  color: #000;
  font-weight: normal;
  margin-left: 1em;
  font-size: 0.8em;
}

/* ==========================================================================
   FORM
   ========================================================================== */
.o-comments__list.has-entries + .o-comments__form .c-form--comment {
  margin-top: 32px;
}
@media screen and (min-width: 320px) {
  .o-comments__list.has-entries + .o-comments__form .c-form--comment {
    margin-top: calc(32px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .o-comments__list.has-entries + .o-comments__form .c-form--comment {
    margin-top: 56px;
  }
}

/*
* Comment form followup
========================================================================== */
.c-form__followup {
  display: none;
}
.c-form.is-active .c-form__followup {
  display: block;
}
@media (min-width: 1024px) {
  .c-form__followup {
    flex-flow: row wrap;
  }
  .c-form.is-active .c-form__followup {
    display: flex;
  }
}

/* Form groups
   ========================================================================== */
.c-form__group {
  margin-bottom: 1rem;
  width: 100%;
}
.c-form--newsletter .c-form__group {
  margin-bottom: 0;
}

.c-form--newsletter .c-form__group--email {
  margin: 0;
  flex: 1;
}

@media (min-width: 1024px) {
  .c-form__group--url,
  .c-form__group--message,
  .c-form__button-group {
    width: 100%;
  }
}

.c-form__group--checkbox {
  order: 1;
}

.c-form__group--check {
  position: relative;
  padding-left: 30px;
}

.c-form__group--hp {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: -1;
}

@media (min-width: 1024px) {
  .c-form__group--half {
    width: calc(50% - 0.5rem);
  }
  .c-form__group--half:nth-child(odd) {
    margin-left: 1rem;
  }
}

/* Form labels
   ========================================================================== */
.c-form__label {
  display: block;
}

.c-form__label--checkbox {
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
}
.c-form__label--checkbox::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: no-repeat #fff 50% 50%/0.5em;
}
.c-form__input--checkbox:checked + .c-form__label--checkbox::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91 91'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%231b868b' d='M89.363.151c-1.362 0-3.869.26-7.528.771-3.658.513-6.023 1.009-7.09 1.479-1.07.47-3.003 2.1-5.795 4.872-2.794 2.782-6.847 7.916-12.147 15.399-5.308 7.491-10.258 15.398-14.86 23.728a335.135 335.135 0 00-12.888 25.953c-3.689-6.316-7.023-10.598-10.018-12.851-2.987-2.261-5.507-3.389-7.556-3.389-1.6 0-3.605.853-6.023 2.552-2.415 1.704-3.623 3.371-3.623 5.016 0 1.19 1.108 2.954 3.325 5.287 4.39 4.638 8.276 9.557 11.639 14.764 2.054 3.114 3.42 5.025 4.101 5.722.677.69 2.741 1.045 6.192 1.045 4.801 0 7.652-.616 8.559-1.854.899-1.192 2.562-4.746 4.988-10.671 5.994-14.834 13.447-28.999 22.356-42.487 8.916-13.482 17.083-23.681 24.516-30.591 1.481-1.313 2.371-2.163 2.684-2.556.305-.394.46-.791.46-1.204 0-.653-.432-.985-1.292-.985z'/%3E%3C/svg%3E");
}

.c-form__label--check a {
  color: #fff;
  text-decoration: underline;
}

/* Form input
   ========================================================================== */
.c-form__input {
  border: 1px solid #00556f;
  padding: 1rem;
  border-radius: 0;
  width: 100%;
  color: #00556f;
}
.c-form__input::-moz-placeholder {
  color: #00556f;
}
.c-form__input::placeholder {
  color: #00556f;
}
.c-form__group--newsletter .c-form__input {
  padding: 8px;
  font-family: "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
  height: 100%;
  width: 100%;
  color: #fff;
  background-color: transparent;
  border: 1px solid currentColor;
}
@media screen and (min-width: 320px) {
  .c-form__group--newsletter .c-form__input {
    padding: calc(8px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-form__group--newsletter .c-form__input {
    padding: 16px;
  }
}
.c-form__group--newsletter .c-form__input::-moz-placeholder {
  color: currentColor;
}
.c-form__group--newsletter .c-form__input::placeholder {
  color: currentColor;
}

.c-form__input--message {
  padding: 1rem;
  min-width: 100%;
  max-width: 100%;
}

.c-form__input--checkbox {
  display: none;
  order: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 0;
}
.c-form__group--check .c-form__input--checkbox {
  display: inline-block;
}

.c-form__input--submit {
  font-size: 0.75rem;
  margin-left: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-form__input--submit:hover {
  background-color: #00556f;
  color: #fff;
}
.c-form__group--newsletter .c-form__input--submit {
  color: #00556f;
  background-color: #fff;
}

/* ==========================================================================
   NEWSLETTER SIGNUP
   ========================================================================== */
.c-newsletter {
  margin-top: 64px;
  padding-top: 48px;
  padding-bottom: 40px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 -1rem;
  background-color: #F4F9FB;
  color: #00556f;
}
@media screen and (min-width: 320px) {
  .c-newsletter {
    margin-top: calc(64px + 56 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-newsletter {
    margin-top: 120px;
  }
}
@media screen and (min-width: 320px) {
  .c-newsletter {
    padding-top: calc(48px + 48 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-newsletter {
    padding-top: 96px;
  }
}
@media screen and (min-width: 320px) {
  .c-newsletter {
    padding-bottom: calc(40px + 72 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-newsletter {
    padding-bottom: 112px;
  }
}
.c-newsletter a {
  color: #00556f;
  text-decoration: underline;
}
.c-newsletter a:hover {
  color: #002e3c;
}
.c-newsletter input.c-form__input {
  border-color: #00556f;
  color: #00556f;
}
.c-newsletter input.c-form__input--submit {
  background-color: #00556f;
  color: #fff;
  transition: background-color 0.3s ease;
}
.c-newsletter input.c-form__input--submit:hover {
  background-color: #002e3c;
}

.c-newsletter__inner {
  text-align: center;
}

.c-newsletter__headline {
  margin: 0;
}

.c-newsletter__text {
  margin-top: 16px;
  max-width: 40rem;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 320px) {
  .c-newsletter__text {
    margin-top: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-newsletter__text {
    margin-top: 24px;
  }
}

.c-newsletter__form {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 320px) {
  .c-newsletter__form {
    margin-top: calc(40px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-newsletter__form {
    margin-top: 64px;
  }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.c-footer {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
@media screen and (min-width: 320px) {
  .c-footer {
    padding-top: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-footer {
    padding-top: 24px;
  }
}
@media screen and (min-width: 320px) {
  .c-footer {
    padding-bottom: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-footer {
    padding-bottom: 24px;
  }
}
.c-footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.25rem;
  background-image: linear-gradient(to right, #00556f, #75b94e);
}

.c-footer__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-footer__inner {
    flex-direction: row;
    align-items: center;
  }
  .c-footer__inner p {
    margin-bottom: 0;
  }
}

/* ==========================================================================
   CONTENT BLOCK
   ========================================================================== */
.c-block:first-child {
  margin-top: 96px;
}
@media screen and (min-width: 320px) {
  .c-block:first-child {
    margin-top: calc(96px + 44 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-block:first-child {
    margin-top: 140px;
  }
}
.c-block + .c-block {
  margin-top: 96px;
}
@media screen and (min-width: 320px) {
  .c-block + .c-block {
    margin-top: calc(96px + 84 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-block + .c-block {
    margin-top: 180px;
  }
}
.c-block.is-preview {
  padding: 16px;
  border: 2px solid var(--color-primary);
}
@media screen and (min-width: 320px) {
  .c-block.is-preview {
    padding: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-block.is-preview {
    padding: 24px;
  }
}

.c-block--has-graphic {
  position: relative;
}

.c-block--gb, .c-block--gb:first-child {
  margin: 0;
}

.c-block--post {
  margin-top: 40px;
}
@media screen and (min-width: 320px) {
  .c-block--post {
    margin-top: calc(40px + 40 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-block--post {
    margin-top: 80px;
  }
}
.c-block--post + .c-block {
  margin-top: 32px;
}
@media screen and (min-width: 320px) {
  .c-block--post + .c-block {
    margin-top: calc(32px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-block--post + .c-block {
    margin-top: 56px;
  }
}

.c-block--quote {
  margin-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .c-block--quote {
    margin-bottom: calc(40px + 40 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-block--quote {
    margin-bottom: 80px;
  }
}

.c-block--gallery-alt {
  margin-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .c-block--gallery-alt {
    margin-bottom: calc(40px + 40 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-block--gallery-alt {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .c-block--gallery-alt {
    margin-right: -41.6666666667%;
  }
}

.c-block--list {
  margin-bottom: 24px;
}
@media screen and (min-width: 320px) {
  .c-block--list {
    margin-bottom: calc(24px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-block--list {
    margin-bottom: 48px;
  }
}

.c-block__headline {
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) {
  .c-block__headline {
    margin-bottom: calc(32px + 48 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-block__headline {
    margin-bottom: 80px;
  }
}

.c-block__preview-text, .editor-styles-wrapper .c-block__preview-text {
  margin: 0;
}

/* ==========================================================================
   USP
   ========================================================================== */
.c-usp-wrap {
  display: flex;
  flex-direction: column;
  counter-reset: usp;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .c-usp-wrap {
    margin-bottom: 3rem;
  }
}

.c-usp {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}

.c-usp--in-post {
  position: relative;
  display: block;
  padding: 1rem;
  background-color: var(--bg-color);
  margin-bottom: 2rem;
}
.c-usp--in-post::before {
  content: "";
  position: absolute;
  display: block;
  position: relative;
  counter-increment: usp;
  content: counters(usp, ".", decimal-leading-zero);
  font: normal 700 12px/12px "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
  color: var(--counter-color);
  margin-bottom: 0.5rem;
}
.c-usp--in-post:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .c-usp--in-post {
    width: 80%;
    padding: 2rem;
    margin-bottom: 4rem;
    transform: translateX(-1rem);
  }
  .c-usp--in-post:nth-child(even) {
    margin-left: auto;
    transform: translateX(1rem);
  }
  .c-usp--in-post::before {
    font-size: 14px;
  }
}

@media (max-width: 1023.98px) {
  .c-usp__connector {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--bg-color);
    width: 2px;
    height: 2rem;
  }
  .c-usp:last-child .c-usp__connector {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-usp__connector {
    position: absolute;
    width: 20%;
    height: calc(100% + 4rem - 50%);
    left: 100%;
    top: 50%;
    border-top: 2px solid var(--bg-color);
    border-right: 2px solid var(--bg-color);
  }
  .c-usp--in-post:nth-child(even) .c-usp__connector {
    border-right: none;
    border-left: 2px solid var(--bg-color);
    left: initial;
    right: 100%;
  }
  .c-usp--in-post:last-child .c-usp__connector {
    display: none;
  }
}

.c-usp__graphic {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: var(--color-primary-25);
}

.c-usp__graphic-el {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-usp__title,
.c-usp__text {
  text-align: center;
}

.c-usp__title {
  margin-top: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #00556f;
}
@media screen and (min-width: 320px) {
  .c-usp__title {
    margin-top: calc(16px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-usp__title {
    margin-top: 40px;
  }
}

.c-usp__text {
  margin-top: 16px;
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .c-usp__text {
    margin-top: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-usp__text {
    margin-top: 24px;
  }
}
@media screen and (min-width: 320px) {
  .c-usp__text {
    font-size: calc(16px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-usp__text {
    font-size: 20px;
  }
}

/* ==========================================================================
   AUTHOR
   ========================================================================== */
@media (min-width: 1024px) {
  .o-col:nth-child(even) .c-author .o-cols {
    flex-direction: row-reverse;
    text-align: right;
  }
  .o-col:nth-child(even) .c-author .c-author__meta,
  .o-col:nth-child(even) .c-author .c-author__read-more {
    margin-left: auto;
  }
}
.o-col + .o-col > .c-author {
  margin-top: 96px;
}
@media screen and (min-width: 320px) {
  .o-col + .o-col > .c-author {
    margin-top: calc(96px + 44 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .o-col + .o-col > .c-author {
    margin-top: 140px;
  }
}

.c-author--inline {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-author--inline + .c-author--inline {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .c-author--inline {
    margin: 0 3rem 1rem 0;
    flex-wrap: nowrap;
  }
  .c-author--inline + .c-author--inline {
    margin-top: 0;
  }
}

.c-author--hero {
  color: #000;
}
.c-author--hero:hover {
  color: #00556f;
}

.c-author--aside {
  align-items: flex-start;
}

.c-author--tease {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-author--tease {
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .c-author--tease .c-author__content {
    width: 60%;
    margin-left: 2rem;
  }
}
@media (min-width: 1216px) {
  .c-author--tease .c-author__content {
    width: 40%;
  }
}

.c-author__title,
.c-author__meta {
  color: #00556f;
}

.c-author__title {
  margin: 0;
  margin-bottom: 0.5rem;
}
.c-author--tease .c-author__title {
  color: #fff;
}

.c-author__title--inline {
  font: 700 1rem "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
  color: inherit;
  margin-left: 1rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.c-author--aside .c-author__title--inline {
  color: #fff;
}

.c-author__meta {
  max-width: 20rem;
}

.c-author__meta--inline {
  margin-top: 0.5rem;
  display: block;
  color: #fff;
  font: normal 0.75rem "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
}
.c-author__meta--inline span {
  display: block;
}
.c-author__meta--inline span:last-child {
  margin-top: 0.25rem;
}

.c-author__image {
  max-width: 320px;
}
.c-author__image .c-img__wrapper {
  border-radius: 50%;
}
.c-author--tease .c-author__image {
  max-width: 80px;
  order: -1;
}
@media screen and (min-width: 320px) {
  .c-author--tease .c-author__image {
    max-width: calc(80px + 60 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-author--tease .c-author__image {
    max-width: 140px;
  }
}
@media (min-width: 1024px) {
  .c-author--tease .c-author__image {
    width: 140px;
    max-width: initial;
  }
}
@media screen and (min-width: 1024px) and (min-width: 320px) {
  .c-author--tease .c-author__image {
    width: calc(140px + 40 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .c-author--tease .c-author__image {
    width: 180px;
  }
}

.c-author__image--square .c-img__wrapper {
  border-radius: 0;
}
@media (min-width: 1024px) {
  .c-author__image--square {
    max-width: 420px;
  }
}

.c-author__image--inline {
  flex-shrink: 0;
  width: 3rem;
}

.c-author__text--is-long .c-author__text-long {
  display: none;
}
.c-author__text--is-long.is-active .c-author__text-short {
  display: none;
}
.c-author__text--is-long.is-active .c-author__text-long {
  display: block;
}

.c-author-refreshed_at {
  font-style: italic;
  margin: 2em 0;
  opacity: 0.5;
}

.c-author__read-more {
  display: block;
  color: inherit;
}
.c-author__read-more span:first-of-type {
  display: block;
}
.c-author__text.is-active + .c-author__read-more span:first-of-type {
  display: none;
}
.c-author__read-more span:last-of-type {
  display: none;
}
.c-author__text.is-active + .c-author__read-more span:last-of-type {
  display: block;
}

.c-author__button {
  color: #fff;
}

.c-author__collapse-text-trigger {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  padding: 0;
}
.c-author__collapse-text-trigger svg {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  width: 100%;
  height: 100%;
  fill: #00556f;
}
.c-author__collapse-text-trigger:hover svg, .c-author__collapse-text-trigger.is-active svg {
  opacity: 0.75;
}

.c-author__collapse-text-close {
  color: #00556f;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.25rem;
}

.c-author__collapse-text {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 3px solid #00556f;
  border-radius: 0.25rem;
  width: 100%;
  display: none;
  position: relative;
  z-index: 3;
}
.c-author__collapse-text:before {
  content: "";
  position: absolute;
  top: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #00556f;
}
.c-author__collapse-text.is-active {
  display: block;
}
@media (min-width: 1024px) {
  .c-author__collapse-text {
    transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
    transition-property: opacity, transform;
    margin-top: 0;
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    background-color: #fff;
    color: #00556f;
    border-color: #00556f;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(1.5rem);
    width: 320px;
    box-shadow: -0.5rem 0 1rem -0.925rem #000;
  }
  .c-author__collapse-text:before, .c-author__collapse-text:after {
    top: -1rem;
  }
  .c-author__collapse-text:before {
    left: 1.5rem;
    z-index: 1;
  }
  .c-author__collapse-text:after {
    content: "";
    position: absolute;
    left: calc(1.5rem + 1px);
    z-index: 0;
    border-left-color: #00556f;
  }
  .c-author__collapse-text.is-active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

/* ==========================================================================
   LIST
   ========================================================================== */
.c-list {
  list-style: none;
  margin: 0;
}
.c-block--list .c-list {
  color: var(--color);
}
p + .c-list {
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  p + .c-list {
    margin-top: calc(16px + 16 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  p + .c-list {
    margin-top: 32px;
  }
}

.c-list__item {
  display: flex;
}
.c-list__item + .c-list__item {
  margin-top: 1rem;
}
.c-list__item svg {
  display: block;
  fill: currentColor;
  margin-top: 0.25em;
  margin-right: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  flex: 0 0 0.5rem;
}
.c-block--list .c-list__item {
  font-weight: bold;
}
.c-block--list .c-list__item svg {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.75rem;
  flex: 0 0 0.75rem;
}
.c-list--type-small .c-list__item {
  font-size: 0.75rem;
}
.c-list--type-small .c-list__item svg {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  flex: 0 0 0.5rem;
}
.c-list--type-large .c-list__item {
  font-size: 1.25rem;
}
.c-list--type-large .c-list__item svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  flex: 0 0 1rem;
}

/* ==========================================================================
   MODAL
   ========================================================================== */
.c-modal {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  visibility: hidden;
  transform: translateX(100%);
  opacity: 0;
  color: #fff;
  background-color: #00556f;
}
.c-modal.c-modal--metabox {
  background-color: transparent;
  color: #000;
}
.c-modal.is-active {
  opacity: 1;
  visibility: visible;
  display: block;
  transform: translate(0);
}

@media (min-width: 1024px) {
  .c-modal--comment {
    width: 33.3333333333%;
  }
}

.c-modal--metabox {
  position: relative;
  display: none;
  z-index: initial;
}
.c-modal--metabox.is-active {
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  .c-modal--metabox.is-active {
    margin-top: calc(16px + 16 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-modal--metabox.is-active {
    margin-top: 32px;
  }
}

.c-modal__inner {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  padding: 16px;
  padding-top: 32px;
  opacity: 1;
  transform: translateY(0);
  height: 100%;
  overflow-y: auto;
}
@media screen and (min-width: 320px) {
  .c-modal__inner {
    padding: calc(16px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-modal__inner {
    padding: 40px;
  }
}
@media screen and (min-width: 320px) {
  .c-modal__inner {
    padding-top: calc(32px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-modal__inner {
    padding-top: 56px;
  }
}
.c-modal--metabox .c-modal__inner {
  padding: 0;
}
.is-active .c-modal__inner {
  opacity: 1;
  transform: translateY(0);
}

a.post-modal-trigger {
  display: flex;
  align-items: center;
  gap: 1.2em;
}
a.post-modal-trigger svg {
  display: block;
  height: 1.5em;
  width: auto;
}

dialog#post-modal {
  --content_padding: 2rem 6rem;
  width: 100%;
  max-width: 1300px;
  border: 0px;
  opacity: 0;
  padding: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, display 0.3s ease-out allow-discrete;
}
dialog#post-modal .c-btn, dialog#post-modal .facetwp-load-more {
  text-transform: none;
}
dialog#post-modal[open] {
  opacity: 1;
  transform: translateY(0);
}
@starting-style {
  dialog#post-modal[open] {
    opacity: 0;
    transform: translateY(20px);
  }
}
dialog#post-modal::backdrop {
  background-color: #00556f;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease-out, display 0.3s ease-out allow-discrete;
}
@starting-style {
  dialog#post-modal::backdrop {
    opacity: 0;
  }
}
dialog#post-modal[open]::backdrop {
  opacity: 0.9;
}
dialog#post-modal button.post-modal-close {
  all: unset;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  gap: 0.5em;
  cursor: pointer;
}
dialog#post-modal button.post-modal-close img {
  width: 30px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.2s ease-in-out;
}
dialog#post-modal button.post-modal-close:hover img {
  transform: scale(1.1);
}
dialog#post-modal .modal_header {
  background: #fff;
  padding: var(--content_padding);
}
dialog#post-modal .modal_header h3 {
  width: 90%;
  max-width: 1100px;
  font-size: 2.3rem;
  font-weight: normal;
}
dialog#post-modal .modal_header .c-author--inline {
  margin: 0 1rem 0.5rem 0;
  gap: 0.5em;
}
dialog#post-modal .modal_header .c-author--inline svg {
  height: 1em;
  width: auto;
}
dialog#post-modal .modal_header .c-author--inline a {
  font-size: 0.8rem;
}
dialog#post-modal .modal_header .c-author__title--inline {
  margin-left: 0;
}
dialog#post-modal .modal_header .c-author__image--inline {
  width: 1.2em;
}
dialog#post-modal .modal_header .fact_list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  margin-top: 1rem;
}
dialog#post-modal .modal_header .fact_list .fact_item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
}
dialog#post-modal .modal_header .fact_list .fact_head {
  position: relative;
  opacity: 0.5;
}
dialog#post-modal .modal_header .fact_list .fact_head img {
  position: absolute;
  right: 100%;
  width: 14px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
  opacity: 0.5;
}
dialog#post-modal .modal_header .fact_list .fact {
  font-weight: bold;
}
dialog#post-modal .modal_content {
  background: #F4F9FB;
  padding: var(--content_padding);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  gap: 6rem;
}
dialog#post-modal .modal_content .download_and_share {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
dialog#post-modal .modal_content .download_and_share .download_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
dialog#post-modal .modal_content .download_and_share .download_buttons svg {
  height: 1.3em;
  width: auto;
}
dialog#post-modal .modal_content aside {
  flex: 0 0 40%;
}
dialog#post-modal .modal_content aside h3 {
  font-size: 1rem;
  color: #75b94e;
  margin: 0.5em 0;
}
dialog#post-modal .modal_content aside h3.more_margin {
  margin-top: 2em;
}
dialog#post-modal .modal_content aside .zitation_heading {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
dialog#post-modal .modal_content aside .zitation_heading .button_wrapper {
  display: flex;
  flex-wrap: wrap;
}
dialog#post-modal .modal_content aside .zitation_heading button.c-btn, dialog#post-modal .modal_content aside .zitation_heading button.facetwp-load-more {
  border: 2px solid #75b94e;
  color: #75b94e;
  border-right: 0;
  font-size: 0.9em;
  padding: 0.5em 0.5em;
}
dialog#post-modal .modal_content aside .zitation_heading button.c-btn.is-active, dialog#post-modal .modal_content aside .zitation_heading button.is-active.facetwp-load-more {
  background: #75b94e;
  color: #fff;
}
dialog#post-modal .modal_content aside .zitation_heading button.c-btn:last-child, dialog#post-modal .modal_content aside .zitation_heading button.facetwp-load-more:last-child {
  border-right: 2px solid #75b94e;
}
dialog#post-modal .modal_content aside .zitation_content .c-btn, dialog#post-modal .modal_content aside .zitation_content .facetwp-load-more {
  background: transparent;
  color: #75b94e;
  border: 2px solid #75b94e;
}
dialog#post-modal .modal_content aside .zitation_content .c-btn:hover, dialog#post-modal .modal_content aside .zitation_content .facetwp-load-more:hover {
  color: #fff;
  background: #75b94e;
}
dialog#post-modal .modal_content aside .zitation_text {
  font-style: italic;
  margin-bottom: 1em;
}
dialog#post-modal .modal_content aside .c-btn--has-icon {
  gap: 0.5em;
}
dialog#post-modal .modal_content aside .c-btn--has-icon svg {
  height: 1em;
  width: auto;
}
dialog#post-modal .modal_content aside .keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7em;
}
dialog#post-modal .modal_content aside .keywords span {
  display: block;
  padding: 0.25em 0.5em;
  border: 0.125rem solid #444;
  color: #444;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 960px) {
  dialog#post-modal {
    --content_padding: 1rem 2rem;
  }
  dialog#post-modal .modal_header h3 {
    font-size: 1.5rem;
    width: 90%;
  }
  dialog#post-modal .modal_content {
    flex-direction: column;
    gap: 2rem;
  }
  dialog#post-modal .modal_content aside {
    flex: 0 0 100%;
  }
  dialog#post-modal .modal_content aside h3 {
    margin-top: 1em;
  }
}
@media (max-width: 600px) {
  dialog#post-modal .modal_content aside .zitation_heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  dialog#post-modal .modal_content aside .zitation_heading .button_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  dialog#post-modal .modal_content aside .zitation_heading .button_wrapper button.c-btn, dialog#post-modal .modal_content aside .zitation_heading .button_wrapper button.facetwp-load-more {
    border: 2px solid #75b94e;
  }
}
@media (max-width: 400px) {
  dialog#post-modal .modal_content aside .zitation_content .button_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
/* ==========================================================================
   #COMMENT
   ========================================================================== */
.c-comment {
  margin-bottom: 1em;
}
.c-comment__children .c-comment {
  margin-bottom: 0;
}
.c-comment__children .c-comment:not(:last-child) {
  border-bottom: 1px solid #00556f;
}
.c-comment__children .c-comment:first-child {
  box-shadow: inset 0 0 5px -5px #000;
}

.c-comment__wrap {
  display: flex;
  flex-flow: row wrap;
}
.c-comment__children .c-comment__wrap {
  padding-left: 40px;
  border: none;
  background-color: #75b94e;
}
@media screen and (min-width: 320px) {
  .c-comment__children .c-comment__wrap {
    padding-left: calc(40px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-comment__children .c-comment__wrap {
    padding-left: 64px;
  }
}

.c-comment__inner {
  color: #fff;
  width: 100%;
}
@media (min-width: 1024px) {
  .c-comment__inner {
    width: 80%;
  }
}
.c-comment__children .c-comment__inner {
  color: #000;
}

.c-comment__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.c-comment__inner .c-comment__header {
  padding-top: 1rem;
}

.c-comment__reply-trigger {
  margin-left: auto;
  align-self: flex-start;
}

.c-comment__date,
.c-comment__author {
  font-size: 1rem;
  line-height: 1;
}

.c-comment__date {
  font-size: 0.75rem;
}

.c-comment__author {
  font-family: "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
  margin: 0 0 0.5rem;
}

.c-comment__reply {
  margin-top: 24px;
  display: none;
}
@media screen and (min-width: 320px) {
  .c-comment__reply {
    margin-top: calc(24px + 16 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-comment__reply {
    margin-top: 40px;
  }
}
.c-comment__reply.is-active {
  display: block;
}

.c-comment__reply-head {
  display: flex;
  align-items: center;
}

.c-comment__reply__headline {
  margin: 0;
}

.c-comment__children {
  padding-left: 1rem;
}
@media screen and (min-width: 320px) {
  .c-comment__children {
    padding-left: calc(1rem + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-comment__children {
    padding-left: 2rem;
  }
}

/* ==========================================================================
   #COMMENT FORM
   Here we are using default HTML structure and classes,
   to create custom ones use comment_form_defaults filter
   ========================================================================== */
.c-comment-form {
  margin-top: 2em;
}
.c-comment-form label {
  display: block;
}
.c-comment-form textarea {
  max-width: 100%;
}

.comment-reply-title {
  margin-bottom: 0.25em;
}

/* ==========================================================================
   RELATED
   ========================================================================== */
.c-related {
  margin-top: 96px;
  margin-bottom: 96px;
  background-color: #00556f;
  color: #fff;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0 1rem;
}
@media screen and (min-width: 320px) {
  .c-related {
    margin-top: calc(96px + 84 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-related {
    margin-top: 180px;
  }
}
@media screen and (min-width: 320px) {
  .c-related {
    margin-bottom: calc(96px + 84 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-related {
    margin-bottom: 180px;
  }
}

.c-related__post {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 320px) {
  .c-related__post {
    padding-top: calc(40px + 40 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-related__post {
    padding-top: 80px;
  }
}
@media screen and (min-width: 320px) {
  .c-related__post {
    padding-bottom: calc(40px + 40 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-related__post {
    padding-bottom: 80px;
  }
}
.c-related__post a {
  color: #fff;
}

.c-related__post-image {
  margin-top: -40px;
  background-color: #fff;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
}
@media screen and (min-width: 320px) {
  .c-related__post-image {
    margin-top: calc(-40px + -40 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-related__post-image {
    margin-top: -80px;
  }
}

/* ==========================================================================
   SEARCH
   ========================================================================== */
.c-search {
  transition: opacity, transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: fixed;
  z-index: 5;
  width: 95%;
  max-width: 38rem;
  background-color: #fff;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  box-shadow: 0 0 2rem -0.75rem;
}
.c-search.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
@media (min-width: 769px) {
  .c-search {
    width: 80%;
  }
  .c-search.is-active {
    transform: translateX(-50%);
  }
}

.c-search__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-search__form-group {
  position: relative;
  width: calc(100% - 2rem - 1.5rem);
}

.c-search__form-label {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}

.c-search__form-input {
  width: 100%;
  border: none;
  background: transparent;
  line-height: 1.5;
  font-size: 1rem;
  font-family: "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
}
.c-search__form-input::-moz-placeholder {
  font-family: "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
}
.c-search__form-input::placeholder {
  font-family: "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
}

.c-search__submit {
  padding: 0;
  width: 2rem;
  height: 2rem;
}

.c-search__results {
  position: absolute;
  visibility: hidden;
  width: 100%;
  background-color: #fff;
  top: 100%;
  left: 0;
}
.is-active > .c-search__results {
  visibility: visible;
}

p.searchwp-live-search-no-results {
  padding: 15px;
}

.searchwp-live-search-results {
  transition: opacity, transform 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: absolute;
  opacity: 0;
  top: 0 !important;
  left: 0 !important;
  transform: translateY(2rem);
}
.c-search__results .searchwp-live-search-results {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  border-radius: 0;
}
.searchwp-live-search-results.searchwp-live-search-results-showing {
  opacity: 1;
  transform: translateY(0);
  height: 50vh;
}

.searchwp-live-search-result {
  scroll-snap-align: start;
}

.c-serch__results .spinner {
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
}

/* ==========================================================================
   STATEMENT
   ========================================================================== */
.c-statement {
  position: relative;
}

.c-statement__quote {
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 320px) {
  .c-statement__quote {
    font-size: calc(16px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-statement__quote {
    font-size: 28px;
  }
}
@media (max-width: 1023.98px) {
  .c-statement__quote svg {
    right: 90%;
    top: -2%;
  }
}

.c-statement__footer {
  margin-top: 24px;
  padding-top: 16px;
  position: relative;
  font: normal 1rem "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
  display: flex;
}
@media screen and (min-width: 320px) {
  .c-statement__footer {
    margin-top: calc(24px + 16 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-statement__footer {
    margin-top: 40px;
  }
}
@media screen and (min-width: 320px) {
  .c-statement__footer {
    padding-top: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-statement__footer {
    padding-top: 24px;
  }
}
.c-statement__footer::after {
  content: "";
  position: absolute;
  width: 48px;
  top: -0.5rem;
  left: 0;
  height: 0.25rem;
  background-color: #fff;
}
@media screen and (min-width: 320px) {
  .c-statement__footer::after {
    width: calc(48px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-statement__footer::after {
    width: 72px;
  }
}

.c-statement__author {
  flex: 1 0 0;
}
.c-statement__author-img + .c-statement__author {
  margin-left: 16px;
}
@media screen and (min-width: 320px) {
  .c-statement__author-img + .c-statement__author {
    margin-left: calc(16px + 16 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-statement__author-img + .c-statement__author {
    margin-left: 32px;
  }
}

.c-statement__author-img {
  width: 48px;
  height: 48px;
  flex-basis: auto;
}
@media screen and (min-width: 320px) {
  .c-statement__author-img {
    width: calc(48px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-statement__author-img {
    width: 72px;
  }
}
@media screen and (min-width: 320px) {
  .c-statement__author-img {
    height: calc(48px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-statement__author-img {
    height: 72px;
  }
}
.c-statement__author-img .c-img__wrapper {
  border-radius: 50%;
}

/* ==========================================================================
   #METABOX
   ========================================================================== */
.c-metabox {
  padding: 16px;
  position: relative;
  border-top: 0.25rem solid #00556f;
  border-bottom: 0.25rem solid #00556f;
}
@media screen and (min-width: 320px) {
  .c-metabox {
    padding: calc(16px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-metabox {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .c-metabox {
    width: 40%;
  }
}
.c-metabox.is-active, .c-metabox.u-align--center {
  width: 100%;
}

.c-metabox__button {
  margin-top: 24px;
  font-size: 0.75rem;
}
@media screen and (min-width: 320px) {
  .c-metabox__button {
    margin-top: calc(24px + 16 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-metabox__button {
    margin-top: 40px;
  }
}
.c-metabox__button span.active {
  display: none;
}
.c-metabox__button.is-active span.inactive {
  display: none;
}
.c-metabox__button.is-active span.active {
  display: inline-block;
}

.c-metabox__headline, .editor-styles-wrapper .c-metabox__headline {
  font-size: 18px;
  color: #000;
  margin: 0;
}
@media screen and (min-width: 320px) {
  .c-metabox__headline, .editor-styles-wrapper .c-metabox__headline {
    font-size: calc(18px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-metabox__headline, .editor-styles-wrapper .c-metabox__headline {
    font-size: 20px;
  }
}

.c-metabox__excerpt {
  color: #000;
}

.c-metabox__info-icon {
  position: absolute;
  fill: rgba(0, 85, 111, 0.125);
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  z-index: 0;
}

.c-metabox__text {
  color: currentColor;
}
.c-metabox__text img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .c-metabox__text p img {
    width: initial;
  }
}
.c-metabox__text a {
  color: currentColor;
  text-decoration: underline;
}
.c-metabox__text a:hover {
  text-decoration: none;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */
:root {
  --plyr-color-main: var(--color-primary);
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none; /* stylelint-disable-line */
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* ==========================================================================
   #VIDEO
   ========================================================================== */
video {
  max-width: 100%;
  background: no-repeat 50% 50%/cover;
}
.plyr--playing video {
  background: #00556f;
  background-image: none !important;
}

.c-video {
  margin-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 320px) {
  .c-video {
    margin-bottom: calc(24px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-video {
    margin-bottom: 48px;
  }
}

.c-video:not(.c-video--video_file) {
  padding-bottom: 56.25%;
}

.c-video__play {
  transition: color 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00556f;
  color: #fff;
  box-shadow: 0 0 3rem -1rem #fff;
  border: 2px solid #fff;
}
.is-playing .c-video__play {
  display: none;
}

.c-video__poster {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  visibility: visible;
  background: no-repeat 50% 50%/cover;
}
.plyr--playing ~ .c-video__poster {
  opacity: 0;
  visibility: hidden;
}

/* ==========================================================================
   #AUDIO
   ========================================================================== */
/* ==========================================================================
   BARS
   ========================================================================== */
.c-bars {
  height: 80px;
  fill: var(--color-primary-25);
  position: sticky;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .c-bars {
    height: calc(80px + 100 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .c-bars {
    height: 180px;
  }
}

/* ==========================================================================
   FEATURE
   ========================================================================== */
.c-feature--has-image {
  padding-top: 0;
}

.c-feature__image {
  transform: rotate(-5deg) translate(0, -2rem);
  box-shadow: 0 0.125rem 0.75rem -0.125rem #fff;
  max-width: 15rem;
}
.c-feature__image .c-img__wrapper::after {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 133.3333333333%;
}

/* ==========================================================================
   GALLERY
   ========================================================================== */
.c-gallery {
  position: relative;
}

@media (min-width: 1024px) {
  .c-gallery__square {
    position: absolute;
    z-index: -1;
    width: 33.3333333333%;
    top: -3rem;
    left: 10%;
  }
  .c-gallery__square::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.6666666667%;
  }
}

.c-gallery__square--blue {
  background-color: var(--color-primary);
}
@media (min-width: 1024px) {
  .c-gallery__square--blue {
    left: initial;
    right: 0%;
  }
}

.c-gallery__square--green {
  background-color: var(--color-secondary-50);
}
@media (min-width: 1024px) {
  .c-gallery__square--green {
    top: initial;
    bottom: -3rem;
  }
}

/* ==========================================================================
   ALL UTILITIES
   ========================================================================== */
/* ==========================================================================
   #COLOR
   ========================================================================== */
.u-color--very-light-grey,
.has-very-light-grey-color {
  color: #f2f2f2;
}

.u-color--medium-grey,
.has-medium-grey-color {
  color: #808080;
}

.u-color--dark-grey,
.has-dark-grey-color {
  color: #333;
}

.u-color--smb-green,
.has-smb-green-color {
  color: #75b94e;
}

.u-color--smb-light-green,
.has-smb-light-green-color {
  color: #dcedd2;
}

.u-color--smb-blue,
.has-smb-blue-color {
  color: #00556f;
}

.u-color--smb-light-blue,
.has-smb-light-blue-color {
  color: var(--color-primary-25);
}

/* ==========================================================================
   ASPECT RATIOS
   ========================================================================== */
.u-aspect::after {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 66.6666666667%;
}

.u-aspect--1by1::after {
  padding-bottom: 100%;
}

.u-aspect--3by2::after {
  padding-bottom: 66.6666666667%;
}

.u-aspect--29by11::after {
  padding-bottom: 37.9310344828%;
}

.u-aspect--75by31::after {
  padding-bottom: 41.3333333333%;
}

.u-aspect--25::after {
  padding-bottom: 25%;
}

.u-aspect--30::after {
  padding-bottom: 30%;
}

.u-aspect--35::after {
  padding-bottom: 35%;
}

.u-aspect--40::after {
  padding-bottom: 40%;
}

.u-aspect--45::after {
  padding-bottom: 45%;
}

.u-aspect--50::after {
  padding-bottom: 50%;
}

.u-aspect--55::after {
  padding-bottom: 55%;
}

.u-aspect--60::after {
  padding-bottom: 60%;
}

.u-aspect--65::after {
  padding-bottom: 65%;
}

.u-aspect--70::after {
  padding-bottom: 70%;
}

.u-aspect--75::after {
  padding-bottom: 75%;
}

.u-aspect--80::after {
  padding-bottom: 80%;
}

.u-aspect--85::after {
  padding-bottom: 85%;
}

.u-aspect--90::after {
  padding-bottom: 90%;
}

.u-aspect--95::after {
  padding-bottom: 95%;
}

.u-aspect--100::after {
  padding-bottom: 100%;
}

.u-aspect--105::after {
  padding-bottom: 105%;
}

.u-aspect--110::after {
  padding-bottom: 110%;
}

.u-aspect--115::after {
  padding-bottom: 115%;
}

.u-aspect--120::after {
  padding-bottom: 120%;
}

.u-aspect--125::after {
  padding-bottom: 125%;
}

.u-aspect--130::after {
  padding-bottom: 130%;
}

.u-aspect--135::after {
  padding-bottom: 135%;
}

.u-aspect--140::after {
  padding-bottom: 140%;
}

.u-aspect--145::after {
  padding-bottom: 145%;
}

.u-aspect--150::after {
  padding-bottom: 150%;
}

.u-aspect--155::after {
  padding-bottom: 155%;
}

.u-aspect--160::after {
  padding-bottom: 160%;
}

.u-aspect--165::after {
  padding-bottom: 165%;
}

.u-aspect--170::after {
  padding-bottom: 170%;
}

.u-aspect--175::after {
  padding-bottom: 175%;
}

.u-aspect--180::after {
  padding-bottom: 180%;
}

.u-aspect--185::after {
  padding-bottom: 185%;
}

.u-aspect--190::after {
  padding-bottom: 190%;
}

.u-aspect--195::after {
  padding-bottom: 195%;
}

.u-aspect--200::after {
  padding-bottom: 200%;
}

.u-aspect--205::after {
  padding-bottom: 205%;
}

.u-aspect--210::after {
  padding-bottom: 210%;
}

.u-aspect--215::after {
  padding-bottom: 215%;
}

.u-aspect--220::after {
  padding-bottom: 220%;
}

.u-aspect--225::after {
  padding-bottom: 225%;
}

.u-aspect--230::after {
  padding-bottom: 230%;
}

.u-aspect--235::after {
  padding-bottom: 235%;
}

.u-aspect--240::after {
  padding-bottom: 240%;
}

.u-aspect--245::after {
  padding-bottom: 245%;
}

.u-aspect--250::after {
  padding-bottom: 250%;
}

.u-aspect--255::after {
  padding-bottom: 255%;
}

.u-aspect--260::after {
  padding-bottom: 260%;
}

.u-aspect--265::after {
  padding-bottom: 265%;
}

.u-aspect--270::after {
  padding-bottom: 270%;
}

.u-aspect--275::after {
  padding-bottom: 275%;
}

.u-aspect--280::after {
  padding-bottom: 280%;
}

.u-aspect--285::after {
  padding-bottom: 285%;
}

.u-aspect--290::after {
  padding-bottom: 290%;
}

.u-aspect--295::after {
  padding-bottom: 295%;
}

.u-aspect--300::after {
  padding-bottom: 300%;
}

.u-aspect--305::after {
  padding-bottom: 305%;
}

.u-aspect--310::after {
  padding-bottom: 310%;
}

.u-aspect--315::after {
  padding-bottom: 315%;
}

.u-aspect--320::after {
  padding-bottom: 320%;
}

.u-aspect--325::after {
  padding-bottom: 325%;
}

.u-aspect--330::after {
  padding-bottom: 330%;
}

.u-aspect--335::after {
  padding-bottom: 335%;
}

.u-aspect--340::after {
  padding-bottom: 340%;
}

.u-aspect--345::after {
  padding-bottom: 345%;
}

.u-aspect--350::after {
  padding-bottom: 350%;
}

.u-aspect--355::after {
  padding-bottom: 355%;
}

.u-aspect--360::after {
  padding-bottom: 360%;
}

.u-aspect--365::after {
  padding-bottom: 365%;
}

.u-aspect--370::after {
  padding-bottom: 370%;
}

.u-aspect--375::after {
  padding-bottom: 375%;
}

.u-aspect--380::after {
  padding-bottom: 380%;
}

.u-aspect--385::after {
  padding-bottom: 385%;
}

.u-aspect--390::after {
  padding-bottom: 390%;
}

.u-aspect--395::after {
  padding-bottom: 395%;
}

.u-aspect--400::after {
  padding-bottom: 400%;
}

.u-aspect--405::after {
  padding-bottom: 405%;
}

.u-aspect--410::after {
  padding-bottom: 410%;
}

.u-aspect--415::after {
  padding-bottom: 415%;
}

.u-aspect--420::after {
  padding-bottom: 420%;
}

.u-aspect--425::after {
  padding-bottom: 425%;
}

.u-aspect--430::after {
  padding-bottom: 430%;
}

.u-aspect--435::after {
  padding-bottom: 435%;
}

.u-aspect--440::after {
  padding-bottom: 440%;
}

.u-aspect--445::after {
  padding-bottom: 445%;
}

.u-aspect--450::after {
  padding-bottom: 450%;
}

.u-aspect--455::after {
  padding-bottom: 455%;
}

.u-aspect--460::after {
  padding-bottom: 460%;
}

.u-aspect--465::after {
  padding-bottom: 465%;
}

.u-aspect--470::after {
  padding-bottom: 470%;
}

.u-aspect--475::after {
  padding-bottom: 475%;
}

.u-aspect--480::after {
  padding-bottom: 480%;
}

.u-aspect--485::after {
  padding-bottom: 485%;
}

.u-aspect--490::after {
  padding-bottom: 490%;
}

.u-aspect--495::after {
  padding-bottom: 495%;
}

/* ==========================================================================
   ALIGNMENT
   ========================================================================== */
/*! purgecss start ignore */
@media (min-width: 1024px) {
  .u-align--left {
    float: left;
    margin: 1rem 0;
    margin: 1rem 1rem 1rem 0;
  }
  .u-align--center {
    margin: 1rem auto;
  }
  .u-align--right {
    float: right;
    margin: 1rem 0;
    margin: 1rem 0 1rem 1rem;
  }
}
/*! purgecss end ignore */
/* ==========================================================================
   PRINT
   ========================================================================== */
@page {
  size: auto;
  margin: 30mm 25mm 30mm;
}
@media print {
  #content .columns .column.is-4 {
    page-break-before: auto;
  }
  .c-article__aside {
    padding: 0;
  }
  .c-hero--has-single {
    padding-top: 0;
  }
  .c-article {
    width: 70ch;
    margin: 0 auto;
    font-size: 12pt;
  }
  div[class*=mt] {
    margin-top: 1rem;
  }
  .c-header,
  .c-related,
  .c-share,
  .totalpoll-container,
  .c-nav__list,
  .c-article__aside--comment-box,
  .c-author__image,
  .c-author__collapse-text-trigger {
    display: none;
  }
  .columns {
    display: block !important;
  }
  .column {
    width: 100% !important;
  }
  .column[class*=is-offset-] {
    margin-left: 0;
  }
  .c-author__title {
    font-size: 1em;
  }
  .c-link--cta,
  .c-hero__authors,
  .c-btn,
  .facetwp-load-more {
    text-align: left;
    display: block;
  }
  .c-btn, .facetwp-load-more {
    padding: 0;
  }
  .c-btn svg, .facetwp-load-more svg {
    display: none;
  }
  .c-list svg {
    fill: #000;
  }
  .c-hero__image {
    display: none;
  }
  a {
    display: block;
  }
  a::after {
    font-weight: normal;
    display: block;
    content: attr(href);
    font-family: "Courier", monospace;
  }
}
/* ==========================================================================
   ALL VENDOR SPECIFIC STYLES
   ========================================================================== */
/* ==========================================================================
   FACETWP STYLES
   ========================================================================== */
.facetwp-template {
  margin-top: 30px;
}
@media screen and (min-width: 320px) {
  .facetwp-template {
    margin-top: calc(30px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .facetwp-template {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .facetwp-grid--columns .facetwp-template {
    display: flex;
    flex-flow: row wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.c-filter__type .facetwp-facet {
  margin-bottom: 0;
}

.facetwp-type-fselect {
  color: #000;
}

.facetwp-type-dropdown,
.facetwp-type-search {
  opacity: 0.8;
  position: relative;
  width: 100%;
}
.facetwp-type-dropdown select,
.facetwp-type-dropdown input,
.facetwp-type-search select,
.facetwp-type-search input {
  width: 100%;
  font-family: "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-weight: 500;
  font-size: 0.9rem;
  border: none;
}
@media (min-width: 1024px) {
  .facetwp-type-dropdown select,
  .facetwp-type-dropdown input,
  .facetwp-type-search select,
  .facetwp-type-search input {
    border: 1px solid #000;
  }
}
.facetwp-type-dropdown select,
.facetwp-type-search select {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.4 6.1'%3E%3Cpath data-name='Pfad 36' d='M4.7 6.1L0 1.4 1.4 0l3.3 3.3L8 0l1.4 1.4z' fill='currentColor'/%3E%3C/svg%3E") no-repeat calc(100% - 1rem) 50%/10px 6px;
}
.facetwp-type-dropdown .facetwp-icon,
.facetwp-type-search .facetwp-icon {
  opacity: 1;
  right: 5px;
}

.facetwp-search-wrap,
.facetwp-search {
  width: 100%;
}

.c-filter__type .facetwp-checkbox,
.c-filter__type .facetwp-checkbox--all {
  cursor: pointer;
  padding-left: 1.5rem;
  background: no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg data-name='Rechteck 1157' fill='none' stroke='%23fff' stroke-width='2'%3E%3Crect width='16' height='16' rx='4' stroke='none'/%3E%3Crect x='1' y='1' width='14' height='14' rx='3'/%3E%3C/g%3E%3C/svg%3E") 0 50%/1rem 1rem;
}
.c-filter__type .facetwp-checkbox.checked,
.c-filter__type .facetwp-checkbox--all.checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg data-name='Gruppe 530' transform='translate(-306 -741)'%3E%3Cg data-name='Rechteck 1157' transform='translate(306 741)' fill='none' stroke='%23fff' stroke-width='2'%3E%3Crect width='16' height='16' rx='4' stroke='none'/%3E%3Crect x='1' y='1' width='14' height='14' rx='3'/%3E%3C/g%3E%3Crect data-name='Rechteck 1158' width='8' height='8' rx='2' transform='translate(310 745)' fill='%23fafafa'/%3E%3C/g%3E%3C/svg%3E");
}

.facetwp-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}

.facetwp-pager .facetwp-page {
  width: 32px;
  height: 32px;
  color: #000;
  font-weight: bold;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid;
  line-height: 1.25;
  vertical-align: center;
}
@media screen and (min-width: 320px) {
  .facetwp-pager .facetwp-page {
    width: calc(32px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .facetwp-pager .facetwp-page {
    width: 40px;
  }
}
@media screen and (min-width: 320px) {
  .facetwp-pager .facetwp-page {
    height: calc(32px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .facetwp-pager .facetwp-page {
    height: 40px;
  }
}
.facetwp-pager .facetwp-page.active {
  background-color: #75b94e;
  border-color: #75b94e;
}
.facetwp-pager .facetwp-page.prev, .facetwp-pager .facetwp-page.next {
  width: initial;
  height: initial;
  background-color: transparent;
  border: none;
  padding: 0;
}

body .perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-cancel {
  color: #000;
}

body .perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-subscribe {
  background: var(--color-primary);
}

.perfecty-push-dialog-box button {
  font-family: "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
}

body .perfecty-push-settings-container #perfecty-push-settings-open svg {
  background-color: var(--color-primary);
}

/* ==========================================================================
   SENDINBLUE NEWSLETTER STYLES
   ========================================================================== */
@media (min-width: 1024px) {
  .sib_signup_box_inside_1 {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
  }
}

.sib_msg_disp {
  order: 1;
  width: 100%;
  text-align: center;
}

/* ==========================================================================
   #PLYR
   ========================================================================== */
.plyr--video {
  z-index: initial;
}

.plyr--audio {
  margin-bottom: 24px;
  padding: 16px;
  border: 2px solid #00556f;
  padding-left: 1rem;
  padding-right: 1rem;
  height: initial;
}
@media screen and (min-width: 320px) {
  .plyr--audio {
    margin-bottom: calc(24px + 24 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .plyr--audio {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 320px) {
  .plyr--audio {
    padding: calc(16px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .plyr--audio {
    padding: 20px;
  }
}

.plyr__poster {
  background-size: cover;
}

/* ==========================================================================
   #TOTAL POLL
   ========================================================================== */
.totalpoll-wrapper::before {
  content: "";
  display: block;
  clear: both;
}

body#body .c-article #totalpoll.totalpoll-wrapper .totalpoll-container {
  padding: 16px;
}
@media screen and (min-width: 320px) {
  body#body .c-article #totalpoll.totalpoll-wrapper .totalpoll-container {
    padding: calc(16px + 16 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  body#body .c-article #totalpoll.totalpoll-wrapper .totalpoll-container {
    padding: 32px;
  }
}
body#body .c-article #totalpoll.totalpoll-wrapper .totalpoll-question-content {
  color: #fff;
  font-size: 1.125rem;
}
body#body .c-article #totalpoll.totalpoll-wrapper .totalpoll-question-choices-item-control {
  background: transparent;
  border: none;
  color: #fff;
  font: bold 1.125rem "Akkurat Std", candara, segoe, segoe ui, optima, arial, sans-serif;
}
.totalpoll-question-choices-item:hover body#body .c-article #totalpoll.totalpoll-wrapper .totalpoll-question-choices-item-control, .totalpoll-question-choices-item:focus body#body .c-article #totalpoll.totalpoll-wrapper .totalpoll-question-choices-item-control {
  background: transparent;
  color: #999;
}
body#body .c-article #totalpoll.totalpoll-wrapper .totalpoll-question-choices-item-selector-box {
  border-radius: 0;
}
.totalpoll-question-choices-item:hover body#body .c-article #totalpoll.totalpoll-wrapper .totalpoll-question-choices-item-selector-box, .totalpoll-question-choices-item:focus body#body .c-article #totalpoll.totalpoll-wrapper .totalpoll-question-choices-item-selector-box {
  background-color: #999;
}
body#body .c-article #totalpoll.totalpoll-wrapper .totalpoll-question-choices-item-label {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

/* ==========================================================================
   SPACING
   ========================================================================== */
.ml-0 {
  margin-left: 4px;
}
@media screen and (min-width: 320px) {
  .ml-0 {
    margin-left: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-0 {
    margin-left: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-0 {
    margin-left: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-0 {
    margin-left: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-0 {
    margin-left: 4.25px;
  }
}
.ml-1 {
  margin-left: 8px;
}
@media screen and (min-width: 320px) {
  .ml-1 {
    margin-left: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-1 {
    margin-left: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-1 {
    margin-left: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-1 {
    margin-left: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-1 {
    margin-left: 8.5px;
  }
}
.ml-2 {
  margin-left: 16px;
}
@media screen and (min-width: 320px) {
  .ml-2 {
    margin-left: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-2 {
    margin-left: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-2 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-2 {
    margin-left: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-2 {
    margin-left: 17px;
  }
}
.ml-3 {
  margin-left: 32px;
}
@media screen and (min-width: 320px) {
  .ml-3 {
    margin-left: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-3 {
    margin-left: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-3 {
    margin-left: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-3 {
    margin-left: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-3 {
    margin-left: 34px;
  }
}
.ml-4 {
  margin-left: 48px;
}
@media screen and (min-width: 320px) {
  .ml-4 {
    margin-left: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-4 {
    margin-left: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-4 {
    margin-left: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-4 {
    margin-left: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-4 {
    margin-left: 51px;
  }
}
.ml-5 {
  margin-left: 64px;
}
@media screen and (min-width: 320px) {
  .ml-5 {
    margin-left: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-5 {
    margin-left: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-5 {
    margin-left: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-5 {
    margin-left: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-5 {
    margin-left: 68px;
  }
}
.ml-6 {
  margin-left: 96px;
}
@media screen and (min-width: 320px) {
  .ml-6 {
    margin-left: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-6 {
    margin-left: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-6 {
    margin-left: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-6 {
    margin-left: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-6 {
    margin-left: 102px;
  }
}
.ml-7 {
  margin-left: 128px;
}
@media screen and (min-width: 320px) {
  .ml-7 {
    margin-left: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-7 {
    margin-left: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-7 {
    margin-left: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-7 {
    margin-left: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-7 {
    margin-left: 136px;
  }
}
.ml-8 {
  margin-left: 160px;
}
@media screen and (min-width: 320px) {
  .ml-8 {
    margin-left: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-8 {
    margin-left: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-8 {
    margin-left: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-8 {
    margin-left: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-8 {
    margin-left: 170px;
  }
}
.ml-9 {
  margin-left: 192px;
}
@media screen and (min-width: 320px) {
  .ml-9 {
    margin-left: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .ml-9 {
    margin-left: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-ml-9 {
    margin-left: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-ml-9 {
    margin-left: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-ml-9 {
    margin-left: 204px;
  }
}
.mt-0 {
  margin-top: 4px;
}
@media screen and (min-width: 320px) {
  .mt-0 {
    margin-top: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-0 {
    margin-top: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-0 {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-0 {
    margin-top: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-0 {
    margin-top: 4.25px;
  }
}
.mt-1 {
  margin-top: 8px;
}
@media screen and (min-width: 320px) {
  .mt-1 {
    margin-top: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-1 {
    margin-top: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-1 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-1 {
    margin-top: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-1 {
    margin-top: 8.5px;
  }
}
.mt-2 {
  margin-top: 16px;
}
@media screen and (min-width: 320px) {
  .mt-2 {
    margin-top: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-2 {
    margin-top: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-2 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-2 {
    margin-top: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-2 {
    margin-top: 17px;
  }
}
.mt-3, .facetwp-facet-load_more {
  margin-top: 32px;
}
@media screen and (min-width: 320px) {
  .mt-3, .facetwp-facet-load_more {
    margin-top: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-3, .facetwp-facet-load_more {
    margin-top: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-3 {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-3 {
    margin-top: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-3 {
    margin-top: 34px;
  }
}
.mt-4 {
  margin-top: 48px;
}
@media screen and (min-width: 320px) {
  .mt-4 {
    margin-top: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-4 {
    margin-top: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-4 {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-4 {
    margin-top: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-4 {
    margin-top: 51px;
  }
}
.mt-5 {
  margin-top: 64px;
}
@media screen and (min-width: 320px) {
  .mt-5 {
    margin-top: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-5 {
    margin-top: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-5 {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-5 {
    margin-top: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-5 {
    margin-top: 68px;
  }
}
.mt-6 {
  margin-top: 96px;
}
@media screen and (min-width: 320px) {
  .mt-6 {
    margin-top: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-6 {
    margin-top: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-6 {
    margin-top: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-6 {
    margin-top: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-6 {
    margin-top: 102px;
  }
}
.mt-7 {
  margin-top: 128px;
}
@media screen and (min-width: 320px) {
  .mt-7 {
    margin-top: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-7 {
    margin-top: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-7 {
    margin-top: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-7 {
    margin-top: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-7 {
    margin-top: 136px;
  }
}
.mt-8 {
  margin-top: 160px;
}
@media screen and (min-width: 320px) {
  .mt-8 {
    margin-top: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-8 {
    margin-top: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-8 {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-8 {
    margin-top: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-8 {
    margin-top: 170px;
  }
}
.mt-9 {
  margin-top: 192px;
}
@media screen and (min-width: 320px) {
  .mt-9 {
    margin-top: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mt-9 {
    margin-top: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mt-9 {
    margin-top: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mt-9 {
    margin-top: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mt-9 {
    margin-top: 204px;
  }
}
.mb-0 {
  margin-bottom: 4px;
}
@media screen and (min-width: 320px) {
  .mb-0 {
    margin-bottom: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-0 {
    margin-bottom: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-0 {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-0 {
    margin-bottom: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-0 {
    margin-bottom: 4.25px;
  }
}
.mb-1 {
  margin-bottom: 8px;
}
@media screen and (min-width: 320px) {
  .mb-1 {
    margin-bottom: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-1 {
    margin-bottom: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-1 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-1 {
    margin-bottom: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-1 {
    margin-bottom: 8.5px;
  }
}
.mb-2 {
  margin-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .mb-2 {
    margin-bottom: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-2 {
    margin-bottom: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-2 {
    margin-bottom: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-2 {
    margin-bottom: 17px;
  }
}
.mb-3 {
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) {
  .mb-3 {
    margin-bottom: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-3 {
    margin-bottom: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-3 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-3 {
    margin-bottom: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-3 {
    margin-bottom: 34px;
  }
}
.mb-4 {
  margin-bottom: 48px;
}
@media screen and (min-width: 320px) {
  .mb-4 {
    margin-bottom: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-4 {
    margin-bottom: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-4 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-4 {
    margin-bottom: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-4 {
    margin-bottom: 51px;
  }
}
.mb-5 {
  margin-bottom: 64px;
}
@media screen and (min-width: 320px) {
  .mb-5 {
    margin-bottom: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-5 {
    margin-bottom: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-5 {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-5 {
    margin-bottom: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-5 {
    margin-bottom: 68px;
  }
}
.mb-6 {
  margin-bottom: 96px;
}
@media screen and (min-width: 320px) {
  .mb-6 {
    margin-bottom: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-6 {
    margin-bottom: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-6 {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-6 {
    margin-bottom: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-6 {
    margin-bottom: 102px;
  }
}
.mb-7 {
  margin-bottom: 128px;
}
@media screen and (min-width: 320px) {
  .mb-7 {
    margin-bottom: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-7 {
    margin-bottom: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-7 {
    margin-bottom: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-7 {
    margin-bottom: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-7 {
    margin-bottom: 136px;
  }
}
.mb-8 {
  margin-bottom: 160px;
}
@media screen and (min-width: 320px) {
  .mb-8 {
    margin-bottom: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-8 {
    margin-bottom: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-8 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-8 {
    margin-bottom: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-8 {
    margin-bottom: 170px;
  }
}
.mb-9 {
  margin-bottom: 192px;
}
@media screen and (min-width: 320px) {
  .mb-9 {
    margin-bottom: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mb-9 {
    margin-bottom: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mb-9 {
    margin-bottom: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mb-9 {
    margin-bottom: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mb-9 {
    margin-bottom: 204px;
  }
}
.mr-0 {
  margin-right: 4px;
}
@media screen and (min-width: 320px) {
  .mr-0 {
    margin-right: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-0 {
    margin-right: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-0 {
    margin-right: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-0 {
    margin-right: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-0 {
    margin-right: 4.25px;
  }
}
.mr-1 {
  margin-right: 8px;
}
@media screen and (min-width: 320px) {
  .mr-1 {
    margin-right: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-1 {
    margin-right: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-1 {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-1 {
    margin-right: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-1 {
    margin-right: 8.5px;
  }
}
.mr-2 {
  margin-right: 16px;
}
@media screen and (min-width: 320px) {
  .mr-2 {
    margin-right: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-2 {
    margin-right: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-2 {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-2 {
    margin-right: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-2 {
    margin-right: 17px;
  }
}
.mr-3 {
  margin-right: 32px;
}
@media screen and (min-width: 320px) {
  .mr-3 {
    margin-right: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-3 {
    margin-right: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-3 {
    margin-right: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-3 {
    margin-right: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-3 {
    margin-right: 34px;
  }
}
.mr-4 {
  margin-right: 48px;
}
@media screen and (min-width: 320px) {
  .mr-4 {
    margin-right: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-4 {
    margin-right: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-4 {
    margin-right: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-4 {
    margin-right: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-4 {
    margin-right: 51px;
  }
}
.mr-5 {
  margin-right: 64px;
}
@media screen and (min-width: 320px) {
  .mr-5 {
    margin-right: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-5 {
    margin-right: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-5 {
    margin-right: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-5 {
    margin-right: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-5 {
    margin-right: 68px;
  }
}
.mr-6 {
  margin-right: 96px;
}
@media screen and (min-width: 320px) {
  .mr-6 {
    margin-right: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-6 {
    margin-right: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-6 {
    margin-right: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-6 {
    margin-right: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-6 {
    margin-right: 102px;
  }
}
.mr-7 {
  margin-right: 128px;
}
@media screen and (min-width: 320px) {
  .mr-7 {
    margin-right: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-7 {
    margin-right: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-7 {
    margin-right: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-7 {
    margin-right: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-7 {
    margin-right: 136px;
  }
}
.mr-8 {
  margin-right: 160px;
}
@media screen and (min-width: 320px) {
  .mr-8 {
    margin-right: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-8 {
    margin-right: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-8 {
    margin-right: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-8 {
    margin-right: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-8 {
    margin-right: 170px;
  }
}
.mr-9 {
  margin-right: 192px;
}
@media screen and (min-width: 320px) {
  .mr-9 {
    margin-right: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .mr-9 {
    margin-right: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-mr-9 {
    margin-right: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-mr-9 {
    margin-right: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-mr-9 {
    margin-right: 204px;
  }
}
.pl-0 {
  padding-left: 4px;
}
@media screen and (min-width: 320px) {
  .pl-0 {
    padding-left: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-0 {
    padding-left: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-0 {
    padding-left: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-0 {
    padding-left: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-0 {
    padding-left: 4.25px;
  }
}
.pl-1 {
  padding-left: 8px;
}
@media screen and (min-width: 320px) {
  .pl-1 {
    padding-left: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-1 {
    padding-left: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-1 {
    padding-left: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-1 {
    padding-left: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-1 {
    padding-left: 8.5px;
  }
}
.pl-2 {
  padding-left: 16px;
}
@media screen and (min-width: 320px) {
  .pl-2 {
    padding-left: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-2 {
    padding-left: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-2 {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-2 {
    padding-left: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-2 {
    padding-left: 17px;
  }
}
.pl-3 {
  padding-left: 32px;
}
@media screen and (min-width: 320px) {
  .pl-3 {
    padding-left: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-3 {
    padding-left: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-3 {
    padding-left: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-3 {
    padding-left: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-3 {
    padding-left: 34px;
  }
}
.pl-4 {
  padding-left: 48px;
}
@media screen and (min-width: 320px) {
  .pl-4 {
    padding-left: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-4 {
    padding-left: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-4 {
    padding-left: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-4 {
    padding-left: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-4 {
    padding-left: 51px;
  }
}
.pl-5 {
  padding-left: 64px;
}
@media screen and (min-width: 320px) {
  .pl-5 {
    padding-left: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-5 {
    padding-left: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-5 {
    padding-left: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-5 {
    padding-left: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-5 {
    padding-left: 68px;
  }
}
.pl-6 {
  padding-left: 96px;
}
@media screen and (min-width: 320px) {
  .pl-6 {
    padding-left: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-6 {
    padding-left: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-6 {
    padding-left: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-6 {
    padding-left: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-6 {
    padding-left: 102px;
  }
}
.pl-7 {
  padding-left: 128px;
}
@media screen and (min-width: 320px) {
  .pl-7 {
    padding-left: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-7 {
    padding-left: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-7 {
    padding-left: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-7 {
    padding-left: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-7 {
    padding-left: 136px;
  }
}
.pl-8 {
  padding-left: 160px;
}
@media screen and (min-width: 320px) {
  .pl-8 {
    padding-left: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-8 {
    padding-left: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-8 {
    padding-left: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-8 {
    padding-left: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-8 {
    padding-left: 170px;
  }
}
.pl-9 {
  padding-left: 192px;
}
@media screen and (min-width: 320px) {
  .pl-9 {
    padding-left: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pl-9 {
    padding-left: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pl-9 {
    padding-left: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pl-9 {
    padding-left: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pl-9 {
    padding-left: 204px;
  }
}
.pt-0 {
  padding-top: 4px;
}
@media screen and (min-width: 320px) {
  .pt-0 {
    padding-top: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-0 {
    padding-top: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-0 {
    padding-top: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-0 {
    padding-top: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-0 {
    padding-top: 4.25px;
  }
}
.pt-1 {
  padding-top: 8px;
}
@media screen and (min-width: 320px) {
  .pt-1 {
    padding-top: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-1 {
    padding-top: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-1 {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-1 {
    padding-top: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-1 {
    padding-top: 8.5px;
  }
}
.pt-2 {
  padding-top: 16px;
}
@media screen and (min-width: 320px) {
  .pt-2 {
    padding-top: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-2 {
    padding-top: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-2 {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-2 {
    padding-top: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-2 {
    padding-top: 17px;
  }
}
.pt-3 {
  padding-top: 32px;
}
@media screen and (min-width: 320px) {
  .pt-3 {
    padding-top: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-3 {
    padding-top: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-3 {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-3 {
    padding-top: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-3 {
    padding-top: 34px;
  }
}
.pt-4 {
  padding-top: 48px;
}
@media screen and (min-width: 320px) {
  .pt-4 {
    padding-top: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-4 {
    padding-top: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-4 {
    padding-top: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-4 {
    padding-top: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-4 {
    padding-top: 51px;
  }
}
.pt-5 {
  padding-top: 64px;
}
@media screen and (min-width: 320px) {
  .pt-5 {
    padding-top: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-5 {
    padding-top: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-5 {
    padding-top: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-5 {
    padding-top: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-5 {
    padding-top: 68px;
  }
}
.pt-6 {
  padding-top: 96px;
}
@media screen and (min-width: 320px) {
  .pt-6 {
    padding-top: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-6 {
    padding-top: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-6 {
    padding-top: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-6 {
    padding-top: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-6 {
    padding-top: 102px;
  }
}
.pt-7 {
  padding-top: 128px;
}
@media screen and (min-width: 320px) {
  .pt-7 {
    padding-top: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-7 {
    padding-top: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-7 {
    padding-top: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-7 {
    padding-top: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-7 {
    padding-top: 136px;
  }
}
.pt-8 {
  padding-top: 160px;
}
@media screen and (min-width: 320px) {
  .pt-8 {
    padding-top: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-8 {
    padding-top: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-8 {
    padding-top: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-8 {
    padding-top: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-8 {
    padding-top: 170px;
  }
}
.pt-9 {
  padding-top: 192px;
}
@media screen and (min-width: 320px) {
  .pt-9 {
    padding-top: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pt-9 {
    padding-top: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pt-9 {
    padding-top: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pt-9 {
    padding-top: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pt-9 {
    padding-top: 204px;
  }
}
.pb-0 {
  padding-bottom: 4px;
}
@media screen and (min-width: 320px) {
  .pb-0 {
    padding-bottom: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-0 {
    padding-bottom: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-0 {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-0 {
    padding-bottom: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-0 {
    padding-bottom: 4.25px;
  }
}
.pb-1 {
  padding-bottom: 8px;
}
@media screen and (min-width: 320px) {
  .pb-1 {
    padding-bottom: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-1 {
    padding-bottom: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-1 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-1 {
    padding-bottom: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-1 {
    padding-bottom: 8.5px;
  }
}
.pb-2 {
  padding-bottom: 16px;
}
@media screen and (min-width: 320px) {
  .pb-2 {
    padding-bottom: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-2 {
    padding-bottom: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-2 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-2 {
    padding-bottom: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-2 {
    padding-bottom: 17px;
  }
}
.pb-3 {
  padding-bottom: 32px;
}
@media screen and (min-width: 320px) {
  .pb-3 {
    padding-bottom: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-3 {
    padding-bottom: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-3 {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-3 {
    padding-bottom: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-3 {
    padding-bottom: 34px;
  }
}
.pb-4 {
  padding-bottom: 48px;
}
@media screen and (min-width: 320px) {
  .pb-4 {
    padding-bottom: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-4 {
    padding-bottom: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-4 {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-4 {
    padding-bottom: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-4 {
    padding-bottom: 51px;
  }
}
.pb-5 {
  padding-bottom: 64px;
}
@media screen and (min-width: 320px) {
  .pb-5 {
    padding-bottom: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-5 {
    padding-bottom: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-5 {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-5 {
    padding-bottom: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-5 {
    padding-bottom: 68px;
  }
}
.pb-6 {
  padding-bottom: 96px;
}
@media screen and (min-width: 320px) {
  .pb-6 {
    padding-bottom: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-6 {
    padding-bottom: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-6 {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-6 {
    padding-bottom: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-6 {
    padding-bottom: 102px;
  }
}
.pb-7 {
  padding-bottom: 128px;
}
@media screen and (min-width: 320px) {
  .pb-7 {
    padding-bottom: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-7 {
    padding-bottom: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-7 {
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-7 {
    padding-bottom: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-7 {
    padding-bottom: 136px;
  }
}
.pb-8 {
  padding-bottom: 160px;
}
@media screen and (min-width: 320px) {
  .pb-8 {
    padding-bottom: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-8 {
    padding-bottom: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-8 {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-8 {
    padding-bottom: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-8 {
    padding-bottom: 170px;
  }
}
.pb-9 {
  padding-bottom: 192px;
}
@media screen and (min-width: 320px) {
  .pb-9 {
    padding-bottom: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pb-9 {
    padding-bottom: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pb-9 {
    padding-bottom: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pb-9 {
    padding-bottom: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pb-9 {
    padding-bottom: 204px;
  }
}
.pr-0 {
  padding-right: 4px;
}
@media screen and (min-width: 320px) {
  .pr-0 {
    padding-right: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-0 {
    padding-right: 4.25px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-0 {
    padding-right: 4px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-0 {
    padding-right: calc(4px + 0.25 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-0 {
    padding-right: 4.25px;
  }
}
.pr-1 {
  padding-right: 8px;
}
@media screen and (min-width: 320px) {
  .pr-1 {
    padding-right: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-1 {
    padding-right: 8.5px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-1 {
    padding-right: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-1 {
    padding-right: calc(8px + 0.5 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-1 {
    padding-right: 8.5px;
  }
}
.pr-2 {
  padding-right: 16px;
}
@media screen and (min-width: 320px) {
  .pr-2 {
    padding-right: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-2 {
    padding-right: 17px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-2 {
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-2 {
    padding-right: calc(16px + 1 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-2 {
    padding-right: 17px;
  }
}
.pr-3 {
  padding-right: 32px;
}
@media screen and (min-width: 320px) {
  .pr-3 {
    padding-right: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-3 {
    padding-right: 34px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-3 {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-3 {
    padding-right: calc(32px + 2 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-3 {
    padding-right: 34px;
  }
}
.pr-4 {
  padding-right: 48px;
}
@media screen and (min-width: 320px) {
  .pr-4 {
    padding-right: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-4 {
    padding-right: 51px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-4 {
    padding-right: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-4 {
    padding-right: calc(48px + 3 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-4 {
    padding-right: 51px;
  }
}
.pr-5 {
  padding-right: 64px;
}
@media screen and (min-width: 320px) {
  .pr-5 {
    padding-right: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-5 {
    padding-right: 68px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-5 {
    padding-right: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-5 {
    padding-right: calc(64px + 4 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-5 {
    padding-right: 68px;
  }
}
.pr-6 {
  padding-right: 96px;
}
@media screen and (min-width: 320px) {
  .pr-6 {
    padding-right: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-6 {
    padding-right: 102px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-6 {
    padding-right: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-6 {
    padding-right: calc(96px + 6 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-6 {
    padding-right: 102px;
  }
}
.pr-7 {
  padding-right: 128px;
}
@media screen and (min-width: 320px) {
  .pr-7 {
    padding-right: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-7 {
    padding-right: 136px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-7 {
    padding-right: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-7 {
    padding-right: calc(128px + 8 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-7 {
    padding-right: 136px;
  }
}
.pr-8 {
  padding-right: 160px;
}
@media screen and (min-width: 320px) {
  .pr-8 {
    padding-right: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-8 {
    padding-right: 170px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-8 {
    padding-right: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-8 {
    padding-right: calc(160px + 10 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-8 {
    padding-right: 170px;
  }
}
.pr-9 {
  padding-right: 192px;
}
@media screen and (min-width: 320px) {
  .pr-9 {
    padding-right: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (min-width: 1280px) {
  .pr-9 {
    padding-right: 204px;
  }
}

@media (max-width: 1023.98px) {
  .xs-pr-9 {
    padding-right: 192px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 320px) {
  .xs-pr-9 {
    padding-right: calc(192px + 12 * (100vw - 320px) / 960);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1280px) {
  .xs-pr-9 {
    padding-right: 204px;
  }
}

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