﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

main {
  display: block
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

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

html {
  box-sizing: border-box
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both
}

p {
  margin-bottom: 1.5em
}

dfn,
cite,
em,
i {
  font-style: italic
}

blockquote {
  margin: 0 1.5em
}

address {
  margin: 0 0 1.5em
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none
}

big {
  font-size: 125%
}

body {
  background: #fff
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em
}

ul,
ol {
  margin: 0 0 1.5em 3em
}

ul {
  list-style: disc
}

ol {
  list-style: decimal
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em
}

dt {
  font-weight: 700
}

dd {
  margin: 0 1.5em 1.5em
}

embed,
iframe,
object {
  max-width: 100%
}

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

figure {
  margin: 1em 0
}

table {
  margin: 0 0 1.5em;
  width: 100%
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  color: #000;
  outline: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  line-height: 1;
  padding: .6em 1em .4em
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111
}

select {
  border: 1px solid #ccc
}

textarea {
  width: 100%
}

.comment-content a {
  word-wrap: break-word
}

.bypostauthor {
  display: block
}

.widget {
  margin: 0 0 1.5em
}

.widget select {
  max-width: 100%
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

.custom-logo-link {
  display: inline-block
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption .wp-caption-text {
  margin: .8075em 0
}

.wp-caption-text {
  text-align: center
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
  display: block
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#primary[tabindex="-1"]:focus {
  outline: 0
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold
}

h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin {
  margin: 0
}

h1 {
  font-size: 44px;
  line-height: 38px
}

h2 {
  font-size: 36px;
  line-height: 36px
}

h3 {
  font-size: 32px;
  line-height: 36px
}

h4 {
  font-size: 22px;
  line-height: 24px
}

h5 {
  font-size: 17px;
  line-height: 21px
}

p,
ul,
ol {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 20px;
  color: #000
}

p.small {
  font-size: 14px;
  line-height: 22px
}

p.introduction {
  font-size: 24px;
  line-height: 38px;
  font-family: "Space Grotesk", sans-serif
}

a {
  color: #000
}

a:hover {
  text-decoration: none
}

span.descender {
  position: relative
}

span.descender:after {
  z-index: -1;
  background: #fff;
  content: " ";
  bottom: -4px;
  left: -2px;
  right: -2px;
  top: 10px;
  position: absolute;
  display: block
}

span.descender--p:after {
  right: 40%
}

span.descender--q:after {
  left: 40%
}

span.descender--j:after {
  left: -5px
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-v8-latin-ext_latin_greek_cyrillic-ext_cyrillic-300.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v8-latin-ext_latin_greek_cyrillic-ext_cyrillic-300.woff") format("woff");
  font-style: normal;
  font-weight: 300
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-v8-latin-ext_latin_greek_cyrillic-ext_cyrillic-300italic.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v8-latin-ext_latin_greek_cyrillic-ext_cyrillic-300italic.woff") format("woff");
  font-style: italic;
  font-weight: 300
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-v8-latin-ext_latin_greek_cyrillic-ext_cyrillic-600.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v8-latin-ext_latin_greek_cyrillic-ext_cyrillic-600.woff") format("woff");
  font-style: normal;
  font-weight: 600
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-v8-latin-ext_latin_greek_cyrillic-ext_cyrillic-600italic.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v8-latin-ext_latin_greek_cyrillic-ext_cyrillic-600italic.woff") format("woff");
  font-style: italic;
  font-weight: 600
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Bold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Regular.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Medium.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

::-moz-selection {
  background: #f2e1b6
}

::selection {
  background: #f2e1b6
}

.svg-blue-1 {
  fill: #65c4ea;
  opacity: .9
}

.svg-blue-2 {
  fill: #0f84bd;
  opacity: .9
}

.svg-red {
  fill: #f30836;
  mix-blend-mode: multiply
}

body {
  margin: 80px 0 0;
  color: #000;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh
}

@media only screen and (min-width: 1024px) {
  body {
    margin: 70px 0 0
  }
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  overflow: hidden
}

@media only screen and (min-width: 1400px) {
  .container {
    padding: 0 40px
  }
}

.container--flex {
  display: flex;
  flex-wrap: wrap
}

.container--small {
  max-width: 800px
}

.page-header {
  text-align: center;
  padding: 100px 0
}

.page-header h1 {
  margin: 0;
  position: relative;
  display: inline-block;
  text-shadow: -3px 3px #fff, 3px 3px #fff
}

.page-header h1:before,
.page-header h1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -10px;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -2
}

.page-header h1:before {
  background: #0f84bd
}

.page-header h1:after {
  transform: translate(3px, 3px);
  background: #f2e1b6
}

.page-header h1 .descender:after {
  bottom: -5px
}

.page-header--submenu {
  max-width: 270px;
  margin: auto;
  text-align: left
}

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px
}

.flex-wrapper>* {
  flex: 1;
  margin: 10px
}

.site-header {
  background: #fff;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  transition: all .2s ease
}

body.admin-bar .site-header {
  top: 45px
}

@media only screen and (min-width: 960px) {
  body.admin-bar .site-header {
    top: 32px
  }
}

.site-header--scrolling {
  padding: 0 10px
}

@media only screen and (min-width: 960px) {
  .site-header--scrolling {
    padding: 4px 9px
  }
}

@media only screen and (min-width: 960px) {
  .site-header--scrolling svg.logo--small g.svg-text {
    transform: translateX(0%);
    transition: all .25s ease-out .35s
  }

  .site-header--scrolling svg.logo--large g.svg-letters {
    opacity: 0;
    transition: all .25s ease-out
  }
}

.site-header--nav-active {
  box-shadow: none;
  background: rgba(0, 0, 0, 0)
}

.site-header--nav-active svg.logo {
  opacity: 0
}

.site-header .site-branding {
  flex: 1
}

@media only screen and (min-width: 1024px) {
  .site-header .site-branding {
    flex: 0 0 375px
  }
}

.site-header .site-branding a {
  display: block;
  padding: 10px;
  height: 42px;
  width: 118px;
  position: relative
}

@media only screen and (min-width: 1024px) {
  .site-header .site-branding a {
    width: 375px
  }
}

.site-header .site-branding svg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0
}

@media only screen and (min-width: 1400px) {
  .site-header .site-branding {
    flex: 0 0 350px
  }
}

.site-header svg.logo {
  transition: all .25s ease-out;
  height: 42px;
  overflow: hidden
}

.site-header svg.logo .svg-m {
  background: #fff
}

.site-header svg.logo--small {
  width: 118px
}

@media only screen and (min-width: 960px) {
  .site-header svg.logo--small .svg-text {
    transition: all .45s ease-out .25s;
    transform: translateX(-100%)
  }
}

.site-header svg.logo--large {
  display: none
}

@media only screen and (min-width: 960px) {
  .site-header svg.logo--large {
    display: block;
    width: 375px
  }

  .site-header svg.logo--large .svg-letters {
    transition: all .35s ease .5s;
    opacity: 1
  }
}

.navigation {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  z-index: 1001
}

@media only screen and (max-width: 1023px) {
  .navigation {
    padding: 60px 20px 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    width: 280px;
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
    transition: all .1s ease
  }

  .navigation--shown {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
    transition: all .2s ease
  }
}

@media only screen and (min-width: 1024px) {
  .navigation {
    flex: 1;
    left: 0;
    position: relative
  }
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0
}

@media only screen and (min-width: 1024px) {
  .navigation ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end
  }
}

.navigation ul li a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 20px 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 19px;
  line-height: 21px;
  position: relative
}

@media only screen and (min-width: 960px) {
  .navigation ul li a {
    padding: 10px 5px 0;
    font-size: 17px
  }
}

@media only screen and (min-width: 1200px) {
  .navigation ul li a {
    padding: 15px 10px 0;
    font-size: 19px
  }
}

.navigation ul li a:before,
.navigation ul li a:after {
  z-index: -2;
  content: "";
  position: absolute;
  height: 3px;
  bottom: 18px;
  left: 5px;
  right: 7px;
  mix-blend-mode: multiply;
  transition: background .2s ease;
  background: rgba(0, 0, 0, 0)
}

@media only screen and (min-width: 960px) {
  .navigation ul li a:before,
  .navigation ul li a:after {
    bottom: -2px
  }
}

@media only screen and (min-width: 1200px) {
  .navigation ul li a:before,
  .navigation ul li a:after {
    left: 10px;
    right: 12px
  }
}

.navigation ul li a:after {
  transform: translate(2px, 2px)
}

.navigation ul li a:hover:after {
  background: #f2e1b6
}

.navigation ul li.osn {
  position: relative
}

.navigation ul li.osn:before,
.navigation ul li.osn:after,
.navigation ul li.osn a:before,
.navigation ul li.osn a:after {
  z-index: -2;
  content: "";
  position: absolute;
  height: 3px;
  bottom: 4px;
  left: 10px;
  right: 145px;
  mix-blend-mode: multiply
}

@media only screen and (min-width: 1024px) {

  .navigation ul li.osn:before,
  .navigation ul li.osn:after,
  .navigation ul li.osn a:before,
  .navigation ul li.osn a:after {
    right: 65px
  }
}

.navigation ul li.osn:before {
  background: #f30836
}

.navigation ul li.osn:after {
  transform: translate(1.5px, 1.5px);
  background: #7ce0b0
}

.navigation ul li.osn a {
  padding: 0 10px 5px;
  display: inline-block;
  position: relative
}

.navigation ul li.osn a .arrow {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-family: "Space Grotesk", sans-serif;
  transform: translate(0px, -1px)
}

.navigation ul li.osn a:hover .arrow {
  transform: translate(2px, -3px);
  transition: all .2s ease
}

.navigation ul li.osn a:before {
  right: 12px;
  bottom: 25px;
  background: #f30836
}

.navigation ul li.osn a:after {
  right: 12px;
  bottom: 25px;
  transform: translate(1.5px, 1.5px);
  background: #7ce0b0
}

@media only screen and (min-width: 1100px) {
  .navigation ul li.osn {
    margin-left: 20px
  }
}

@media only screen and (min-width: 1400px) {
  .navigation ul li.osn {
    margin-left: 50px
  }
}

.navigation ul li.current-menu-item a:before {
  background: #0f84bd
}

.navigation ul li.current-menu-item a:after {
  background: #f2e1b6
}

.navigation ul li.current-menu-item.news a:before {
  background: #f30836
}

.navigation ul li.current-menu-item.resources a:before {
  background: #06c770
}

.navigation ul li.current-menu-item.getinvolved a:before {
  background: #6217c5
}

.navigation ul li.current-menu-item.about a:before {
  background: #ffc008
}

.hamburger {
  outline: none;
  padding: 10px;
  transition: all .2s ease;
  z-index: 1002
}

@media only screen and (min-width: 1024px) {
  .hamburger {
    display: none
  }
}

.hamburger div {
  width: 16px;
  height: 16px;
  margin: 12px auto;
  position: relative;
  content: " "
}

.hamburger span {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
  content: " ";
  display: block;
  transition: all .2s ease
}

.hamburger span:nth-child(1) {
  transform: translateY(-5px);
  transition: transform .3s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0s
}

.hamburger span:nth-child(2) {
  transform: scaleX(1);
  transition: transform .2s cubic-bezier(0.68, -0.6, 0.32, 1.6) .25s
}

.hamburger span:nth-child(3) {
  transform: translateY(5px);
  transition: transform .3s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0s
}

.hamburger--active span:nth-child(1) {
  transform: rotate(45deg);
  transition: transform .3s cubic-bezier(0.68, -0.6, 0.32, 1.6) .15s
}

.hamburger--active span:nth-child(2) {
  transform: scaleX(0);
  transition: transform .2s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0s
}

.hamburger--active span:nth-child(3) {
  transform: rotate(-45deg);
  transition: transform .3s cubic-bezier(0.68, -0.6, 0.32, 1.6) .15s
}

.footer {
  background: #f2e1b6;
  padding: 50px 0;
  margin: 50px 0 0
}

.footer img {
  mix-blend-mode: multiply
}

.footer .container {
  justify-content: center
}

.footer__column {
  flex: 0 0 100%;
  max-width: 380px
}

.footer__column:first-child {
  margin: 0 0 50px;
  position: relative;
  display: inline-block
}

.footer__column:first-child:before,
.footer__column:first-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -10px;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -2
}

.footer__column:first-child:before {
  background: #ffc008
}

.footer__column:first-child:after {
  transform: translate(3px, 3px);
  background: #f2e1b6
}

@media only screen and (min-width: 1400px) {
  .footer__column {
    flex: 1;
    margin: 0px 40px 40px
  }

  .footer__column:first-child:before,
  .footer__column:first-child:after {
    width: 6px;
    height: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: auto
  }
}

.footer__newsletter a,
.footer__europe {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  margin: 0 0 30px
}

.footer__newsletter a img,
.footer__europe img {
  width: 90px;
  height: auto;
  flex: 0 1 auto;
  margin: 0 20px 0 0
}

.footer__newsletter a *,
.footer__europe * {
  flex: 1
}

.footer__newsletter a h4,
.footer__newsletter a p,
.footer__europe h4,
.footer__europe p {
  margin: 0
}

@media only screen and (min-width: 1400px) {

  .footer__newsletter a h4,
  .footer__newsletter a p,
  .footer__europe h4,
  .footer__europe p {
    max-width: 220px
  }
}

.footer__newsletter a {
  align-items: center
}

.footer__newsletter a h4:after {
  content: "↗";
  position: relative;
  top: 0;
  left: 0;
  margin-left: 5px
}

.footer__newsletter a:hover h4:after {
  top: -2px;
  left: 2px;
  transition: all .2s ease
}

.footer__europe {
  align-items: flex-start
}

.footer__europe img {
  mix-blend-mode: normal
}

.footer__europe p {
  margin-top: -6px
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px -10px 10px
}

.footer__social a {
  display: block;
  padding: 10px;
  line-height: 0
}

.footer__social a img {
  transform: perspective(1px)
}

.footer__social a:hover img {
  transform: perspective(1px) scale(1.05);
  transition: all .1s ease
}

.footer__social h4 {
  margin: 0 0 0 20px
}

.footer__email a {
  text-decoration: none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0 51px
}

.footer__email a h4 {
  margin-left: 31px
}

.footer__email a h4:before {
  content: "←";
  position: relative;
  top: 0;
  left: 0;
  margin-right: 5px
}

.footer__email a:hover h4:before {
  left: -2px;
  transition: all .2s ease
}

.footer__email a img {
  transform: perspective(1px)
}

.footer__email a:hover img {
  transform: perspective(1px) scale(1.05);
  transition: all .1s ease
}

.archive .page-header h1 {
  position: relative;
  display: inline-block
}

.archive .page-header h1:before,
.archive .page-header h1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -10px;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -2
}

.archive .page-header h1:before {
  background: #06c770
}

.archive .page-header h1:after {
  transform: translate(3px, 3px);
  background: #f2e1b6
}

.archive__filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 50px
}

.archive__filters span {
  font-weight: bold;
  margin: 0 15px 0 0
}

.archive__filters .filter-button {
  margin: 5px;
  background: #f2e1b6;
  color: #fff;
  font-weight: bold;
  font-family: "Space Grotesk", sans-serif;
  padding: 0 5px;
  mix-blend-mode: multiply;
  position: relative;
  cursor: pointer;
  transition: all .25s ease-out
}

.archive__filters .filter-button * {
  position: relative
}

.archive__filters .filter-button:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #f2e1b6;
  transform: rotate(0deg)
}

.archive__filters .filter-button--active {
  background: #06c770
}

.archive__no-results {
  display: none
}

.error-404 {
  padding: 50px 0
}

@media only screen and (min-width: 1400px) {
  .error-404 {
    padding: 200px 0
  }
}

.error-404 h1 {
  font-size: 200px;
  line-height: 180px;
  margin: 0;
  color: #ff6c8f;
  mix-blend-mode: multiply
}

.error-404 h1:before {
  display: block;
  content: "404";
  position: absolute;
  color: #0f84bd;
  mix-blend-mode: multiply;
  transform: rotate(2deg)
}

.single__content {
  display: block;
  padding: 0 0 200px
}

.single__content h1 {
  font-size: 48px;
  line-height: 48px
}

@media only screen and (min-width: 960px) {
  .single__content h1 {
    font-size: 56px;
    line-height: 56px
  }
}

.single__content h2,
.single__content h3,
.single__content h4 {
  font-size: 20px;
  margin: 20px 0 0
}

.single__content p,
.single__content ul,
.single__content li {
  font-size: 18px;
  line-height: 32px
}

.single__image {
  margin: 0 0 30px;
  width: 100%;
  height: 250px;
  overflow: hidden
}

@media only screen and (min-width: 960px) {
  .single__image {
    height: 350px;
    margin: 130px auto 30px;
    max-width: 890px
  }
}

.single__image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.single__button {
  margin: 100px 0 3px
}

.single__content ul,
.single__content ol,
.item__content ul,
.item__content ol,
.content-row .text-wrapper ul,
.content-row .text-wrapper ol {
  list-style: none;
  margin: 0 0 20px;
  padding: 0
}

.single__content ul li,
.single__content ol li,
.item__content ul li,
.item__content ol li,
.content-row .text-wrapper ul li,
.content-row .text-wrapper ol li {
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 5px
}

.single__content ul li:before,
.single__content ul li:after,
.single__content ol li:before,
.single__content ol li:after,
.item__content ul li:before,
.item__content ul li:after,
.item__content ol li:before,
.item__content ol li:after,
.content-row .text-wrapper ul li:before,
.content-row .text-wrapper ul li:after,
.content-row .text-wrapper ol li:before,
.content-row .text-wrapper ol li:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  mix-blend-mode: multiply;
  background: #0f84bd;
  border-radius: 50%;
  z-index: -1
}

.single__content ul li:before,
.single__content ol li:before,
.item__content ul li:before,
.item__content ol li:before,
.content-row .text-wrapper ul li:before,
.content-row .text-wrapper ol li:before {
  z-index: -2;
  background: #f2e1b6;
  transform: rotate(0deg) translate(1px, 1px)
}

.single__content ol,
.item__content ol,
.content-row .text-wrapper ol {
  counter-reset: counter
}

.single__content ol li,
.item__content ol li,
.content-row .text-wrapper ol li {
  counter-increment: counter
}

.single__content ol li:before,
.single__content ol li:after,
.item__content ol li:before,
.item__content ol li:after,
.content-row .text-wrapper ol li:before,
.content-row .text-wrapper ol li:after {
  z-index: -1;
  font-family: "Space Grotesk", sans-serif;
  content: counter(counter);
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  top: 5px;
  height: 20px;
  width: 20px
}

.single__content ul li:before,
.single__content ul li:after,
.item__content ul li:before,
.item__content ul li:after,
.content-row .text-wrapper ul li:before,
.content-row .text-wrapper ul li:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 10px;
  left: 5px
}

#primary.page--get-involved .page-header h1:before,
#primary.page--get-involved .text-wrapper a.btn,
#primary.page--get-involved ol li:before,
#primary.page--get-involved ul li:before,
#primary.page--get-involved .content-row--border .container:before,
#primary.page--get-involved .content-row--border .container:after {
  background: #6217c5
}

#primary.page--get-involved .border {
  background: #b383ff
}

#primary.page--get-involved a.btn:before,
#primary.page--get-involved ol li:after,
#primary.page--get-involved ul li:after {
  background: #f2e1b6
}

#primary.page--about .page-header h1:before,
#primary.page--about .text-wrapper a.btn,
#primary.page--about ol li:before,
#primary.page--about ul li:before,
#primary.page--about .content-row--border .container:before,
#primary.page--about .content-row--border .container:after {
  background: #ffc008
}

#primary.page--about .border {
  background: #b383ff
}

#primary.page--about a.btn:before,
#primary.page--about ol li:after,
#primary.page--about ul li:after {
  background: #f2e1b6
}

#primary.page--news .page-header h1:before,
#primary.page--news .text-wrapper a.btn,
#primary.page--news .single__button a.btn,
#primary.page--news ol li:before,
#primary.page--news ul li:before {
  background: #f30836
}

#primary.page--news a.btn:before,
#primary.page--news .single__button a.btn:before,
#primary.page--news ol li:after,
#primary.page--news ul li:after {
  background: #f2e1b6
}

.content-row {
  padding: 60px 0
}

@media only screen and (min-width: 1400px) {
  .content-row {
    padding: 120px 0
  }
}

.content-row .container>h2 {
  margin: 0 0 10px;
  position: relative;
  display: inline-block
}

.content-row .container>h2:before,
.content-row .container>h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -10px;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -2
}

.content-row .container>h2:before {
  background: #06c770
}

.content-row .container>h2:after {
  transform: translate(3px, 3px);
  background: #0f84bd
}

.content-row .container {
  align-items: center
}

.content-row .image-wrapper {
  flex: 0 0 100%;
  margin: 20px 0;
  text-align: center
}

@media only screen and (min-width: 960px) {
  .content-row .image-wrapper {
    flex: 0 0 35%
  }
}

.content-row .image-wrapper img {
  display: inline-block;
  width: 60vw;
  max-width: 400px;
  mix-blend-mode: multiply
}

.content-row .text-wrapper {
  flex: 1
}

.content-row .text-wrapper blockquote,
.content-row .text-wrapper blockquote p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  line-height: 38px;
  margin: 0
}

.content-row .text-wrapper blockquote strong,
.content-row .text-wrapper blockquote p strong {
  position: relative;
  font-weight: normal;
  position: relative;
  display: inline-block
}

.content-row .text-wrapper blockquote strong:before,
.content-row .text-wrapper blockquote strong:after,
.content-row .text-wrapper blockquote p strong:before,
.content-row .text-wrapper blockquote p strong:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -10px;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -2
}

.content-row .text-wrapper blockquote strong:before,
.content-row .text-wrapper blockquote p strong:before {
  background: #0f84bd
}

.content-row .text-wrapper blockquote strong:after,
.content-row .text-wrapper blockquote p strong:after {
  transform: translate(3px, 3px);
  background: #65c4ea
}

.content-row .text-wrapper blockquote strong:before,
.content-row .text-wrapper blockquote strong:after,
.content-row .text-wrapper blockquote p strong:before,
.content-row .text-wrapper blockquote p strong:after {
  z-index: -2;
  bottom: 5px;
  height: 3px
}

.content-row .text-wrapper blockquote strong:after,
.content-row .text-wrapper blockquote p strong:after {
  transform: translate(2px, 2px)
}

.content-row .text-wrapper .btn {
  background: #0f84bd;
  margin: 40px 0 2px;
  position: relative
}

.content-row .text-wrapper .btn * {
  position: relative
}

.content-row .text-wrapper .btn:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #65c4ea;
  transform: rotate(0deg)
}

@media only screen and (min-width: 960px) {
  .content-row--text_image .text-wrapper {
    margin-right: 5%;
    order: 1
  }

  .content-row--text_image .image-wrapper {
    order: 2
  }

  .content-row--image_text .text-wrapper {
    margin-left: 5%
  }
}

.content-row--blocks {
  background: url("../img/block.svg") 0 0/10px 10px repeat
}

.content-row--yellow {
  background: #f2e1b6
}

.content-row--border {
  margin: 0 10px
}

@media only screen and (min-width: 1400px) {
  .content-row--border {
    padding: 90px 0
  }
}

.content-row--border .container {
  padding: 20px;
  position: relative;
  max-width: 1060px
}

@media only screen and (min-width: 640px) {
  .content-row--border .container {
    padding: 30px
  }
}

@media only screen and (min-width: 960px) {
  .content-row--border .container {
    padding: 50px
  }
}

@media only screen and (min-width: 1400px) {
  .content-row--border .container {
    max-width: 1020px
  }
}

.content-row--border .container:before,
.content-row--border .container:after,
.content-row--border .container .border {
  position: absolute;
  content: " ";
  mix-blend-mode: multiply;
  background: #0f84bd
}

.content-row--border .container .border {
  background: #65c4ea;
  top: 0;
  bottom: 0;
  width: 8px
}

@media only screen and (min-width: 960px) {
  .content-row--border .container .border {
    width: 10px
  }
}

.content-row--border .container .border--left {
  left: 0
}

.content-row--border .container .border--right {
  right: 0
}

.content-row--border .container:before,
.content-row--border .container:after {
  height: 8px;
  left: 0;
  right: 0
}

@media only screen and (min-width: 960px) {

  .content-row--border .container:before,
  .content-row--border .container:after {
    height: 10px
  }
}

.content-row--border .container:before {
  top: 0
}

.content-row--border .container:after {
  bottom: 0
}

@media only screen and (min-width: 960px) {
  body.home .content-row[data-index="1"] .container {
    min-height: 65vh
  }

  body.home .content-row[data-index="1"] .container .image-wrapper {
    flex: 0 0 44%
  }
}

body.home .content-row[data-index="1"] .image-wrapper img {
  width: 80vw
}

.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
  overflow: hidden
}

.grid>* {
  flex: 1;
  margin: 10px
}

.grid>* img {
  width: 100%
}

.grid--medium {
  margin: 0 -15px 50px
}

@media only screen and (min-width: 640px) {
  .grid--medium {
    margin: 0 -30px
  }
}

.grid--medium>* {
  flex: 0 0 calc(100% - 30px);
  margin: 15px
}

@media only screen and (min-width: 640px) {
  .grid--medium>* {
    flex: 0 0 calc(50% - 60px);
    margin: 30px
  }
}

@media only screen and (min-width: 960px) {
  .grid--medium>* {
    flex: 0 0 calc(33.3% - 60px);
    margin: 30px
  }
}

.grid--large {
  margin: 0 -15px 50px
}

@media only screen and (min-width: 640px) {
  .grid--large {
    margin: 0 -30px
  }
}

.grid--large>* {
  flex: 0 0 calc(100% - 30px);
  margin: 15px
}

@media only screen and (min-width: 640px) {
  .grid--large>* {
    flex: 0 0 calc(50% - 60px);
    margin: 30px
  }
}

.grid--masonry {
  margin: 0 -20px;
  margin-bottom: 300px
}

.grid--masonry>* {
  margin: 20px;
  flex: 0 0 calc(100% - 40px);
  width: calc(100% - 40px)
}

@media only screen and (min-width: 960px) {
  .grid--masonry>* {
    flex: 0 0 calc(50% - 40px);
    width: calc(50% - 40px)
  }
}

.items-row .grid {
  display: block;
  margin-top: 5rem
}

@media only screen and (min-width: 1400px) {
  .items-row--columns .grid {
    display: flex
  }

  .items-row--columns .grid .item {
    display: block;
    margin-bottom: auto
  }

  .items-row--columns .grid .item .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative
  }

  .items-row--columns .grid .item .img--contain img {
    object-position: center center
  }

  .items-row--columns .grid .item .img img {
    position: absolute;
    width: 100%
  }

  .items-row--columns .grid .item__content {
    margin: 0
  }
}

@media only screen and (min-width: 960px) {
  .items-row--columns .container>h3 {
    text-align: center
  }
}

.items-row--rows .grid {
  display: block
}

@media only screen and (min-width: 960px) {
  .items-row--rows .grid .item .img {
    width: 250px;
    height: 250px
  }
}

@media only screen and (min-width: 1400px) {
  .items-row--rows .grid .item .img {
    width: 320px;
    height: 320px
  }
}

.items-row .item {
  margin-bottom: 40px
}

.items-row .item .img {
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
  overflow: hidden
}

.items-row .item .img img {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply
}

.items-row .item .img--cover img {
  object-fit: cover
}

.items-row .item .img--contain img {
  object-fit: contain;
  object-position: bottom center
}

@media only screen and (min-width: 640px) {
  .items-row .item .img--contain img {
    object-position: top center
  }
}

.items-row .item h3 {
  font-weight: bold;
  margin: 0 0 40px
}

@media only screen and (min-width: 640px) {
  .items-row .item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
  }

  .items-row .item__content {
    flex: 1;
    margin-left: 30px
  }
}

.items-row--max .item h3 {
  font-size: 23px;
  line-height: 26px
}

.pinned-content {
  padding: 0
}

@media only screen and (min-width: 1024px) {
  .pinned-content {
    padding: 50px 0
  }
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px
}

.flex-grid .flex-grid {
  flex: 0 0 100%;
  display: block;
  margin: 30px 0
}

@media only screen and (min-width: 640px) {
  .flex-grid .flex-grid {
    display: flex;
    flex-wrap: wrap
  }
}

@media only screen and (min-width: 1400px) {
  .flex-grid .flex-grid {
    flex: 0 0 calc(45% - 40px);
    display: block;
    margin-left: 40px
  }
}

h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  margin: 30px 0
}

.news-wrapper {
  flex: 0 0 calc(100% - 60px);
  margin: 30px
}

@media only screen and (min-width: 1400px) {
  .news-wrapper {
    flex: 0 0 calc(55% - 60px);
    display: flex;
    flex-direction: column
  }

  .news-wrapper .grid {
    flex: 1
  }

  .news-wrapper .btn {
    align-self: flex-end
  }
}

.news-wrapper .grid {
  margin: -20px
}

.news-wrapper .news-teaser {
  margin: 20px 20px 40px;
  flex: 0 0 calc(100% - 40px)
}

@media only screen and (min-width: 640px) {
  .news-wrapper .news-teaser {
    flex: 0 0 calc(50% - 40px)
  }

  .news-wrapper .news-teaser:nth-child(n+3) {
    display: none
  }
}

@media only screen and (min-width: 960px) {
  .news-wrapper .news-teaser {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
  }

  .news-wrapper .news-teaser .img-wrapper {
    flex: 0 0 50%;
    margin: 0 20px 20px 0
  }

  .news-wrapper .news-teaser .text-wrapper {
    flex: 1
  }

  .news-wrapper .news-teaser .label {
    margin: 0 0 5px
  }

  .news-wrapper .news-teaser .excerpt {
    margin: 10px 0 0;
    display: block
  }

  .news-wrapper .news-teaser .text-link {
    display: inline;
    margin: 0 0 0 10px
  }
}

@media only screen and (min-width: 1400px) {
  .news-wrapper .news-teaser {
    flex: 0 0 calc(100% - 40px)
  }

  .news-wrapper .news-teaser:nth-child(n+3) {
    display: flex
  }
}

.news-wrapper .text-link {
  margin: 0 20px
}

.events-wrapper {
  margin: 0 30px 60px;
  flex: 0 0 calc(50% - 60px)
}

@media only screen and (min-width: 1400px) {
  .events-wrapper {
    margin: 0 30px 120px
  }
}

.resources-wrapper {
  margin: 0 30px 30px;
  flex: 0 0 calc(50% - 60px)
}

.resources-wrapper .btn {
  float: right;
  margin-top: 1rem
}

.list {
  margin: 0 0 100px
}

.list__item a,
.list__item div {
  padding: 20px 0;
  display: block;
  text-decoration: none
}

.list__item a .label,
.list__item div .label {
  mix-blend-mode: multiply;
  margin: 0 10px 0 0;
  box-shadow: none;
  background: #06c770;
  position: relative
}

.list__item a .label *,
.list__item div .label * {
  position: relative
}

.list__item a .label:before,
.list__item div .label:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #f2e1b6;
  transform: rotate(0deg)
}

.list__item a .label span,
.list__item div .label span {
  background: rgba(0, 0, 0, .15);
  padding: 0 5px;
  margin: 0 -10px 0 5px
}

.list__item a h2,
.list__item div h2 {
  margin: 10px 0;
  font-size: 22px;
  line-height: 22px
}

@media only screen and (min-width: 640px) {

  .list__item a h2,
  .list__item div h2 {
    font-size: 28px;
    line-height: 30px
  }
}

.list__item a p:last-of-type,
.list__item div p:last-of-type {
  margin-bottom: 0
}

.list__item a .text-link,
.list__item div .text-link {
  display: flex;
  justify-content: flex-end
}

.list__item a .text-link:hover:after,
.list__item div .text-link:hover:after {
  transform: translateX(2px);
  transition: all .2s ease-out
}

.grid .list__item a {
  padding: 0
}

@media only screen and (min-width: 640px) {
  .grid .list__item a h2 {
    font-size: 23px;
    line-height: 26px
  }
}

a.btn,
.btn,
.text-link {
  color: #fff;
  font-weight: bold;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: none;
  background: #0f84bd;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  margin: 0;
  display: inline-block;
  mix-blend-mode: multiply;
  font-size: 18px;
  position: relative;
  transition: all .25s ease-out
}

a.btn *,
.btn *,
.text-link * {
  position: relative
}

a.btn:before,
.btn:before,
.text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #ff6c8f;
  transform: rotate(0deg)
}

a.btn:after,
.btn:after,
.text-link:after {
  margin: 0 0 0 5px;
  content: "→";
  display: inline-block
}

a.btn:hover:after,
.btn:hover:after,
.text-link:hover:after {
  transform: translateX(2px);
  transition: all .2s ease-out
}

a.btn--back:after,
.btn--back:after,
.text-link--back:after {
  float: left;
  margin: 0 5px 0 0;
  content: "←"
}

a.btn--back:hover:after,
.btn--back:hover:after,
.text-link--back:hover:after {
  transform: translateX(-2px)
}

a.btn--down:after,
.btn--down:after,
.text-link--down:after {
  content: "↓"
}

a.btn--down:hover:after,
.btn--down:hover:after,
.text-link--down:hover:after {
  transform: translateY(2px)
}

a.btn--external:after,
.btn--external:after,
.text-link--external:after {
  content: "↗"
}

a.btn--external:hover:after,
.btn--external:hover:after,
.text-link--external:hover:after {
  transform: translate(2px, -2px)
}

a.btn--red,
.btn--red,
.text-link--red {
  background: #f30836;
  position: relative
}

a.btn--red *,
.btn--red *,
.text-link--red * {
  position: relative
}

a.btn--red:before,
.btn--red:before,
.text-link--red:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #f2e1b6;
  transform: rotate(0deg)
}

a.btn--green,
.btn--green,
.text-link--green {
  background: #06c770;
  position: relative
}

a.btn--green *,
.btn--green *,
.text-link--green * {
  position: relative
}

a.btn--green:before,
.btn--green:before,
.text-link--green:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #f2e1b6;
  transform: rotate(0deg)
}

a.btn--loading,
.btn--loading,
.text-link--loading {
  background: #f2e1b6
}

.text-link {
  background: none;
  padding: 10px 0;
  color: #000;
  white-space: nowrap
}

.text-link:before {
  display: none
}

.load-more {
  margin: 50px 0 100px
}

.events-teaser {
  margin: 0 0 30px
}

.events-teaser a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-decoration: none
}

.events-teaser .category {
  font-style: italic;
  font-weight: 300
}

.events-teaser__date {
  background: #0f84bd;
  flex: 0 0 60px;
  margin: 0 20px 0 0;
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  padding: 8px;
  mix-blend-mode: multiply;
  position: relative
}

.events-teaser__date * {
  position: relative
}

.events-teaser__date:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #f2e1b6;
  transform: rotate(0deg)
}

.events-teaser__date span {
  padding: 13px 5px;
  background: rgba(0, 0, 0, .2);
  display: block;
  margin: 10px -8px -8px;
  font-size: 19px;
  line-height: 19px
}

.events-teaser__text {
  flex: 1
}

.events-teaser__text h4 {
  font-size: 22px;
  line-height: 22px;
  margin: 0
}

@media only screen and (min-width: 640px) {
  .events-teaser__text h4 {
    font-size: 28px;
    line-height: 30px
  }
}

.news-teaser .img-wrapper {
  display: block;
  position: relative
}

.news-teaser .img-wrapper * {
  position: relative
}

.news-teaser .img-wrapper:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #f2e1b6;
  transform: rotate(0deg)
}

.news-teaser .img-wrapper div {
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative
}

.news-teaser .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  z-index: -1
}

.news-teaser .img-wrapper:hover img {
  mix-blend-mode: normal
}

.news-teaser a {
  text-decoration: none
}

.news-teaser a .label {
  margin: 15px 0
}

.news-teaser a h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 22px
}

@media only screen and (min-width: 640px) {
  .news-teaser a h2 {
    font-size: 28px;
    line-height: 30px
  }
}

@media only screen and (min-width: 1400px) {
  .news-teaser a h2 {
    font-size: 32px;
    line-height: 36px
  }
}

.news-teaser a .category {
  font-style: italic;
  font-weight: 300
}

.news-teaser a.text-link {
  padding: 0 0 0 5px
}

.news-teaser .excerpt {
  display: none
}

@media only screen and (min-width: 960px) {
  .news-teaser .excerpt {
    display: block;
    margin: 20px 0;
    font-size: 20px;
    line-height: 32px
  }
}

.label {
  background: #f30836;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  padding: 0 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  mix-blend-mode: multiply;
  position: relative
}

.label * {
  position: relative
}

.label:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #f2e1b6;
  transform: rotate(0deg)
}

.submenu {
  margin: 30px 0 0
}

.submenu__wrapper {
  display: inline-block;
  margin: auto;
  text-align: left
}

.submenu a {
  text-decoration: none;
  font-weight: bold;
  font-family: "Space Grotesk", sans-serif;
  display: block;
  position: relative;
  padding: 0 0 0 20px
}

.submenu a:after {
  position: absolute;
  left: 0;
  margin: 0
}

.embed-privacy-container.embed-youtube {
  aspect-ratio: 16/9
}

.embed-privacy-container.embed-youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
