@charset "UTF-8";
@-webkit-keyframes circle-1 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes inner-circle-1 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-1turn);
  }
}
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes jello-diagonal-1 {
  0% {
    transform: skew(0deg 0deg);
  }
  30% {
    transform: skew(25deg 25deg);
  }
  40% {
    transform: skew(-15deg, -15deg);
  }
  50% {
    transform: skew(15deg, 15deg);
  }
  65% {
    transform: skew(-5deg, -5deg);
  }
  75% {
    transform: skew(5deg, 5deg);
  }
  to {
    transform: skew(0deg 0deg);
  }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  color: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: inherit;
  -webkit-hyphens: inherit;
  -ms-hyphens: inherit;
  hyphens: inherit;
  letter-spacing: inherit;
}
*,
:after,
:before {
  box-sizing: border-box;
}
iframe {
  border: 0;
}
.cf:after,
.cf:before,
.col2-set:after,
.col2-set:before {
  content: " ";
  display: table;
}
.cf:after,
.col2-set:after {
  clear: both;
}
.cf,
.col2-set {
  *zoom: 1;
}
.is-hidden {
  display: none !important;
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.alert.browsehappy {
  display: block;
  background: #fff;
  padding: 30px;
  text-align: center;
  font-family: inherit;
  color: red;
}
.alert.browsehappy a {
  text-decoration: underline;
}
:focus {
  outline: none;
}
.is-loading * {
  cursor: progress !important;
}
a,
button,
input,
select {
  pointer-events: all;
}
button,
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  box-sizing: border-box;
  padding: 0;
  border-radius: 0;
}
button:disabled,
input:disabled,
select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
button,
input[type="submit"] {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.frontend-edit-notification {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  border-radius: 3px;
  line-height: 1;
  padding: 0.5em 1em;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transform: translateX(120%);
  transition: opacity 0.4s, transform 0.4s 0.4s;
  opacity: 0;
}
.frontend-edit-notification.is-visible {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.2s;
}
.image {
  overflow: hidden;
}
.scaled-media_inner {
  display: flex;
  justify-content: center;
  position: relative;
  height: 0;
  overflow: hidden;
}
[data-ratio="variable"] > .scaled-media_inner {
  position: static;
}
.scaled-media .embed_error,
.scaled-media .media,
.scaled-media iframe {
  display: block;
  position: absolute;
  /* top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); */
  height: 100%;
  width: 100%;
  z-index: 2;
}
.scaled-media .media {
  width: auto;
  height: calc(100% + 2px);
}
.scaled-media .media.is-wider,
.scaled-media[data-fitting="cover"] .media {
  width: calc(100% + 2px);
  height: auto;
}
.scaled-media[data-fitting="cover"] .media.is-wider {
  width: auto;
  height: calc(100% + 2px);
}
.scaled-media .embed_error {
  background: #e30613;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-embed .scaled-media__inner {
  padding-bottom: 56.25%;
}
.lazyload {
  opacity: 0;
  transition: opacity 0.25s;
}
.lazyloaded {
  opacity: 1;
}
.lazyload + .spinner {
  display: block;
  width: 2rem;
  height: 2rem;
  z-index: 1;
  border-color: #897e75 #897e75 transparent transparent;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: -1rem 0 0 -1rem;
  z-index: 0;
}
.lazyload.lazyloaded + .spinner {
  display: none;
  -webkit-animation: none;
  animation: none;
}
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.5s;
}
.page-loader.is-visible {
  opacity: 1;
}
.page-loader__progress {
  display: block;
  width: 0;
  background: red;
  height: 5px;
}
.page-loader__progress.is-animated {
  transition: width 1s ease-out;
}
.vh-to-px {
  height: 100vh;
  height: var(--vh);
}
.vh-inner-to-px {
  height: 100vh;
  height: var(--vh-inner);
}
pre {
  display: inline-block;
  text-transform: none;
  font-family: Courier, monospace;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px;
  margin: 0 12px 12px 0;
  background: hsla(0, 0%, 100%, 0.5);
}
.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-half {
  margin-bottom: 0.5rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.d-none {
  display: none !important;
}
.live-now {
  color: #fff;
  background: #e30613;
  margin: -60px 10px 0 !important;
  position: relative;
  font-size: 0.45em;
  padding: 0.3em 1.4em 0.3em 2em !important;
  height: 3em;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  top: -5px;
  white-space: nowrap;
}
.live-now .circle:before {
  content: "";
  font-family: Font awesome\5 Free;
  color: #fff;
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 10px;
}
.starts-soon {
  border: 2px solid #e30613 !important;
  color: #e30613;
  background: #fff;
  margin: -60px 10px 0 !important;
  font-size: 0.45em;
  padding: 0.3em 1.4em 0.3em 2em !important;
  top: -5px;
  white-space: nowrap;
}
.event-ctas .watch-now,
.starts-soon {
  position: relative;
  height: 3em;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
}
.event-ctas .watch-now {
  border: 2px solid #e30613;
  color: #fff;
  background: #e30613;
  margin: 0 25px 0 auto;
  display: inline-block;
  font-size: 0.95em;
  padding: 0 1.2em;
  line-height: 2.8;
  transition: all 0.2s;
}
.event-ctas__container .tribe-link-view-attendee {
  display: none !important;
}
.event-ctas__container .tribe-tickets__rsvp-wrapper {
  border-radius: 0 !important;
  margin-top: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
}
.event-ctas__container .tribe-tickets__rsvp-form-wrapper {
  padding: 0 !important;
}
.event-ctas__container .tribe-tickets__rsvp-form-buttons {
  padding-top: 0 !important;
}
.event-ctas__container .booked-out,
.event-ctas__container .tribe-tickets__rsvp-form-button {
  border: 2px solid #e30613;
  color: #e30613;
  padding: 0 1.2em !important;
  margin-left: 0 !important;
  line-height: 2.8;
  font-size: 0.95em;
  background: none;
  border-radius: 0;
}
.event-ctas__container .tribe-tickets__rsvp-form-button:active,
.event-ctas__container .tribe-tickets__rsvp-form-button:focus,
.event-ctas__container .tribe-tickets__rsvp-form-button:hover {
  color: #fff;
  background: #e30613;
}
.event-ctas__container .tribe-tickets__rsvp-form-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.event-ctas__container .cancel-rsvp,
.event-ctas__container .cancel-rsvp:focus,
.event-ctas__container .cancel-rsvp:hover {
  border: 2px solid #aaa39d;
  color: #fff;
  padding: 0 0.7em !important;
  margin-left: 0 !important;
  line-height: 2.8;
  font-size: 0.95em;
  background: #aaa39d;
  border-radius: 0;
  position: relative;
}
.event-ctas__container .cancel-rsvp :after,
.event-ctas__container .cancel-rsvp:focus :after,
.event-ctas__container .cancel-rsvp:hover :after {
  content: "Not attending";
  padding-left: 35px;
}
.event-ctas__container .cancel-rsvp .cancel-rsvp--label:before,
.event-ctas__container .cancel-rsvp:focus .cancel-rsvp--label:before,
.event-ctas__container .cancel-rsvp:hover .cancel-rsvp--label:before {
  content: "";
  font-family: Font awesome\5 Free;
  color: #aaa39d;
  background: #fff;
  position: absolute;
  width: 40px;
  right: calc(100% - 40px);
  transition: all 0.6s ease-out;
}
.event-ctas__container .cancel-rsvp.going,
.event-ctas__container .cancel-rsvp:hover.going {
  border: 2px solid #e30613;
  color: #fff;
  padding: 0 0.7em !important;
  margin-left: 0 !important;
  line-height: 2.8;
  font-size: 0.95em;
  background: #e30613;
  border-radius: 0;
  min-width: 170px;
}
.event-ctas__container .cancel-rsvp.going :after,
.event-ctas__container .cancel-rsvp:hover.going :after {
  content: "Attending";
  padding-right: 35px;
  padding-left: 0;
}
.event-ctas__container .cancel-rsvp.going .cancel-rsvp--label:before,
.event-ctas__container .cancel-rsvp:hover.going .cancel-rsvp--label:before {
  content: "";
  font-family: Font awesome\5 Free;
  color: #e30613;
  background: #fff;
  position: absolute;
  width: 40px;
  right: 0;
  transition: all 0.6s ease-out;
}
.flexgrid,
.grid {
  margin-left: -0.7rem;
  margin-right: -0.7rem;
}
.flexgrid > *,
.grid > * {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
@media (min-width: 1240px) {
  .flexgrid,
  .grid {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }
  .flexgrid > *,
  .grid > * {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.grid .col-all {
  grid-column: 1/-1;
}
.grid .col-1 {
  grid-column: span 1;
}
.grid .col-2 {
  grid-column: span 2;
}
.grid .col-3 {
  grid-column: span 3;
}
.grid .col-4 {
  grid-column: span 4;
}
.grid .col-5 {
  grid-column: span 5;
}
.grid .col-6 {
  grid-column: span 6;
}
.grid .col-7 {
  grid-column: span 7;
}
.grid .col-8 {
  grid-column: span 8;
}
.grid .col-9 {
  grid-column: span 9;
}
.grid .col-10 {
  grid-column: span 10;
}
.grid .col-11 {
  grid-column: span 11;
}
.grid .col-12 {
  grid-column: span 12;
}
@media (min-width: 620px) {
  .grid .col-medium-1 {
    grid-column: span 1;
  }
  .grid .col-medium-2 {
    grid-column: span 2;
  }
  .grid .col-medium-3 {
    grid-column: span 3;
  }
  .grid .col-medium-4 {
    grid-column: span 4;
  }
  .grid .col-medium-5 {
    grid-column: span 5;
  }
  .grid .col-medium-6 {
    grid-column: span 6;
  }
  .grid .col-medium-7 {
    grid-column: span 7;
  }
  .grid .col-medium-8 {
    grid-column: span 8;
  }
  .grid .col-medium-9 {
    grid-column: span 9;
  }
  .grid .col-medium-10 {
    grid-column: span 10;
  }
  .grid .col-medium-11 {
    grid-column: span 11;
  }
  .grid .col-medium-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1100px) {
  .grid .col-large-1 {
    grid-column: span 1;
  }
  .grid .col-large-2 {
    grid-column: span 2;
  }
  .grid .col-large-3 {
    grid-column: span 3;
  }
  .grid .col-large-4 {
    grid-column: span 4;
  }
  .grid .col-large-5 {
    grid-column: span 5;
  }
  .grid .col-large-6 {
    grid-column: span 6;
  }
  .grid .col-large-7 {
    grid-column: span 7;
  }
  .grid .col-large-8 {
    grid-column: span 8;
  }
  .grid .col-large-9 {
    grid-column: span 9;
  }
  .grid .col-large-10 {
    grid-column: span 10;
  }
  .grid .col-large-11 {
    grid-column: span 11;
  }
  .grid .col-large-12 {
    grid-column: span 12;
  }
}
.flexgrid {
  display: flex;
  flex-wrap: wrap;
}
.flexgrid > * {
  flex: none;
  width: 100%;
}
.flexgrid .col-0 {
  width: 0;
}
.flexgrid .col-1 {
  width: 8.333%;
}
.flexgrid .col-2 {
  width: 16.666%;
}
.flexgrid .col-2-5 {
  width: 20%;
}
.flexgrid .col-3 {
  width: 25%;
}
.flexgrid .col-4 {
  width: 33.333%;
}
.flexgrid .col-5 {
  width: 41.666%;
}
.flexgrid .col-6 {
  width: 50%;
}
.flexgrid .col-7 {
  width: 58.333%;
}
.flexgrid .col-8 {
  width: 66.666%;
}
.flexgrid .col-9 {
  width: 75%;
}
.flexgrid .col-10 {
  width: 83.333%;
}
.flexgrid .col-11 {
  width: 91.666%;
}
.flexgrid .col-12 {
  width: 100%;
}
@media (min-width: 620px) {
  .flexgrid .col-medium-0 {
    width: 0;
  }
  .flexgrid .col-medium-1 {
    width: 8.333%;
  }
  .flexgrid .col-medium-2 {
    width: 16.666%;
  }
  .flexgrid .col-medium-3 {
    width: 25%;
  }
  .flexgrid .col-medium-2-5 {
    width: 20%;
  }
  .flexgrid .col-medium-4 {
    width: 33.333%;
  }
  .flexgrid .col-medium-5 {
    width: 41.666%;
  }
  .flexgrid .col-medium-6 {
    width: 50%;
  }
  .flexgrid .col-medium-7 {
    width: 58.333%;
  }
  .flexgrid .col-medium-8 {
    width: 66.666%;
  }
  .flexgrid .col-medium-9 {
    width: 75%;
  }
  .flexgrid .col-medium-10 {
    width: 83.333%;
  }
  .flexgrid .col-medium-11 {
    width: 91.666%;
  }
  .flexgrid .col-medium-12 {
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .flexgrid .col-large-1 {
    width: 8.333%;
  }
  .flexgrid .col-large-2 {
    width: 16.666%;
  }
  .flexgrid .col-large-2-5 {
    width: 20%;
  }
  .flexgrid .col-large-3 {
    width: 25%;
  }
  .flexgrid .col-large-4 {
    width: 33.333%;
  }
  .flexgrid .col-large-5 {
    width: 41.666%;
  }
  .flexgrid .col-large-6 {
    width: 50%;
  }
  .flexgrid .col-large-7 {
    width: 58.333%;
  }
  .flexgrid .col-large-8 {
    width: 66.666%;
  }
  .flexgrid .col-large-9 {
    width: 75%;
  }
  .flexgrid .col-large-10 {
    width: 83.333%;
  }
  .flexgrid .col-large-11 {
    width: 91.666%;
  }
  .flexgrid .col-large-12 {
    width: 100%;
  }
}
.tooltip-template {
  display: none;
}
.tippy-content .tooltip-template {
  display: block;
}
.tippy-tooltip {
  font-size: inherit;
  max-width: 250px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.tippy-tooltip.simple-theme {
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.5rem 0.6rem 0.4rem;
}
.tippy-tooltip.select-theme {
  border-radius: 8px;
  background: #fff;
  padding: 0;
  color: #000;
  text-align: left;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
.tippy-tooltip.select-theme .tippy-arrow {
  display: none;
}
.tippy-popper[x-placement^="left"] .select-theme .tippy-arrow {
  border-left-color: #fff;
}
.tippy-popper[x-placement^="right"] .select-theme .tippy-arrow {
  border-right-color: #fff;
}
.tippy-popper[x-placement^="top"] .select-theme .tippy-arrow {
  border-top-color: #fff;
}
.tippy-popper[x-placement^="bottom"] .select-theme .tippy-arrow {
  border-bottom-color: #fff;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: #fff;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 1rem;
}
.flickity-prev-next-button.next {
  right: 1rem;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
@media (min-width: 740px) {
  .flickity-page-dots .dot {
    width: 14px;
    height: 14px;
    margin: 0 10px;
  }
}
@media (min-width: 955px) {
  .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  height: 15px;
  bottom: 0;
}
.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  position: absolute;
}
.ps__rail-y {
  width: 15px;
  right: 0;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
  opacity: 0.6;
}
.ps__rail-x:focus,
.ps__rail-x:hover,
.ps__rail-y:focus,
.ps__rail-y:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
}
.ps__thumb-x,
.ps__thumb-y {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  position: absolute;
}
.ps__thumb-y {
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
}
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  background-color: rgba(0, 0, 0, 0.5);
  height: 11px;
}
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  background-color: rgba(0, 0, 0, 0.5);
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important;
  }
}
.button--menu {
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  z-index: 3;
  border: 0;
}
.burger {
  position: relative;
  height: 0.9rem;
}
.burger,
.burger-layer {
  display: block;
  width: 100%;
}
.burger-layer {
  border-bottom: 2px solid;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: 50% 50%;
  transition: top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    width 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 75ms;
}
@media (min-width: 740px) {
  .burger-layer {
    border-bottom-width: 3px;
  }
}
.burger-layer:nth-child(2) {
  top: auto;
  bottom: 0;
}
.burger-button--close-off-canvas {
  position: fixed;
  z-index: 13;
  top: 1.4rem;
  right: 1.4rem;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s 0.3s;
}
@media (min-width: 880px) {
  .burger-button--close-off-canvas {
    display: block;
    top: calc(1.4rem + 5px);
  }
}
.show-off-canvas .burger-button--close-off-canvas {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.show-off-canvas .burger-layer {
  width: 85%;
  transition: top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    width 75ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.show-off-canvas .burger-layer:first-child {
  transform: translateX(-50%) rotate(45deg);
  top: 45%;
}
.show-off-canvas .burger-layer:nth-child(2) {
  transform: translateX(-50%) rotate(-45deg);
  top: 45%;
  bottom: auto;
}
#container:after {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 11;
  background: #fff;
  opacity: 0;
  cursor: no-drop;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s, width 0.1s 0.5s, height 0.1s 0.5s;
  display: none;
}
.show-off-canvas #container:after {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.off-canvas {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  z-index: 4;
  overflow: auto;
  transform: translate3d(100%, 100%, 0);
  transition: opacity 0.3s, transform 1ms 0.3s;
  opacity: 0;
}
.show-off-canvas .off-canvas {
  transition: none;
  opacity: 1;
  transform: none;
}
.accordeon_item_toggle {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.accordeon_item_body {
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 1;
}
.accordeon_item.is-expanded .accordeon_item_body {
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordeon_item.is-expanded .hide-if-expanded,
.accordeon_item .show-if-expanded {
  display: none;
}
.accordeon_item.is-expanded .show-if-expanded {
  display: block;
}
.prlx-gap {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.prlx-gap,
.prlx-wrap {
  height: 100vh;
  height: calc(var(--vh) * var(--prlx-fraction));
  visibility: hidden;
}
.prlx-wrap {
  position: fixed;
  top: 0;
  width: 100vw;
  will-change: transform;
  transform: translateY(var(--prlx-y));
}
.prlx-gap.is-visible,
.prlx-wrap.is-visible {
  visibility: visible;
}
.prlx {
  position: relative;
  top: 50%;
  height: calc(100% + (1 - var(--prlx-fraction)) * 100%);
  transform: translateY(calc(var(--prlx-y) * var(--prlx-fraction) / -2 - 50%));
}
.prlx-wrap.is-fixed .prlx {
  top: 0;
  height: var(--vh-inner);
  transform: translateY(calc(var(--prlx-y) * -1));
}
.cssparallax-enabled body,
html.cssparallax-enabled {
  overflow: hidden;
}
.cssparallax-enabled .cssparallax {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 300px;
  -webkit-overflow-scrolling: touch;
  perspective: 300px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 740px) {
  .cssparallax-enabled .cssparallax {
    height: 500px;
    height: 100vh;
  }
}
.cssparallax-enabled .module.has-prlx {
  pointer-events: none;
}
.cssparallax-enabled .cssparallax_layer--back {
  pointer-events: all;
}
.cssparallax-enabled .cssparallax > .dbg {
  background: #ff0;
}
.cssparallax-enabled .cssparallax > .dbg .title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cssparallax-enabled .cssparallax_group {
  position: relative;
  height: 500px;
  height: 100vh;
  min-height: 500px;
}
.css-button-slider-big {
  position: relative;
  /* height: 15vh;
  min-height: 200px; */
}

.button-big {
  position: relative;
  width: 100%;
  min-height: 51px;
}

[data-slides-width="50"] .button-big {
  width: 50%;
  margin: 0 25%;
}
[data-slides-width="25"] .button-big {
  width: 25%;
  margin: 0 37.5%;
}

[data-slides-height="25"] .button-big {
  height: 25vh;
}
[data-slides-height="15"] .button-big {
  height: 15vh;
}
[data-slides-height="10"] .button-big {
  height: 10vh;
}

.cssparallax-enabled .p3d {
  transform-style: preserve-3d;
}
.cssparallax-enabled .cssparallax_layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cssparallax-enabled .cssparallax_layer--fore {
  transform: translateZ(90px) scale(0.7);
  z-index: 1;
}
.cssparallax-enabled .cssparallax_layer--base {
  transform: translateZ(0);
  z-index: 4;
}
.cssparallax-enabled .cssparallax_layer--back {
  transform: translateZ(-300px) scale(2);
  z-index: 3;
}
.cssparallax-enabled .cssparallax_layer--deep {
  transform: translateZ(-600px) scale(3);
  z-index: 2;
}
.debug {
  position: fixed;
  top: 0;
  left: 0.5em;
  z-index: 999;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 0.5em;
  border-radius: 0 0 5px 5px;
}
.debug-on .cssparallax_group {
  transform: translate3d(700px, 0, -800px) rotateY(30deg);
}
.debug-on .cssparallax_layer {
  box-shadow: 0 0 0 2px #000;
  opacity: 0.9;
}
.cssparallax_group {
  transition: transform 0.5s;
}
.wall-wrap {
  position: fixed;
  z-index: 1001;
  top: -200vh;
  left: -200vw;
  width: 100%;
  height: var(--vh, 100vh);
  perspective: 200vh;
  perspective-origin: 75% 100%;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wall-wrap.is-visible {
  top: 0;
  left: 0;
}
.wall {
  flex: 1;
  color: #fff;
  font-weight: 700;
  position: relative;
  background: #e30613;
  height: var(--vh-inner, 100vh);
}
.wall_content {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 2rem;
  cursor: pointer;
  opacity: 0;
}
.wall .word {
  transform-origin: 50% 100%;
}
.wall .word,
.wall .word-wrap {
  position: relative;
  display: inline-block;
}
.wall .word-wrap {
  perspective: 800px;
  perspective-origin: 50% 100%;
}
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.acf-hidden {
  display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-transition: background-color 100000s;
  transition: background-color 100000s;
}
.acf-form {
  margin: 0;
  font-family: DINWeb, Arial, sans-serif;
  font-size: 1rem;
  text-transform: none;
}
.acf-fields {
  position: relative;
  display: flex;
  border-top: 1px solid;
  border-left: 1px solid;
  flex-wrap: wrap;
  flex: 1;
}
.acf-form > .acf-fields {
  margin-bottom: 2rem;
}
.acf-field {
  flex: none;
  width: 100%;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid;
  border-right: 1px solid;
  min-height: 0 !important;
}
@media (max-width: 500px) {
  .acf-field {
    width: 100% !important;
  }
}
.acf-field.acf-error {
  z-index: 3;
}
.acf-field-group .acf-field {
  border-top: 0;
  width: 50%;
}
.acf-field br {
  display: none;
}
.acf-label {
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 3;
}
.acf-label label {
  opacity: 0.5;
}
.acf-label,
.acf-label label {
  transition: all 0.15s;
  text-transform: uppercase;
}
.acf-field-email.has-value .acf-label,
.acf-field-number.has-value .acf-label,
.acf-field-select.has-value .acf-label,
.acf-field-text.has-value .acf-label,
.acf-field-textarea.has-value .acf-label,
.acf-field-url.has-value .acf-label {
  opacity: 1;
  padding-top: 0.4rem;
  color: #000;
}
.acf-field-email.has-value .acf-label label,
.acf-field-number.has-value .acf-label label,
.acf-field-select.has-value .acf-label label,
.acf-field-text.has-value .acf-label label,
.acf-field-textarea.has-value .acf-label label,
.acf-field-url.has-value .acf-label label {
  font-size: 0.7rem;
  letter-spacing: 0.02em;
}
.acf-field-email.has-value .acf-label .description,
.acf-field-number.has-value .acf-label .description,
.acf-field-select.has-value .acf-label .description,
.acf-field-text.has-value .acf-label .description,
.acf-field-textarea.has-value .acf-label .description,
.acf-field-url.has-value .acf-label .description {
  display: none;
}
.acf-field-email.has-value .acf-input,
.acf-field-number.has-value .acf-input,
.acf-field-select.has-value .acf-input,
.acf-field-text.has-value .acf-input,
.acf-field-textarea.has-value .acf-input,
.acf-field-url.has-value .acf-input {
  top: 0.5rem;
}
.acf-label .description {
  white-space: normal;
  opacity: 0.5;
  max-width: 700px;
  font-size: 0.7rem;
  letter-spacing: 0.02em;
}
.acf-field-repeater .acf-label .description {
  max-width: none;
}
.acf-field-file > .acf-label,
.acf-field-form-review > .acf-label,
.acf-field-group > .acf-label,
.acf-field-message > .acf-label,
.acf-field-repeater > .acf-label {
  position: relative;
  text-align: center;
  color: #000;
}
.acf-field-file > .acf-label label,
.acf-field-form-review > .acf-label label,
.acf-field-group > .acf-label label,
.acf-field-message > .acf-label label,
.acf-field-repeater > .acf-label label {
  opacity: 1;
  font-size: 1rem !important;
}
.acf-field-message.has-message .acf-input {
  border-top: 1px solid;
  padding: 1rem;
  font-weight: 400;
}
.acf-field-message .acf-input li {
  list-style: disc;
  margin-left: 1.5rem;
}
.acf-field-message .acf-input p,
.acf-field-message .acf-input ul {
  margin-bottom: 1rem;
}
.acf-field-message .acf-input > :last-child {
  margin-bottom: 0;
}
.acf-field-form-review > .acf-input > .acf-fields {
  margin: -1px;
}
.acf-required {
  font-size: 0.8em !important;
  position: relative;
  top: -0.2rem;
  color: #e30613;
}
.acf-ajax-response,
.acf-field-image .acf-input,
.acf-field-select .acf-input:before,
.acf-field-select select,
.acf-input input,
.acf-input textarea,
.acf-label {
  display: block;
  width: 100%;
  padding: 1.5rem 0.7rem;
  font-size: 1rem;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  white-space: nowrap;
  box-shadow: none;
}
.acf-form :focus {
  outline: 0 !important;
}
.acf-label {
  overflow: hidden;
}
.instructions {
  white-space: normal;
}
.acf-input textarea {
  white-space: normal;
  line-height: 1.3;
}
.acf-field-select .acf-input:before {
  content: "-";
  opacity: 0;
  display: block;
}
.acf-field-select:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.4rem;
  transform: rotate(45deg);
  z-index: 10;
  pointer-events: none;
}
.acf-field-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  border-radius: 0;
  border: 0;
  background: none;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.acf-field-select.has-value select {
  opacity: 1;
}
.acf-fields .ui-datepicker {
  border: 1px dotted !important;
  padding: 5px 0 0 !important;
  margin-left: -8px;
  margin-top: -8px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.3);
}
.acf-fields .ui-datepicker-title select + select {
  margin-left: 0.5rem !important;
}
.acf-fields .ui-datepicker * {
  font-weight: 700 !important;
}
.acf-fields .acf-ui-datepicker .ui-widget-header a {
  cursor: pointer;
}
.acf-fields .ui-datepicker-next .ui-icon,
.acf-fields .ui-datepicker-prev .ui-icon {
  display: none !important;
}
.acf-fields .ui-datepicker-next,
.acf-fields .ui-datepicker-prev {
  background: none !important;
  border: none !important;
  color: #000 !important;
  top: 2px !important;
}
.acf-fields .ui-datepicker-prev {
  left: 0 !important;
}
.acf-fields .ui-datepicker-next {
  right: 0 !important;
}
.acf-fields .ui-datepicker-next:before,
.acf-fields .ui-datepicker-prev:before {
  content: "→";
  display: block;
  position: relative;
  text-align: center;
  line-height: 1.8;
}
.acf-fields .ui-datepicker-prev:before {
  transform: translateY(1px) rotate(180deg);
}
.acf-fields .ui-datepicker-calendar {
  border-top: 1px dotted;
  margin-bottom: -2px !important;
}
.acf-fields .ui-datepicker-calendar tbody {
  border-top: 1px dotted;
}
.acf-fields .ui-datepicker-calendar td {
  padding: 0 !important;
}
.acf-fields .acf-ui-datepicker .ui-state-active {
  background: #000 !important;
  color: #fff !important;
}
.acf-fields .ui-datepicker-calendar tr:first-child a {
  border-top: none !important;
}
.acf-fields .ui-datepicker-calendar a {
  display: block;
  text-align: center !important;
  border: 2px solid #000 !important;
  margin: 0 -2px -2px 0;
  line-height: 2;
}
.acf-fields .ui-datepicker-calendar a:hover {
  background: #000 !important;
  color: #fff !important;
}
.acf-fields .ui-datepicker-calendar td:first-child a {
  border-left: none !important;
}
.acf-fields .ui-datepicker-buttonpane {
  border: none !important;
  border-top: 2px solid #000 !important;
  display: flex;
  padding: 0 !important;
  margin: 0 !important;
}
.acf-fields .ui-datepicker-buttonpane button {
  display: block !important;
  flex: 1;
  margin: 0 !important;
  height: 2rem;
  color: #000 !important;
  border: none !important;
  border-right: 2px solid #000 !important;
  float: none !important;
  opacity: 1 !important;
}
.acf-fields .ui-datepicker-buttonpane button:last-child {
  border-right: none !important;
}
.acf-fields .ui-datepicker-buttonpane button:hover {
  color: #fff !important;
  background: #000 !important;
}
.acf-spinner {
  display: none !important;
}
.acf-form-submit {
  position: relative;
  text-align: right;
  padding: 4px;
  overflow: hidden;
  margin: 0 -4px;
}
.acf-form-submit_buttons {
  display: flex;
  align-items: center;
}
.acf-form-submit_previuos {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(#000, #000);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position: 0 93%;
  text-shadow: -2px 0 0 #f5f5f5, 2px 0 0 #f5f5f5, 0 2px 0 #f5f5f5;
}
.acf-form-submit .button:last-child {
  margin-left: auto;
}
.acf-form .button {
  border: 1px solid;
  color: #000;
}
.acf-error-message {
  display: none;
  white-space: nowrap;
}
.acf-form .maxlength-info {
  padding: 0 0.7rem 0.7rem;
  font-size: 0.7rem;
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
}
.acf-temp-remove {
  display: none;
}
.acf-error-message p {
  font-size: 0.75em !important;
  border-radius: 2px;
  padding: 0.35rem 0.7rem 0.2rem !important;
  text-transform: uppercase;
}
.acf-input .acf-error-message {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0.3rem;
  color: #fff;
  margin-bottom: 1rem;
}
.acf-input .acf-error-message:after {
  margin-left: 0.9rem;
}
.acf-form-submit:after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  z-index: 1;
  border-color: #897e75 #897e75 transparent transparent;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
  pointer-events: none;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: -0.9rem 0 0 -0.9rem;
  position: absolute;
  visibility: hidden;
}
.is-loading-form .acf-form-submit input {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.is-loading-form .acf-form-submit:after {
  visibility: visible;
}
.acf-button.disabled {
  pointer-events: none;
}
.acf-ajax-response {
  position: absolute;
  top: 100%;
  left: 0;
  transition: top 0.2s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.acf-ajax-response.is--error {
  background: #e30613;
}
.show-ajax-response .acf-form-submit_buttons {
  visibility: hidden;
}
.show-ajax-response .acf-ajax-response {
  top: 0;
  transition: none;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd:before {
  margin: 0 5px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label,
.ui-timepicker-div.ui-timepicker-oneLine dl .ui_tpicker_second,
.ui-timepicker-div .ui-widget-header {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: center;
  padding: 5px 0 10px;
}
.hidden-by-conditional-logic,
[data-name="preferred_language_for_email_correspondence"] {
  display: none;
}
.image-drop {
  position: relative;
}
.image-drop .acf-input {
  padding: 0;
}
.image-drop .acf-image-uploader {
  position: relative;
  height: 0;
  top: 0;
  padding-bottom: 150px;
}
.image-drop .acf-label {
  display: none;
}
.image-drop .instructions__title {
  font-weight: 800;
  color: #000;
}
.image-drop .instructions__body {
  color: rgba(0, 0, 0, 0.5);
}
.image-drop .instructions {
  line-height: 1.4;
}
.image-drop .acf-image-uploader.has-value .instructions {
  visibility: hidden;
}
.image-drop .image-wrap [data-name="remove"] {
  width: 2.5rem;
  height: 2.5rem;
  transform: translate3d(50%, -50%, 0);
  background: none !important;
  display: none !important;
}
.image-drop .acf-actions {
  z-index: 400;
}
.acf-field-repeater {
  position: relative;
}
.acf-field-repeater .acf-fields {
  border: 0;
  margin-right: -1px;
}
.acf-field-repeater .acf-field {
  width: 100%;
}
.acf-field-repeater .acf-clone {
  display: none !important;
}
.acf-field-repeater .acf-table,
.acf-field-repeater .acf-table tbody {
  width: 100%;
  display: block;
}
.acf-field-repeater .acf-table {
  border-top: 1px solid;
}
.acf-field-repeater .acf-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.acf-field-repeater .acf-table tr:last-child {
  border-bottom: 0;
}
.acf-field-repeater .acf-row-handle {
  border-bottom: 1px solid;
  flex: 0 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acf-field-repeater .acf-row-handle.order {
  z-index: 4;
  border-right: 1px solid;
  cursor: move;
}
.acf-field-repeater .acf-row-handle.remove {
  flex-direction: row-reverse;
  z-index: 3;
  width: 60px;
}
.acf-field-repeater
  .acf-repeater[data-min="1"]
  > .acf-table
  > tbody
  > .acf-row:first-child
  > .acf-row-handle.remove
  a {
  opacity: 0.3;
  pointer-events: none;
}
.acf-field-repeater .acf-actions {
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: flex-end;
}
.acf-field-file > .acf-label {
  text-align: left;
  padding: 1.5em 0.7rem 0;
}
.acf-field-file > .acf-input {
  top: 0;
}
.acf-field-file .file-icon {
  margin-right: 1rem;
  max-width: 150px;
}
.acf-field-file .file-icon img {
  width: 100%;
}
.acf-field-file .file-info {
  line-height: 1.3;
}
.acf-field-file .file-wrap {
  border-style: solid dashed dashed;
  border-top: 1px dashed;
  margin-top: 1.2rem;
  display: flex;
  padding: 0.7rem;
  align-items: center;
}
.acf-field-file .acf-file-uploader.has-value .hide-if-value,
.acf-field-file .acf-file-uploader:not(.has-value) .file-wrap,
.acf-field-file .instructions {
  display: none;
}
.acf-field-file .file-wrap .acf-actions {
  margin-left: auto;
}
.acf-file-uploader [data-name="remove"],
.acf-table [data-event="add-row"],
.acf-table [data-event="remove-row"] {
  display: block;
  flex: none;
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
  background: none !important;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100px;
  z-index: 3;
  margin: 0 0.2rem;
}
.acf-file-uploader [data-name="remove"]:after,
.acf-table [data-event="add-row"]:after,
.acf-table [data-event="remove-row"]:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
}
.acf-table [data-event="add-row"]:after {
  background-image: url(plus-circle.08154ec3.svg);
}
.acf-table [data-event="remove-row"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus-circle"><circle cx="12" cy="12" r="10"></circle><line x1="8" y1="12" x2="16" y2="12"></line></svg>');
}
.acf-file-uploader [data-name="remove"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x-circle"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line></svg>');
}
.acf-row [data-event="add-row"] {
  display: none;
}
.acf-actions [data-event="add-row"].disabled {
  display: none !important;
}
.acf-tooltip {
  position: absolute;
  display: none;
}
.acf-field-true-false .acf-input {
  top: 0 !important;
}
.acf-field-true-false .acf-label {
  position: relative;
  top: 0 !important;
  opacity: 1 !important;
  pointer-events: none;
  display: none;
  align-items: top;
}
.acf-field-true-false label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.acf-checkbox-list label:before,
.acf-field-true-false label:before,
.acf-radio-list label:before {
  content: "";
  flex: none;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  margin-right: 0.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-square"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect></svg>');
}
.acf-checkbox-list label.selected:before,
.acf-field-true-false.has-value label:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-square"><polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path></svg>');
}
.acf-radio-list label:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-circle"><circle cx="12" cy="12" r="10"></circle></svg>');
}
.acf-radio-list label.selected:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
}
.acf-true-false label {
  display: block;
  width: 100%;
  padding: 1.5rem 0.7rem;
  font-size: 1rem;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  white-space: nowrap;
  box-shadow: none;
  display: flex;
  cursor: pointer;
}
.acf-true-false label > * {
  display: block;
}
.acf-true-false label .message {
  position: relative;
  top: 0.07rem;
  flex: 1;
  white-space: normal;
}
.acf-true-false a {
  text-decoration: underline;
}
.acf-true-false input {
  display: none;
  cursor: pointer;
  padding: 0;
}
.acf-field-checkbox .acf-label,
.acf-field-radio .acf-label {
  position: relative;
  padding-bottom: 0;
}
.acf-field-checkbox .acf-label label,
.acf-field-radio .acf-label label {
  opacity: 1;
}
.acf-checkbox-list,
.acf-radio-list {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0.7rem 0.4rem;
}
.acf-checkbox-list,
.acf-checkbox-list li,
.acf-radio-list,
.acf-radio-list li {
  font-size: 1rem;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  white-space: nowrap;
  box-shadow: none;
}
.acf-checkbox-list li,
.acf-radio-list li {
  display: block;
  width: 100%;
  padding: 0 1rem 1rem 0;
  width: auto;
}
.acf-checkbox-list label,
.acf-radio-list label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.acf-checkbox-list input,
.acf-radio-list input {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  cursor: pointer;
}
.form-review_title {
  padding: 1.5rem 0 1.2rem;
  line-height: 1.1;
  font-size: 2rem;
}
.form-review_section {
  padding: 2rem 0;
}
.form-review_section + .form-review_section {
  border-top: 1px solid;
}
.form-review_section_title {
  padding-bottom: 1rem;
}
.form-review_item_value {
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: DINWeb, Arial, sans-serif;
  font-weight: 700;
  font-weight: 400;
}
.form-review_item_value + .form-review_item_label {
  padding-top: 1rem;
}
.form-review_section_actions {
  padding-top: 1.5rem;
  display: flex;
}
@font-face {
  font-family: DINWeb;
  src: url(DINWebPro.baeca3ae.eot);
  src: url(DINWebPro.8fcf86a4.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DINWeb;
  src: url(DINWebPro-Ita.9b48cf02.eot);
  src: url(DINWebPro-Ita.1bf6a2e8.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: DINWeb;
  src: url(DINWeb-Medium.0565e20a.eot);
  src: url(DINWeb-Medium.34451a84.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: DINWeb;
  src: url(ffdin-web-pro-bold.75740370.eot);
  src: url(ffdin-web-pro-bold.75740370.eot?#iefix) format("embedded-opentype"),
    url(ffdin-web-pro-bold.56d4e2c7.woff2) format("woff2"),
    url(ffdin-web-pro-bold.8c0800ca.woff) format("woff"),
    url(ffdin-web-pro-bold.d453c90a.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("IBM Plex Serif"), local("IBMPlexSerif"),
    url(plex-serif-400-latin-ext.a8e363a2.woff2) format("woff2");
  unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf,
    U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("IBM Plex Serif"), local("IBMPlexSerif"),
    url(plex-serif-400-latin.570dd4dd.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+feff, U+fffd;
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("IBM Plex Serif SemiBold"), local("IBMPlexSerif-SemiBold"),
    url(plex-serif-600-latin-ext.8ea993a6.woff2) format("woff2");
  unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf,
    U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("IBM Plex Serif SemiBold"), local("IBMPlexSerif-SemiBold"),
    url(plex-serif-600-latin.2d10e48d.woff2) format("woff2");
  unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da,
    U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+feff, U+fffd;
}
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-check:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-user-alt:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-link:before {
  content: "";
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: Font awesome\5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(fa-solid-900.e1a1f014.eot);
  src: url(fa-solid-900.e1a1f014.eot?#iefix) format("embedded-opentype"),
    url(fa-solid-900.5e604779.woff2) format("woff2"),
    url(fa-solid-900.5351c613.woff) format("woff"),
    url(fa-solid-900.749555ef.ttf) format("truetype"),
    url(fa-solid-900.dc549cd3.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: Font awesome\5 Free;
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: Font awesome\5 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fa-brands-400.53b2d4ef.eot);
  src: url(fa-brands-400.53b2d4ef.eot?#iefix) format("embedded-opentype"),
    url(fa-brands-400.135cf931.woff2) format("woff2"),
    url(fa-brands-400.24e99467.woff) format("woff"),
    url(fa-brands-400.9cad63cf.ttf) format("truetype"),
    url(fa-brands-400.f60f8635.svg#fontawesome) format("svg");
}
.fab {
  font-family: Font awesome\5 Brands;
  font-weight: 400;
}
* {
  text-transform: inherit;
  font-weight: inherit;
}
html {
  font-size: 12px;
}
@media (min-width: 880px) {
  html {
    font-size: 15.5px;
  }
}
body {
  font-family: DINWeb, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #51473f;
}
#tinymce {
  margin: 15px 10px;
}
#tinymce,
.text {
  font-size: 1.3rem;
  color: #51473f;
}
@media (min-width: 880px) {
  #tinymce,
  .text {
    font-size: 1.2rem;
  }
}
#tinymce a,
.text a {
  color: inherit;
  text-decoration: underline;
}
#tinymce li,
.text li {
  list-style: disc;
  margin-left: 1.5em;
}
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  text-transform: none;
}
#tinymce h1,
#tinymce h2,
.text h1,
.text h2 {
  padding-top: 1rem;
}
#tinymce h2,
#tinymce h3,
#tinymce p,
#tinymce ul,
.text h2,
.text h3,
.text p,
.text ul {
  margin-bottom: 1.2rem;
}
#tinymce h2:last-child,
#tinymce h3:last-child,
#tinymce p:last-child,
#tinymce ul:last-child,
.text h2:last-child,
.text h3:last-child,
.text p:last-child,
.text ul:last-child {
  margin-bottom: 0;
}
#tinymce li,
#tinymce p,
.text li,
.text p {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  text-transform: none;
}
#tinymce h3.is-uppercase,
#tinymce p.is-uppercase,
.text h3.is-uppercase,
.text p.is-uppercase {
  text-transform: uppercase !important;
}
#tinymce .h2,
#tinymce .h3,
#tinymce .is-din-bold,
#tinymce h3,
#tinymce h4,
.text .h2,
.text .h3,
.text .is-din-bold,
.text h3,
.text h4 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: DINWeb, Arial, sans-serif;
  font-weight: 700;
}
#tinymce li > h3:first-child,
#tinymce li > h4:first-child,
.text li > h3:first-child,
.text li > h4:first-child {
  margin-top: 1.2rem;
}
.module-textblock-multi-columns #tinymce h3,
.module-textblock-multi-columns .text h3 {
  font-size: 1.8rem;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
#tinymce[data-wysiwyg-slug="timetable_entry_text"],
.timetable_entry {
  font-size: 1.3rem;
  font-family: DINWeb, Arial, sans-serif;
  font-weight: 700;
  text-transform: none;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 880px) {
  #tinymce[data-wysiwyg-slug="timetable_entry_text"],
  .timetable_entry {
    font-size: 1.2rem;
  }
}
#tinymce[data-wysiwyg-slug="timetable_entry_text"] a,
.timetable_entry a {
  text-decoration: underline;
}
#tinymce[data-wysiwyg-slug="timetable_entry_text"] h2,
#tinymce[data-wysiwyg-slug="timetable_entry_text"] p,
.timetable_entry h2,
.timetable_entry p {
  margin: 0;
  padding: 0;
  font-family: DINWeb, Arial, sans-serif;
}
#tinymce[data-wysiwyg-slug="timetable_entry_text"] h2,
.timetable_entry h2 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 2rem;
}
#tinymce[data-wysiwyg-slug="timetable_entry_text"] h3,
#tinymce[data-wysiwyg-slug="timetable_entry_text"] h4,
.timetable_entry h3,
.timetable_entry h4 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: DINWeb, Arial, sans-serif;
  font-weight: 700;
}
.is-plex-serif {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  text-transform: none;
}
.is-din-bold {
  font-weight: 700;
}
.is-din-bold,
.is-din-regular {
  font-family: DINWeb, Arial, sans-serif;
}
.is-din-regular {
  font-weight: 400;
}
.is-huge,
.is-xx-large {
  line-height: 1.1;
  font-size: 2rem;
}
@media (min-width: 880px) {
  .is-huge,
  .is-xx-large {
    font-size: 2.5rem;
  }
}
@media (min-width: 1240px) {
  .is-huge,
  .is-xx-large {
    font-size: 3rem;
  }
}
.h1 {
  line-height: 1.1;
  font-size: 2rem;
}
@media (min-width: 740px) {
  .h1 {
    font-size: 2.5rem;
  }
}
#tinymce h1,
#tinymce h2,
.h1,
.h2,
.text .h1,
.text .h2,
.text h1,
.text h2 {
  line-height: 1.1;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: DINWeb, Arial, sans-serif;
  font-weight: 700;
}
.is-small {
  font-size: 1rem;
}
@media (min-width: 880px) {
  .is-small {
    font-size: 0.8rem;
  }
}
.h4 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: DINWeb, Arial, sans-serif;
  font-weight: 700;
}
.login {
  text-transform: none;
}
.login.wp-core-ui h1 {
  margin-bottom: 2rem;
  font-weight: 700;
}
.login.wp-core-ui h1 a {
  width: auto;
  height: auto;
  background: none;
  text-indent: 0;
  color: inherit;
  line-height: 1.1;
  font-size: 2rem;
  text-transform: lowercase;
  font-weight: 700;
  font-size: 1rem !important;
}
.login.wp-core-ui h1 a:after {
  content: " admin area";
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes jello-diagonal-1 {
  0% {
    transform: skew(0deg 0deg);
  }
  30% {
    transform: skew(25deg 25deg);
  }
  40% {
    transform: skew(-15deg, -15deg);
  }
  50% {
    transform: skew(15deg, 15deg);
  }
  65% {
    transform: skew(-5deg, -5deg);
  }
  75% {
    transform: skew(5deg, 5deg);
  }
  to {
    transform: skew(0deg 0deg);
  }
}
html {
  color: #000;
  background: #f5f5f5;
}
#container,
body,
html {
  height: 100%;
}
#container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 3;
}
#mainview {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 740px) {
  #mainview {
    min-height: 100vh;
  }
}
#mainview > * {
  width: 100%;
  flex: none;
}
[data-stick-to] {
  position: absolute;
  top: 0;
}
[data-stick-to].is-sticky {
  position: fixed;
}
[data-stick-to].is-stuck {
  top: auto;
  bottom: 0;
}
.accordeon_description,
.accordeon_item_body,
.accordeon_item_toggle,
.footer_inner,
.further-activities_headline,
.header_inner,
.image_overlay,
.logos--wall,
.main,
.module-accordeon .module_headline,
.page_body,
.page_header,
.page_title_date,
.post-nav,
.ticker_title {
  padding-left: 3vw;
  padding-right: 3vw;
}
@media (min-width: 880px) {
  .accordeon_description,
  .accordeon_item_body,
  .accordeon_item_toggle,
  .footer_inner,
  .further-activities_headline,
  .header_inner,
  .image_overlay,
  .logos--wall,
  .main,
  .module-accordeon .module_headline,
  .page_body,
  .page_header,
  .page_title_date,
  .post-nav,
  .ticker_title {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.gallery.layout--slider,
.module-accordeon,
.module-banner-slider,
.module-call-to-action,
.module-logos,
.module-map,
.module-ticker,
.module-video {
  margin-left: -3vw;
  margin-right: -3vw;
}
@media (min-width: 880px) {
  .gallery.layout--slider,
  .module-accordeon,
  .module-banner-slider,
  .module-call-to-action,
  .module-logos,
  .module-map,
  .module-ticker,
  .module-video {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
.main {
  min-height: 80vh;
}
.is-singular .main {
  padding-left: 0;
  padding-right: 0;
}
.module-hero {
  margin-top: -7rem;
  background: #000;
  overflow: hidden;
  position: relative;
}
/* hero images vertical alignment 
.module-hero .image .scaled-media .scaled-media_inner .media {
  width: calc(100% + 2px);
  height: auto;
} */

.featured-image .scaled-media_inner {
  position: relative !important;
  padding-bottom: 0;
  height: calc(200px + 15vw);
}
.featured-image.has-overlay .scaled-media_inner {
  height: calc(400px + 15vw);
}
.featured-image .image.type--svg {
  background: #e30613;
  padding: 7% 15%;
}
.scaled-media {
  background: rgba(0, 0, 0, 0.05);
}
.download .scaled-media,
.type--svg .scaled-media {
  background: none;
}
.feather,
.flickity-prev-next-button .feather {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  stroke-width: inherit;
}
.feather-x {
  width: 80%;
  height: 80%;
}
.flickity-prev-next-button {
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background: none !important;
  box-shadow: none !important;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
.main {
  padding-top: 7rem;
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  height: 7rem;
  pointer-events: none;
  stroke-width: 2px;
}
.header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background: #f5f5f5;
  color: #897e75;
  line-height: 1;
  transition: height 0.3s ease-out, transform 0.3s ease-out;
}
.header_inner .custom-logo-link + .site-title {
  display: none;
}
.header_inner .custom-logo-link {
  height: 100%;
  padding: 5px 0;
  display: flex;
}
.header.is-slim .header_inner {
  height: 4rem;
}
.header.is-off-canvas .header_inner {
  transform: translateY(-100%);
}
.hero-is-visible .header_inner {
  color: #fff;
  background: none;
}
.header_utilities {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header_utilities .utility_logos {
  display: none;
  position: relative;
  right: 100px;
}
.header_utilities .utility_logos a {
  margin: auto;
}
.header_utilities .utility_logos img {
  max-height: 30px;
  margin: auto;
}
.header_utilities .utility_logos p {
  margin: auto;
  text-transform: none;
  font-weight: 400;
  font-size: 0.9rem;
}
.header_utilities .utility_logos img,
.header_utilities .utility_logos p {
  margin-right: 20px;
}
@media (min-width: 880px) {
  .header_utilities .utility_logos {
    display: flex;
  }
}
.show-off-canvas .header_inner {
  height: 100% !important;
  transition: height 0.3s;
}
.show-off-canvas.is-menu .header_inner,
.show-off-canvas.is-search .header_inner {
  background: #e30613 !important;
}
.show-off-canvas.is-search .header_inner:before {
  content: "";
  display: block;
  background: red;
  height: 7rem;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}
.header_inner.hide {
  opacity: 0;
}
.site-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
  top: 0.1em;
  padding-right: 100px;
}
@media (max-width: 879px) {
  .site-title {
    padding-right: 50px;
  }
}
.site-title br {
  display: none;
}
.site-title a {
  text-decoration: none;
}
.site-title a span {
  color: #e30613;
}
.show-off-canvas .site-title svg g {
  stroke: #fff;
}
.wpml-language-list {
  position: relative;
}
@media (max-width: 879px) {
  .wpml-language-list {
    min-width: 50px;
  }
}
.wpml-language-list li {
  display: inline-block;
  font-size: 1.425rem;
  font-weight: 400;
}
@media (max-width: 879px) {
  .wpml-language-list li {
    font-size: 1rem;
  }
}
.wpml-language-list li.active {
  font-weight: 700;
}
.wpml-language-list li:after {
  content: " | ";
  padding-right: 0.4rem;
  font-weight: 400;
}
.wpml-language-list li:last-child:after {
  content: "";
  padding-right: 0;
}
.button--account {
  position: relative;
  font-size: 1.425rem;
  margin-right: 28px;
}
@media (max-width: 879px) {
  .button--account {
    margin-right: 20px;
  }
}
.button--account .account-event-count {
  position: absolute;
  top: 12px;
  left: -8px;
  background: #e30613;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-family: DINWeb, Arial, sans-serif;
  line-height: 1.4;
}
@media (max-width: 740px) {
  .button--account .account-event-count {
    top: 10px;
    left: -6px;
    width: 12px;
    height: 12px;
  }
}
ul.dropdown--account-menu {
  display: none;
  position: absolute;
  background: #51473f;
  color: #fff;
  font-size: 0.937rem;
  width: 135px;
  text-align: left;
  padding: 12px;
  right: calc(100% - 80px);
  top: 30px;
}
ul.dropdown--account-menu li {
  margin-bottom: 0.5rem;
}
ul.dropdown--account-menu li:last-child {
  margin-bottom: 0;
}
ul.dropdown--account-menu:before {
  content: "";
  border: 7px outset transparent;
  display: block;
  height: 0;
  left: calc(50% - 9px);
  position: absolute;
  width: 0;
  border-bottom: 7px solid #51473f;
  top: -14px;
}
.button--account:hover {
  color: #51473f;
}
.button--account:hover ul.dropdown--account-menu {
  display: block;
}
ul.dropdown--account-menu.not-logged-in {
  display: none;
  position: absolute;
  background: #51473f;
  color: #fff;
  font-size: 0.937rem;
  width: 135px;
  text-align: left;
  padding: 1rem;
  right: calc(100% - 79px);
  top: 33px;
}
ul.dropdown--account-menu.not-logged-in li {
  margin-bottom: 0.5rem;
  text-transform: none;
  text-align: center;
  font-size: 0.8rem;
}
ul.dropdown--account-menu.not-logged-in li a {
  text-decoration: underline;
}
ul.dropdown--account-menu.not-logged-in li:last-child {
  margin-bottom: 0;
}
.brands-menu-wrapper {
  display: none;
  position: relative;
  margin-right: 20px;
}
.brands-menu-wrapper button {
  border: 3px solid #fff;
  margin: auto;
  padding: 4px 12px;
  font-size: 1.2rem;
}
.brands-menu-wrapper button:focus {
  display: block;
}
.brands-menu-wrapper .dropdown--brands-menu {
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 45px;
  background: #fff;
  padding: 10px;
  color: #51473f;
  min-width: 220px;
  text-align: right;
  right: 0;
}
.brands-menu-wrapper .dropdown--brands-menu li:not(:last-child) {
  padding-bottom: 10px;
}
.brands-menu-wrapper .dropdown--brands-menu:active,
.brands-menu-wrapper .dropdown--brands-menu:focus,
.brands-menu-wrapper button:focus + .dropdown--brands-menu {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 740px) {
  .brands-menu-wrapper {
    display: flex;
  }
}
.is-search .site-title {
  color: #51473f;
}
.off-canvas {
  color: #fff;
  background: #e30613;
}
.off-canvas .menu_item {
  margin-bottom: 0.5rem;
}
.off-canvas .menu_item.is-submenu {
  cursor: pointer;
}
.off-canvas .menu_item.is-submenu .sub_menu_items {
  display: none;
  font-size: 2rem;
  padding-left: 1rem;
}
.off-canvas .menu_item.is-submenu > a:before {
  content: "";
  font-family: Font awesome\5 Free;
  position: absolute;
  left: -35px;
  font-size: 1.45rem;
  top: 10px;
}
@media (max-width: 620px) {
  .off-canvas .menu_item.is-submenu > a:before {
    left: -25px;
    font-size: 1.2rem;
    top: 6px;
  }
}
.off-canvas .menu_item.is-submenu.open > a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(#fff, #fff);
  background-size: 1px 2px;
  background-repeat: repeat-x;
  background-position: 0 93%;
  text-shadow: -2px 0 0 #e30613, 2px 0 0 #e30613, 0 2px 0 #e30613;
}
.off-canvas .menu_item.is-submenu.open > a:before {
  content: "";
}
.off-canvas .menu_item.is-submenu.open ul.sub_menu_items {
  display: block;
  padding-top: 1rem;
}
.is-search .off-canvas {
  background: #f5f5f5;
}
.off-canvas__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 100px 5rem;
}
@media (min-width: 620px) {
  .off-canvas__inner {
    padding: 7rem 5%;
  }
}
.off-canvas__inner > section {
  position: absolute;
  top: -10000px;
}
.show-off-canvas.is-menu .off-canvas__menu {
  position: relative;
  top: auto;
}
@media screen and (-ms-high-contrast: none),
  screen and (hover: hover),
  screen and (min--moz-device-pixel-ratio: 0) {
  .off-canvas__menu a:hover {
    color: inherit;
    text-decoration: none;
    background-image: linear-gradient(#fff, #fff);
    background-size: 1px 2px;
    background-repeat: repeat-x;
    background-position: 0 93%;
    text-shadow: -2px 0 0 #e30613, 2px 0 0 #e30613, 0 2px 0 #e30613;
  }
}
.off-canvas__menu a.is-active {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(#fff, #fff);
  background-size: 1px 2px;
  background-repeat: repeat-x;
  background-position: 0 93%;
  text-shadow: -2px 0 0 #e30613, 2px 0 0 #e30613, 0 2px 0 #e30613;
}
.off-canvas__menu .menu {
  margin-bottom: 1.4rem;
}
.off-canvas__menu .fade-element {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
}
.is-menu .off-canvas__menu .fade-element {
  opacity: 1;
  transform: translateX(0);
}
.menu-share {
  display: flex;
  align-items: center;
}
.menu-share li {
  display: block;
  margin-right: 0.75em;
}
.menu_separator {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  font-size: 0.5em;
}
.show-off-canvas .header_inner {
  color: #fff;
}
.off-canvas__search {
  width: 100%;
  padding-top: 3%;
}
.is-search .header_inner,
.is-search .off-canvas {
  color: #000;
  fill: #000;
}
.show-off-canvas.is-search .off-canvas__search {
  position: relative;
  top: auto;
}
.search__input {
  text-align: center;
  width: 100%;
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.search-spinner {
  position: fixed;
  top: -1000px;
  width: 1.8em;
  height: 1.8em;
  margin-right: 1rem;
}
.search-spinner:after {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  z-index: 1;
  border-color: #897e75 #897e75 transparent transparent;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
}
@media (min-width: 740px) {
  .search-spinner:after {
    border-width: 3px;
  }
}
.is-loading-search .search-spinner {
  position: relative;
  top: 0;
}
.button--search {
  position: relative;
  margin-left: auto;
  margin-right: 1rem;
  width: 2rem;
  display: none;
}
.language-dropdown + .button--search {
  margin-left: 0;
}
.is-search .button--search {
  visibility: hidden;
  pointer-events: none;
}
.footer {
  background: #5a5a5a;
  color: #fff;
}
.footer_inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .newsletter-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #51473f;
  margin: 3rem 0 1rem;
}
.newsletter-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.newsletter-form button,
.newsletter-form input {
  display: block;
  margin-bottom: 1rem;
  height: 2.6rem;
  /* border-radius: 1.3rem; */
  line-height: 2.6;
}
.newsletter-form input[name="fields[email]"],
.newsletter-form input[name="email"] {
  flex: 1;
  margin-right: 1rem;
  border: 1px solid black;
}
.footer_menu {
  margin-bottom: 1rem;
}
.page-template-page_bsw .footer_menu,
.page-template-page_user-profile .footer_menu,
.post-type-archive-video_bsw .footer_menu {
  margin-top: 7rem;
}
.footer .site-title {
  color: inherit;
}
.footer .site-title_sub {
  display: none;
}
.page-template-page_bsw .footer .site-title_sub,
.page-template-page_user-profile .footer .site-title_sub,
.post-type-archive-video_bsw .footer .site-title_sub {
  display: inline;
}
.footer .custom-logo-link {
  display: none;
}
.footer_menu_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_menu_item {
  margin: 0 1.2rem 1.2rem;
}
.opaque .footer_menu_item,
.opaque .footer_menu_item a {
  color: #aba39c;
}
#newsletter-popup .popup_header {
  line-height: 1.1;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
  color: #fff;
}
#newsletter-popup .popup_subtitle {
  padding-top: 0.5em;
  font-size: 1.3rem;
}
@media (min-width: 880px) {
  #newsletter-popup .popup_subtitle {
    font-size: 1.2rem;
  }
}
#newsletter-popup .popup_fg {
  background: #e30613;
  padding: 2rem;
  border: none;
}
@media (min-width: 740px) {
  #newsletter-popup .popup_fg {
    padding: 4rem;
  }
}
#newsletter-popup form {
  display: block;
}
#newsletter-popup form > * {
  display: block;
  font-size: 1rem;
}
#newsletter-popup form input[type="email"] {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
#newsletter-popup form button[type="submit"] {
  background: #000;
  margin: 0 auto;
}
.hide-single-title .page_title {
  display: none;
}
.edit-link {
  position: relative;
  top: -0.15em;
  width: 1.3rem;
  height: 1.3rem;
}
.edit-link,
.site-title .edit-link {
  display: inline-block;
  vertical-align: middle;
}
.site-title .edit-link {
  margin: 0 -1.2rem 0 1rem;
  top: -0.1em;
  color: inherit;
}
.show-off-canvas .site-title .edit-link {
  display: none;
}
.image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}
.image_overlay.bsw-header {
  align-items: center;
}
.image_overlay_content {
  flex: none;
  width: 100%;
  line-height: 1.2;
  padding: 0 4% 3rem;
}
.image_overlay.bsw-header .image_overlay_content {
  padding: 0 4%;
}
@media (min-width: 1240px) {
  .image_overlay.bsw-header .image_overlay_content {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.image_overlay.bsw-header .image_overlay_content .is-huge {
  font-size: 2rem;
}
.image_overlay a,
.image_overlay button {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(#fff, #fff);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position: 0 93%;
  text-shadow: -2px 0 0 transparent, 2px 0 0 transparent, 0 2px 0 transparent;
}
.image_overlay.bsw-header a,
.image_overlay.bsw-header button {
  font-size: 0.95rem;
  text-decoration: none !important;
  background-image: none;
  display: inline-block;
  margin: 50px auto 0;
}
.featured-image .image {
  position: relative;
  z-index: 1;
}
.featured-image video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.featured-text {
  font-size: 8vw;
  line-height: 1;
  color: #fff;
  padding: 10.5rem 0 7rem;
  position: relative;
  background: #e30613;
}
.featured-text_content {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 4rem;
}
.page_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page_content_main {
  position: relative;
}
.page_title_date {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .page_title_date {
    display: block;
  }
}
.page_title_date_inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0.7rem;
}
.page_title > * {
  flex: none;
}
.page_title .batch,
.page_title_tags {
  margin-bottom: 1rem;
}
.page_title_main + .page_title_tags {
  margin-bottom: 0;
}
.bsw-header .page_title_main {
  margin-bottom: 1rem;
}
.page_title_main {
  color: #e30613;
  line-height: 1.1;
  font-size: 2rem;
  margin-left: -0.05em;
  padding: 0.5rem 0 0.4rem;
}
@media (min-width: 740px) {
  .page_title_main {
    font-size: 2.5rem;
  }
}
.is-archive .page_title,
.no-hero .page_title {
  align-items: center;
  text-align: center;
}
.is-archive .page_title_main,
.no-hero .page_title_main {
  color: #897e75;
  text-align: center;
  line-height: 1.1;
  font-size: 2rem;
}
@media (min-width: 880px) {
  .is-archive .page_title_main,
  .no-hero .page_title_main {
    font-size: 2.5rem;
  }
}
@media (min-width: 1240px) {
  .is-archive .page_title_main,
  .no-hero .page_title_main {
    font-size: 3rem;
  }
}
.post-nav {
  display: none;
  margin-bottom: 6rem;
}
.show-post-nav .post-nav {
  display: block;
}
.single_with_sidebar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.page_content {
  flex: 1;
}
.single_sidebar {
  flex: none;
  width: 100%;
  overflow: hidden;
  padding-bottom: 70vh;
}
@media (min-width: 880px) {
  .single_sidebar {
    background: #fff;
    width: 25vw;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    align-self: flex-start;
    height: 100vh;
  }
}
.single_sidebar .teasers {
  display: block;
}
.single_sidebar .teaser {
  padding-bottom: 1rem;
  position: relative;
}
.single_sidebar .teaser_text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.single_sidebar .teaser_title {
  font-size: 1rem;
}
.teaser_excerpt {
  padding: 0.3rem 0;
}
.button {
  display: inline-block;
  position: relative;
  color: inherit;
  border: 2px solid;
  font-size: 0.95em;
  padding: 0 1.7em;
  height: 3em;
  line-height: 2.8;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  font-weight: 700;
}
@media screen and (-ms-high-contrast: none),
  screen and (hover: hover),
  screen and (min--moz-device-pixel-ratio: 0) {
  .button:hover {
    box-shadow: 0 0 0 2px #e30613;
    background: #e30613;
    color: #fff;
    border-color: #e30613;
  }
}
.button[type="submit"] {
  line-height: inherit;
}
.button.no-border {
  border: none;
}
@media screen and (-ms-high-contrast: none),
  screen and (hover: hover),
  screen and (min--moz-device-pixel-ratio: 0) {
  .banner-slide.is-bg-red .button:hover {
    box-shadow: 0 0 0 2px #fff;
    background: #fff;
    color: #e30613;
    border-color: #fff;
  }
}
.button.is-small {
  font-size: 1rem;
}
@media (min-width: 880px) {
  .button.is-small {
    font-size: 0.8rem;
  }
}
.button.is-circle {
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  padding: 0;
  justify-content: center;
  background: #e30613;
  color: #fff;
  border: 0;
}
@media screen and (-ms-high-contrast: none),
  screen and (hover: hover),
  screen and (min--moz-device-pixel-ratio: 0) {
  .button.is-circle:hover {
    background: #fff;
    color: #51473f;
    box-shadow: none;
  }
}
/*.is-archive .button.is-circle,*/
.page-template-page_bsw .button.is-circle,
.page-template-page_user-profile .button.is-circle,
.post-type-archive-remote_juror .button.is-circle,
.post-type-archive-speaker_bsw .button.is-circle,
.post-type-archive-video_bsw .button.is-circle,
.single-tribe_events .button.is-circle,
.video_bsw-template-default .button.is-circle {
  width: 7rem;
  height: 7rem;
  line-height: 1.4rem;
  padding: 2.2rem 1rem;
  font-size: 1rem;
}
.button_icon {
  display: block;
  position: relative;
  width: 1.3em;
  height: 1.3em;
  top: -0.1em;
}
.button_icon:first-child {
  margin-left: -0.2em;
  margin-right: 0.5em;
}
.button_text {
  display: block;
}
.archive-teasers {
  margin-bottom: 6rem;
}
.grid.teasers {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
@media (min-width: 450px) {
  .grid.teasers {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
@media (min-width: 740px) {
  .grid.teasers {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}
@media (min-width: 740px) {
  .grid.teasers--video_bsw {
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  }
}
@media (min-width: 740px) {
  .grid.teasers--breakthrough,
  .grid.teasers--press_release {
    grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
  }
}
.grid.teasers--person {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.teaser {
  position: relative;
  padding-bottom: 2rem;
  z-index: 1;
  pointer-events: all;
}
.teaser .subtitle {
  display: block;
}
.teaser,
.teaser * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.teaser_link {
  display: block;
  position: relative;
  overflow: hidden;
}
.teaser--event .teaser_link {
  position: absolute;
  top: 0;
  left: -5rem;
  width: calc(100% + 5rem);
  height: 100%;
  z-index: 2;
}
.teaser_media {
  margin-bottom: 1rem;
}
.teaser_text {
  padding: 0.75rem 0;
}
.teaser_month {
  margin-bottom: 2.5rem;
  display: none;
  line-height: 1;
}
.grid .teasers_group {
  grid-column: 1/-1;
}
.teasers_group.type--month
  .teasers_group:first-of-type
  .teaser:first-of-type
  .teaser_month {
  display: block;
}
.hover-effect--grayscale .image {
  filter: grayscale(1) brightness(60%);
  transition: all 0.15s;
}
@media screen and (-ms-high-contrast: none),
  screen and (hover: hover),
  screen and (min--moz-device-pixel-ratio: 0) {
  .hover-effect--grayscale .image:hover {
    filter: grayscale(0);
  }
}
.hover-effect--grayscale .image.is-in-viewport {
  filter: grayscale(0);
}
@media screen and (-ms-high-contrast: none),
  screen and (hover: hover),
  screen and (min--moz-device-pixel-ratio: 0) {
  .hover-effect--grayscale .teaser:hover .image {
    filter: grayscale(0);
  }
}
.teaser .scaled-media[data-ratio="variable"] .scaled-media_inner {
  position: relative;
  padding-bottom: 72%;
}
.image-effect--multiply .image {
  background: #f5f5f5;
}
.image-effect--multiply .scaled-media {
  mix-blend-mode: multiply;
}
@media (min-width: 450px) {
  .teaser.is-large {
    grid-column: span 2;
  }
}
@media (min-width: 450px) {
  .teaser.is-large .scaled-media[data-ratio="variable"] .scaled-media_inner {
    padding-bottom: 42%;
  }
}
@media (min-width: 620px) {
  .teaser.is-large .scaled-media[data-ratio="variable"] .scaled-media_inner {
    padding-bottom: 34.7%;
  }
}
.teaser.teaser--breakthrough .scaled-media_inner,
.teaser.teaser--post-nav .scaled-media_inner,
.teaser.teaser--video_bsw .scaled-media_inner {
  padding-bottom: 36% !important;
}
.teasers_group:before {
  content: attr(data-label);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-top: 1px solid;
}
.teasers_group.type--day {
  display: flex;
  align-items: flex-start;
}
.teasers_group.type--day .teasers {
  flex: 1;
}
.teasers_group.type--month:before,
.teasers_group.type--year:before {
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: DINWeb, Arial, sans-serif;
  font-weight: 700;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-left: 0.075rem;
  background: none;
  z-index: 3;
}
.teasers_group.type--day:before {
  flex: none;
  border-top: none;
  width: 5rem;
  z-index: 0;
  line-height: 1.1;
  font-size: 2rem;
  top: 2.5rem;
  line-height: 1;
}
@media (min-width: 880px) {
  .teasers_group.type--day:before {
    font-size: 2.5rem;
  }
}
@media (min-width: 1240px) {
  .teasers_group.type--day:before {
    font-size: 3rem;
  }
}
.teaser_day {
  position: -webkit-sticky;
  position: sticky;
  top: 2.5rem;
}
.teaser--event .teaser_inner {
  display: flex;
  align-items: flex-start;
}
.teaser--event .teaser_day {
  flex: 0 0 8%;
  padding-top: 1.5rem;
  display: none;
}
.teaser--event .teaser_content {
  flex: 1;
}
.teaser--event .teaser_body {
  padding-top: 1.5rem;
}
.teaser_body_inner {
  position: relative;
  display: flex;
  align-items: center;
}
.teaser_image {
  position: relative;
  z-index: 1;
}

.teaser--speaker_bsw .teaser_image {
  aspect-ratio: 3/4;
}
.teaser_image_small {
  display: none;
}
.is-archive .teaser_image_small {
  display: block;
}
@media (min-width: 450px) {
  .is-archive .teaser_image_small {
    display: none;
  }
}
.is-archive .teaser_image_small + .teaser_image_large {
  display: none;
}
@media (min-width: 450px) {
  .is-archive .teaser_image_small + .teaser_image_large {
    display: block;
  }
}
.teaser_text a {
  position: relative;
  z-index: 3;
}
.teaser--event .teaser_image {
  flex: 0 0 20%;
  margin-right: 3%;
  display: none;
}
@media (min-width: 880px) {
  .teaser--event .teaser_image {
    display: block;
  }
}
.teaser--event .teaser_image + .teaser_text {
  flex: 1;
  position: relative;
  top: -0.35em;
}
.event_featured_text {
  margin-top: 0.75rem;
  text-transform: none;
  max-width: 800px;
}
.teaser--event .teaser_title {
  padding: 0.2rem 0;
}
.teaser--related .teaser_title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  transform: translateZ(0);
}
.teaser--related .teaser_title .pr,
.teaser--related .teaser_title .sec {
  display: flex;
  flex-wrap: wrap;
}
.teaser--related .teaser_title .word {
  display: block;
  line-height: 1;
  padding: 0.2em;
  background: #e30613;
  color: #fff;
  font-size: 0.95em;
}
.teaser--related .teaser_tagline {
  background-color: #aba39c;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 3;
}
.teaser--related-with-tagline .teaser_title {
  bottom: 3.4rem;
}
.teaser.is-playing {
  pointer-events: none;
}
.teaser.teaser--related
  .scaled-media[data-ratio="variable"]
  .scaled-media_inner {
  padding-bottom: 65.2%;
}
@media (min-width: 620px) {
  .teaser.col-medium-4
    .scaled-media[data-ratio="variable"]
    .scaled-media_inner {
    padding-bottom: 100%;
  }
}
.pagination {
  padding-top: 3rem;
}
.pagination-nav {
  display: flex;
  justify-content: center;
  stroke-width: 2px;
}
.infinite-scroll-enabled .pagination-nav {
  display: none;
}
.pagination-nav_item {
  display: block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin: 0 1%;
}
span.pagination-nav_item.is-active {
  color: #897e75;
}
.batch {
  display: inline-block;
  background: #e30613;
  color: #fff;
  padding: 0.2em 0.5em;
}
.teaser .batch {
  position: absolute;
  top: 0;
  z-index: 2;
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: DINWeb, Arial, sans-serif;
  font-weight: 700;
}
.teaser .batch.is-small {
  font-size: 1rem;
}
@media (min-width: 880px) {
  .teaser .batch.is-small {
    font-size: 0.8rem;
  }
}
.batch--right {
  right: 0;
  left: auto;
}
.batch--call-closed {
  background: #897e75;
}
/* Event Detail Page */
.speaker-details {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 25px 0 100px 0;
}

.speaker-details .person {
  margin: 0 35px 0 0 !important;
  min-width: 300px;
}
.speaker-details .all-speakers {
  position: absolute;
  left: 0;
  width: 100%;
}
.speaker-details .all-speakers .see-all-speakers {
  margin: 0 auto !important;
}

.speaker-details + .single_event_item_additional_fields {
  margin: 80px 0 40px 0 !important;
}

.extra-info {
  background-color: #F0F0F0;
  padding: 35px;
}

/* Event Detail Page End */

.person .edit-link {
  position: absolute;
  top: auto;
  bottom: 2rem;
  right: 2rem;
}
.person_title {
  padding: 0.75rem 0;
}
.person .col-12:first-child .col_inner {
  max-width: 300px;
  margin: 0 auto 1rem;
}

.all-speakers {
  display: block;
}

.events-with-speaker
  .events-with-speaker__event-header
  + .events-with-speaker__event-header {
  margin-top: 30px;
}
.overlay {
  position: fixed;
  top: 200%;
  left: 200%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 20;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.2s, top 1ms 0.2s, left 1ms 0.2s;
}
.overlay.is-visible {
  top: 0;
  left: 0;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.2s;
}
.overlay_inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2%;
  min-height: 100vh;
}
.overlay_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: no-drop;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -1000px;
}
.overlay_content {
  position: relative;
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  pointer-events: all;
  opacity: 0;
  transform-origin: 50vw 50vh;
  transform: scale(0.95);
  transition: opacity 0.2s, transform 0.2s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.overlay.is-visible .overlay_content {
  opacity: 1;
  transform: scale(1);
}
.overlay_close_x {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}
.rounded-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  height: 2rem;
  /* border-radius: 1rem; */
  padding: 0 2em;
}


.rounded-input:disabled {
  opacity: 1 !important;
}
.rounded-inputinput {
  padding-top: 0.3em;
}


#rounded-input-email-field {
  border: 1px solid black;
}

@media (min-width: 880px) {
  .filter_items,
  .rounded-input {
    font-size: 0.8rem;
  }
}
@media screen and (-ms-high-contrast: none),
  screen and (hover: hover),
  screen and (min--moz-device-pixel-ratio: 0) {
  a.rounded-input:hover,
  button.rounded-input:hover {
    color: #fff;
    background: #e30613;
  }
}
.rounded-input--small {
  height: 1.7rem;
  border-radius: 0.75rem;
  padding: 0 1em;
}
.rounded-input_label {
  position: relative;
}
.rounded-input > * {
  display: block;
}
.rounded-input_icon {
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  color: inherit;
}
.input-group {
  display: flex;
}
.input-group > * {
  margin: 0 0.75rem 0.75rem 0;
}
.page_title_tags .rounded-input--small,
.page_title_tags .rounded-input_label {
  height: auto;
  border-radius: 1.75rem;
  padding: 0.7em 1.5em;
}
.page_title_tags .rounded-input_label {
  background: #fff;
  font-size: 0.8rem;
  margin: 0 0.75rem 0.75rem 0;
}
.filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
.filters_right {
  margin-left: auto;
}
.filter {
  flex: none;
  width: 100%;
  position: relative;
  stroke-width: 2px;
  margin-bottom: 0.8rem;
}
@media (min-width: 450px) {
  .filter {
    width: auto;
    margin-right: 1rem;
  }
}
.filter .rounded-input {
  min-width: 170px;
  width: 100%;
}
@media (min-width: 450px) {
  .filter .rounded-input {
    width: auto;
  }
}
.filter_button.tippy-active {
  color: #fff;
  background: #e30613;
}
.filter.is-active {
  color: #fff;
}
.filter.is-active .filter_button {
  background: #e30613;
  color: inherit !important;
}

.filter_reset {
  position: absolute;
  top: 50%;
  left: 0.35em;
  transform: translateY(-47%);
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 2;
}
.filter_button_toggle-icons {
  margin-left: 0.5em;
  margin-right: -1.25em;
}
.is-active .hide-if-active,
.show-if-active {
  display: none;
}
.is-active .show-if-active {
  display: block;
}
.show-if-tippy-active,
.tippy-active .hide-if-tippy-active {
  display: none;
}
.tippy-active .show-if-tippy-active {
  display: block;
}
.filter_items {
  padding: 0.5rem 0;
}
.filter_item.has-no-posts {
  display: none;
}
.filter_item_label {
  display: block;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
}
.filter_item_link {
  display: block;
}
@media screen and (-ms-high-contrast: none),
  screen and (hover: hover),
  screen and (min--moz-device-pixel-ratio: 0) {
  .filter_item_link:hover {
    color: #fff;
    background: #e30613;
  }
}
.filter_item_link.is-selected {
  opacity: 0.3;
  pointer-events: none;
}
.filter .searchfield {
  overflow: hidden;
}
.filter.is-active .searchfield {
  background: #e30613;
}
.filter ::-moz-placeholder {
  color: inherit;
}
.filter :-ms-input-placeholder {
  color: inherit;
}
.filter ::placeholder {
  color: inherit;
}
.filters_search-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}
.filters .search_input {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2rem);
  height: 100%;
  padding-left: 2em;
}
.actions {
  z-index: 19;
  position: fixed;
  pointer-events: none;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 6rem;
}
.actions_item {
  transition: all 0.2s;
  transform: translateX(200px);
}
.actions_item.always-show,
.show-actions .actions_item {
  transform: translateX(0);
}
.actions_item .button {
  transition: all 0.2s;
  pointer-events: all;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (-ms-high-contrast: none),
  screen and (hover: hover),
  screen and (min--moz-device-pixel-ratio: 0) {
  .actions_item .button:hover {
    transform: scale(1.05);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  }
}
.infinite-scroll {
  position: relative;
}
.inf-is-loading:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  z-index: 1;
  border-color: #e30613 #e30613 transparent transparent;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
  pointer-events: none;
  position: absolute;
  left: 50%;
  margin-left: -1rem;
  bottom: 0.45rem;
}
.inf-is-initialized .pagination {
  visibility: hidden;
  pointer-events: none;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 20;
  transform: translate3d(200%, 200%, 0);
  transition: opacity 0.3s, transform 0ms 0.3s;
  opacity: 0;
}
.popup_header {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.popup_header .site-title a {
  color: #897e75;
  pointer-events: none;
}
.popup_header .site-title .edit-link {
  display: none;
}
.popup.is-visible {
  transform: none;
  transition: opacity 0.3s;
  opacity: 1;
}
.popup_scroll {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media (min-width: 1100px) {
  .popup_scroll {
    position: static;
  }
}
.popup_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  cursor: no-drop;
}
.popup_x {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
  color: #fff;
}
.popup_content {
  position: relative;
  padding: 4rem 1.5rem;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.popup_content .custom-logo-link {
  display: none;
}
.popup_fg {
  flex: 1;
  border: 1px solid;
  background: #fff;
  box-shadow: 2px 2px 2rem rgba(0, 0, 0, 0.5);
  padding: 2rem;
  max-width: 1200px;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.3s;
}
.popup.is-visible .popup_fg {
  transform: none;
}
.popup iframe {
  width: 100%;
  display: block;
}
.popup .popup-logout {
  background: #e30613;
  display: inline-block;
  position: relative;
  color: #fff;
  border: 2px solid;
  font-size: 0.95em;
  padding: 0 1.2em;
  height: 3em;
  line-height: 2.8;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  margin: 2rem auto 0;
}
.sdg-popup .popup_fg .video {
  max-width: 700px;
}
.sdg-popup .popup_fg .video_poster .scaled-media_inner {
  padding-bottom: 56.25% !important;
}
.highlight_and_live .live_events {
  flex: 1;
}
.highlight_and_live h2.teaser_title {
  padding: 0.3rem 0;
}
.highlight_and_live h2.teaser_title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3.3rem;
}
.highlight_and_live .img-wrapper {
  position: relative;
}
.highlight_and_live .daily_highlight_wrapper {
  width: 100%;
  margin-bottom: 3em;
}
.highlight_and_live .daily_highlight_wrapper .video_play {
  color: #fff;
}
@media (min-width: 880px) {
  .highlight_and_live .daily_highlight_wrapper {
    width: 355px;
    margin-right: 80px;
  }
}
@media (min-width: 880px) {
  .highlight_and_live {
    display: flex;
  }
}
@media (max-width: 879px) {
  .highlight_and_live .image {
    padding-bottom: 56.5%;
    height: 0;
  }
}
.highlight_and_live img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 880px) {
  .highlight_and_live img {
    height: 200px;
    width: 355px;
    position: relative;
  }
}
.highlight_and_live .no_live_events_placeholder {
  background-color: #aba39c;
  display: flex;
  padding: 17.8% 5%;
  margin-bottom: 3%;
}
@media (min-width: 880px) {
  .highlight_and_live .no_live_events_placeholder {
    height: 200px;
    width: 355px;
    position: relative;
    padding: 0 5%;
  }
}
.highlight_and_live .no_live_events_placeholder p {
  text-align: center;
  color: #fff;
  margin: auto;
  font-size: 1.4rem;
}
.timespan_part {
  display: inline-block;
}
.timetable_entry {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 880px) {
  .timetable_entry {
    display: flex;
    align-items: flex-start;
  }
}
.timetable_entry > .timetable_entry_time {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #f5f5f5;
  flex: none;
  padding-right: 0.7rem;
}
@media (min-width: 880px) {
  .timetable_entry > .timetable_entry_time {
    width: 11rem;
    top: 0.7rem;
  }
}
.timetable_entry_text {
  flex: 1;
}
.image_credits {
  position: absolute;
  font-size: 0.5rem;
  font-weight: 400;
  color: #fff;
  z-index: 3;
  bottom: 0;
  right: 0;
  line-height: 1;
  padding: 0.5rem;
}
.rhps {
  line-height: 1.5;
}
.rhps-settings p {
  font-weight: 400;
}
.event-ctas__dropdown {
  display: none;
  width: 130px;
}
.button--algolia-search {
  position: relative;
  margin-right: 25px;
  margin-left: 25px;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 879px) {
  .button--algolia-search {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.ctas-async {
  text-align: center;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #51473f;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:first-child {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
}
.lds-ellipsis div:nth-child(2),
.lds-ellipsis div:nth-child(3) {
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(24px);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(24px);
  }
}
.page-template-page-auth.is-singular .main,
.page-template-page-premium.is-singular .main {
  background: #fff;
}
.page-template-page-auth .footer_menu .footer_menu_items,
.page-template-page-premium .footer_menu .footer_menu_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
.page-template-page-auth .footer_menu .footer_menu_items li,
.page-template-page-premium .footer_menu .footer_menu_items li {
  margin-bottom: 0;
}
.page-template-page-auth .footer_menu .footer_menu_items li.copyright,
.page-template-page-premium .footer_menu .footer_menu_items li.copyright {
  margin-right: auto;
}
.premium-badge-user {
  position: relative;
  margin-right: 20px;
}
.premium-badge-user span {
  color: #000;
  background: #fff;
  border: 1px solid #e30613;
  padding: 0.5em 1em;
  border-radius: 999px;
  font-size: 1rem;
}
.module {
  margin-bottom: 3rem;
}
.module.space-after--none {
  margin-bottom: 0 !important;
}
.footer,
.further-activities,
.module {
  position: relative;
  z-index: 3;
}
.module-timetable,
.page_body > .module:last-child {
  margin-bottom: 6rem;
}
.page_body > .module-banner-slider:last-child,
.page_body > .module-logos.is-ticker:last-child,
.page_body > .module-ticker:last-child {
  margin-bottom: 0;
}
.module_headline {
  text-align: center;
  margin-bottom: 2.7rem;
}
.overlay .module_headline {
  margin-bottom: 1rem;
  text-align: left;
}
.module-custom-image,
.module-engage-add-project,
.module-engage-person,
.module-headline,
.module-post-terms,
.module-sdg-tiles,
.module-submission-form,
.module-textblock,
.person,
.module-timeline,
.module-timetable,
.module_headline,
.page_title {
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.module-sdg-tiles article {
  margin-bottom: 1.8rem;
}
.module-sdg-tiles article .scaled-media_inner {
  padding-bottom: 100% !important;
}
.module-sdg-tiles article .scaled-media_inner img.media.is-wider {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.module-sdg-tiles .grid {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}
.module-textblock-multi-columns .grid {
  max-width: 1500px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.module-textblock-multi-columns .grid.two-columns {
  max-width: 1130px;
}
@media (max-width: 620px) {
  .module-textblock-multi-columns .col-all {
    margin-bottom: 25px;
  }
}
.module-headline {
  text-align: center;
}
.module-headline .module_headline {
  margin-bottom: 0;
}
.is-singular:not(.no-hero) .page_header {
  margin-bottom: 1.5rem;
}
.is-archive .page_header,
.no-hero .page_header {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.module-button {
  display: flex;
  justify-content: center;
}
.module-button-red-cta {
  display: flex;
  justify-content: center;
}
.module-button-red-cta a {
  color: #fff;
  background-color: #e30613;
  display: flex;
  justify-content: center;
}

.module-button-for-popup,
.module-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.module-button-to-login,
.module-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.module-newsletter-popup,
.module-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.module-button-wrap .module-button {
  margin: 0.5rem 1rem;
}
.module-logos {
  overflow: hidden;
}
.logos--ticker {
  background: #fff;
  padding: 4rem 0;
}
.logos--ticker .logos {
  display: inline-flex;
  align-items: center;
}
.logos--ticker .logo {
  flex: none;
  display: block;
  margin: 0 4vw;
}
.logos--ticker .scaled-media {
  background: none;
}
.logo {
  position: relative;
}
.logo_link {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.logos--wall .logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
  justify-content: center;
}
.logos--wall .logo {
  margin: 0 0.7rem 0.7rem;
  position: relative;
}
.logos--wall .image {
  overflow: hidden;
}
.logos--wall .type--svg .scaled-media {
  padding: 2rem;
}
.logo_link + .image .scaled-media_inner {
  transition: transform 0.2s ease-out;
  transform: scale(1);
}
@media screen and (-ms-high-contrast: none),
  screen and (hover: hover),
  screen and (min--moz-device-pixel-ratio: 0) {
  .logo_link:hover + .image .scaled-media_inner {
    transform: scale(1.05);
  }
}
.module-custom-image img {
  max-width: 100%;
}
@media (max-width: 1100px) {
  .module-custom-image img {
    width: 100%;
  }
}
.module-timeline .grid {
  width: 100%;
  margin: auto;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 450px) {
  .module-timeline .grid.count_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .module-timeline .grid.count_4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 740px) {
  .module-timeline .grid.count_5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.module-timeline .timeline_item {
  margin-bottom: 4rem;
  padding: 0 1.5rem 0 0;
}
@media (min-width: 450px) {
  .module-timeline .timeline_item {
    padding-right: 0.9rem;
  }
}
.module-timeline .timeline_item .title {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 450px) {
  .module-timeline .timeline_item .title {
    font-size: 1.65rem;
  }
}
.module-accordeon {
  position: relative;
}
.accordeon_description {
  margin-bottom: 1rem;
}
.module-accordeon .module_headline {
  line-height: 1.1;
  font-size: 2rem;
  color: #e30613;
  margin-bottom: 0.75rem;
  text-align: left;
  max-width: none;
}
.module-accordeon:after {
  content: "";
  position: absolute;
  top: 100%;
  border-bottom: 1px solid;
  left: 3vw;
  right: 3vw;
}
@media (min-width: 880px) {
  .module-accordeon:after {
    left: 5vw;
    right: 5vw;
  }
}
.accordeon_item_toggle {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #f5f5f5;
  z-index: 2;
}
.accordeon_item .accordeon_item_toggle_inner {
  border-top: 1px solid;
}
.accordeon_item_toggle_inner {
  padding-top: 1rem;
  padding-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordeon_item_toggle_icons {
  flex: none;
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  top: -0.3rem;
  margin-left: 1rem;
}
.module-embed-utilities {
  display: flex;
  padding: 1rem;
}
.autonext-toggle {
  display: flex;
  align-items: center;
  color: #e30613;
  margin-left: auto;
}
.autonext_ui {
  display: block;
  width: 3em;
  height: 1.6em;
  border: 1px solid;
  margin-left: 0.5em;
  position: relative;
  top: -0.1em;
  border-radius: 0.8em;
  transition: background 0.2s;
}
.autonext_ui:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1px;
  transition: left 0.2s;
  background: #fff;
}
.is-autonext-on .autonext_ui {
  background: currentColor;
}
.is-autonext-on .autonext_ui:after {
  left: 1.5em;
  border-color: #fff;
}
.module-banner-slider.has-prlx {
  z-index: 2;
  background: none;
}
.module-banner-slider.has-prlx + .module-banner-slider.has-prlx .prlx-wrap {
  overflow: hidden;
}
.module-banner-slider.has-prlx
  + .module-banner-slider.has-prlx
  .prlx-gap:before {
  display: none;
}
.module-banner-slider.space-after--smart + .module-banner-slider,
.module-banner-slider.space-after--smart + .module-logos.is-ticker,
.module-banner-slider.space-after--smart + .module-ticker,
.module-ticker.space-after--smart + .module-banner-slider {
  margin-top: -3rem;
}
.module.module-banner-slider.has-prlx:before {
  content: none;
}
.module-banner-slider .cssparallax_group {
  overflow: hidden;
}
.banner-slider {
  position: relative;
  height: 100vh;
  width: 100%;
  min-height: 50px;
}
.banner-slider .module {
  width: 100%;
  height: 100%;
  text-align: center;
}
.prlx .flickity-page-dots {
  bottom: auto;
  top: calc(50% + var(--vh-inner) / 2 - 3rem);
  z-index: 5;
}
.module-banner-slider .flickity-page-dots .dot {
  background: #fff;
}
.banner-slide {
  background: red;
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}
[data-slides-width="50"] .banner-slide {
  width: 50%;
  margin: 0 25%;
}
[data-slides-height="50"] .banner-slide {
  height: 50%;
}
[data-slides-width="25"] .banner-slide {
  width: 25%;
  margin: 0 37.5%;
}
[data-slides-height="25"] .banner-slide {
  height: 25%;
}
[data-slides-height="10"] .banner-slide {
  height: 15vh;
}

.banner-slide_images {
  z-index: 0;
  background: #000;
}
.banner-slide_images,
.banner-slide_images .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-slide_images .image {
  overflow: hidden;
}
.image-set .image:first-child {
  display: block;
}
@media (min-width: 1240px) {
  .image-set .image:first-child {
    display: none;
  }
}
.image-set .image:nth-child(2) {
  display: none;
}
@media (min-width: 1240px) {
  .image-set .image:nth-child(2) {
    display: block;
  }
}
.banner-slide_images .image {
  opacity: 0.5;
}
.banner-slide_foreground {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  width: calc(100% - 4rem);
  height: calc(100% - 20rem);
  max-width: 1500px;
  min-height: 100px;
}
.banner-slide-button-foreground {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  width: calc(100% - 4rem);
  height: calc(100% - 8rem);
  max-width: 1500px;
  min-height: 100px;
}
.banner-slide_bottom,
.banner-slide_top {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
}
@media (min-width: 740px) {
  .banner-slide_bottom,
  .banner-slide_top {
    font-size: 1.3rem;
  }
}
@media (min-width: 740px) and (min-width: 880px) {
  .banner-slide_bottom,
  .banner-slide_top {
    font-size: 1.2rem;
  }
}
.banner-slide_top {
  bottom: 100%;
}
.banner-slide_bottom {
  top: 100%;
}
.banner-slide_center {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  top: -2vh;
}
.banner-slide_center_button {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* line-height: 0; */
  top: -0.1vh;
  z-index: 1;
}
.banner-slide_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner-slide .button {
  position: relative;
  z-index: 3;
}
.module.has-prlx:after,
.module.has-prlx:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f5f5f5;
  z-index: 1;
}
.module.has-prlx:after {
  bottom: auto;
  top: 100%;
}
.module.has-prlx.hide-mask-after:after {
  display: none;
}
.bg-red {
  background-color: #e30613;
  color: #fff;
  padding: 30px 0;
}
.bg-grey {
  background-color: #f5f5f5;
  padding: 30px 0;
}
.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #1e257b;
    padding: 60px 0;
}

.padding-25 {
  width: 50%;
  margin: 0 25%;
}

.padding-15 {
  width: 100%;
  margin: 0 0;
}

@media (min-width: 600px) {
  .padding-15 {
  width: 70%;
  margin: 0 15%;
} }

.module-ticker {
  padding: 4rem 0;
  background: #fff;
}
.ticker_title {
  padding-bottom: 0.5rem;
  width: 70%;
  color: #51473f;
}
.ticker_content {
  font-size: 1.8rem;
}
.ticker_item {
  padding-bottom: 0.25rem;
}
.ticker_item:before {
  display: block;
}
.ticker ul {
  display: flex;
}
.ticker li:after {
  content: "::";
  display: inline-block;
  padding: 0 0.8rem;
}
.video {
  position: relative;
  color: #fff;
}
@media (min-width: 740px) {
  .video {
    stroke-width: 0.5px;
  }
}
.video.has-poster {
  cursor: pointer;
}
.video_poster {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #000;
}
.video_poster .image {
  transition: opacity 0.25s;
  opacity: 0.8;
}
.video_play {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 6rem;
  margin: -3rem 0 0 -3rem;
  z-index: 4;
  transition: transform 0.25s;
  filter: drop-shadow(1px 1px 7px black);
  stroke-width: 0.5px;
}
@media (min-width: 740px) {
  .video_play {
    width: 8rem;
    height: 8rem;
    margin: -4rem 0 0 -4rem;
  }
}
@media screen and (-ms-high-contrast: none),
  screen and (hover: hover),
  screen and (min--moz-device-pixel-ratio: 0) {
  .video:hover .video_play {
    transform: scale(1.05);
  }
  .video:hover .image {
    opacity: 1;
  }
}
.video.is-started .hide-if-started {
  transition: opacity 0.4s 0.3s;
  opacity: 0;
  pointer-events: none;
}
.further-activities {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.further-activities_list {
  height: 8rem;
}
.further-activities .flickity-viewport {
  position: absolute;
  top: 0;
  width: 100%;
}
.further-activities_headline {
  text-align: center;
}
@media (min-width: 740px) {
  .further-activities_headline {
    text-align: left;
  }
}
.further-activities_link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
.flickity-enabled.is-fade .flickity-slider {
  transform: none !important;
}
.flickity-enabled.is-fade .flickity-slider > * {
  left: 0 !important;
  transition: opacity 0.2s, visibility 1ms 0.2s;
  visibility: hidden;
  opacity: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
  transition: opacity 0.6s 0.3s;
  opacity: 1;
  visibility: visible;
}
.downloads {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-left: -0.7rem;
  margin-right: -0.7rem;
}
.download {
  position: relative;
  margin: 0 0.7rem 2rem;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 1;
}
.download_preview {
  height: 0;
  position: relative;
  padding-bottom: 100%;
}
.download_preview_text {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download .image + .download_preview_text {
  display: none;
}
.download_overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  transition: opacity 0.3s;
  opacity: 0;
}
.download .feather {
  width: 50px;
  height: 50px;
  color: #fff;
  transition: top 0.2s ease-out;
  top: 40%;
}
@media screen and (-ms-high-contrast: none),
  screen and (hover: hover),
  screen and (min--moz-device-pixel-ratio: 0) {
  .download:hover .download_overlay {
    opacity: 1;
  }
  .download:hover .feather {
    top: 50%;
  }
}
.gallery.layout--slider {
  height: 70vh;
  max-height: 60vw;
  margin-bottom: 5rem;
}
.gallery .flickity-viewport {
  overflow: visible;
}
.gallery.layout--slider .image {
  display: block;
  margin: 0 0.5rem;
  height: 100%;
  max-width: none;
  overflow: visible;
}
.gallery.layout--slider .scaled-media {
  height: 100%;
}
.image_caption {
  color: #51473f;
  font-weight: 700;
  padding-top: 0.5rem;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.2s;
  width: 100%;
}
.is-selected .image_caption {
  opacity: 1;
}
.carousel.layout--slider {
  margin-bottom: 2rem;
}
.carousel.layout--slider .flickity-prev-next-button {
  color: #aba39c;
}
.carousel.layout--slider.tribe_events .teaser_title {
  padding: 0.3rem 0;
}
.carousel.layout--slider.speaker_bsw .video_play,
.carousel.layout--slider.tribe_events[data-count="2"] .flickity-button {
  display: none;
}
.carousel.layout--slider.speaker_bsw .flickity-prev-next-button {
  top: 11rem;
}
.carousel.layout--slider.tribe_events article,
.carousel.layout--slider.video_bsw article {
  margin: 0 1.2rem;
}
.carousel.layout--slider article {
  margin: 0 0.8rem;
}
.carousel.layout--slider article:first-child {
  margin-left: 0;
}
.carousel.layout--slider article:last-child {
  margin-right: 0;
}
.carousel.layout--slider .img-wrapper {
  position: relative;
}
.carousel.layout--slider .img-wrapper .video_play {
  color: #fff;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  margin: auto;
}
.carousel.layout--slider .image {
  display: block;
  height: 100%;
  max-width: none;
  overflow: visible;
}
.live_events .live_icon,
.text .live_icon {
  font-size: 1.1rem;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-top: 8px;
}
.module-carousel .description,
.module-carousel .text h2:last-child {
  margin-bottom: 1.2rem;
}
.module-carousel .carousel_button_wrapper {
  text-align: center;
  color: #e30613;
}
.highlight_and_live .carousel.layout--slider[data-count="1"] .flickity-slider {
  transform: none !important;
}
.highlight_and_live .flickity-prev-next-button {
  top: 6.5rem;
}
.highlight_and_live .flickity-prev-next-button.previous {
  left: -3rem;
}
.highlight_and_live .flickity-prev-next-button.next {
  right: -3rem;
}
.frontend-form {
  background: #fff;
  padding: 2rem;
}
.frontend-form_footer {
  padding: 1.2rem 2rem 1rem;
  background: #fff;
  margin-top: 2px;
  font-weight: 400;
  text-transform: none;
}
.frontend-form_footer a {
  text-decoration: underline;
}
.form-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.form-progress_step {
  width: 2rem;
  height: 2rem;
  line-height: 1.8;
  border-radius: 50%;
  background: #fff;
  color: #897e75;
  border: 2px solid #897e75;
  text-align: center;
  pointer-events: none;
}
.form-progress_step.is-complete {
  background: #e30613;
  color: #fff;
  border-color: #e30613;
  pointer-events: all;
}
.form-progress_step.is-current {
  color: #e30613;
  border: 2px solid #e30613;
}
.form-progress_line {
  flex: 1;
  height: 2px;
  margin: 0 0.5rem;
  background: #897e75;
}
.form-progress_step.is-complete + .form-progress_line {
  background: #e30613;
}
.map .map-container {
  width: 100%;
  position: relative;
  padding-bottom: 75vh;
}

/* Calendar by henrik start*/ 
.single-event-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.event-box {
  background-color: #eaeaea;
  padding-left: 1vw;
  padding-right: 1vw;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.event-back-arrow {
    align-items: flex-start;
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important;
}  

.event-speaker {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 10px;

}

.grid-item-calendar {
  padding: 10px;
}

/*Calendar by henrik end */



.event-body .person .see-all-speakers{
  display: none;
}

html.cb-website .is-red {
color: #1e257b !important;
/* background-color: #3cff8c !important; */
line-height: 1;
/* padding: 0.2em; */

}

/*henrik*/

html.cb-website .is-bg-red-padding {
  background: #1e257b;
  color: #fff;
  padding: 4px;
}

html.cb-website .is-bg-black-padding {
  background: #3cff8c;
  color: #1e257b;
  padding: 4px;
  position: relative;
  border: solid;
}

html.cb-website .h3 {

  line-height: 2.2;
}

html.cb-website .event-body .h3 {

  line-height: 1.2;
}

@media (min-width: 880px) {
  .map .map-container {
    padding-bottom: 45%;
  }
}
.cluster-icon {
  background-color: #e30613;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
}
.cluster-icon--engage {
  background-color: #52c3b8;
}
.cluster-icon--venture {
  background-color: #cfa322;
}
.cluster-icon--lab {
  background-color: #0082c3;
}
.iw-content p {
  font-family: DINWeb, Arial, sans-serif;
  font-weight: 700;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.iw-content + .iw-content {
  margin-top: 2rem;
}
.iw-content-title {
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: DINWeb, Arial, sans-serif;
  font-weight: 700;
  color: #e30613;
  text-transform: uppercase;
}
.iw-content-after-title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: 1rem;
}
.iw-content-custom {
  margin: 1rem 0;
  text-transform: none;
  font-size: 1rem;
}
.map .gm-style .gm-style-iw-c {
  padding: 2.2rem 1rem 1.5rem;
}
.iw-close {
  background: transparent none repeat scroll 0 0;
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  outline: medium none currentcolor;
}
.iw-close-icon {
  margin: 6px;
}
button.gm-ui-hover-effect {
  visibility: hidden;
}
.module-account .inner,
.module-authentication .inner,
.module-engage-add-project .inner,
.module-engage-contact-form .inner,
.module-premium .inner,
.popup-register-or-login .inner {
  background: #fff;
  padding: 2rem;
  max-width: 680px;
  overflow: hidden;
  margin: 120px auto 0;
}
.module-account .inner.wide,
.module-authentication .inner.wide,
.module-engage-add-project .inner.wide,
.module-engage-contact-form .inner.wide,
.module-premium .inner.wide,
.popup-register-or-login .inner.wide {
  max-width: 1100px !important;
}
.module-account .hidden,
.module-authentication .hidden,
.module-engage-add-project .hidden,
.module-engage-contact-form .hidden,
.module-premium .hidden,
.popup-register-or-login .hidden {
  display: none;
}
.module-account p,
.module-authentication p,
.module-engage-add-project p,
.module-engage-contact-form p,
.module-premium p,
.popup-register-or-login p {
  font-family: "IBM Plex Serif", serif;
  text-transform: none;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 2rem !important;
}
.module-account p.premium-benefits,
.module-authentication p.premium-benefits,
.module-engage-add-project p.premium-benefits,
.module-engage-contact-form p.premium-benefits,
.module-premium p.premium-benefits,
.popup-register-or-login p.premium-benefits {
  text-align: center;
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
}
.module-account p.premium-benefits a,
.module-authentication p.premium-benefits a,
.module-engage-add-project p.premium-benefits a,
.module-engage-contact-form p.premium-benefits a,
.module-premium p.premium-benefits a,
.popup-register-or-login p.premium-benefits a {
  text-decoration: underline;
}
.module-account h2,
.module-authentication h2,
.module-engage-add-project h2,
.module-engage-contact-form h2,
.module-premium h2,
.popup-register-or-login h2 {
  color: #e30613;
  font-size: 2.3rem;
  margin-bottom: 2rem !important;
}
.module-account h3,
.module-authentication h3,
.module-engage-add-project h3,
.module-engage-contact-form h3,
.module-premium h3,
.popup-register-or-login h3 {
  color: #e30613;
  font-size: 1.5rem;
}
.module-account a.go-back,
.module-authentication a.go-back,
.module-engage-add-project a.go-back,
.module-engage-contact-form a.go-back,
.module-premium a.go-back,
.popup-register-or-login a.go-back {
  display: block;
  margin-bottom: 1rem !important;
}
.module-account input[type="email"],
.module-account input[type="number"],
.module-account input[type="password"],
.module-account input[type="text"]:not(.choices__input),
.module-account input[type="url"],
.module-account select,
.module-account textarea,
.module-authentication input[type="email"],
.module-authentication input[type="number"],
.module-authentication input[type="password"],
.module-authentication input[type="text"]:not(.choices__input),
.module-authentication input[type="url"],
.module-authentication select,
.module-authentication textarea,
.module-engage-add-project input[type="email"],
.module-engage-add-project input[type="number"],
.module-engage-add-project input[type="password"],
.module-engage-add-project input[type="text"]:not(.choices__input),
.module-engage-add-project input[type="url"],
.module-engage-add-project select,
.module-engage-add-project textarea,
.module-engage-contact-form input[type="email"],
.module-engage-contact-form input[type="number"],
.module-engage-contact-form input[type="password"],
.module-engage-contact-form input[type="text"]:not(.choices__input),
.module-engage-contact-form input[type="url"],
.module-engage-contact-form select,
.module-engage-contact-form textarea,
.module-premium input[type="email"],
.module-premium input[type="number"],
.module-premium input[type="password"],
.module-premium input[type="text"]:not(.choices__input),
.module-premium input[type="url"],
.module-premium select,
.module-premium textarea,
.popup-register-or-login input[type="email"],
.popup-register-or-login input[type="number"],
.popup-register-or-login input[type="password"],
.popup-register-or-login input[type="text"]:not(.choices__input),
.popup-register-or-login input[type="url"],
.popup-register-or-login select,
.popup-register-or-login textarea {
  border: 1px solid #51473f;
  padding: 1.3rem;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1.3rem;
  text-transform: none;
}
.module-account select,
.module-authentication select,
.module-engage-add-project select,
.module-engage-contact-form select,
.module-premium select,
.popup-register-or-login select {
  text-transform: uppercase;
}
.module-account ul,
.module-authentication ul,
.module-engage-add-project ul,
.module-engage-contact-form ul,
.module-premium ul,
.popup-register-or-login ul {
  margin: 10px 0;
}
.module-account ul li,
.module-authentication ul li,
.module-engage-add-project ul li,
.module-engage-contact-form ul li,
.module-premium ul li,
.popup-register-or-login ul li {
  margin-bottom: 1rem;
  display: flex;
}
.module-account ul li:last-child,
.module-authentication ul li:last-child,
.module-engage-add-project ul li:last-child,
.module-engage-contact-form ul li:last-child,
.module-premium ul li:last-child,
.popup-register-or-login ul li:last-child {
  margin-bottom: 0;
}
.module-account input[type="radio"],
.module-authentication input[type="radio"],
.module-engage-add-project input[type="radio"],
.module-engage-contact-form input[type="radio"],
.module-premium input[type="radio"],
.popup-register-or-login input[type="radio"] {
  -webkit-appearance: none;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #51473f;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 1rem;
}
.module-account input[type="radio"]:before,
.module-authentication input[type="radio"]:before,
.module-engage-add-project input[type="radio"]:before,
.module-engage-contact-form input[type="radio"]:before,
.module-premium input[type="radio"]:before,
.popup-register-or-login input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 22% auto;
  border-radius: 50%;
}
.module-account input[type="radio"]:checked:before,
.module-authentication input[type="radio"]:checked:before,
.module-engage-add-project input[type="radio"]:checked:before,
.module-engage-contact-form input[type="radio"]:checked:before,
.module-premium input[type="radio"]:checked:before,
.popup-register-or-login input[type="radio"]:checked:before {
  background: #e30613;
}
.module-account input[type="radio"] + label,
.module-authentication input[type="radio"] + label,
.module-engage-add-project input[type="radio"] + label,
.module-engage-contact-form input[type="radio"] + label,
.module-premium input[type="radio"] + label,
.popup-register-or-login input[type="radio"] + label {
  font-family: "IBM Plex Serif", serif;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
}
.module-account input[type="email"]::-moz-placeholder,
.module-account input[type="number"]::-moz-placeholder,
.module-account input[type="password"]::-moz-placeholder,
.module-account input[type="text"]::-moz-placeholder,
.module-account input[type="url"]::-moz-placeholder,
.module-account textarea::-moz-placeholder,
.module-authentication input[type="email"]::-moz-placeholder,
.module-authentication input[type="number"]::-moz-placeholder,
.module-authentication input[type="password"]::-moz-placeholder,
.module-authentication input[type="text"]::-moz-placeholder,
.module-authentication input[type="url"]::-moz-placeholder,
.module-authentication textarea::-moz-placeholder,
.module-engage-add-project input[type="email"]::-moz-placeholder,
.module-engage-add-project input[type="number"]::-moz-placeholder,
.module-engage-add-project input[type="password"]::-moz-placeholder,
.module-engage-add-project input[type="text"]::-moz-placeholder,
.module-engage-add-project input[type="url"]::-moz-placeholder,
.module-engage-add-project textarea::-moz-placeholder,
.module-engage-contact-form input[type="email"]::-moz-placeholder,
.module-engage-contact-form input[type="number"]::-moz-placeholder,
.module-engage-contact-form input[type="password"]::-moz-placeholder,
.module-engage-contact-form input[type="text"]::-moz-placeholder,
.module-engage-contact-form input[type="url"]::-moz-placeholder,
.module-engage-contact-form textarea::-moz-placeholder,
.module-premium input[type="email"]::-moz-placeholder,
.module-premium input[type="number"]::-moz-placeholder,
.module-premium input[type="password"]::-moz-placeholder,
.module-premium input[type="text"]::-moz-placeholder,
.module-premium input[type="url"]::-moz-placeholder,
.module-premium textarea::-moz-placeholder,
.popup-register-or-login input[type="email"]::-moz-placeholder,
.popup-register-or-login input[type="number"]::-moz-placeholder,
.popup-register-or-login input[type="password"]::-moz-placeholder,
.popup-register-or-login input[type="text"]::-moz-placeholder,
.popup-register-or-login input[type="url"]::-moz-placeholder,
.popup-register-or-login textarea::-moz-placeholder {
  text-transform: uppercase;
}
.module-account input[type="email"]:-ms-input-placeholder,
.module-account input[type="number"]:-ms-input-placeholder,
.module-account input[type="password"]:-ms-input-placeholder,
.module-account input[type="text"]:-ms-input-placeholder,
.module-account input[type="url"]:-ms-input-placeholder,
.module-account textarea:-ms-input-placeholder,
.module-authentication input[type="email"]:-ms-input-placeholder,
.module-authentication input[type="number"]:-ms-input-placeholder,
.module-authentication input[type="password"]:-ms-input-placeholder,
.module-authentication input[type="text"]:-ms-input-placeholder,
.module-authentication input[type="url"]:-ms-input-placeholder,
.module-authentication textarea:-ms-input-placeholder,
.module-engage-add-project input[type="email"]:-ms-input-placeholder,
.module-engage-add-project input[type="number"]:-ms-input-placeholder,
.module-engage-add-project input[type="password"]:-ms-input-placeholder,
.module-engage-add-project input[type="text"]:-ms-input-placeholder,
.module-engage-add-project input[type="url"]:-ms-input-placeholder,
.module-engage-add-project textarea:-ms-input-placeholder,
.module-engage-contact-form input[type="email"]:-ms-input-placeholder,
.module-engage-contact-form input[type="number"]:-ms-input-placeholder,
.module-engage-contact-form input[type="password"]:-ms-input-placeholder,
.module-engage-contact-form input[type="text"]:-ms-input-placeholder,
.module-engage-contact-form input[type="url"]:-ms-input-placeholder,
.module-engage-contact-form textarea:-ms-input-placeholder,
.module-premium input[type="email"]:-ms-input-placeholder,
.module-premium input[type="number"]:-ms-input-placeholder,
.module-premium input[type="password"]:-ms-input-placeholder,
.module-premium input[type="text"]:-ms-input-placeholder,
.module-premium input[type="url"]:-ms-input-placeholder,
.module-premium textarea:-ms-input-placeholder,
.popup-register-or-login input[type="email"]:-ms-input-placeholder,
.popup-register-or-login input[type="number"]:-ms-input-placeholder,
.popup-register-or-login input[type="password"]:-ms-input-placeholder,
.popup-register-or-login input[type="text"]:-ms-input-placeholder,
.popup-register-or-login input[type="url"]:-ms-input-placeholder,
.popup-register-or-login textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
.module-account input[type="email"]::placeholder,
.module-account input[type="number"]::placeholder,
.module-account input[type="password"]::placeholder,
.module-account input[type="text"]::placeholder,
.module-account input[type="url"]::placeholder,
.module-account textarea::placeholder,
.module-authentication input[type="email"]::placeholder,
.module-authentication input[type="number"]::placeholder,
.module-authentication input[type="password"]::placeholder,
.module-authentication input[type="text"]::placeholder,
.module-authentication input[type="url"]::placeholder,
.module-authentication textarea::placeholder,
.module-engage-add-project input[type="email"]::placeholder,
.module-engage-add-project input[type="number"]::placeholder,
.module-engage-add-project input[type="password"]::placeholder,
.module-engage-add-project input[type="text"]::placeholder,
.module-engage-add-project input[type="url"]::placeholder,
.module-engage-add-project textarea::placeholder,
.module-engage-contact-form input[type="email"]::placeholder,
.module-engage-contact-form input[type="number"]::placeholder,
.module-engage-contact-form input[type="password"]::placeholder,
.module-engage-contact-form input[type="text"]::placeholder,
.module-engage-contact-form input[type="url"]::placeholder,
.module-engage-contact-form textarea::placeholder,
.module-premium input[type="email"]::placeholder,
.module-premium input[type="number"]::placeholder,
.module-premium input[type="password"]::placeholder,
.module-premium input[type="text"]::placeholder,
.module-premium input[type="url"]::placeholder,
.module-premium textarea::placeholder,
.popup-register-or-login input[type="email"]::placeholder,
.popup-register-or-login input[type="number"]::placeholder,
.popup-register-or-login input[type="password"]::placeholder,
.popup-register-or-login input[type="text"]::placeholder,
.popup-register-or-login input[type="url"]::placeholder,
.popup-register-or-login textarea::placeholder {
  text-transform: uppercase;
}
.module-account input[type="submit"],
.module-authentication input[type="submit"],
.module-engage-add-project input[type="submit"],
.module-engage-contact-form input[type="submit"],
.module-premium input[type="submit"],
.popup-register-or-login input[type="submit"] {
  width: 100%;
  color: #fff;
  background: #e30613 !important;
  border: 1px solid #e30613;
  padding: 20px;
  font-size: 1.5rem;
}
.module-account input[type="checkbox"],
.module-authentication input[type="checkbox"],
.module-engage-add-project input[type="checkbox"],
.module-engage-contact-form input[type="checkbox"],
.module-premium input[type="checkbox"],
.popup-register-or-login input[type="checkbox"] {
  position: relative;
  top: 1px;
  cursor: pointer !important;
  outline: 1px solid #000;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.module-account input[type="checkbox"]:checked:after,
.module-authentication input[type="checkbox"]:checked:after,
.module-engage-add-project input[type="checkbox"]:checked:after,
.module-engage-contact-form input[type="checkbox"]:checked:after,
.module-premium input[type="checkbox"]:checked:after,
.popup-register-or-login input[type="checkbox"]:checked:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 3px;
  border: 1px solid #333;
  border-top: 0;
  border-right: 0;
  opacity: 1;
  transform: rotate(-45deg);
}
.module-account input[type="checkbox"] + label,
.module-authentication input[type="checkbox"] + label,
.module-engage-add-project input[type="checkbox"] + label,
.module-engage-contact-form input[type="checkbox"] + label,
.module-premium input[type="checkbox"] + label,
.popup-register-or-login input[type="checkbox"] + label {
  text-transform: none;
}
.module-account .select-field,
.module-authentication .select-field,
.module-engage-add-project .select-field,
.module-engage-contact-form .select-field,
.module-premium .select-field,
.popup-register-or-login .select-field {
  position: relative;
  margin-bottom: 1.3rem;
}
.module-account .select-field select,
.module-authentication .select-field select,
.module-engage-add-project .select-field select,
.module-engage-contact-form .select-field select,
.module-premium .select-field select,
.popup-register-or-login .select-field select {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  border-radius: 0;
}
.module-account .select-field select option,
.module-authentication .select-field select option,
.module-engage-add-project .select-field select option,
.module-engage-contact-form .select-field select option,
.module-premium .select-field select option,
.popup-register-or-login .select-field select option {
  color: rgba(0, 0, 0, 0.3);
}
.module-account .upload-field,
.module-authentication .upload-field,
.module-engage-add-project .upload-field,
.module-engage-contact-form .upload-field,
.module-premium .upload-field,
.popup-register-or-login .upload-field {
  position: relative;
  width: 25rem;
  height: 12rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #51473f;
  margin-bottom: 1.3rem;
}
.module-account .upload-field.portrait,
.module-authentication .upload-field.portrait,
.module-engage-add-project .upload-field.portrait,
.module-engage-contact-form .upload-field.portrait,
.module-premium .upload-field.portrait,
.popup-register-or-login .upload-field.portrait {
  width: 25rem;
  height: 25rem;
}
@media only screen and (max-width: 740px) {
  .module-account .upload-field,
  .module-authentication .upload-field,
  .module-engage-add-project .upload-field,
  .module-engage-contact-form .upload-field,
  .module-premium .upload-field,
  .popup-register-or-login .upload-field {
    width: 100%;
  }
}
.module-account .upload-field .label,
.module-authentication .upload-field .label,
.module-engage-add-project .upload-field .label,
.module-engage-contact-form .upload-field .label,
.module-premium .upload-field .label,
.popup-register-or-login .upload-field .label {
  width: 100%;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.module-account .upload-field .label span,
.module-authentication .upload-field .label span,
.module-engage-add-project .upload-field .label span,
.module-engage-contact-form .upload-field .label span,
.module-premium .upload-field .label span,
.popup-register-or-login .upload-field .label span {
  width: 100%;
}
.module-account .upload-field .label .feather,
.module-authentication .upload-field .label .feather,
.module-engage-add-project .upload-field .label .feather,
.module-engage-contact-form .upload-field .label .feather,
.module-premium .upload-field .label .feather,
.popup-register-or-login .upload-field .label .feather {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 3rem;
  height: 3rem;
  color: #e30613;
  margin-bottom: 1rem;
}
.module-account .upload-field input,
.module-authentication .upload-field input,
.module-engage-add-project .upload-field input,
.module-engage-contact-form .upload-field input,
.module-premium .upload-field input,
.popup-register-or-login .upload-field input {
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.module-account .upload-field img,
.module-authentication .upload-field img,
.module-engage-add-project .upload-field img,
.module-engage-contact-form .upload-field img,
.module-premium .upload-field img,
.popup-register-or-login .upload-field img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.module-account .popup_cta_container,
.module-authentication .popup_cta_container,
.module-engage-add-project .popup_cta_container,
.module-engage-contact-form .popup_cta_container,
.module-premium .popup_cta_container,
.popup-register-or-login .popup_cta_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.module-account .popup_cta_container a.close-popup,
.module-authentication .popup_cta_container a.close-popup,
.module-engage-add-project .popup_cta_container a.close-popup,
.module-engage-contact-form .popup_cta_container a.close-popup,
.module-premium .popup_cta_container a.close-popup,
.popup-register-or-login .popup_cta_container a.close-popup {
  color: #fff;
  background: #e30613 !important;
  border: 1px solid #e30613;
  padding: 10px;
  font-size: 1.5rem;
}
.module-account .login-trigger,
.module-authentication .login-trigger,
.module-engage-add-project .login-trigger,
.module-engage-contact-form .login-trigger,
.module-premium .login-trigger,
.popup-register-or-login .login-trigger {
  text-align: center;
}
.module-account a.login,
.module-authentication a.login,
.module-engage-add-project a.login,
.module-engage-contact-form a.login,
.module-premium a.login,
.popup-register-or-login a.login {
  font-weight: 700;
}
.module-account a.cta,
.module-authentication a.cta,
.module-engage-add-project a.cta,
.module-engage-contact-form a.cta,
.module-premium a.cta,
.popup-register-or-login a.cta {
  width: 100%;
  display: block;
  color: #fff;
  background: #e30613 !important;
  border: 1px solid #e30613;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 1.3rem;
}
.module-account a.cta.inverse,
.module-authentication a.cta.inverse,
.module-engage-add-project a.cta.inverse,
.module-engage-contact-form a.cta.inverse,
.module-premium a.cta.inverse,
.popup-register-or-login a.cta.inverse {
  color: #e30613;
  background: #fff !important;
  border: 1px solid #e30613;
}
.module-account a.forgot-password,
.module-authentication a.forgot-password,
.module-engage-add-project a.forgot-password,
.module-engage-contact-form a.forgot-password,
.module-premium a.forgot-password,
.popup-register-or-login a.forgot-password {
  font-family: "IBM Plex Serif", serif;
  text-transform: none;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.module-account .has-error input,
.module-authentication .has-error input,
.module-engage-add-project .has-error input,
.module-engage-contact-form .has-error input,
.module-premium .has-error input,
.popup-register-or-login .has-error input {
  border: 1px solid #e30613;
}
.module-account .divider,
.module-authentication .divider,
.module-engage-add-project .divider,
.module-engage-contact-form .divider,
.module-premium .divider,
.popup-register-or-login .divider {
  font-size: 1.5rem;
  text-align: center;
  margin: 1rem 0;
}
.module-account .error-tooltip,
.module-authentication .error-tooltip,
.module-engage-add-project .error-tooltip,
.module-engage-contact-form .error-tooltip,
.module-premium .error-tooltip,
.popup-register-or-login .error-tooltip {
  width: 100%;
  display: inline-block;
  padding: 0 0 12px;
  margin-bottom: -12px;
  background-color: #51473f;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(90% + 12px) calc(100% - 12px),
    90% 100%,
    calc(90% - 12px) calc(100% - 12px),
    0 calc(100% - 12px)
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(90% + 12px) calc(100% - 12px),
    90% 100%,
    calc(90% - 12px) calc(100% - 12px),
    0 calc(100% - 12px)
  );
}
.module-account .error-tooltip .container,
.module-authentication .error-tooltip .container,
.module-engage-add-project .error-tooltip .container,
.module-engage-contact-form .error-tooltip .container,
.module-premium .error-tooltip .container,
.popup-register-or-login .error-tooltip .container {
  padding-bottom: 9px;
  margin-bottom: -6px;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    calc(90% + 10px) calc(100% - 10px),
    90% 100%,
    calc(90% - 10px) calc(100% - 10px),
    0 calc(100% - 10px)
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    calc(90% + 10px) calc(100% - 10px),
    90% 100%,
    calc(90% - 10px) calc(100% - 10px),
    0 calc(100% - 10px)
  );
}
.module-account .error-tooltip .container div,
.module-authentication .error-tooltip .container div,
.module-engage-add-project .error-tooltip .container div,
.module-engage-contact-form .error-tooltip .container div,
.module-premium .error-tooltip .container div,
.popup-register-or-login .error-tooltip .container div {
  padding: 1.3rem;
  color: #fff;
  font-family: "IBM Plex Serif", serif;
  text-transform: none;
  font-weight: 400;
  font-size: 1.3rem;
}
.module-account .error-general,
.module-account .success-general,
.module-authentication .error-general,
.module-authentication .success-general,
.module-engage-add-project .error-general,
.module-engage-add-project .success-general,
.module-engage-contact-form .error-general,
.module-engage-contact-form .success-general,
.module-premium .error-general,
.module-premium .success-general,
.popup-register-or-login .error-general,
.popup-register-or-login .success-general {
  width: 100%;
  padding: 1.3rem;
  margin-bottom: 1rem;
  background-color: #51473f;
}
.module-account .error-general div,
.module-account .success-general div,
.module-authentication .error-general div,
.module-authentication .success-general div,
.module-engage-add-project .error-general div,
.module-engage-add-project .success-general div,
.module-engage-contact-form .error-general div,
.module-engage-contact-form .success-general div,
.module-premium .error-general div,
.module-premium .success-general div,
.popup-register-or-login .error-general div,
.popup-register-or-login .success-general div {
  color: #fff;
  font-family: "IBM Plex Serif", serif;
  text-transform: none;
  font-weight: 400;
  font-size: 1.3rem;
}
.module-account .error-general div a,
.module-account .success-general div a,
.module-authentication .error-general div a,
.module-authentication .success-general div a,
.module-engage-add-project .error-general div a,
.module-engage-add-project .success-general div a,
.module-engage-contact-form .error-general div a,
.module-engage-contact-form .success-general div a,
.module-premium .error-general div a,
.module-premium .success-general div a,
.popup-register-or-login .error-general div a,
.popup-register-or-login .success-general div a {
  text-decoration: underline;
}
.module-account .col-headline,
.module-authentication .col-headline,
.module-engage-add-project .col-headline,
.module-engage-contact-form .col-headline,
.module-premium .col-headline,
.popup-register-or-login .col-headline {
  margin-top: 3em;
  margin-bottom: 2em;
}
.module-account p.form-disclaimer,
.module-authentication p.form-disclaimer,
.module-engage-add-project p.form-disclaimer,
.module-engage-contact-form p.form-disclaimer,
.module-premium p.form-disclaimer,
.popup-register-or-login p.form-disclaimer {
  font-size: 1.1em;
  margin-bottom: 0 !important;
  padding: 1.5em 0;
}
.module-account p.form-disclaimer a,
.module-authentication p.form-disclaimer a,
.module-engage-add-project p.form-disclaimer a,
.module-engage-contact-form p.form-disclaimer a,
.module-premium p.form-disclaimer a,
.popup-register-or-login p.form-disclaimer a {
  text-decoration: underline;
}
.module-account .inner {
  background: none;
  max-width: 1100px;
  overflow: hidden;
  margin-top: 0;
  padding: 0;
}
.module-account .preferred-language .acf-radio-list {
  padding-left: 0;
}
.module-account .preferred-language .acf-radio-list input[type="radio"] {
  width: auto;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.module-account .preferred-language .acf-radio-list label {
  margin-right: 1em;
}
.module-account a.cta,
.module-account input[type="submit"] {
  width: auto;
  height: 3em;
  line-height: 2.8;
  float: right;
  font-size: 0.95em;
  padding: 0 1.7em;
}
.module-account a.cta {
  margin-top: 0;
}
.module-account input[name="membership"] {
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #fff;
}
.module-premium .inner.wide.index h2 {
  margin-bottom: 3rem !important;
}
.module-premium .inner.wide.index h3 {
  color: #51473f;
}
.module-premium .inner.wide.index ul {
  font-family: "IBM Plex Serif", serif;
  text-transform: none;
  font-weight: 400;
}
.module-premium .inner.wide.index .content ul li:before {
  content: "";
  font-family: Font awesome\5 Free;
  color: #e30613;
  margin-right: 0.5em;
}
.module-premium .inner.wide.index .grid > div {
  margin-top: 3em;
}
@media only screen and (max-width: 619px) {
  .module-premium .inner.wide.index .grid #premium-package {
    order: -1;
  }
}
.module-premium .inner.wide.index .grid ul li {
  background: #f5f5f5;
  padding: 20px;
}
.module-premium .inner.wide.buy-ticket ul {
  font-family: "IBM Plex Serif", serif;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 2em;
}
.module-premium .inner.wide.buy-ticket .content ul li:before {
  content: "";
  font-family: Font awesome\5 Free;
  color: #e30613;
  margin-right: 0.5em;
}
.module-premium .ticket-price {
  width: 100%;
  background: #f5f5f5;
  text-align: right;
  padding: 0.5em 1em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 619px) {
  .module-premium .ticket-price {
    text-align: center;
  }
}
.module-premium .ticket-price h4 {
  font-size: 2.3rem;
  color: #e30613;
}
.module-premium .ticket-price p {
  margin-bottom: 0 !important;
}
.module-premium .form-redeem p {
  text-align: center;
}
.module-premium .form-redeem p a {
  text-decoration: underline;
}
.module-engage-contact-form {
  background: #fff;
  padding: 2rem 0;
}
.module-engage-contact-form .content {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
}
.module-engage-contact-form .content p {
  margin-bottom: 0 !important;
}
.module-engage-contact-form .col-submit {
  display: grid;
  margin-top: 1rem;
}
.module-engage-contact-form input[type="submit"] {
  width: auto;
  color: #fff;
  background: #e30613;
  border: 1px solid #e30613;
  padding: 1rem 3rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 620px) {
  .module-engage-contact-form .col-submit {
    justify-items: end;
  }
}
.module-engage-contact-form .form-close {
  background: transparent none repeat scroll 0 0;
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  outline: medium none currentcolor;
}
.module-engage-contact-form .form-close-icon {
  margin: 6px;
}
.module-engage-contact-form .error-msg {
  color: #e30613;
  font-family: "IBM Plex Serif", serif;
  text-transform: none;
  font-weight: 400;
  font-size: small;
}
.module-engage-contact-form .error input {
  border: 1px solid #e30613;
}
.module-engage-add-project .inner {
  max-width: 100%;
  margin: 0;
}
.page-child .module-premium .inner {
  background: #fff;
  padding: 2rem;
  max-width: 680px;
}
.add-project-form.loading,
.add-project-form.loading input[type="submit"],
.loading .contact-form,
.loading .contact-form input[type="submit"],
.loading .page_body,
.loading .page_body input[type="submit"],
.loading .popup_body,
.loading .popup_body input[type="submit"] {
  cursor: wait;
}
.module-quote .quote {
  padding: 4rem 20px;
  border: 1px solid;
  text-align: center;
  max-width: 1230px;
  margin: 6rem auto auto;
  position: relative;
}
.module-quote .quote .quote_text {
  padding: 4rem;
}
.module-quote .quote .author {
  padding-top: 3rem;
}
.module-account-password-reset .form__users input[type="email"],
.module-account-password-reset .form__users input[type="password"],
.module-account-password-reset .form__users input[type="text"] {
  border: 1px solid #51473f;
  padding: 20px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
}
.module-account-password-reset .form__users .module-title {
  margin-bottom: 20px;
}
.module-account-password-reset .form__users .error-msg {
  color: #e30613;
  font-family: "IBM Plex Serif", serif;
  text-transform: none;
  font-weight: 400;
  font-size: small;
}
.module-account-password-reset .form__users .error input {
  border: 1px solid #e30613;
}
.module-entities-by-this-person .content {
  background: #fff;
  padding: 3rem;
  position: relative;
  margin-bottom: 3rem;
}
.module-entities-by-this-person .content .entity-type {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.module-entities-by-this-person .content .title h3 {
  color: #51473f;
}
.module-entities-by-this-person .content .title p {
  font-size: 1.3rem;
  color: #e30613;
  margin-bottom: 1.2rem;
}
.module-entities-by-this-person .content .description {
  font-size: 1.2rem;
  text-transform: none;
  margin-bottom: 1.2rem;
}
.module-entities-by-this-person .content .description p {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
}
.module-entities-by-this-person .content a.button {
  font-size: 1.1rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-bottom: 0;
  padding-top: 0;
}
.tribe-events-before-html {
  text-transform: none;
}
.tribe-events-before-html h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-family: DINWeb, Arial, sans-serif;
  margin-bottom: 25px;
}
.tribe-events-before-html .text {
  font-size: 1.2rem;
  color: #000;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
}
.module-tribe-events .listview_event_month,
.tribe-events-calendar-list .listview_event_month {
  padding: 1.2rem 0;
  margin-bottom: 10px;
  line-height: 1;
}
.module-tribe-events .listview_events_item_cat,
.tribe-events-calendar-list .listview_events_item_cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.module-tribe-events .listview_events_item_cat a.lang,
.tribe-events-calendar-list .listview_events_item_cat a.lang {
  order: 10;
}
.module-tribe-events .listview_events_item_cat a,
.module-tribe-events .listview_events_item_cat span,
.tribe-events-calendar-list .listview_events_item_cat a,
.tribe-events-calendar-list .listview_events_item_cat span {
  display: inline-block;
  background: #fff;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 33px;
  color: #51473f;
  margin-right: 5px;
  margin-bottom: 8px;
  text-decoration: none;
}
.module-tribe-events .listview_events_item_cat a > span,
.module-tribe-events .listview_events_item_cat span > span,
.tribe-events-calendar-list .listview_events_item_cat a > span,
.tribe-events-calendar-list .listview_events_item_cat span > span {
  margin-bottom: 0;
}
.module-tribe-events .listview_events_item_cat a > span:first-child,
.module-tribe-events .listview_events_item_cat span > span:first-child,
.tribe-events-calendar-list .listview_events_item_cat a > span:first-child,
.tribe-events-calendar-list .listview_events_item_cat span > span:first-child {
  padding-left: 0;
}
.module-tribe-events .listview_events_item_cat a > span:last-child,
.module-tribe-events .listview_events_item_cat span > span:last-child,
.tribe-events-calendar-list .listview_events_item_cat a > span:last-child,
.tribe-events-calendar-list .listview_events_item_cat span > span:last-child {
  padding-right: 0;
}
.module-tribe-events .listview_events_item_cat a:hover,
.tribe-events-calendar-list .listview_events_item_cat a:hover {
  background: #e30613;
  color: #fff;
}
.module-tribe-events .listview_events_date,
.tribe-events-calendar-list .listview_events_date {
  line-height: 1;
  position: relative;
}
.module-tribe-events .listview_events_date .listview_events_date_box,
.tribe-events-calendar-list .listview_events_date .listview_events_date_box {
  position: -webkit-sticky;
  position: sticky;
  top: 2.5rem;
  margin-bottom: 50px;
}
.module-tribe-events .listview_events_date .listview_events_day_lang,
.module-tribe-events .listview_events_date .listview_events_month,
.tribe-events-calendar-list .listview_events_date .listview_events_day_lang,
.tribe-events-calendar-list .listview_events_date .listview_events_month {
  font-size: 1.375rem;
}
.module-tribe-events .listview_events_date .listview_events_day,
.tribe-events-calendar-list .listview_events_date .listview_events_day {
  font-size: 2.625rem;
}
.module-tribe-events .single_event_item_tag,
.tribe-events-calendar-list .single_event_item_tag {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-tribe-events .single_event_item_tag a,
.tribe-events-calendar-list .single_event_item_tag a {
  display: inline-block;
  background: #e5e5e5;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 33px;
  color: #51473f;
  margin-right: 5px;
  margin-bottom: 8px;
}
.module-tribe-events .single_event_item_additional_fields,
.tribe-events-calendar-list .single_event_item_additional_fields {
  margin: 40px 0;
}
.module-tribe-events .single_event_item_additional_fields p,
.tribe-events-calendar-list .single_event_item_additional_fields p {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 1rem;
}
@media (min-width: 880px) {
  .module-tribe-events .single_event_item_additional_fields p,
  .tribe-events-calendar-list .single_event_item_additional_fields p {
    font-size: 1.2rem;
  }
}
.module-tribe-events .single_event_item_additional_fields a,
.tribe-events-calendar-list .single_event_item_additional_fields a {
  text-decoration: underline !important;
}
.module-tribe-events .single_event_item_additional_fields ul,
.tribe-events-calendar-list .single_event_item_additional_fields ul {
  font-weight: 400;
  text-transform: none;
  list-style: disc;
  padding-left: 1.5rem;
  font-family: "IBM Plex Serif", serif;
  margin-bottom: 1rem;
}
@media (min-width: 880px) {
  .module-tribe-events .single_event_item_additional_fields ul,
  .tribe-events-calendar-list .single_event_item_additional_fields ul {
    font-size: 1.2rem;
  }
}
.module-tribe-events .single_event_item_additional_fields ul li,
.tribe-events-calendar-list .single_event_item_additional_fields ul li {
  list-style: disc;
}
.module-tribe-events .single_event_item_additional_fields .event_details_header,
.module-tribe-events .single_event_item_additional_fields .event_type,
.tribe-events-calendar-list
  .single_event_item_additional_fields
  .event_details_header,
.tribe-events-calendar-list .single_event_item_additional_fields .event_type {
  font-family: DINWeb, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
}
.module-tribe-events .single_event_item_additional_fields .catchy_phrase,
.tribe-events-calendar-list
  .single_event_item_additional_fields
  .catchy_phrase {
  font-family: DINWeb, Arial, sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
}
.module-tribe-events .listview_events_item article,
.tribe-events-calendar-list .listview_events_item article {
  padding: 25px 0;
  border-top: 1px solid;
  display: grid !important;
}
.module-tribe-events .listview_events_item article h2,
.tribe-events-calendar-list .listview_events_item article h2 {
  padding: 5px 0;
}
.module-tribe-events .listview_events_item article .listview_events_item_time,
.tribe-events-calendar-list
  .listview_events_item
  article
  .listview_events_item_time {
  font-weight: 700;
  color: #51473f;
  font-size: 1.3rem;
  display: inline-block;
}
.module-tribe-events .listview_events_item article .event_language,
.tribe-events-calendar-list .listview_events_item article .event_language {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #aba39c;
}
.module-tribe-events
  .listview_events_item
  article
  .listview_events_item_organizers_speaker,
.tribe-events-calendar-list
  .listview_events_item
  article
  .listview_events_item_organizers_speaker {
  font-size: 1.3rem;
}
.module-tribe-events
  .listview_events_item
  article
  .listview_events_item_organizers_speaker,
.module-tribe-events
  .listview_events_item
  article
  .listview_events_item_organizers_speaker
  a,
.tribe-events-calendar-list
  .listview_events_item
  article
  .listview_events_item_organizers_speaker,
.tribe-events-calendar-list
  .listview_events_item
  article
  .listview_events_item_organizers_speaker
  a {
  color: #51473f;
}
.module-tribe-events .listview_events_item article .event-ctas,
.tribe-events-calendar-list .listview_events_item article .event-ctas {
  display: flex;
  margin-top: 50px;
  float: right;
  margin-right: 25px;
}
@media (min-width: 1101px) and (max-width: 1185px) {
  .module-tribe-events .listview_events_item article .event-ctas,
  .tribe-events-calendar-list .listview_events_item article .event-ctas {
    display: block;
    float: left;
    margin-left: 50px;
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  .module-tribe-events .listview_events_item article .event-ctas,
  .tribe-events-calendar-list .listview_events_item article .event-ctas {
    margin-left: 0;
    float: left;
    margin-right: 0;
  }
}
.module-tribe-events
  .listview_events_item
  article
  .event-ctas
  .event-ctas__container,
.tribe-events-calendar-list
  .listview_events_item
  article
  .event-ctas
  .event-ctas__container {
  position: relative;
}
.module-tribe-events
  .listview_events_item
  article
  .event-ctas
  .event-ctas__dropdown,
.tribe-events-calendar-list
  .listview_events_item
  article
  .event-ctas
  .event-ctas__dropdown {
  position: relative;
  width: 100%;
  color: #51473f;
  font-weight: 400;
  font-size: 0.8rem;
  margin: 0;
  padding: 10px 0;
  line-height: 1.2;
  text-transform: none;
  font-family: "IBM Plex Serif", serif;
  max-width: 160px;
}
.module-tribe-events .listview_events_item article .event-ctas li,
.tribe-events-calendar-list .listview_events_item article .event-ctas li {
  margin-right: 10px;
  display: inline-block;
}
.module-tribe-events .listview_events_item article .event-ctas li a,
.tribe-events-calendar-list .listview_events_item article .event-ctas li a {
  color: #51473f;
  text-decoration: underline;
}
.module-tribe-events .listview_events_item article .event-ctas li:first-child,
.tribe-events-calendar-list
  .listview_events_item
  article
  .event-ctas
  li:first-child {
  margin-right: 0;
}
.module-tribe-events
  .listview_events_item
  article
  .event-ctas
  .after-rsvp
  a.read-more,
.tribe-events-calendar-list
  .listview_events_item
  article
  .event-ctas
  .after-rsvp
  a.read-more {
  display: none !important;
}
.module-tribe-events .listview_events_item article a.read-more,
.module-tribe-events .listview_events_item article button.event-ctas__btn,
.tribe-events-calendar-list .listview_events_item article a.read-more,
.tribe-events-calendar-list
  .listview_events_item
  article
  button.event-ctas__btn {
  background-image: none;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  color: inherit;
  border: 2px solid;
  font-size: 0.95em;
  padding: 0 1.2em;
  height: 3em;
  line-height: 2.8;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  color: #51473f;
}
.module-tribe-events .listview_events_item article a.read-more,
.tribe-events-calendar-list .listview_events_item article a.read-more {
  margin-right: 25px;
}
@media (min-width: 1101px) and (max-width: 1185px) {
  .module-tribe-events .listview_events_item article a.read-more,
  .tribe-events-calendar-list .listview_events_item article a.read-more {
    margin-bottom: 15px;
  }
}
.module-tribe-events .listview_events_item article button.event-ctas__btn,
.tribe-events-calendar-list
  .listview_events_item
  article
  button.event-ctas__btn {
  color: #e30613;
}
.module-tribe-events .single_event_ctas_group .event-ctas,
.module-tribe-events .single_event_next_events .event-ctas,
.tribe-events-calendar-list .single_event_ctas_group .event-ctas,
.tribe-events-calendar-list .single_event_next_events .event-ctas {
  display: flex;
  margin-top: 50px;
}
.module-tribe-events
  .single_event_ctas_group
  .event-ctas
  .event-ctas__container,
.module-tribe-events
  .single_event_next_events
  .event-ctas
  .event-ctas__container,
.tribe-events-calendar-list
  .single_event_ctas_group
  .event-ctas
  .event-ctas__container,
.tribe-events-calendar-list
  .single_event_next_events
  .event-ctas
  .event-ctas__container {
  position: relative;
}
.module-tribe-events .single_event_ctas_group .event-ctas .event-ctas__dropdown,
.module-tribe-events
  .single_event_next_events
  .event-ctas
  .event-ctas__dropdown,
.tribe-events-calendar-list
  .single_event_ctas_group
  .event-ctas
  .event-ctas__dropdown,
.tribe-events-calendar-list
  .single_event_next_events
  .event-ctas
  .event-ctas__dropdown {
  position: relative;
  width: 100%;
  color: #51473f;
  font-weight: 400;
  font-size: 0.8rem;
  margin: 0;
  padding: 10px 0;
  line-height: 1.2;
  text-transform: none;
  font-family: "IBM Plex Serif", serif;
  max-width: 160px;
}
.module-tribe-events .single_event_ctas_group .event-ctas li,
.module-tribe-events .single_event_next_events .event-ctas li,
.tribe-events-calendar-list .single_event_ctas_group .event-ctas li,
.tribe-events-calendar-list .single_event_next_events .event-ctas li {
  margin-right: 10px;
  display: inline-block;
}
.module-tribe-events .single_event_ctas_group .event-ctas li a,
.module-tribe-events .single_event_next_events .event-ctas li a,
.tribe-events-calendar-list .single_event_ctas_group .event-ctas li a,
.tribe-events-calendar-list .single_event_next_events .event-ctas li a {
  color: #51473f;
  text-decoration: underline;
}
.module-tribe-events .single_event_ctas_group .event-ctas li:first-child,
.module-tribe-events .single_event_next_events .event-ctas li:first-child,
.tribe-events-calendar-list .single_event_ctas_group .event-ctas li:first-child,
.tribe-events-calendar-list
  .single_event_next_events
  .event-ctas
  li:first-child {
  margin-right: 0;
}
.module-tribe-events .single_event_next_events .event-ctas,
.tribe-events-calendar-list .single_event_next_events .event-ctas {
  display: flex;
  margin-top: 50px;
  float: right;
  margin-left: 50px;
}
@media (min-width: 1101px) and (max-width: 1185px) {
  .module-tribe-events .single_event_next_events .event-ctas,
  .tribe-events-calendar-list .single_event_next_events .event-ctas {
    display: block;
    float: left;
  }
}
@media (max-width: 1100px) {
  .module-tribe-events .single_event_next_events .event-ctas,
  .tribe-events-calendar-list .single_event_next_events .event-ctas {
    margin-left: 0;
    float: left;
  }
}
.module-tribe-events .single_event_next_events .event-ctas a.read-more,
.tribe-events-calendar-list .single_event_next_events .event-ctas a.read-more {
  margin-right: 25px;
}
@media (min-width: 1101px) and (max-width: 1185px) {
  .module-tribe-events .single_event_next_events .event-ctas a.read-more,
  .tribe-events-calendar-list
    .single_event_next_events
    .event-ctas
    a.read-more {
    margin-bottom: 15px;
  }
}
.module-tribe-events
  .single_event_next_events
  .tribe-events-calendar-list__event-datetime-featured-icon,
.tribe-events-calendar-list
  .single_event_next_events
  .tribe-events-calendar-list__event-datetime-featured-icon {
  display: inline-block;
  margin-right: 4px;
}
.module-tribe-events
  .single_event_next_events
  .tribe-events-calendar-list__event-datetime-featured-icon
  .tribe-common-c-svgicon--featured,
.tribe-events-calendar-list
  .single_event_next_events
  .tribe-events-calendar-list__event-datetime-featured-icon
  .tribe-common-c-svgicon--featured {
  width: 8px;
}
.module-tribe-events .event_limited_invitation_only,
.tribe-events-calendar-list .event_limited_invitation_only {
  font-size: 0.8rem;
  text-transform: none;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}
.module-tribe-events .event_limited_invitation_only :before,
.tribe-events-calendar-list .event_limited_invitation_only :before {
  content: "";
  font-family: Font awesome\5 Free;
  font-weight: 900;
  color: #aba39c;
  padding-right: 5px;
}
.module-tribe-events .tribe-events-pg-template,
.tribe-events-calendar-list .tribe-events-pg-template {
  padding: 0 0 25px;
  display: grid !important;
  max-width: 1200px;
  margin: 0 auto;
}
.module-tribe-events .tribe-events-pg-template h1,
.tribe-events-calendar-list .tribe-events-pg-template h1 {
  margin-bottom: 0;
  padding: 5px 0;
}
@media (min-width: 740px) {
  .module-tribe-events .tribe-events-pg-template h1,
  .tribe-events-calendar-list .tribe-events-pg-template h1 {
    font-size: 2.5rem;
  }
}
.module-tribe-events .tribe-events-pg-template .listview_events_item_time,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .listview_events_item_time {
  font-weight: 700;
  color: #51473f;
  font-size: 1.3rem;
  display: inline-block;
}
.module-tribe-events .tribe-events-pg-template .event_language,
.tribe-events-calendar-list .tribe-events-pg-template .event_language {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #aba39c;
}
.module-tribe-events .tribe-events-pg-template .event_limited_invitation_only,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .event_limited_invitation_only {
  font-size: 0.8rem;
  text-transform: none;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}
.module-tribe-events
  .tribe-events-pg-template
  .listview_events_item_organizers_speaker,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .listview_events_item_organizers_speaker {
  font-size: 1.3rem;
}
.module-tribe-events .tribe-events-pg-template .single_event_ctas_group,
.tribe-events-calendar-list .tribe-events-pg-template .single_event_ctas_group {
  max-width: 400px;
  margin: 50px auto;
}
.module-tribe-events .tribe-events-pg-template .single_event_ctas,
.tribe-events-calendar-list .tribe-events-pg-template .single_event_ctas {
  display: flex;
  margin-top: 50px;
}
.module-tribe-events
  .tribe-events-pg-template
  .single_event_ctas
  .event-ctas__container,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .single_event_ctas
  .event-ctas__container {
  position: relative;
}
.module-tribe-events
  .tribe-events-pg-template
  .single_event_ctas
  .event-ctas__dropdown,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .single_event_ctas
  .event-ctas__dropdown {
  position: relative;
  width: 100%;
  color: #51473f;
  font-weight: 400;
  font-size: 0.8rem;
  margin: 0;
  padding: 10px 0;
  line-height: 1.2;
  text-transform: none;
  font-family: "IBM Plex Serif", serif;
  max-width: 160px;
}
.module-tribe-events .tribe-events-pg-template .single_event_ctas li,
.tribe-events-calendar-list .tribe-events-pg-template .single_event_ctas li {
  margin-right: 10px;
  display: inline-block;
}
.module-tribe-events .tribe-events-pg-template .single_event_ctas li a,
.tribe-events-calendar-list .tribe-events-pg-template .single_event_ctas li a {
  color: #51473f;
  text-decoration: underline;
}
.module-tribe-events
  .tribe-events-pg-template
  .single_event_ctas
  li:first-child,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .single_event_ctas
  li:first-child {
  margin-right: 0;
}
.module-tribe-events .tribe-events-pg-template .tribe-events-ajax-loading,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .tribe-events-ajax-loading {
  display: none !important;
}
.module-tribe-events .tribe-events-pg-template a.read-more,
.module-tribe-events .tribe-events-pg-template button.event-ctas__btn,
.tribe-events-calendar-list .tribe-events-pg-template a.read-more,
.tribe-events-calendar-list .tribe-events-pg-template button.event-ctas__btn {
  background-image: none;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  color: inherit;
  border: 2px solid;
  font-size: 0.95em;
  padding: 0 1.2em;
  height: 3em;
  line-height: 2.8;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  color: #51473f;
}
.module-tribe-events .tribe-events-pg-template button.event-ctas__btn,
.tribe-events-calendar-list .tribe-events-pg-template button.event-ctas__btn {
  color: #e30613;
}
.module-tribe-events .tribe-events-pg-template .person,
.tribe-events-calendar-list .tribe-events-pg-template .person {
  margin-bottom: 80px;
}
.module-tribe-events .tribe-events-pg-template .person .module-tribe-events,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .person
  .module-tribe-events {
  display: none !important;
}
.module-tribe-events .tribe-events-pg-template .person a.see-all-speakers,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .person
  a.see-all-speakers {
  background-image: none;
  display: block;
  position: relative;
  border: 2px solid;
  font-size: 0.95em;
  padding: 0 1.2em;
  height: 3em;
  line-height: 2.8;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  color: #51473f;
  text-align: center;
  max-width: 200px;
  margin: 2rem auto 0;
}
.module-tribe-events .tribe-events-pg-template .person a.edit-link,
.tribe-events-calendar-list .tribe-events-pg-template .person a.edit-link {
  margin: auto;
  display: inline-block;
  position: absolute;
  border: none;
  font-size: 0.95em;
  padding: 0;
  height: 1.3rem;
  line-height: 1;
  text-transform: none;
  transition: all 0.2s;
  box-shadow: none;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  color: #51473f;
  text-align: right;
  width: 1.3rem;
  max-width: 100%;
}
.module-tribe-events .tribe-events-pg-template .event-share,
.module-tribe-events .tribe-events-pg-template .single-event-image,
.tribe-events-calendar-list .tribe-events-pg-template .event-share,
.tribe-events-calendar-list .tribe-events-pg-template .single-event-image {
  position: relative;
  margin-bottom: 25px;
}
.module-tribe-events .tribe-events-pg-template .event-share ul.navbar,
.tribe-events-calendar-list .tribe-events-pg-template .event-share ul.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
.module-tribe-events
  .tribe-events-pg-template
  .event-share
  ul.navbar
  li.go-back,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .event-share
  ul.navbar
  li.go-back {
  margin-right: auto;
}
.module-tribe-events .tribe-events-pg-template .single-event-image img,
.tribe-events-calendar-list .tribe-events-pg-template .single-event-image img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}
.module-tribe-events
  .tribe-events-pg-template
  .external-partner-event
  .image-credits,
.module-tribe-events
  .tribe-events-pg-template
  .single-event-image
  .image-credits,
.module-tribe-events .tribe-events-pg-template .virtual-event .image-credits,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .external-partner-event
  .image-credits,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .single-event-image
  .image-credits,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .virtual-event
  .image-credits {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}
.module-tribe-events .tribe-events-pg-template .venue-details .venue_name,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .venue-details
  .venue_name {
  font-weight: 700;
}
.module-tribe-events .tribe-events-pg-template .venue-details .venue_phone,
.module-tribe-events .tribe-events-pg-template .venue-details .venue_website a,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .venue-details
  .venue_phone,
.tribe-events-calendar-list
  .tribe-events-pg-template
  .venue-details
  .venue_website
  a {
  text-transform: none;
  font-weight: 400;
}
#tribe_events_filters_wrapper.tribe-events-filters-horizontal,
.tribe-filters-closed
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
  padding: 0;
}
#tribe_events_filters_wrapper.tribe-events-filters-horizontal
  .tribe-events-filters-group-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  height: 2rem;
  border-radius: 1rem;
  padding: 0 2em;
  border: none;
  color: #51473f;
}
@media (max-width: 768px) {
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal
    .tribe-events-filters-group-heading {
    display: block;
    border-radius: 33px;
    color: #51473f;
    margin-bottom: 1rem;
    line-height: 40px;
    height: 40px;
  }
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal
    .tribe-events-filters-group-heading
    .horizontal-drop-indicator {
    float: right;
  }
}
#tribe_events_filters_wrapper.tribe-events-filters-horizontal
  .tribe-events-filters-group-heading:active,
#tribe_events_filters_wrapper.tribe-events-filters-horizontal
  .tribe-events-filters-group-heading:focus,
#tribe_events_filters_wrapper.tribe-events-filters-horizontal
  .tribe-events-filters-group-heading:hover {
  background: #e30613;
  color: #fff;
  border: none !important;
  outline: none;
  box-shadow: none;
}
.tribe-events-calendar-list__event-header
  .listview_events_item_cat
  .event-type {
  order: 10;
}
.tribe-events-calendar-list__event-header
  .listview_events_item_cat
  .event-premium {
  order: 20;
  border: 1px solid #e30613;
}
/* .tribe-events-calendar-list__event-header
  .listview_events_item_cat
  .misc-category,
.tribe-events-calendar-list__event-header
  .listview_events_item_cat
  .other-main-category {
  display: none;
} */

.single-pt-tribe_events .listview_events_item_cat .event-type {
  order: 0;
}
.single-pt-tribe_events .listview_events_item_cat .event-premium {
  order: 20;
  border: 1px solid #e30613;
}
.single-pt-tribe_events .listview_events_item_cat span {
  order: 5;
}
.single-pt-tribe_events .listview_events_item_cat .misc-category,
.single-pt-tribe_events .listview_events_item_cat .other-main-category {
  order: 1;
}
.single_event_next_events .listview_events_item_cat .event-type {
  order: 0;
}
.tribe-events-filters-horizontal button .horizontal-drop-indicator:before {
  border-color: #51473f transparent transparent;
}
.tribe-events-filters-horizontal
  button:active
  .horizontal-drop-indicator:before,
.tribe-events-filters-horizontal button:focus .horizontal-drop-indicator:before,
.tribe-events-filters-horizontal
  button:hover
  .horizontal-drop-indicator:before {
  border-color: #fff transparent transparent;
}
.tribe-events-filters-horizontal .tribe-events-filter-group {
  background: #fff;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  max-width: 210px;
  min-width: 165px;
  position: absolute;
  top: auto;
  z-index: 1000;
  border-radius: 8px;
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 768px) {
  .tribe-events-filters-horizontal .tribe-events-filter-group {
    filter: none;
    max-width: 95% !important;
    position: relative;
    text-align: left;
    margin: 0 auto 1rem;
    max-height: none;
  }
  .tribe-events-filters-horizontal .tribe-events-filter-group ul {
    max-height: none;
  }
}
#tribe_events_filters_wrapper ul {
  list-style: none;
  border-radius: 8px;
  background: #f9fafa;
}
#tribe_events_filters_wrapper .tribe-events-filter-group ul li {
  border-bottom: none;
  padding: 0;
}
.single-tribe_events .tribe-events-venue-map {
  float: none;
  margin: 0 4% 2% 0;
}
.single-tribe_events .organizer_email,
.single-tribe_events .organizer_name,
.single-tribe_events .organizer_phone,
.single-tribe_events .organizer_website,
.single-tribe_events .venue_address,
.single-tribe_events .venue_name,
.single-tribe_events .venue_phone {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  text-transform: none;
}
.single-tribe_events .organizer_name {
  margin-top: 15px;
}
.single-tribe_events .single_event_next_events {
  border-top: 1px solid;
  padding-top: 40px;
}
.single-tribe_events .single_event_next_events article {
  padding: 30px 0;
  border-bottom: 1px solid;
}
.single-tribe_events .single_event_next_events article:last-child {
  border-bottom: none;
}
.tribe-events-single img.size-large.wp-post-image {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
@media (min-width: 767px) {
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    margin: -1.5em 0 2em !important;
    border-bottom: 1px solid;
    padding-bottom: 2rem !important;
  }
}
.tribe-events-page-template .wpml-language-list {
  display: none;
}
.tribe-events-filter-checkboxes ul li:hover {
  background-color: #e30613 !important;
  color: #fff;
}
.tribe-events-filter-checkboxes input[type="checkbox"] {
  margin-right: 0 !important;
}
.tribe-events-filter-checkboxes input[type="checkbox"]:checked + label {
  color: #897e75;
  position: relative;
}
.tribe-events-filter-checkboxes input[type="checkbox"]:checked:hover + label {
  background-color: #e30613 !important;
  color: #fff;
}
.tribe-events-filter-checkboxes input[type="checkbox"]:checked + label:after {
  content: "";
  font-family: Font awesome\5 Free;
  position: absolute;
  right: 10px;
}
#tribe_events_filters_form
  .tribe_events_filter_item.active
  button.tribe-events-filters-group-heading {
  background-color: #e30613 !important;
  color: #fff;
}
#tribe_events_filters_form
  .tribe_events_filter_item.active
  .tribe-filter-status {
  display: none;
}
#tribe_events_filters_form
  .tribe_events_filter_item.active
  button.tribe-events-filters-group-heading
  .horizontal-drop-indicator:before {
  border-color: #fff transparent transparent;
}
#tribe_events_filters_wrapper {
  position: relative !important;
}
#tribe_events_filters_wrapper input[type="submit"] {
  border-radius: 1rem;
  padding: 0 20px;
  font-size: 12px;
}
#tribe_events_filters_wrapper .tribe-events-filter-group label {
  width: 100%;
  padding: 10px 30px 10px 15px;
}
@media (max-width: 768px) {
  #tribe_events_filters_wrapper {
    display: none;
    position: absolute !important;
    top: 80px !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #f5f5f5 !important;
    padding: 3rem 2rem 0 !important;
  }
}
@media (max-width: 571px) {
  #tribe_events_filters_wrapper {
    top: 60px !important;
  }
}
@media (max-width: 768px) {
  .tribe-events-view {
    position: static;
  }
}
@media (min-width: 767px) {
  .tribe-events-filters-horizontal .tribe_events_filter_control {
    float: none;
    display: inline-block;
  }
}
.tribe-events-filters-horizontal .tribe-events-filter-group {
  max-width: none;
}
.tribe-events-filters-horizontal .tribe-events-filters-mobile-controls {
  display: none !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container,
.tribe-common .tribe-common-l-container {
  padding-left: 0;
  padding-right: 0;
}
.tribe-events-calendar-list__event-row--featured {
  background-color: #e5e5e5;
}
.tribe-events-calendar-list__event-row--featured article {
  padding-left: 20px !important;
}
@media (max-width: 571px) {
  .tribe-events-calendar-list__event-row--featured article {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.tribe-events-calendar-list__event-row--featured
  .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 100% !important;
  margin-bottom: 1rem !important;
}
.btn-all-speaker {
  background-image: none;
  display: inline-block;
  border: 2px solid;
  font-size: 0.8rem;
  padding: 0 1.2em;
  height: 3em;
  line-height: 2.8;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  color: #51473f;
}
@media (max-width: 768px) {
  .btn-all-speaker {
    display: block;
    width: 100%;
    font-size: 0.95em;
  }
}
@media (max-width: 1060px) {
  #tribe_events_filters_wrapper .tribe-events-filters-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto !important;
  }
  #tribe_events_filters_wrapper
    .tribe-events-filters-content
    input[type="submit"] {
    margin-left: 0;
    margin-top: 25px !important;
  }
  #tribe_events_filters_wrapper
    .tribe-events-filters-content
    .tribe_events_filter_control {
    width: auto !important;
  }
}
@media (max-width: 768px) {
  #tribe_events_filters_wrapper
    .tribe-events-filters-content
    .tribe_events_filters_reset {
    background: none;
    border: none;
    font-size: 0.9rem;
    height: auto;
  }
  #tribe_events_filters_wrapper
    .tribe-events-filters-content
    input[type="submit"] {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
    border: 2px solid #e30613 !important;
    background: none !important;
    color: #e30613 !important;
    font-size: 1rem !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .tribe-filters-open .tribe_events_filter_control {
    display: block;
  }
}
@media (max-width: 960px) {
  .tribe-events .tribe-events-l-container {
    padding-top: 0;
  }
}
.events--show-filter {
  background-image: none;
  display: none;
  position: relative;
  color: inherit;
  border: 2px solid;
  font-size: 0.95em;
  padding: 0 1.2em;
  height: 3em;
  line-height: 2.8;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  color: #e30613;
  margin: 1rem auto 0;
  width: 100%;
}
@media (max-width: 768px) {
  .events--show-filter {
    display: block;
  }
}
.events-overview--ctas-top {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .events-overview--ctas-top {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 768px) {
  .tribe-events-filter-view .module.module-tribe-events {
    position: static;
  }
}
.attendance-list-go-back {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid;
}
.attendance-list-go-back button {
  background-image: none;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  color: inherit;
  border: 2px solid;
  font-size: 0.95em;
  padding: 0 1.2em;
  height: 3em;
  line-height: 2.8;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  color: #51473f;
  font-weight: 700;
}
.event-ctas a br,
.event-ctas button br,
.listview_events_item_cat br,
.listview_events_item_organizers_speaker br,
.my_personal_schedule .event_limited_invitation_only {
  display: none;
}
.text .my_personal_schedule h1,
.text .my_personal_schedule h2 {
  padding-top: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
.text .my_personal_schedule a {
  text-decoration: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
  font-size: 0.95em;
  line-height: 2.8;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  color: #51473f;
  font-weight: 700;
}
.tribe-events .tribe-events-c-nav__next,
.tribe-events .tribe-events-c-nav__prev {
  border: 2px solid;
  padding: 0 1.2em;
  height: 3em;
}
.tribe-events .tribe-events-c-nav__list-item--today {
  display: none !important;
  visibility: hidden;
}
.event-ctas__dropdown.going {
  display: block;
}
.module-tribe-events .tribe-events-cal-links {
  display: none !important;
}
.module-tribe-events .tribe-events-pg-template .epr-event-timer,
.module-tribe-events .tribe-events-pg-template .lsr-event-timer {
  position: absolute;
  left: 0;
  top: 20px;
  background: #fff;
  font-size: 0.8rem;
  padding: 4px 10px;
  font-size: 1.3rem;
  color: #afa8a1;
}
.module-tribe-events .tribe-events-pg-template .epr-event-timer span,
.module-tribe-events .tribe-events-pg-template .lsr-event-timer span {
  color: #ef0c3a;
}
.module-tribe-events .tribe-events-pg-template .external-partner-event,
.module-tribe-events .tribe-events-pg-template .virtual-event {
  position: relative;
  margin-bottom: 25px;
}
.module-tribe-events .tribe-events-pg-template .external-partner-event img,
.module-tribe-events .tribe-events-pg-template .virtual-event img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}
.module-tribe-events .tribe-events-pg-template .external-partner-event h4,
.module-tribe-events .tribe-events-pg-template .virtual-event h4 {
  color: #fff;
  font-size: 1.5rem;
}
.module-tribe-events
  .tribe-events-pg-template
  .external-partner-event
  .image_overlay {
  bottom: 6px;
}
.module-tribe-events
  .tribe-events-pg-template
  .external-partner-event
  .image_overlay.bsw-header
  a {
  margin: 0;
}
.module-tribe-events
  .tribe-events-pg-template
  .external-partner-event
  .image_overlay
  a.cta {
  color: #fff;
  background: #e30613 !important;
  border: 1px solid #e30613;
  text-align: center;
}
.module-tribe-events .tribe-events-pg-template .virtual-event-login h4 {
  color: #fff;
  font-size: 1.8rem;
}
.module-tribe-events
  .tribe-events-pg-template
  .virtual-event
  .grid
  [class*="col-"] {
  padding: 0;
}
.module-tribe-events
  .tribe-events-pg-template
  .virtual-event
  .tribe-events-virtual-single-video-embed {
  margin: 0;
}
.module-tribe-events .tribe-events-pg-template .virtual-event .event-live-chat {
  background: #fff;
}
.module-tribe-events
  .tribe-events-pg-template
  .virtual-event
  .event-live-chat
  .inner-container {
  position: relative;
  padding: 0 10px;
}
.module-tribe-events
  .tribe-events-pg-template
  .virtual-event
  .event-live-chat
  .inner-container
  .live-chat-header {
  background: #fff;
  padding: 15px 0 15px 10px;
}
.module-tribe-events
  .tribe-events-pg-template
  .virtual-event
  .event-live-chat
  .inner-container
  .live-chat-header
  .live-chat-title {
  color: #e30613;
  text-transform: uppercase;
}
.module-tribe-events
  .tribe-events-pg-template
  .virtual-event
  .event-live-chat
  .inner-container
  .live-chat-header
  .live-chat-title
  span,
.module-tribe-events
  .tribe-events-pg-template
  .virtual-event
  .event-live-chat
  .inner-container
  .live-chat-header
  .live-chat-title
  svg {
  vertical-align: middle;
  display: inline-block;
}
.module-tribe-events
  .tribe-events-pg-template
  .virtual-event
  .event-live-chat
  .inner-container
  .live-chat-header
  .live-chat-title
  span {
  margin: 0 0 0 10px;
}
.module-tribe-events
  .tribe-events-pg-template
  .virtual-event
  .event-live-chat
  .inner-container
  .live-chat-header
  button.close-chat {
  position: absolute;
  right: 7px;
  top: 17px;
}
.module-tribe-events
  .tribe-events-pg-template
  .virtual-event
  .event-live-chat
  .inner-container
  .live-chat-header
  button.close-chat
  svg {
  color: #51473f;
}
@media (min-width: 768px) {
  .module-tribe-events .tribe-events-pg-template .listview_events_item_cat {
    display: inline-block;
  }
  .module-tribe-events .tribe-events-pg-template button.event-livechat__btn {
    float: right;
  }
}
.module-tribe-events .tribe-events-pg-template button.event-livechat__btn {
  background-image: none;
  display: inline-block;
  position: relative;
  border: 2px solid;
  font-size: 0.8rem;
  padding: 0 1.2em;
  height: 3em;
  line-height: 2.8;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  color: #e30613;
  margin-left: 2em;
}
.module-tribe-events
  .tribe-events-pg-template
  button.event-livechat__btn:hover {
  color: #fff;
  background: #e30613;
}
.module-tribe-events .tribe-events-pg-template button.event-livechat__btn svg {
  width: auto;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px 0 0;
}
.module-tribe-events
  .tribe-events-pg-template
  button.event-livechat__btn:hover
  svg {
  fill: #fff !important;
}
.tribe-events-filter-group ul {
  overflow-y: auto;
}
.tribe-events-filter-group ul::-webkit-scrollbar {
  -webkit-appearance: none;
}
.tribe-events-filter-group ul::-webkit-scrollbar:vertical {
  width: 6px;
}
.tribe-events-filter-group ul::-webkit-scrollbar:horizontal {
  height: 6px;
}
.tribe-events-filter-group ul::-webkit-scrollbar-thumb {
  border-radius: 15px;
  border: 2px solid #f9fafa;
  background-color: rgba(0, 0, 0, 0.5);
}
.single-tribe_events .main-canvas {
  perspective: none;
}
#next-session-slideout {
  background-color: #fff;
  z-index: 4;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: all 0.3s linear;
  max-width: 200px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
#next-session-slideout.visible {
  max-width: 290px;
}
#next-session-slideout.visible .sessions_content {
  max-height: 300px;
  transition: all 0.3s linear;
  overflow: auto;
  opacity: 1;
  padding: 20px;
}
#next-session-slideout.visible #slideout_tab .arrow {
  transform: rotate(90deg);
}
@media (min-width: 880px) {
  #next-session-slideout.visible #slideout_tab .arrow {
    transform: rotate(180deg);
  }
}
@media (min-width: 880px) {
  #next-session-slideout.visible #slideout_tab {
    padding-left: 20px;
    padding-top: 10px;
  }
}
#next-session-slideout #slideout_tab {
  cursor: pointer;
  font-size: 1.3rem;
  padding: 0.5em 1em;
  display: flex;
  transition: all 0.3s linear;
}
#next-session-slideout #slideout_tab .arrow {
  margin: auto 0 auto auto;
  transform: rotate(-90deg);
}
@media (min-width: 880px) {
  #next-session-slideout #slideout_tab .arrow {
    transform: rotate(0deg);
  }
}
@media (min-width: 880px) {
  #next-session-slideout #slideout_tab .label {
    max-width: 80px;
    display: inline-block;
  }
}
@media (min-width: 880px) {
  #next-session-slideout #slideout_tab {
    font-size: 90%;
    line-height: 1.2em;
  }
}
#next-session-slideout .sessions_content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  opacity: 0;
}
#next-session-slideout .sessions_content .session {
  font-size: 90%;
  line-height: 125%;
  padding-bottom: 20px;
}
@media (min-width: 880px) {
  #next-session-slideout {
    top: 140px;
    left: 0;
    bottom: auto;
    max-width: 120px;
  }
}
.post-type-archive-tribe_events .page_body {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.post-type-archive-tribe_events .page_body .page_title_main {
  display: block;
  text-transform: uppercase;
  font-size: 7.5vw;
  /* word-break: break-word; */
  text-align: left;
  color: #000;
}

.post-type-archive-tribe_events .carousel.layout--slider {
  margin-bottom: 0;
}
.post-type-archive-tribe_events .page_content {
  padding-top: 3rem;
}
a.past-events {
  background-image: none;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  color: inherit;
  border: 2px solid;
  font-size: 0.95em;
  padding: 0 1.2em;
  height: 3em;
  line-height: 2.8;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  color: #51473f;
}
.tribe-events-calendar-latest-past__heading {
  margin-bottom: 1.2rem !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  min-height: auto;
}
.tribe-filter-bar .tribe-filter-bar-c-pill {
  border: none;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  padding-bottom: 0;
  position: relative;
  vertical-align: top;
}
.tribe-filter-bar
  .tribe-filter-bar-c-pill--button
  .tribe-filter-bar-c-pill__pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  border: none;
  color: #51473f;
}
.tribe-filter-bar
  .tribe-filter-bar-c-pill--button
  .tribe-filter-bar-c-pill__pill:after {
  border: 4px solid transparent;
  border-top-color: #666;
  content: "";
  display: inline-block;
  height: 0;
  margin: 5px 0 0 4px;
  transform: rotate(0);
  transform-origin: 50% 25%;
  transition: 0.25s ease-in-out;
  width: 0;
  vertical-align: middle;
}
.tribe-filter-bar
  .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections
  .tribe-filter-bar-c-pill__pill,
.tribe-filter-bar
  .tribe-filter-bar-c-pill--button
  .tribe-filter-bar-c-pill__pill:hover {
  background: #e30613;
  color: #fff;
  border: none !important;
  outline: none;
  box-shadow: none;
}
.tribe-filter-bar
  .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections
  .tribe-filter-bar-c-pill__pill:after,
.tribe-filter-bar
  .tribe-filter-bar-c-pill--button
  .tribe-filter-bar-c-pill__pill:hover:after {
  border-color: #fff transparent transparent;
}
.tribe-filter-bar
  .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections
  .tribe-filter-bar-c-pill__remove-button-icon {
  color: #fff;
}
.tribe-filter-bar
  .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections
  .tribe-filter-bar-c-pill__pill {
  padding: 0.5rem 2rem 0.5rem 1rem;
}
.tribe-common--breakpoint-medium
  .tribe-filter-bar
  .tribe-filter-bar-c-filter--pill
  .tribe-filter-bar-c-filter__filters-close-icon,
.tribe-common--breakpoint-medium
  .tribe-filter-bar
  .tribe-filter-bar-c-filter--pill
  .tribe-filter-bar-c-filter__filters-legend {
  display: none;
}
.tribe-common--breakpoint-medium
  .tribe-filter-bar--horizontal.tribe-filter-bar {
  margin: 0 0 2em !important;
  border-bottom: 1px solid;
  padding-bottom: 2rem !important;
  font-size: 1rem;
}
.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events
  .tribe-events-header--has-event-search
  .tribe-events-c-events-bar__filter-button {
  background: #fff;
  border-bottom: 1px solid #fff;
  padding: 21px 24px;
}

.tribe-events-header__events-bar {
  background: white;

}


.tribe-filter-bar
  .tribe-filter-bar-c-checkbox
  .tribe-common-form-control-checkbox__label {
  width: 100%;
  display: inline-block;
}
.tribe-filter-bar
  .tribe-filter-bar-c-checkbox
  .tribe-common-form-control-checkbox__input:checked
  + label:after,
.tribe-filter-bar
  .tribe-filter-bar-c-radio
  .tribe-common-form-control-radio__input:checked
  + label:after {
  content: "";
  font-family: Font awesome\5 Free;
  float: right;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background: #e30613;
}
.tribe-events .datepicker {
  padding: 0.8rem 1rem 1rem;
}
.tribe-events .datepicker .month,
.tribe-events .datepicker .year {
  padding: 0;
}
.tribe-events .datepicker .datepicker-months .datepicker-switch,
.tribe-events .datepicker .datepicker-months .next,
.tribe-events .datepicker .datepicker-months .prev,
.tribe-events .datepicker .datepicker-switch,
.tribe-events .datepicker .datepicker-years .datepicker-switch,
.tribe-events .datepicker .datepicker-years .next,
.tribe-events .datepicker .datepicker-years .prev,
.tribe-events .datepicker .next,
.tribe-events .datepicker .prev {
  padding: 0.8rem;
}
.tribe_community_edit .acf-fields .acf-field-relationship .acf-label,
.tribe_community_edit .acf-fields .acf-field-relationship .filters .-post_type,
.tribe_community_edit .acf-fields .acf-field-relationship .filters .-taxonomy,
.tribe_community_edit .speaker-relationship .acf-form-submit,
.tribe_community_edit .tribe-section-speaker #saved_speaker_bsw,
.tribe_community_edit .tribe-section-speaker .select2,
.tribe_community_edit
  .tribe-section-speaker
  tbody:not(.new-speaker_bsw)
  .saved-linked-post {
  display: none;
}
.tribe_community_edit .acf-fields .acf-field-relationship .filters,
.tribe_community_edit
  .acf-fields
  .acf-field-relationship
  .filters
  .-search
  input {
  padding: 0;
}
.tribe_community_edit .acf-fields .acf-field-relationship,
.tribe_community_edit .speaker-relationship .acf-fields {
  border: 0;
}
.tribe_community_edit .acf-relationship {
  background: #fff;
  border: 1px solid #ccd0d4;
}
.tribe_community_edit .acf-relationship .filters {
  border-bottom: 1px solid #ccd0d4;
  background: #fff;
}
.tribe_community_edit .acf-relationship .filters:after {
  display: block;
  clear: both;
  content: "";
}
.tribe_community_edit .acf-relationship .filters .filter {
  margin: 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 7px 7px 0;
 /* display: none;*/
}
.tribe_community_edit .acf-relationship .filters .filter:first-child {
  padding-left: 7px;
}
.tribe_community_edit .acf-relationship .filters .filter input,
.tribe_community_edit .acf-relationship .filters .filter select {
  margin: 0;
  float: none;
}
.tribe_community_edit .acf-relationship .filters .filter input:active,
.tribe_community_edit .acf-relationship .filters .filter input:focus,
.tribe_community_edit .acf-relationship .filters .filter select:active,
.tribe_community_edit .acf-relationship .filters .filter select:focus {
  outline: none;
  box-shadow: none;
}
.tribe_community_edit .acf-relationship .filters .filter input {
  border-color: transparent;
  box-shadow: none;
  padding-left: 3px;
  padding-right: 3px;
}
.tribe_community_edit .acf-relationship .filters.-f2 .filter {
  width: 50%;
}
.tribe_community_edit .acf-relationship .filters.-f3 .filter {
  width: 25%;
}
.tribe_community_edit .acf-relationship .filters.-f3 .filter.-search {
  width: 50%;
}
.tribe_community_edit .acf-relationship .list {
  margin: 0;
  padding: 5px;
  height: 160px;
  overflow: auto;
}
.tribe_community_edit .acf-relationship .list .acf-rel-item,
.tribe_community_edit .acf-relationship .list .acf-rel-label,
.tribe_community_edit .acf-relationship .list p {
  padding: 5px;
  margin: 0;
  display: block;
  position: relative;
  min-height: 18px;
}
.tribe_community_edit .acf-relationship .list .acf-rel-label {
  font-weight: 700;
}
.tribe_community_edit .acf-relationship .list .acf-rel-item {
  cursor: pointer;
}
.tribe_community_edit .acf-relationship .list .acf-rel-item b {
  text-decoration: underline;
  font-weight: 400;
}
.tribe_community_edit .acf-relationship .list .acf-rel-item .thumbnail {
  background: #e0e0e0;
  width: 22px;
  height: 22px;
  float: left;
  margin: -2px 5px 0 0;
}
.tribe_community_edit .acf-relationship .list .acf-rel-item .thumbnail img {
  max-width: 22px;
  max-height: 22px;
  margin: 0 auto;
  display: block;
}
.tribe_community_edit .acf-relationship .list .acf-rel-item .thumbnail.-icon {
  background: #fff;
}
.tribe_community_edit
  .acf-relationship
  .list
  .acf-rel-item
  .thumbnail.-icon
  img {
  max-height: 20px;
  margin-top: 1px;
}
.tribe_community_edit .acf-relationship .list .acf-rel-item:hover {
  background: #3875d7;
  color: #fff;
}
.tribe_community_edit .acf-relationship .list .acf-rel-item:hover .thumbnail {
  background: #a2bfec;
}
.tribe_community_edit
  .acf-relationship
  .list
  .acf-rel-item:hover
  .thumbnail.-icon {
  background: #fff;
}
.tribe_community_edit .acf-relationship .list .acf-rel-item.disabled {
  opacity: 0.5;
}
.tribe_community_edit .acf-relationship .list .acf-rel-item.disabled:hover {
  background: transparent;
  color: #333;
  cursor: default;
}
.tribe_community_edit
  .acf-relationship
  .list
  .acf-rel-item.disabled:hover
  .thumbnail {
  background: #e0e0e0;
}
.tribe_community_edit
  .acf-relationship
  .list
  .acf-rel-item.disabled:hover
  .thumbnail.-icon {
  background: #fff;
}
.tribe_community_edit .acf-relationship .list ul {
  padding-bottom: 5px;
}
.tribe_community_edit .acf-relationship .list ul .acf-rel-item,
.tribe_community_edit .acf-relationship .list ul .acf-rel-label,
.tribe_community_edit .acf-relationship .list ul p {
  padding-left: 20px;
}
.tribe_community_edit .acf-relationship .selection {
  position: relative;
}
.tribe_community_edit .acf-relationship .selection:after {
  display: block;
  clear: both;
  content: "";
}
.tribe_community_edit .acf-relationship .selection .choices,
.tribe_community_edit .acf-relationship .selection .values {
  width: 50%;
  background: #fff;
  float: left;
}
.tribe_community_edit .acf-relationship .selection .choices {
  background: #f9f9f9;
}
.tribe_community_edit .acf-relationship .selection .choices .list {
  border-right: 1px solid #dfdfdf;
}
.tribe_community_edit .acf-relationship .selection .values .acf-icon {
  position: absolute;
  top: 4px;
  right: 7px;
  display: none;
}
.tribe_community_edit
  html[dir="rtl"]
  .acf-relationship
  .selection
  .values
  .acf-icon {
  right: auto;
  left: 7px;
}
.tribe_community_edit
  .acf-relationship
  .selection
  .values
  .acf-rel-item:hover
  .acf-icon {
  display: block;
}
.tribe_community_edit .acf-relationship .selection .values .acf-rel-item {
  cursor: move;
}
.tribe_community_edit .acf-relationship .selection .values .acf-rel-item b {
  text-decoration: none;
}
.tribe_community_edit .acf-icon.-minus:before {
  content: "-";
}
.tribe_community_edit .acf-relationship .selection .edit-record {
  font-size: 0.8em;
  text-transform: lowercase;
}
.tribe_community_edit .linked-post.name {
  display: none;
}
.tribe-community-events input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.tribe-community-events input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.tribe-community-events .tribe-events-community-footer .tribe-section {
  text-align: left;
}
.tribe-community-events #tribe_events_community_login label {
  display: inline-block;
  width: 15%;
}
.tribe-events-community-details .linked-post label,
.tribe-events-community-details .organizer label,
.tribe-events-community-details .venue label {
  width: 10%;
  display: inline-block;
  margin-bottom: 10px;
}
.tribe-community-event-info {
  margin: 0;
}
.tribe-community-events .bubble {
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}
.tribe-community-events .linked-post,
.tribe-community-events .organizer,
.tribe-community-events .venue {
  padding: 0 32px;
}
.tribe_community_edit .form.speaker .events-community-post-content {
  margin: 1.5em 0 3em;
}
.tribe-community-events .tribe-section.tribe-section-digital input {
  width: 30%;
}
#ui-datepicker-div {
  z-index: 99 !important;
}
.tribe-community-events .tribe-section-terms .tribe-section-content-field label,
.tribe-community-events .tribe-section input,
.tribe-community-events .tribe-section textarea {
  text-transform: none;
  font-weight: 400;
}
.tribe-events-single .single_event_ctas_group a.read-more {
  display: none !important;
}
.tribe-events-single .single_event_ctas_group a.read-more.overview {
  display: inline-block !important;
}
.tribe-events-single .single_event_next_events .after-rsvp a.read-more,
.tribe-events-single .single_event_next_events a.overview {
  display: none !important;
}
@keyframes circle-1 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes inner-circle-1 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-1turn);
  }
}
.is-centered {
  text-align: center;
}
.is-uppercase {
  text-transform: uppercase !important;
}
.is-red {
  color: #e30613 !important;
}
.is-beige {
  color: #897e75;
}
.is-white {
  color: #fff;
}
.is-black {
  color: #000;
}
.is-brown {
  color: #51473f;
}
.is-bg-red {
  background: #e30613;
  color: #fff;
}

.is-bg-red-padding {
  background: #e30613;
  color: #fff;
  padding: 4px;
}

.is-bg-black-padding {
  background: #000000;
  color: #fff;
  padding: 4px;
  position: relative;
}

.is-bg-black-arrow {
  background: #000000;
  color: #fff;
  padding: 4px;
  position: relative;
}

.is-bg-black-arrow:hover::after {
  content: '\140A';
/*  position: absolute;
  right: 10px*/;
  top: 50%;
  transform: translateY(-150%);
  border: 5px solid transparent;
/*  border-left: 5px solid #fff;*/
}

.is-bg-black-arrow:hover::before {
  content: '\1405';
/*  position: absolute;
  right: 10px*/;
  top: 50%;
  transform: translateY(-150%);
  border: 5px solid transparent;
/*  border-left: 5px solid #fff;*/
}

.is-bg-black-padding {
  background: #000000;
  color: #fff;
  padding: 4px;
}


.has-border-top {
  border-top: 1px solid;
}
.is-bg-white {
  background: #fff;
  color: #e30613;
}
.is-bg-gray {
  background: #5a5a5a;
  color: #fff;
}
.is-bg-beige {
  background: #897e75;
  color: #fff;
}
.is-bg-brown {
  background: #51473f;
  color: #fff;
}

.is-bg-brown-padding {
  background: #51473f;
  color: #fff;
  padding: 4px;
  display: inline-block;
}
.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.is-uppercase {
  text-transform: uppercase;
}
.is-bold {
  font-weight: 700;
}
.is-cb-blue {
  color: #1e257b;
}
.is-bg-cb-blue {
  background: #1e257b;
  color: #fff !important;
}
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 1.5rem;
  /*display: none; */
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 35px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #e30613;
}
.choices[data-type*="select-one"]
  .choices__item[data-value=""]
  .choices__button {
  display: none;
}
.choices[data-type*="select-one"]:after {
  content: "";
  width: 11.2px;
  height: 11.2px;
  border-color: transparent #e30613 #e30613 transparent;
  border-style: solid;
  border-width: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  transform: rotate(45deg);
  pointer-events: none;
}
.choices[data-type*="select-one"].is-open:after {
  border-color: #e30613 transparent transparent #e30613;
  margin-top: -2.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #b1050f;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f5f5f5;
  padding: 7.5px 7.5px 3.75px;
  border: 0;
  border-radius: 0;
  font-size: 1.5rem;
  padding: 1.3rem !important;
  text-transform: uppercase;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-flipped.is-open .choices__inner,
.is-open .choices__inner {
  border-radius: 0 0 0 0;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 15px;
  font-size: 1.5rem;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #e30613;
  border: 1px solid #ca0511;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
  font-size: 85%;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #ca0511;
  border: 1px solid #b1050f;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown {
  visibility: hidden;
  z-index: 2;
  position: absolute;
  width: 100%;
  background-color: #f5f5f5;
  border: 0;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.choices__list--dropdown.is-active {
  visibility: visible;
}
.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 0.7rem 3rem;
  color: #b2b2b2;
  font-size: 1.5rem;
}
[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}
.choices__list--dropdown .choices__item:hover {
  color: #51473f;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 1.5rem;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50%;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 600;
  font-size: 1.5rem;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: grey;
}
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f5f5f5;
  font-size: 1.5rem;
  border: 0;
  border-radius: 0;
  max-width: 100%;
}
.choices__input:focus {
  outline: 0;
}
[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  opacity: 0.5;
}
.form__users {
  max-width: 1100px;
  margin: 0 auto 120px;
}
.form__users h3 {
  font-size: 1.5em;
}
.form__users input:not([type="radio"]) {
  border: 1px solid #51473f;
  padding: 20px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 20px;
}
.form__users input:not([type="radio"])[type="submit"] {
  width: auto;
  float: right;
  color: #fff;
  background: #e30613 !important;
  border: 1px solid #e30613;
}
.form__users input:not([type="radio"])[type="email"],
.form__users input:not([type="radio"])[type="password"],
.form__users input:not([type="radio"])[type="text"] {
  text-transform: none;
}
.form__users input:not([type="radio"])[type="email"]::-moz-placeholder,
.form__users input:not([type="radio"])[type="password"]::-moz-placeholder,
.form__users input:not([type="radio"])[type="text"]::-moz-placeholder {
  text-transform: uppercase;
}
.form__users input:not([type="radio"])[type="email"]:-ms-input-placeholder,
.form__users input:not([type="radio"])[type="password"]:-ms-input-placeholder,
.form__users input:not([type="radio"])[type="text"]:-ms-input-placeholder {
  text-transform: uppercase;
}
.form__users input:not([type="radio"])[type="email"]::placeholder,
.form__users input:not([type="radio"])[type="password"]::placeholder,
.form__users input:not([type="radio"])[type="text"]::placeholder {
  text-transform: uppercase;
}
.form__users .preferred-language .acf-radio-list {
  padding-left: 0;
}
.form__users .preferred-language .acf-radio-list label {
  margin-right: 1em;
}
.form__users .mb-25 {
  margin-bottom: 25px;
}
.mediathek.mediathek-archive .main {
  padding-left: 3vw;
  padding-right: 3vw;
}
.mediathek .h3 {
  font-size: 1.2rem;
}
.mediathek #ais-wrapper {
  display: grid;
}
.mediathek #ais-main {
  padding: 0;
}
.mediathek .algolia-search-header {
  padding-bottom: 2rem;
}
.mediathek #algolia-search-box input {
  border-bottom: 2px solid #51473f;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: auto;
}
.mediathek #algolia-search-box .search-icon {
  fill: #e30613;
}
.mediathek .ais-stats {
  color: #aba39c;
}
.mediathek #ais-facets {
  width: auto;
}
.mediathek .ais-facets {
  margin-bottom: 1rem;
}
.mediathek .widgettitle {
  color: #e30613;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.mediathek .ais-root__collapsible .widgettitle:before {
  content: "";
  font-family: Font awesome\5 Free;
  font-size: 0.8rem;
  margin: 0 5px 0 0;
}
.mediathek .ais-root__collapsible.ais-root__collapsed .widgettitle:before {
  content: "";
}
.mediathek .ais-hierarchical-menu--link,
.mediathek .ais-menu--link,
.mediathek .ais-refinement-list--label {
  color: #aba39c;
}
.mediathek .ais-hierarchical-menu--item__active .ais-hierarchical-menu--link,
.mediathek .ais-menu--item__active .ais-menu--link,
.mediathek .ais-refinement-list--item__active .ais-refinement-list--label {
  color: #51473f;
}
.mediathek .ais-hierarchical-menu--count:before,
.mediathek .ais-menu--count:before,
.mediathek .ais-refinement-list--count:before {
  content: "(";
}
.mediathek .ais-hierarchical-menu--count:after,
.mediathek .ais-menu--count:after,
.mediathek .ais-refinement-list--count:after {
  content: ")";
}
.mediathek
  .ais-refinement-list--item__active
  .ais-refinement-list--label:before {
  content: "";
  font-family: Font awesome\5 Free;
  font-size: 0.8rem;
}
.mediathek .ais-stats--time {
  display: none;
}
.mediathek .ais-hits--item {
  margin: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.mediathek article .excerpt {
  font-weight: 400;
  text-transform: none;
  margin: 0.5rem 0 0;
}
.mediathek #algolia-pagination {
  text-align: center;
  margin-bottom: 2rem;
}
.mediathek #algolia-pagination .ais-pagination--item {
  color: #aba39c;
  font-size: 1rem;
  padding: 0;
  line-height: 120%;
}
.mediathek #algolia-pagination .ais-pagination--item__active {
  color: #e30613;
}
.mediathek #algolia-pagination .ais-pagination--item:after {
  content: "|";
  display: inline-block;
  color: #aba39c;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 5px;
  vertical-align: middle;
}
.mediathek #algolia-pagination .ais-pagination--item__next,
.mediathek #algolia-pagination .ais-pagination--item__previous {
  color: #51473f;
}
.mediathek #algolia-pagination .ais-pagination--item__next:after {
  content: none;
}
.mediathek .ais-mobile-facets.hidden {
  display: none;
}
.mediathek .facets-trigger {
  display: none;
  font-size: 1rem;
  color: #e30613;
  cursor: pointer;
}
.mediathek .facets-trigger:before {
  content: "";
  font-family: Font awesome\5 Free;
  font-size: 0.8rem;
  margin: 0 5px 0 0;
}
.mediathek .facets-trigger.open {
  color: #51473f;
}
.mediathek .facets-trigger.open:before {
  content: "";
}
.mediathek a.see-results {
  display: none;
  text-align: center;
}
.mediathek a.see-results:hover {
  color: #fff !important;
}
.mediathek .ais-mobile-facets a.see-results {
  display: block;
}
.mediathek .ais-stats {
  font-size: 1rem;
  position: relative;
  top: auto;
}
.mediathek #algolia-search-box {
  margin-bottom: 1rem;
}
.mediathek .page_title_tags {
  margin-bottom: 0;
  margin-top: 1rem;
}
.mediathek article .excerpt .text {
  font-size: 1rem;
}
@media only screen and (max-width: 619px) {
  .mediathek .algolia-search-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #f5f5f5;
  }
  .mediathek .page_title_tags .input-group {
    overflow: auto;
  }
  .mediathek .page_title_tags .input-group .rounded-input_label {
    min-width: 150px;
  }
  .mediathek .page_content {
    width: 100%;
  }
  .mediathek .page_title_tags {
    width: 100%;
    overflow: auto;
  }
  .mediathek .page_title_tags .rounded-input_label {
    min-width: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  .mediathek #ais-facets {
    display: block;
  }
}
.mediathek .module.featured-image,
.mediathek .module.module-featured-embed {
  margin-bottom: 0;
}
.mediathek .module.navigation-module {
  background: #fff;
}
.mediathek .module.navigation-module .inner {
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 1rem 0;
}
.mediathek .module.navigation-module ul.navbar li {
  display: inline-block;
  margin: 0 0 0 1rem;
}
.mediathek .module.navigation-module ul.navbar li.share {
  margin: 0 1rem 0 0;
}
.mediathek .module.navigation-module ul.navbar li a {
  color: #897e75;
}
.mediathek .module.navigation-module ul.navbar li.active a {
  color: #e30613;
  border-bottom: 2px solid #e30613;
}
.mediathek .module.content-sections .content-section {
  display: none;
}
.mediathek .module.content-sections .content-section:first-child {
  display: block;
}
.mediathek #facet-content-type {
  display: none;
}
.mediathek .person .person_title {
  padding-top: 0;
}
.mediathek .showcase-content .module-ctas .button:hover {
  box-shadow: none;
}
.mediathek .showcase-content .module-ctas .button.is-bg-red {
  border-color: #fff;
}
.mediathek .text.lift {
  position: relative;
  top: -0.35rem;
}
.mediathek .comment-respond textarea {
  line-height: 1.5;
}
.mediathek.mediathek_article .module-gallery,
.mediathek.mediathek_audio .module-gallery,
.mediathek.mediathek_video .module-gallery {
  overflow: hidden;
}
.mediathek.mediathek_article .flickity-prev-next-button.next,
.mediathek.mediathek_audio .flickity-prev-next-button.next,
.mediathek.mediathek_video .flickity-prev-next-button.next {
  right: 8%;
}
.mediathek.mediathek_article .flickity-prev-next-button.previous,
.mediathek.mediathek_audio .flickity-prev-next-button.previous,
.mediathek.mediathek_video .flickity-prev-next-button.previous {
  left: 8%;
}
@media only screen and (min-width: 880px) {
  .mediathek .subhead {
    font-size: 1.16rem;
    line-height: 1.15;
  }
}
#facet-context {
  display: none;
}
.ais-search-box--magnifier-wrapper,
.ais-search-box--reset-wrapper {
  display: none !important;
}
.module-content-cta {
  background: #e30613;
  color: #fff;
}
.module-content-cta .inner {
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module-content-cta .inner h3 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.module-content-cta .inner svg {
  fill: #fff;
  vertical-align: middle;
}
@media only screen and (max-width: 619px) {
  .module-content-cta .inner {
    display: block;
    text-align: center;
  }
  .module-content-cta .inner .button {
    margin-top: 1rem;
  }
}
.module-content-entry-point h3.module-title {
  color: #e30613;
}
.module-content-entry-point .page_title_tags {
  margin-bottom: 0;
  margin-top: 1rem;
}
.module-content-entry-point .form-submit {
  text-align: center;
  padding-top: 2rem;
}
.module-content-entry-point .form-submit .text {
  margin-top: 1rem;
}
.module-content-entry-point .form-submit .text a,
.module-content-entry-point .form-submit .text p {
  font-family: "IBM Plex Serif", serif;
  font-size: 0.7rem;
  color: #51473f;
}
.module-content-entry-point .form-submit .text p.errorMsg {
  color: #e30613;
  font-weight: 700;
}
.module-content-entry-point #container-form_success {
  margin-top: 1rem;
}
.module-content-entry-point .input-group {
  display: inline-block;
}
.module-content-entry-point .rounded-input_label {
  float: left;
  cursor: pointer;
}
.module-content-entry-point .rounded-input_label.active {
  background: #e30613;
  color: #fff;
}
.module-content-entry-point .rounded-input_label input[type="checkbox"] {
  position: relative;
}
.module-showcase-content .showcase-content {
  background: #fff;

  position: relative;
}
.module-showcase-content .showcase-content .module-ctas {
  margin: 3em 0 0;
}
.module-showcase-content .showcase-content .button.is-bg-red {
  height: 3.2em;
  line-height: 3em;
}
.mediathek #algolia-hits .module-title,
.module-category-entry-point .module-title,
.module-connected-content .module-title,
.module-content-by-this-speaker .module-title,
.module-curated-slider .module-title,
.module-dynamic-slider .module-title,
.module-popular-slider .module-title,
.module-recommendations-slider .module-title,
.popup_fg .popup_body .module-title,
.single_sidebar .teasers .module-title {
  padding: 0.75rem 0;
}
.mediathek
  #algolia-hits
  .carousel.layout--slider
  .flickity-prev-next-button.previous,
.module-category-entry-point
  .carousel.layout--slider
  .flickity-prev-next-button.previous,
.module-connected-content
  .carousel.layout--slider
  .flickity-prev-next-button.previous,
.module-content-by-this-speaker
  .carousel.layout--slider
  .flickity-prev-next-button.previous,
.module-curated-slider
  .carousel.layout--slider
  .flickity-prev-next-button.previous,
.module-dynamic-slider
  .carousel.layout--slider
  .flickity-prev-next-button.previous,
.module-popular-slider
  .carousel.layout--slider
  .flickity-prev-next-button.previous,
.module-recommendations-slider
  .carousel.layout--slider
  .flickity-prev-next-button.previous,
.popup_fg
  .popup_body
  .carousel.layout--slider
  .flickity-prev-next-button.previous,
.single_sidebar
  .teasers
  .carousel.layout--slider
  .flickity-prev-next-button.previous {
  left: -3.5rem;
}
.mediathek
  #algolia-hits
  .carousel.layout--slider
  .flickity-prev-next-button.next,
.module-category-entry-point
  .carousel.layout--slider
  .flickity-prev-next-button.next,
.module-connected-content
  .carousel.layout--slider
  .flickity-prev-next-button.next,
.module-content-by-this-speaker
  .carousel.layout--slider
  .flickity-prev-next-button.next,
.module-curated-slider .carousel.layout--slider .flickity-prev-next-button.next,
.module-dynamic-slider .carousel.layout--slider .flickity-prev-next-button.next,
.module-popular-slider .carousel.layout--slider .flickity-prev-next-button.next,
.module-recommendations-slider
  .carousel.layout--slider
  .flickity-prev-next-button.next,
.popup_fg .popup_body .carousel.layout--slider .flickity-prev-next-button.next,
.single_sidebar
  .teasers
  .carousel.layout--slider
  .flickity-prev-next-button.next {
  right: -3.5rem;
}
.mediathek #algolia-hits .carousel.layout--slider .flickity-prev-next-button,
.module-category-entry-point
  .carousel.layout--slider
  .flickity-prev-next-button,
.module-connected-content .carousel.layout--slider .flickity-prev-next-button,
.module-content-by-this-speaker
  .carousel.layout--slider
  .flickity-prev-next-button,
.module-curated-slider .carousel.layout--slider .flickity-prev-next-button,
.module-dynamic-slider .carousel.layout--slider .flickity-prev-next-button,
.module-popular-slider .carousel.layout--slider .flickity-prev-next-button,
.module-recommendations-slider
  .carousel.layout--slider
  .flickity-prev-next-button,
.popup_fg .popup_body .carousel.layout--slider .flickity-prev-next-button,
.single_sidebar .teasers .carousel.layout--slider .flickity-prev-next-button {
  top: 6.5rem;
  color: #51473f;
}
.mediathek #algolia-hits .scaled-media_inner,
.module-category-entry-point .scaled-media_inner,
.module-connected-content .scaled-media_inner,
.module-content-by-this-speaker .scaled-media_inner,
.module-curated-slider .scaled-media_inner,
.module-dynamic-slider .scaled-media_inner,
.module-popular-slider .scaled-media_inner,
.module-recommendations-slider .scaled-media_inner,
.popup_fg .popup_body .scaled-media_inner,
.single_sidebar .teasers .scaled-media_inner {
  padding-bottom: 36% !important;
}
@media only screen and (max-width: 620px) {
  .mediathek
    #algolia-hits
    .carousel.layout--slider
    .flickity-prev-next-button.previous,
  .module-category-entry-point
    .carousel.layout--slider
    .flickity-prev-next-button.previous,
  .module-connected-content
    .carousel.layout--slider
    .flickity-prev-next-button.previous,
  .module-content-by-this-speaker
    .carousel.layout--slider
    .flickity-prev-next-button.previous,
  .module-curated-slider
    .carousel.layout--slider
    .flickity-prev-next-button.previous,
  .module-dynamic-slider
    .carousel.layout--slider
    .flickity-prev-next-button.previous,
  .module-popular-slider
    .carousel.layout--slider
    .flickity-prev-next-button.previous,
  .module-recommendations-slider
    .carousel.layout--slider
    .flickity-prev-next-button.previous,
  .popup_fg
    .popup_body
    .carousel.layout--slider
    .flickity-prev-next-button.previous,
  .single_sidebar
    .teasers
    .carousel.layout--slider
    .flickity-prev-next-button.previous {
    top: 5rem;
    left: 0;
    color: #aba39c;
  }
  .mediathek
    #algolia-hits
    .carousel.layout--slider
    .flickity-prev-next-button.next,
  .module-category-entry-point
    .carousel.layout--slider
    .flickity-prev-next-button.next,
  .module-connected-content
    .carousel.layout--slider
    .flickity-prev-next-button.next,
  .module-content-by-this-speaker
    .carousel.layout--slider
    .flickity-prev-next-button.next,
  .module-curated-slider
    .carousel.layout--slider
    .flickity-prev-next-button.next,
  .module-dynamic-slider
    .carousel.layout--slider
    .flickity-prev-next-button.next,
  .module-popular-slider
    .carousel.layout--slider
    .flickity-prev-next-button.next,
  .module-recommendations-slider
    .carousel.layout--slider
    .flickity-prev-next-button.next,
  .popup_fg
    .popup_body
    .carousel.layout--slider
    .flickity-prev-next-button.next,
  .single_sidebar
    .teasers
    .carousel.layout--slider
    .flickity-prev-next-button.next {
    top: 5rem;
    right: 0;
    color: #aba39c;
  }
}
.module-category-entry-point
  .teaser
  .scaled-media[data-ratio="variable"]
  .scaled-media_inner {
  padding-bottom: 100% !important;
}
.module-category-entry-point .teaser--topics .teaser_title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  margin: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  transform: translateZ(0);
}
.module-category-entry-point .teaser--topics .teaser_title .word {
  display: block;
  line-height: 1;
  padding: 0.2em;
  background: #e30613;
  color: #fff;
  font-size: 0.7em;
}
.module-category-entry-point
  .carousel.layout--slider
  .flickity-prev-next-button {
  top: calc(50% - 1em);
}
.module-content-by-this-speaker {
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.module-content-by-this-speaker .module-title {
  padding: 0.5rem 0 0.4rem;
}
.module-content-by-this-speaker .text {
  margin-bottom: 1.5rem;
}
.mediathek-popup .popup_fg {
  background: #f5f5f5;
  position: relative;
  max-width: 680px;
  border: 0;
  padding: 5rem;
}
.mediathek-popup .page_title_tags {
  margin-bottom: 0;
  margin-top: 1rem;
}
.mediathek-popup .popup_bg {
  background: #280f07;
  opacity: 0.46;
}
.mediathek-popup .popup_x {
  color: #707070;
}
.mediathek-popup .teaser {
  padding: 0;
}
.mediathek-popup article .excerpt {
  font-weight: 400;
  text-transform: none;
  margin: 0.5rem 0 0;
}
.mediathek-popup article .excerpt .text {
  font-size: 1rem;
}
.mediathek-popup a.share-post {
  margin: 0 0 0 3rem;
}
.mediathek-popup .teaser_title {
  font-size: 1.62rem;
  line-height: 1.3;
}
@media only screen and (max-width: 619px) {
  .mediathek-popup .popup_fg {
    padding: 0;
  }
  .mediathek-popup .teaser-inner {
    padding: 0 1.5rem 2rem;
  }
  .mediathek-popup .feather-x {
    color: #fff;
  }
}
.teaser .teaser_image .icon {
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 61.8'%3E%3Cdefs%3E%3Cstyle%3E.cls-2{fill:%23e30613}%3C/style%3E%3C/defs%3E%3Cg id='Gruppe_19' data-name='Gruppe 19'%3E%3Cg id='Rechteck_33' data-name='Rechteck 33'%3E%3Cpath fill='none' d='M0 0h46v61H0z'/%3E%3Cpath class='cls-2' d='M46 61H0V0h46zM5 56h36V5H5z'/%3E%3C/g%3E%3Cpath class='cls-2' d='M9.41 11.13h21.63v5H9.41zM9.41 20.74h16.83v5H9.41z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 18px auto;
}
.teaser .teaser_image .icon-mediathek_article {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 61.8'%3E%3Cdefs%3E%3Cstyle%3E.cls-2{fill:%23e30613}%3C/style%3E%3C/defs%3E%3Cg id='Gruppe_19' data-name='Gruppe 19'%3E%3Cg id='Rechteck_33' data-name='Rechteck 33'%3E%3Cpath fill='none' d='M0 0h46v61H0z'/%3E%3Cpath class='cls-2' d='M46 61H0V0h46zM5 56h36V5H5z'/%3E%3C/g%3E%3Cpath class='cls-2' d='M9.41 11.13h21.63v5H9.41zM9.41 20.74h16.83v5H9.41z'/%3E%3C/g%3E%3C/svg%3E");
}
.teaser .teaser_image .icon-mediathek_audio {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.17 67.63'%3E%3Cdefs%3E%3Cstyle%3E.cls-2{fill:%23e30613}%3C/style%3E%3C/defs%3E%3Cg id='Rechteck_32' data-name='Rechteck 32'%3E%3Crect x='11' width='25.41' height='41.49' rx='12.71' fill='none'/%3E%3Cpath class='cls-2' d='M23.71 41.49A12.72 12.72 0 0111 28.78V12.71a12.71 12.71 0 1125.41 0v16.07a12.72 12.72 0 01-12.7 12.71zm0-36.49A7.72 7.72 0 0016 12.71v16.07a7.71 7.71 0 1015.41 0V12.71A7.71 7.71 0 0023.71 5z'/%3E%3C/g%3E%3Cpath class='cls-2' d='M46.17 31.6h-5c0 10.4-9.41 15.17-18.17 15.17S5 42 5 31.6H0a18.52 18.52 0 007.39 15.25A25.21 25.21 0 0021 51.7v10.93h-6.5v5h18.15v-5H26v-11c10.45-1.11 20.17-7.94 20.17-20.03z'/%3E%3C/svg%3E");
}
.teaser .teaser_image .icon-mediathek_video {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='55'%3E%3Cg data-name='Polygon 4' fill='none'%3E%3Cpath d='M46 27.5L0 55V0z'/%3E%3Cpath d='M36.256 27.5L5 8.814v37.372L36.256 27.5m9.744 0L0 55V0l46 27.5z' fill='%23e30613'/%3E%3C/g%3E%3C/svg%3E");
}
.teaser .batch {
  font-size: 1rem;
}
a.share-post {
  color: #897e75;
}
ul.share-options {
  display: none;
}
ul.share-options li {
  display: inline-block;
  margin: 0 0 0 1rem;
}
ul.share-options li a {
  position: relative;
  font-size: 1rem;
  color: #897e75;
}
a.share-post i.fa-share {
  margin: 0 0.5rem 0 0;
}
.entry-point-shortcode .inner {
  max-width: 1100px;
  margin: 0 auto 120px;
}
.grid.teasers--mediathek {
  grid-template-columns: repeat(auto-fill, minmax(445px, 1fr));
}
@media only screen and (max-width: 450px) {
  .grid.teasers--mediathek {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.single-person {
  padding: 3rem;
  position: relative;
}
.single-person .col-12:first-child .col_inner {
  max-width: 350px;
  margin: 0 auto 1rem;
}
.single-person .edit-link {
  position: absolute;
  top: auto;
  bottom: 2rem;
  right: 2rem;
}
.single-person .module {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.single-person .page_title_main {
  color: #e30613;
  text-align: left;
  font-size: 2.5rem;
}
.single_person_back_to_overview_arrow {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  margin-bottom: 1.5rem;
}

.calendar_arrow {
  padding-left: 5.4rem;
  padding-right: 0.4rem;
  margin-bottom: 1.5rem;
}
.single-person .job-title {
  font-size: 1.3rem;
}
.single-person ul.social-accounts li {
  display: block;
}
.single-person ul.social-accounts li a {
  font-family: "IBM Plex Serif", serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #897e75;
  text-transform: none;
  margin-top: 1rem;
  margin-right: 1rem;
}
@media (min-width: 740px) {
  .mediathek_video .page_title_main {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 450px) {
  .single-person {
    padding: 0;
  }
  .single_person_back_to_overview_arrow {
    display: none;
  }
  .single-person .social-accounts {
    float: right;
  }
}
.engage.engage-index
  .module-link-boxes
  .teaser
  .scaled-media[data-ratio="variable"]
  .scaled-media_inner {
  padding-bottom: 20% !important;
}
/*.engage.engage-archive .page_header .page_title,
.engage.engage-archive .page_header .page_title_main {
  margin-bottom: 3rem;
}*/
.engage.engage-archive .page_header .page_title_after {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  text-transform: none;
}
.engage.engage-archive .archive-filters {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #5a5a5a;
  padding-bottom: 1.3rem;
  margin-bottom: 1rem;
}
.engage.engage-archive .archive-filters .filter-controls {
  position: relative;
  margin-left: auto;
  min-width: 4.5rem;
}
.engage.engage-archive .archive-filters .filter-controls ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: end;
}
.engage.engage-archive .archive-filters .filter-controls .filter-button-icon {
  height: 21px;
  width: 21px;
  display: inline-flex;
}
.engage.engage-archive
  .archive-filters
  .filter-controls
  .filter-button-icon
  svg {
  height: 21px;
  width: 21px;
}
.engage.engage-archive
  .archive-filters
  .filter-controls
  .filter-button-icon.hidden {
  display: none;
}
.engage.engage-archive
  .archive-filters
  .filter-controls
  .filter-button-icon.button-reset {
  stroke: currentColor;
  fill: none;
}
@media only screen and (max-width: 450px) {
  .engage.engage-archive .archive-filters {
    flex-direction: column-reverse;
  }
  .engage.engage-archive .archive-filters .filter-controls {
    margin-bottom: 1rem;
  }
}
.engage.engage-archive .map-legend {
  max-width: 100%;
  position: relative;
  margin-bottom: 1rem;
  padding: 1.5rem 0;
  background: none;
  left: auto;
  right: auto;
  bottom: auto;
}
.engage.engage-archive .archive-teasers {
  position: relative;
}
.engage.engage-archive .archive-teasers .info-window {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  padding: 0;
}
.engage.engage-archive .archive-teasers .info-window .iw-content {
  overflow: hidden;
  padding: 1.5rem;
}
.engage.engage-archive .archive-teasers .info-window .iw-content .hidden {
  display: none;
}
.engage.engage-archive .archive-teasers .info-window .iw-content.show-more {
  max-width: 1230px;
}
.engage.engage-archive .archive-teasers .info-window .iw-content .content {
  max-height: 335px;
  overflow-y: auto;
  scrollbar-color: #51473f #f5f5f5;
  scrollbar-width: thin;
}
.engage.engage-archive
  .archive-teasers
  .info-window
  .iw-content
  .teaser-content::-webkit-scrollbar {
  width: 5px;
}
.engage.engage-archive .archive-teasers .info-window .iw-content .entity-type {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.engage.engage-archive
  .archive-teasers
  .info-window
  .iw-content
  .iw-content-title
  h3 {
  color: #51473f;
}
.engage.engage-archive
  .archive-teasers
  .info-window
  .iw-content
  .iw-content-title
  p {
  color: #e30613;
  margin-bottom: 1.2rem;
}
.engage.engage-archive
  .archive-teasers
  .info-window
  .iw-content
  .iw-content-description {
  text-transform: none;
  margin-bottom: 1.2rem;
}
.engage.engage-archive
  .archive-teasers
  .info-window
  .iw-content
  .iw-content-description
  p {
  font-family: DINWeb;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.engage.engage-archive
  .archive-teasers
  .info-window
  .iw-content
  .iw-content-info
  p {
  font-family: DINWeb;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 1rem;
}
.engage.engage-archive
  .archive-teasers
  .info-window
  .iw-content
  .iw-content-info
  p
  span {
  font-weight: 700;
  text-transform: uppercase;
}
.engage.engage-archive
  .archive-teasers
  .info-window
  .iw-content
  .iw-content-info
  .logo {
  max-width: 130px;
  height: auto;
}
.engage.engage-archive .archive-teasers article .hidden {
  display: none;
}
.engage.engage-archive .archive-teasers article .content {
  display: flex;
  flex-direction: column;
  min-height: 36rem;
  background: #fff;
  padding: 1.5rem;
  position: relative;
}
.engage.engage-archive .archive-teasers article .content .intro-content p {
  font-family: DINWeb;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 1rem;
}
.engage.engage-archive .archive-teasers article .content .intro-content p span {
  font-weight: 700;
  text-transform: uppercase;
}
.engage.engage-archive .archive-teasers article .content .info-content {
  display: none;
}
.engage.engage-archive .archive-teasers article .content .info-cta {
  margin-top: auto;
}
.engage.engage-archive .archive-teasers article .content .entity-type {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.engage.engage-archive .archive-teasers article .content .title {
  height: 9.25rem;
  margin-bottom: 1.2rem;
}
.engage.engage-archive .archive-teasers article .content .title h3 {
  color: #51473f;
}
.engage.engage-archive .archive-teasers article .content .title p {
  font-size: 1.3rem;
  color: #e30613;
}
.engage.engage-archive .archive-teasers article .content .description {
  font-size: 1.2rem;
  text-transform: none;
  margin-bottom: 1.2rem;
  min-height: 18rem;
}
.engage.engage-archive .archive-teasers article .content .description p {
  font-family: DINWeb;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.engage.engage-archive .archive-teasers article .content a.button {
  font-size: 1.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.engage.engage-archive .archive-teasers .pagination .pagination-nav_item {
  background: #fff;
  color: #897e75;
  width: 2.3rem;
  height: 2.3rem;
  line-height: 2.3rem;
  margin: 0 0.4%;
}
.engage.engage-archive
  .archive-teasers
  .pagination
  .pagination-nav_item.is-active {
  background: #e30613;
  color: #fff;
}
.engage.engage-archive .archive-teasers .pagination .pagination-nav_item.dots {
  background: none;
}
.engage.engage-archive .archive-teasers .add-project {
  position: absolute;
  right: -3rem;
  bottom: 4rem;
  z-index: 2;
}
@media only screen and (max-width: 450px) {
  .engage.engage-archive .archive-teasers .add-project {
    right: 0;
  }
}
.engage .module-hero {
  margin-bottom: 0;
}
.engage .page_content_main {
  margin-top: 3rem;
}
.engage .page_body .button {
  font-size: 1.1rem;
  cursor: pointer;
}
.engage button.cta {
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 1.4rem;
  background-image: none;
  border: 0;
  padding: 1rem 3rem;
}
.engage .engage-ctas {
  margin-top: 2rem;
  display: grid;
}
.engage .image_overlay_content .engage-ctas button.cta {
  margin-top: 1rem;
}
@media only screen and (min-width: 620px) {
  .engage .engage-ctas {
    justify-items: end;
  }
}
.engage .no-hero .page_title_main {
  color: #e30613;
}
.engage .module-custom-image,
.engage .module-engage-add-project,
.engage .module-engage-person,
.engage .module-headline,
.engage .module-post-terms,
.engage .module-sdg-tiles,
.engage .module-submission-form,
.engage .module-textblock,
.engage .module-timeline,
.engage .module-timetable,
.engage .module_headline,
.engage .page_title {
  max-width: 1230px;
}
.engage.engage_entity .page_title .title-tag {
  margin-bottom: 2em;
}
.engage.engage_entity .page_title .title-tag .entity-type {
  display: inline-flex;
  align-items: center;
}
.engage.engage_entity .page_title .back_to_overview_arrow {
  margin-bottom: 2em;
}
.engage.engage_entity .page_title .page_title_after {
  font-size: 2.5rem;
}
.engage.engage_entity .module-textblock .kpi {
  position: relative;
  gap: 1em;
  margin-left: 0;
  margin-right: 0;
}
.engage.engage_entity .module-textblock .kpi .col-all {
  background: #fff;
  padding: 1.5rem;
}
.engage.engage_entity .module-textblock .kpi h3 {
  color: #e30613;
}
.engage.engage_entity .module-post-terms h3 {
  margin-bottom: 0;
}
.engage.engage_entity .module-post-terms .text {
  margin-bottom: 1.2rem;
}
.engage.engage_entity .module-post-terms .text .logo {
  max-width: 250px;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 1.2rem;
}
.engage.engage_entity .module-post-terms .text a.website {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  text-transform: none;
  text-decoration: underline;
}
.engage.engage_entity
  .module-engage-person
  .single_person_back_to_overview_arrow {
  display: none;
}
@media only screen and (max-width: 450px) {
  .engage.engage_entity .module-engage-person .text h2 {
    margin-bottom: 3rem;
  }
}
.engage .module-engage-map .module_headline {
  max-width: 100%;
}
.engage .module_headline {
  padding: 0.75rem 0;
  color: #e30613 !important;
  text-align: left;
}
.engage .filters.hidden {
  display: none;
}
.engage .map .map-wrapper {
  position: relative;
}
.engage .map .filters .hidden,
.engage .map .hidden {
  display: none;
}
.engage .map .filters .rounded-input_label {
  margin-right: 1.5em;
}
.engage .map .filters .filter-count {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 0.6rem;
  color: red;
  margin-left: auto;
  background-color: #fff;
  border-radius: 50%;
}
.engage .map .info-window {
  position: absolute;
  top: 50%;
  left: 5.5rem;
  max-width: 100%;
  padding: 2.2rem 1rem 1.5rem;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 999;
}
@media only screen and (max-width: 450px) {
  .engage .map .info-window {
    margin: 0 3vw;
    left: 0;
  }
}
.engage .map .gm-style .gm-style-iw-c {
  border-radius: 0 !important;
}
.engage .map .gm-style .iw-content {
  max-width: 370px;
  overflow: hidden;
}
.engage .map .gm-style .iw-content.show-more {
  max-width: 1230px;
}
.engage .map .gm-style .iw-content .teaser-content {
  display: none;
  max-height: 210px;
  overflow-y: auto;
  scrollbar-color: #51473f #f5f5f5;
  scrollbar-width: thin;
}
.engage .map .gm-style .iw-content .teaser-content::-webkit-scrollbar {
  width: 5px;
}
.engage .map .gm-style .iw-content .entity-type {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.engage .map .gm-style .iw-content .iw-content-title h3 {
  color: #51473f;
}
.engage .map .gm-style .iw-content .iw-content-title p {
  color: #e30613;
  margin-bottom: 1.2rem;
}
.engage .map .gm-style .iw-content .iw-content-description {
  text-transform: none;
  margin-bottom: 1.2rem;
}
.engage .map .gm-style .iw-content .iw-content-description p,
.engage .map .gm-style .iw-content .iw-content-info p {
  font-family: DINWeb;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.engage .map .gm-style .iw-content .iw-content-info p {
  text-transform: none;
  margin-bottom: 1rem;
}
.engage .map .gm-style .iw-content .iw-content-info p span {
  font-weight: 700;
  text-transform: uppercase;
}
.engage .map .gm-style .iw-content .iw-content-info .logo {
  max-width: 130px;
  height: auto;
}
.engage .map .cluster-icon {
  background-color: #51473f;
  box-shadow: 0 0 0 6px rgba(77, 77, 77, 0.2);
}
.engage .map-legend {
  max-width: 98%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: 0 auto;
  padding: 1.5rem 4rem;
  background: hsla(0, 0%, 100%, 0.9);
}
.engage .map-legend ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
}
.engage .map-legend ul li {
  display: flex;
  align-items: center;
}
.engage .map-legend .add-project,
.engage .archive-teasers .add-project {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 2rem;
  top: -2rem;
  line-height: normal;
  padding: 1rem;
  font-size: 0.8rem;
}

@media only screen and (min-width: 740px) and (max-width: 1403px) {
  .engage .map-legend {
    padding: 1.5rem 1rem;
  }
  .engage .map-legend ul {
    gap: 1.5rem;
  }
  .engage .map-legend ul li {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 740px) {
  .engage .map-legend {
    max-width: 100%;
    position: relative;
    bottom: 0;
    padding: 1.2rem 2rem;
  }
  .engage .map-legend ul {
    gap: 1.2rem;
  }
  .engage .map-legend ul li {
    width: 100%;
  }
  .engage .map-legend .add-project {
    right: 1.5em;
  }
}
.engage .map-filters {
  display: flex;
  flex-direction: row;
}
.engage .map-filters .filter-controls {
  margin-left: auto;
  min-width: 4.5rem;
}
.engage .map-filters .filter-controls ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: end;
}
.engage .map-filters .filter-controls .filter-button-icon {
  height: 21px;
  width: 21px;
  display: inline-flex;
}
.engage .map-filters .filter-controls .filter-button-icon.hidden {
  display: none;
}
.engage .map-filters .filter-controls .filter-button-icon.button-reset {
  stroke: currentColor;
  fill: none;
}
@media only screen and (max-width: 450px) {
  .engage .map-filters {
    flex-direction: column-reverse;
  }
  .engage .map-filters .filter-controls {
    margin-bottom: 1rem;
  }
}
.engage .filter_item_link .filter_item_label {
  padding: 0.5rem 1.5rem;
}
.engage .filter_item_link.is-selected {
  pointer-events: all;
  opacity: 1;
}
.engage .filter_item_link.is-selected span:after {
  content: "";
  font-family: Font awesome\5 Free;
  font-size: 0.8rem;
  margin-left: 1rem;
}
.engage .engage-newsletter {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.engage .engage-newsletter .headline {
  text-align: left;
  padding-left: 5vw;
  padding-right: 5vw;
}
.engage .engage-newsletter .page_body {
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.engage .engage-newsletter .page_body h2 {
  margin-bottom: 5rem;
}
.engage .popup-engage-newsletter .newsletter-form input[name="fields[email]"] {
  background: #f5f5f5;
}

.engage_newsletter_popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #f5f5f5;
  color: #51473f;
}

.entity-type span {
  margin-left: 0.6rem;
}
.entity-type.falling-walls-engage-project span,
.entity-type.science-engagement-project span {
  color: #e40614;
}
.entity-type.organisation-university span {
  color: #cfa222;
}
.entity-type.funding-organisation span {
  color: #45b8a9;
}
.comments-wrapper {
  margin-top: 5rem;
}
.comment-reply-title {
  margin: 0 0 4rem;
  text-align: left;
}
.comments .comment,
.comments .pingback,
.comments .review,
.comments .trackback {
  padding-top: 3.5rem;
}
div.comment:first-of-type {
  margin-top: 3.5rem;
  padding-top: 0;
}
.comments .comments-header + div {
  margin-top: 0;
  padding-top: 0;
}
.comment-body {
  background: #fff;
  padding: 3rem;
  position: relative;
}
.comment .comment {
  padding-left: 5%;
}
.comment-meta {
  line-height: 1.1;
  margin-bottom: 1rem;
  position: relative;
}
.hide-avatars .comment-meta {
  min-height: 0;
  padding-left: 0;
}
.comment-meta a {
  color: inherit;
}
.comment-author a {
  text-decoration: underline;
}
.comment-author a:focus,
.comment-author a:hover {
  text-decoration: none;
}
.comment-meta .avatar {
  height: 4rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
}
.comment-author .url {
  text-decoration: none;
}
.comment-metadata {
  color: #51473f;
  font-size: 1rem;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  text-transform: none;
  margin-top: 0.6rem;
}
.comment-metadata a {
  text-decoration: none;
}
.comment-metadata a:focus,
.comment-metadata a:hover {
  text-decoration: underline;
}
.comment-content.entry-content
  > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: 100%;
}
.comment-content.entry-content .alignleft {
  margin-left: 0;
}
.comment-content.entry-content .alignright {
  margin-right: 0;
}
.comment-footer-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 600;
  justify-content: flex-start;
  letter-spacing: 0.030833333em;
  line-height: 1;
  margin: 1.5rem 0 -1rem -1.5rem;
  text-transform: uppercase;
}
.comment-footer-meta > * {
  margin: 0 0 1rem 1.5rem;
}
.comment-reply-link {
  display: inline-block;
  position: relative;
  color: inherit;
  border: 2px solid;
  font-size: 0.8em;
  padding: 0 1.7em;
  height: 3em;
  line-height: 2.8;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 0 0 0 0 currentColor;
  text-decoration: none !important;
  font-family: DINWeb, Arial, sans-serif;
  font-weight: 700;
}
.comment-reply-link:hover {
  box-shadow: 0 0 0 2px #e30613;
  background: #e30613;
  color: #fff;
  border-color: #e30613;
}
.bypostauthor .comment-footer-meta .by-post-author {
  display: block;
}
.comment-footer-meta a {
  text-decoration: none;
}
.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
  text-decoration: underline;
}
.pingback .comment-meta,
.trackback .comment-meta {
  padding-left: 0;
}
.comments-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
  text-align: center;
}
.comments-pagination.only-next {
  justify-content: flex-end;
}
.comments-pagination .page-numbers {
  display: none;
  text-decoration: none;
}
.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
  text-decoration: underline;
}
.comments-pagination .next,
.comments-pagination .prev {
  display: block;
}
.comments-pagination .prev {
  left: 0;
}
.comments-pagination .next {
  right: 0;
  text-align: right;
}
.comment-respond {
  font-size: 1.2rem;
  background: #fff;
  padding: 3rem;
  position: relative;
  margin-top: 2.5rem;
}
.comment-respond:after,
.comment-respond:before {
  clear: both;
  content: "";
  display: block;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  color: #51473f;
  font-size: 1rem;
}
.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
  color: inherit;
  text-decoration: none;
}
.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
  text-decoration: underline;
}
.comment-respond p {
  line-height: 1.1;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.comment-form-cookies-consent {
  align-items: baseline;
  display: flex;
}
.comment-form-cookies-consent label {
  margin: 0 0 0 0.2rem;
}
.comment-respond > p:last-of-type {
  margin-bottom: 1rem;
}
.comment-respond label {
  display: none;
}
.comment-respond input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
}
.comment-respond input[type="checkbox"] + label {
  line-height: 1.25;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond textarea {
  border: 1px solid #51473f;
  padding: 10px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0;
}
.comment-respond textarea {
  height: 15rem;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  text-transform: none;
}
.comment-respond textarea:placeholder {
  line-height: 1.5;
}
.comment-respond #submit {
  display: block;
}
.comment-respond .comments-closed {
  text-align: center;
}
.comment-respond .must-log-in {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  text-transform: none;
}
.comments .comment-respond .comment-notes,
.comments .comment-respond .comment-reply-title,
.comments .comment-respond .logged-in-as {
  text-align: left;
}
.comment-reply-title small {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin: 0.5rem 0 0;
  white-space: nowrap;
}
.comment-reply-title small a {
  text-decoration: none;
}
.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
  text-decoration: underline;
}
.comment-respond .comment-reply-link {
  margin-top: 1rem;
}
.search.search-archive .main {
  padding-left: 3vw;
  padding-right: 3vw;
}
.search #ais-wrapper {
  display: grid;
}
.search #ais-main {
  padding: 0;
}
.search .algolia-search-header {
  padding-bottom: 2rem;
}
.search #algolia-search-box input {
  border-bottom: 2px solid #51473f;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: auto;
}
.search #algolia-search-box .search-icon {
  fill: #e30613;
}
.search .grid.teasers--search {
  grid-template-columns: repeat(1, 1fr);
}
.search .teaser .scaled-media_inner {
  padding-bottom: 133.3333% !important;
  display: flex;
  justify-content: center;
}
.search .teaser .batch {
  font-size: 1rem;
}
.search .teaser .teaser_title {
  padding-bottom: 1rem;
}
.search .teaser .teaser_title span.is-red span {
  color: #51473f;
}
.search .teaser .teaser_text {
  padding: 0;
}
.search .teaser .teaser_text .text {
  font-size: 1.1rem;
}
.search .teaser .teaser_text .text span.link {
  color: #aba39c;
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.search .ais-header .content-type {
  display: none;
}
.search .ais-stats {
  color: #aba39c;
}
.search #ais-facets {
  width: auto;
}
.search .ais-facets {
  margin-bottom: 1rem;
}
.search .widgettitle {
  color: #e30613;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.search .ais-root__collapsible .widgettitle:before {
  content: "";
  font-family: Font awesome\5 Free;
  font-size: 0.8rem;
  margin: 0 5px 0 0;
}
.search .ais-root__collapsible.ais-root__collapsed .widgettitle:before {
  content: "";
}
.search .ais-hierarchical-menu--link,
.search .ais-menu--link,
.search .ais-refinement-list--label {
  color: #aba39c;
}
.search .ais-hierarchical-menu--item__active .ais-hierarchical-menu--link,
.search .ais-menu--item__active .ais-menu--link,
.search .ais-refinement-list--item__active .ais-refinement-list--label {
  color: #51473f;
}
.search .ais-hierarchical-menu--count:before,
.search .ais-menu--count:before,
.search .ais-refinement-list--count:before {
  content: "(";
}
.search .ais-hierarchical-menu--count:after,
.search .ais-menu--count:after,
.search .ais-refinement-list--count:after {
  content: ")";
}
.search .ais-refinement-list--item__active .ais-refinement-list--label:before {
  content: "";
  font-family: Font awesome\5 Free;
  font-size: 0.8rem;
}
.search .ais-stats--time {
  display: none;
}
.search .ais-hits--item {
  margin: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.search article .excerpt {
  font-weight: 400;
  text-transform: none;
  margin: 0.5rem 0 0;
}
.search #algolia-pagination {
  text-align: center;
  margin-bottom: 2rem;
}
.search #algolia-pagination .ais-pagination--item {
  color: #aba39c;
  font-size: 1rem;
  padding: 0;
  line-height: 120%;
}
.search #algolia-pagination .ais-pagination--item__active {
  color: #e30613;
}
.search #algolia-pagination .ais-pagination--item:after {
  content: "|";
  display: inline-block;
  color: #aba39c;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 5px;
  vertical-align: middle;
}
.search #algolia-pagination .ais-pagination--item__next,
.search #algolia-pagination .ais-pagination--item__previous {
  color: #51473f;
}
.search #algolia-pagination .ais-pagination--item__next:after {
  content: none;
}
.search .ais-mobile-facets.hidden {
  display: none;
}
.search .facets-trigger {
  display: none;
  font-size: 1rem;
  color: #e30613;
  cursor: pointer;
}
.search .facets-trigger:before {
  content: "";
  font-family: Font awesome\5 Free;
  font-size: 0.8rem;
  margin: 0 5px 0 0;
}
.search .facets-trigger.open {
  color: #51473f;
}
.search .facets-trigger.open:before {
  content: "";
}
.search a.see-results {
  display: none;
  text-align: center;
}
.search a.see-results:hover {
  color: #fff !important;
}
.search .ais-mobile-facets a.see-results {
  display: block;
}
.search .ais-stats {
  font-size: 1rem;
  position: relative;
  top: auto;
}
.search #algolia-search-box {
  margin-bottom: 1rem;
}
.search article .excerpt .text {
  font-size: 1rem;
}
@media only screen and (max-width: 450px) {
  .search .grid.teasers--search {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media only screen and (max-width: 619px) {
  .search .algolia-search-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #f5f5f5;
  }
  .search .teaser .teaser_image {
    max-width: 110px;
    padding-bottom: 1rem;
  }
  .search .teaser .teaser_title span.is-red span {
    display: block;
  }
  .search .teaser .teaser_text .text {
    font-size: 1.3rem;
  }
  .search .teaser .teaser_text .text span.link {
    font-size: 1.1rem;
  }
  .search #algolia-pagination .ais-pagination--item {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1000px) {
  .search #ais-facets {
    display: block;
  }
}
html.bsw-website {
  background: #fff;
}
html.bsw-website .text,
html.bsw-website body {
  color: #000;
}
html.bsw-website .is-bg-red,
html.bsw-website .off-canvas {
  background: #e30613;
}
html.bsw-website .site-title {
  color: #e30613;
}
html.bsw-website .site-title br {
  display: block;
}
html.bsw-website .header_inner {
  background: #fff;
}
html.bsw-website .header_inner .wpml-language-list li a {
  color: #000;
}
html.bsw-website .button:hover {
  box-shadow: 0 0 0 2px #e30613;
  background: #e30613;
  color: #fff;
  border-color: #e30613;
}
html.bsw-website #newsletter-popup .popup_fg {
  background: #fff;
}
html.bsw-website #newsletter-popup .popup_fg .popup_header {
  color: #e30613;
}
html.bsw-website #tinymce li,
html.bsw-website #tinymce p,
html.bsw-website .text li,
html.bsw-website .text p {
  font-family: DINWeb, Helvetica Neue, Helvetica, Arial, sans-serif;
}
html.bsw-website .no-hero .page_title_main {
  font-size: 5rem;
  word-break: break-word;
  text-align: left;
  color: #000;
}
html.bsw-website .footer {
  background: #eaeaea;
}
html.bsw-website .footer .footer_menu_items {
  color: #000;
}
html.bsw-website .footer .newsletter-form button,
html.bsw-website .footer .newsletter-form input {
  border-radius: 0;
}
html.bsw-website .footer .footer_copyright {
  color: #000;
}
html.bsw-website .accordeon_item_toggle {
  background-color: transparent;
}
html.bsw-website .popup[data-automatic="1"] .site-title a {
  color: #e30613;
}
html.bsw-website
  .post-type-archive-tribe_events
  .page_body
  .events-overview--desc
  .page_title_main {
  font-size: 8vw;
  word-break: keep-all;
  display: block;
  text-transform: uppercase;
}
html.bsw-website
  .post-type-archive-tribe_events
  .page_body
  .events-overview--ctas-top,
html.bsw-website
  .post-type-archive-tribe_events
  .page_body
  .events-overview--desc
  p {
  display: none;
}
html.bsw-website .tribe-events-page-template:not(.post-type-archive-tribe_events) .wpml-language-list {
  display: block;
}
html.bsw-website .banner-slide_center {
  text-align: left;
}
html.bsw-website .teaser .teaser_image .icon-mediathek_video {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='46' height='55' viewBox='0 0 12.171 14.552' xmlns='http://www.w3.org/2000/svg'%3E%3Cg data-name='Polygon 4' fill='red'%3E%3Cpath d='M12.17 7.276L0 14.552V0z'/%3E%3Cpath d='M9.593 7.276l-8.27-4.944v9.888l8.27-4.944m2.578 0L0 14.552V0z'/%3E%3C/g%3E%3C/svg%3E");
  background-position-x: 55%;
}
html.bsw-website .teaser .teaser_image .icon-mediathek_article {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='46' height='61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 61h46V0H0v61z' fill='%23E30613'/%3E%3Cpath d='M9.41 11.13h21.63v5H9.41v-5zm0 9.61h16.83v5H9.41v-5z' fill='%23fff'/%3E%3C/svg%3E");
}
html.bsw-website .teaser .teaser_image .icon-mediathek_audio {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='46' height='69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)' fill='%23E30613'%3E%3Cpath d='M14.726 38.764a12.72 12.72 0 008.984 3.726 12.72 12.72 0 0012.7-12.71V13.71A12.708 12.708 0 0018.76 1.645 12.71 12.71 0 0011 13.71v16.07a12.72 12.72 0 003.726 8.984z'/%3E%3Cpath d='M46.17 32.6h-5c0 10.4-9.41 15.17-18.17 15.17-8.76 0-18-4.77-18-15.17H0a18.52 18.52 0 007.39 15.25A25.21 25.21 0 0021 52.7v10.93h-6.5v5h18.15v-5H26v-11c10.45-1.11 20.17-7.94 20.17-20.03z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h46v69H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html.bsw-website.mediathek
  .module.navigation-module
  ul.navbar
  li:not(.active)
  a {
  color: #000;
}
html.bsw-website .module-hero .image_overlay .is-huge {
  font-family: DINWeb, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 1240px) {
  html.bsw-website .module-hero .image_overlay .is-huge {
    font-size: 3.85rem;
  }
}
html.bsw-website .module-related-events .teaser_title .word,
html.bsw-website .module-related-pages .teaser_title .word {
  background-color: transparent;
}
@media (min-width: 880px) {
  html.bsw-website .module-related-events .teaser_title .word,
  html.bsw-website .module-related-pages .teaser_title .word {
    font-size: 2.5rem;
  }
}
@media (min-width: 1240px) {
  html.bsw-website .module-related-events .teaser_title .word,
  html.bsw-website .module-related-pages .teaser_title .word {
    font-size: 3.85rem;
  }
}
html.bsw-website .module-button-wrap a.button {
  background: #e30613;
  color: #fff;
  border-color: #e30613;
}
html.bsw-website .module.has-prlx:after {
  background: #fff;
}
html.bsw-website .carousel.layout--slider.tribe_events .video_play {
  display: none;
}
html.bsw-website .teasers_group.type--year:before {
  background-color: transparent;
}

html.bsw-website .filter .rounded-input {
  
 border: 1px solid grey;}


html.bsw-website .teasers--press_release .teaser_excerpt.is-plex-serif {
  font-family: DINWeb, Arial, sans-serif;
}
html.bsw-website .tribe-events .tribe-filter-bar--horizontal.tribe-filter-bar {
  border-bottom: 0;
}
html.bsw-website .tribe-events .tribe-events-c-events-bar__filter-button {
  background: #f5f5f5;
}
html.bsw-website
  .tribe-events
  .tribe-events-c-events-bar__filter-button-container {
  margin: 0;
}
html.bsw-website
  .tribe-events
  .tribe-filter-bar
  .tribe-filter-bar-c-pill--button
  .tribe-filter-bar-c-pill__pill {
  background: #e30613;
  color: #fff;
}
html.bsw-website
  .tribe-events
  .tribe-filter-bar
  .tribe-filter-bar-c-pill--button
  .tribe-filter-bar-c-pill__pill:after {
  border-color: #fff transparent transparent;
}
html.bsw-website .tribe-events .tribe-events-c-events-bar {
  border: 2px solid #000;
}
html.bsw-website
  .tribe-events
  .tribe-events-c-events-bar
  .tribe-filter-bar
  .tribe-filter-bar-c-pill__pill {
  background: #e30613;
}
html.bsw-website
  .tribe-events
  .tribe-events-calendar-list
  .listview_events_item
  article {
  border-top: none;
  padding-left: 16px;
}
html.bsw-website
  .tribe-events
  .tribe-events-calendar-list
  .listview_events_item
  article.Digital {
  border-left: 4px solid #f9dd4a;
}
html.bsw-website
  .tribe-events
  .tribe-events-calendar-list
  .listview_events_item
  article.In_Person {
  border-left: 4px solid #d02e26;
}
html.bsw-website
  .tribe-events
  .tribe-events-calendar-list
  .listview_events_item
  article.Digital.In_Person {
  border-left: 4px solid #ed7136;
}
html.bsw-website
  .tribe-events
  .tribe-events-calendar-list
  .listview_events_item
  article
  .listview_events_item_cat
  span {
  background: transparent;
  color: #000;
  text-decoration: underline;
}
html.bsw-website
  .tribe-events
  .tribe-events-calendar-list
  .listview_events_item
  article
  .tribe-events-calendar-list__event-datetime-featured-icon,
html.bsw-website
  .tribe-events
  .tribe-events-calendar-list
  .listview_events_item
  article
  .tribe-events-calendar-list__event-datetime-featured-text {
  display: none;
}
html.bsw-website
  .tribe-events
  .tribe-events-calendar-list
  .listview_events_item_organizers_speaker,
html.bsw-website
  .tribe-events
  .tribe-events-calendar-list
  .listview_events_item_time {
  color: #000;
}
html.bsw-website .tribe-events .tribe-events-calendar-list .listview_events_day,
html.bsw-website
  .tribe-events
  .tribe-events-calendar-list
  .listview_events_item
  article
  a.read-more {
  color: #e30613;
}
html.bsw-website
  .module-tribe-events
  .tribe-events-pg-template
  .event_limited_invitation_only,
html.bsw-website .tribe-events-pg-template .event_limited_invitation_only,
html.bsw-website
  .tribe-events
  .tribe-events-calendar-list
  .event_limited_invitation_only {
  font-family: DINWeb, Arial, sans-serif;
}
html.bsw-website
  .module-tribe-events
  .tribe-events-pg-template
  .event-share
  ul.share-options
  li
  a,
html.bsw-website
  .module-tribe-events
  .tribe-events-pg-template
  .listview_events_item_cat
  span,
html.bsw-website
  .module-tribe-events
  .tribe-events-pg-template
  .listview_events_item_time,
html.bsw-website
  .module-tribe-events
  .tribe-events-pg-template
  .person
  a.see-all-speakers,
html.bsw-website .module-tribe-events .tribe-events-pg-template a.read-more,
html.bsw-website .module-tribe-events .tribe-events-pg-template a.share-post {
  color: #000;
}
html.bsw-website
  .module-tribe-events
  .tribe-events-pg-template
  .external-partner-event
  h4,
html.bsw-website
  .module-tribe-events
  .tribe-events-pg-template
  .virtual-event
  h4 {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
html.bsw-website .module-tribe-events .single_event_item_additional_fields p {
  font-family: DINWeb, Arial, sans-serif;
}
html.bsw-website .module-account h2,
html.bsw-website .module-account h3,
html.bsw-website .module-authentication h2,
html.bsw-website .module-authentication h3,
html.bsw-website .popup-register-or-login h2,
html.bsw-website .popup-register-or-login h3 {
  color: #e30613;
}
html.bsw-website .module-account .popup_cta_container a.close-popup,
html.bsw-website .module-account a.cta,
html.bsw-website .module-account input[type="submit"],
html.bsw-website .module-authentication .popup_cta_container a.close-popup,
html.bsw-website .module-authentication a.cta,
html.bsw-website .module-authentication input[type="submit"],
html.bsw-website .popup-register-or-login .popup_cta_container a.close-popup,
html.bsw-website .popup-register-or-login a.cta,
html.bsw-website .popup-register-or-login input[type="submit"] {
  background: #e30613 !important;
  border: 1px solid #e30613;
}
html.bsw-website .module-account a.cta,
html.bsw-website .module-authentication a.cta,
html.bsw-website .popup-register-or-login a.cta {
  width: 100%;
  display: block;
  color: #fff;
  background: #e30613 !important;
  border: 1px solid #e30613;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 1.3rem;
}
html.bsw-website .module-account a.cta.inverse,
html.bsw-website .module-authentication a.cta.inverse,
html.bsw-website .popup-register-or-login a.cta.inverse {
  color: #e30613;
  background: #fff !important;
  border: 1px solid #e30613;
}
html.bsw-website .single-tribe_events .organizer_email,
html.bsw-website .single-tribe_events .organizer_name,
html.bsw-website .single-tribe_events .organizer_phone,
html.bsw-website .single-tribe_events .organizer_website,
html.bsw-website .single-tribe_events .venue_address,
html.bsw-website .single-tribe_events .venue_name,
html.bsw-website .single-tribe_events .venue_phone {
  font-family: DINWeb, Arial, sans-serif;
}
html.bsw-website
  .tribe-common--breakpoint-medium
  .tribe-filter-bar
  .tribe-filter-bar-c-filter--pill
  .tribe-filter-bar-c-filter__container {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
html.bsw-website .lds-ellipsis div {
  background: #000;
}




html.cb-website {
  background: #fff;
}
html.cb-website body {
  color: #1e257b;
}
html.cb-website.is-menu .custom-logo-link {
  opacity: 0;
}
html.cb-website .image_overlay {
  background: none;
}
html.cb-website .site-title br {
  display: block;
}
html.cb-website .is-speaker_bsw-red {
  color: #e31e25;
}
html.cb-website .main .archive-teasers,
html.cb-website .main .filters,
html.cb-website .main .foundation_team {
  max-width: 1300px;
  margin: auto;
}
html.cb-website .main .archive-teasers {
  margin-bottom: 6rem;
}
html.cb-website .main .filter button.rounded-input {
  color: #1e257b;
  border: 1px solid;
}
html.cb-website .main .filter.is-active .filter_button,
html.cb-website .main .filter.is-active .searchfield,
html.cb-website .main .filter_button.tippy-active,
html.cb-website .main .filter button.rounded-input:active,
html.cb-website .main .filter button.rounded-input:focus,
html.cb-website .main .filter button.rounded-input:hover {
  color: #fff;
  background-color: #1e257b;
}
html.cb-website .main .filter .rounded-input {
  color: #1e257b;
  border: 1px solid;
}


html.cb-website .grid.teasers--person {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
html.cb-website .is-main-color {
  color: #1e257b !important;
}
html.cb-website .is-bg-main-color {
  background-color: #1e257b !important;
  color: #fff !important;
}
/*needs to be turned off for calendar - henrik */
/*html.cb-website .is-singular:not(.no-hero) .page_header {
  margin-bottom: 5rem;
}
@media (min-width: 880px) {
  html.cb-website .is-singular:not(.no-hero) .page_header {
    margin-bottom: 8rem;
  }
}*/
html.cb-website .is-secondary-color {
  color: #3cff8c !important;
}

#cbf_page_title {
  color: #1e257b;
  font-size: 7.5vw;
}
/* 
@media (max-width: 880px) {
  #cbf_page_title {
    color: #1e257b;
    font-size: 3.5rem;
  }
} */

html.cb-website .header .header_inner,
html.cb-website .module h3.module-title,
html.cb-website a.share-post,
html.cb-website h2 {
  color: #1e257b;
}
html.cb-website .header .header_inner a img,
html.cb-website .module h3.module-title a img,
html.cb-website h2 a img {
  height: 100%;
  width: auto;
}
html.cb-website .header .header_inner .custom-logo-link,
html.cb-website .module h3.module-title .custom-logo-link,
html.cb-website h2 .custom-logo-link {
  max-height: 85px;
  margin-top: auto;
  margin-bottom: auto;
}
html.cb-website .button.is-circle {
  background-color: #1e257b;
  color: #fff !important;
}


html.cb-website .featured-image .image,
html.cb-website .featured-image .image .scaled-media_inner {
  height: 90vh;
}
html.cb-website .page_content_main .page_title {
  text-align: center;
}
html.cb-website .page_content_main .page_title .page_title_main {
  border-bottom: 7px solid #3cff8c;
  display: inline;
  padding-bottom: 0;
  line-height: 4.4rem;
}
@media (min-width: 740px) {
  html.cb-website .page_content_main .page_title .page_title_main {
    font-size: 3.5rem;
  }
}
html.cb-website .text p img.aligncenter,
html.cb-website .text p img.alignright {
  margin: auto;
  display: block;
}

@media (min-width: 620px) {
  html.cb-website .text p img.aligncenter,
  html.cb-website .text p img.alignright {
    margin: auto;
    display: block;
    width: auto;
    max-width: 27vw;
    height: auto;
  }
}

html.cb-website .text p img.alignright {
  margin-right: 0;
}
html.cb-website .module-hero .image_overlay_content {
  max-width: 1170px;
  padding: 0;
}
html.cb-website .module-hero .image_overlay_content .page_title_main {
  color: #3cff8c;
  font-size: 3.5rem;
}
html.cb-website .module-hero .image_overlay_content .is-plex-serif {
  line-height: 2.8rem;
}
@media (min-width: 1240px) {
  html.cb-website .module-hero .image_overlay_content {
    width: 41%;
    margin-left: 0;
  }
}
html.cb-website .no-hero .page_header {
  padding: 0;
  background-color: #1e257b;
  margin-top: 0;
}
html.cb-website .no-hero .page_header .page_title {
  text-align: left;
  align-items: flex-start;
  max-width: 100%;
  padding: 1.75rem 5vw;
}
html.cb-website .no-hero .page_header .page_title .page_title_main {
  color: #3cff8c;
  text-align: left;
  border: none;
}
html.cb-website .page_title {
  display: block;
}
html.cb-website input::-moz-placeholder {
  color: #1e257b;
}
html.cb-website input:-ms-input-placeholder {
  color: #1e257b;
}
html.cb-website #events_list_overview .listview_events_date_box,
html.cb-website .comment-author .fn,
html.cb-website .comment-metadata,
html.cb-website .comment-respond,
html.cb-website
  .module-tribe-events
  .tribe-events-pg-template
  .event-share
  ul.share-options
  li
  a,
html.cb-website
  .module-tribe-events
  .tribe-events-pg-template
  .person
  a.see-all-speakers,
html.cb-website .module-tribe-events .tribe-events-pg-template a.read-more,
html.cb-website .module.navigation-module ul.navbar li.active a,
html.cb-website .module.navigation-module ul.navbar li a,
html.cb-website .page_title_main,
html.cb-website .popup_header .site-title a,
html.cb-website
  .tribe-events-calendar-list
  .tribe-events-pg-template
  .person
  a.see-all-speakers,
html.cb-website input::placeholder {
  color: #1e257b;
}
html.cb-website
  .module-tribe-events
  .tribe-events-pg-template
  .person
  a.see-all-speakers,
html.cb-website
  .tribe-events-calendar-list
  .tribe-events-pg-template
  .person
  a.see-all-speakers {
  max-width: 215px;
}
html.cb-website
  .module-tribe-events
  .tribe-events-pg-template
  .person
  a.see-all-speakers {
  margin: 4rem auto 0;
}
html.cb-website .event-ctas .event-ctas__btn {
  background-color: #e30613;
  color: #fff !important;
}
html.cb-website #tribe_events_filters_wrapper input[type="submit"] {
  background-color: #1e257b;
}
html.cb-website
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal
  .tribe-events-filters-group-heading {
  color: #1e257b;
  border: 1px solid #1e257b;
}
html.cb-website
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal
  .tribe-events-filters-group-heading:focus,
html.cb-website
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal
  .tribe-events-filters-group-heading:hover {
  color: #fff;
  background-color: #1e257b;
}
html.cb-website .tribe-events-filter-checkboxes ul li:hover {
  background-color: #1e257b !important;
}
html.cb-website .post-type-archive-tribe_events .page_title {
  padding: 2rem 0 3rem;
}
html.cb-website
  .post-type-archive-tribe_events
  .listview_events_item_cat
  > span {
  border: 1px solid #1e257b;
  color: #1e257b;
}
@media (max-width: 816px) {
  html.cb-website .tribe-events .tribe-events-c-view-selector__content {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.14);
  }
  html.cb-website
    .tribe-events
    .tribe-events-c-view-selector__list-item--active
    .tribe-events-c-view-selector__list-item-link {
    background-color: #f7f6f6;
  }
}
html.cb-website .tribe-events .tribe-events-c-events-bar {
  border: 2px solid #1e257b;
}
html.cb-website .tribe-events .tribe-events-c-events-bar__filter-button {
  background: #f5f5f5;
}
@media (min-width: 767px) {
  html.cb-website .tribe-events .tribe-events-c-events-bar__filter-button {
    padding: 21px 24px 22px !important;
  }
}
html.cb-website
  .tribe-events
  .tribe-events-c-top-bar__datepicker-container
  .active.day {
  background-color: #1e257b;
}
html.cb-website
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-nav__next,
html.cb-website
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-nav__prev {
  color: #1e257b;
}
html.cb-website
  .tribe-common--breakpoint-medium
  .tribe-filter-bar--horizontal.tribe-filter-bar {
  border-bottom: none;
  padding-bottom: 0 !important;
}
html.cb-website .tribe-events-page-template .wpml-language-list {
  display: block;
}
html.cb-website .single-pt-tribe_events .listview_events_item_cat {
  display: inline-block;
}
html.cb-website
  .single-pt-tribe_events
  .listview_events_item_cat
  .misc-category,
html.cb-website .single-pt-tribe_events .listview_events_item_cat a,
html.cb-website .single-pt-tribe_events .listview_events_item_cat span {
  border: 1px solid #1e257b;
  background-color: #1e257b;
  color: #fff;
}
html.cb-website .single-pt-tribe_events #tribe-events-content .event-categories,
html.cb-website
  .single-pt-tribe_events
  #tribe-events-content
  .listview_events_item_organizers_speaker,
html.cb-website .single-pt-tribe_events #tribe-events-content .teaser_title.h2,
html.cb-website
  .single-pt-tribe_events
  #tribe-events-content
  .tribe-events-calendar-list__event-datetime-wrapper {
  text-align: center;
}
html.cb-website
  .single-pt-tribe_events
  #tribe-events-content
  .single_event_next_events
  .listview_events_item_organizers_speaker,
html.cb-website
  .single-pt-tribe_events
  #tribe-events-content
  .single_event_next_events
  .tribe-events-calendar-list__event-datetime-wrapper {
  text-align: left;
}
html.cb-website
  .tribe-events-calendar-list
  .listview_events_item_cat
  .misc-category,
html.cb-website .tribe-events-calendar-list .listview_events_item_cat a,
html.cb-website .tribe-events-calendar-list .listview_events_item_cat span {
  border: 1px solid #1e257b;
  background-color: #1e257b;
  color: #fff;
}
html.cb-website .listview_events_item_organizers_speaker,
html.cb-website .listview_events_item_time {
  text-transform: none;
  color: #1e257b !important;
}
html.cb-website .tribe_events_filters_reset {
  color: #1e257b;
}
html.cb-website
  .tribe-filter-bar
  .tribe-filter-bar-c-pill--button
  .tribe-filter-bar-c-pill__pill:hover {
  background-color: #1e257b;
  color: #fff;
}
html.cb-website
  .tribe-filter-bar
  .tribe-filter-bar-c-pill--button
  .tribe-filter-bar-c-pill__pill {
  color: #1e257b;
  border: 1px solid;
}
html.cb-website
  .tribe-filter-bar
  .tribe-filter-bar-c-filter--pill
  .tribe-filter-bar-c-filter__container {
  border: 1px solid !important;
}
html.cb-website
  .tribe-filter-bar
  .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections
  .tribe-filter-bar-c-pill__pill {
  color: #fff !important;
  background: #1e257b;
}
html.cb-website #next-session-slideout {
  background-color: #1e257b;
}
html.cb-website #next-session-slideout .arrow path {
  stroke: #3cff8c;
}
html.cb-website #next-session-slideout .event_datetime {
  color: #fff;
}
html.cb-website #next-session-slideout .is-red {
  color: #fff !important;
}
html.cb-website .header .header_inner {
  background: #fff;
}
html.cb-website .post-type-archive-speaker .filters {
  margin-bottom: 3rem;
}
html.cb-website .post-type-archive-speaker .filters .filter_button.tippy-active,
html.cb-website .post-type-archive-speaker .filters button.rounded-input:hover {
  background-color: #1e257b;
}
html.cb-website .post-type-archive-speaker_bsw .no-hero .page_title_main,
html.cb-website .post-type-archive-speaker_bsw .page_title_main,
html.cb-website .tax-speaker_bsw_filter .no-hero .page_title_main,
html.cb-website .tax-speaker_bsw_filter .page_title_main {
  text-align: left;
}
html.cb-website .post-type-archive-speaker_bsw .main,
html.cb-website .tax-speaker_bsw_filter .main {
  padding-left: 0;
  padding-right: 0;
}
html.cb-website .post-type-archive-speaker_bsw .main .archive-teasers,
html.cb-website .post-type-archive-speaker_bsw .main .filters,
html.cb-website .tax-speaker_bsw_filter .main .archive-teasers,
html.cb-website .tax-speaker_bsw_filter .main .filters {
  max-width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}
html.cb-website .teasers_group.type--month:before,
html.cb-website .teasers_group.type--year:before {
  margin-bottom: 2em;
  background: none;
}
html.cb-website .tippy-content .filter_item_link:hover {
  background-color: #1e257b;
}
html.cb-website.mediathek .page_title_main {
  text-align: center;
}
html.cb-website.mediathek .page_title_meta {
  display: none;
}
html.cb-website.mediathek #algolia-pagination .ais-pagination--item__active,
html.cb-website.mediathek .ais-hierarchical-menu--link,
html.cb-website.mediathek .ais-menu--link,
html.cb-website.mediathek .ais-refinement-list--label,
html.cb-website.mediathek .widgettitle {
  color: #1e257b;
}
html.cb-website .module.navigation-module ul.navbar li.active a {
  border-bottom-color: #3cff8c;
}
html.cb-website .off-canvas,
html.cb-website.show-off-canvas.is-menu .header_inner {
  color: #fff;
  background-color: #1e257b !important;
}
html.cb-website.show-off-canvas.is-menu .header_inner {
  background-color: #fff;
}
html.cb-website .btn-all-speaker,
html.cb-website .button:not([type="submit"]),
html.cb-website .comment-reply-link,
html.cb-website .tribe-events-calendar-list .event-ctas .read-more {
  color: #1e257b;
  border-color: #1e257b;
}
html.cb-website .btn-all-speaker:hover,
html.cb-website .button:not([type="submit"]):hover,
html.cb-website .comment-reply-link:hover,
html.cb-website .tribe-events-calendar-list .event-ctas .read-more:hover {
  background-color: #1e257b;
  box-shadow: none;
  color: #fff;
}
html.cb-website .image_overlay.bsw-header a {
  color: #fff;
  border-color: #fff;
}
html.cb-website #commentform #submit {
  border: none;
}
html.cb-website .comment-body {
  border: 1px solid #1e257b;
}
html.cb-website .comment-meta .avatar {
  display: none;
}
html.cb-website .newsletter-form button,
html.cb-website .newsletter-form input {
  border-radius: 0;
}
html.cb-website .newsletter-form button {
  font-size: 0.9rem;
}
html.cb-website .module-content-by-this-speaker .archive-teasers {
  padding-right: 0;
  padding-left: 0;
}
html.cb-website #newsletter-popup .popup_fg {
  background-color: #fff;
}
html.cb-website #newsletter-popup .popup_fg .popup_header {
  color: #1e257b;
}
html.cb-website #newsletter-popup .popup_fg form button[type="submit"] {
  background: #1e257b;
}
html.cb-website #newsletter-popup .popup_fg input[type="email"],
html.cb-website .module-newsletter-form input[type="email"] {
  background: #f5f5f5;
}
html.cb-website .off-canvas .menu_item.is-submenu.open > a,
html.cb-website .off-canvas__menu a.is-active,
html.cb-website .off-canvas__menu a:hover {
  text-shadow: none;
  background-image: none;
  color: #3cff8c;
}
html.cb-website .off-canvas .menu_item.is-submenu.open > a:before,
html.cb-website .off-canvas__menu a.is-active:before,
html.cb-website .off-canvas__menu a:hover:before {
  color: #3cff8c;
}
html.cb-website .module-content-cta {
  background-color: #3cff8c;
}
html.cb-website .module-content-cta h3 {
  color: #1e257b;
}
html.cb-website .module-content-cta svg {
  fill: #1e257b;
}
html.cb-website .module-related-events > .related-pages,
html.cb-website .module-related-pages > .related-pages {
  margin-top: 12rem;
}
html.cb-website .module-related-events article:first-child:before,
html.cb-website .module-related-events article:nth-child(2):before,
html.cb-website .module-related-pages article:first-child:before,
html.cb-website .module-related-pages article:nth-child(2):before {
  content: "";
  width: 88px;
  height: 77px;
  background-size: 88px 77px;
  top: -53px;
  left: 15px;
  z-index: 1;
  display: block;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTMzIiBoZWlnaHQ9IjExNyI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDgwLjYyNWwyNS4wNDctMjYuNDg5IDI5LjEwNi04LjE5Nkw4NC45NzEgMy43MjQgMTAzLjI5LjYzM2wyOS40MjIgOC41Nzl2MzEuNDE3bC0xOC4wMTcgMzYuNDczdjMuNTIzSDg4Ljk1N2wtMjAuNzY2IDM1Ljc2OUg0Ni44MjJMMzQuNDY1IDExMi4ybC0zLjQ2LTE4Ljg2MiAzLjQ2LTEyLjcxM3oiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2IpIj48cGF0aCBmaWxsPSIjM0NGRjhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0yNy45OTggMTY0LjY0M2M3LjY5IDQuMjExIDE1LjgwNiA2LjY1NCAyNC40MDkgNy4zNSAxMS4yMDYuOTA3IDIyLjY2OC0xLjQgMzIuNjc2LTYuNTc1IDExLjk2LTYuMTg1IDIxLjQwOC0xNi4wNDEgMjcuMTI1LTI4LjMgNi41OS0xNC4xMjcgNy40NDUtMzAuMjMgMi4zOTMtNDUuMDk3YTYxLjg2NCA2MS44NjQgMCAwMC0zLjg1Ny04LjkxMyA1Ny40MDQgNTcuNDA0IDAgMDAtMi45MTItNC44OThsLS42ODYtMS4wNDMgOC43ODktMTUuMjM3YzguMTAxLTE0LjA0NyA4LjgyMy0xNS4yOTMgOS4yMzktMTUuOTM1YTMxLjA0OSAzMS4wNDkgMCAwMDIuMTA2LTMuODQ2YzIuODM0LTYuMzA1IDMuMTIzLTEzLjUwOC44MDYtMjAuMDgyYTI3LjE5OCAyNy4xOTggMCAwMC00LjcxOS04LjMwMiAyNy4yMyAyNy4yMyAwIDAwLTUuMTc5LTQuNzhjLS43MzctLjUyLTEuMDU4LS43MjItMi4wOTItMS4zMjItMS4wNC0uNi0xLjM4LS43NzctMi4yMDItMS4xNTZhMjYuOTczIDI2Ljk3MyAwIDAwLTE4LjM0Ny0xLjU2NiAyNy4xMDMgMjcuMTAzIDAgMDAtOS43NjQgNC44ODUgMjcuMDU2IDI3LjA1NiAwIDAwLTUuOTk3IDYuNjA0Yy0uMTc3LjI3My02Ljg2NCAxMS44NC0yMC41NzMgMzUuNTg2LTE0LjY4MSAyNS40MjktMjAuMzIxIDM1LjE4Mi0yMC4zNDcgMzUuMTktLjA0My4wMS0uNDU0Ljc5Ni0uNzE1IDEuMzY4YTE4LjUzNiAxOC41MzYgMCAwMC0xLjI3OCAxMS41NzRjLjEwNy41MDMuNDIyIDEuNjU1LjU4NiAyLjEzMmExOC41NSAxOC41NSAwIDAwNS43OTggOC4zNTcgMTcuNjA2IDE3LjYwNiAwIDAwMi4yMDUgMS41NDUgMTguNDU1IDE4LjQ1NSAwIDAwMTIuMzI5IDIuNDQ1IDE4Ljg1MiAxOC44NTIgMCAwMDQuNDk3LTEuMjc3IDE4LjQ4IDE4LjQ4IDAgMDA1LjA0LTMuMTk0YzEuMzAxLTEuMTU4IDIuMzQ1LTIuMzg0IDMuMzM0LTMuOTEzLjM3MS0uNTc1IDMyLjU4My01Ni4zNjcgMzIuNzMtNTYuNjk0YTYuMDYgNi4wNiAwIDAwLTIuNDg1LTcuNzQ1IDYuMDMxIDYuMDMxIDAgMDAtNS43MDctLjE4NyA2LjA5OSA2LjA5OSAwIDAwLTIuMjE1IDEuODYzYy0uMS4xMzMtNC45NDIgOC41MDYtMTYuMjgyIDI4LjE0OEM2NS44MTMgOTAuNDkgNjAuNSA5OS42NzQgNjAuMzc3IDk5Ljg1N2MtLjUxNy43NTQtMS4wNDMgMS4yODItMS43NjMgMS43NjhhNi4xNDkgNi4xNDkgMCAwMS0xLjgyLjg0OCA2LjM3MiA2LjM3MiAwIDAxLTMuNzQtLjA0M2MtLjQ2My0uMTQ2LS43NDItLjI3NC0xLjI1NC0uNTctLjUzMS0uMzA2LS43NzEtLjQ3OC0xLjE2Ny0uODQtMS4zMjgtMS4yMjItMi4wOTYtMy4wNC0yLjA1OS00Ljg4M2E2LjM1NCA2LjM1NCAwIDAxLjQ4NS0yLjI5NmMuMDg1LS4yIDMuOTM0LTYuODcxIDIwLjU3Ny0zNS42NzkgMTkuMjUxLTMzLjMyIDIwLjQ4Ni0zNS40NDggMjAuNjk3LTM1LjczNi43NTQtMS4wMjYgMS40NDItMS43OSAyLjI4MS0yLjUzNWExNS4wMzUgMTUuMDM1IDAgMDExMS42OTUtMy42N2MyLjg0OS4zMjkgNS41NzQgMS41MDEgNy44MzUgMy4zNyAzLjEyNCAyLjU4MiA1LjA4NSA2LjQzNiA1LjM1MyAxMC41MjJhMTQuODI4IDE0LjgyOCAwIDAxLTEuMTAzIDYuNzE2bC0uMTU2LjM3Mi0xMC45NTYgMTguOTg3Qzk0Ljc2NyA3NC40MSA5NC4zMjIgNzUuMTg0IDk0LjIzNiA3NS40MTdjLS40ODYgMS4zMjEtLjU1MiAyLjU1LS4yMDQgMy44My4xNy42My40MDYgMS4xNTkuNzU4IDEuNjk0LjI1My4zOS40MzUuNjE5Ljc3Ljk2Ni42NC42NjYgMi4yMTYgMi45NDUgMy4zNDIgNC44MzZhNDguODYgNDguODYgMCAwMTYuMjE0IDE3LjA4YzEuMzYyIDguMzcuNTIzIDE2Ljg3NC0yLjQzOSAyNC43NTRhNDguOTY4IDQ4Ljk2OCAwIDAxLTguNTgxIDE0LjU0NyA0OC4yNTQgNDguMjU0IDAgMDEtMTQuMzQgMTEuNDIgNDguNzQgNDguNzQgMCAwMS0xOS40MSA1LjQzIDQ4LjA3NSA0OC4wNzUgMCAwMS0yMi4yNS0zLjg0OSA0OS4xOSA0OS4xOSAwIDAxLTkuNTcyLTUuNDg3QTQ4LjE3MyA0OC4xNzMgMCAwMTEzLjMxIDEzMi4wNmE0OS40NTYgNDkuNDU2IDAgMDEtMi4yNTQtNS43OTUgNTkuOTY3IDU5Ljk2NyAwIDAxLTEuMjYtNC44MWMtMS40MDctNi44MDItMS4zNi0xMy43My4xMzgtMjAuNDQgMS42MS03LjIwNyA0LjkyMy0xNC4wNyA5LjU4NC0xOS44NjMgNS4zOTgtNi43MDYgMTIuNDM2LTExLjgxIDIwLjUzMi0xNC44ODcuOTkyLS4zNzYgMS43NTMtLjYzIDIuMzgtLjc5NS45LS4yMzYgMS40MTYtLjQ1MSAyLjAxLS44MzRhNS45NDcgNS45NDcgMCAwMDEuOTcxLTIuMDc2Yy4zNTgtLjYyLjU1Ni0xLjEzMi43MDItMS44MzVhNi4wNzIgNi4wNzIgMCAwMC0xLjM4MS01LjIzM2MtLjQ4NC0uNTUzLS44Ny0uODY5LTEuNTQ3LTEuMjYtLjU0My0uMzEzLS43ODctLjQyLTEuMzE5LS41NzZhNi4xMzkgNi4xMzkgMCAwMC0zLjk4LjE3N2MtLjE1Ny4wNjMtLjQ2OC4xNzUtLjY4OC4yNDdBNjAuNDUxIDYwLjQ1MSAwIDAwOS43MTEgNzQuMDM2IDYxLjM4MyA2MS4zODMgMCAwMDEuMjcgODguNDM4Yy00LjgzOCAxMS42NTItNS44ODcgMjQuNDktMy4wMiAzNi44N2E2MC41NTYgNjAuNTU2IDAgMDAxNi43MSAyOS42NjdjMy4wMjQgMi45NSA2LjM0NCA1LjU2IDEwLjAzNiA3Ljg5NGE5Ny42MTQgOTcuNjE0IDAgMDAzLjAwMiAxLjc3NHoiLz48L2c+PC9nPjwvc3ZnPg==);
}
@media (min-width: 620px) {
  html.cb-website .module-related-events article:first-child:before,
  html.cb-website .module-related-events article:nth-child(2):before,
  html.cb-website .module-related-pages article:first-child:before,
  html.cb-website .module-related-pages article:nth-child(2):before {
    top: -81px;
    left: 45px;
    width: 133px;
    height: 117px;
    background-size: 133px 117px;
  }
}
html.cb-website .module-related-events article:nth-child(2):before,
html.cb-website .module-related-pages article:nth-child(2):before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTMzIiBoZWlnaHQ9IjExNyI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDgwLjYyNWwyNS4wNDctMjYuNDg5IDI5LjEwNi04LjE5Nkw4NC45NzEgMy43MjQgMTAzLjI5LjYzM2wyOS40MjIgOC41Nzl2MzEuNDE3bC0xOC4wMTcgMzYuNDczdjMuNTIzSDg4Ljk1N2wtMjAuNzY2IDM1Ljc2OUg0Ni44MjJMMzQuNDY1IDExMi4ybC0zLjQ2LTE4Ljg2MiAzLjQ2LTEyLjcxM3oiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2IpIj48cGF0aCBmaWxsPSIjMUUyNTdCIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0yNy45OTggMTY0LjY0M2M3LjY5IDQuMjExIDE1LjgwNiA2LjY1NCAyNC40MDkgNy4zNSAxMS4yMDYuOTA3IDIyLjY2OC0xLjQgMzIuNjc2LTYuNTc1IDExLjk2LTYuMTg1IDIxLjQwOC0xNi4wNDEgMjcuMTI1LTI4LjMgNi41OS0xNC4xMjcgNy40NDUtMzAuMjMgMi4zOTMtNDUuMDk3YTYxLjg2NCA2MS44NjQgMCAwMC0zLjg1Ny04LjkxMyA1Ny40MDQgNTcuNDA0IDAgMDAtMi45MTItNC44OThsLS42ODYtMS4wNDMgOC43ODktMTUuMjM3YzguMTAxLTE0LjA0NyA4LjgyMy0xNS4yOTMgOS4yMzktMTUuOTM1YTMxLjA0OSAzMS4wNDkgMCAwMDIuMTA2LTMuODQ2YzIuODM0LTYuMzA1IDMuMTIzLTEzLjUwOC44MDYtMjAuMDgyYTI3LjE5OCAyNy4xOTggMCAwMC00LjcxOS04LjMwMiAyNy4yMyAyNy4yMyAwIDAwLTUuMTc5LTQuNzhjLS43MzctLjUyLTEuMDU4LS43MjItMi4wOTItMS4zMjItMS4wNC0uNi0xLjM4LS43NzctMi4yMDItMS4xNTZhMjYuOTczIDI2Ljk3MyAwIDAwLTE4LjM0Ny0xLjU2NiAyNy4xMDMgMjcuMTAzIDAgMDAtOS43NjQgNC44ODUgMjcuMDU2IDI3LjA1NiAwIDAwLTUuOTk3IDYuNjA0Yy0uMTc3LjI3My02Ljg2NCAxMS44NC0yMC41NzMgMzUuNTg2LTE0LjY4MSAyNS40MjktMjAuMzIxIDM1LjE4Mi0yMC4zNDcgMzUuMTktLjA0My4wMS0uNDU0Ljc5Ni0uNzE1IDEuMzY4YTE4LjUzNiAxOC41MzYgMCAwMC0xLjI3OCAxMS41NzRjLjEwNy41MDMuNDIyIDEuNjU1LjU4NiAyLjEzMmExOC41NSAxOC41NSAwIDAwNS43OTggOC4zNTcgMTcuNjA2IDE3LjYwNiAwIDAwMi4yMDUgMS41NDUgMTguNDU1IDE4LjQ1NSAwIDAwMTIuMzI5IDIuNDQ1IDE4Ljg1MiAxOC44NTIgMCAwMDQuNDk3LTEuMjc3IDE4LjQ4IDE4LjQ4IDAgMDA1LjA0LTMuMTk0YzEuMzAxLTEuMTU4IDIuMzQ1LTIuMzg0IDMuMzM0LTMuOTEzLjM3MS0uNTc1IDMyLjU4My01Ni4zNjcgMzIuNzMtNTYuNjk0YTYuMDYgNi4wNiAwIDAwLTIuNDg1LTcuNzQ1IDYuMDMxIDYuMDMxIDAgMDAtNS43MDctLjE4NyA2LjA5OSA2LjA5OSAwIDAwLTIuMjE1IDEuODYzYy0uMS4xMzMtNC45NDIgOC41MDYtMTYuMjgyIDI4LjE0OEM2NS44MTMgOTAuNDkgNjAuNSA5OS42NzQgNjAuMzc3IDk5Ljg1N2MtLjUxNy43NTQtMS4wNDMgMS4yODItMS43NjMgMS43NjhhNi4xNDkgNi4xNDkgMCAwMS0xLjgyLjg0OCA2LjM3MiA2LjM3MiAwIDAxLTMuNzQtLjA0M2MtLjQ2My0uMTQ2LS43NDItLjI3NC0xLjI1NC0uNTctLjUzMS0uMzA2LS43NzEtLjQ3OC0xLjE2Ny0uODQtMS4zMjgtMS4yMjItMi4wOTYtMy4wNC0yLjA1OS00Ljg4M2E2LjM1NCA2LjM1NCAwIDAxLjQ4NS0yLjI5NmMuMDg1LS4yIDMuOTM0LTYuODcxIDIwLjU3Ny0zNS42NzkgMTkuMjUxLTMzLjMyIDIwLjQ4Ni0zNS40NDggMjAuNjk3LTM1LjczNi43NTQtMS4wMjYgMS40NDItMS43OSAyLjI4MS0yLjUzNWExNS4wMzUgMTUuMDM1IDAgMDExMS42OTUtMy42N2MyLjg0OS4zMjkgNS41NzQgMS41MDEgNy44MzUgMy4zNyAzLjEyNCAyLjU4MiA1LjA4NSA2LjQzNiA1LjM1MyAxMC41MjJhMTQuODI4IDE0LjgyOCAwIDAxLTEuMTAzIDYuNzE2bC0uMTU2LjM3Mi0xMC45NTYgMTguOTg3Qzk0Ljc2NyA3NC40MSA5NC4zMjIgNzUuMTg0IDk0LjIzNiA3NS40MTdjLS40ODYgMS4zMjEtLjU1MiAyLjU1LS4yMDQgMy44My4xNy42My40MDYgMS4xNTkuNzU4IDEuNjk0LjI1My4zOS40MzUuNjE5Ljc3Ljk2Ni42NC42NjYgMi4yMTYgMi45NDUgMy4zNDIgNC44MzZhNDguODYgNDguODYgMCAwMTYuMjE0IDE3LjA4YzEuMzYyIDguMzcuNTIzIDE2Ljg3NC0yLjQzOSAyNC43NTRhNDguOTY4IDQ4Ljk2OCAwIDAxLTguNTgxIDE0LjU0NyA0OC4yNTQgNDguMjU0IDAgMDEtMTQuMzQgMTEuNDIgNDguNzQgNDguNzQgMCAwMS0xOS40MSA1LjQzIDQ4LjA3NSA0OC4wNzUgMCAwMS0yMi4yNS0zLjg0OSA0OS4xOSA0OS4xOSAwIDAxLTkuNTcyLTUuNDg3QTQ4LjE3MyA0OC4xNzMgMCAwMTEzLjMxIDEzMi4wNmE0OS40NTYgNDkuNDU2IDAgMDEtMi4yNTQtNS43OTUgNTkuOTY3IDU5Ljk2NyAwIDAxLTEuMjYtNC44MWMtMS40MDctNi44MDItMS4zNi0xMy43My4xMzgtMjAuNDQgMS42MS03LjIwNyA0LjkyMy0xNC4wNyA5LjU4NC0xOS44NjMgNS4zOTgtNi43MDYgMTIuNDM2LTExLjgxIDIwLjUzMi0xNC44ODcuOTkyLS4zNzYgMS43NTMtLjYzIDIuMzgtLjc5NS45LS4yMzYgMS40MTYtLjQ1MSAyLjAxLS44MzRhNS45NDcgNS45NDcgMCAwMDEuOTcxLTIuMDc2Yy4zNTgtLjYyLjU1Ni0xLjEzMi43MDItMS44MzVhNi4wNzIgNi4wNzIgMCAwMC0xLjM4MS01LjIzM2MtLjQ4NC0uNTUzLS44Ny0uODY5LTEuNTQ3LTEuMjYtLjU0My0uMzEzLS43ODctLjQyLTEuMzE5LS41NzZhNi4xMzkgNi4xMzkgMCAwMC0zLjk4LjE3N2MtLjE1Ny4wNjMtLjQ2OC4xNzUtLjY4OC4yNDdBNjAuNDUxIDYwLjQ1MSAwIDAwOS43MTEgNzQuMDM2IDYxLjM4MyA2MS4zODMgMCAwMDEuMjcgODguNDM4Yy00LjgzOCAxMS42NTItNS44ODcgMjQuNDktMy4wMiAzNi44N2E2MC41NTYgNjAuNTU2IDAgMDAxNi43MSAyOS42NjdjMy4wMjQgMi45NSA2LjM0NCA1LjU2IDEwLjAzNiA3Ljg5NGE5Ny42MTQgOTcuNjE0IDAgMDAzLjAwMiAxLjc3NHoiLz48L2c+PC9nPjwvc3ZnPg==);
}
@media (max-width: 619px) {
  html.cb-website .module-related-events article:nth-child(2):before,
  html.cb-website .module-related-pages article:nth-child(2):before {
    display: none;
  }
}
html.cb-website .module-related-events article .teaser_link,
html.cb-website .module-related-pages article .teaser_link {
  padding-bottom: 65.2%;
  height: 100%;
}
html.cb-website .module-related-events article .teaser_link figure,
html.cb-website .module-related-pages article .teaser_link figure {
  display: none;
}
html.cb-website .module-related-events article:nth-child(4n) .teaser_link,
html.cb-website .module-related-events article:nth-child(4n + 1) .teaser_link,
html.cb-website .module-related-pages article:nth-child(4n) .teaser_link,
html.cb-website .module-related-pages article:nth-child(4n + 1) .teaser_link {
  background-color: #1e257b;
}
html.cb-website .module-related-events article:nth-child(4n) .teaser_link .word,
html.cb-website
  .module-related-events
  article:nth-child(4n + 1)
  .teaser_link
  .word,
html.cb-website .module-related-pages article:nth-child(4n) .teaser_link .word,
html.cb-website
  .module-related-pages
  article:nth-child(4n + 1)
  .teaser_link
  .word {
  color: #3cff8c;
}
html.cb-website .module-related-events article:nth-child(4n + 2) .teaser_link,
html.cb-website .module-related-events article:nth-child(4n + 3) .teaser_link,
html.cb-website .module-related-pages article:nth-child(4n + 2) .teaser_link,
html.cb-website .module-related-pages article:nth-child(4n + 3) .teaser_link {
  background-color: #3cff8c;
}
html.cb-website
  .module-related-events
  article:nth-child(4n + 2)
  .teaser_link
  .word,
html.cb-website
  .module-related-events
  article:nth-child(4n + 3)
  .teaser_link
  .word,
html.cb-website
  .module-related-pages
  article:nth-child(4n + 2)
  .teaser_link
  .word,
html.cb-website
  .module-related-pages
  article:nth-child(4n + 3)
  .teaser_link
  .word {
  color: #1e257b;
}
html.cb-website .module-related-events .teaser--related .teaser_title,
html.cb-website .module-related-pages .teaser--related .teaser_title {
  margin: 0;
  justify-content: center;
  height: 100%;
}
html.cb-website .module-related-events .teaser--related .teaser_title .pr,
html.cb-website .module-related-pages .teaser--related .teaser_title .pr {
  justify-content: center;
}
html.cb-website .module-related-events .teaser--related .teaser_title .word,
html.cb-website .module-related-pages .teaser--related .teaser_title .word {
  background: none;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 2.5rem;
}
html.cb-website .module-related-persons .scaled-media {
  background: none;
}
html.cb-website .module-related-persons .person {
  background-color: #1e257b;
}
html.cb-website .module-related-persons .person .person_title span,
html.cb-website .module-related-persons .person p {
  color: #fff !important;
}
html.cb-website .module-related-persons .person .person_title {
  padding-bottom: 1.2rem;
}
html.cb-website .module-related-persons .person .person_title h2 {
  padding-bottom: 0.4rem;
  color: #fff !important;
}
html.cb-website .module-related-persons .person .person_title p {
  text-transform: none;
}
html.cb-website .module-related-persons .person .col-medium-4 .person_title {
  text-align: center;
}
html.cb-website .module-related-persons .person .module-button {
  margin-left: 0;
}
html.cb-website .module-related-persons .person .module-button .button {
  color: #fff;
  border-color: #fff;
}
html.cb-website .module-related-persons .person:not(:last-child) {
  margin-bottom: 2rem;
}
html.cb-website .module-related-persons .scaled-media_inner {
  padding-bottom: 100% !important;
  border-radius: 50%;
}
html.cb-website .module-related-events article:nth-child(4n) .teaser_link,
html.cb-website .module-related-pages article:nth-child(4n) .teaser_link {
  background-color: #1e257b;
}
html.cb-website
  .module-category-entry-point
  .teaser--topics
  .teaser_title
  .word {
  background-color: #3cff8c;
  color: #1e257b;
}
html.cb-website .module-accordeon .accordeon_item_toggle {
  background: transparent;
}
html.cb-website .module-quote .quote:before {
  content: "";
  width: 88px;
  height: 77px;
  background-size: 88px 77px;
  top: -53px;
  left: 15px;
  z-index: 1;
  display: block;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTMzIiBoZWlnaHQ9IjExNyI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDgwLjYyNWwyNS4wNDctMjYuNDg5IDI5LjEwNi04LjE5Nkw4NC45NzEgMy43MjQgMTAzLjI5LjYzM2wyOS40MjIgOC41Nzl2MzEuNDE3bC0xOC4wMTcgMzYuNDczdjMuNTIzSDg4Ljk1N2wtMjAuNzY2IDM1Ljc2OUg0Ni44MjJMMzQuNDY1IDExMi4ybC0zLjQ2LTE4Ljg2MiAzLjQ2LTEyLjcxM3oiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2IpIj48cGF0aCBmaWxsPSIjM0NGRjhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0yNy45OTggMTY0LjY0M2M3LjY5IDQuMjExIDE1LjgwNiA2LjY1NCAyNC40MDkgNy4zNSAxMS4yMDYuOTA3IDIyLjY2OC0xLjQgMzIuNjc2LTYuNTc1IDExLjk2LTYuMTg1IDIxLjQwOC0xNi4wNDEgMjcuMTI1LTI4LjMgNi41OS0xNC4xMjcgNy40NDUtMzAuMjMgMi4zOTMtNDUuMDk3YTYxLjg2NCA2MS44NjQgMCAwMC0zLjg1Ny04LjkxMyA1Ny40MDQgNTcuNDA0IDAgMDAtMi45MTItNC44OThsLS42ODYtMS4wNDMgOC43ODktMTUuMjM3YzguMTAxLTE0LjA0NyA4LjgyMy0xNS4yOTMgOS4yMzktMTUuOTM1YTMxLjA0OSAzMS4wNDkgMCAwMDIuMTA2LTMuODQ2YzIuODM0LTYuMzA1IDMuMTIzLTEzLjUwOC44MDYtMjAuMDgyYTI3LjE5OCAyNy4xOTggMCAwMC00LjcxOS04LjMwMiAyNy4yMyAyNy4yMyAwIDAwLTUuMTc5LTQuNzhjLS43MzctLjUyLTEuMDU4LS43MjItMi4wOTItMS4zMjItMS4wNC0uNi0xLjM4LS43NzctMi4yMDItMS4xNTZhMjYuOTczIDI2Ljk3MyAwIDAwLTE4LjM0Ny0xLjU2NiAyNy4xMDMgMjcuMTAzIDAgMDAtOS43NjQgNC44ODUgMjcuMDU2IDI3LjA1NiAwIDAwLTUuOTk3IDYuNjA0Yy0uMTc3LjI3My02Ljg2NCAxMS44NC0yMC41NzMgMzUuNTg2LTE0LjY4MSAyNS40MjktMjAuMzIxIDM1LjE4Mi0yMC4zNDcgMzUuMTktLjA0My4wMS0uNDU0Ljc5Ni0uNzE1IDEuMzY4YTE4LjUzNiAxOC41MzYgMCAwMC0xLjI3OCAxMS41NzRjLjEwNy41MDMuNDIyIDEuNjU1LjU4NiAyLjEzMmExOC41NSAxOC41NSAwIDAwNS43OTggOC4zNTcgMTcuNjA2IDE3LjYwNiAwIDAwMi4yMDUgMS41NDUgMTguNDU1IDE4LjQ1NSAwIDAwMTIuMzI5IDIuNDQ1IDE4Ljg1MiAxOC44NTIgMCAwMDQuNDk3LTEuMjc3IDE4LjQ4IDE4LjQ4IDAgMDA1LjA0LTMuMTk0YzEuMzAxLTEuMTU4IDIuMzQ1LTIuMzg0IDMuMzM0LTMuOTEzLjM3MS0uNTc1IDMyLjU4My01Ni4zNjcgMzIuNzMtNTYuNjk0YTYuMDYgNi4wNiAwIDAwLTIuNDg1LTcuNzQ1IDYuMDMxIDYuMDMxIDAgMDAtNS43MDctLjE4NyA2LjA5OSA2LjA5OSAwIDAwLTIuMjE1IDEuODYzYy0uMS4xMzMtNC45NDIgOC41MDYtMTYuMjgyIDI4LjE0OEM2NS44MTMgOTAuNDkgNjAuNSA5OS42NzQgNjAuMzc3IDk5Ljg1N2MtLjUxNy43NTQtMS4wNDMgMS4yODItMS43NjMgMS43NjhhNi4xNDkgNi4xNDkgMCAwMS0xLjgyLjg0OCA2LjM3MiA2LjM3MiAwIDAxLTMuNzQtLjA0M2MtLjQ2My0uMTQ2LS43NDItLjI3NC0xLjI1NC0uNTctLjUzMS0uMzA2LS43NzEtLjQ3OC0xLjE2Ny0uODQtMS4zMjgtMS4yMjItMi4wOTYtMy4wNC0yLjA1OS00Ljg4M2E2LjM1NCA2LjM1NCAwIDAxLjQ4NS0yLjI5NmMuMDg1LS4yIDMuOTM0LTYuODcxIDIwLjU3Ny0zNS42NzkgMTkuMjUxLTMzLjMyIDIwLjQ4Ni0zNS40NDggMjAuNjk3LTM1LjczNi43NTQtMS4wMjYgMS40NDItMS43OSAyLjI4MS0yLjUzNWExNS4wMzUgMTUuMDM1IDAgMDExMS42OTUtMy42N2MyLjg0OS4zMjkgNS41NzQgMS41MDEgNy44MzUgMy4zNyAzLjEyNCAyLjU4MiA1LjA4NSA2LjQzNiA1LjM1MyAxMC41MjJhMTQuODI4IDE0LjgyOCAwIDAxLTEuMTAzIDYuNzE2bC0uMTU2LjM3Mi0xMC45NTYgMTguOTg3Qzk0Ljc2NyA3NC40MSA5NC4zMjIgNzUuMTg0IDk0LjIzNiA3NS40MTdjLS40ODYgMS4zMjEtLjU1MiAyLjU1LS4yMDQgMy44My4xNy42My40MDYgMS4xNTkuNzU4IDEuNjk0LjI1My4zOS40MzUuNjE5Ljc3Ljk2Ni42NC42NjYgMi4yMTYgMi45NDUgMy4zNDIgNC44MzZhNDguODYgNDguODYgMCAwMTYuMjE0IDE3LjA4YzEuMzYyIDguMzcuNTIzIDE2Ljg3NC0yLjQzOSAyNC43NTRhNDguOTY4IDQ4Ljk2OCAwIDAxLTguNTgxIDE0LjU0NyA0OC4yNTQgNDguMjU0IDAgMDEtMTQuMzQgMTEuNDIgNDguNzQgNDguNzQgMCAwMS0xOS40MSA1LjQzIDQ4LjA3NSA0OC4wNzUgMCAwMS0yMi4yNS0zLjg0OSA0OS4xOSA0OS4xOSAwIDAxLTkuNTcyLTUuNDg3QTQ4LjE3MyA0OC4xNzMgMCAwMTEzLjMxIDEzMi4wNmE0OS40NTYgNDkuNDU2IDAgMDEtMi4yNTQtNS43OTUgNTkuOTY3IDU5Ljk2NyAwIDAxLTEuMjYtNC44MWMtMS40MDctNi44MDItMS4zNi0xMy43My4xMzgtMjAuNDQgMS42MS03LjIwNyA0LjkyMy0xNC4wNyA5LjU4NC0xOS44NjMgNS4zOTgtNi43MDYgMTIuNDM2LTExLjgxIDIwLjUzMi0xNC44ODcuOTkyLS4zNzYgMS43NTMtLjYzIDIuMzgtLjc5NS45LS4yMzYgMS40MTYtLjQ1MSAyLjAxLS44MzRhNS45NDcgNS45NDcgMCAwMDEuOTcxLTIuMDc2Yy4zNTgtLjYyLjU1Ni0xLjEzMi43MDItMS44MzVhNi4wNzIgNi4wNzIgMCAwMC0xLjM4MS01LjIzM2MtLjQ4NC0uNTUzLS44Ny0uODY5LTEuNTQ3LTEuMjYtLjU0My0uMzEzLS43ODctLjQyLTEuMzE5LS41NzZhNi4xMzkgNi4xMzkgMCAwMC0zLjk4LjE3N2MtLjE1Ny4wNjMtLjQ2OC4xNzUtLjY4OC4yNDdBNjAuNDUxIDYwLjQ1MSAwIDAwOS43MTEgNzQuMDM2IDYxLjM4MyA2MS4zODMgMCAwMDEuMjcgODguNDM4Yy00LjgzOCAxMS42NTItNS44ODcgMjQuNDktMy4wMiAzNi44N2E2MC41NTYgNjAuNTU2IDAgMDAxNi43MSAyOS42NjdjMy4wMjQgMi45NSA2LjM0NCA1LjU2IDEwLjAzNiA3Ljg5NGE5Ny42MTQgOTcuNjE0IDAgMDAzLjAwMiAxLjc3NHoiLz48L2c+PC9nPjwvc3ZnPg==);
}
@media (min-width: 620px) {
  html.cb-website .module-quote .quote:before {
    top: -82px;
    left: 45px;
    width: 133px;
    height: 117px;
    background-size: 133px 117px;
  }
}
html.cb-website .single-person .page_title_tags .input-group {
  justify-content: left;
}
html.cb-website .teaser--person {
  padding-left: 10%;
  padding-right: 10%;
}
html.cb-website .teaser--person .teaser_link {
  overflow: inherit;
}
html.cb-website .teaser--person .teaser_link:hover:before {
  opacity: 1;
}
html.cb-website .teaser--person .teaser_link:before {
  background-image: url(corona_b58650b3.5ce86148.svg);
  content: "";
  width: 118%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 9;
  background-size: 100%;
  top: -11%;
  right: -10%;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
}
html.cb-website .teaser--person .teaser_title {
  text-align: center;
  margin-top: 1rem;
}
html.cb-website .module-logos {
  background: #fff;
  padding: 3rem 0;
}
@media (min-width: 880px) {
  html.cb-website .module-logos .logos--wall .logos {
    grid-template-columns: repeat(auto-fit, minmax(430px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(430px, max-content));
  }
}
html.cb-website .module-logos .logos--wall .logos .logo {
  margin: 0 2rem;
}
html.cb-website .module-logos .scaled-media {
  background: none;
}
html.cb-website .module-blog-posts .post_date,
html.cb-website .teaser--person .teaser_text p,
html.cb-website .teaser--related .description {
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1.2rem;
  padding-top: 0.8rem;
}
html.cb-website .module-link-boxes .scaled-media[data-fitting="cover"] .media,
html.cb-website .module-team .scaled-media[data-fitting="cover"] .media {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
html.cb-website .module-link-boxes .teaser--related .teaser_title .pr,
html.cb-website .module-link-boxes .teaser--related .teaser_title .sec,
html.cb-website .module-team .teaser--related .teaser_title .pr,
html.cb-website .module-team .teaser--related .teaser_title .sec {
  display: flex;
  flex-wrap: wrap;
}
html.cb-website .module-team .teaser--related .pr.with_comma .word:last-child {
  padding-right: 0;
}
html.cb-website .module-team .teaser--related .pr.with_comma:after {
  content: ",";
  background-color: #3cff8c;
  color: #1e257b;
  padding-right: 0.2em;
}
html.cb-website .teaser--person .scaled-media {
  background-color: transparent;
}
html.cb-website .teaser--person .scaled-media .scaled-media_inner {
  padding-bottom: 100% !important;
}
html.cb-website .teaser--person .scaled-media .scaled-media_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
html.cb-website .teaser--person .teaser_text p {
  display: block;
  font-size: 1rem;
  text-align: center;
}
html.cb-website .teaser--related .teaser_title .word {
  background-color: #3cff8c;
  color: #1e257b;
}
html.cb-website .video_play {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Media Video' width='16' height='19'%3E%3Cg data-name='Polygon 3' fill='%231e257b'%3E%3Cpath d='M1 17.243V1.757L14.041 9.5z'/%3E%3Cpath d='M12.083 9.5L2 3.513v11.974L12.083 9.5M16 9.5L0 19V0z'/%3E%3C/g%3E%3C/svg%3E");
  width: 50px;
  height: 50px;
  display: block;
  background-color: #3cff8c;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 18px auto;
}
html.cb-website .video_play svg {
  display: none;
}
html.cb-website #tinymce,
html.cb-website .module-accordeon .module_headline,
html.cb-website .text {
  color: #1e257b;
}

/* needs to be turned off for calendar - henrik */
html.cb-website .page_title_tags .input-group {
/*  justify-content: center;*/
}
html.cb-website .page_title_tags .input-group .rounded-input_label {
  background-color: #1e257b;
  color: #fff;
}
html.cb-website .timetable_entry > .timetable_entry_time {
  background-color: transparent;
}
html.cb-website .teaser .subtitle {
  text-transform: none;
  display: block;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
  padding-top: 0.3rem;
}
html.cb-website .teaser .teaser_image .icon {
  background-color: #3cff8c;
}
html.cb-website .teaser .teaser_image .icon-mediathek_video {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Media Video' width='16' height='19'%3E%3Cg data-name='Polygon 3' fill='%231e257b'%3E%3Cpath d='M1 17.243V1.757L14.041 9.5z'/%3E%3Cpath d='M12.083 9.5L2 3.513v11.974L12.083 9.5M16 9.5L0 19V0z'/%3E%3C/g%3E%3C/svg%3E");
}
html.cb-website .teaser .teaser_image .icon-mediathek_article {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Media Video' width='19' height='25'%3E%3Cg data-name='Pfad 29' fill='%231e257b'%3E%3Cpath d='M18 24H1V1h17z'/%3E%3Cpath d='M2 2v21h15V2H2M0 0h19v25H0z'/%3E%3C/g%3E%3Cpath data-name='Linie 23' fill='none' stroke='%233cff8c' stroke-width='2' d='M3.5 5.5h9'/%3E%3Cpath data-name='Linie 24' fill='none' stroke='%233cff8c' stroke-width='2' d='M3.5 9.5h7'/%3E%3C/svg%3E");
}
html.cb-website .teaser .teaser_image .icon-mediathek_audio {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Media Video' width='19.062' height='26.5'%3E%3Cg data-name='Gruppe 106'%3E%3Cg data-name='Pfad 27' fill='%231e257b'%3E%3Cpath d='M9.062 15c-2.206 0-4-1.794-4-4V5c0-2.206 1.794-4 4-4s4 1.794 4 4v6c0 2.206-1.794 4-4 4z'/%3E%3Cpath d='M9.062 2c-1.654 0-3 1.346-3 3v6c0 1.654 1.346 3 3 3s3-1.346 3-3V5c0-1.654-1.346-3-3-3m0-2a5 5 0 015 5v6a5 5 0 01-10 0V5a5 5 0 015-5z'/%3E%3C/g%3E%3Cpath data-name='Pfad 28' d='M1 12.185c0 9.129 15.875 9.046 15.875 0' fill='none' stroke='%231e257b' stroke-width='2'/%3E%3Cpath data-name='Linie 21' fill='none' stroke='%231e257b' stroke-width='2' d='M9.062 19.5v6'/%3E%3Cpath data-name='Linie 22' fill='none' stroke='%231e257b' stroke-width='2' d='M12.562 25.5h-7'/%3E%3C/g%3E%3C/svg%3E");
}
html.cb-website .teaser .teaser_batch {
  color: #3cff8c;
  background: #1e257b;
}
html.cb-website .footer {
  background: #1e257b;
}
html.cb-website .footer .site-title {
  font-size: 1.8rem;
}
html.cb-website .footer .newsletter-form {
  margin: 4rem 0 2rem;
}
html.cb-website.cssparallax-enabled .hero-is-visible .cssparallax {
  padding-top: 7rem;
}
html.cb-website.mediathek #algolia-search-box .search-icon,
html.cb-website.search #algolia-search-box .search-icon {
  fill: #1e257b;
}
html.cb-website.mediathek .algolia-search-header,
html.cb-website.search .algolia-search-header {
  background: none;
}
html.cb-website.search .teaser .teaser_title span.is-main-color span {
  color: #000;
}
html.cb-website.search #algolia-pagination .ais-pagination--item__active,
html.cb-website.search .ais-hierarchical-menu--link,
html.cb-website.search .ais-menu--link,
html.cb-website.search .ais-refinement-list--label,
html.cb-website.search .teaser .teaser_text .text span.link {
  color: #1e257b;
}
html.cb-website .bg-grey,
html.cb-website .module.has-prlx:after,
html.cb-website .module.has-prlx:before {
  background: #fff;
}
html.cb-website .image_caption,
html.cb-website .module-account h2,
html.cb-website .module-account h3,
html.cb-website .module-authentication h2,
html.cb-website .module-authentication h3,
html.cb-website .popup-register-or-login h2,
html.cb-website .popup-register-or-login h3 {
  color: #1e257b;
}
html.cb-website .module-account .popup_cta_container a.close-popup,
html.cb-website .module-account a.cta,
html.cb-website .module-account input[type="submit"],
html.cb-website .module-authentication .popup_cta_container a.close-popup,
html.cb-website .module-authentication a.cta,
html.cb-website .module-authentication input[type="submit"],
html.cb-website .popup-register-or-login .popup_cta_container a.close-popup,
html.cb-website .popup-register-or-login a.cta,
html.cb-website .popup-register-or-login input[type="submit"] {
  background: #1e257b !important;
  border: 1px solid #1e257b;
}
html.cb-website .module-account a.cta,
html.cb-website .module-authentication a.cta,
html.cb-website .popup-register-or-login a.cta {
  width: 100%;
  display: block;
  color: #fff;
  background: #1e257b !important;
  border: 1px solid #1e257b;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 1.3rem;
}
html.cb-website .module-account a.cta.inverse,
html.cb-website .module-authentication a.cta.inverse,
html.cb-website .popup-register-or-login a.cta.inverse {
  color: #1e257b;
  background: #fff !important;
  border: 1px solid #1e257b;
}
html.cb-website .attendance-list-go-back button,
html.cb-website .single-person ul.social-accounts li a {
  color: #1e257b;
}
html.cb-website .highlight_and_live .no_live_events_placeholder {
  background: none;
  border: 1px solid #1e257b;
}
html.cb-website .highlight_and_live .no_live_events_placeholder p {
  color: #1e257b;
}
html.cb-website .lds-ellipsis div {
  background: #1e257b;
}
html.bsw-website.show-off-canvas.is-menu .header_inner {
  background: #e30613 !important;
}
html.bsw-website.show-off-canvas.is-menu .header_inner .site-title {
  color: #fff;
}
html.fwf-website .is-main-color {
  color: #51473f !important;
}
html.fwf-website .module-related-events .teaser_title,
html.fwf-website .module-related-pages-extended .teaser_title,
html.fwf-website .module-related-pages .teaser_title {
  position: relative;
  padding-left: 0;
  padding-bottom: 0;
}
html.fwf-website .module-related-events .teaser_title .word,
html.fwf-website .module-related-pages-extended .teaser_title .word,
html.fwf-website .module-related-pages .teaser_title .word {
  background: transparent;
  color: #51473f;
}
html.fwf-website .module-related-events .teaser_title .word:first-child,
html.fwf-website .module-related-pages-extended .teaser_title .word:first-child,
html.fwf-website .module-related-pages .teaser_title .word:first-child {
  padding-left: 0;
}
html.fwf-website .module-related-events .description,
html.fwf-website .module-related-pages-extended .description,
html.fwf-website .module-related-pages .description {
  font-family: "IBM Plex Serif", serif;
  text-transform: none;
  font-weight: 300;
  font-size: 1.2rem;
}
html.fwf-website .module-related-events .button,
html.fwf-website .module-related-pages-extended .button,
html.fwf-website .module-related-pages .button {
  margin-top: 1.2rem;
}
html.fwf-website .module-banner-slider h2 {
  position: absolute;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4rem;
  z-index: 1;
  font-size: 1.5rem;
  padding: 0.4rem 0.8rem;
}
html.fwf-website .no-hero .page_body {
  padding-top: 3rem;
}
html.fwf-website header .header_inner {
  color: #51473f;
  background-color: #fff;
}
html.fwf-website.is-menu header .header_inner {
  color: #fff;
}
html.fwf-website .brands-menu-wrapper button {
  border-color: #51473f;
}
html.fwf-website .brands-menu-wrapper button .arrow {
  border: solid #51473f;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
html.fwf-website .brands-menu-wrapper button .arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 4px;
  margin-left: 4px;
}
html.fwf-website .footer_inner,
html.fwf-website .off-canvas,
html.fwf-website.show-off-canvas.is-menu .header_inner {
  background: #51473f !important;
}
html.fwf-website .off-canvas__menu a:hover {
  text-shadow: none;
}
html.fwf-website .module_headline {
  text-align: left;
}
html.fwf-website .module-button-wrap {
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
}
html.fwf-website .module-button-wrap .module-button {
  margin: 0;
}
html.fwf-website .button:hover {
  box-shadow: none;
  background: #51473f;
  border-color: #51473f;
}
html.fwf-website .newsletter-form button,
html.fwf-website .newsletter-form input {
  border-radius: 0;
}
html.fwf-website .newsletter-form button {
  background-color: #51473f;
  border: 2px solid #fff;
}
html.fwf-website
  .module-team
  .teasers--foundation_team
  .teaser
  .scaled-media[data-ratio="variable"]
  .scaled-media_inner {
  padding-bottom: 133%;
}
html.fwf-website
  .module-related-pages-extended
  .teaser.teaser--related
  .scaled-media[data-ratio="variable"]
  .scaled-media_inner {
  padding-bottom: 44%;
}
html.fwf-website .video_play {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='55'%3E%3Cg data-name='Polygon 4' fill='none'%3E%3Cpath d='M46 27.5L0 55V0z'/%3E%3Cpath d='M36.256 27.5L5 8.814v37.372L36.256 27.5m9.744 0L0 55V0l46 27.5z' fill='%23e30613'/%3E%3C/g%3E%3C/svg%3E");
  width: 100px;
  height: 100px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-size: 33px auto;
}
html.fwf-website .video_play svg {
  display: none;
}
html.fwf-website .single-person .page_title_main {
  color: #51473f;
}
html.fwf-website .tribe-events.tribe-events-view--month {
  max-width: 840px;
  margin: auto;
}
html.fwf-website .tribe-events p {
  margin-bottom: 0;
}
html.fwf-website .tribe-events .tribe-events-header {
  background-color: transparent;
}
html.fwf-website .tribe-events .tribe-events-calendar-month__day-cell br,
html.fwf-website .tribe-events .tribe-events-header br {
  display: none;
}
html.fwf-website
  .tribe-events
  .tribe-events-calendar-month__multiday-event-hidden-link {
  position: absolute;
  width: 100%;
}
html.fwf-website .tribe-events .tribe-events-calendar-month__day-cell--selected,
html.fwf-website
  .tribe-events
  .tribe-events-calendar-month__mobile-events-icon--event,
html.fwf-website
  .tribe-events
  .tribe-events-calendar-month__multiday-event-bar-inner,
html.fwf-website
  .tribe-events
  .tribe-events-calendar-month__multiday-event-bar-inner:hover {
  background-color: #51473f;
}
html.fwf-website
  .tribe-events
  .tribe-events-calendar-month__multiday-event-bar-title {
  color: #fff;
  font-family: "IBM Plex Serif", serif;
  font-size: 1rem;
  padding-bottom: 2px;
}
html.fwf-website .tribe-events .tribe-events-c-ical,
html.fwf-website .tribe-events .tribe-events-c-top-bar__today-button,
html.fwf-website .tribe-events .tribe-events-calendar-month__header-row {
  display: none !important;
}
html.fwf-website .tribe-events .tribe-events-c-top-bar__nav-list li {
  list-style: none;
}
html.fwf-website
  .tribe-events
  .tribe-events-calendar-month__calendar-event-datetime,
html.fwf-website
  .tribe-events
  .tribe-events-calendar-month__calendar-event-title {
  font-family: "IBM Plex Serif", serif;
  font-size: 0.9rem;
  color: #51473f;
  font-weight: 700;
}
html.fwf-website
  .tribe-events
  .tribe-events-calendar-month__calendar-event-datetime
  a,
html.fwf-website
  .tribe-events
  .tribe-events-calendar-month__calendar-event-title
  a {
  color: #51473f;
}
html.fwf-website
  .tribe-events
  .tribe-events-calendar-month__calendar-event:last-child {
  padding-bottom: 8px;
}
html.fwf-website .tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  font-family: DINWeb, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #51473f;
}
html.fwf-website .tribe-events .datepicker .month.active,
html.fwf-website .tribe-events .datepicker .year.active,
html.fwf-website .tribe-events .datepicker .year.active.focused,
html.fwf-website .tribe-events .tribe-events .datepicker .month.active.focused {
  background-color: #51473f;
}
html.fwf-website .tribe-events .tribe-events-calendar-month__day {
  background: #fff;
}
html.fwf-website
  .tribe-events
  .tribe-events-calendar-month__day--current
  .tribe-events-calendar-month__day-date,
html.fwf-website
  .tribe-events
  .tribe-events-calendar-month__day--current
  .tribe-events-calendar-month__day-date-link {
  color: #51473f;
}
html.fwf-website
  .tribe-events
  .tribe-events-calendar-month__day-cell--selected
  .tribe-events-calendar-month__day-date {
  color: #fff;
}
html.fwf-website .tribe-events .tribe-events-calendar-month__day-date-daynum {
  font-family: DINWeb, Arial, sans-serif;
  font-size: 1.5rem;
}
html.fwf-website .tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  display: block !important;
  visibility: visible;
}
html.fwf-website .tribe-events .tribe-events-c-top-bar__datepicker-mobile {
  display: none !important;
  visibility: hidden;
}
html.fwf-website .tribe-events .tribe-common-c-loader__dot {
  -webkit-animation-name: ab;
  animation-name: ab;
}
html.fwf-website .tribe-common .tribe-common-c-svgicon {
  color: #5a5a5a;
}
html.fwf-website
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-l-container {
  padding-top: 0;
  padding-bottom: 0;
}
html.fwf-website.cssparallax-enabled .hero-is-visible .cssparallax {
  padding-top: 7rem;
}
@-webkit-keyframes ab {
  50% {
    background-color: #51473f;
  }
}
@keyframes ab {
  50% {
    background-color: #51473f;
  }
}
html.iy-website body {
  color: #000;
}
html.iy-website footer .site-title,
html.iy-website header .site-title {
  color: #e30609;
  line-height: 1;
}
html.iy-website footer .site-title br,
html.iy-website header .site-title br {
  display: block;
}
html.iy-website .no-hero .page_header {
  margin-top: 4rem;
  margin-bottom: 5.5rem;
}
html.iy-website .no-hero .page_header .page_title {
  text-align: left;
  display: block;
}
@media (max-width: 879px) {
  html.iy-website .no-hero .page_header .page_title .page_title_main {
    font-size: 2.5rem;
  }
}
html.iy-website .no-hero .page_header .page_title h1 {
  text-align: left;
}
html.iy-website footer .footer_inner {
  background: #f5f5f5;
}
html.iy-website footer .footer_inner .footer_menu_items .footer_menu_item {
  font-size: 1.5rem;
  color: #000;
}
html.iy-website footer .footer_menu {
  margin-top: 4rem;
}
html.iy-website .module_headline {
  text-align: left;
}
html.iy-website #tinymce li,
html.iy-website #tinymce p,
html.iy-website .text li,
html.iy-website .text p {
  font-family: DINWeb, Arial, sans-serif;
}
html.iy-website .module-logos {
  background: #fff;
  padding: 3rem 0;
}
@media (min-width: 880px) {
  html.iy-website .module-logos .logos--wall .logos {
    grid-template-columns: repeat(auto-fit, minmax(430px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(430px, max-content));
  }
}
html.iy-website .module-logos .logos--wall .logos .logo {
  margin: 0 2rem;
}
html.iy-website .module-logos .scaled-media {
  background: none;
}
html.iy-website .module-custom-image .img_wrapper {
  text-align: center;
  padding-bottom: 1rem;
}
@media (max-width: 500px) {
  html.iy-website .module-newsletter-form .newsletter-form form {
    flex-direction: column;
  }
  html.iy-website .module-newsletter-form .newsletter-form form input {
    min-height: 35px;
  }
  html.iy-website .module-newsletter-form .newsletter-form form button {
    align-self: center;
  }
}
html.iy-website .popup_fg {
  position: relative;
  padding: 3rem;
  max-width: 1010px;
}
html.iy-website .popup_fg .feather-x {
  color: #707070;
  width: 100%;
  height: 100%;
}
html.iy-website .popup_fg .teaser_title {
  padding: 1rem 0;
  font-size: 1.8rem;
}
html.iy-website .popup_fg .teaser_title span {
  color: #000 !important;
}
html.iy-website .popup_fg .goal_image {
  max-width: 100px;
}
@media (min-width: 620px) {
  html.iy-website .popup_fg .goal_image {
    max-width: 150px;
  }
}
html.iy-website .popup_fg .goal_image .scaled-media_inner {
  padding-bottom: 100% !important;
}
@media (max-width: 879px) {
  html.iy-website h2 {
    font-size: 2.2rem;
  }
}

/* */

@media (min-width: 880px) {
  .tribe-filter-bar-c-filter--pill
    .tribe-filter-bar-c-filter__container
    fieldset {
    overflow-y: scroll;
    max-height: 20vh;
  }
}

/* ACF Events START*/
.module-events .tablist {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  grid-auto-columns: calc(100% - 50px);
  grid-auto-flow: column;
  display: grid;
  margin-bottom: 25px;
}

/* @media (min-width: 620px) { .module-events .tablist { grid-auto-columns: calc(50% - 50px); } }*/
/* @media (min-width: 880px) { .module-events .tablist { grid-auto-columns: calc(33% - 50px); } }
@media (min-width: 1240px) { .module-events .tablist { grid-auto-columns: calc(25% - 50px); } } */
@media (min-width: 620px) {
  .module-events .tablist {
    grid-auto-columns: minmax(240px, min-content);
  }
}
@media (min-width: 880px) {
  .module-events .tablist {
    grid-auto-columns: minmax(350px, min-content);
  }
}


@media (min-width: 600px) {
 html.cb-website .module-events .tablist {
    grid-auto-columns: minmax(120px, min-content);
  }
}

html.cb-website .module-events .tab {
 border: 16px solid #3afe8a;
  min-height: 110px;
}

.module-events .tab {
  padding: 20px;
  min-height: 150px;
  border: 16px solid #aaa39d;
  border-left-width: 8px;
  border-right-width: 16px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}
.module-events .tab:last-child {
  border-right-width: 16px;
}
.module-events .tab:first-child {
  border-left-width: 16px;
}
.module-events .tab a {
  display: block;
  cursor: pointer;
  height: 100%;
}

.module-events .tab[aria-expanded="true"] {
  border-bottom: none;
  padding-bottom: 35px;
}


html.cb-website .module-events .tab[aria-expanded="true"] {
  border: 16px solid #1e257b !important; 
  border-bottom: none;
  padding-bottom: 35px;
}

.module-events .tabpanel[aria-hidden="true"] {
  display: none;
}
/* .module-events .tabpanel .type-tribe_events.expired .teaser_title,
.module-events .tabpanel .type-tribe_events.expired .listview_events_item_time,
.module-events .tabpanel .type-tribe_events.expired .listview_events_item_organizers_speaker,
.module-events .tabpanel .type-tribe_events.expired .listview_events_item_cat {
  opacity: 0.5;
} */
.module-events .tabpanel .type-tribe_events.expired .teaser_title {
  color: #51473f !important;
}

.module-events .tabpanel article:first-child {
  border-top: none;
  padding-top: 0;
}
/* ACF Events END*/


/* map */
.engage .map .gm-style .iw-content .iw-content-description,
.engage .map .gm-style .iw-content .iw-content-info {
  max-height: 20vw;
  overflow-y: auto;
}
@media only screen and (max-width: 879px) {
  .engage .map .gm-style .iw-content .iw-content-description,
  .engage .map .gm-style .iw-content .iw-content-info {
     max-height: 500px !important;
  }
}

.engage .map .info-window {
  max-height: 100%;
} 
/* map end */

.filter_item.disabled {
  opacity: 0.5;
}

#add-project-form .image-credits {
  float: right;
  width: 50%;
}

/* Person Image */
.person_image {
  position: relative;
  aspect-ratio: 3/4;
  margin-bottom: 10px;
}

img.placeholder-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

ul.social-accounts li a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* Person Image End */

/* BSW Speaker Profil */
.bio-video {
  display: block; 
  padding-bottom: 6px; 
  /* width: 80%; */
  
}

.bio-video iframe.lt {
  aspect-ratio: 9/16;
  width: 350px;
}

@media (max-width: 879px) {
  .bio-video iframe.lt {
    width: 100%;
  }
}

.bio-video div {
  position: unset !important;
  padding-bottom: unset !important;
  height: unset !important;
}

.bio-video div iframe {
  position: relative !important;
  width: 100% !important; 
  max-width: 576px !important;
  aspect-ratio: 9/16 !important; 
  border: 0 !important; 
  background-color: transparent !important;
}
/* BSW Speaker Profil End */

/* Partner Login Form */
input.form-control.btn.btn-primary.btn-block.text-uppercase.uwp_register_submit {
  background-color: #dc3545;
  border-color: #dc3545;
  padding-top: 10px;
}
.ur-submit-button br {
	display: none;
}
.ur-submit-button {
	background: #e30613;
	color: white;
	box-shadow: none !important;
	margin: auto !important;
}
.ur-button-container {
    flex-direction: column;
}
.ur-button-container .is-centered .login-btn {
 border: 2px solid #e30613;
	color: #e30613;
}
.ur-button-container .is-centered .login-btn:hover {
 	color: white;
}
/* Partner Login Form End */

/* Edit Speaker Form */
.speaker-form form {
  width: 35%;
  display: flex;
  flex-direction: column;
}
.speaker-form .note {
  font-size: 12px;
}
.speaker-form .my-events-header {
  margin-bottom: 30px;
}
.speaker-form .linked-post label {
  margin: 5px 5px 0 0;
  width: max-content;
}
.speaker-form .linked-post input {
  background: white;
  padding: 15px 10px;
  margin-bottom: 15px;
  border: 0.5px solid lightgray;
  width: 100%;
}
.speaker-form .wp-editor-wrap {
  width: 100%;
}
.speaker-form .my-events {
  display: none;
}
.speaker-form .tribe-section-header h3 {
  color: #e30613;
}
.speaker-form .linked-post {
  padding: 0;
}
.speaker-form .tribe-events-community-details {
  padding-bottom: 5px !important;
}
.speaker-form .tribe-events-community-footer {
  margin-bottom: 150px;
}
.speaker-form .tribe-button {
  display: block;
  width: max-content;
  float: left;
  border: 2px solid #e30613;
  color: #e30613;
  padding: 1.2em !important;
  margin-left: 0 !important;
  font-size: 0.95em;
  background: none;
  border-radius: 0;
  line-height: 1;
}
.speaker-form .tribe-button:active,
.speaker-form .tribe-button:focus,
.speaker-form .tribe-button:hover {
  color: #fff;
  background: #e30613;
}

.info-text {
  display: block;
  font-weight: 400;
  text-transform: none;
  font-style: italic;
  margin: 25px 0;
}
.info-text a {
  text-decoration: underline;
}

input#tribe_custom-_ecp_custom_37-Speakers {  
  display: none;
}

input#tribe_custom-_ecp_custom_32-Speakers-0 {
  display: none;
}

/* Edit Speaker Form End */

.tribe-events:not(.tribe-common--breakpoint-medium) .tribe-events-c-events-bar__search-container {
  background: white;
}

.tribe-events:not(.tribe-common--breakpoint-medium) .tribe-events-header__events-bar  {
  background: transparent;
}


.fw-website .tribe-events-pg-template .speaker-details .person {
  background: #fff;
  padding: 3rem;
  position: relative;
  padding-bottom:0;
  width: 100%;
  margin: 0 !important;
  max-width: none;
}
.fw-website .tribe-events-pg-template .speaker-details .person:last-child {
  padding-bottom: 3rem;
}



.fw-website .tribe-events-pg-template .speaker-details .person .all-speakers{
  display: none;
}

.cb-website .button--account {
  display: none;
}