/*!
Theme Name: HMG Events
Theme URI: http://underscores.me/
Author: Timo Klemm
Author URI: http://-
Bitbucket Theme URI: https://timo_klemm@bitbucket.org/ef-internet/hmg_events_theme
Primary Branch: main
Description: -
Version: 1.1.43
Tested up to: 5.9.3
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hmg-events
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

HMG Events is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --color-foreground: #000000;
  --color-shade-darker: #333333;
  --color-shade-dark: #666666;
  --color-shade: #afafaf;
  --color-shade-medium: #d8d8d8;
  --color-shade-light: #eeeeee;
  --color-shade-lighter: #f6f6f6;
  --color-background: #ffffff;
  --color-primary: #ef7c00;
  --color-primary-dark: #ef6400;
  --color-primary-darker: #ef5600;
  --color-secondary: #fce5cc;
  --color-secondary-light: #fdf2e5;
  --color-secondary-dark: #fcdcb9;
  --color-success: #27ae60;
  --color-success-dark: #239e56;
  --color-success-darker: #1f8f4e;
  --color-danger: #ae2727;
  --color-danger-dark: #9e2323;
  --color-danger-darker: #8a1e1e;
}

.theme-dark {
  --color-foreground: #ffffff;
  --color-shade-darker: #333333;
  --color-shade-dark: #afafaf;
  --color-shade: #afafaf;
  --color-shade-medium: #666666;
  --color-shade-light: #272727;
  --color-background: #1c1c1c;
}

@font-face {
  font-family: "Grotesque";
  font-weight: 400;
  src: url("./assets/fonts/ClassicGrotesquePro-Book.woff") format("woff");
}
@font-face {
  font-family: "Grotesque";
  font-weight: 600;
  src: url("./assets/fonts/ClassicGrotesquePro-SmBd.woff") format("woff");
}
@font-face {
  font-family: "Grotesque";
  font-weight: 700;
  src: url("./assets/fonts/ClassicGrotesquePro-Bold.woff") format("woff");
}
@font-face {
  font-family: "Druk";
  font-weight: 500;
  src: url("./assets/fonts/Druk-Medium.woff") format("woff");
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

iframe {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  min-height: 300px;
  max-width: 100%;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Grotesque";
  color: inherit;
  color: currentColor;
}

h1,
h2,
h3,
.site-events .events h2,
.site-topic .events h2,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Grotesque";
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}
@media screen and (min-width: 720px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (min-width: 964px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

body.blog:not(.single) h1,
body.archive h1,
body.page-template-events-filterable h1,
body.error404 h1 {
  font-size: 64px;
  line-height: 70px;
  font-family: "Druk", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 964px) {
  body.blog:not(.single) h1,
body.archive h1,
body.page-template-events-filterable h1,
body.error404 h1 {
    font-size: 48px;
    line-height: 52px;
  }
}

body.post-type-archive h1,
body.page-template-events-filterable h1 {
  margin-bottom: 0;
}

h3, .site-events .events h2, .site-topic .events h2 {
  font-family: "Druk", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}

h4 {
  font-family: "Grotesque";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.text {
  font-family: "Grotesque";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

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

b {
  font-weight: 600;
}

p {
  margin: 0;
}

/* Elements
--------------------------------------------- */
body {
  font-family: "Grotesque";
  color: var(--color-foreground);
  background: var(--color-background);
  overflow-x: hidden;
  position: relative;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body.admin-bar {
  margin-top: -32px;
}
body.locked {
  overflow-y: hidden;
  padding-right: 15px;
}

.container {
  padding: 0 80px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 564px) {
  .container {
    padding: 0 20px;
  }
}
.container .container {
  padding: 0 !important;
}

#wpadminbar {
  top: unset;
  bottom: 0;
}
#wpadminbar .ab-sub-wrapper {
  top: auto;
  bottom: 32px;
}

ul,
ol {
  list-style: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
  color: inherit;
  color: currentColor;
}
@media screen and (min-width: 964px) {
  a.mobile-only {
    pointer-events: none;
  }
}

/* Forms
--------------------------------------------- */
.btn__wrapper, .modal-button {
  cursor: pointer;
  outline: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -0.5px;
  white-space: nowrap;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid var(--color-primary);
  background: transparent;
}
.btn__wrapper:focus, .modal-button:focus {
  outline: 3px solid #FCDCB9;
}
.btn__wrapper.btn--large, .modal-button {
  height: 44px;
  padding: 0 15px;
}
.btn__wrapper.btn--wide, .modal-button {
  width: 100%;
  justify-content: center;
}
.btn__wrapper.btn--primary, .modal-button {
  transition: background ease 0.1s;
  color: white;
  border-color: transparent;
  background: var(--color-primary);
}
.btn__wrapper.btn--primary:hover, .modal-button:hover {
  background: var(--color-primary-dark);
}
.btn__wrapper.btn--primary:active, .modal-button:active {
  background: var(--color-primary-darker);
}
.btn__wrapper.btn--orange, .btn--orange.modal-button, .btn__wrapper.btn--secondary, .btn--secondary.modal-button, .modal-button.modal-button--bordered {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn__wrapper.btn--orange:hover, .btn--orange.modal-button:hover, .btn__wrapper.btn--secondary:hover, .btn--secondary.modal-button:hover, .modal-button.modal-button--bordered:hover {
  color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}
.btn__wrapper.btn--orange:active, .btn--orange.modal-button:active, .btn__wrapper.btn--secondary:active, .btn--secondary.modal-button:active, .modal-button.modal-button--bordered:active {
  color: var(--color-primary-darker);
  border-color: var(--color-primary-darker);
}
.btn__wrapper.btn--tertiary, .btn--tertiary.modal-button {
  color: var(--color-primary);
  border-color: transparent;
}
.btn__wrapper.btn--tertiary:hover, .btn--tertiary.modal-button:hover {
  color: var(--color-primary-dark);
}
.btn__wrapper.btn--tertiary:active, .btn--tertiary.modal-button:active {
  color: var(--color-primary-darker);
}
.btn__wrapper.btn--white, .btn--white.modal-button {
  transition: color ease 0.1s, border-color ease 0.1s;
  color: white;
  border-color: white;
}
.btn__wrapper.btn--white:hover, .btn--white.modal-button:hover {
  color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}
.btn__wrapper.btn--white:active, .btn--white.modal-button:active {
  color: var(--color-primary-darker);
  border-color: var(--color-primary-darker);
}
.btn__wrapper.btn--image, .btn--image.modal-button {
  height: auto;
  padding: 0;
  border: none;
  outline: none;
}
.btn__wrapper.btn--icon-right svg, .btn--icon-right.modal-button svg {
  margin-left: 10px;
}
.btn__wrapper.btn--icon-left svg, .btn--icon-left.modal-button svg {
  margin-right: 10px;
}
.btn__wrapper.btn--disabled, .btn--disabled.modal-button {
  color: var(--color-shade);
  background: var(--color-shade-light);
  border-color: var(--color-shade-light);
  pointer-events: none;
}
@media screen and (min-width: 964px) {
  .btn__wrapper + .btn__wrapper, .modal-button + .btn__wrapper, .btn__wrapper + .modal-button, .modal-button + .modal-button {
    margin-left: 10px;
  }
}

#logout, #user_menu {
  display: none;
}

body.logged-in .btn__wrapper[data-show-modal=register], body.logged-in [data-show-modal=register].modal-button, body.logged-in .btn__wrapper[data-show-modal=event-register], body.logged-in [data-show-modal=event-register].modal-button, body.logged-in .btn__wrapper[data-show-modal=login], body.logged-in [data-show-modal=login].modal-button, body.logged-in .btn__wrapper[data-show-modal=event-login], body.logged-in [data-show-modal=event-login].modal-button, body.logged-in .action__wrapper[data-show-modal=register], body.logged-in .action__wrapper[data-show-modal=event-register], body.logged-in .action__wrapper[data-show-modal=login], body.logged-in .action__wrapper[data-show-modal=event-login] {
  display: none;
}
body.logged-in #logout, body.logged-in #user_menu {
  display: flex;
}

.btn--loading {
  position: relative;
  border: none;
  pointer-events: none;
}
.btn--loading:focus {
  outline: none;
}
.btn--loading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-shade-light);
}
.btn--loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 11px);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--color-shade);
  border-color: var(--color-shade) var(--color-shade) var(--color-shade) transparent;
  animation: button-loading-animation 1s linear infinite;
}

@keyframes button-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* General
--------------------------------------------- */
.slide-down {
  animation: slide-down 0.3s ease-out;
}
@keyframes slide-down {
  0% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.slide-up {
  animation: slide-up 0.3s ease-out;
}
@keyframes slide-up {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, -100%, 0);
    opacity: 1;
  }
}

#breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100vw;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: auto;
  scrollbar-width: none;
  /* Firefox */
  /* Safari and Chrome */
}
#breadcrumbs::-webkit-scrollbar {
  display: none;
}
#breadcrumbs .layout {
  display: flex;
  align-items: center;
}
#breadcrumbs .layout > span {
  display: inline-flex;
}

.breadcrumb__wrapper {
  transition: color ease 0.06s;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: var(--color-shade);
  padding-right: 20px;
}
.breadcrumb__wrapper a:hover {
  color: var(--color-shade-darker);
}
body.theme-dark .breadcrumb__wrapper a:hover {
  color: var(--color-foreground);
}
.breadcrumb__wrapper > svg {
  margin-right: 2px;
  color: var(--color-foreground);
}
.breadcrumb__wrapper:not(.breadcrumb-last) {
  margin-right: 2px;
}

.search__wrapper {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 15px 0 10px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid var(--color-shade);
  background: var(--color-background);
}
body.theme-dark .search__wrapper {
  border-color: var(--color-shade-medium);
}
.search__wrapper .search__icon {
  margin-left: 5px;
}
.search__wrapper .search__input {
  color: currentColor;
  outline: none;
  height: 100%;
  width: 100%;
  border: 0;
  background: transparent;
}
.search__wrapper .search__input::placeholder {
  opacity: 1;
  color: var(--color-shade-dark);
}
.search__wrapper .search__input::-webkit-search-cancel-button {
  display: none;
}
.search__wrapper .search__input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
.search__wrapper .search__empty, .search__wrapper .search__start {
  padding: 10px 5px;
  height: 100%;
  cursor: pointer;
}
.search__wrapper .search__empty svg, .search__wrapper .search__start svg {
  pointer-events: none;
}
.search__wrapper .search__empty:hover, .search__wrapper .search__start:hover {
  color: var(--color-shade-dark);
}
.search__wrapper .search__empty {
  display: none;
  position: relative;
}
.search__wrapper .search__empty::after {
  content: "";
  height: 24px;
  border-right: 1px solid var(--color-foreground);
  position: absolute;
  right: 0;
}
.search__wrapper .search__start {
  color: var(--color-shade);
  margin-right: -15px;
}
.search__wrapper.active .search__empty {
  display: block;
}
.search__wrapper.active .search__start {
  color: var(--color-foreground);
}
.search__wrapper.active .search__start:hover {
  color: var(--color-shade-dark);
}

@media screen and (max-width: 1124px) {
  .search__wrapper.active .search__start {
    display: none;
  }
  .search__wrapper.active .search__empty {
    margin-right: -15px;
  }
  .search__wrapper.active .search__empty::after {
    display: none;
  }
}
/* PAGE: SEARCH */
.search main .container > div {
  max-width: 865px;
  margin: 0 auto;
}
.search h1 {
  font-size: 64px;
  line-height: 70px;
  font-family: "Druk", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 964px) {
  .search h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
.search h2 {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  font-family: "Druk";
}

/* PAGE: SEARCH // SECTION: HEADER */
.search #search-header {
  padding: 40px 0;
  background: var(--color-shade-lighter);
}
.search #search-header .search__form {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.search #search-header .search__form .search__wrapper {
  width: 100%;
}
.search #search-header .search__form .search__wrapper:focus-within {
  border-color: var(--color-foreground);
}
.search #search-header .search__form .form__submit {
  flex-shrink: 0;
  margin-left: 10px;
}
@media screen and (max-width: 964px) {
  .search #search-header .search__form .form__submit {
    display: none;
  }
}
.search #search-header .filters__wrapper {
  margin-top: 5px;
}

/* PAGE: SEARCH // SECTION: RESULTS */
.search #results {
  padding: 40px 0 20px;
}
.search #results .results-total {
  margin-bottom: 20px;
}
.search #results .results-none {
  display: block;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
}
.search #results hr {
  height: 1px;
  border: 0;
  padding: 0;
  margin: 20px 0;
  background: var(--color-shade-light);
}
.search #results .load-more {
  margin-top: 20px;
  text-align: center;
}
.search #results .event__wrapper.event--teaser:first-child {
  padding-top: 0;
}
.search #results .event__wrapper.event--teaser:last-child {
  border-bottom: none;
}
.search #results .no-results {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

/* PAGE: SEARCH // SECTION: RESULTS */
.search #proposed-events {
  padding: 80px 0 20px;
}

.event__wrapper {
  flex: 1;
  display: block;
}
.event__wrapper:hover .event__title {
  text-decoration: underline;
}
.event__wrapper .event__preview {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.event__wrapper .event__preview img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.event__wrapper .event__preview .event__video-label {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 4px;
  background: rgba(0, 0, 0, 0.5);
}
.event__wrapper .event__preview .event__video-label svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.event__wrapper .event__preview .event__video-label span {
  font-weight: 600;
}
.event__wrapper[data-event-ended]:not([data-event-on-request]) .event__preview, .event__wrapper[data-event-canceled] .event__preview {
  filter: grayscale(1);
  background: #fff;
  opacity: 0.35;
}
.event__wrapper[data-event-ended]:not([data-event-on-request]) .event__title, .event__wrapper[data-event-canceled] .event__title {
  color: var(--color-shade);
}
.event__wrapper .event__preline {
  color: var(--color-primary);
  display: block;
  margin-bottom: 5px;
}
.event__wrapper .event__title {
  margin-bottom: 10px;
}
.event__wrapper .event__subline {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-shade);
  display: block;
}
.event__wrapper .event__subline b {
  font-weight: 600;
}
.is-style-stacked .event__wrapper.event--teaser, .is-style-stacked-extended .event__wrapper.event--teaser {
  padding: 20px 0;
}
.is-style-stacked .event__wrapper.event--teaser:not(:last-child), .is-style-stacked-extended .event__wrapper.event--teaser:not(:last-child) {
  border-bottom: 1px solid var(--color-shade-light);
}
@media screen and (min-width: 720px) {
  .is-style-stacked .event__wrapper.event--teaser, .is-style-stacked-extended .event__wrapper.event--teaser {
    display: flex;
  }
  .is-style-stacked .event__wrapper.event--teaser .event__preview, .is-style-stacked-extended .event__wrapper.event--teaser .event__preview {
    width: 240px;
    min-width: 240px;
    height: 135px;
    padding-top: 0;
    margin: 0 15px 0 0;
  }
  .is-style-stacked .event__wrapper.event--teaser .event__preline, .is-style-stacked-extended .event__wrapper.event--teaser .event__preline {
    font-size: 14px;
  }
  .is-style-stacked .event__wrapper.event--teaser .event__title, .is-style-stacked-extended .event__wrapper.event--teaser .event__title {
    font-size: 18px;
  }
  .is-style-stacked .event__wrapper.event--teaser .event__description, .is-style-stacked-extended .event__wrapper.event--teaser .event__description {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 10px;
  }
}
.event__wrapper.has-external-link .event__preview::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(assets/icons/externallink-24.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.event__label {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-foreground);
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-radius: 13px;
  border: 1px solid var(--color-foreground);
}
.event__label.label--premium {
  color: var(--color-background);
  background: var(--color-foreground);
}
.event__label.label--priced {
  color: var(--color-success);
  background: transparent;
  border-color: transparent;
  font-size: 16px;
  line-height: 1.35em;
  padding: 0;
}
.event__wrapper .event__label.label--priced {
  display: none;
}
.event__label.label--early_bird {
  color: #fff;
  background-color: var(--color-success);
  border-color: transparent;
}
.event__label.label--custom {
  color: white;
  border-color: transparent;
  background: var(--color-foreground);
}
.event__label.label--running {
  color: #fff;
  border-color: transparent;
  background: var(--color-danger);
}
.event__label.label--running::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
}
.event__label.label--sold_out, .event__label.label--closed, .event__label.label--canceled {
  color: var(--color-shade);
  border-color: var(--color-shade);
  background: transparent;
}
.ce-provider .event__label {
  display: inline-flex;
}

.tabs__wrapper {
  height: 64px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-shade-light);
  background: var(--color-background);
}
.tabs__wrapper .tab__buttons_wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-right: 20px;
}
.tabs__wrapper .tab__buttons_wrapper.fade-left::before, .tabs__wrapper .tab__buttons_wrapper.fade-right::after {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  content: "";
}
.tabs__wrapper .tab__buttons_wrapper.fade-left::before {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, var(--color-background) 77.3%);
  z-index: 1;
}
.tabs__wrapper .tab__buttons_wrapper.fade-right::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--color-background) 77.3%);
}
.tabs__wrapper .tab__buttons_wrapper .tab__nav_button {
  pointer-events: none;
  transition: opacity ease 0.1s;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.tabs__wrapper .tab__buttons_wrapper .tab__nav_button svg {
  height: 36px;
  width: 36px;
}
@media screen and (max-width: 720px) {
  .tabs__wrapper .tab__buttons_wrapper .tab__nav_button {
    display: none !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }
}
.tabs__wrapper .tab__buttons_wrapper .tab__nav_button.button--prev {
  left: -12px;
}
.tabs__wrapper .tab__buttons_wrapper .tab__nav_button.button--next {
  right: 8px;
}
.tabs__wrapper .tab__buttons_wrapper:hover .tab__nav_button {
  pointer-events: all;
  opacity: 1;
}
.tabs__wrapper .tabs__buttons {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tabs__wrapper .tabs__buttons::-webkit-scrollbar {
  display: none;
}

.tab__wrapper {
  outline: none;
  cursor: pointer;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  color: currentColor;
  white-space: nowrap;
  height: 100%;
  padding: 2px 0 0 0;
  box-sizing: border-box;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
}
.tab__wrapper:hover {
  border-color: var(--color-shade-medium);
}
.tab__wrapper:not(:last-child) {
  margin-right: 40px;
}
.tab__wrapper.tab--active {
  border-bottom: 3px solid var(--color-foreground);
}
.tab__wrapper.tab--active .tab__label {
  font-weight: 600;
  letter-spacing: -0.2px;
}

.tab-view {
  margin-top: 40px;
  display: none;
}
.tab-view.tab--active {
  display: block;
}

.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
  z-index: 99;
}
.modal.modal--active {
  display: block;
}
.modal.modal--lightbox {
  background-color: rgba(0, 0, 0, 0.9);
}
.modal.modal--lightbox .modal-window {
  background-color: transparent;
  box-shadow: none;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  padding: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal.modal--lightbox .modal-window .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.modal.modal--lightbox .modal-window .modal-content-wrapper {
  max-width: 100%;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider {
  height: auto !important;
  max-height: 100vh;
  max-width: 100%;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .gallery-slide {
  text-align: center;
  height: auto !important;
  margin: 0 5px;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-track {
  align-items: center;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-dots {
  margin-top: 20px;
}
@media (max-width: 964px) {
  .modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-dots {
    display: none;
  }
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-dots .glider-dot {
  height: 6px;
  width: 6px;
  margin: 4px;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-dots .glider-dot.active {
  height: 10px;
  width: 10px;
  transform: translateY(-2px);
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .slide__label {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .slide__image {
  width: auto;
  height: auto !important;
  max-height: 90vh;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-prev {
  left: -35px !important;
}
.modal.modal--lightbox .modal-window .wp-block-ce-gallery-slider .glider-next {
  right: -35px !important;
}
.modal.modal--lightbox .modal-window.aspect-16-9 {
  width: 100vw;
  height: calc(56.25vw - 56px);
  max-width: calc(177.78vh + 112px);
  max-height: 100vh !important;
  padding: 0 56px;
}
@media (orientation: portrait) {
  .modal.modal--lightbox .modal-window.aspect-16-9 {
    padding: 56px 0;
    height: calc(56.25vw + 112px);
    max-width: 177.78vh;
  }
}
@media (min-width: 1124px) {
  .modal.modal--lightbox .modal-window.aspect-16-9 {
    padding: 0 76px;
    height: calc(56.25vw - 76px);
    max-width: calc(177.78vh + 152px);
  }
}
@media (min-width: 1124px) and (orientation: portrait) {
  .modal.modal--lightbox .modal-window.aspect-16-9 {
    padding: 76px 0;
    height: calc(56.25vw + 152px);
    max-width: 177.78vh;
  }
}
.modal.modal--lightbox .modal-window .modal-content {
  max-width: 100%;
}
.modal.modal--lightbox .modal-close {
  width: 24px;
  height: 24px;
  top: 16px;
  right: 16px;
}
@media (min-width: 1124px) {
  .modal.modal--lightbox .modal-close {
    top: 26px;
    right: 26px;
  }
}
.modal.modal--lightbox .modal-close::before, .modal.modal--lightbox .modal-close::after {
  width: 24px;
  background-color: #fff;
}

.modal-window {
  background-color: white;
  max-width: 415px;
  margin: 160px auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px 30px;
}
.modal-window.window--wide {
  padding: 0;
  max-width: 1164px;
}
.modal-window.window--full {
  margin: 48px auto;
}
@media screen and (min-height: 964px) {
  .modal-window.window--full {
    position: absolute;
    left: 0;
    right: 0;
    top: 108px;
    bottom: 108px;
    margin: 0 auto;
    max-height: 864px;
  }
}
@media screen and (max-width: 1124px) {
  .modal-window.window--full {
    top: 48px;
    bottom: auto;
    margin: 0 40px;
  }
}
@media screen and (max-width: 964px) {
  .modal-window.window--full {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 964px) {
  .modal-window.window--center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
.modal-window.window--large {
  position: static;
}
@media screen and (min-width: 964px) {
  .modal-window.window--large {
    width: 100%;
    max-width: 1164px;
    max-height: 90vh;
    min-height: 300px;
    overflow: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 50px 40px;
  }
}
.modal-window.window--large .modal-content {
  max-width: none;
}
@media screen and (max-width: 964px) {
  .modal-window {
    position: absolute;
    max-width: none;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
}

.modal-split-layout {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}
@media screen and (max-width: 964px) {
  .modal-split-layout {
    position: relative;
    flex-direction: column;
  }
}
.modal-split-layout .modal-split-left {
  min-height: 100%;
  flex: 5;
  padding: 50px 40px;
  background: #f6f6f6;
  overflow: auto;
}
@media screen and (min-width: 1124px) {
  .modal-split-layout .modal-split-left .modal-title-xs {
    margin-top: 40px;
  }
}
.modal-split-layout .modal-split-left .event__preline.multiple-dates {
  color: var(--color-shade);
}
.modal-split-layout .modal-split-left .event__preline a {
  text-decoration: underline;
}
.modal-split-layout .modal-split-left .event__title {
  text-decoration: none;
}
@media screen and (max-width: 964px) {
  .modal-split-layout .modal-split-left {
    min-height: 0;
    flex: initial;
    flex: unset;
    bottom: 0;
    height: auto;
    padding: 20px;
    position: fixed;
    width: 100%;
    overflow: unset;
  }
  .modal-split-layout .modal-split-left .event__wrapper .event__preview {
    display: none;
  }
  .modal-split-layout .modal-split-left .event__wrapper .event__label,
.modal-split-layout .modal-split-left .event__wrapper .event__subline {
    display: none;
  }
}
.modal-split-layout .modal-split-right {
  overflow: auto;
  flex: 11;
  padding: 50px 40px;
  background: white;
}
@media screen and (max-width: 964px) {
  .modal-split-layout .modal-split-right {
    overflow: unset;
    padding: 50px 20px 150px;
  }
}
.modal-split-layout .modal-split-right .modal-content {
  max-width: 375px;
}

.modal-head {
  text-align: center;
  margin-bottom: 40px;
}

.modal-content {
  max-width: 415px;
  margin: 0 auto;
}

.modal-close {
  position: absolute;
  z-index: 99999;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
  color: black;
  cursor: pointer;
}
.modal-close:before, .modal-close:after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0px;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}

.modal-title, .modal .event-register-trial-subscription > h3, .modal .site-events .events .event-register-trial-subscription > h2, .site-events .events .modal .event-register-trial-subscription > h2, .modal .site-topic .events .event-register-trial-subscription > h2, .site-topic .events .modal .event-register-trial-subscription > h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 8px;
}

.modal-title-xs {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.modal-hint {
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0;
}
.modal-hint.modal-hint--small, .modal-hint.modal-hint--security {
  font-size: 14px;
  line-height: 19px;
}
.modal-hint.modal-hint--translucent {
  opacity: 0.5;
}
.modal-hint.modal-hint--security {
  text-align: center;
  color: #27ae60;
  margin-top: 10px;
}
.modal-hint.modal-hint--security:before {
  content: "";
  width: 24px;
  height: 24px;
  vertical-align: -0.5em;
  display: inline-block;
  background-image: url(./assets/icons/locked-24.svg);
}
.modal-hint a {
  color: #ef7c01;
}
.modal-hint strong {
  font-weight: 600;
}

.modal-button {
  appearance: none;
}
.modal-button + .modal-button {
  margin-left: 0;
  margin-top: 10px;
}
.modal-button.modal-button--bordered {
  background: none;
}

.modal-button.modal-button--invisible {
  background: none;
  color: #ef7c01;
}

/* .modal-button.modal-button--bordered {
  border: 1px solid #ef7c01;
  background: none;
  color: #ef7c01;
} */
.modal-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
  line-height: 19px;
}

.modal-actions a {
  color: #ef7c01;
}

.modal-redirect {
  margin: 12px 0 0;
  text-align: center;
  line-height: 1.5em;
}
.modal-redirect b {
  font-weight: 600;
  display: block;
}
.modal-redirect a {
  color: #ef7c01;
}

.modal .steps__wrapper {
  position: relative;
}
.modal .steps__wrapper::after, .modal .steps__wrapper::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 24px;
  right: 24px;
  height: 1px;
  background: black;
}
.modal .steps__wrapper::after {
  width: calc(0.33 * (100% - 24px * 2));
  background: var(--color-primary);
}
.modal .steps__wrapper .steps__steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.modal .steps__wrapper .steps__steps .steps__step {
  position: relative;
  text-align: center;
}
.modal .steps__wrapper .steps__steps .steps__step.step--active .step__icon {
  background: var(--color-primary);
}
.modal .steps__wrapper .steps__steps .steps__step.step--active .step__icon img {
  opacity: 1;
  filter: grayscale(1) invert(1);
}
.modal .steps__wrapper .steps__steps .steps__step.step--active .step__label {
  color: var(--color-primary);
}
.modal .steps__wrapper .steps__steps .steps__step .step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: var(--color-shade-light);
}
.modal .steps__wrapper .steps__steps .steps__step .step__icon img {
  opacity: 0.5;
}
.modal .steps__wrapper .steps__steps .steps__step .step__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 4px;
  color: var(--color-shade);
}

#multiple-dates--select-date .modal-content {
  max-width: 480px;
}
.modal-content .date-list-wrapper {
  display: flex;
  justify-content: center;
}
.modal-content .date-list-wrapper ul {
  padding: 0;
}
.modal-content .date-list-wrapper a.date-list--date {
  color: var(--color-primary);
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.modal-content .date-list-wrapper a.date-list--date::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid var(--color-shade-medium);
  position: absolute;
  bottom: 0;
  left: 0;
}
.modal-content .date-list-wrapper a.date-list--date.is-in-the-past {
  color: var(--color-shade);
  pointer-events: none;
}

.modal-form-container {
  position: relative;
}
.modal-form-container .modal-content-loading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.modal-form-container iframe {
  position: relative;
}

.modal-invoice-layout {
  display: flex;
  padding: 48px 0 48px;
}
@media screen and (max-width: 720px) {
  .modal-invoice-layout {
    display: block;
  }
}
.modal-invoice-layout .modal-invoice-column {
  flex: 1;
}
.modal-invoice-layout .modal-invoice-column:not(:last-child) {
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
@media screen and (max-width: 720px) {
  .modal-invoice-layout .modal-invoice-column:not(:last-child) {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
  }
}
.modal-invoice-layout .modal-invoice-column .input {
  margin-bottom: 20px;
}
.modal-invoice-layout .summary .summary__item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  font-size: 16px;
  line-height: 22px;
}
.modal-invoice-layout .summary .summary__item .summary__details {
  display: flex;
  max-width: 200px;
}
.modal-invoice-layout .summary .summary__item .summary__details .summary__count {
  flex: 1;
  margin-right: 10px;
}
.modal-invoice-layout .summary .summary__item .summary__details .summary__desc {
  flex: 10;
}
.modal-invoice-layout .summary .summary__item b,
.modal-invoice-layout .summary .summary__item strong {
  font-weight: 600;
}
.modal-invoice-layout .summary hr {
  margin: 4px 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 0;
}

@media (min-width: 1124px) {
  #event-register-abort_modal .modal-window {
    max-width: 480px;
  }
}

.modal-abort-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 564px) {
  .modal-abort-actions {
    flex-wrap: wrap;
    justify-content: center;
  }
  .modal-abort-actions > * {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .modal-abort-actions > *:not(:last-child) {
    margin-bottom: 8px;
    margin-right: 0 !important;
  }
}

.modal--loading {
  position: relative;
  border: none;
}
.modal--loading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-shade-light);
  z-index: 999;
}
.modal--loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--color-shade);
  border-color: var(--color-shade) var(--color-shade) var(--color-shade) transparent;
  animation: modal-loading-animation 1s linear infinite;
  z-index: 1000;
}

@keyframes modal-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ce-provider {
  font-family: "Grotesque";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-foreground);
}
.ce-provider b,
.ce-provider strong {
  font-weight: 600;
}
.ce-provider a {
  text-decoration: none;
}
.ce-provider span {
  display: inline-block;
}
.ce-provider > :first-child {
  margin-top: 0 !important;
}
.ce-provider h1,
.ce-provider h2,
.ce-provider h3,
.ce-provider .site-events .events h2,
.site-events .events .ce-provider h2,
.ce-provider .site-topic .events h2,
.site-topic .events .ce-provider h2,
.ce-provider .ce-title {
  font-family: "Grotesque";
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-foreground);
  margin: 20px 0;
  display: block;
}
.ce-provider p,
.ce-provider .ce-p {
  width: 100%;
  margin: 20px 0;
}
.ce-provider > a,
.ce-provider > p a {
  color: var(--color-primary);
}
.ce-provider ul:not(.blocks-gallery-grid),
.ce-provider ol,
.ce-provider .ce-list {
  margin: 20px 0 20px 16px;
  display: block;
  list-style: disc;
  padding: 0;
}
.ce-provider ul:not(.blocks-gallery-grid) li,
.ce-provider ol li,
.ce-provider .ce-list li {
  margin-left: 5px;
}
.ce-provider ul:not(.blocks-gallery-grid) li:not(:last-child),
.ce-provider ol li:not(:last-child),
.ce-provider .ce-list li:not(:last-child) {
  margin-bottom: 20px;
}
.ce-provider ul:not(.blocks-gallery-grid) li::marker,
.ce-provider ol li::marker,
.ce-provider .ce-list li::marker {
  color: var(--color-primary);
}
.ce-provider ol {
  list-style: decimal;
}
.ce-provider .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.ce-provider > [class*=wp-block] {
  margin: 60px 0;
  width: 100%;
  box-sizing: border-box;
}
.ce-provider > [class*=wp-block] > :first-child {
  margin-top: 0;
}
.ce-provider > [class*=wp-block]:first-child {
  margin-top: 0;
}
.ce-provider > .wp-block-group:first-child > .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}
.ce-provider .wp-block-columns:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 564px) {
  .ce-provider .wp-block-gallery .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
  }
}
.ce-provider > figure,
.ce-provider .ce-image {
  width: 100%;
}
.ce-provider > figure figcaption,
.ce-provider .ce-image figcaption {
  font-size: 16px;
  line-height: 22px;
  color: var(--color-shade-dark);
  padding: 12px 0 20px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ce-provider .ce-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -15px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .ce-provider .ce-gallery {
    display: inline-block;
  }
}
.ce-provider .ce-gallery .ce-gallery__figure {
  margin: 15px;
  flex: 0;
  flex-basis: calc(50% - 30px);
}
@media screen and (max-width: 720px) {
  .ce-provider .ce-gallery .ce-gallery__figure {
    flex: auto;
    width: 100%;
  }
}
.ce-provider .ce-gallery .ce-gallery__figure .ce-gallery__image {
  width: 100%;
  object-fit: contain;
}
.ce-provider .ce-gallery-slider {
  overflow: hidden;
}
.ce-provider .ce-gallery-slider .slideshow-slides {
  display: flex;
}
.ce-provider .ce-gallery-slider .slideshow-slides .slide {
  flex: 1;
  flex-basis: 100%;
}
.ce-provider .ce-gallery-slider .slideshow-slides .slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ce-provider .ce-gallery-slider .slideshow-navigation {
  display: flex;
  justify-content: center;
}
.ce-provider .ce-gallery-slider .slideshow-navigation .dot {
  cursor: pointer;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: var(--color-shade);
}
.ce-provider .ce-gallery-slider .slideshow-navigation .dot.active {
  border-color: var(--color-primary);
  background: var(--color-primary);
}
.ce-provider .ce-gallery-slider .slideshow-navigation .dot:not(:last-child) {
  margin-right: 5px;
}
.ce-provider .ce-hero {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: var(--color-shade-light);
}
.ce-provider .ce-hero.hero--dark {
  color: white;
  background: var(--color-shade-darker);
}
.ce-provider .ce-hero.hero--accent {
  color: white;
  background: var(--color-primary);
}
.ce-provider .ce-hero.hero--accent .ce-hero__cta {
  color: white;
  border-color: white;
}
.ce-provider .ce-hero .ce-hero__title {
  font-family: "Grotesque";
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: currentColor;
}
.ce-provider .ce-hero .ce-hero__desc {
  margin-top: 20px;
}
.ce-provider .ce-hero .ce-hero__cta {
  margin-top: 20px;
}
.ce-provider .ce-customer-voices {
  position: relative;
}
.ce-provider .ce-customer-voices .ce-customer-voices_dots {
  margin-top: 20px;
}
.ce-provider .ce-customer-voices .ce-customer-voices_dots .glider-dot {
  height: 4px;
  width: 4px;
  margin: 2.5px;
  border: 1px solid transparent;
  background: var(--color-shade);
}
.ce-provider .ce-customer-voices .ce-customer-voices_dots .glider-dot.active {
  border-color: var(--color-primary);
  background: var(--color-primary);
}
.ce-provider .ce-customer-voices .ce-customer-voices_navigation {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.ce-provider .ce-customer-voices .ce-customer-voices_slides {
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .ce-provider .ce-customer-voices .ce-customer-voices_slides {
    overflow-x: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .ce-provider .ce-customer-voices .ce-customer-voices_slides::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}
.ce-provider .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  color: var(--color-foreground);
}
.ce-provider .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_quote {
  font-family: "Guyot", serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  max-width: 565px;
  margin: 0 auto;
  margin: 20px 0 0 !important;
  display: block;
}
.ce-provider .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  display: block;
}
.ce-provider .ce-customer-voices .ce-customer-voices_slides .ce-customer-voice .ce-customer-voice_role {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  display: block;
}
.ce-provider .ce-program {
  margin-bottom: 24px;
}
.ce-provider .ce-program .ce-program_navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
  padding-bottom: 40px;
}
.ce-provider .ce-program .ce-program_navigation .ce-program-navigation_block {
  outline: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-shade-dark);
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 20px;
  margin: 5px;
  box-sizing: border-box;
  border: 1px solid var(--color-shade);
  background: transparent;
}
.ce-provider .ce-program .ce-program_navigation .ce-program-navigation_block:hover {
  border-color: var(--color-shade-dark);
}
.ce-provider .ce-program .ce-program_navigation .ce-program-navigation_block.block--active {
  border-color: var(--color-foreground);
  color: var(--color-foreground);
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block {
  font-family: "Grotesque";
  display: none;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block.block--active {
  display: block;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 864px;
}
@media screen and (max-width: 720px) {
  .ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item {
    flex-direction: column;
    padding: 20px 0;
  }
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item:first-child {
  padding-top: 0;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item:last-child, .ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item:last-of-type {
  border-bottom: none;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_time-location {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-primary);
}
@media screen and (max-width: 720px) {
  .ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_time-location {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 720px) {
  .ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_time-location {
    padding-right: 15px;
  }
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details {
  flex: 4;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--color-foreground);
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  .ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item_title {
    margin-bottom: 16px;
  }
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item {
  /* 							.ce-program-item_time-location {
  								@media screen and (min-width: $sm) {
  									margin-left: calc(-25% - 15px);
  								}
  							} */
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item .ce-program-item_title {
  font-size: 18px;
  line-height: 24px;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item.ce-program-item__parallel {
  border-bottom: none;
  padding: 0;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item.ce-program-item__parallel .accordion__wrapper {
  border-bottom: none;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item.ce-program-item__parallel + .ce-program-item__parallel {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item_text {
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  .ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item_text {
    margin-bottom: 16px;
  }
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item_speakers {
  margin-bottom: 20px;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-program-item_speakers_heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--color-foreground);
  margin-bottom: 10px;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-program-item_speaker {
  display: flex;
  align-items: center;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-program-item_speaker:not(:last-child) {
  margin-bottom: 20px;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-program-item_speaker .ce-program-item-speaker_cover {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
  background-color: var(--color-shade-light);
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-program-item_speaker .ce-program-item-speaker_name {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-foreground);
  display: block;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details .ce-program-item_speakers .ce-program-item_speaker .ce-program-item-speaker_sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-foreground);
  display: block;
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details.accordion-item .presented-by {
  margin-top: 20px;
  color: var(--color-shade-dark);
}
.ce-provider .ce-program .ce-program_blocks .ce-program_block .ce-program-item .ce-program-item_details.accordion-item .accordion__body {
  padding-top: 20px;
}

.speaker__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  color: var(--color-foreground);
}
.speaker__wrapper .speaker__cover {
  display: inline-block;
  height: 144px;
  width: 144px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--color-shade-light);
}
.speaker__wrapper .speaker__name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.speaker__wrapper .speaker__role {
  font-size: 14px;
  line-height: 20px;
}

.topic__wrapper {
  flex: 1;
}
.topic__wrapper .topic__preview {
  position: relative;
  height: 170px;
  padding: 10px 16px;
  box-sizing: border-box;
}
.topic__wrapper .topic__preview .topic__name {
  font-size: 36px;
  line-height: 40px;
  font-family: "Druk", sans-serif;
  font-weight: 500;
  margin: 0;
}
.topic__wrapper .topic__preview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.08%, rgba(0, 0, 0, 0.7) 76.61%);
}
.topic__wrapper.topic--featured .topic__preview {
  height: 0;
  padding: 48% 0 0;
}
.topic__wrapper.topic--featured .topic__name {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.topic__wrapper .topic__cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.topic__wrapper .topic__name {
  position: relative;
  color: white;
  z-index: 1;
  font-size: 48px;
  line-height: 52px;
}
.topic__wrapper p {
  margin-top: 10px;
}

.input {
  margin: 20px 0;
}

.input-group {
  margin: 20px 0;
}

.input-field, .form-group {
  position: relative;
}

.input-field-label, .control-label {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 6px;
  color: #666666;
  text-overflow: ellipsis;
  padding: 0 6px;
  font-size: 16px;
  line-height: 24px;
  pointer-events: none;
  transition: all 120ms ease;
}
.input-field-element:not(:placeholder-shown) + .input-field-label, .form-control:not(:placeholder-shown) + .input-field-label, .input-field-element:not(:placeholder-shown) + .control-label, .form-control:not(:placeholder-shown) + .control-label {
  background-color: white;
  top: -9px;
  margin-top: 0;
  font-size: 12px;
  line-height: 18px;
}
.input-field-element.input-field-element--danger + .input-field-label, .input-field-element.input-field-element--danger + .control-label {
  color: var(--color-danger);
}

.efForm {
  font-size: 14px;
}
.efForm h1 {
  font-size: 20px;
  line-height: 1.4em;
}
.efForm .form-group {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
.efForm .form-group select {
  border-radius: 0;
}
.efForm .form-group.has-error .control-label {
  color: var(--color-danger);
}
.efForm .form-group.has-error input, .efForm .form-group.has-error select {
  color: var(--color-danger);
  border-color: var(--color-danger);
}
.efForm .form-group.has-error select option {
  color: var(--color-foreground);
}
.efForm .form-group.has-captcha .captcha-container {
  position: relative;
  margin-top: 10px;
}
.efForm .checkbox label {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.efForm .checkbox a {
  border-bottom: 1px solid var(--color-primary);
}
.efForm .checkbox a:hover {
  color: var(--color-primary-dark);
}
.efForm .checkbox.has-error {
  border: 1px solid var(--color-danger);
  color: var(--color-danger);
  padding: 10px;
}
.efForm button[type=submit] {
  margin-top: 10px;
  display: block;
  width: auto !important;
}

.input-field-element, .form-control {
  border: 1px solid #AFAFAF;
  box-sizing: border-box;
  height: 44px;
  padding: 0 12px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.input-field-element:focus, .form-control:focus {
  outline: none;
  border-color: black;
}
.input-field-element::placeholder, .form-control::placeholder {
  color: transparent;
}

.input-field-element.input-field-element--danger {
  border-color: var(--color-danger);
}

.input-field-element-toggle {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 12px;
}

.input-field-element[type=text] ~ .input-field-element-toggle {
  background: url(./assets/icons/visible-24.svg);
}

.input-field-element[type=password] ~ .input-field-element-toggle {
  background: url(./assets/icons/hidden-24.svg);
}

.input-error {
  display: none;
  margin-top: 8px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #AE2727;
}
.input-error.--active {
  display: block;
}

/**
 * Checkbox
 */
.input--checkbox {
  white-space: nowrap;
  user-select: none;
}
.input--checkbox span {
  display: flex;
  align-items: center;
}
.input--checkbox span:before {
  margin-right: 8px;
  content: "";
  display: block;
  background: white;
  border: 1px solid #AFAFAF;
  width: 14px;
  height: 14px;
}
.input--checkbox:hover span:before {
  border-color: #ef7c01;
}
.input--checkbox .input-element--checkbox:checked + span:before {
  border-color: #ef7c01;
  background: #ef7c01 no-repeat center;
  background-image: url(./assets/icons/check-24.svg);
}

.input-element--checkbox {
  visibility: hidden;
  display: none;
}

/* Global checkbox */
.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.checkbox-container .checkbox-container__checkbox {
  position: relative;
  display: inline-block;
  min-width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid var(--color-shade);
  margin-right: 10px;
  top: 2px;
  flex: 1 0 auto;
}
.checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input[type=checkbox]:checked ~ .checkbox-container__checkbox {
  border-color: transparent;
  background: var(--color-primary);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMzc0IDAuNjY4MTNDMTEuNTU3MyAwLjg3NDY3MSAxMS41Mzg0IDEuMTkwNjkgMTEuMzMxOSAxLjM3Mzk4TDQuNTcwNzUgNy4zNzM5OEM0LjM4MTQgNy41NDIwMSA0LjA5NjM0IDcuNTQyMDEgMy45MDY5OSA3LjM3Mzk4TDAuNjY4MTI5IDQuNDk5NzNDMC40NjE1ODggNC4zMTY0NCAwLjQ0MjczOSA0LjAwMDQyIDAuNjI2MDI5IDMuNzkzODhDMC44MDkzMTkgMy41ODczNCAxLjEyNTM0IDMuNTY4NDkgMS4zMzE4OCAzLjc1MTc4TDQuMjM4ODcgNi4zMzE1MUwxMC42NjgxIDAuNjI2MDI5QzEwLjg3NDcgMC40NDI3MzkgMTEuMTkwNyAwLjQ2MTU4OCAxMS4zNzQgMC42NjgxM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-filter__wrapper,
.checkbox-container:focus,
.checkbox-container:active,
.checkbox-container input,
.checkbox-container input:focus,
.checkbox-container input:active {
  outline: 0 !important;
}

.topic_filters__layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 964px) {
  .topic_filters__layout {
    flex-direction: column;
    align-items: flex-start;
  }
}
.topic_filters__layout .topic_filters__label {
  white-space: nowrap;
  margin-right: 10px;
}
@media screen and (max-width: 964px) {
  .topic_filters__layout .topic_filters__label {
    margin: 0 0 10px;
  }
}
.topic_filters__layout .topic_filters__refine {
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  color: var(--color-primary);
  margin-left: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}
.topic_filters__layout .topic_filters__refine:hover {
  color: var(--color-primary-darker);
}
@media screen and (max-width: 964px) {
  .topic_filters__layout .topic_filters__refine {
    margin: 10px 0 0;
  }
}

.topic_filters__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
@media screen and (max-width: 964px) {
  .topic_filters__wrapper {
    width: 100%;
  }
}
.topic_filters__wrapper .topic_filter__wrapper {
  margin: 5px;
}

.topic_filter__wrapper input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  pointer-events: none;
}
.topic_filter__wrapper input[type=checkbox]:checked ~ label {
  color: var(--color-foreground);
  border-color: var(--color-foreground);
}
.topic_filter__wrapper label {
  user-select: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-shade);
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid var(--color-shade);
  background: transparent;
}
body.theme-dark .topic_filter__wrapper {
  border-color: #d8d8d8;
}
.topic_filter__wrapper.topic_filter--orange label {
  border: 0;
  background: var(--color-secondary);
}
.topic_filter__wrapper.topic_filter--undecorated label {
  text-transform: none;
}
.topic_filter__wrapper.topic_filter--undecorated label::before {
  content: "";
  display: none;
}

/* FILTER COMPONENT */
.filters__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px;
}
.filters__wrapper .filters__select {
  position: relative;
  display: none;
  align-items: center;
  height: 44px;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  background: var(--color-background);
}
body.theme-dark .filters__wrapper .filters__select {
  background: var(--color-shade-medium);
}
.filters__wrapper .filters__select select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.filters__wrapper .filters__select svg {
  margin-left: 15px;
}

.filter__wrapper:not(.filter--checkbox) {
  cursor: pointer;
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--color-foreground);
  height: 44px;
  padding: 0 20px;
  margin: 5px;
  box-sizing: border-box;
  border: 1px solid var(--color-shade);
  background: var(--color-background);
}
body.theme-dark .filter__wrapper:not(.filter--checkbox) {
  border-color: rgba(255, 255, 255, 0.1);
  background: var(--color-shade-medium);
}
.filter__wrapper:not(.filter--checkbox) > input {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  outline: none;
  height: 100%;
  width: 100%;
  display: inline-block;
  margin: 0 -20px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 0;
  background: transparent;
}
.filter__wrapper:not(.filter--checkbox) > input:active {
  color: inherit;
  color: currentColor;
}
.filter__wrapper:not(.filter--checkbox) > input::placeholder {
  opacity: 1;
  color: var(--color-foreground);
}
.filter__wrapper:not(.filter--checkbox) .filter__value {
  user-select: none;
  color: var(--color-shade-dark);
}
.filter__wrapper:not(.filter--checkbox) .filter__value.active {
  color: var(--color-foreground);
}
.filter__wrapper:not(.filter--checkbox):focus-within {
  border-color: var(--color-foreground);
}
.filter__wrapper:not(.filter--checkbox):focus-within .filter__value {
  color: var(--color-foreground);
}

.filter__wrapper.filter--checkbox {
  margin-left: 10px;
}

/* FILTER MODAL COMPONENT */
.filter_modal__wrapper {
  z-index: 5;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: var(--color-background);
}
.filter_modal__wrapper button.btn__wrapper:not(:first-child), .filter_modal__wrapper button.modal-button:not(:first-child) {
  margin-left: 10px;
}

.filter_modal__wrapper.modal--period .period-value {
  z-index: 1;
}

.filter_modal__wrapper.modal--period .timeframepicker {
  opacity: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  left: 30px;
  bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: var(--color-primary);
  border: 0;
  background: transparent;
}
@media screen and (max-width: 720px) {
  .filter_modal__wrapper.modal--period .timeframepicker {
    left: calc(50% - 84px);
    bottom: 92px;
  }
}
.filter_modal__wrapper.modal--period .timeframepicker::placeholder {
  opacity: 1;
  color: currentColor;
}
.filter_modal__wrapper.modal--period .timeframepicker::after {
  content: "";
  width: 7px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transform: rotate(90deg);
  padding: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC42NDY0NDYgMTMuMzUzNkMwLjQ1MTE4NCAxMy4xNTgzIDAuNDUxMTg1IDEyLjg0MTcgMC42NDY0NDcgMTIuNjQ2NEw2LjI5Mjg5IDcuMDAwMDFMMC42NDY0NDcgMS4zNTM1NUMwLjQ1MTE4NCAxLjE1ODI5IDAuNDUxMTg1IDAuODQxNzA5IDAuNjQ2NDQ3IDAuNjQ2NDQ2QzAuODQxNzA5IDAuNDUxMTg0IDEuMTU4MjkgMC40NTExODUgMS4zNTM1NSAwLjY0NjQ0N0w3LjM1MzU1IDYuNjQ2NDZDNy40NDczMiA2Ljc0MDIyIDcuNSA2Ljg2NzQgNy41IDcuMDAwMDFDNy41IDcuMTMyNjIgNy40NDczMiA3LjI1OTggNy4zNTM1NSA3LjM1MzU2TDEuMzUzNTUgMTMuMzUzNkMxLjE1ODI5IDEzLjU0ODggMC44NDE3MDggMTMuNTQ4OCAwLjY0NjQ0NiAxMy4zNTM2WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
}

.filter_modal__wrapper.modal--period > .daterangepicker {
  left: 0 !important;
  width: max-content;
  font-family: inherit;
  color: currentColor;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: var(--color-background);
}
.filter_modal__wrapper.modal--period > .daterangepicker .timeframepicker {
  opacity: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC42NDY0NDcgMC42NDY0NDZDMC44NDE3MDkgMC40NTExODQgMS4xNTgyOSAwLjQ1MTE4NSAxLjM1MzU1IDAuNjQ2NDQ3TDYuOTk5OTkgNi4yOTI4OUwxMi42NDY0IDAuNjQ2NDQ2QzEyLjg0MTcgMC40NTExODQgMTMuMTU4MyAwLjQ1MTE4NSAxMy4zNTM2IDAuNjQ2NDQ3QzEzLjU0ODggMC44NDE3MDkgMTMuNTQ4OCAxLjE1ODI5IDEzLjM1MzYgMS4zNTM1NUw3LjM1MzU0IDcuMzUzNTVDNy4yNTk3OCA3LjQ0NzMyIDcuMTMyNiA3LjUgNi45OTk5OSA3LjVDNi44NjczOCA3LjUgNi43NDAyIDcuNDQ3MzIgNi42NDY0NCA3LjM1MzU1TDAuNjQ2NDQ2IDEuMzUzNTVDMC40NTExODQgMS4xNTgyOSAwLjQ1MTE4NSAwLjg0MTcwOCAwLjY0NjQ0NyAwLjY0NjQ0NloiIGZpbGw9IiNlZjdjMDAiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  padding-right: 0;
}
.filter_modal__wrapper.modal--period > .daterangepicker .timeframepicker.open {
  pointer-events: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuMzUzNiA3LjM1MzU1QzEzLjE1ODMgNy41NDg4MiAxMi44NDE3IDcuNTQ4ODIgMTIuNjQ2NCA3LjM1MzU1TDcuMDAwMDEgMS43MDcxMUwxLjM1MzU1IDcuMzUzNTVDMS4xNTgyOSA3LjU0ODgxIDAuODQxNzA5IDcuNTQ4ODEgMC42NDY0NDYgNy4zNTM1NUMwLjQ1MTE4NCA3LjE1ODI5IDAuNDUxMTg1IDYuODQxNzEgMC42NDY0NDcgNi42NDY0NUw2LjY0NjQ2IDAuNjQ2NDQ2QzYuNzQwMjIgMC41NTI2NzggNi44Njc0IDAuNDk5OTk5IDcuMDAwMDEgMC40OTk5OTlDNy4xMzI2MiAwLjQ5OTk5OSA3LjI1OTggMC41NTI2NzggNy4zNTM1NiAwLjY0NjQ0NkwxMy4zNTM2IDYuNjQ2NDVDMTMuNTQ4OCA2Ljg0MTcxIDEzLjU0ODggNy4xNTgyOSAxMy4zNTM2IDcuMzUzNTVaIiBmaWxsPSIjRUY3QzAwIi8+Cjwvc3ZnPgo=");
}
.filter_modal__wrapper.modal--period > .daterangepicker.show-calendar {
  min-width: 648px;
}
@media screen and (max-width: 720px) {
  .filter_modal__wrapper.modal--period > .daterangepicker.show-calendar {
    min-width: 0;
  }
}
.filter_modal__wrapper.modal--period > .daterangepicker::after, .filter_modal__wrapper.modal--period > .daterangepicker::before {
  display: none;
}
.filter_modal__wrapper.modal--period > .daterangepicker .ranges ul {
  padding: 30px;
}
@media (min-width: 564px) {
  .filter_modal__wrapper.modal--period > .daterangepicker .ranges ul {
    width: auto;
  }
}
.filter_modal__wrapper.modal--period > .daterangepicker .ranges ul li {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-foreground);
  background: transparent !important;
  padding: 0;
}
.filter_modal__wrapper.modal--period > .daterangepicker .ranges ul li:hover {
  text-decoration: underline;
}
.filter_modal__wrapper.modal--period > .daterangepicker .ranges ul li:not(:last-child) {
  margin-bottom: 15px;
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-buttons {
  padding: 20px 30px;
  border-color: var(--color-shade-light);
}
@media screen and (max-width: 720px) {
  .filter_modal__wrapper.modal--period > .daterangepicker .drp-buttons {
    margin-top: 64px;
  }
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-buttons .applyBtn {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
  padding: 0 10px;
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-buttons .btn__clear {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: var(--color-primary);
  padding: 0 10px;
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-selected {
  display: none;
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-calendar {
  max-width: initial;
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-calendar.left {
  padding: 0 15px 0 30px;
  margin: 30px 0;
  border-right: 1px solid var(--color-shade-light);
}
.filter_modal__wrapper.modal--period > .daterangepicker .drp-calendar.right {
  padding: 0 30px 0 15px;
  margin: 30px 0;
}
@media screen and (max-width: 720px) {
  .filter_modal__wrapper.modal--period > .daterangepicker .drp-calendar.right {
    float: initial;
  }
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table {
  border-color: var(--color-background);
  background: var(--color-background);
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table .month {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-foreground);
  padding-bottom: 10px;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: var(--color-shade);
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.next, .filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.prev {
  padding-bottom: 6px;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.next:hover, .filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.prev:hover {
  background: none;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.next > span, .filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.prev > span {
  width: 7px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  transform: none;
  padding: 0;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.next {
  text-align: right;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.next > span {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC42NDY0NDYgMTMuMzUzNkMwLjQ1MTE4NCAxMy4xNTgzIDAuNDUxMTg1IDEyLjg0MTcgMC42NDY0NDcgMTIuNjQ2NEw2LjI5Mjg5IDcuMDAwMDFMMC42NDY0NDcgMS4zNTM1NUMwLjQ1MTE4NCAxLjE1ODI5IDAuNDUxMTg1IDAuODQxNzA5IDAuNjQ2NDQ3IDAuNjQ2NDQ2QzAuODQxNzA5IDAuNDUxMTg0IDEuMTU4MjkgMC40NTExODUgMS4zNTM1NSAwLjY0NjQ0N0w3LjM1MzU1IDYuNjQ2NDZDNy40NDczMiA2Ljc0MDIyIDcuNSA2Ljg2NzQgNy41IDcuMDAwMDFDNy41IDcuMTMyNjIgNy40NDczMiA3LjI1OTggNy4zNTM1NSA3LjM1MzU2TDEuMzUzNTUgMTMuMzUzNkMxLjE1ODI5IDEzLjU0ODggMC44NDE3MDggMTMuNTQ4OCAwLjY0NjQ0NiAxMy4zNTM2WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.prev {
  text-align: left;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table thead th.prev > span {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy4zNTM1NSAwLjY0NjQ0N0M3LjU0ODgyIDAuODQxNzA5IDcuNTQ4ODIgMS4xNTgyOSA3LjM1MzU1IDEuMzUzNTVMMS43MDcxMSA2Ljk5OTk5TDcuMzUzNTUgMTIuNjQ2NEM3LjU0ODgyIDEyLjg0MTcgNy41NDg4MiAxMy4xNTgzIDcuMzUzNTUgMTMuMzUzNkM3LjE1ODI5IDEzLjU0ODggNi44NDE3MSAxMy41NDg4IDYuNjQ2NDUgMTMuMzUzNkwwLjY0NjQ0NiA3LjM1MzU0QzAuNTUyNjc4IDcuMjU5NzggMC41IDcuMTMyNiAwLjUgNi45OTk5OUMwLjUgNi44NjczOCAwLjU1MjY3OSA2Ljc0MDIgMC42NDY0NDcgNi42NDY0NEw2LjY0NjQ1IDAuNjQ2NDQ2QzYuODQxNzEgMC40NTExODQgNy4xNTgyOSAwLjQ1MTE4NSA3LjM1MzU1IDAuNjQ2NDQ3WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td {
  font-size: 14px;
  line-height: 20px;
  width: 44px;
  height: 28px;
  min-width: 0;
  min-height: 0;
  border: 0;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td:hover {
  background: var(--color-shade-light);
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td:hover.off {
  background: transparent;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.in-range:not(.off):not(.active) {
  background: var(--color-secondary-light);
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.off {
  color: var(--color-shade);
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.today {
  font-weight: 600;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.active:not(.off) {
  z-index: 1;
  position: relative;
  font-weight: 600;
  color: white;
  background: transparent;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.active:not(.off)::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-primary);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.active:not(.off)::before {
    left: 5px;
  }
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.active:not(.off)::after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: var(--color-secondary-light);
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.active:not(.off).end-date::after {
  left: 0;
}
.filter_modal__wrapper.modal--period > .daterangepicker .calendar-table tbody td.active:not(.off).start-date.end-date::after {
  display: none;
}

.filter_modal__wrapper.modal--checkbox {
  display: none;
  cursor: default;
  padding: 30px;
  width: 296px;
  box-sizing: border-box;
}
.filter_modal__wrapper.modal--checkbox .choices .choice {
  position: relative;
  display: flex;
  text-align: left;
  width: 100%;
}
.filter_modal__wrapper.modal--checkbox .choices .choice:not(:last-child) {
  margin-bottom: 16px;
}
.filter_modal__wrapper.modal--checkbox .choices .choice .checkbox {
  position: relative;
  min-width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid var(--color-shade);
}
.filter_modal__wrapper.modal--checkbox .choices .choice .checkbox::after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 7px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMzc0IDAuNjY4MTNDMTEuNTU3MyAwLjg3NDY3MSAxMS41Mzg0IDEuMTkwNjkgMTEuMzMxOSAxLjM3Mzk4TDQuNTcwNzUgNy4zNzM5OEM0LjM4MTQgNy41NDIwMSA0LjA5NjM0IDcuNTQyMDEgMy45MDY5OSA3LjM3Mzk4TDAuNjY4MTI5IDQuNDk5NzNDMC40NjE1ODggNC4zMTY0NCAwLjQ0MjczOSA0LjAwMDQyIDAuNjI2MDI5IDMuNzkzODhDMC44MDkzMTkgMy41ODczNCAxLjEyNTM0IDMuNTY4NDkgMS4zMzE4OCAzLjc1MTc4TDQuMjM4ODcgNi4zMzE1MUwxMC42NjgxIDAuNjI2MDI5QzEwLjg3NDcgMC40NDI3MzkgMTEuMTkwNyAwLjQ2MTU4OCAxMS4zNzQgMC42NjgxM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-size: contain;
  background-repeat: no-repeat;
}
.filter_modal__wrapper.modal--checkbox .choices .choice input {
  z-index: 2;
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.filter_modal__wrapper.modal--checkbox .choices .choice input:checked ~ .checkbox {
  border-color: transparent;
  background: var(--color-primary);
}
.filter_modal__wrapper.modal--checkbox .choices .choice input:checked ~ .checkbox::after {
  opacity: 1;
}
.filter_modal__wrapper.modal--checkbox .choices .choice label {
  font-size: 14px;
  line-height: 20px;
  margin: -3px 0 0 10px;
}
.filter_modal__wrapper.modal--checkbox .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 15px;
  margin-top: 25px;
  border-top: 1px solid var(--color-shade-light);
}
.filter_modal__wrapper.modal--checkbox .actions .apply {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
  padding: 0 10px;
}
.filter_modal__wrapper.modal--checkbox .actions .cancel {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: var(--color-primary);
  padding: 0 10px;
}

/* PAGINATION COMPONENT */
.pagination__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pagination__wrapper .pagination__current_page {
  color: var(--color-shade);
  display: block;
  margin-bottom: 10px;
}
.pagination__wrapper .pagination-post-links {
  display: flex;
}
.pagination__wrapper .pagination-post-links > a + a {
  margin-left: 10px;
}
.pagination__wrapper .pagination-post-links__back {
  padding: 0 10px;
}
.pagination__wrapper .pagination-post-links__back path {
  fill: var(--color-primary);
}
.pagination__wrapper .pagination-post-links__back:hover path {
  fill: var(--color-primary-darker);
}

.accordion__wrapper {
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*   &:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
    } */
}
.accordion__wrapper[open] > .accordion__head > .accordion__caret {
  transform: rotate(180deg);
}
.accordion__wrapper .accordion__head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  list-style: none;
  padding: 20px 0;
}
.accordion__wrapper .accordion__head ::-webkit-details-marker {
  display: none;
}
.accordion__wrapper .accordion__head > .accordion__caret {
  flex-shrink: 0;
  margin-left: 15px;
}
.accordion__wrapper .accordion__body {
  padding-bottom: 20px;
}

.wp-block-accordion-container > .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-accordion-container > .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.missing-consent-notice {
  background-color: var(--color-shade-lighter);
  padding: 20px;
  display: none;
}
.missing-consent-notice.show {
  display: block !important;
}
.missing-consent-notice__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.missing-consent-notice__text {
  margin-bottom: 20px;
}
.missing-consent-notice__button {
  background-color: var(--color-primary);
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  border: none;
  padding: 11px 14px;
  margin-bottom: 20px;
  outline: none;
  cursor: pointer;
}
.missing-consent-notice__button:hover {
  background-color: var(--color-primary-dark);
}
.missing-consent-notice__datenschutz {
  color: var(--color-shade-dark);
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0;
}
.missing-consent-notice__datenschutz a {
  text-decoration: underline;
}

blockquote.twitter-tweet {
  display: none;
}

.wp-block-embed.blocked {
  margin: 40px 0;
}

.event-register-discount {
  position: relative;
}
.event-register-discount .accordion__wrapper {
  border: none;
}
.event-register-discount .accordion__wrapper .accordion__head {
  padding: 0;
  font-weight: 400;
}
.event-register-discount .accordion__wrapper .accordion__body {
  padding: 0;
}
.event-register-discount .accordion__wrapper .accordion__body h4 {
  font-size: 22px;
  line-height: 1.355em;
}
.event-register-discount .accordion__wrapper .accordion__caret {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.event-register-discount .accordion__wrapper .btn__wrapper, .event-register-discount .accordion__wrapper .modal-button {
  display: block;
  margin-top: 10px;
}
.event-register-discount .accordion__wrapper .item:not(:last-child) {
  margin-bottom: 40px;
}
.event-register-discount .accordion__wrapper h4 {
  font-weight: 400;
}
.event-register-discount .accordion__wrapper h4:not(:first-child) {
  margin-top: 20px;
}
.event-register-discount .accordion__wrapper h4:not(:last-child) {
  margin-bottom: 20px;
}
.event-register-discount .accordion__wrapper h4 strong {
  font-weight: 600;
}
.event-register-discount .accordion__wrapper button {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid var(--color-success);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-success);
  background: none;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.event-register-discount .accordion__wrapper button .copy-code {
  display: none;
}
.event-register-discount .accordion__wrapper button .copy-code svg {
  vertical-align: middle;
}
.event-register-discount .accordion__wrapper button .copy-code small {
  font-weight: 600;
}
.event-register-discount .accordion__wrapper button:hover::after {
  display: flex;
}
.event-register-discount .accordion__wrapper button::after {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  font-size: 80%;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  content: url(./assets/icons/copy.svg) "  Code kopieren";
  white-space: pre-wrap;
}
.event-register-discount .accordion__wrapper button.copied::after {
  content: url(./assets/icons/check-success.svg) "  Code kopiert";
}
.event-register-discount .accordion__wrapper .description {
  color: var(--color-shade);
}
.event-register-discount .accordion__wrapper[open] .accordion__head > div * {
  display: none;
}
.event-register-discount .success {
  color: var(--color-success);
}

.hmg-box {
  padding: 20px;
  margin: 40px 0;
  background-color: var(--color-shade-light);
}
.hmg-box:first-child {
  margin-top: 0;
}
.hmg-box:last-child {
  margin-bottom: 0;
}
.hmg-box > :first-child {
  margin-top: 0;
}
.hmg-box > :last-child {
  margin-bottom: 0;
}
.hmg-box.dark {
  background-color: var(--color-shade-darker);
  color: #fff;
}
.hmg-box.accent {
  background-color: var(--color-primary);
  color: #fff;
}
.hmg-box.success {
  background-color: var(--color-success);
  color: #fff;
}
.hmg-box.danger {
  background-color: var(--color-danger);
  color: #fff;
}
.hmg-box.bordered {
  background-color: transparent;
  border: 1px solid var(--color-shade);
  color: inherit;
}
.hmg-box.bordered.dark {
  border-color: var(--color-shade-darker);
}
.hmg-box.bordered.accent {
  border-color: var(--color-primary);
}
.hmg-box.bordered.success {
  border-color: var(--color-success);
}
.hmg-box.bordered.danger {
  border-color: var(--color-danger);
}

.hygiene-note {
  font-size: 15px;
  line-height: 21px;
}

.toast-message {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  color: #fff;
  background-color: var(--color-shade-darker);
}
.toast-message.toast-message--success {
  background-color: var(--color-success);
}
.toast-message.toast-message--error {
  background-color: var(--color-danger);
}
.toast-message .container {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  display: flex;
  align-items: center;
}
.toast-message .toast-message__message {
  font-size: 14px;
  line-height: 19px;
  flex: 1 1 auto;
}
.toast-message .toast-message__close {
  width: 24px;
  height: 24px;
}
.toast-message .toast-message__close svg {
  display: block;
  cursor: pointer;
}

.user-menu__name {
  font-family: "Grotesque";
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
}
.user-menu__avatar {
  background-color: var(--color-primary);
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  font-size: 26px;
  font-family: "Druk";
  line-height: 31px;
  margin-right: 0.5em;
  text-transform: uppercase;
  text-align: center;
  flex: 0 0 auto;
}
.user-menu__userinfo {
  flex: 1 1 auto;
  overflow: hidden;
}
.user-menu__email {
  font-size: 16px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.user-menu__userdata {
  border-bottom: 1px solid var(--color-shade-light);
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1em;
  padding-bottom: 1em;
  align-items: center;
}
.user-menu__item {
  display: flex;
  align-items: center;
  height: 44px;
}
.user-menu__item a {
  color: #000;
}
.user-menu__item a:hover {
  color: var(--color-primary-dark);
}
.user-menu__item a:focus {
  outline: 3px solid #fcdcb9;
}
.user-menu__item a:active {
  color: var(--color-primary-darker);
}
.user-menu__settings {
  font-size: 16px;
  line-height: 26px;
  list-style: none;
}

/* Navigation
--------------------------------------------- */
nav {
  z-index: 7;
  position: sticky;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-shade-light);
  background: var(--color-background);
}
@media screen and (max-width: 964px) {
  nav {
    height: 50px;
  }
}
nav .logo svg {
  margin-right: 30px;
  margin-top: 4px;
  max-width: 100%;
}
@media screen and (max-width: 964px) {
  nav .logo svg {
    margin-top: 2px;
  }
}
@media screen and (max-width: 564px) {
  nav .logo svg {
    margin-right: 0;
    margin-top: 4px;
  }
}
@media (min-width: 720px) {
  nav .logo-mobile {
    display: none;
  }
}
@media (max-width: 720px) {
  nav .logo-desktop {
    display: none;
  }
}
nav .search__wrapper {
  width: 335px;
}
@media screen and (max-width: 1124px) {
  nav .search__wrapper {
    display: none;
  }
}
nav #menu_opener {
  padding: 0;
}
nav .links {
  display: flex;
  margin-left: 30px;
}
@media screen and (max-width: 1648px) {
  nav .links {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  nav .links {
    padding: 0;
  }
}
nav .links li {
  display: inline-block;
}
nav .links li:not(:last-child) {
  margin-right: 30px;
}
nav .links a {
  transition: opacity ease 0.06s;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
}
nav .links a:hover {
  opacity: 0.72;
}
nav .current_page_item a {
  color: var(--color-primary);
}
nav .action__wrapper {
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 32px;
  border: 0;
  background: transparent;
}
nav .action__wrapper:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 964px) {
  nav .action__wrapper:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 720px) {
  nav .action__wrapper:not(:last-child) {
    margin-right: 10px;
  }
}
nav .action__wrapper:last-child {
  margin-right: 0;
}
nav .action__wrapper.highlighted {
  transition: background ease 0.06s;
  color: white;
  padding: 0 10px;
  background: var(--color-primary);
}
nav .action__wrapper.highlighted span {
  margin: 0;
}
nav .action__wrapper.highlighted:hover {
  background: var(--color-primary-dark);
}
nav .action__wrapper.highlighted:active {
  background: var(--color-primary-darker);
}
@media screen and (min-width: 1124px) {
  nav .action__wrapper.action--search {
    display: none;
  }
}
@media screen and (min-width: 1648px) {
  nav .action__wrapper.action--menu {
    display: none;
  }
}
nav .action__wrapper .action__icon {
  height: 24px;
  width: 24px;
}
nav .action__wrapper .action__label {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 720px) {
  nav .action__wrapper .action__label {
    display: none;
  }
}

.mobile-navigation {
  pointer-events: none;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.mobile-navigation.is-open {
  pointer-events: all;
}
.mobile-navigation.is-open .card {
  transform: translateX(0);
}
.mobile-navigation.is-open .overlay {
  opacity: 1;
}
.mobile-navigation .card {
  transition: transform ease 0.3s;
  transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 375px;
  padding: 50px 20px;
  box-sizing: border-box;
  background: var(--color-background);
  overflow: auto;
}
@media screen and (max-width: 564px) {
  .mobile-navigation .card {
    width: 290px;
  }
}
.mobile-navigation .card #menu_closer {
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  color: var(--color-foreground);
  background: transparent;
}
.mobile-navigation .card #menu_closer:hover {
  color: var(--color-shade-dark);
}
.mobile-navigation .card .menus .menu {
  padding-left: 0;
}
.mobile-navigation .card .menus .menu li {
  margin-bottom: 10px;
}
.mobile-navigation .card .menus .menu li:last-child {
  margin-bottom: 0;
}
.mobile-navigation .card .menus .menu li a {
  display: block;
  line-height: 44px;
}
.mobile-navigation .card .menus .menu--primary li a {
  font-weight: 600;
}
.mobile-navigation .card .menus .menu--primary li a:hover {
  color: var(--color-primary-dark);
}
.mobile-navigation .card .menus .menu--primary li.current_page_item a {
  color: var(--color-primary);
}
.mobile-navigation .card .menus .menu--secondary li a {
  color: var(--color-shade);
}
.mobile-navigation .card .menus .menu--secondary li a:hover {
  color: var(--color-primary-dark);
}
.mobile-navigation .card .menus .menu--secondary li.current_page_item a {
  color: var(--color-primary);
}
.mobile-navigation .card .menus > div {
  padding: 30px 0;
}
.mobile-navigation .card .menus > div:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-navigation .card .menus > div:last-child {
  padding-bottom: 0;
}
.mobile-navigation .card .menus .links > ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-navigation .card .menus .links.links--secondary li {
  font-weight: 400;
  color: var(--color-shade);
}
.mobile-navigation .card .menus .links li {
  display: inline;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-foreground);
}
.mobile-navigation .card .menus .links li:hover {
  color: var(--color-shade-dark);
}
.mobile-navigation .card .menus .links li.current-page-ancestor, .mobile-navigation .card .menus .links li.current-menu-item {
  color: var(--color-primary);
}
.mobile-navigation .card .menus .links li:not(:last-child) {
  margin-bottom: 12px;
}
.mobile-navigation .overlay {
  z-index: -1;
  transition: opacity ease 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

#page > footer #back-to-top {
  margin: 60px auto;
}
#page > footer #back-to-top.hidden {
  display: none;
}
#page > footer .feedback {
  margin: 60px 0 40px;
}
#page > footer .feedback .layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#page > footer .feedback p {
  color: var(--color-foreground);
  margin-bottom: 20px;
}
#page > footer .foot {
  color: white;
  padding: 40px 0;
  background: var(--color-shade-darker);
}
#page > footer .foot .cooperation .cooperation-by {
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 564px) {
  #page > footer .foot .cooperation .cooperation-by {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 720px) {
  #page > footer .foot .cooperation .logos {
    flex-direction: column;
  }
}
#page > footer .foot .cooperation .logo {
  height: 26px;
}
#page > footer .foot .cooperation .logo:not(:last-child) {
  margin-right: 36px;
}
@media screen and (max-width: 720px) {
  #page > footer .foot .cooperation .logo:not(:last-child) {
    margin: 0 0 20px;
  }
}
#page > footer .foot .copyright {
  margin-top: 80px;
}
@media screen and (max-width: 564px) {
  #page > footer .foot .copyright {
    margin-top: 40px;
  }
}
#page > footer .foot .copyright .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  #page > footer .foot .copyright .layout {
    flex-direction: column;
  }
}
#page > footer .foot .copyright .layout .links {
  display: flex;
  padding-left: 0;
}
@media screen and (max-width: 1600px) {
  #page > footer .foot .copyright .layout .links {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 564px) {
  #page > footer .foot .copyright .layout .links {
    flex-direction: column;
    align-items: center;
  }
}
#page > footer .foot .copyright .layout .links li {
  white-space: nowrap;
}
#page > footer .foot .copyright .layout .links li:hover {
  text-decoration: underline;
}
#page > footer .foot .copyright .layout .links li:not(:last-child) {
  margin-right: 10px;
}
#page > footer .foot .copyright .layout .links li:not(:last-child)::after {
  display: inline-block;
  content: "/";
  margin-left: 10px;
}
@media screen and (max-width: 564px) {
  #page > footer .foot .copyright .layout .links li:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 564px) {
  #page > footer .foot .copyright .layout .links li:not(:last-child) {
    margin: 0 0 10px;
  }
}
#page > footer .foot .copyright .layout .notice {
  color: var(--color-shade);
}
@media screen and (max-width: 564px) {
  #page > footer .foot .copyright .layout .notice {
    text-align: center;
    font-size: 14px;
  }
}

body.search #back-to-top .wrapper {
  max-width: 865px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 40px 0 0;
}

body.page-template-events-filterable .entry-content,
body.post-type-archive .entry-content {
  margin-top: 0;
}

body.page-template-events-filterable .wp-block-event-listing.is-style-grid:first-of-type {
  margin-top: 0;
}
body.page-template-events-filterable .wp-block-event-listing.is-style-grid:first-of-type .events {
  margin: -20px -15px;
}
body.page-template-events-filterable .wp-block-event-listing .event-listing__title {
  font-family: "Druk";
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.glider-dots .glider-dot {
  height: 4px;
  width: 4px;
  margin: 2.5px;
  background: white;
}
.glider-dots .glider-dot.active {
  height: 5px;
  width: 5px;
  transform: translateY(-0.5px);
  background: var(--color-primary);
}

.glider-nav {
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 720px) {
  .glider-nav {
    display: none;
  }
}
.glider-nav .glider-nav-button {
  pointer-events: all;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.glider-nav .glider-nav-button.disabled {
  opacity: 0;
  cursor: default;
  visibility: hidden;
}
.glider-nav .glider-nav-button > svg {
  height: 36px;
  width: 36px;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

.glider-next {
  right: 15px !important;
}

.glider-prev {
  left: 15px !important;
}

.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Blocks
--------------------------------------------- */
.home .wp-block-ce-speakers-list.is-style-grid .list-wrapper > div, .home .wp-block-partner-list.is-style-grid .list-wrapper > div {
  width: 100%;
}
@media screen and (min-width: 564px) {
  .home .wp-block-ce-speakers-list.is-style-grid .list-wrapper > div, .home .wp-block-partner-list.is-style-grid .list-wrapper > div {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 720px) {
  .home .wp-block-ce-speakers-list.is-style-grid .list-wrapper > div, .home .wp-block-partner-list.is-style-grid .list-wrapper > div {
    width: calc(25% - 30px);
  }
}
@media screen and (min-width: 1124px) {
  .home .wp-block-ce-speakers-list.is-style-grid .list-wrapper > div, .home .wp-block-partner-list.is-style-grid .list-wrapper > div {
    width: calc(100% / 6 - 30px);
  }
}
@media screen and (min-width: 1440px) {
  .home .wp-block-ce-speakers-list.is-style-grid .list-wrapper > div, .home .wp-block-partner-list.is-style-grid .list-wrapper > div {
    width: calc(100% / 8 - 30px);
  }
}

@media screen and (min-width: 1440px) {
  .event-template-default .wp-block-event-listing.is-style-grid .events .event__wrapper {
    width: calc(100% / 3 - 30px);
  }
}

/**
 * Native WP Video Embed Block
 */
.wp-embed-aspect-16-9 > div {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.wp-embed-aspect-16-9 > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hybrid-advantages .wp-block-columns {
  row-gap: 0;
}

.wp-block-buttons > .wp-block-button {
  margin-bottom: 20px;
}
.wp-block-buttons:last-child > .wp-block-button {
  margin-bottom: 0;
}

.wp-block-button[class*=is-style-hmg] .wp-block-button__link {
  cursor: pointer;
  outline: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -0.5px;
  white-space: normal;
  color: var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  height: auto;
  padding: 11px 20px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid var(--color-primary);
  background: transparent;
}
.wp-block-button.is-style-hmg-primary .wp-block-button__link {
  transition: background ease 0.1s;
  color: white;
  border-color: transparent;
  background: var(--color-primary);
}
.wp-block-button.is-style-hmg-primary .wp-block-button__link:hover {
  background: var(--color-primary-dark);
}
.wp-block-button.is-style-hmg-primary .wp-block-button__link:active {
  background: var(--color-primary-darker);
}
.wp-block-button.is-style-hmg-secondary .wp-block-button__link {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 8% 0 0;
}

.wp-block-gallery .blocks-gallery-grid {
  margin-bottom: -1em;
}

.wp-block-columns h4 {
  font-family: "Grotesque";
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: var(--color-foreground);
  margin: 20px 0;
  display: block;
}

.wp-block-group::after {
  content: "";
  clear: both;
  display: table;
}

.wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.wrapper {
  max-width: 995px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .wrapper {
    max-width: 1164px;
  }
}

body.single #mobile-register,
.event-template #mobile-register {
  z-index: 5;
  position: static;
  position: sticky;
  bottom: 0;
  padding: 10px 0;
  padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
  background: var(--color-background);
  border-top: 1px solid var(--color-shade-light);
  text-align: center;
}
@media screen and (min-width: 964px) {
  body.single #mobile-register,
.event-template #mobile-register {
    display: none;
  }
}
body.single #mobile-register .btn__wrapper, body.single #mobile-register .modal-button,
.event-template #mobile-register .btn__wrapper,
.event-template #mobile-register .modal-button {
  width: 100%;
  justify-content: center;
  max-width: 520px;
}

@media screen and (min-width: 1440px) {
  body.event-template-default .wp-block-ce-speakers-list.is-style-large .ce-speakers__layout .ce-speaker {
    flex-basis: calc(25% - 30px);
  }
}

/* Header
--------------------------------------------- */
.site-event header {
  margin-top: 40px;
  background: var(--color-shade-lighter);
}
@media screen and (max-width: 964px) {
  .site-event header {
    margin-top: 0;
  }
}
.site-event header .head {
  position: relative;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 964px) {
  .site-event header .head {
    align-items: flex-start;
  }
}
@media screen and (max-width: 720px) {
  .site-event header .head {
    flex-direction: column;
  }
}
.site-event header .head .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-event header .head .content {
  margin-right: 30px;
}
@media screen and (max-width: 720px) {
  .site-event header .head .content {
    margin: 0;
    flex: auto;
    width: 100%;
  }
}
.site-event header .head .cover {
  margin-top: -60px;
  min-width: 567px;
}
@media screen and (max-width: 1440px) {
  .site-event header .head .cover {
    min-width: 483px;
  }
}
@media screen and (max-width: 1124px) {
  .site-event header .head .cover {
    min-width: 512px;
  }
}
@media screen and (max-width: 964px) {
  .site-event header .head .cover {
    min-width: 275px;
    margin-top: 0;
  }
}
@media screen and (max-width: 720px) {
  .site-event header .head .cover {
    width: 100vw;
    margin: 20px -20px 0;
  }
}
.site-event header .head .cover .image-wrapper {
  position: relative;
  height: 0;
  padding-top: 56%;
}
@media screen and (max-width: 964px) {
  .site-event header .head .cover .image-wrapper {
    margin-top: 32px;
  }
}
@media screen and (max-width: 720px) {
  .site-event header .head .cover .image-wrapper {
    margin-top: 0;
  }
}
.site-event header .head .cover .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-event header .head .date {
  display: block;
  margin-bottom: 10px;
  color: var(--color-primary);
}
.site-event header .head h1 {
  font-size: 32px;
  line-height: 38px;
}
@media screen and (max-width: 964px) {
  .site-event header .head h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 720px) {
  .site-event header .head h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
.site-event header .head h2 {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.35em;
  font-weight: 400;
}
@media screen and (max-width: 720px) {
  .site-event header .head h2 {
    font-size: 20px;
    line-height: 1.5em;
  }
}
.site-event header .head .event__label {
  margin-top: 20px;
  margin-bottom: 10px;
}
.site-event header .footbar {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-event header .footbar .presented-by {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: var(--color-shade-dark);
}
.site-event header .footbar .presented-by .text {
  margin-right: 3px;
}
.site-event header .footbar .presented-by img {
  max-width: 200px;
  max-height: 50px;
  padding-top: 6px;
  object-fit: contain;
  filter: grayscale(100%);
}
.site-event header .footbar .presented-by img[src$=jpg] {
  mix-blend-mode: darken;
}
.site-event header .footbar .btn__wrapper, .site-event header .footbar .modal-button {
  pointer-events: none;
  opacity: 0;
  position: sticky;
  top: 50px;
  width: 275px;
  justify-content: center;
}
@media screen and (max-width: 720px) {
  .site-event header .footbar .btn__wrapper, .site-event header .footbar .modal-button {
    display: none;
  }
}

/* Article
--------------------------------------------- */
.site-event article {
  overflow: hidden;
  display: initial;
}
.site-event article .tabs__wrapper {
  z-index: 4;
  position: static;
  position: sticky;
  top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
}
@media screen and (max-width: 564px) {
  .site-event article .tabs__wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px;
    border: none;
  }
  .site-event article .tabs__wrapper .tab__buttons_wrapper {
    width: 100%;
    border-bottom: 1px solid var(--color-shade-light);
  }
}
.site-event article .tabs__wrapper .tabs__buttons {
  width: 100%;
}
@media screen and (max-width: 964px) {
  .site-event article .tabs__wrapper .tabs__buttons {
    margin-right: 0;
  }
}
@media screen and (max-width: 964px) {
  .site-event article .tabs__wrapper {
    top: 50px;
    height: 50px;
  }
}
.site-event article .tabs__wrapper .register-button {
  width: 270px;
  flex-shrink: 0;
  justify-content: center;
}
@media screen and (max-width: 964px) {
  .site-event article .tabs__wrapper .register-button {
    display: none;
  }
}

body.single article .tab-view,
.event-template article .tab-view {
  position: relative;
  align-items: flex-start;
  align-content: flex-start;
  margin-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 964px) {
  body.single article .tab-view,
.event-template article .tab-view {
    flex-direction: column-reverse;
    border-bottom: none;
  }
}
body.single article .tab-view.tab--active,
.event-template article .tab-view.tab--active {
  display: flex;
}
body.single article .tab-view h3, body.single article .tab-view .site-events .events h2, .site-events .events body.single article .tab-view h2, body.single article .tab-view .site-topic .events h2, .site-topic .events body.single article .tab-view h2,
.event-template article .tab-view h3,
.event-template article .tab-view .site-events .events h2,
.site-events .events .event-template article .tab-view h2,
.event-template article .tab-view .site-topic .events h2,
.site-topic .events .event-template article .tab-view h2 {
  font-family: "Grotesque";
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
body.single article .tab-view .content,
.event-template article .tab-view .content {
  margin-right: 30px;
  width: calc(100% - 300px);
}
@media screen and (max-width: 964px) {
  body.single article .tab-view .content,
.event-template article .tab-view .content {
    margin: 0;
    width: 100%;
  }
}
body.single article .tab-view .content .article,
.event-template article .tab-view .content .article {
  font-size: 18px;
  line-height: 28px;
}
body.single article .tab-view .content .media,
.event-template article .tab-view .content .media {
  padding: 48px 0 30px;
}
body.single article .tab-view .content .media h3, body.single article .tab-view .content .media .site-events .events h2, .site-events .events body.single article .tab-view .content .media h2, body.single article .tab-view .content .media .site-topic .events h2, .site-topic .events body.single article .tab-view .content .media h2,
.event-template article .tab-view .content .media h3,
.event-template article .tab-view .content .media .site-events .events h2,
.site-events .events .event-template article .tab-view .content .media h2,
.event-template article .tab-view .content .media .site-topic .events h2,
.site-topic .events .event-template article .tab-view .content .media h2 {
  margin: 0;
}
body.single article .tab-view .content .media .media__wrapper,
.event-template article .tab-view .content .media .media__wrapper {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 720px) {
  body.single article .tab-view .content .media .media__wrapper,
.event-template article .tab-view .content .media .media__wrapper {
    flex-direction: column;
  }
}
body.single article .tab-view .content .media .media__wrapper .media__content,
.event-template article .tab-view .content .media .media__wrapper .media__content {
  margin-left: 15px;
}
@media screen and (max-width: 720px) {
  body.single article .tab-view .content .media .media__wrapper .media__content,
.event-template article .tab-view .content .media .media__wrapper .media__content {
    margin: 15px 0 0;
  }
}
body.single article .tab-view .content .media .media__wrapper .media__cover,
.event-template article .tab-view .content .media .media__wrapper .media__cover {
  position: relative;
  min-width: 240px;
  height: 135px;
}
@media screen and (max-width: 720px) {
  body.single article .tab-view .content .media .media__wrapper .media__cover,
.event-template article .tab-view .content .media .media__wrapper .media__cover {
    min-width: 335px;
    height: 184px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.single article .tab-view .content .media .media__wrapper .media__cover,
.event-template article .tab-view .content .media .media__wrapper .media__cover {
    overflow: hidden;
  }
}
body.single article .tab-view .content .media .media__wrapper .media__cover img,
.event-template article .tab-view .content .media .media__wrapper .media__cover img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.single article .tab-view .content .media .media__wrapper .media__cover img,
.event-template article .tab-view .content .media .media__wrapper .media__cover img {
    height: auto;
  }
}
body.single article .tab-view .content .media .media__wrapper .media__cover .media__video-label,
.event-template article .tab-view .content .media .media__wrapper .media__cover .media__video-label {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  background: rgba(0, 0, 0, 0.5);
}
body.single article .tab-view .content .media .media__wrapper .media__title,
.event-template article .tab-view .content .media .media__wrapper .media__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
body.single article .tab-view .content .media .btn__wrapper, body.single article .tab-view .content .media .modal-button,
.event-template article .tab-view .content .media .btn__wrapper,
.event-template article .tab-view .content .media .modal-button {
  margin-top: 20px;
}
body.single article .tab-view .content .speakers,
.event-template article .tab-view .content .speakers {
  padding: 30px 0;
}
body.single article .tab-view .content .speakers .layout,
.event-template article .tab-view .content .speakers .layout {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px;
}
body.single article .tab-view .content .speakers .layout .speaker__wrapper,
.event-template article .tab-view .content .speakers .layout .speaker__wrapper {
  flex: 0;
  flex-basis: calc(20%);
  margin: 10px 15px;
}
@media screen and (min-width: 964px) {
  body.single article .tab-view .content .mobile-info-cards,
.event-template article .tab-view .content .mobile-info-cards {
    display: none;
  }
}
body.single article .tab-view .content .tags,
.event-template article .tab-view .content .tags {
  margin: 60px 0;
}
body.single article .tab-view .content .tags > .flex,
.event-template article .tab-view .content .tags > .flex {
  margin: -2.5px;
}
body.single article .tab-view .content .tags .tag,
.event-template article .tab-view .content .tags .tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-foreground);
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  background: var(--color-secondary);
  margin: 2.5px;
}
body.single article .tab-view .content .tags .tag::before,
.event-template article .tab-view .content .tags .tag::before {
  content: "#";
}
body.single article .tab-view aside,
.event-template article .tab-view aside {
  flex: 1;
  width: 270px;
}
@media screen and (max-width: 964px) {
  body.single article .tab-view aside,
.event-template article .tab-view aside {
    flex: auto;
    display: flex;
    align-items: baseline;
    position: static;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 564px) {
  body.single article .tab-view aside,
.event-template article .tab-view aside {
    flex-direction: column;
  }
}
body.single article .tab-view .info-card,
.event-template article .tab-view .info-card {
  padding: 20px 0;
}
body.single article .tab-view .info-card:first-child,
.event-template article .tab-view .info-card:first-child {
  margin-top: -20px;
}
body.single article .tab-view .info-card:not(.expanded) > .collapse,
.event-template article .tab-view .info-card:not(.expanded) > .collapse {
  display: none;
}
body.single article .tab-view .info-card.brand img,
.event-template article .tab-view .info-card.brand img {
  max-height: 60px;
  width: auto;
}
body.single article .tab-view .info-card.tickets .ticket > span,
.event-template article .tab-view .info-card.tickets .ticket > span {
  display: inline;
}
body.single article .tab-view .info-card.tickets .ticket .ticket__price,
.event-template article .tab-view .info-card.tickets .ticket .ticket__price {
  color: var(--color-success);
  font-weight: 600;
}
body.single article .tab-view .info-card.tickets .ticket.inactive,
.event-template article .tab-view .info-card.tickets .ticket.inactive {
  opacity: 0.4;
  pointer-events: none;
}
body.single article .tab-view .info-card.tickets .ticket.hidden,
.event-template article .tab-view .info-card.tickets .ticket.hidden {
  display: none;
}
body.single article .tab-view .info-card.tickets .ticket.sold-out .ticket__price,
.event-template article .tab-view .info-card.tickets .ticket.sold-out .ticket__price {
  color: var(--color-danger);
}
body.single article .tab-view .info-card.organizer .card-link,
.event-template article .tab-view .info-card.organizer .card-link {
  display: inline;
}
body.single article .tab-view .info-card.organizer .card-link:not(:first-child)::before,
.event-template article .tab-view .info-card.organizer .card-link:not(:first-child)::before {
  content: " / ";
  color: var(--color-foreground);
}
@media screen and (max-width: 964px) {
  body.single article .tab-view .info-card.card--mobile_hidden,
.event-template article .tab-view .info-card.card--mobile_hidden {
    display: none;
  }
}
@media screen and (max-width: 964px) {
  body.single article .tab-view .info-card,
.event-template article .tab-view .info-card {
    flex: 1;
  }
}
@media screen and (max-width: 564px) {
  body.single article .tab-view .info-card,
.event-template article .tab-view .info-card {
    flex: auto;
  }
}
body.single article .tab-view .info-card .card-icon,
.event-template article .tab-view .info-card .card-icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 964px) {
  body.single article .tab-view .info-card .card-icon,
.event-template article .tab-view .info-card .card-icon {
    display: none;
  }
}
body.single article .tab-view .info-card .card-title,
.event-template article .tab-view .info-card .card-title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
body.single article .tab-view .info-card .card-heading,
.event-template article .tab-view .info-card .card-heading {
  display: block;
  margin-bottom: 10px;
}
body.single article .tab-view .info-card .card-desc,
.event-template article .tab-view .info-card .card-desc {
  margin-bottom: 10px;
}
body.single article .tab-view .info-card .card-desc span, body.single article .tab-view .info-card .card-desc b,
.event-template article .tab-view .info-card .card-desc span,
.event-template article .tab-view .info-card .card-desc b {
  display: block;
}
body.single article .tab-view .info-card .card-desc.is-in-the-past,
.event-template article .tab-view .info-card .card-desc.is-in-the-past {
  color: var(--color-shade);
}
body.single article .tab-view .info-card .card-link,
.event-template article .tab-view .info-card .card-link {
  color: var(--color-primary);
  display: block;
}
body.single article .tab-view .info-card .card-contacts,
.event-template article .tab-view .info-card .card-contacts {
  display: flex;
  flex-wrap: wrap;
}
body.single article .tab-view .info-card .card-contact,
.event-template article .tab-view .info-card .card-contact {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
body.single article .tab-view .info-card .card-contact .contact-content,
.event-template article .tab-view .info-card .card-contact .contact-content {
  margin-bottom: 20px;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
}
body.single article .tab-view .info-card .card-contact .contact-details,
.event-template article .tab-view .info-card .card-contact .contact-details {
  width: calc(100% - 80px);
}
body.single article .tab-view .info-card .card-contact .contact-name,
.event-template article .tab-view .info-card .card-contact .contact-name {
  display: block;
  font-weight: 600;
}
body.single article .tab-view .info-card .card-contact .contact-role,
.event-template article .tab-view .info-card .card-contact .contact-role {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-shade-dark);
}
body.single article .tab-view .info-card .card-contact .contact-image,
.event-template article .tab-view .info-card .card-contact .contact-image {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 50%;
  background-color: var(--color-shade-light);
}
body.single article .tab-view .info-card .card-contact .contact-connect,
.event-template article .tab-view .info-card .card-contact .contact-connect {
  width: 100%;
  margin: 10px 0;
}
body.single article .tab-view .info-card .card-contact a,
.event-template article .tab-view .info-card .card-contact a {
  display: block;
  color: var(--color-primary);
}
body.single article .tab-view .info-card .card-contact a:hover,
.event-template article .tab-view .info-card .card-contact a:hover {
  color: var(--color-primary-darker);
}
body.single article .tab-view .info-card .card-contact + .card-contact,
.event-template article .tab-view .info-card .card-contact + .card-contact {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
@media screen and (max-width: 964px) {
  body.single article .tab-view aside,
.event-template article .tab-view aside {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  body.single article .tab-view .info-card,
.event-template article .tab-view .info-card {
    flex: 50%;
  }
}

body.event-template-event-wide article .tab-view .content {
  width: 100%;
  margin-right: 0;
}

/* no sidebar split view on event subpages and on-demand webinar pages */
@media screen and (max-width: 964px) {
  body.event-subpage article .tab-view, body.single-webinar.on-demand article .tab-view {
    flex-direction: column;
  }
}

.site-ondemand #mobile-register {
  z-index: 5;
  position: static;
  position: sticky;
  bottom: 0;
  padding: 10px 0;
  padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
  background: var(--color-background);
}
@media screen and (min-width: 964px) {
  .site-ondemand #mobile-register {
    display: none;
  }
}
.site-ondemand #mobile-register .btn__wrapper, .site-ondemand #mobile-register .modal-button {
  width: 100%;
  justify-content: center;
}

.site-ondemand header {
  margin-top: 40px;
}
.site-ondemand header .head .date {
  display: block;
  margin-bottom: 10px;
  color: var(--color-primary);
}
.site-ondemand header .head h2 {
  margin-top: 10px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 720px) {
  .site-ondemand header .head h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.site-ondemand header .footbar {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-ondemand header .footbar .presented-by {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: var(--color-shade-dark);
}
.site-ondemand header .footbar .presented-by .text {
  margin-right: 3px;
}
.site-ondemand header .media {
  margin: 40px 0 20px;
  width: 100%;
}
.site-ondemand header .media .video-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.site-ondemand header .media .video-wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-ondemand article {
  padding: 40px 0;
  overflow: hidden;
  display: block;
  background: var(--color-background);
}
.site-ondemand article .content {
  max-width: 865px;
}
.site-ondemand article .tags {
  padding: 30px 0;
}
.site-ondemand article .tags h3, .site-ondemand article .tags .site-events .events h2, .site-events .events .site-ondemand article .tags h2, .site-ondemand article .tags .site-topic .events h2, .site-topic .events .site-ondemand article .tags h2 {
  font-family: "Grotesque";
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.site-ondemand article .tags > .flex {
  margin: -5px;
}
.site-ondemand article .tags .tag {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-primary);
  margin: 5px;
}
.site-ondemand article .tags .tag::before {
  content: "#";
}

/* Header
--------------------------------------------- */
body.page .entry-header, body.post-type-archive .entry-header {
  padding: 40px 0 20px;
}

.main-header {
  padding: 40px 0;
  background: var(--color-shade-lighter);
}

.page-template-help-faq .help-container {
  max-width: 1164px;
  margin: 0 auto;
}
.page-template-help-faq section {
  margin: 60px 0;
  /* offset for anchor links */
}
.page-template-help-faq section[data-offset]::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
}

/* PAGE: HELP // SECTION: HEADER */
.page-template-help-faq .entry-header {
  padding: 90px 0 32px;
}
.page-template-help-faq .entry-header .title {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
}
.page-template-help-faq .entry-header .title .headline {
  font-size: 64px;
  line-height: 70px;
  font-family: "Druk", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 964px) {
  .page-template-help-faq .entry-header .title .headline {
    font-size: 48px;
    line-height: 52px;
  }
}
.page-template-help-faq .entry-header .title .desc {
  font-size: 20px;
  line-height: 30px;
}
.page-template-help-faq .entry-header .topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 40px auto -16px;
  max-width: 1440px;
}
.page-template-help-faq .entry-header .topics .topic {
  flex: 0;
  margin: 16px 12px;
  flex-basis: calc(25% - 24px);
}
@media screen and (max-width: 1124px) {
  .page-template-help-faq .entry-header .topics .topic {
    flex-basis: calc(50% - 24px);
  }
}
@media screen and (max-width: 564px) {
  .page-template-help-faq .entry-header .topics .topic {
    flex-basis: 100%;
  }
}
.page-template-help-faq .entry-header .topics .topic .topic_image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-template-help-faq .entry-header .topics .topic .topic_label {
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 964px) {
  .page-template-help-faq .entry-header .topics .topic .topic_label {
    font-size: 16px;
    line-height: 20px;
  }
}

.page-template-help-faq .entry-content .topic-heading {
  margin-bottom: 20px;
}

/* PAGE: HELP // SECTION: CONTACT */
.page-template-help-faq #contact {
  position: relative;
  margin: 80px 0 40px;
  padding: 40px 0;
  background: var(--color-shade-lighter);
}
.page-template-help-faq #contact .headline {
  position: absolute;
  top: 0;
  transform: translateY(calc(-50% - 4px));
}
.page-template-help-faq #contact .layout {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -10px;
}
.page-template-help-faq #contact .layout .contact-option {
  flex: 0;
  margin: 12px 10px;
  flex-basis: calc(100% / 3 - 20px);
  text-align: center;
}
@media screen and (max-width: 564px) {
  .page-template-help-faq #contact .layout .contact-option {
    flex-basis: 100%;
  }
}
.page-template-help-faq #contact .layout .contact-option .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
.page-template-help-faq #contact .layout .contact-option .details {
  margin-top: 4px;
}

body.single-post .post-container .post-thumbnail figcaption {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-shade-light);
}
body.single-post .post .entry-header {
  margin: 40px 0;
}
body.single-post .post .entry-header .posted-on a, body.single-post .post .entry-header .post-category {
  color: var(--color-primary);
  font-size: 16px;
  line-height: 22px;
}
body.single-post .post .entry-header .post-category + .post-category {
  margin-left: 5px;
}
body.single-post .post .entry-header .post-category + .post-category::before {
  content: "|";
  color: var(--color-shade);
  padding-right: 5px;
}
body.single-post .post h1 {
  margin-top: 10px;
}
body.single-post .post .entry-intro {
  margin: 20px 0;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (min-width: 1124px) {
  body.single-post .post .entry-intro {
    font-size: 24px;
    line-height: 32px;
  }
}
body.single-post .post .entry-meta {
  margin: 20px 0;
  color: var(--color-shade-dark);
  font-size: 16px;
  line-height: 22px;
}
body.single-post .post .entry-meta .updated-on {
  display: block;
}
body.single-post .post .entry-content {
  display: flex;
}
@media screen and (max-width: 964px) {
  body.single-post .post .entry-content {
    flex-direction: column;
  }
}
body.single-post .post .entry-content .article-content {
  margin-right: 30px;
  width: calc(100% - 418px);
}
@media screen and (max-width: 964px) {
  body.single-post .post .entry-content .article-content {
    margin: 0;
    width: 100%;
  }
}
body.single-post .post .entry-content .article-content > :first-child {
  margin-top: 0;
}
body.single-post .post .entry-content aside {
  flex: 1;
}
body.single-post .post .entry-content aside > :first-child {
  margin-top: 0;
}
body.single-post .post .entry-content aside .info-card + .info-card:not(.author-is-speaker-at-event), body.single-post .post .entry-content aside .event--teaser + .event--teaser {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--color-shade-light);
}
body.single-post .post .entry-content aside .card-title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
body.single-post .post .entry-content aside .ce-speakers-list {
  margin-top: 0;
}
body.single-post .post .entry-content aside .ce-speakers__layout {
  padding-top: 0;
}
body.single-post .post .entry-content aside .ce-speaker:not(:last-child) {
  margin-bottom: 20px;
}
body.single-post .post .entry-content aside .ce-speaker__show-more {
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
}
body.single-post .post .entry-content aside .wp-block-event-listing {
  margin-top: 0;
}
@media (min-width: 564px) and (max-width: 964px) {
  body.single-post .post .entry-content aside .wp-block-event-listing .event--teaser {
    display: flex;
  }
  body.single-post .post .entry-content aside .wp-block-event-listing .event--teaser .event__preview {
    width: 240px;
    min-width: 240px;
    height: 135px;
    padding-top: 0;
    margin: 0 15px 0 0;
  }
  body.single-post .post .entry-content aside .wp-block-event-listing .event--teaser .event__preline {
    font-size: 14px;
  }
  body.single-post .post .entry-content aside .wp-block-event-listing .event--teaser .event__title {
    font-size: 18px;
  }
}
body.single-post .post .entry-content aside .wp-block-event-listing .event--teaser .event__preview {
  opacity: 1 !important;
  filter: none;
}
body.single-post .post .entry-content aside .wp-block-event-listing .event--teaser .event__title, body.single-post .post .entry-content aside .wp-block-event-listing .event--teaser .event__subline {
  color: var(--color-foreground);
}
body.single-post .post footer.ce-provider .wp-block-event-listing {
  margin-top: 40px !important;
}
body.single-post .tags {
  margin: 60px 0;
}
body.single-post .tags > .flex {
  margin: -2.5px;
}
body.single-post .tags .tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-foreground);
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  background: var(--color-secondary);
  margin: 2.5px;
}
body.single-post .tags .tag::before {
  content: "#";
}

body.home .entry-content {
  margin-top: 0;
}
body.home .entry-content > [class*=wp-block]:not(.wp-block-ce-hero-slider) {
  margin-top: 60px;
}

.site-topic header {
  margin: 40px 0;
  background: var(--color-secondary-light);
}
.site-topic header .layout {
  position: relative;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.site-topic header .content {
  margin-right: 30px;
}
@media screen and (max-width: 720px) {
  .site-topic header .content {
    margin: 0;
  }
}
.site-topic header .cover {
  margin: -60px 0;
  min-width: 865px;
}
@media screen and (max-width: 1440px) {
  .site-topic header .cover {
    min-width: 584px;
  }
}
@media screen and (max-width: 964px) {
  .site-topic header .cover {
    position: absolute;
    top: -20px;
    right: 0;
    margin: 0;
    min-width: 272px;
  }
}
@media screen and (max-width: 720px) {
  .site-topic header .cover {
    min-width: 80px;
  }
}
.site-topic header .cover .image-wrapper {
  position: relative;
  height: 0;
  padding-top: 56%;
}
@media screen and (max-width: 720px) {
  .site-topic header .cover .image-wrapper {
    padding-top: 100%;
  }
}
.site-topic header .cover .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-topic header .subtitle {
  display: block;
  margin-bottom: 10px;
  color: var(--color-primary);
}
.site-topic header h1 {
  margin-bottom: 20px;
}
.site-topic header p {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 964px) {
  .site-topic header p {
    margin-top: 35px;
  }
}
@media screen and (max-width: 720px) {
  .site-topic header p {
    margin-top: 10px;
  }
}

.site-topic .events {
  padding: 0 0 60px;
}
.site-topic .events:first-of-type {
  padding-top: 0;
}
.site-topic .events .topic_filters__layout {
  padding-bottom: 40px;
}
.site-topic .events h2 {
  margin-bottom: 20px;
}
.site-topic .events .layout {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px;
}
@media screen and (max-width: 964px) {
  .site-topic .events .layout {
    margin: -20px -10px;
  }
}
.site-topic .events .layout .event__wrapper {
  margin: 20px 15px;
  flex: 0;
  flex-basis: calc(20% - 30px);
}
@media screen and (max-width: 2048px) {
  .site-topic .events .layout .event__wrapper {
    flex-basis: calc(25% - 30px);
  }
}
@media screen and (max-width: 1124px) {
  .site-topic .events .layout .event__wrapper {
    flex-basis: calc(33% - 27px);
  }
}
@media screen and (max-width: 964px) {
  .site-topic .events .layout .event__wrapper {
    margin: 20px 10px;
    flex-basis: calc(50% - 22px);
  }
}
@media screen and (max-width: 720px) {
  .site-topic .events .layout .event__wrapper {
    flex: auto;
    width: 100%;
  }
}

.themen h1 {
  font-size: 48px;
  line-height: 52px;
  font-family: "Druk", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1124px) {
  .themen h1 {
    font-size: 64px;
    line-height: 70px;
  }
}

.site-events .events {
  padding: 0 0 60px;
}
.site-events .events:first-of-type {
  padding-top: 0;
}
.site-events .events .topic_filters__layout {
  padding-bottom: 40px;
}
.site-events .events h2 {
  margin-bottom: 20px;
}
.site-events .events .layout {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px;
}
@media screen and (max-width: 964px) {
  .site-events .events .layout {
    margin: -20px -10px;
  }
}
.site-events .events .layout .event__wrapper {
  margin: 20px 15px;
  flex: 0;
  flex-basis: calc(20% - 30px);
}
@media screen and (max-width: 2048px) {
  .site-events .events .layout .event__wrapper {
    flex-basis: calc(25% - 30px);
  }
}
@media screen and (max-width: 1124px) {
  .site-events .events .layout .event__wrapper {
    flex-basis: calc(33% - 27px);
  }
}
@media screen and (max-width: 964px) {
  .site-events .events .layout .event__wrapper {
    margin: 20px 10px;
    flex-basis: calc(50% - 22px);
  }
}
@media screen and (max-width: 720px) {
  .site-events .events .layout .event__wrapper {
    flex: auto;
    width: 100%;
  }
}

body.error404 h2 {
  font-family: "Druk", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}
body.error404 .error-404 {
  padding: 80px 0 20px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--color-shade-light);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--color-shade);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Flex
--------------------------------------------- */
.flex {
  display: flex;
}
.flex.center {
  align-items: center;
}
.flex.space {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.column {
  flex-direction: column;
}
.flex.full-height {
  height: 100%;
}

/* Remove Margin
--------------------------------------------- */
.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* Visibility
--------------------------------------------- */
.hmg-hidden {
  display: none !important;
}

.hmg-invisible {
  visibility: hidden !important;
}

[data-print-only] {
  display: none !important;
}

/* Scrolling
--------------------------------------------- */
html {
  scroll-padding: 0;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

:target {
  scroll-margin-top: 125px;
}
@media (screen) and (min-width: 964px) {
  :target {
    scroll-margin-top: 150px;
  }
}

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