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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --- BREAKPOINTS src: https://davidhellmann.com/blog/development/sass-breakpoint-mixin ========================================================================== */
body, header, main, footer, section, nav {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  width: 100vw;
  max-width: 100%;
  position: relative;
  min-height: 1rem;
}

html, body {
  background-color: rgb(226, 222, 222);
}

body {
  background-color: white;
  margin: 0 auto;
  overflow-x: hidden;
}
body > * {
  overflow-x: hidden;
}

div, body, header, main, footer, section, nav, ul, li, a {
  box-sizing: border-box;
}

main {
  min-height: 100vh;
  padding-top: 1.6rem;
}

body:not(.home) main {
  padding-top: 3rem;
}

@font-face {
  font-family: "ApfelGrotezk-Regular";
  src: url("../fonts/ApfelGrotezk-clt/web/ApfelGrotezk-Regular.woff2") format("woff2"), url("../fonts/ApfelGrotezk-clt/web/ApfelGrotezk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.smallFont {
  font-size: 0.75rem;
  line-height: 1.04rem;
  letter-spacing: 0.02em;
}

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

html, body {
  font-family: "ApfelGrotezk-Regular", "Helvetica", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 27px;
  line-height: 1.125;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-style: inherit;
  padding: 0;
  margin: 0;
}

h1 {
  text-align: left;
  font-size: 2.5rem;
  line-height: 0.9;
  letter-spacing: -0.01em;
  color: #FFF04B;
}

.fs-underline {
  text-decoration: underline;
}

.fs-centered {
  text-align: center;
}

.subhead {
  margin-top: 27px;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  color: #0054FF;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
}
a.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

b, strong {
  font-weight: normal;
}

section.module.basic,
section.module.news {
  /*p + p {
    margin-top: 1.2rem;}*/
}
section.module.basic h1, section.module.basic h2, section.module.basic h3, section.module.basic h4, section.module.basic h5, section.module.basic h6,
section.module.news h1,
section.module.news h2,
section.module.news h3,
section.module.news h4,
section.module.news h5,
section.module.news h6 {
  color: #0054FF;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 38rem;
}
section.module.basic h1,
section.module.news h1 {
  margin: 1rem auto 2rem;
}
section.module.basic p,
section.module.news p {
  max-width: 38rem;
  margin: 0.6rem auto;
}

section.module.basic h1 {
  margin: 1rem auto 2rem;
}
section.module.basic h2, section.module.basic h3, section.module.basic h4, section.module.basic h5, section.module.basic h6 {
  margin: 1.2rem auto;
}

section.module.news h1 {
  margin: 1rem 0 2rem;
}
section.module.news h2, section.module.news h3, section.module.news h4, section.module.news h5, section.module.news h6 {
  margin: 1.2rem 0;
}

button {
  outline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  border: 0;
  position: relative;
  cursor: pointer;
  color: #0054FF;
}

button.menu-button.burger {
  width: 0.9rem;
  height: 0.6rem;
  width: 25px;
  height: 16px;
  background: black;
  color: transparent;
  line-height: 0;
  transition: background-color 0.3s linear;
}
button.menu-button.burger:before, button.menu-button.burger:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 20%;
  transform-origin: center;
}
button.menu-button.burger:before {
  height: 50%;
  height: calc(100% - 4px);
  background: white;
}
button.menu-button.burger:after {
  height: 25%;
  height: 2px;
  background: black;
}
button.menu-button.burger:hover {
  background: #0054FF;
}
button.menu-button.burger:hover:after {
  background: #0054FF;
}
body.show-nav button.menu-button.burger {
  background: transparent;
}
body.show-nav button.menu-button.burger:before, body.show-nav button.menu-button.burger:after {
  content: "";
  height: 2px;
  width: 120%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: black;
}
body.show-nav button.menu-button.burger:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
body.show-nav button.menu-button.burger:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

button.toggle-collapse {
  z-index: 100;
  background: transparent;
  height: 1.6em;
  width: 1.6em;
  border: 2px solid #0054FF;
  border-radius: 50%;
  color: transparent;
  overflow: clip;
  top: 0.9rem;
  margin-left: 2.2rem;
}
button.toggle-collapse:before, button.toggle-collapse:after {
  content: "";
  height: 2px;
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #0054FF;
}
button.toggle-collapse:before {
  display: none;
  transform: translate(-50%, -50%) rotate(90deg);
}
button.toggle-collapse:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.is_collapsed button.toggle-collapse:before {
  display: block;
}

button.close {
  z-index: 100;
  background: transparent;
  height: 1.6em;
  width: 1.6em;
  border: 2px solid #0054FF;
  border-radius: 50%;
  color: transparent;
  overflow: clip;
  position: absolute;
  top: 2vmin;
  right: 2vmin;
}
button.close:before, button.close:after {
  content: "";
  height: 2px;
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #0054FF;
}
button.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
button.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.button {
  display: inline-block;
  background: black;
  border: 2px solid black;
  color: white;
  border-radius: 1.2em;
  padding: 0.07em 0.4em 0.1em;
  padding: 0.15em 0.56em 0.23em;
  height: 1.6em;
  overflow-y: hidden;
  white-space: nowrap;
  transform: translateX(-0.1rem);
  flex: 0 0 auto;
  display: block;
  margin: 0;
  width: auto;
}
.button:hover {
  background: #0054FF;
  color: white;
}
.button.cta {
  padding: 0.15em 0.56em 0.23em;
  background: #FFF04B;
  border-color: #FFF04B;
  color: #0054FF;
}
.button.cta:hover {
  background: black;
  color: white;
}
.button.cta:before {
  font-family: inherit;
  content: "➞";
  content: "→";
  margin-right: 0.2rem;
}

.button.extendable {
  overflow: visible;
}
.button.extendable span {
  display: inline-block;
}
.button.extendable .extend-content {
  background: #0054FF;
  position: absolute;
  bottom: -2px;
  left: -2px;
  border-radius: 0.8em;
  padding: 0.3rem 0 0.2rem;
  min-width: 100%;
  min-width: calc(100% + 4px);
  border: 2px solid #0054FF;
  text-align: left;
  display: none;
}
.button.extendable .extend-content a, .button.extendable .extend-content span {
  margin: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  padding: 0.15em 0.56em 0.23em;
  display: block;
  color: white;
}
.button.extendable .extend-content a:before, .button.extendable .extend-content span:before {
  font-family: inherit;
  content: "➞";
  content: "→";
  margin-right: 0.2rem;
}
.button.extendable .extend-content a:hover, .button.extendable .extend-content span:hover {
  color: #FFF04B;
}
.button.extendable:hover {
  z-index: 999;
}
.button.extendable:hover .extend-content {
  display: block;
}

.logo {
  display: block;
  position: relative;
  font-size: inherit;
}
.logo .lottie {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
}
.logo h1.static-logo {
  font-size: inherit;
  position: relative;
  /*
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: start;
  */
}
.logo h1.static-logo > span {
  display: block;
}
.logo h1.static-logo > .circle {
  background: #0054FF;
  height: 0.8em;
  width: 0.8em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.04em;
}
.logo h1.static-logo > .title {
  position: relative;
  padding-left: 1.1em;
  color: black;
  white-space: nowrap;
}
.logo:hover > h1 > .title {
  color: #0054FF;
}

.lottie-player {
  width: 100%;
  height: 100%;
}
.lottie-player > svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.language-select {
  place-self: center start;
  position: relative;
}
.language-select ul li {
  display: block;
}
.language-select ul li.active {
  display: none;
}
.language-select.button.extendable {
  background: #EFEFEF;
  border-color: #EFEFEF;
  color: rgba(0, 0, 0, 0.5);
  overflow: visible;
}
.language-select.button.extendable span {
  display: block;
}
.language-select.button.extendable ul, .language-select.button.extendable li, .language-select.button.extendable a, .language-select.button.extendable span {
  display: block;
  position: relative;
  margin: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
}
.language-select.button.extendable > span.language-active {
  padding-left: 0.9rem;
}
.language-select.button.extendable > span.language-active:before {
  content: "";
  height: 1.6rem;
  height: 100%;
  width: 1.3rem;
  border-radius: 50%;
  position: absolute;
  left: -0.45rem;
  top: 0;
  background-image: url("../img/icon-globe.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 66%;
  opacity: 0.5;
}
.language-select.button.extendable ul.extend-content {
  background: #EFEFEF;
  border: 2px solid #EFEFEF;
  position: absolute;
  bottom: auto;
  left: auto;
  top: -2px;
  right: -2px;
  border-radius: 0.8em;
  padding: 0.1rem 0 0.1rem 0.1rem;
  min-width: 100%;
  min-width: calc(100% + 4px);
  text-align: left;
  display: none;
  z-index: 100;
}
.language-select.button.extendable ul.extend-content a {
  padding: 0.5em 0.46em 0.5em 0.56em;
  color: #0054FF;
}
.language-select.button.extendable ul.extend-content a:hover {
  color: black;
}
.language-select.button.extendable ul.extend-content a:before {
  display: none;
}
.language-select.button.extendable ul.extend-content li + li:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: white;
  width: 80%;
  top: 0;
  left: 10%;
}
.language-select.button.extendable:hover {
  z-index: 999;
}
.language-select.button.extendable:hover .extend-content {
  display: block;
}

.post-item {
  padding: 27px 0;
  min-height: 2.25rem;
  display: block;
  position: relative;
}
.post-item .header-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .post-item .header-container {
    flex-direction: column;
  }
}
.post-item .thumbnail {
  flex: 0 0 50%;
  margin: 0 20px 0 0;
  transition: all 300ms ease-in-out;
}
@media (max-width: 500px) {
  .post-item .thumbnail {
    margin: 0 0 15px 0;
  }
}
.post-item .thumbnail img {
  max-width: 100%;
}
.post-item.is_collapsed .thumbnail {
  flex: 0 0 20%;
}
.post-item .toggle-collapse {
  cursor: pointer;
}
.post-item .post-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.post-item .post-header .label {
  font-size: 0.75rem;
  line-height: 1.04rem;
  letter-spacing: 0.02em;
  padding-bottom: 0.1rem;
}
.post-item .post-header .title {
  color: #0054FF;
  position: relative;
  /*
  &:after {
      content: '';
      background: white;
      display: block;
      position: absolute;
      right: 0;
      top: .15rem;
      height: 2rem;
      width: 2rem;
      border-radius: 50%;
      background-image: url('/assets/icons/jm_button_minus.svg');
      background-size: 110%;
      background-repeat: no-repeat;
      background-position: center;
      border: 2px solid $color-highlight;
  }
  */
}
.post-item .post-header .title > .inner {
  display: block;
  max-width: 38rem;
}
.post-item .post-body {
  font-size: 0.75rem;
  line-height: 1.04rem;
  letter-spacing: 0.02em;
  padding-top: 0.2rem;
}
.post-item .post-body p {
  margin: 1em 0 0;
}
.post-item .post-body .block-type-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.post-item .post-body .block-type-video figure {
  margin: 1em 0 0;
}
.post-item .post-body .block-type-video figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.post-item + .post-item {
  border-top: 1px solid #E6DED8;
}
.post-item.is_collapsed .post-header .title:after {
  background-image: url("/assets/icons/jm_button_plus.svg");
}
.post-item.is_collapsed .post-body {
  display: none;
}

.block.block-type-accordion {
  display: block;
  position: relative;
}
.block.block-type-accordion + .block.block-type-accordion {
  border-top: 1px solid #e6ded8;
}
.block.block-type-accordion .post-item button.toggle-collapse {
  top: -0.2rem;
  margin-left: 2.2rem;
}

.past-events-toggle-container {
  margin: 70px auto 15px;
  text-align: center;
}

.past-events-container {
  margin-top: 50px;
  border-top: 1px solid #E6DED8;
  display: none;
}
.past-events-container .post-item.is_collapsed {
  opacity: 0.3;
}
.past-events-container .past-events-container .past-events-container .post-item.is_collapsed .post-header .title {
  color: #000;
}
.past-events-container .event-item button.toggle-collapse {
  top: 0;
}
.past-events-container .event-item .label,
.past-events-container .event-item .location {
  font-size: 0.75rem;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 10px !important;
  line-height: 1em !important;
  margin: 0 5px 10px 0;
}

header > .inner, footer > .inner {
  padding: 0.5rem;
  display: grid;
}

section.module {
  padding: calc(3vw + 20px) 0.5rem;
  min-height: 320px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: grey;
}

section.module.intro-animation {
  background: #0054FF;
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  display: block;
  height: 174vh;
  max-height: none;
}
section.module.intro-animation .scroll-lottie {
  position: -webkit-sticky;
  position: sticky;
  top: 1.8rem;
  height: 100vh;
  height: calc(100vh - 1.8rem);
  width: 100%;
}

/* provisional mp4 video */
section.module.intro-video {
  background: #0054FF;
  background-image: url(/assets/img/animation-placeholder.svg);
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  display: block;
  min-height: 48vw;
  height: calc( 90vh - 1.6rem );
  overflow: hidden;
}
section.module.intro-video video {
  opacity: 1;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  width: 100vw;
  max-width: 100%;
  height: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /*
  position: absolute;
  left: 50%;
  top: 0;
  */
}

@media (max-aspect-ratio: 13/10) {
  section.module.intro-video video {
    transform: scale(1.3);
  }
}
@media (max-aspect-ratio: 1/1) {
  section.module.intro-video {
    width: 100vmin;
    max-height: 170vmin;
  }
  section.module.intro-video video {
    transform: scale(1.5);
  }
}
section.module.rights-slider {
  padding: 0;
  background: rgb(0, 0, 0);
}
section.module.rights-slider .swiper {
  width: 100%;
  flex: 0 0 100%;
  position: relative;
  background: #4EBF74;
}
section.module.rights-slider .swiper .swiper-pagination {
  bottom: 1.4rem;
  padding: 0 0.5rem;
}
section.module.rights-slider .swiper .swiper-pagination .swiper-pagination-bullet {
  background: white;
  opacity: 1;
}
section.module.rights-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0054FF;
}
section.module.rights-slider .swiper .swiper-wrapper {
  margin: 4vw auto;
}
section.module.rights-slider .swiper .swiper-button {
  margin-bottom: 3vw;
}
section.module.rights-slider .swiper .swiper-button.swiper-button-next, section.module.rights-slider .swiper .swiper-button.swiper-button-prev {
  display: block;
  color: white;
  top: auto;
  bottom: 0.8rem;
}
section.module.rights-slider .swiper .swiper-button.swiper-button-next {
  right: max(10px, 50vw - 19rem);
}
section.module.rights-slider .swiper .swiper-button.swiper-button-prev {
  left: max(10px, 50vw - 19rem);
}
section.module.rights-slider .swiper .swiper-button.swiper-button-next:after, section.module.rights-slider .swiper .swiper-button.swiper-button-prev:after {
  font-family: inherit;
  font-family: "ApfelGrotezk-Regular", "Helvetica", sans-serif;
}
section.module.rights-slider .swiper .swiper-button.swiper-button-prev:after {
  content: "←";
}
section.module.rights-slider .swiper .swiper-button.swiper-button-next:after {
  content: "→";
}
section.module.rights-slider .swiper .swiper-button.swiper-button-disabled {
  opacity: 0;
}
section.module.rights-slider .swiper .swiper-pagination {
  margin-bottom: 3vw;
}
section.module.rights-slider .swiper .swiper-slide {
  padding: 1rem 0.5rem 3rem;
  width: 100vw;
  max-width: 15rem;
  height: 100%;
  min-height: 22rem;
}
section.module.rights-slider .swiper .swiper-slide:nth-of-type(1) {
  background: #4EBF74;
}
section.module.rights-slider .swiper .swiper-slide:nth-of-type(2) {
  background: #DFD1F8;
}
section.module.rights-slider .swiper .swiper-slide:nth-of-type(3) {
  background: #EDFD94;
}
section.module.rights-slider .swiper .swiper-slide:nth-of-type(4) {
  background: #D5C277;
}
section.module.rights-slider .swiper .swiper-slide:nth-of-type(5) {
  background: #C7E4EB;
}
section.module.rights-slider .swiper .swiper-slide:nth-of-type(6) {
  background: #F5908F;
}
section.module.rights-slider .swiper .swiper-slide .card {
  text-align: left;
  background: white;
  color: black;
  padding: 0.3rem 0.5rem 0.5rem 0.5rem;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
  width: 100%;
  min-width: 280px;
  max-width: 15rem;
  height: auto;
  height: 100%;
  min-height: 19rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: -webkit-min-content -webkit-min-content 1fr;
  grid-template-rows: min-content min-content 1fr;
}
section.module.rights-slider .swiper .swiper-slide .card h3, section.module.rights-slider .swiper .swiper-slide .card p, section.module.rights-slider .swiper .swiper-slide .card img {
  display: block;
  width: 100%;
  max-width: 14rem;
}
section.module.rights-slider .swiper .swiper-slide .card h3 {
  color: #0054FF;
  margin-bottom: 1rem;
}
section.module.rights-slider .swiper .swiper-slide .card .icon {
  place-self: end start;
}
section.module.rights-slider .swiper .swiper-slide .card .icon img {
  width: 100%;
  height: auto;
  width: auto;
  max-height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  align-self: end;
  padding: 0.5rem;
}
section.module.rights-slider .slider {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  position: relative;
  background: #4EBF74;
}
section.module.rights-slider .slider div {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
section.module.rights-slider .slider ul.slick-dots {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-items: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  height: 3rem;
}
section.module.rights-slider .slider ul.slick-dots li {
  display: block;
  padding: 5px;
  flex: 0 0 auto;
}
section.module.rights-slider .slider ul.slick-dots li button {
  display: block;
  color: transparent;
  background: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
section.module.rights-slider .slider ul.slick-dots li.slick-active button {
  background: #0054FF;
}

section.module.start {
  background: #0054FF;
  background-image: url(/assets/img/cover.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc( 100vh - 1.6rem );
  padding-bottom: 1rem;
}
section.module.start > .background, section.module.start > .background > video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
section.module.start > .foreground {
  position: relative;
  min-height: 92%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr -webkit-min-content;
  grid-template-rows: 1fr min-content;
  grid-gap: 1rem 0;
  gap: 1rem 0;
  width: 100%;
  max-width: 38rem;
}
@media (min-width: 1000px) {
  section.module.start > .foreground {
    grid-gap: 0;
    gap: 0;
  }
}
section.module.start > .foreground > .area.title {
  justify-self: start;
  align-self: end;
}
section.module.start > .foreground > .area.title h1 {
  max-width: 6em;
  font-size: clamp(65px, 16vw, 100px);
}
section.module.start > .foreground > .area.links {
  justify-self: start;
  align-self: end;
  display: flex;
  flex-flow: column nowrap;
  justify-items: start;
  align-content: start;
  align-items: start;
}
@media (min-width: 1000px) {
  section.module.start > .foreground > .area.links {
    width: auto;
    margin-left: auto;
    display: inline-grid;
    grid-template-columns: repeat(3, -webkit-min-content);
    grid-template-columns: repeat(3, min-content);
    grid-auto-flow: column;
    gap: 0.5rem;
    position: absolute;
    bottom: 0.5rem;
    right: 0;
  }
}
section.module.start > .foreground > .area.links .button + .button {
  margin-top: 0.5rem;
}
@media (min-width: 1000px) {
  section.module.start > .foreground > .area.links .button + .button {
    margin-top: 0;
  }
}
section.module.start > .foreground > .area.links .button.cta:hover {
  color: white;
  background: #0054FF;
  border-color: #0054FF;
}

section.module.support {
  background: #0054FF;
  color: #FFF04B;
  padding: calc(3vw + 20px) 0.5rem;
  min-height: 320px;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(2, auto);
  grid-template-rows: auto -webkit-min-content;
  grid-template-rows: auto min-content;
}
section.module.support > .area.petition {
  width: 100%;
  max-width: 38rem;
  margin: 0;
  place-self: center;
}
section.module.support > .area.petition .petition-counter {
  font-size: 20vmin;
  line-height: 1;
}
section.module.support > .area.petition .petition-counter span {
  white-space: nowrap;
}
section.module.support > .area.petition .petition-counter-subtitle {
  border-top: 1px solid #FFF04B;
  text-align: left;
}
section.module.support > .area.links {
  justify-self: center;
  align-self: end;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  padding: 1rem 0;
}
section.module.support > .area.links a {
  background-color: #0054FF;
  color: #FFF04B;
}

.area.videosection-homepage {
  margin: 0 auto;
}
.area.videosection-homepage .videosection-container {
  display: flex;
  flex-wrap: wrap;
}
.area.videosection-homepage .videosection-container :hover > .bg-image {
  transform: scale(1.05);
}
.area.videosection-homepage .videosection-container :hover > .btn-play {
  margin-left: -2.5vw;
  margin-top: -2.5vw;
}
.area.videosection-homepage .videosection-container :hover > .btn-play i {
  font-size: 5vw;
  opacity: 0;
}
.area.videosection-homepage .video-container {
  position: relative;
  flex: 0 0 16.6666666667%;
  height: 16.6666666667vw;
  overflow: hidden;
  cursor: pointer;
}
.area.videosection-homepage .video-container .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: all 400ms ease-in-out;
}
.area.videosection-homepage .video-container .btn-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: -2vw;
  margin-top: -2vw;
  transition: all 200ms ease-in-out;
}
.area.videosection-homepage .video-container .btn-play i {
  font-size: 4vw;
  color: #fff;
  opacity: 0.5;
  transition: all 200ms ease-in-out;
}
@media (max-width: 640px) {
  .area.videosection-homepage .video-container {
    flex: 0 0 25%;
    height: 25vw;
  }
}

.videosection-overlay {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0054FF;
}
.videosection-overlay .videosection-overlay-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.videosection-overlay .iframe-container {
  position: relative;
  overflow: hidden;
  width: calc(100vw - 4vmin);
  padding-top: 56.25%;
}
.videosection-overlay .iframe-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 640px) {
  .videosection-overlay .iframe-container {
    width: 640px;
    padding-top: 480px;
  }
}
.videosection-overlay button.close {
  border-color: #fff;
}
.videosection-overlay button.close::before, .videosection-overlay button.close::after {
  background-color: #fff;
}

section.module.news {
  background: white;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  color: inherit;
  text-align: left;
  min-height: 10vh;
}
section.module.news .module-header, section.module.news .module-body {
  width: 100%;
  max-width: 38rem;
  margin: 0 auto;
}
section.module.news .module-header {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  align-items: center;
}
section.module.news .module-header h2 {
  justify-self: start;
  text-align: left;
}
section.module.news .module-header a.button {
  justify-self: end;
  background: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
}
section.module.news .module-header a.button:hover {
  color: #0054FF;
  border-color: #0054FF;
}
section.module.news .post-item button.toggle-collapse {
  top: 0.9rem;
  margin-left: 2.2rem;
}

footer {
  margin-top: 2rem;
  background: transparent;
}
footer .cta-ball {
  display: block;
  height: 100vmin;
  width: 100%;
  max-height: 500px;
  max-width: none;
  background: yellow;
  background: linear-gradient(0deg, #EFEFEF 50%, transparent 50%);
  border-radius: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
body:not(.home) footer .cta-ball {
  display: none;
}
footer .cta-ball a.button.cta {
  flex: 0 0 auto;
  margin: 0.25rem;
  background: white;
  border-color: white;
}
footer .cta-ball a.button.cta:hover {
  color: #0054FF;
  background: #FFF04B;
  border-color: #FFF04B;
}
footer .cta-ball:before {
  content: "";
  display: block;
  height: 100vmin;
  width: 100vmin;
  max-height: 500px;
  max-width: 500px;
  background: #0054FF;
  border-radius: 50%;
  position: absolute;
}
footer > .inner {
  background: #EFEFEF;
  padding-top: calc(3vw + 20px);
}
body:not(.home) footer > .inner {
  border-top: 1px solid white;
}
footer > .inner a, footer > .inner span.copyright {
  padding: 0.4em 0;
}
footer > .inner a:hover {
  color: black;
}
footer > .inner > * {
  border-top: 1px solid white;
  width: 100%;
  padding: 0.7rem 0;
  max-width: 38rem;
  margin: 0 auto;
}
footer > .inner > ul.links.internal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.2rem 0;
  gap: 0.2rem 0;
}
@media (min-width: 850px) {
  footer > .inner > ul.links.internal {
    grid-template-columns: repeat(4, 1fr);
  }
}
footer > .inner > ul.links.internal li {
  padding: 0.1rem 0.2rem 0.1rem 0;
}
body:not(.home) footer > .inner > ul.links.internal.primary {
  border-top: 0;
}
footer > .inner > ul.links.internal.secondary, footer > .inner > ul.links.social {
  font-size: 0.8rem;
  line-height: 1.2;
  padding: 0.6rem 0;
}
footer > .inner > ul.links.social {
  display: flex;
  flex-flow: row nowrap;
}
footer > .inner > ul.links.social li + li {
  margin-left: 0.5em;
}
footer > .inner > ul.links.social img {
  transform: translateY(3px);
  height: 27px;
}
footer > .inner > .credits {
  padding: 0.2rem 0;
  grid-column: 1/-1;
  text-align: center;
  font-size: 0.6rem;
  line-height: 1.2;
  color: #0054FF;
  display: grid;
  grid-template-columns: 1fr -webkit-min-content -webkit-min-content;
  grid-template-columns: 1fr min-content min-content;
}
footer > .inner > .credits span.copyright {
  justify-self: start;
}
footer > .inner > .credits a + a {
  margin-left: 0.5em;
}

nav.main-nav {
  padding: 0;
  text-align: left;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  background: white;
  color: #0054FF;
  z-index: 300;
  height: 100vh;
  width: 90vw;
  width: calc(100vw - 2rem);
  max-width: calc(600px - 2rem);
  overflow-y: auto;
  transition: transform 0.3s linear, opacity 0.3s linear;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
nav.main-nav ul, nav.main-nav li, nav.main-nav a {
  display: block;
}
nav.main-nav > .layout {
  min-height: 100vh;
  padding: 0.5rem;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  overflow-x: clip;
}
nav.main-nav > .layout > .top-row {
  display: grid;
  grid-template-columns: auto auto;
}
nav.main-nav > .layout > .top-row .area.menu-button {
  place-self: center end;
}
nav.main-nav .inner a:hover {
  color: black;
}
nav.main-nav .inner > * {
  width: 100%;
}
nav.main-nav .inner > ul.links {
  padding: 0.45em 0;
  border-bottom: 1px solid #E6DED8;
}
nav.main-nav .inner > ul.links a {
  padding: 0.45em 0.1rem;
}
nav.main-nav .inner > ul.links.internal.secondary a {
  padding: 0.45em 0.1rem;
}
nav.main-nav .inner > ul.links.social {
  padding: 0.5rem 0;
  border-bottom: 0;
}
nav.main-nav .inner > ul.links.social {
  display: flex;
  flex-flow: row nowrap;
}
nav.main-nav .inner > ul.links.social li + li {
  margin-left: 0.75em;
}
nav.main-nav .cta-links {
  display: block;
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  align-items: start;
  margin: 0;
  padding-top: 1rem;
}
nav.main-nav .cta-links a.button.cta {
  flex: 0 0 auto;
  margin-top: 0.5rem;
  color: white;
  background: #0054FF;
  border-color: #0054FF;
}
nav.main-nav .cta-links a.button.cta:hover {
  color: #0054FF;
  background: #FFF04B;
  border-color: #FFF04B;
}
body.show-nav nav.main-nav {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
body:not(.show-nav) nav.main-nav {
  opacity: 9;
  transform: translateX(100%);
  pointer-events: none;
}

body.show-nav:before {
  content: "";
  display: block;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 299;
  pointer-events: none;
}

header.main-header {
  background: white;
  position: fixed;
  z-index: 200;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
  min-height: 2.54rem;
  height: 4rem;
  height: 2.54rem;
  max-height: 4rem;
  overflow: visible;
}
header.main-header > .inner {
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: -webkit-max-content 1fr -webkit-min-content;
  grid-template-columns: max-content 1fr min-content;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding: 0;
  height: 2.54rem;
}
header.main-header > .inner > * {
  place-self: auto;
}
header.main-header .area.logo {
  place-self: center start;
}
header.main-header .area.logo .static-logo-container {
  padding: 0.4rem 0 0.4rem 0.8rem;
}
header.main-header .area.links {
  place-self: center end;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
header.main-header .area.links > * {
  display: none;
}
@media (min-width: 1000px) {
  header.main-header .area.links > * {
    display: block;
    margin: 0;
  }
}
header.main-header .area.links > * + * {
  margin-left: 0.5rem;
}
header.main-header .area.links > *:last-child {
  margin-right: 0.75rem;
}
header.main-header .area.links .button.cta {
  background: transparent;
  border-color: #0054FF;
}
header.main-header .area.links .button.cta:hover {
  color: #0054FF;
}
header.main-header .area.links .button {
  padding-top: 0.05em;
  padding-bottom: 0.13em;
  height: 1.4em;
}
header.main-header .area.menu-button {
  place-self: center end;
  padding-right: 0.5rem;
}

section.module.basic {
  text-align: left;
  display: block;
  padding-bottom: 2rem;
  min-height: 360px;
}
body.home section.module.basic {
  color: #0054FF;
}
body.home section.module.basic p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
body:not(.home) section.module.basic {
  color: black;
}
section.module.basic .block {
  max-width: 38rem;
  margin: 0 auto;
}
section.module.basic .button.cta {
  display: inline-block;
  margin-bottom: 5px;
  background: transparent;
  border-color: #0054FF;
  transition: all 200ms ease-in-out;
}
section.module.basic .button.cta:hover {
  color: #0054FF;
  background: #FFF04B;
  border-color: #FFF04B;
}
section.module.basic .button.cta.past-events-toggle {
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
}
section.module.basic .button.cta.past-events-toggle::before {
  content: "+";
}
section.module.basic .button.cta.past-events-toggle:hover {
  color: #0054FF;
  border-color: #0054FF;
  background-color: transparent;
}

section.module.intro-text {
  color: black;
  text-align: left;
  display: block;
  min-height: 360px;
  padding: 0 0.5rem;
}
section.module.intro-text .module-body {
  max-width: 38rem;
  margin: 0 auto;
}
section.module.intro-text .post-item {
  margin: calc(3vw + 20px) 0;
  padding: 0;
}
section.module.intro-text .post-item .post-header .title {
  font-size: clamp(24px, 6vw, 33px);
}
section.module.intro-text .post-item .post-header .title p {
  margin-bottom: 0.6em;
}
section.module.intro-text .post-item .post-header .title p:last-child {
  margin-bottom: 0;
}
section.module.intro-text .post-item .post-body {
  margin-top: 1rem;
}
section.module.intro-text .post-item .post-body p {
  max-width: 31rem;
}
section.module.intro-text .post-item .post-body p + p {
  margin-top: 1em;
}
section.module.intro-text .post-item button.toggle-collapse {
  position: relative;
  margin-top: 1rem;
}

.newsletter.overlay {
  display: block;
  background: red;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: none;
}
.newsletter.overlay iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
  position: relative;
}

body.basic {
  background: #EFEFEF;
}
body.basic main {
  padding-top: 3rem;
}

.block.block-type-image, .block.block-type-image figure, .block.block-type-image img, .block.block-type-image figcaption {
  display: block;
  margin: 0;
  padding: 0;
}
.block.block-type-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.block.block-type-image figcaption {
  margin-top: 0.25rem;
  margin-bottom: 27px;
  font-size: 0.75rem;
  line-height: 1.04rem;
  letter-spacing: 0.02em;
}/*# sourceMappingURL=main.css.map */