/*! 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;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

/*********************
COLORS
*********************/
/*********************
Spacing
*********************/
/*********************
Breakpoints
*********************/
::-moz-selection {
  background: #00C2BA;
  color: white;
}
::selection {
  background: #00C2BA;
  color: white;
}

.icon {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.icon::before {
  content: "";
  display: block;
}
.icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon--gitkeep::before {
  padding-top: 100%;
}

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

/**
Source sans pro fontFace
 */
@font-face {
  font-family: "SourceSansPro-Black";
  font-style: normal;
  src: url(fonts/SourceSansPro-Black.ttf) format("truetype");
}
@font-face {
  font-family: "SourceSansPro-BlackItalic";
  font-style: normal;
  src: url(fonts/SourceSansPro-BlackItalic.ttf) format("truetype");
}
@font-face {
  font-family: "SourceSansPro-Bold";
  font-style: normal;
  src: url(fonts/SourceSansPro-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "SourceSansPro-BoldItalic";
  font-style: normal;
  src: url(fonts/SourceSansPro-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "SourceSansPro-ExtraLight";
  font-style: normal;
  src: url(fonts/SourceSansPro-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "SourceSansPro-ExtraLightItalic";
  font-style: normal;
  src: url(fonts/SourceSansPro-ExtraLightItalic.ttf) format("truetype");
}
@font-face {
  font-family: "SourceSansPro-Italic";
  font-style: normal;
  src: url(fonts/SourceSansPro-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "SourceSansPro-Light";
  font-style: normal;
  src: url(fonts/SourceSansPro-Light.ttf) format("truetype");
}
@font-face {
  font-family: "SourceSansPro-LightItalic";
  font-style: normal;
  src: url(fonts/SourceSansPro-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: "SourceSansPro-Regular";
  font-style: normal;
  src: url(fonts/SourceSansPro-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "SourceSansPro-SemiBold";
  font-style: normal;
  src: url(fonts/SourceSansPro-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "SourceSansPro-SemiBoldItalic";
  font-style: normal;
  src: url(fonts/SourceSansPro-SemiBoldItalic.ttf) format("truetype");
}
/**
Mark pro font face
 */
@font-face {
  font-family: "MarkPro-BlackItalic";
  font-style: normal;
  src: url(fonts/MarkPro-BlackItalic.otf) format("opentype");
}
@font-face {
  font-family: "MarkPro-Bold";
  font-style: normal;
  src: url(fonts/MarkPro-Bold.otf) format("opentype");
}
/**
Source sans pro
 */
/**
MarkPro
 */
/**
Font sizes
 */
.js-breakpoint {
  opacity: 0.5;
  bottom: 0;
  top: auto !important;
}

main {
  overflow: hidden;
  outline: none;
}
main:focus {
  outline: none;
}

body {
  font-family: "SourceSansPro-Regular", sans-serif;
  color: #120C3F;
}
body strong {
  font-family: "SourceSansPro-Bold", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MarkPro-BlackItalic", sans-serif;
  word-break: break-word;
}

h1 {
  text-transform: uppercase;
  font-family: "MarkPro-BlackItalic", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 45px;
}
@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 52px;
  }
}

h2 {
  font-family: "MarkPro-Bold", sans-serif;
}

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

a {
  text-decoration: none;
}

button,
[type=button] {
  background-color: transparent;
  border: none;
}

input:focus, button:focus, a:focus {
  outline: 2px dashed #E6FF00;
}

.cut__out {
  font-style: normal;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #120C3F;
  color: transparent;
}
@media print, screen and (min-width: 64em) {
  .cut__out {
    -webkit-text-stroke-width: 3px;
  }
}

@media print, screen and (min-width: 64em) {
  p, .single-inner p {
    font-size: 24px;
    line-height: 40px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot#iefix) format("embedded-opentype"), url(fonts/icomoon.woff2) format("woff2"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.woff) format("woff"), url(svg/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e910";
}

.icon-medium:before {
  content: "\e911";
}

.icon-snapchat:before {
  content: "\e912";
}

.icon-quote:before {
  content: "\e90f";
}

.icon-linkedin:before {
  content: "\e90e";
}

.icon-email:before {
  content: "\e90d";
}

.icon-last:before {
  content: "\e90b";
}

.icon-first:before {
  content: "\e90c";
}

.icon-prev:before {
  content: "\e909";
}

.icon-next:before {
  content: "\e90a";
}

.icon-arrow-up:before {
  content: "\e908";
}

.icon-arrow-right-fill:before {
  content: "\e907";
}

.icon-arrow-right-empty:before {
  content: "\e906";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-location:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e901";
}

.icon-close:before {
  content: "\e900";
}

.icon-cart:before {
  content: "\e913";
}

.button:hover {
  cursor: pointer;
}

.format-text ul {
  list-style: disc;
  padding-left: 20px;
}
.format-text a {
  text-decoration: underline;
  word-break: break-word;
}

.a11y__vo-only {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.a11y__skip-content {
  background-color: white;
  color: #120C3F;
  padding: 15px 30px;
  position: absolute;
  z-index: 999;
}
.a11y__skip-content:not(:focus):not(:active) {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.articles__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
}
@media screen and (min-width: 48em) {
  .articles__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
  }
  .articles__grid .articles__grid__show-more {
    grid-column: 1/-1;
  }
}
@media print, screen and (min-width: 64em) {
  .articles__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (min-width: 75em) {
  .articles__grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }
}

.articles__grid__show-more {
  margin: 25px auto;
  width: 100%;
  max-width: 300px;
  background-color: #82E0BE;
  height: 52px;
  border-radius: 26px;
  text-align: center;
  color: #120C3F;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-transform: uppercase;
  font-family: "SourceSansPro-Black", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 24px;
}

.button {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 40px;
  border-radius: 20px;
  background-color: #00C2BA;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "SourceSansPro-Black", sans-serif;
  letter-spacing: 1px;
  border: 2px solid #00C2BA;
  transition: all 100ms ease-in;
}
.button.black {
  color: #120C3F;
}
.button:hover, .button:active, .button:focus {
  background-color: transparent;
  color: #00C2BA;
}

.content__grid {
  color: #120C3F;
}

.content__grid__text {
  padding: 15px 0;
}
.content__grid__text h4 {
  font-family: "MarkPro-Bold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  margin: 20px 0 15px 0;
}
.content__grid__text time {
  color: #AD40FE;
  font-family: "SourceSansPro-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 34px;
  line-height: 20px;
}

.content__grid__thumbnail {
  position: relative;
}
.content__grid__thumbnail.hasVideo:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid #82E0BE;
}
.content__grid__thumbnail img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content__grid__thumbnail span {
  min-height: 40px;
  margin-right: 5px;
  background-color: #AD40FE;
  padding: 0 12px;
  color: #E6FF00;
  font-family: "SourceSansPro-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media print, screen and (min-width: 64em) {
  .content__grid__thumbnail img {
    height: 350px;
  }
}

#cookie-notice {
  color: #fff;
  background-color: #120C3F;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
}
#cookie-notice legend {
  color: #82E0BE;
  text-transform: uppercase;
}

.cookie-notice-container p {
  font-size: 18px;
  line-height: 34px;
  font-family: "SourceSansPro-SemiBold", sans-serif;
}

#cookie-notice button, #cookie-notice a {
  min-height: 42px;
  border-radius: 26px;
  border: 2px solid #82E0BE;
  color: #82E0BE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 34px;
  font-family: "SourceSansPro-Bold", sans-serif;
  transition: all 400ms ease;
}
#cookie-notice button:hover, #cookie-notice a:hover {
  border-color: #82E0BE;
  background-color: #82E0BE;
  color: #120C3F;
}

#cookie-notice input + span:before {
  background-color: #82E0BE;
  color: #120C3F;
}

.home__filters {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  flex-flow: row nowrap;
  margin: 20px 0 34px 0;
  padding: 10px 0;
}
.home__filters li {
  white-space: nowrap;
}
@media print, screen and (min-width: 64em) {
  .home__filters {
    overflow: hidden;
    margin-top: 28px;
  }
  .home__filters .hidden {
    display: none;
  }
  .home__filters .home__more__categories {
    font-size: 18px;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
    font-family: "SourceSansPro-Bold", sans-serif;
    color: #AD40FE;
    cursor: pointer;
  }
  .home__filters.is-active {
    flex-flow: row wrap;
  }
  .home__filters.is-active .hidden {
    display: block;
  }
}

.home__filters .home__filters__button {
  height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  font-family: "SourceSansPro-Bold", sans-serif;
  cursor: pointer;
  color: #120C3F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__filters .home__filters__button.is-active {
  background-color: #82E0BE;
  border: none;
}

.footer {
  background-color: #120C3F;
  color: #fff;
  padding: 30px;
  min-height: 142px;
}
.footer [class^=icon-] {
  color: #fff;
  font-size: 25px;
}

.social-icons {
  width: 100%;
}
.social-icons ul {
  margin: 44px 0 20px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
@media print, screen and (min-width: 64em) {
  .social-icons ul {
    margin: 0 0 10px 0;
  }
}
.social-icons ul li {
  margin-right: 38px;
}

.footer__menu__element {
  display: flex;
  justify-content: flex-end;
}
.footer__menu__element a {
  text-transform: uppercase;
  color: #fff;
  display: inline-flex;
  justify-content: flex-end;
  font-family: "SourceSansPro-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 34px;
}

.footer__logo__menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.footer__logo__menu img {
  min-width: 60px;
  width: 80px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 64em) {
  .footer__logo__menu img {
    min-width: 75px;
  }
}
@media print, screen and (min-width: 64em) {
  .footer__logo__menu {
    max-width: 75rem;
    margin: 0 auto;
    width: 100%;
    flex-flow: row nowrap;
  }
  .footer__logo__menu > a {
    order: 1;
    margin-right: 70px;
  }
  .footer__logo__menu .social-icons {
    order: 2;
  }
  .footer__logo__menu .footer__menu {
    order: 3;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .footer__logo__menu .footer__menu > li {
    white-space: nowrap;
    margin-right: 20px;
  }
  .footer__logo__menu .footer__menu > li:last-child {
    margin-right: 0;
  }
}

.footer__mailer {
  color: #82E0BE;
  font-size: 18px;
  line-height: 34px;
  font-family: "SourceSansPro-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.goback {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  max-width: 65.625rem;
}
.goback button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #AD40FE;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 34px;
  font-family: "SourceSansPro-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.goback button span {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #AD40FE;
  color: #E6FF00;
  margin-right: 10px;
}
@media screen and (min-width: 48em) {
  .goback {
    justify-content: flex-start;
    padding-left: 25px;
  }
}
@media screen and (min-width: 76.875em) {
  .goback {
    padding-left: 0;
  }
}

.header {
  border-top: 6px solid #AD40FE;
}

.header__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 15px 32px 20px 32px;
  width: 100%;
  background-color: #fff;
  z-index: 450;
}
.header__inner.shadow {
  box-shadow: 0 1px 6px 0.2px rgba(0, 0, 0, 0.32);
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 48em) {
  .header__inner {
    align-items: center;
    width: 100%;
    padding: 15px 15px;
  }
}
@media screen and (min-width: 76.875em) {
  .header__inner {
    padding: 15px calc((100% - 1200px) / 2);
  }
}

.header__nav {
  flex: 1;
  padding: 105px 115px 50px 30px;
  margin-right: -80px;
  width: calc(100% - 65px + 50px);
  display: flex;
  align-self: flex-end;
  flex-flow: column;
  background-color: white;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .header__nav {
    padding: 0;
    margin: 0;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 810px;
  }
}

#searchform {
  position: relative;
  margin-bottom: 20px;
}
#searchform input {
  border: 2px solid #82E0BE;
  height: 40px;
  border-radius: 20px;
  padding: 5px 40px 5px 20px;
  width: 100%;
  cursor: text;
}
#searchform input::-moz-placeholder {
  font-family: "MarkPro-Bold", sans-serif;
  color: #120C3F;
}
#searchform input::placeholder {
  font-family: "MarkPro-Bold", sans-serif;
  color: #120C3F;
}
#searchform #searchsubmit {
  padding: 0;
  cursor: pointer;
}
#searchform #searchsubmit span {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  margin-left: 1px;
}
#searchform button, #searchform span:not(.icon-search) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  cursor: pointer;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  outline: none;
  border-radius: 50%;
}
#searchform button:focus, #searchform span:not(.icon-search):focus {
  border: 2px dotted #E6FF00;
}
#searchform button span, #searchform span:not(.icon-search) span {
  color: #EE0A9D;
  font-size: 20px;
}
#searchform span.icon-close {
  color: #EE0A9D;
  display: none;
}
@media screen and (min-width: 48em) {
  #searchform {
    width: 40px;
    margin-bottom: 0;
    margin-right: 20px;
    transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: absolute;
    top: 7px;
    right: 40px;
    z-index: 10;
  }
  #searchform input {
    width: 40px;
    padding: 0;
    transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #searchform input::-moz-placeholder {
    visibility: hidden;
    opacity: 0;
  }
  #searchform input::placeholder {
    visibility: hidden;
    opacity: 0;
  }
  #searchform.open-search {
    width: 260px;
  }
  #searchform.open-search input {
    width: 260px;
    padding: 5px 40px 5px 20px;
  }
}
@media screen and (min-width: 75em) {
  #searchform {
    right: 120px;
  }
}

.cart__anchor {
  display: flex;
  height: 40px;
  border-radius: 20px;
  background-color: #AD40FE;
  padding: 0 20px;
  width: 124px;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-transform: uppercase;
  font-family: "SourceSansPro-Bold", sans-serif;
  font-size: 18px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  /**
  Add this style only between 2 media queries, since the function doesn't support (and) query
   */
}
.cart__anchor .icon-location {
  color: #E6FF00;
  font-size: 20px;
}
@media screen and (min-width: 48em) and (max-width: 74.99875em) {
  .cart__anchor {
    width: 40px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart__anchor span:first-child {
    display: none;
  }
}

.header__logo {
  width: 100%;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 48em) {
  .header__logo {
    height: 70px;
  }
}

.header__menu-toggle {
  align-items: center;
  border-top: 4px solid #82E0BE;
  border-bottom: 4px solid #82E0BE;
  height: 32px;
  padding: 0;
  width: 40px;
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin: 10px 0 0 15px;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  cursor: pointer;
}
.header__menu-toggle.is-active {
  z-index: 1000;
  border: none;
}
.header__menu-toggle.is-active:after {
  display: none;
}
.header__menu-toggle.is-active:before {
  opacity: 1;
}
.header__menu-toggle::after {
  content: "";
  background-color: #82E0BE;
  height: 4px;
  width: 20px;
  transition: all 0.2s ease-in-out;
}
.header__menu-toggle::before {
  content: "\e900";
  font-family: "icomoon";
  opacity: 0;
  transition: all 0.2s ease-in-out;
  font-size: 32px;
  color: #82E0BE;
  position: absolute;
  top: -2px;
  left: 4px;
}
@media screen and (min-width: 48em) {
  .header__menu-toggle {
    display: none;
  }
}

@media screen and (min-width: 48em) {
  .search__cartanchor {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}
.language-switcher {
  align-self: center;
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher {
    background-color: transparent;
  }
}

.language-switcher__list {
  display: inline-block;
  list-style: none;
  margin: 0;
  z-index: 1;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher__list {
    background-color: transparent;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    transform: translateY(-20px);
    transition: transform 0.2s ease-in-out, opacity 0.1s ease-out;
  }
}

.language-switcher__top-link {
  background-color: grey;
  border-radius: 15px;
  color: black;
  display: inline-block;
  margin: 2px;
  padding: 5px 10px;
  position: relative;
  transition: color 0.2s ease, background-color 0.2s ease;
  text-align: center;
  width: 50px;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher__top-link {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 5px 30px 5px 10px;
    text-align: left;
    width: auto;
  }
  .language-switcher__top-link::before {
    content: ">";
    position: absolute;
    left: 40px;
    transform: rotate(0) translateY(-1px);
    transition: transform 0.1s ease;
  }
  .language-switcher__top-link:hover, .language-switcher__top-link:focus {
    color: blue;
    outline: none;
  }
}
.language-switcher:hover .language-switcher__top-link::before, .language-switcher[focus-within] .language-switcher__top-link::before, .language-switcher__top-link:focus::before {
  transform: rotate(90deg) translateY(-1px);
}
.language-switcher:hover .language-switcher__top-link::before, .language-switcher:focus-within .language-switcher__top-link::before, .language-switcher__top-link:focus::before {
  transform: rotate(90deg) translateY(-1px);
}

.language-switcher__item {
  display: inline-block;
  margin: 0 -8px;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher__item {
    display: block;
    margin: 0;
  }
}

.language-switcher__link {
  color: black;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  transition: color 0.2s ease;
  width: 50px;
}
.language-switcher__link:focus, .language-switcher__link:hover {
  color: blue;
  outline: none;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher__link {
    border-radius: 0;
    display: block;
    text-align: left;
    padding: 5px 30px 5px 10px;
    width: auto;
  }
}

.language-switcher:hover .language-switcher__list,
.language-switcher .language-switcher__top-link:focus + .language-switcher__list,
.language-switcher__list[focus-within] {
  height: auto;
  transform: translate(0);
  opacity: 1;
  z-index: 1;
}

.language-switcher:hover .language-switcher__list,
.language-switcher .language-switcher__top-link:focus + .language-switcher__list,
.language-switcher__list:focus-within {
  height: auto;
  transform: translate(0);
  opacity: 1;
  z-index: 1;
}

/* required styles */
#home-map {
  height: 384px;
}
@media print, screen and (min-width: 64em) {
  #home-map {
    height: 650px;
  }
}

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-control-container .leaflet-bottom {
  bottom: 15px;
}
.leaflet-control-container .leaflet-right {
  right: 10px;
}

.leaflet-container {
  overflow: hidden;
  width: 100%;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-marker-icon {
  transition: all 0.2s;
}
.leaflet-marker-icon:hover {
  margin-top: -15px !important;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 400;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 400;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 400;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
  padding-bottom: 20px !important;
  pointer-events: none;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -moz-grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -moz-grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
/*.leaflet-control-layers {*/
/*box-shadow: 0 1px 5px rgba(0,0,0,0.4);*/
/*background: #fff;*/
/*border-radius: 5px;*/
/*}*/
/*.leaflet-control-layers-toggle {*/
/*background-image: url(images/layers.png);*/
/*width: 36px;*/
/*height: 36px;*/
/*}*/
/*.leaflet-retina .leaflet-control-layers-toggle {*/
/*background-image: url(images/layers-2x.png);*/
/*background-size: 26px 26px;*/
/*}*/
/*.leaflet-touch .leaflet-control-layers-toggle {*/
/*width: 44px;*/
/*height: 44px;*/
/*}*/
/*.leaflet-control-layers .leaflet-control-layers-list,*/
/*.leaflet-control-layers-expanded .leaflet-control-layers-toggle {*/
/*display: none;*/
/*}*/
/*.leaflet-control-layers-expanded .leaflet-control-layers-list {*/
/*display: block;*/
/*position: relative;*/
/*}*/
/*.leaflet-control-layers-expanded {*/
/*padding: 6px 10px 6px 6px;*/
/*color: #333;*/
/*background: #fff;*/
/*}*/
/*.leaflet-control-layers-scrollbar {*/
/*overflow-y: scroll;*/
/*overflow-x: hidden;*/
/*padding-right: 5px;*/
/*}*/
/*.leaflet-control-layers-selector {*/
/*margin-top: 2px;*/
/*position: relative;*/
/*top: 1px;*/
/*}*/
/*.leaflet-control-layers label {*/
/*display: block;*/
/*}*/
/*.leaflet-control-layers-separator {*/
/*height: 0;*/
/*border-top: 1px solid #ddd;*/
/*margin: 5px -10px 5px -6px;*/
/*}*/
/* Default icon URLs */
/*.leaflet-default-icon-path {*/
/*background-image: url(images/marker-icon.png);*/
/*}*/
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: transparent;
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 5px 10px;
  color: #333;
  border-top-left-radius: 6px;
}

.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:first-child {
  position: absolute;
  right: 5px;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  text-align: left;
  padding: 20px;
  max-width: 200px !important;
}

.leaflet-popup-content {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 14px;
  line-height: 34px;
  line-height: 20px;
}
.leaflet-popup-content h4 {
  margin: 0;
  color: #E6FF00;
  font-family: "MarkPro-Bold", sans-serif;
  font-size: 14px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  line-height: 18px;
}
.leaflet-popup-content p {
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 14px;
  line-height: 34px;
  font-family: "SourceSansPro-Regular", sans-serif;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #120C3F;
  color: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  color: white;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: pink;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.leaflet-control-fullscreen a {
  background-size: 26px 52px;
}

.leaflet-touch .leaflet-control-fullscreen a {
  background-position: 2px 2px;
}

.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 0 -26px;
}

.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  display: block !important;
  background-position: 2px -24px;
}

/* Do not combine these two rules; IE will break. */
.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.leaflet-container.leaflet-fullscreen-on {
  width: 100% !important;
  height: 100% !important;
}

.leaflet-pseudo-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 400;
}

.single-object .leaflet-control-fullscreen-button {
  display: none !important;
}

.leaflet-control-container .leaflet-left {
  left: auto;
  right: 0;
}
@media print, screen and (min-width: 64em) {
  .leaflet-control-container .leaflet-left {
    right: 10px;
  }
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.menu {
  z-index: 450;
  top: 6px;
  bottom: 0;
  opacity: 0;
  width: 100%;
  right: -100%;
  display: flex;
  position: fixed;
  margin-bottom: 0;
  align-self: center;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: right 710ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 710ms cubic-bezier(0.68, -0.55, 0.265, 1.55), visibility 710ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu.is-active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em) {
  .menu {
    opacity: 1;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    position: relative;
    visibility: visible;
    width: calc(100% - 165px);
    background-color: transparent;
    justify-content: space-between;
  }
}

.main__menu {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
@media screen and (min-width: 48em) {
  .main__menu {
    flex-flow: row nowrap;
    flex-grow: 1;
    justify-content: space-between;
    max-width: 388px;
    margin-right: 30px;
  }
}

.menu__item {
  position: relative;
}
.menu__item.is-active:before {
  z-index: 1;
  content: "";
  left: -10px;
  height: 6px;
  bottom: 22px;
  display: block;
  position: absolute;
  width: calc(100% + 20px);
  background-color: #E6FF00;
}

.menu__link {
  color: black;
  display: block;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "SourceSansPro-BlackItalic", sans-serif;
  font-size: 20px;
  line-height: 24px;
  z-index: 2;
  position: relative;
}
.menu__link:hover, .menu__link:focus {
  color: grey;
  outline: none;
}

.has-submenu .menu {
  height: 1px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  transform: translateY(-20px);
  transition: transform 0.2s ease-in-out, opacity 0.1s ease-out;
  width: -moz-fit-content;
  width: fit-content;
}

.has-submenu .menu .menu__link {
  text-align: left;
}

.has-submenu:hover .menu,
.has-submenu .menu__link:focus + .menu,
.menu[focus-within] {
  height: auto;
  transform: translate(0);
  opacity: 1;
  z-index: 1;
}

.has-submenu:hover .menu,
.has-submenu .menu__link:focus + .menu,
.menu:focus-within {
  height: auto;
  transform: translate(0);
  opacity: 1;
  z-index: 1;
}

.pagination-block {
  margin: 50px 0;
}
.pagination-block ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .pagination-block ul li {
    margin: 0 10px;
  }
}
.pagination-block ul .current {
  color: #EE0A9D;
}
.pagination-block ul a {
  color: #120C3F;
  cursor: pointer;
}
.pagination-block ul [class^=icon-] {
  color: #82E0BE;
}
@media screen and (min-width: 48em) {
  .pagination-block {
    grid-column: 1/-1;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    justify-content: space-between;
    justify-self: center;
  }
}

#sbi_mod_permanent_toggle,
#sbi_hide_show,
.sbi_mod_new_white_list,
label[for=sbi_mod_permanent_toggle],
label[for=sbi_hide_show] {
  display: none !important;
}

.scroll-to-top {
  display: block;
  margin: 65px auto;
  cursor: pointer;
  font-size: 18px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  font-family: "SourceSansPro-Bold", sans-serif;
  text-transform: uppercase;
  color: #AD40FE;
}
.scroll-to-top span.icon-arrow-up {
  font-size: 12px;
  pointer-events: none;
  color: #E6FF00;
  width: 40px;
  min-width: 40px;
  border-radius: 20px;
  border: none;
  height: 40px;
  background-color: #AD40FE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 13px;
}

@media print, screen and (min-width: 64em) {
  .scroll-to-top-wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }
  .scroll-to-top-wrap .scroll-to-top {
    margin: 65px 0;
  }
}

.sharer ul {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
}
.sharer ul li {
  margin-right: 30px;
}
.sharer ul li.title {
  font-family: "SourceSansPro-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 34px;
}
.sharer ul i {
  color: #82E0BE;
  font-size: 25px;
}

.wrap {
  padding-right: 30px;
  padding-left: 30px;
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 76.875em) {
  .wrap {
    padding: 0;
  }
}

@media screen and (min-width: 48em) {
  .wrap__desktop {
    max-width: 1180px;
    margin: 0 auto;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

.block__carousel {
  max-width: 315px;
  margin: 0 auto;
}

.slick-track {
  display: flex !important;
  width: 315px;
  margin: 0 auto;
}

.slick-slide {
  height: 266px;
  width: 315px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick__icon__prev,
.slick__icon__next {
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 60px;
  height: 70px;
  background-color: #AD40FE;
  color: #82E0BE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  z-index: 10;
  cursor: pointer;
}

.slick__icon__prev {
  right: 60px;
}
.slick__icon__prev:before {
  content: "\e909";
  font-family: "icomoon";
}

.slick__icon__next:before {
  font-family: "icomoon";
  content: "\e90a";
}

.gallery__block {
  margin: 30px auto 120px auto;
}

.audio__esch__tv {
  background: red;
}

.audio__block-inner {
  width: 95%;
  max-width: 700px;
  margin: 20px auto 40px auto;
}

.gallery__block .block__carousel {
  width: 100%;
  max-width: 785px;
  margin: 0 auto;
  padding: 0 30px;
}
.gallery__block .block__carousel .slick-list,
.gallery__block .block__carousel .slick-track {
  width: 100%;
  height: 500px;
}
.gallery__block .block__carousel .slick-list img,
.gallery__block .block__carousel .slick-track img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__block .block__carousel .slick-list a,
.gallery__block .block__carousel .slick-track a {
  outline: none;
  height: 100%;
}
.gallery__block .block__carousel .slick__icon__prev {
  right: 90px;
}
.gallery__block .block__carousel .slick__icon__next {
  right: 30px;
}
@media screen and (min-width: 48em) {
  .gallery__block .block__carousel {
    height: 500px;
  }
}

.header__with__highlights_block {
  margin-top: 31px;
  margin-bottom: 31px;
  display: inline-flex;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .header__with__highlights_block h2 {
    font-size: 32px;
  }
  .header__with__highlights_block h3 {
    font-size: 24px;
  }
  .header__with__highlights_block h4 {
    font-size: 18px;
  }
}
.header__with__highlights_block h2,
.header__with__highlights_block h3,
.header__with__highlights_block h4 {
  margin: 0;
  position: relative;
  line-height: 35px;
}
.header__with__highlights_block h2 .shape,
.header__with__highlights_block h3 .shape,
.header__with__highlights_block h4 .shape {
  position: absolute;
  content: "";
  top: -11px;
  left: -14px;
  display: block;
  width: 42px;
  height: 41px;
  z-index: 0;
}
.header__with__highlights_block h2 .header__content,
.header__with__highlights_block h3 .header__content,
.header__with__highlights_block h4 .header__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 76.875em) {
  .header__with__highlights_block {
    display: block;
    max-width: 65.625rem;
    padding: 15px 30px;
  }
  .header__with__highlights_block h2 .shape,
.header__with__highlights_block h3 .shape,
.header__with__highlights_block h4 .shape {
    width: 61px;
    height: 61px;
    top: -18px;
    left: -31px;
  }
}

@media print, screen and (min-width: 64em) {
  .hero {
    position: relative;
  }
}

@media print, screen and (min-width: 64em) {
  .hero__column {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 670px;
  }
}

.hero__column__article {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .hero__column__article {
    position: static;
    flex-grow: 1;
    padding-right: 40px;
  }
}

.hero__column__article__background {
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% - 30px);
  height: auto;
}
@media print, screen and (min-width: 64em) {
  .hero__column__article__background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    max-height: 638px;
  }
}

.hero__column__article__content {
  position: relative;
  min-height: 146px;
  background-color: #120C3F;
  padding: 0 30px;
}
.hero__column__article__content h3 {
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .hero__column__article__content h3 {
    font-size: 36px;
    line-height: 45px;
    width: 80%;
  }
}
.hero__column__article__content a {
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 30px 0 20px 0;
  text-transform: uppercase;
  font-family: "MarkPro-BlackItalic", sans-serif;
  font-size: 24px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
}
.hero__column__article__content a:hover .icon-arrow-right-fill {
  opacity: 1;
  font-size: 40px;
}
@media screen and (min-width: 48em) {
  .hero__column__article__content a:hover .icon-arrow-right-fill {
    font-size: 60px;
  }
}
.hero__column__article__content a time {
  color: #E6FF00;
  font-family: "SourceSansPro-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 34px;
}

.hero__column__article__arrow__wrapper {
  position: relative;
  margin-right: 40px;
}
.hero__column__article__arrow__wrapper span {
  font-size: 40px;
  color: #82E0BE;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (min-width: 48em) {
  .hero__column__article__arrow__wrapper span {
    font-size: 60px;
  }
}
.hero__column__article__arrow__wrapper .icon-arrow-right-fill {
  opacity: 0;
  font-size: 0;
}

.hero__column__article__categories {
  position: absolute;
  left: 0;
  display: flex;
  flex-flow: row wrap;
  top: -20px;
}
.hero__column__article__categories span {
  min-height: 40px;
  margin-right: 5px;
  background-color: #AD40FE;
  padding: 0 12px;
  color: #E6FF00;
  font-family: "SourceSansPro-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero__column__event {
  position: relative;
  margin-bottom: 30px;
}
.hero__column__event:hover .hero__column__event__image img {
  transform: scale(1.168);
}
.hero__column__event .event__date {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #AD40FE;
  padding: 5px 17px;
}
.hero__column__event time {
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  color: #E6FF00;
  font-family: "SourceSansPro-Black", sans-serif;
  line-height: 0;
}
.hero__column__event time:first-child {
  font-size: 36px;
  line-height: 45px;
  line-height: 35px;
}
.hero__column__event time:last-child {
  font-size: 18px;
  line-height: 34px;
  font-family: "SourceSansPro-Black", sans-serif;
  line-height: 35px;
}
.hero__column__event .event__cat {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background-color: #AD40FE;
  padding: 5px 17px;
}
.hero__column__event .event__cat span {
  color: #E6FF00;
  text-transform: uppercase;
}
.hero__column__event h6 {
  color: #120C3F;
  margin: 5px 0;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  font-family: "SourceSansPro-Bold", sans-serif;
}

.featured__event__address {
  color: #EE0A9D;
  font-size: 14px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  font-family: "SourceSansPro-SemiBold", sans-serif;
  line-height: 1;
}

.hero__column__logo {
  margin-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .hero__column__logo {
    margin-bottom: 0;
  }
}

.hero__column__logo img {
  width: 100%;
  height: 294px;
  margin: 0;
  background-color: #fbfbfb;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .hero__column__logo img {
    height: 348px;
  }
}

@media screen and (min-width: 48em) {
  .hero__column__aside {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
  }
}
@media print, screen and (min-width: 64em) {
  .hero__column__aside {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    width: 414px;
    margin: 0;
    padding: 0;
  }
}

.hero__column__event__image {
  overflow: hidden;
}

.hero__column__event__image img {
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 5s;
}

.is__article .hero__column__event__image img {
  height: 233px;
  -o-object-fit: cover;
     object-fit: cover;
}

.quote__block {
  max-width: 65.625rem;
}

.quote__image__wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: -55px;
}
.quote__image__wrapper:before {
  content: "";
  position: absolute;
  width: 182px;
  height: 182px;
  z-index: -1;
  border: 5px solid #AD40FE;
  border-radius: 50%;
  display: block;
  top: 22px;
  left: calc(50% - 22px);
  transform: translateX(-50%);
}
@media screen and (min-width: 48em) {
  .quote__image__wrapper:before {
    width: 260px;
    height: 260px;
    top: auto;
    bottom: 0;
  }
}
.quote__image__wrapper img {
  width: 182px;
  height: 182px;
  min-width: 182px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .quote__image__wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 0 0 50px;
  }
}
@media screen and (min-width: 48em) {
  .quote__image__wrapper {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 310px;
    height: 300px;
  }
}

.quote__content {
  background-color: #E6FF00;
  padding-top: 50px;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .quote__content {
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}

.quote__content__padding {
  padding: 30px;
}
.quote__content__padding strong p {
  font-family: "MarkPro-BlackItalic", sans-serif;
  font-size: 20px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  line-height: 25px;
}
@media screen and (min-width: 3.75em) {
  .quote__content__padding strong p {
    font-size: 32px;
    line-height: 40px;
  }
}

.quote__block-inner.has__no__image {
  max-width: 820px;
  margin: 50px auto;
}
.quote__block-inner.has__no__image .quote__content {
  padding-top: 0;
  background-color: transparent;
  position: relative;
}
.quote__block-inner.has__no__image .quote__content:before {
  position: absolute;
  content: "";
  width: 42px;
  left: 21px;
  top: 0;
  height: 100%;
  display: block;
  background-color: #E6FF00;
  z-index: -1;
}

@media screen and (min-width: 48em) {
  .quote__block-inner:not(.has__no__image) {
    margin-top: 150px;
    margin-bottom: 50px;
    padding: 0 30px;
  }
  .quote__block-inner:not(.has__no__image) > div {
    padding-left: 170px;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .quote__block-inner:not(.has__no__image) .quote__content__padding {
    padding-left: 173px;
  }
}
.quote__placeholder {
  background-color: #00C2BA;
}

.text__with__highlights {
  margin-top: 31px;
  margin-bottom: 31px;
  display: inline-flex;
  width: 100%;
}
.text__with__highlights h2 {
  position: relative;
  line-height: 35px;
}
.text__with__highlights h2:before {
  position: absolute;
  content: "";
  top: -11px;
  left: -14px;
  display: block;
  background-color: #E6FF00;
  width: 42px;
  height: 41px;
  z-index: -1;
}
@media screen and (min-width: 76.875em) {
  .text__with__highlights {
    display: block;
    max-width: 65.625rem;
    padding: 15px 30px;
  }
  .text__with__highlights h2:before {
    width: 61px;
    height: 61px;
    top: -18px;
    left: -31px;
  }
}

.text__with__highlights-inner strong {
  background-color: #E6FF00;
}

.text__with__image__block {
  margin: 50px auto;
  max-width: 65.625rem;
}
@media screen and (min-width: 48em) {
  .text__with__image__block {
    margin: 70px auto;
  }
}

.text__with__image__block-inner {
  display: flex;
  flex-flow: column;
  position: relative;
}
.text__with__image__block-inner.image__on__right .textwithimage__image .text__with__image__span:before {
  left: auto !important;
  right: -30px;
}
@media screen and (min-width: 48em) {
  .text__with__image__block-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .text__with__image__block-inner.image__on__right .textwithimage__image,
.text__with__image__block-inner.image__on__right .block__carousel {
    order: 2;
  }
}
@media screen and (min-width: 48em) {
  .text__with__image__block-inner.image__on__right .textwithimage__image .text__with__image__span:before {
    left: auto;
    right: -30px;
  }
}
.text__with__image__block-inner .textwithimage__image {
  order: 2;
  margin-top: 2.2em;
}
@media screen and (min-width: 48em) {
  .text__with__image__block-inner .textwithimage__image {
    order: inherit;
    height: 348px;
    max-width: 320px;
  }
}
.text__with__image__block-inner .textwithimage__content {
  order: 1;
}
@media screen and (min-width: 48em) {
  .text__with__image__block-inner .textwithimage__content {
    order: inherit;
  }
}

.block__carousel {
  margin: 30px auto;
}
@media screen and (min-width: 48em) {
  .block__carousel {
    height: 348px;
  }
  .block__carousel .slick-list,
.block__carousel .slick-track {
    height: 100%;
  }
  .block__carousel img {
    height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .block__carousel {
    margin: 0;
    padding: 0;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .block__carousel .slick-list,
.block__carousel .slick-track {
    height: 348px;
    width: 413px;
  }
  .block__carousel img {
    height: 348px;
    width: 413px;
  }
}

.textwithimage__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.textwithimage__image.portrait__image {
  max-height: 400px;
}
@media print, screen and (min-width: 30em) {
  .textwithimage__image.portrait__image {
    min-height: 480px;
  }
  .textwithimage__image.portrait__image img {
    height: 480px;
  }
}
.textwithimage__image.add__image__border:not(.portrait__image) .text__with__image__span:before {
  content: "";
  position: absolute;
  background-color: #00C2BA;
  display: block;
  bottom: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.textwithimage__image.rounded__image .text__with__image__span:before {
  border-radius: 50%;
}
.textwithimage__image .text__with__image__span {
  position: relative;
  display: inline-flex;
  max-width: 320px;
}
.textwithimage__image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.textwithimage__image img.rounded__image {
  border-radius: 50%;
  max-width: 320px;
  max-height: 320px;
}

.video {
  position: relative;
  margin: 30px auto;
}
.video:before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  width: 100%;
  content: "";
  height: calc(100% - 54px);
  display: block;
  background-color: #AD40FE;
}
@media print, screen and (min-width: 64em) {
  .video:before {
    height: 250px;
  }
}
@media screen and (min-width: 76.875em) {
  .video:before {
    max-width: calc(1200px + (100% - 1200px) / 2 - 63px);
  }
}
.video .video__column {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video .video__column.esch-tv-player {
  padding: 0;
}
@media print, screen and (min-width: 64em) {
  .video .video__column {
    max-width: 788px;
    padding-top: 37.25%;
    margin: 0 auto;
  }
  .video .video__column.esch-tv-player {
    padding: 0;
  }
}
.video .youtube-iframe-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.video .play-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 4;
}
.video .play-video:hover .play-video-inner {
  border-left-color: #2cb181;
  transform: translate(-40%, -50%);
}
.video .play-video .play-video-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid #82E0BE;
  transition: all 0.35s ease-in-out;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 64em) {
  .video iframe {
    max-height: 443px;
  }
}

.page-template-tpl-articles #main {
  padding-top: 33px;
}
@media print, screen and (min-width: 64em) {
  .page-template-tpl-articles #main {
    padding-top: 100px;
  }
}

.articles__inner__overview {
  position: relative;
  background-color: #F6F6F6;
  padding-top: 34px;
}
.articles__inner__overview .home__more__categories {
  display: none;
}
.articles__inner__overview .home__filters .hidden {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .articles__inner__overview .home__filters {
    flex-flow: row wrap;
  }
}
.articles__inner__overview h1 {
  position: absolute;
  top: -20px;
  left: 30px;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .articles__inner__overview {
    padding-top: 80px;
  }
  .articles__inner__overview h1 {
    font-size: 32px;
    line-height: 45px;
    top: -40px;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .articles__inner__overview h1 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media screen and (min-width: 76.875em) {
  .articles__inner__overview {
    width: 100%;
    max-width: 100%;
    padding: 35px calc((100% - 1200px) / 2);
  }
  .articles__inner__overview h1 {
    left: calc((100% - 1200px) / 2);
  }
}

.articles__load__more__wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  justify-content: center;
  margin-top: 45px;
}

@keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: #EE0A9D;
  }
  50% {
    background-color: #82E0BE;
  }
  100% {
    transform: scale(1);
    background-color: #E6FF00;
  }
}
.articles__load__more__btn {
  display: inline-flex;
  justify-content: center;
  align-content: center;
}
.articles__load__more__btn .animation {
  display: none;
}
.articles__load__more__btn strong {
  font-weight: normal;
}
.articles__load__more__btn.loading {
  pointer-events: none;
}
.articles__load__more__btn.loading .content {
  display: none;
}
.articles__load__more__btn.loading .animation {
  display: flex;
}
.articles__load__more__btn.loading .animation strong {
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-name: stretch;
  animation-play-state: running;
  animation-timing-function: ease-out;
  border-radius: 100%;
  display: block;
  height: 10px;
  margin: 0 1px;
  width: 10px;
  animation-delay: 0.1s;
  margin: 0 5px;
}
.articles__load__more__btn.loading .animation strong:first-child {
  animation-delay: 0s;
  margin: 0;
}
.articles__load__more__btn.loading .animation strong:last-child {
  animation-delay: 0.2s;
  margin: 0;
}

.contact__wrap .contact__inner-content .wp-block-column figure {
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
.contact__wrap .contact__inner-content .wp-block-column img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 64em) {
  .contact__wrap .contact__inner-content .wp-block-column {
    padding: 0;
  }
  .contact__wrap .contact__inner-content .wp-block-column img {
    max-height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contact__wrap .contact__inner-content > p, .contact__wrap .contact__inner-content > div, .contact__wrap .contact__inner-content > ul, .contact__wrap .contact__inner-content > a, .contact__wrap .contact__inner-content > article, .contact__wrap .contact__inner-content > section, .contact__wrap .contact__inner-content > main {
  padding: 10px 30px;
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 3.75em) {
  .contact__wrap .contact__inner-content > p, .contact__wrap .contact__inner-content > div, .contact__wrap .contact__inner-content > ul, .contact__wrap .contact__inner-content > a, .contact__wrap .contact__inner-content > article, .contact__wrap .contact__inner-content > section, .contact__wrap .contact__inner-content > main {
    padding: 0;
    margin: 20px 0;
    justify-content: space-between;
    align-items: center;
  }
}
.contact__wrap .contact__inner-content p {
  line-height: 30px;
}
@media print, screen and (min-width: 64em) {
  .contact__wrap .contact__inner-content p {
    font-size: 24px;
    line-height: 34px;
    line-height: 40px;
  }
}
.contact__wrap .contact__inner-content > .wp-block-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}
.contact__wrap .contact__inner-content > .wp-block-button a {
  background-color: transparent;
  border: 2px solid #82E0BE;
  color: #82E0BE;
  height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  transition: all 200ms ease;
}
.contact__wrap .contact__inner-content > .wp-block-button a:hover {
  color: #fff;
  background: #AD40FE;
  border-color: #AD40FE;
}
@media screen and (min-width: 75em) {
  .contact__wrap .contact__inner-content > .wp-block-button {
    display: block;
  }
  .contact__wrap .contact__inner-content > .wp-block-button a {
    display: inline-flex;
    width: 250px;
  }
}
.contact__wrap .contact__inner-content h2 {
  padding-left: 30px;
  width: 100%;
  max-width: 100%;
  position: relative;
  text-transform: uppercase;
  font-style: normal;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #120C3F;
  color: transparent;
  font-size: 32px;
  line-height: 45px;
  -webkit-font-smoothing: antialiased;
  font-family: "MarkPro-BlackItalic", sans-serif;
}
@media print, screen and (min-width: 64em) {
  .contact__wrap .contact__inner-content h2 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media print, screen and (min-width: 64em) {
  .contact__wrap .contact__inner-content h2 {
    -webkit-text-stroke-width: 3px;
  }
}
.contact__wrap .contact__inner-content h2 > strong {
  color: #120C3F;
  font-style: normal;
  -webkit-text-fill-color: #120C3F;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #120C3F;
  font-family: "MarkPro-BlackItalic", sans-serif;
}
@media print, screen and (min-width: 64em) {
  .contact__wrap .contact__inner-content h2 > strong {
    -webkit-text-stroke-width: 3px;
  }
}
.contact__wrap .contact__inner-content h2:focus {
  outline: 1px dashed #E6FF00;
}
.contact__wrap .contact__inner-content h2:after {
  content: "";
  width: 100%;
  left: 0;
  max-width: 295px;
  position: absolute;
  top: 20px;
  display: block;
  background-color: #E6FF00;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 75em) {
  .contact__wrap .contact__inner-content .wp-block-columns {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .contact__wrap .contact__inner-content h2 {
    padding-left: calc((100% - 1200px) / 2);
  }
  .contact__wrap .contact__inner-content h2:after {
    width: 200%;
    max-width: 200%;
    left: calc((100% - 1200px) / 2 - 990px);
    top: 40px;
    height: 80px;
  }
}

.contact__languages-jumper {
  max-width: 181px;
}
.contact__languages-jumper a {
  height: 40px;
  padding: 0 15px;
  background-color: transparent;
  color: #AD40FE;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  font-family: "SourceSansPro-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  border-radius: 20px;
}
.contact__languages-jumper a span {
  display: inline-flex;
  font-size: 10px;
  transform: rotate(180deg);
  margin-left: 10px;
}
.contact__languages-jumper a.is-active {
  background-color: #82E0BE;
  color: #120C3F;
}
.contact__languages-jumper a.is-active span {
  display: none;
}

@media screen and (min-width: 75em) {
  .contact__wrap {
    display: flex;
    flex-flow: row nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: 300px;
  }
  .contact__wrap .contact__languages-jumper {
    width: 260px;
    position: fixed;
    top: 225px;
    right: 20px;
  }
  .contact__wrap .contact__languages-jumper li a:focus {
    outline: none;
  }
}
@media screen and (min-width: 76.875em) {
  .contact__wrap .contact__languages-jumper {
    right: calc((100% - 1200px) / 2);
  }
}

.home__articles {
  background-color: #F6F6F6;
}
@media screen and (min-width: 48em) {
  .home__articles {
    margin-top: 50px;
  }
}
.home__articles .articles__grid .hide__this {
  display: none;
}

.home__articles-inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home__articles-inner h2 {
  font-family: "MarkPro-BlackItalic", sans-serif;
  font-size: 32px;
  line-height: 45px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  position: absolute;
  top: -17px;
  left: 30px;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 64em) {
  .home__articles-inner h2 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media print, screen and (min-width: 64em) {
  .home__articles-inner {
    margin-top: 175px;
    padding-top: 80px;
  }
  .home__articles-inner h2 {
    top: -42px;
  }
}
@media screen and (min-width: 76.875em) {
  .home__articles-inner h2 {
    left: 0;
  }
}

.home__more__categories {
  white-space: nowrap;
  text-transform: uppercase;
}

.home__map {
  position: relative;
  padding-top: 37px;
}
.home__map .map__open__gmap__link {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 999;
  display: block;
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  pointer-events: all;
}
.home__map h2 {
  background-color: #AD40FE;
  color: #E6FF00;
  z-index: 401;
  margin: 0;
  padding: 15px 30px;
  font-family: "MarkPro-BlackItalic", sans-serif;
  font-size: 32px;
  line-height: 45px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  width: calc(100% - 30px);
}
@media print, screen and (min-width: 64em) {
  .home__map h2 {
    font-size: 80px;
    line-height: 85px;
  }
}
.home__map h2 .transparent {
  font-style: normal;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #120C3F;
  color: transparent;
  -webkit-text-stroke-color: #E6FF00;
}
@media print, screen and (min-width: 64em) {
  .home__map h2 .transparent {
    -webkit-text-stroke-width: 3px;
  }
}
@media print, screen and (min-width: 64em) {
  .home__map h2 {
    padding-left: calc((100% - 1200px) / 2);
  }
}
@media screen and (min-width: 98.125em) {
  .home__map h2 {
    max-width: 60%;
  }
}

iframe#home-instagram {
  width: 100%;
  min-height: 500px;
  max-width: 75rem;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 9999;
}

.home__instagram-feed {
  margin: 102px 0 92px 0;
  position: relative;
  overflow: hidden;
}
.home__instagram-feed h2 {
  font-family: "MarkPro-BlackItalic", sans-serif;
  font-size: 32px;
  line-height: 45px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 64em) {
  .home__instagram-feed h2 {
    font-size: 80px;
    line-height: 85px;
  }
}
.home__instagram-feed .transparent {
  font-style: normal;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #120C3F;
  color: transparent;
}
@media print, screen and (min-width: 64em) {
  .home__instagram-feed .transparent {
    -webkit-text-stroke-width: 3px;
  }
}
@media screen and (min-width: 3.75em) {
  .home__instagram-feed h2 span {
    display: block;
  }
}

.home__instagram-feed__circles div {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E6FF00;
}
.home__instagram-feed__circles .circle {
  background-image: url(svg/esch-blog-circle-pattern-mobile.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 210px;
  height: 210px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 64em) {
  .home__instagram-feed__circles div {
    height: 220px;
  }
  .home__instagram-feed__circles .circle {
    height: 500px;
    width: 500px;
  }
}

/**
Smash baloon plugin
I used !important to overwrite the plugin
original code
 */
.smash-baloon {
  padding: 22px 0;
}
@media print, screen and (min-width: 64em) {
  .smash-baloon {
    margin: 0 0 50px 0;
  }
}

.sbi_moderation_link {
  position: relative;
  float: left !important;
  z-index: 3;
}

@media screen and (min-width: 76.875em) {
  #sbi_images {
    padding: 0 !important;
  }
  #sbi_images .sbi-owl-item {
    padding: 0 20px;
    height: 374px;
    width: 374px;
  }
  #sbi_images .sbi-owl-item:first-child {
    padding-left: 0;
  }
  #sbi_images .sbi-owl-item:last-child {
    padding-right: 0;
  }
}
.sbi-owl-nav {
  position: absolute;
  top: -50px;
  right: 5px;
  width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}
.sbi-owl-nav > div {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
  color: #82E0BE;
}
.sbi-owl-nav > div svg {
  height: 25px !important;
}
@media screen and (min-width: 75em) {
  .sbi-owl-nav > div svg {
    height: 40px !important;
    width: 40px !important;
  }
}
.sbi-owl-nav > div:hover, .sbi-owl-nav > div:focus {
  background: transparent !important;
  box-shadow: none !important;
}
@media screen and (min-width: 75em) {
  .sbi-owl-nav {
    right: 0;
    width: 115px;
    top: -80px;
  }
}

.sbi_carousel:hover .sbi-owl-nav > div {
  background: transparent;
  box-shadow: none;
}

.sbi-owl-nav .sbi-owl-prev,
.sbi-owl-nav .sbi-owl-next {
  margin: 0;
  padding: 10px;
}

.search__wrap {
  margin: 50px auto;
}
@media screen and (min-width: 48em) {
  .search__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
}

.search__results__grid {
  min-height: calc(100vh - 518px);
}

.search__header {
  font-family: "MarkPro-BlackItalic", sans-serif;
  font-size: 32px;
  line-height: 45px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  padding: 20px 0;
}
@media print, screen and (min-width: 64em) {
  .search__header {
    font-size: 80px;
    line-height: 85px;
  }
}

.search__page-teaser {
  background-color: #120C3F;
  padding: 50px 0;
  text-align: center;
  margin: 50px 0;
}
@media screen and (min-width: 48em) {
  .search__page-teaser {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
.search__page-teaser a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
.search__page-teaser [class^=icon-] {
  color: #fff;
  font-size: 25px;
  margin-left: 10px;
}
.search__page-teaser h2 {
  color: #fff;
  font-family: "MarkPro-BlackItalic", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}

.search__for {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.search__for h2 {
  margin-right: 20px;
}
.search__for .search__clear {
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  min-height: 30px;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .search__for .search__clear {
    display: flex;
  }
}
.search__for .search__clear:hover span {
  color: #120C3F;
}
.search__for .search__clear span {
  font-size: 14px;
  line-height: 34px;
  font-family: "SourceSansPro-Bold", sans-serif;
  margin-left: 5px;
  color: #747474;
  pointer-events: none;
}
.search__for .search__clear:before {
  color: #EE0A9D;
  font-size: 12px;
  pointer-events: none;
}

.search__no-result .articles__grid__show-more {
  margin: 0;
}

.single__inner {
  position: relative;
  margin-top: 65px;
  padding-bottom: 70px;
}
.single__inner a.single__address__text {
  font-weight: bold;
  text-decoration: underline;
}
.single__inner .single__article__single__social {
  margin-left: 20px;
  text-decoration: none;
}
.single__inner .single__article__single__social span {
  color: #AD40FE;
  transition: filter 0.2s;
}
.single__inner .single__article__single__social span:hover {
  filter: hue-rotate(90deg);
}
.single__inner p {
  line-height: 30px;
  font-size: 16px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.4px;
}
@media print, screen and (min-width: 64em) {
  .single__inner p {
    font-size: 24px;
    line-height: 34px;
    line-height: 40px;
  }
}
.single__inner > p,
.single__inner > h2,
.single__inner > h3,
.single__inner > h4,
.single__inner > h5,
.single__inner > h6,
.single__inner > ul,
.single__inner > ol,
.single__inner > a,
.single__inner > section,
.single__inner > article,
.single__inner > table,
.single__inner > figure {
  padding: 15px 30px;
  max-width: 65.625rem;
  margin: 0 auto;
  width: 100%;
}
.single__inner h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .single__inner h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media screen and (min-width: 76.875em) {
  .single__inner h2 {
    margin: 0 auto;
  }
}
.single__inner h3, .single__inner h4, .single__inner h5, .single__inner h6 {
  font-family: "MarkPro-Bold", sans-serif;
  line-height: 25px;
}
@media screen and (min-width: 76.875em) {
  .single__inner {
    padding-top: 110px;
  }
}

.single__hero__links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (min-width: 48em) {
  .single__hero__links {
    justify-content: space-between;
  }
}

.single__letzshop {
  margin-top: 15px;
  width: 100%;
  max-width: 400px;
}
.single__letzshop .icon-cart {
  margin-left: 7px;
}
@media screen and (min-width: 48em) {
  .single__letzshop {
    width: auto;
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .single__letzshop .icon-cart {
    font-size: 20px;
    line-height: 24px;
  }
}

.single__hero h1 {
  background-color: #120C3F;
  color: #fff;
  padding: 30px;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
  width: calc(100% - 30px);
}
@media print, screen and (min-width: 64em) {
  .single__hero h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .single__hero h1.rect__title {
    max-width: 40vw;
  }
}
@media screen and (min-width: 76.875em) {
  .single__hero h1 {
    padding: 20px 25px 20px calc((100% - 1200px) / 2);
    margin: 0;
    top: 10px;
    width: 94%;
    max-width: calc(1200px + (100% - 1200px) / 2 - 63px);
  }
}

.single__categories {
  position: absolute;
  z-index: 3;
  left: 30px;
  display: flex;
  flex-flow: row wrap;
  top: -20px;
}
.single__categories span {
  min-height: 40px;
  margin-right: 5px;
  background-color: #AD40FE;
  padding: 0 12px;
  color: #E6FF00;
  font-family: "SourceSansPro-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 76.875em) {
  .single__categories {
    left: calc((100% - 1200px) / 2);
    top: -10px;
  }
}

.single__hero__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 600px;
}

.single__tags {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 50px;
}
.single__tags span {
  margin-right: 20px;
  color: #AD40FE;
  font-size: 16px;
  line-height: 34px;
  font-family: "SourceSansPro-Bold", sans-serif;
  letter-spacing: 1px;
  line-height: 28px;
}
@media screen and (min-width: 75em) {
  .single__tags {
    margin-bottom: 0;
  }
}

/**
Is event article
 */
@media print, screen and (max-width: 74.99875em) {
  .single__hero {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.single__hero.is__event {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 40px;
}
.single__hero.is__event img {
  margin-top: 20px;
}
.single__hero.is__event h1 {
  background-color: transparent;
  color: #120C3F;
  margin: 10px 0 10px 30px;
  padding: 0;
}
@media print, screen and (min-width: 64em) {
  .single__hero.is__event {
    padding-top: 130px;
    display: block;
    position: static;
  }
  .single__hero.is__event h1 {
    top: 133px;
  }
}
@media screen and (min-width: 76.875em) {
  .single__hero.is__event h1 {
    padding-left: calc((100% - 1200px) / 2);
    margin-left: 0;
  }
}

.single__hero__date__wrapper {
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #E6FF00;
  font-family: "MarkPro-BlackItalic", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 34px;
  display: flex;
  align-items: center;
  flex-flow: row;
  padding: 0 30px;
}
.single__hero__date__wrapper:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #AD40FE;
  display: block;
  left: 0;
  top: 0;
  max-width: 278px;
}
@media print, screen and (min-width: 64em) {
  .single__hero__date__wrapper {
    height: 120px;
    font-size: 52px;
  }
}
@media screen and (min-width: 76.875em) {
  .single__hero__date__wrapper {
    padding-left: calc((100% - 1200px) / 2);
  }
  .single__hero__date__wrapper:before {
    max-width: 100%;
    width: calc(100% - (50% + 330px));
  }
}

.single__hero__address {
  color: #EE0A9D;
  font-size: 14px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  font-family: "SourceSansPro-Bold", sans-serif;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
}
.single__hero__address a {
  color: #EE0A9D;
}
.single__hero__address i {
  margin-right: 10px;
}
@media print, screen and (min-width: 64em) {
  .single__hero__address {
    margin-bottom: 50px;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .single__hero__address.single__hero__address-article {
    margin-top: 10px;
  }
}

.single__footer {
  max-width: 65.625rem;
  margin: 0 auto;
  border-top: 1px solid #c8c8c8;
  padding-top: 30px;
}
@media screen and (min-width: 75em) {
  .single__footer {
    display: flex;
    flex-flow: row nowrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}

.single__letzshop__footer {
  max-width: 65.625rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  margin: 30px auto;
}

.single__related {
  width: 100%;
  padding: 0;
  margin: 65px auto 0 auto;
  max-width: 75rem;
}
.single__related .transparent {
  margin: 0;
  font-family: "MarkPro-BlackItalic", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 45px;
  padding: 30px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64em) {
  .single__related .transparent {
    font-size: 80px;
    line-height: 85px;
  }
}
.single__related .transparent span {
  display: block;
}
.single__related .transparent span:first-child {
  font-style: normal;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #120C3F;
  color: transparent;
}
@media print, screen and (min-width: 64em) {
  .single__related .transparent span:first-child {
    -webkit-text-stroke-width: 3px;
  }
}
.single__related h3 {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
@media screen and (min-width: 76.875em) {
  .single__related {
    padding: 0;
  }
  .single__related h3 {
    font-size: 36px;
    line-height: 45px;
    margin: 0;
  }
}

.single__related__inner {
  display: flex;
  flex-flow: column;
}
.single__related__inner a {
  order: 2;
  background-color: #82E0BE;
  color: #120C3F;
  position: relative;
}
@media screen and (min-width: 76.875em) {
  .single__related__inner a {
    min-height: 308px;
  }
}
.single__related__inner img {
  order: 1;
  padding-right: 30px;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 48em) {
  .single__related__inner {
    flex-flow: row nowrap;
    padding: 0 30px;
    align-items: flex-end;
  }
  .single__related__inner img {
    order: 2;
    padding: 0;
    width: 40%;
    max-width: 516px;
    min-height: 288px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 76.875em) {
  .single__related__inner {
    padding: 0;
  }
  .single__related__inner img {
    min-height: 388px;
    min-width: 516px;
  }
  .single__related__inner a {
    width: calc(100% - 516px);
  }
}

.single__related__categories {
  position: absolute;
  top: -20px;
  left: 0;
}
.single__related__categories span {
  height: 40px;
  margin-right: 5px;
  background-color: #AD40FE;
  padding: 0 12px;
  color: #E6FF00;
  font-size: 18px;
  line-height: 34px;
  font-family: "SourceSansPro-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single__related__title__wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.single__related__title__wrapper:hover .icon-arrow-right-fill {
  opacity: 1;
  font-size: 60px;
}
.single__related__title__wrapper h3 {
  padding-right: 20px;
}
@media print, screen and (min-width: 64em) {
  .single__related__title__wrapper h3 {
    padding-right: 170px;
  }
}
.single__related__title__wrapper span {
  font-size: 60px;
}
.single__related__title__wrapper time {
  font-size: 16px;
  line-height: 34px;
  font-family: "SourceSansPro-Bold", sans-serif;
}
@media screen and (min-width: 76.875em) {
  .single__related__title__wrapper {
    padding-top: 50px;
  }
  .single__related__title__wrapper [class^=icon-]:not(.icon-arrow-right-fill):not(.icon-arrow-right-empty) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
  }
}

.single__related__arrow__wrapper {
  position: relative;
  margin-right: 35px;
}
.single__related__arrow__wrapper span {
  font-size: 60px;
  color: #120C3F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.single__related__arrow__wrapper .icon-arrow-right-fill {
  opacity: 0;
  font-size: 0;
}
